/*
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:*/

.title_container .main-title {
	font-weight:700;
}

.custom-html-widget h3 {
	font-size:21px;
}

.phone-info span, .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-weight: bold;
    font-size: 15px;
	    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.home .av-special-heading {
	margin-top:20px;
}

.content, .sidebar {
	padding-bottom:35px;
	padding-top:35px;
}

.widget {
	padding:15px 0;
}

.phone-info {
	padding:7px 0;
}

div .slideshow_caption h2 {
	font-size:70px;
}


#top .title_container .container {
	margin-top:5px;
}

#header {
background:#fff !important;
}

#socket {
    font-size: 14px;
    line-height: 24px;
border-top:5px solid #dac893;
border-color:#dac893 !important;
}


#header_meta {
border-bottom-width:0 !important;
}

#top .av_header_transparency #header_meta {
border-bottom:0;
}


#top #header .av-main-nav > li > a {
color:#1e4e71;
text-transform:uppercase;
font-weight: 300;
}

#top .header_color .sub_menu ul li a:hover {
color:#fff !important;
}

h3.av-special-heading-tag {
font-weight:700 !important;
}

.iconbox_content_title {
min-height:40px;
}

#socket .copyright {
float:none;
}

#socket .container {
text-align:center;
}

#footer h3.widgettitle {
border-bottom:2px solid #ccc;
padding-bottom:12px;

}


.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 0 auto;
  }
}

.cd-headline {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 20px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: block;
  position: relative;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 1;
  font-weight:500;
  font-size:22px;
  transition: all .3s ease-out;
color:#46d1ff;
}
.cd-headline.column-one b .av_font_icon  {

float:none;
display:inline-block;
}



.cd-headline.zoom b.is-visible {
  opacity: 1;
  font-size:28px;
  font-weight:700;
color:#fff;
}
.cd-headline.zoom b.is-hidden {
color:#46d1ff;
}