/*!
Theme Name: 15Zine Child
Theme URI: https://themeforest.net/item/15zine-hd-magazine-newspaper-wordpress-theme/10802918
Description: Theme child of 15Zine
Version: 1.0
Author: Codetipi
Author URI: http://www.codetipi.com
Template: 15zine
Text Domain: cubell
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent theme's CSS.
-------------------------------------------------------------- */

/* Overriding WordPress Responsive Menu default */
#wprmenu_bar span.wpr-logo-wrap img {
    max-width: 100%;
    height: 33px !important;
}


/* Responsive oEmbeds */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, object, embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}


/* Increasing font size on mobile for header image text */
@media only screen and (max-width: 767px){
    .cb-s .cb-article-meta h2 {
        font-size: 18px;
    }
}

/* Removing page extra whitespaces */
@media only screen and (min-width: 1200px){
    .cb-main {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px){
    .cb-main {
        margin-top: 15px;
    }    
}