/*	==================================================
 *	Theme Name: Flatsome Child
 *	Description: Flatsome Child Theme 
 *	Author: UX Themes
 *	Template: flatsome
 *	Version: 3.0
 *	=============================================== */


/*	--------------------------------------------------
 * 	GLOBAL: Style Overrides
 *	----------------------------------------------- */







/*	--------------------------------------------------
 * 	HEADER: Element Mods
 *	----------------------------------------------- */
#masthead .header-inner.container { max-width: 1440px; }
#masthead.header-main .header-nav .header-button-2 { display: none; }
#masthead.header-main .header-button > .button:not(.is-outline) {
    background-color: #5E8D66 !important;
}
#masthead.header-main .header-button > .button:not(.is-outline):hover {
	background-color: #3E4F44 !important;
}




/*	--------------------------------------------------
 * 	FOOTER: Widget Area Mods
 *	----------------------------------------------- */
#footer .footer-widgets .widget { margin-bottom: 0; }
#footer .footer-widgets .widget-contact p { line-height: 38px; }
#footer .footer-widgets .widget-about .social-icons { display: block; padding-top: 15px; }









/*	--------------------------------------------------
 * 	CONTENT: Area & Element Styles
 *	----------------------------------------------- */
#content .section_services a { display:block; }
#content .wpcf7-form .wpcf7-submit.button { background-color: #5E8D66; }
#content .wpcf7-form .wpcf7-submit.button:hover { background-color: #3E4F44; }
#content .panel_sidebar { padding-top: 32px; }



/*	--------------------------------------------------
 * 	MOBILE: Device Size Mods
 *	----------------------------------------------- */
@media only screen and (max-width: 48em) {

}