/* 
Theme Name: StyleStack Jnr
Author: Cotswold Web Design.
Template: Divi
Version: 1.0
*/
/** 1 */
#footer-bottom {
    display: none;
}
/** 2 */
@media only screen and ( min-width: 768px ) {
    .three-column-grid .et_pb_grid_item {
        width: 32.6% !important;
        margin: 0 1% 1% 0 !important;
    }
    .three-column-grid .et_pb_grid_item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .three-column-grid .et_pb_grid_item:nth-child(3n+1) {
        clear: left;
    }
    .three-column-grid .et_pb_grid_item:nth-child(4n+1) {
        clear: unset !important;
    }
}
/** 3 */
@media (min-width: 981px) {
    #page-container {
        padding-top: 176px !important;
    }
    #main-header {
        top: 0px !important;
    }
}
/** 4 */
#main-content {
    margin-bottom: 350px;
    z-index: 2;
}
.cwd-footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/** 7 */
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    font-weight: 800;
}
/** 8 */
.et_fixed_nav #et-top-navigation {
    height: 35px;
}
/** 9 */
#main-content .container:before {
    background: none;
}
@media (min-width: 981px), all {
    .et_pb_gutter.et_pb_gutters2 #left-area {
        width: 100%;
    }
}
/** 10 */
@media (max-width: 980px), all {
    .et_header_style_centered #logo {
        max-height: 90px;
    }
}