/*
Theme Name: akbible-theme
Theme URI: http://www.akbible.edu/
Template: Divi
Author: Caylor Solutions
Author URI: http://www.caylor-solutions.com/
Description: Smart. Flexible. Beautiful.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.18.1478897595
Updated: 2016-11-11 20:53:15

*/

/* SEARCH BOX */

.et_search_form_container input {
font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
font-size:16px !important;
background-color: #25252B;
    padding-left: 20px;
}

/* SEARCH BOX END */

.menu-cta {
background-color: #d8cfc8;
    padding-left: 17px;
    padding-right: 20px;
    margin-bottom: 7px;
    padding-top: 10px;
}

.menu-cta:hover {
background-color: #a9a39e;
}

.menu-cta a {
color:#333 !important;
}

.menu-cta:hover a {
color: #999;
}

/* HERO HEADER */

.hero-header-par .et_pb_fullwidth_header_container {
width: 100% !important;
}

.hero-header-par .et_pb_fullwidth_header_container.left .header-content {
    margin-right: 0% !important;
     margin-left: 0; 
}

.hero-header-par  .header-content {
    padding: 0px !important;
}

.hero-header-par .et_pb_fullwidth_header_scroll {
bottom: 14% !important;
}

.hero-header-par img {
padding-top: 5%;
}

/* HERO SLIDER */
/*
#hero-slider .et_pb_media_alignment_center .et_pb_slide_image {
    left: 25% !important;
top: 40% !important;
}

#hero-slider .simple-social-icons ul li {
    left: 25% !important;
top: 40% !important;
}

@media (max-width: 767px){
#hero-slider .et_pb_slide_image {
display: block !important;
}
}

@media screen and (max-width:767px){
#hero-slider .et_pb_media_alignment_center .et_pb_slide_image {
left:0 !important; 
top: 40% !important;
position: absolute !important;
}
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
margin-top: 30px;
}
*/

@media all and (max-width: 980px)  {

#primary-sidebar {
width: 100% !important;
    float:none !important;
}

#left-area {
    width: 100%;
}
}

@media all and (max-width: 1300px)  {
#left-area {
    width: 78%;
}
}

@media all and (max-width: 1210px)  {
#left-area {
    width: 70%;
}
}

/* HERO SLIDER END */

/* SOCIAL ICONS */

#simple-social-icons-2 li:before {
border-style: none !important;
}

.simple-social-icons ul li {
margin:0px !important;
}

/* SOCIAL ICONS END */

/* ------- BELOW HERO - CTA SECTION -------- */

#cta-section {
margin-top: 0px;
    padding-top: 0px;
width: 100% !important;
    max-width: 100% !important;
}
#cta-section .cta_inner_section {
    margin-top: 0px;
    padding-top: 0px !important;
width: 100% !important;
    max-width: 100% !important;
}

#cta-section .cta_inner_section .et_pb_column {
    margin-right: 0px !important;
width: 33.33%;
}

/* ------ BELOW HERO - CTA SECTION END ----- */

/* ------ BENEFITS LIST ------- */

.benefits .et_pb_blurb_container {
vertical-align: middle !important;
}

.benefits .et_pb_main_blurb_image {
vertical-align: middle !important;
}

/* ------ BENEFIT LIST END ------ */

/*  --------- FRONT POST LIST ----- */

.front-post-list .et_pb_post {
margin-bottom: 30px !important;
}

.front-post-list .et_pb_post h2 {
margin-top:0px;
}

/* --------- FRONT POST LIST END ------- */

/*  ------------- CTA HEADERS ------------  */

.cta-headers .et_pb_fullwidth_header_container.center .header-content {
width: 100% !important;
max-width: 934px !important;
margin: 20px auto;
}

.cta-headers .header-content h1 {
    letter-spacing: 0.1em;
 /*border: 3px solid white;*/
padding: 15px;
font-size:28px;
}

/* ------------- CTA HEADERS END ----------- */

/* NUMBER COUNTERS */

.num-counters {
background-color: #d8cfc8;
    border-radius: 3px;
    padding: 30px;
}

/* NUMBER COUNTERS END */

/* ----------- INNER PAGES MENU ---------- */

#advanced_sidebar_menu-2 {
font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

#advanced_sidebar_menu-2 a {
text-transform:uppercase;
font-weight: bold;
font-size: 20px;
color: #801417;
}

#advanced_sidebar_menu-2 .child-sidebar-menu li {
margin-bottom: 0px;
margin-left: 0px;
}

#advanced_sidebar_menu-2 .child-sidebar-menu a {
text-transform: none;
font-weight: 600;
font-size: 16px;
color: #666666;
}

#advanced_sidebar_menu-2 .child-sidebar-menu a:hover {
color: #801417;
}

#advanced_sidebar_menu-2 .grandchild-sidebar-menu {
    border-left: 4px solid #801417;
}

#advanced_sidebar_menu-2 .grandchild-sidebar-menu li {
line-height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#advanced_sidebar_menu-2 .grandchild-sidebar-menu li a {
font-weight: 600;
}

#advanced_sidebar_menu-2 .current_page_item a {
color:#801417;
}

/* ----------- INNER PAGES MENU END ---------- */

/* ------------ IMAGE HOVER EFFECT MODULE -------------------*/

.border-hover .et_pb_column {
	overflow: hidden;
	position: relative;
}

.border-hover .et_pb_column img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover img {
	transform: scale(1.1);
}

.border-hover .et_pb_column:hover .et_pb_image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	content: '';
}

.border-hover .et_pb_column .et_pb_promo_description:before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column .et_pb_promo_description:after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.border-hover .et_pb_column:hover .et_pb_promo_description:before, .border-hover .et_pb_column:hover .et_pb_promo_description:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.border-hover .et_pb_column .et_pb_promo_description h2 {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 37%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0;
	padding: 0;
}

.border-hover .et_pb_column .et_pb_promo_description p {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 42%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.border-hover .et_pb_column:hover .et_pb_promo_description h2 {
	opacity: 1;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.border-hover .et_pb_column:hover .et_pb_promo_description p {
	opacity: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.border-hover .et_pb_promo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-hover .et_pb_promo_button {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------ IMAGE HOVER EFFECT MODULE END  -------------------*/

/* FOOTER NAVIGATION */

#et-footer-nav {
font-family:'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

/* FOOTER NAVIGATION END */

/* BLOG */

.et_pb_post img {
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 20px;
}

.et_pb_post .entry-content {
    padding-top: 0px;
}

.et_post_meta_wrapper {
clear:both;
}

.et_pb_fullwidth_section .et_pb_image_container img, .et_pb_post a img {
    max-width: 50%;
}

.et_right_sidebar #main-content .container:before {
    background-color: white;
}

.et_right_sidebar #left-area {
    float: right;
}

#primary-sidebar {
width:210px;
}

#primary-sidebar li {
    list-style-type: none;
}
/* BLOG END */

/* BLOG SIDEBAR */

#categories-2,  #archives-2, #search-2 {
margin-bottom: 20px;
}

#categories-2 h2, #archives-2 h2 {
text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #801417;
}

#categories-2 li a, #archives-2 li a {
text-transform: none;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

#search-2 {
clear: left;
    width: 190px;
}

/* BLOG SIDEBAR END */

/* PRICING TABLES */

.pricing .et_pb_pricing_table.et_pb_pricing_table_0, .pricing .et_pb_pricing_table.et_pb_pricing_table_1  {
height: 500px !important;
}

/* PRICING TABLES END */

.tax-project_category .et_pb_fullwidth_section .et_pb_image_container img, .et_pb_post a img {
    max-width: 25%;
}


/* SIDEBAR TO THE RIGHT */

#primary-sidebar {
float:right !important;
}

#left-area {
float:left !important;
}

/* SIDEBAR TO THE RIGHT END */

.et_pb_text ul, .et_pb_text ol {
    padding-bottom: 1em;
    list-style-position: outside;
    margin-left: 15px;
}

/* BUTTONS */

body #page-container .et_pb_button {
    color: #ffffff !important;
    background: #990000 !important;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 300;
}

body #page-container .et_pb_button:hover {
    background: #590000 !important;
    letter-spacing: 0;
    padding-left: 0.7em;
    padding-right: 2em;
color:#fff !important;
}

/* BUTTONS END */