/* Global style */

.mb-50{
    margin-bottom: 50px !important;
}
.mb-25{
    margin-bottom: 25px !important;
}
.mb-15{
    margin-bottom: 10px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-05{
    margin-bottom: 5px !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-25{
    margin-top: 25px !important;
}

.mt-10{
    margin-top: 10px !important;
}
.mt-05{
    margin-top: 5px !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

/**
Content
*/

.page-banner{
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sc{
    padding-top: 60px;
    padding-bottom: 60px;
}

.post-title a{
    color: #0a0a0a;
}

.post-title a:hover{
    color: #1e73be;
}

.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img{
    object-fit: fill;
}


/**
Footer
*/
.footer-menu a{
    font-size: 95%;
    color: #c0c0c0;
}

@media screen and (min-width: 850px){
    .col-divided-left{
        padding-left: 30px;
    }
    .page-right-sidebar .large-9{
        order: 2;
    }
    .page-right-sidebar .large-3{
        padding-left: 15px;
    }
}