/*
	Theme Name: The Issue Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: theissue
	Text Domain: theissue
	Domain Path: /inc/languages
*/

.thb_widget_posts .post .post-title a:hover, .archive .post .post-title a:hover,
.post:not(.post-white-title):not(.featured-style):not(.white-post-content) .post-category a, 
.post:not(.post-white-title):not(.featured-style):not(.white-post-content) .post-category a:hover,
.thb-post-grid .post .post-title a:hover, .wpb_widgetised_column .post .post-title a:hover {
    color: #0097e2 !important;
}

.code-block{
	background: transparent;
	border: 0;
}
.post-content .code-block .adsbygoogle{
	margin-top: -15%;
}
.post-content .code-block-1 .adsbygoogle,
.post-content .code-block-6 .adsbygoogle{
	margin-top: -10%;
}

@media only screen and (min-width:1025px){
	.row {
    	max-width: 1350px;
	}
	.ads-title{
		color: #aaa;
		text-transform: uppercase;
	}
}


@media only screen and (min-width: 970px) {
	.article-container .post-content-wrapper {
    	max-width: 100%;
	}
}

@media only screen and (min-width: 821px) {
	.post-detail.thb-post-share-style1 .post-content-container{
		max-width: calc(100% - 72px);
	}
}

@media only screen and (min-width: 640px) {
	.single .sidebar {
/*     	max-width: 232px; */
	}

}

@media (min-width: 768px) {
	
	.post-content .code-block-1{
		margin-top: -70px !important;
		margin-bottom: -10px !important;
	}
	
	.post-content .code-block-5, .post-content .code-block-6, .post-content .code-block-7{
		margin-top: -30px !important;
		margin-bottom: -10px !important;
	}
	.post-content .code-block-7, .post-content .code-block-6{
		margin-top: -45px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px){
	.post-content .code-block-5, .post-content .code-block-6{
		margin-top: -30px !important;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
	
	.single .post-detail .post-content p a{
		display: initial !important;
		text-decoration: underline;
	}
	.single .post-detail .post-content p a:after, .ads-title,
	.code-block > p > em, .mrf-detailsContent em{
		display: none;
	}

}
