#blank-page *:not(i) {
    font-family: "Roboto", sans-serif;
}


/* FIX */
body > #modal-sbc {
    background: rgba(0,0,0,.5);
}
body > .modal-backdrop {
    display: none;
}

/* NEW GRID - NON #BLANK-PAGE SITES */
.page-template-blog-main .container_inner,
.page-template-blog-main .header_bottom .container_inner,
.single-post .container_inner,
.post-type-archive-sbc_jobs .container_inner,
.page-template-blog-video-category .content .section_inner,
.page-template-blog-video-category .content .container_inner,
.archive .container_inner,
.archive .header_bottom .container_inner,
.page-template-blog-video-category .header_bottom .container_inner {
    width: 1160px;
    margin: 0 auto;
}

.page-template-blog-main .two_columns_66_33>.column1>.column_inner,
.single-post .two_columns_66_33>.column1>.column_inner,
.archive .header_bottom {
    padding: 0;
}

.page-template-blog-main .two_columns_66_33>.column2,
.single-post .two_columns_66_33>.column2 {
    padding-left: 60px;
}

@media only screen and (min-width: 1200px) {
    .page-template-blog-main .container_inner.sbc_medium_posts_block {
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-template-blog-main .container_inner,
    .page-template-blog-main .header_bottom .container_inner,
    .single-post .container_inner,
    .post-type-archive-sbc_jobs .container_inner,
    .page-template-blog-video-category .content .section_inner,
    .page-template-blog-video-category .content .container_inner,
    .archive .container_inner,
    .archive .header_bottom .container_inner,
    .page-template-blog-video-category .header_bottom .container_inner {
        width: 90%;
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width: 768px) {
    .page-template-blog-main .container_inner,
    .page-template-blog-main .header_bottom .container_inner,
    .single-post .container_inner,
    .page-template-blog-video-category .section_inner,
    .page-template-blog-video-category .content .section_inner,
    .page-template-blog-video-category .content .container_inner,
    .archive .container_inner,
    .archive .header_bottom .container_inner,
    .page-template-blog-video-category .header_bottom .container_inner {
        width: 90%;
        width: calc(100% - 32px);
    }

    .page-template-blog-main .two_columns_66_33>.column2,
    .single-post .two_columns_66_33>.column2 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .page-template-blog-main .two_columns_66_33>.column2,
    .single-post .two_columns_66_33>.column2 {
        padding-left: 0;
    }
}

/* Fix for arrows on gallery images */
body a.pp_next:after, 
body a.pp_previous:after {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
