/*
Theme Name: GoBlog Child
Description: Child theme for the GoBlog WordPress theme
Author: BloomPixel
Template: goblog
*/

/* Start Adding Your CSS Here */
.logo-wrap, .site-logo img {
    max-width: 20%;
}
.first_div {
    width: 33.33%;
    float: left;
    min-height:400px;
    display: inline-block;
}

.three_div_inline {
    display: inline-block;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 567px) {
   .first_div {
    width: 100%;
    float: left;
    min-height:400px;
    display: inline-block;
    }
    
    .logo-wrap, .site-logo img {
    max-width: 37%;
}
}
@media screen and (max-width: 768px){

    .menu-btn {
        float: right !important;
        right: 0 !important;
        left: 80% !important;
    }
    
}