/*
 Theme Name:   Newstube Child
 Description:  CactusThemes - Newstube Child Theme
 Author:       CactusThemes
 Author URI:   http://cactusthemes.com
 Template:     newstube
 Version:      1.0.0
*/

#main-nav .container&gt;.navbar-header&gt;.navbar-brand img {
    max-height:80px;
    }
    
    #main-menu {
    background-color:#252D41;
    }
    
    .cactus-share-and-like {
    display:none;
    }
    
    #content-desktop1 {display: block;}
    #content-mobile1 {display: none;}
    
    @media screen and (max-width: 768px) {
    
    #content-desktop1 {display: none;}
    #content-mobile1 {display: block;}
    
    }