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

/* --------- Common Header Settings -------------*/

/*Set break point for burger menu -----
@media only screen and (max-width: 1206px) {
	.av-main-nav > li.menu-item-avia-special {
    	display: block;
	}
	.av-main-nav > li {
    	display: none;
	}
}
*/

/* Set logo and menu area to full width 
#header #header_main .container {
    width: 100%;
    max-width: none;
}
*/

/* Set top bar area to full width
#header_meta .container{
	width: 100%; 
	max-width: none;
}
*/

/* Adjust top bar menu setting 
#header_meta .sub_menu {
	font-size:18px;
}
*/

/* Adjust top bar container 
#header_meta {
	padding: 6px 0px; 
}
*/

/* Adjust settings for top bar text */
.phone-info {
  font-size: 18px !important;
	    width: 95% !important;
}

.phone-info a{color:#031D2E !important;}

.phone-info > div{width: 95% !important; width: 100% !important; display: flex ; justify-content: space-between;}

@media only screen and (max-width: 862px) {.phone-info > div{display: flex; flex-direction: column;} .top-bar-left{margin-bottom:20px; width:fit-content; margin: 0 auto !important;}
.top-bar-right{width:fit-content; margin: 0 auto !important;}}
@media only screen and (max-width: 767px) {.phone-info > div{display: flex; flex-direction: column;} .top-bar-left{margin-bottom:20px; width:fit-content; margin: 0 auto !important;} 
	.top-bar-right{width:fit-content; margin: 0 auto !important;}}


/* Social media icons */
/*.social_bookmarks_facebook a{
 * color:#f0b51c !important;
 * }

.social_bookmarks_instagram svg path {
  fill: #fff; 
}
*/

/*Adjust vertical alignment of logo when set to sticky header 
div .logo {top: 20px; }

.header-scrolled div .logo {top: 0px; }
*/

/*
.html_header_transparency #top .avia-builder-el-0 .container{padding-top: 0px !important;}
*/

/* |---------- Common Custom CSS ---------------| */

/*
 * Use for large none heading fonts. Usually in header
 * Add the class "csem-hero" to a paragraph text
 * Or use: <p class="csem-hero">Text</p>
 */
.csem-hero {
  font-size: var(--fs-xl);
  text-shadow: var(--fw-bolder);
  text-transform: uppercase;
  font-family: var(--ff-body);
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: bolder;
}

.csem-fs-lg {
  font-size: var(--fs-lg);
  margin: 0px;
  line-height: 1em;
  display: inline-block;
}
.csem-fs-lg p {
  overflow: hidden;
  white-space: nowrap;
  margin: 0px;
  padding-bottom: 3px;
  animation: typing 2s steps(35), blinking 0.5s steps(1) infinite;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

/*
 * Enfold Social icons
 * Applies styles for footer icons in functions.php
 * Ues: Place widget anywhere you'd like social icons set in Enfold to be displayed
 */

#top .socialbookmarks-widget .social_bookmarks {
  float: left;
  margin: 15px 0 0;
  position: relative;
}

#top .socialbookmarks-widget .social_bookmarks li {
  float: left;
  clear: right !important;
}

/* ------------------------------------------------------------------------------------------- */

#csem-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
}
#csem-top-bar div {
  margin-right: 10px;
}

#csem-top-bar a, #csem-top-bar{color:#339c5f;}

#csem-foot-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
	float: right;
}
#csem-foot-bar a, #csem-foot-bar{color:#1C396E;}
#csem-foot-bar div {
  margin-right: 10px;
}

#csem-foot-bar > div:first-child{width:fit-content;}
#csem-foot-bar > div:nth-child(2) .csem_phone_number_with_icon{width: fit-content !important;
    float: left;}

#csem-foot-bar > div:nth-child(2) .av_font_icon{margin-top:3px !important;}


@media only screen and (max-width: 762px) {
  #csem-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: max-content;
  }
}

#csem-footer-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
  margin: auto;
  font-size: 18px;
  color: #444;
}
#csem-footer-icons div {
  margin-right: 5px;
}
#csem-footer-icons a {
  color: #444;
}

/* Gravity Forms input and placeholder color settings */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  color: #000 !important;
}
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder],
body .gform_wrapper select {
  color: #000 !important;
  opacity: 1;
}




.csem-hm-hero-space{height: 60vh !important;}
#header_meta .container {max-width: 100% !important; background-color: #fff; padding: 10px;}
#header {background: #f5f5f594 !important;}
#header_main_alternate{display:none !important;}

.centered-half-column .entry-content-wrapper{display: flex ; flex-direction: column; align-items: center;}



#top #wrap_all .av-social-link-facebook a {
    color: #1C396E;
    
}

#top #wrap_all .av-social-link-facebook:hover a {
    color: #fff;
    background-color: #339c5e;
}

.av-burger-menu-main {display:none !important;}
@media only screen and (max-width: 767px) {
    .responsive #top .logo {width: 100% !important; }
	.responsive .logo img{margin: 0 auto !important; }
}

#top fieldset {
    margin-bottom: 0px !important;
}

.logo img {
	padding: 11px !important;}

.csem-center-col{
	width: 50% !important;
}

.csem-center-col {
    width: 69% !important;
    padding: 40px 65px !important;
}

.csem-sm-deco-fnt{color: #1c396e;
    font-family: 'asul', Helvetica, Arial, sans-serif; font-weight:bold;}

div.csem-50-100 {
  width: 100%;
	  margin: 20px auto !important;
}

@media (min-width: 1212px) {
  div.csem-50-100 {
    width: 70% !important;
  }
}


#socket .copyright {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.mfp-title{display:none;}
.image-overlay-inside { display: none;}
.avia_transform a:hover .image-overlay { opacity: 0 !important; }

@media only screen and (max-width: 862px) {
.csem-hm-hero-space {
    height: 30vh !important;
}
	
	#csem-foot-bar{
		flex-direction: column; width: 350px; float: none; margin: 0 auto;
	}
	
	#header_meta .container{padding-left: 20px !important; padding-right: 20px !important; width: 100% !important;}
	#socket .copyright {
    display: flex;
		flex-direction: column;}
	.avia-section-large .content{padding-top: 45px !important; padding-bottom: 45px !important; }

}

#csem-foot-bar .icon-mail, #csem-foot-bar .icon-phone {color:#339c5f !important;}
