/*****
Theme Name: FairFax MH Newsdesk Child Theme
Theme URI: http://www.mhthemes.com/themes/mh/newsdesk/
Description: This is a child theme for Fairfax news for MH Newsdesk WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: Mohsin
Author URI: https://www.consumermedia.com/
Template: mh_newsdesk
Version: 1.0.0
*****/


.logo{
  display: none;
}

.mh-header {
    margin-bottom: 15px;
}

#breadcrumbs{
	margin-bottom: 20px;
	color: grey;
  font-size: 14px;
 
}

#breadcrumbs span:not('breadcrumb_last'){ text-transform: capitalize;}

a{
  cursor: pointer;
}

.home #breadcrumbs {
  visibility: hidden;
}
#mobile-f-logo{
  display: none;
}
@media only screen and (max-width: 980px){
#mobile-f-logo{
  content: 'F';
font-size: 38px;
height: 44px;
width: 20px;
float: left;
padding: 10px 20px 0;
position: absolute;
background: #990100;
color: white;
line-height: .9;
display: block !important;

}  



.header-top .wrapper-inner {
    width: 95%;
}
.header-top, .header-wrap, .header-search{
  display: none;
}
.mh-wrapper, #mh-wrapper{
  width: 100%;padding:0;
}
.mh-section.mh-group{
  width: 90%;
  padding: 20px;
}
.home #breadcrumbs {
  display: none;
}


}