/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/* .mobile img{display:none !important;}
.desktop img {display:block !important;} */
.comment-wrap.full-width-section.custom-skip.first-section {display: none !important;}
.comments-section {display: none !important;}
body.single #single-meta ul li:first-child {display: none !important;}
p#breadcrumbs {display: none !important;}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

/* @media (min-width: 320px) and (max-width: 480px) {
  
.mobile img{display:block !important;}
.desktop img {display:none !important;}
  
}
 */

@media(min-width: 1000px){
    #header-outer .closed{
        display: none!important;
    }
}
