/*
Theme Name:   Twenty Twenty-One Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Twenty Twenty-One Child Theme
Author:       loziniak
Template:     twentytwentyone
Version:      0.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyonechild
*/

:root {
	--global--font-size-base: 12px;
	--primary-nav--font-size: 12px;
	--global--font-primary: sans-serif;
	--global--font-secondary: sans-serif;
	--global--line-height-body: 1.3;
}




.site-header {
	margin: 0 auto 0 35px;
}
#content {
	max-width: var(--responsive--alignwide-width);
	margin: 0 auto 0 35px;
}

.site-main .woocommerce-products-header, .singular .entry-header {
	display: none;
}
woocommerce-tabs {
	display: none;
}


.site-header {
	padding-bottom: 0px;
	padding-top: 35px;
}



nav.side-menu ul {
	list-style-type: none;
	padding: 0;
}
nav.side-menu a {
	line-height: 1.8em;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
}
nav.side-menu a:hover {
	background-color: #ff0;
}


@media screen and (max-width: 480px) {
	#side-menu-list-inside-primary {
		margin-top: -80px;
	}
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-height: 60px;
	}
}
@media screen and (min-width: 480px) {
	.site-logo {
		margin: 0;
	}
	.site-branding {
		margin-top: 0;
	}
	.site-logo .custom-logo {
		max-height: 161px;
	}
}

@media screen and (max-width: 768px) {
	nav.side-menu {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#side-menu-list-inside-primary {
		display: none;
	}
	nav.side-menu {
		float: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1168px) {
	#primary {
		padding: 0 0 0 200px;
	}
	nav.side-menu {
		width: 190px;
	}
}
@media screen and (min-width: 1168px) {
	#primary {
		padding: 0 0 0 225px;
	}
	nav.side-menu {
		width: 200px;
	}
}
