/**
 * Theme Name:  Newsmag Child theme
 * Theme URI:   http://themeforest.net/user/tagDiv/portfolio
 * Description: Child theme made by tagDiv
 * Author:      tagDiv
 * Author URI:  http://themeforest.net/user/tagDiv/portfolio
 * Template:    Newsmag
 * Version:     3.3c
 */

/**
 * Warning!
 * This file will load automatically when the child theme is active.
 * You can use it for custom CSS.
 */

/* ==========================================================================
   General
   ========================================================================== */

.td-main-menu-logo img {
	max-height: 78px
}
.bottom_bar {
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: center;
}
.bottom_bar li a:hover {
	color: #fff !important;
}
.bottom_bar li {
	display: inline-block !important;
	float: none !important;
}
.bottom_bar .widget {
	margin-bottom: 0 !important;
}
.footer-wrapper {
	background: #222;
}
.td-sub-footer-container {
	background: #222;
	color: #fff;
}
.td-container {
	border-bottom: 0;
}
.td-container-border:before,
.td-container-border:after {
	display:none;
}
.rpwe_widget.widget a,
.td_block_popular_categories a {
	color: #ED5053;
}
.td-header-style-9 .td-main-menu-logo {
	display: inline-block;
	height: auto !important;
}
.rpwe-block h3 {
	font-weight: bold !important;
}

.td-post-author-name span.author-note {
	margin-left: 0;
}

/* Disqus comments */
.button-disqus-show {
	margin: 0 auto;
	border: 1px solid #4b5760;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: #677985; /* Old browsers */
	background: -moz-linear-gradient(top, #677985 0%, #4b5760 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #677985 0%,#4b5760 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #677985 0%,#4b5760 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#677985', endColorstr='#4b5760',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

/* Widget title */
.block-title > a,
.block-title > span {
	font-weight: 600;
}

/* ==========================================================================
   Child Theme loop-single.php template
   ========================================================================== */

.td-post-sharing {
	border-bottom: 1px solid #e6e6e6;
}
.td-post-content .td-post-sharing a {
	color: #fff;
}

/* ==========================================================================
   RRM Similar Posts widget
   ========================================================================== */

.widget_rrm_similar_posts li {
	margin-top: 20px;
}
.widget_rrm_similar_posts .similar-thumbnail img {
	border: 1px solid #efefef;
	padding: 5px;
}
.widget_rrm_similar_posts .similar-link {
	line-height: 1.5em;
}
.widget_rrm_similar_posts .similar-link a {
	font-size: 13px;
	font-weight: bold;
	color: #ed5053;
}

/* ==========================================================================
   Soundst Google Analytics Most Popular Posts plugin-widget
   ========================================================================== */

.soundst-google-analytics-most-popular-posts h4.block-title {
	margin: 0 0 12px;
}
.soundst-google-analytics-most-popular-posts li:first-child {
	margin-top: 0;
}
.soundst-google-analytics-most-popular-posts li {
	margin-top: 18px;
}
.soundst-google-analytics-most-popular-posts a {
	display: block;
	line-height: 1.5em;
}
.soundst-google-analytics-most-popular-posts a .ssgampp-thumbnail {
	border: 1px solid #efefef;
	padding: 5px;
}
.soundst-google-analytics-most-popular-posts a .ssgampp-title {
	margin-top: 6px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #ed5053;
}
.soundst-google-analytics-most-popular-posts a:hover .ssgampp-title {
	color: #3a3a3a;
}

/* ==========================================================================
   Apply to Mobile
   ========================================================================== */

@media screen and (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
	.td-ss-main-sidebar {
		padding-top: 0 !important;
	}
	/* Appearance > Widgets > New Sidebar > Text Widhet "Top_Right_300x250" */
	.td-ss-main-sidebar .widget_text:first-child {
		display: none !important;
	}
	/* Disqus comments */
	#disqus_thread {
		display: none;
	}
	.button-disqus-show {
		display: block;
	}
}

/* ==========================================================================
   Apply to Desktop
   ========================================================================== */

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
	/* Advanced Ads > Placements > Content 5 */
	.scall-content-5 {
		display: none !important;
	}
	/* Disqus comments */
	.button-disqus-show {
		display: none;
	}
}