/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#header .widget{
	top: 16px;
	right: 100px;
    position: absolute;
	margin: 0px;
	padding: 0px;
	z-index:999;
}
#header .widget #header-phone {
	padding: 36px 18px;
}
#grid-boy .av_one_fourth {
    margin-left: 1%;
    width: 24%;
}
/* Hide widget in desktop menu */
@media screen and (min-width: 768px) {
	#header .widget{
		display: none;
	}
}
/* Minor adjust distance on small screens */
@media screen and (max-width: 690px) {
	#header .widget{ 
		right: 75px;
	}
}


/************************************/
/********** Added by Tyler **********/
/************************************/

/* Styled full screen CTA button (and map) */
#get-in-touch .container {
    max-width: 100% !important;
	width: 100% !important;
    padding: 0px;
	border-radius: 0px;
}
#get-in-touch .avia-button-fullwidth {
	padding-top: 50px;
	padding-bottom: 50px;
}
#get-in-touch .image-overlay {
	display: none !important;
	visibility: hidden !important;
}
#get-in-touch .avia-builder-el-first {
	margin-bottom: 0px;
}
#get-in-touch .avia-image-container   {
	overflow: hidden !important;
}


/* Bordered footer headers */
html #top .all_colors .widgettitle {
	border-color: white;
    border-style: solid;
    border-width: 1px;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    margin-bottom: 15px;
}


/* Footer tables (business hours) styling */
.footer_color tr:nth-child(odd), .footer_color table {
	background: #3573b9 !important;
}



/* FIX FORMINATORA AND THEME COLLISIONS */
#forminator-section input[type='text'],
#forminator-section input[type='email'],
#forminator-section input[type='number'],
#forminator-section input[type='text'],
#forminator-section textarea
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	color: black !important
}
#forminator-section textarea {
	min-height: 100px !important;
}
.forminator-col #submit {
	background: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.forminator-col #submit > button {
	width: auto !important;
	padding-top: 14px;
}
