/* Enter Your Custom CSS Here */
.post div.entry-utility, .single #nav-below, .single #nav-above, .post .entry-meta, .post #entry-author-info{
display:none;
}


/* ==========================================================================
   Responsive design
    Name: Ali Hossain
   ========================================================================== */
.k_float.k_bottom_sl.k_right {display: none;}
#k_slogan {display: none;}

/* Desktop Layout: 768px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
 
        
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
#click-menu {display: none;}     
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {width: 690px;}
#access {width: 690px;} 
#site-title {width: 400px;}   
#branding img {width: 100%;height: 100%;max-width: 690px;max-height: 145px;}   
#access .menu-header, div.menu {width: 690px;} 
#container {margin: 2px 5px 0 0;width: 460px;}    
#content {margin: 0;}  
    
    
    
}
/* Mobile Layout: 320px. */
@media only screen and (min-width: 200px) and (max-width: 479px) { 
#click-menu {display: block;}     
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {width: 250px;}
#access {display: none; width: 250px;} 
#site-title {width: 250px;}   
#branding img {width: 100%;height: 100%;max-width: 250px;max-height: 55px;}   
#access .menu-header, div.menu {width: 250px;} 
#container {margin: 2px 5px 0 0;width: 250px;}    
#content {margin: 0;} 
img.alignleft, img.alignright, img.aligncenter {display: block;margin-left: auto;margin-right: auto;width: 100%;max-width: 250px;}    
      

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
#click-menu {display: block;}    
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {width: 400px;}
#access {display: none;width: 400px;} 
#site-title {display: none; width: 400px;}   
#branding img {width: 100%;height: 100%;max-width: 400px;max-height: 85px;}   
#access .menu-header, div.menu {width: 400px;} 
#container {margin: 2px 5px 0 0;width: 400px;}    
#content {margin: 0;} 
#primary, #secondary {float: none;width: 290px;margin: 0 auto;}  
   
    

    
}

