/*
Theme Name: DefenseTech - Newsdesk
Template: mh_newsdesk
Theme URI: http://www.mhthemes.com/themes/mh/newsdesk/
Description: MH Newsdesk is a modern and dynamic news WordPress theme with great flexibility and powerful features. This advanced news template is ideal for up-to-date online newspapers, brilliant news magazines and all kind of other vibrant news websites. Styled in flat design MH Newsdesk WordPress Theme is focusing on your newsworthy and fresh content.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh-newsdesk
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, full-width-template, translation-ready, rtl-language-support
*/



.widget-title {
    background: #afb3b6 none repeat scroll 0 0;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 0;
    text-transform: uppercase;
}

.widget-title  span {
 	background: #afb3b6 none repeat scroll 0 0 !important;
    padding: 20px;
}

.header-nav li {
	border-left: none;
}

#menu-top li a {
	text-transform: none;
	font-size: 13px;
	width: 80%;
}

.social-nav {
	width: 20%;
}

.main-nav {
	text-transform: none; 
}

.main-nav li {
	font-size: 15px;
}

.header-sub .ticker-title {
	background: #efefef;
	color: #da002c;
	padding: 0 6px;
}

.content-lead-excerpt .button span {
	background: none;
	color: #da002c;
	padding: 0;
}

.widget-title {
	padding: 10px 0;
}

.breadcrumb span .bc-home {
	display: none;
	padding: 0;
}

.breadcrumb span a {
	background: none;
	color: #da002c;
	padding: 0;
}

.breadcrumb span a:hover {
	color: #000000;
}

.mh-share-buttons {
	padding: 0;
	background: none;
}
.mobile-ad {
	display: none;
}

@media only screen and (max-width: 980px) {
	.mh-share-buttons .mh-col:first-child {
    	margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 420px) {
	.entry-title {
		font-size: 1.8rem;
	}
	.header-top {
		display: none;
	}
	.mh-share-button {
		width: 25%;
		float: left;
	}
	.mh-share-buttons .mh-col {
		margin-top: 10px;
	}
	.content-lead-title {
		font-size: 1.8rem;
	}
	.desktop-ad {
		display: none;
	}
	.mobile-ad {
		display: block;
	}
	#mh-wrapper {
		width: 95%;
		padding: 0;
	}
}