/* Themify Customize Styling */
#headerwrap, #headerwrap.fixed-header {	
	background-color: #f8fcd2; 
}
#headerwrap {	
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none; 
}
#footerwrap {	
	background-color: #afbd21;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none; 
}

/* Themify Custom CSS */
#footer .footer-widgets .widgettitle {
	color: #fff;
	border-top: 5px #fff solid;
@media (max-width: 400px) {
    #site-logo img {
        max-width: 150px;
    }
}@media screen and (max-width: 976px) { /* Themify Customize Styling */
#headerwrap, #headerwrap.fixed-header {	
	background-color: #f8fcd2; 
}
#headerwrap {	
	border: none; 
}
#footerwrap {	
	background-color: #afbd21;
	border: none; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#headerwrap, #headerwrap.fixed-header {	
	background-color: #f8fcd2; 
}
#headerwrap {	
	border: none; 
}
#footerwrap {	
	background-color: #afbd21;
	border: none; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#headerwrap, #headerwrap.fixed-header {	
	background-color: #f8fcd2; 
}
#headerwrap {	
	border: none; 
}
#footerwrap {	
	background-color: #afbd21;
	border: none; 
}
 }