@media only screen  and (min-width:1024px) and (max-width:1175px) {
	
}

@media only screen  and (max-width:1023px) {
	.desktop-menu{display:none;}
	#offcanvas-toggle{display:block;}
	
}


@media only screen and (max-width:768px) {
	#page-header{padding:3rem 0;}
	#page-header h1{font-size: 1.875rem;}
	.botlogo,.footer-nav,.footer-nav .widget{float:none;width:100%; text-align: center;}
	.footer-nav .widget:last-child {    width: 100%;}
	.copyright{text-align: center;}
}

@media only screen and (max-width: 568px){
	
}

@media only screen and (max-width: 480px){

}

/*Phone 4 (480px) Landscape and Samsung Galaxy S3 Portrait (360px)*/	

@media only screen and (max-width: 414px){
	
}

/*IPhone and Samsung Galaxy S1 and S2 Portrait (both 320px) */	

@media only screen and (max-width: 375px) { 
	
}

@media only screen and (max-width: 320px) { 

}