/* 
    Created on : Dec-2022
    Author     : BOX
*/

@media screen and (max-width: 767px) {
	#page { width: 100%; }
	#newsletter-top { width: 100%; }
	#newsletter-left { display: none; }
	#newsletter-right { width: 100%; float: none; }
	#primary-navigation { width: 100%; height: auto; }
	#primary-navigation .menu-top-menu-container { width: 100%; }
	#menu-top-menu > li { display: none; }
	#menu-top-menu > li:nth-child(1),
	#menu-top-menu > li:nth-child(2),
	#menu-top-menu > li:nth-child(3) { display: inline-block; }
	
	#main { width: 100%; }
	#primary { width: 100%; }
	.entry-content { width: 100%; padding: 10px; }
	#primary #ft_container { width: 100%; margin-left: 0; }
	
	#footer, .site-footer { width: 100%; padding-bottom: 160px; background-position: bottom left; }
	#igb { left: auto; right: 0; }
	
	
	
}

