/*
Theme Name: Bahrain Association of Banks
Author: Kooheji Systems
Author URI: https://koohejisystems.com
Template: betheme
Version: 2.0.2
*/

/* Single post subheader spacing */
.single-post #Subheader > .container {
    padding: 200px 10%;
}

/* Tablet */
@media only screen and (max-width: 959px) {
    .single-post #Subheader > .container {
        padding: 120px 30px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .single-post #Subheader > .container {
        padding: 80px 20px;
    }
}