/*

Theme Name: My Divi Child Theme

Theme URI: http://elegantthemes.com/

Version: 1.0

Description: A customized version of Divi which adds a number of tiny features I need.

Author: Shawn Washburn

Author URI: http://www.storiesofstarters.com

Template: Divi

*/



@import url("../Divi/style.css");

/*--Remove gray line below menu---*/
/* #main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
/*----------------------------------*/


/*----------------------------------*/
/* reduce height of blue header */

 .et_pb_fullwidth_header {
	padding: 20px 0;}

/*----------------------------------*/


/*Left Featured Image Thumbnail*/
@media only screen and ( min-width: 800px ) {
.bbb_blog_list a img  {
    float: left;
   	width: 55%;
    padding-right: 20px;
    vertical-align: bottom;
    padding-bottom: 10px;
}
}

/*Custom Read More Link on Blog Homepage*/
.bbb_blog_list a.more-link {
    clear: both;
    display: inline-block;
    position: relative;
    background: #c1dbee;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #ffffff;
    max-width: 100%;
    padding: 5px 5px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Adjust Hover Style*/
.bbb_blog_list a.more-link:hover {
    background: #c1dbee;
    color: #263b60;
}

/*---------------\/-----------------*/
/*--Changes to fix jumping header---*/
/*-------added 11-06-16-------------*/

#page-container {
padding-top: 73px !important;
}

#main-header {
top: 0px !important;
}

/*--------------/\------------------*/



/*---------------------------------*\/
/* overhanging logo by Geno Quiroz */
/*---------------------------------*/
 
#top-header {z-index: 99999;}
 
#logo {
    max-height: 300%;
    margin-top: 10px;
    z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}

/*----------------------------------*/



/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#4285D6; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 5px 10px 5px!important;
            border-radius: 6px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#006600;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}



/*Styling for the posts*/
.ds-thumbnail-blog .et_pb_post {
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 50px;
}
/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
    width: 400px !important;
    height: 350px !important;
}
/*Stack the image and content on smaller screens*/
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
        margin: 40px 30px 20px 30px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
    
    .ds-thumbnail-blog .post-content {
        padding: 30px 30px 80px 30px;
    }
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 40px 0 20px 0 !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 18px;
    margin-right: 40px;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    position: absolute;
    left: 440px;
    border: 1px solid #000;
    padding: 10px !important;
    color: #000;
    margin-top: 50px;
    text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog a.more-link {
        margin: 40px 0 20px 0;
    }
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
}
/*This adds the double arrow icon to the read more link*/
.ds-thumbnail-blog a.more-link:after {
    font-family: 'ETmodules';
    content: "\39";
    color: #000;
    margin-left: 5px;
    vertical-align: middle;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}
/*This styles the post pagination links*/
.pagination a {
    background: #fff;
    color: #000;
    padding: 10px;
    margin-top: 30px !important;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
}
/*This styles the post pagination links on hover*/
.pagination a:hover {
    background: #000;
    color: #fff;
}

/*----------[End Blog layout styling]-------------*/




    
/*----------Super Slim Bloom Optin Form----------*/ 
/* Set the padding for the content */ 
.slim-optin-form .et_bloom_form_container .et_bloom_form_content { padding: 0px !important; } 

/* Hide the header area */ 
.slim-optin-form .et_bloom_form_container .et_bloom_form_header { display: none !important; } 

/* Set the font size of the optin text module */ 
.slim-optin-text { padding-top: 15px !important; } 

/* Set the margin for the optin form module */ 
.slim-optin-form { margin: 0px 0; } .slim-optin-form .et_bloom_inline_form { margin: 10px 0 !important; } 

/* Add a little padding for smaller screens */ 
@media only screen and (max-width: 1110px) { .slim-optin-form { margin-bottom: 25px; margin-top: 0px; } } 

/* Set the font colour for the sucess and error messages */ 
.slim-optin-form h2.et_bloom_success_message, h2.et_bloom_error_message { color: #888 !important; } 

/* Set the border radius for the sucess and error messages */ 
.slim-optin-form .et_bloom_form_container h2.et_bloom_error_message, h2.et_bloom_success_message { border-radius: 0px !important; } 

/* Hide the checkmark on success message */ .slim-optin-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark { display: none; }

/*----------Super Slim Bloom Optin Form----------*/ 


/*---------- Vertically center text----------*/
.et_pb_column {
position: relative;
}
.et_pb_column .centertext.et_pb_text {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
/*---------- Vertically center text----------*/





