/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.slider .avia-caption-title {
   background-color: rgba(0,0,0,.4);
}

.topbox{
   display:flex;
   flex-direction:row;
   align-items:center;
}
.topbox .column{
 width:50%;
font-size:.7em;
}
.topbox .column.right{
  text-align:right;
  padding-top:8px;
}
strong{
  color:inherit !important;
}
.tagline{
   line-height:normal;
  font-size:1.18em;
 font-weight:bold;
}
.tagline span{
  font-weight:normal;
  letter-spacing:1px;
}

@media(max-width:768px){
	.tagline{
		font-size:.7em;
	}	
}

#top .callinfo{
   display:flex;
  align-items:center;
}

#top .callinfo .iconbox_icon{
    font-size:45px;
}

#header_main{
  z-index:10;
}
#header_meta{
   z-index:1;
}
.pagetitle{
   position:relative;
   left:15px;   
}

.pagetitle:before{
   content:"";
   width:5px;
   height:63px;
  background:#EE393E;
  position:absolute;
  left:-15px;
   top:4px;
  right:20px;
}

/* BOF MOBILE */
@media(max-width:768px){
	.slider .avia-caption-title{
		font-size:30px !important;
	}
	.pagetitle{
		padding-bottom:5px !important;
	}
	.pagetitle h1{
		font-size:30px;
	}
	.pagetitle:before{
		height:30px;
	}
	.avia-section-large .content{
		padding-top:20px;
		padding-bottom:10px;
	}
}
/* EOF MOBILE */