/*
 Theme Name:     Divi Child Theme - Christ Followers
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:   Divi Child Theme 
 Author:         Ilja Tirins
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url(../Divi/style.css);
 
/* =Theme customization starts here
------------------------------------------------------- */

h1,h2, h3,h4,h5,h6{color: #006fb8; font-weight: bold; line-height: 1.5em; padding-bottom: 0; padding-top: 10px}
h2, h3{font-size: 16px}
h4, h5{font-size: 15px; line-height: 1.1em;}
h5{font-weight: normal;}

.et_pb_text {margin-bottom: 25px; }
.et_pb_row{padding-top: 10px;}
.et_pb_toggle{margin-bottom: 30px;}


.entry-content table, .entry-content tr td, .entry-content tr td *{border: none; vertical-align: top; line-height: 1.5em;}
.well{padding:15px;}
.well-dark{background: #B9D8EC;}
.well table tr th{padding-top: 15px; padding-bottom: 15px;}

/*.header_img{
  min-height: 615px
}*/
.header-img .et_parallax_bg{
  background-position: center 55%;
}

.video-poster a{overflow: hidden;position: relative; display:block; z-index: 0}
.video-poster a.fancybox-youtube:before{ /*, a .play*/
	content: "";
	position: absolute;
	z-index: 1;
	background: #fff;
	border: 0px solid #FBBD12;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -28px;
	opacity: 0.4;
	border: 2px solid #000;
	
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
	
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.video-poster a.fancybox-youtube:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0px 18px 19px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -7px;
	zbckground: #fff;
	opacity: 0.4;

	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.video-poster a:hover.fancybox-youtube:before, .video-poster a:hover.fancybox-youtube:after{
	opacity: 0.8;
}

/*Custom WP-Members*/

#wpmem_reg input[type="text"],
#wpmem_reg textarea,
#wpmem_reg input[type="password"],
#wpmem_login input[type="text"],
#wpmem_login input[type="password"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	color: rgb(43, 43, 43);
	padding: 8px 10px 8px;
	background: none repeat scroll 0% 0% #fff;
}

/*Downloads*/
ul.ddownloads_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ddownloads_list li{

}

.et_pb_blurb_content.download{
	margin-left:0;
}

/*Menu*/
.left-divider:before{
	content: " | ";
	padding-right: 15px;

}
.dwad-header-fwidth-img{
	max-height: 308px;
}

 .et_parallax_bg{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	
    /*.et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 308px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 308px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }*/
    .fw-header{
    	min-height: 308px;
    }

}

.staff-member-pic, .staff-member-blurb-pic img{
	border-radius: 100%;
	border: 8px solid white;

	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
	zbox-shadow: inset 20px -25px 25px rgba(0,0,0,1); 
	/*-moz-box-shadow: inset 10px 10px 25px rgba(0,0,0,1); 
	-webkit-box-shadow: inset 10px 10px 25px rgba(0,0,0,1); 
	-o-box-shadow: inset 10px 10px 25px rgba(0,0,0,1); 
	*/
}

.staff-member-blurb-pic p{
	color: #aaa;
}
.sub-header{
	padding-bottom: 0;
}

.sub-header + .et_pb_section{
	padding-top: 0;
}
.entry-content > p{display: none;}
#footer-bottom{ background-color: rgba(46,163,242,0.52);}
#main-footer{background-color: transparent !important; bottom: 0; position: fixed; width: 100%; z-index: 999;}

.grey-gradient{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.ddownload-button {
	box-shadow: none !important; 
	font-size: inherit !important;
}
.ddownloads_list{margin: 25px 0 !important;}
.dnld-row{margin-bottom: 10px;}