/*
Template: Divi
Theme Name: Saint John's Flavored Divi
Description: This theme is a child theme of Divi intended to work around a few issues and quirks in Divi. For the most part, things are fairly stock - but there are a few tweaks like a custom 404 page (so that the 404 page looks like all the other pages) and some adjustments to post spacing etc. so that Divi plays nicely with <a href="https://wordpress.org/plugins/sermon-manager-for-wordpress/">SermonManager</a>. Otherwise, the intent is to keep things are stock and as close to vanilla Divi as possible.
Author: Robert Main
*/

/* Enable the nice thin text on the sermon titles */
.wpfc-sermon-title-text{ font-weight: 300; }


.et_pb_column{
    overflow: hidden;
}

/**
 * header#main-header{ z-index: 10; }
*/

/**
 * Remove padding around post slides so that they 
 * fill all available space
*/ 
.slides-fill-container .et_pb_slide {
    padding: 0px;	
}


#left-area .et_pb_row {width: 100%;}
#main-content .container{
    padding-top: 0px!important;
    margin-top: 100px;
    margin-bottom: 75px;
}
.entry-title{
    font-weight: 300;
}
@media only screen and (min-width: 1350px){
    .et_pb_row{
        padding: 0px;
        margin: 0px;
    }
}
