/*
Theme Name: ClearSEM
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:*/



/* large screens with 1140px with */
@media only screen and (min-width: 1140px)  {

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
		
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}


.phone-info{font-size:17px;}

#header_main_alternate {
    display: none;
}

.logo, {
	margin-top: 5px;}

 #top legend, #top label {
	color: #242d3c; font-size:18px;}

.page-id-35 #gform_submit_button_3{
    background-color: #242d3c !important;
	color: #fff !important;}

.footer_color div {border-color:none;}

.html_header_top.html_bottom_nav_header #header_main {
   
    padding-top: 10px;}

@media only screen and (max-width: 767px) {
.av-main-nav-wrap {
  display:none !important;
}
}

.page-id-254 .slide-meta{display:none;}

.page-id-254 .slide-entry-excerpt {color:#000;}

.page-id-254 .slide-entry{box-shadow: 0px 11px 17px 2px #cfcfcf;
}

.page-id-254  .slide-entry-wrap {
	padding: 20px;}

.page-id-254 .slide-content{padding: 20px;}


#csem-forms input[type='submit']{background-color: #54a976 !important;}
#csem-forms input[type='submit']:hover {background-color: #478560 !important;}

#csem-forms input[type='text'], #csem-forms textarea{color: #434343 !important; }

#csem-calculation{display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;}
#csem-calculation .avia-animated-number-content p {font-size:16px;}

#csem-calculation #csem-calc-symbol {min-width:30px;}


