/*
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
*/
.slideshow_align_caption a:nth-of-type(2){
display: none!important;
}
#banner-overlay{
    margin-top: -135px;
    background: transparent!important;
    z-index: 999;
}
#banner-overlay .flex_cell {
    padding: 0px!important;
}
.we-support{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: table;
}
.we-support h3{
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-size: 14px!important;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400!important;
}
.home .slide-entry > a{
    margin-bottom:0;
}
.home .slide-content{
    padding:15px 30px;
    background: #fff;
}
.home .slide-content .blog-categories{
    display: none!important;
}
.home .av-vertical-delimiter{
    display: none!important;
}
.home .slide-entry .slide-meta{
    margin-top: 0px!important;
    background: #fff!important;
    border: none!important;
}
#footer {
    padding: 15px 0 5px 0;
}
#top #wrap_all .all_colors h3 {
    font-size: 20px;
    margin:0 0 10px 0!important;
    padding:0;
}
#footer p{
    font-size: 12px;
    margin: 0 0 10px 0!important;
}
#footer .widget {
    margin: 0px 0 0px 0;
}
@media only screen and (max-width: 768px) {
    .we-support h3 {
        display: block;
        font-size: 14px!important;
        text-align: center;
    }
}

.krown-button.small {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    padding-top: 11px;
    height: 36px;
}

.krown-button.light {
    background: #fff;
    border: 2px solid #ebebeb;
    color: #212121;
}

.jumpers span a {
    margin: 3px;
    text-decoration: none;
}

.jumpers span a:hover {
    text-decoration: underline;
} 

.krown-button {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    background: #fff;
    border: 2px solid #ebebeb;
    color: #212121;
    -webkit-transition: all 100ms linear !important;
    transition: all 100ms linear !important;
}

.krown-button.light:hover {
    background-color: #216684;
    color: #fff;
    border-color: transparent;
}

.page #main .entry-content{
	font-family:medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif !important;
	font-size: 21px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -0.003em !important;
    line-height: 1.58 !important;
	color:rgba(0, 0, 0, 0.7) !important;
}

.page #main .entry-content p{
	font-family:medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif !important;
	font-size: 21px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -0.003em !important;
    line-height: 1.58 !important;
	color:rgba(0, 0, 0, 0.7) !important;
}

.pageHeaderCustomTitles .pageHeaderTitle h1{
	font-family: 'Fira Sans', sans-serif !important;
	font-size: 40px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.028em !important;
    line-height: 1.04 !important;
}

.pageHeaderCustomTitles .pageHeaderSubtitle h2{
	font-family: 'Fira Sans', sans-serif !important;
	font-size: 30px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.028em !important;
    line-height: 1.04 !important;
}

.page #main .entry-content h3{
	font-family: 'Fira Sans', sans-serif !important;
	font-size: 30px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.028em !important;
    line-height: 1.04 !important;
}

.page #main .entry-content .wp-caption{
	border:0px !important;
}

.page #main .entry-content .wp-caption .wp-caption-text{
	color: rgba(0, 0, 0, 0.7) !important;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
}

.responsive .page #main .container {
	max-width: 800px;
}

.home #main .avia-slideshow .slideshow_align_caption{
	/* vertical-align: top; */
	    padding-bottom: 80px;
}

.home #main .avia-slideshow #top .avia-slideshow-button{
	margin-top: 6px;
	position:relative;
	z-index: 9999;
}

.text-image {
	position: relative;
	line-height: 0px;
}

.text-image .transparency {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.4;
}

.text-image.black .transparency {
	background-color: #fff;
}

.text-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;	
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  font-family: 'Fira Sans', sans-serif !important;
  z-index: 2;
}

.text-image.black .text-image-overlay {
	color: #000;
}

.text-image-overlay .number {
	font-size: 165px;
	line-height: 180px;
	font-weight: bold;
	display: block;
}

@media screen and (max-width: 767px) {
	.text-image-overlay {
		font-size: 18px;
		line-height: 24px;
	}
	
	.text-image-overlay .number {
		font-size: 80px;
		line-height: 92px;
	}
}