/*

Theme Name: Daily News
Theme URI: http://gbjsolution.com/
Author: Biswajit Saha
Author URI: http://themeforest.net/user/GBJsolution
Description: A responsive minimal blogging theme.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom-Background, White, Light, Featured-Images, Theme-Options, Translation-Ready
Text Domain: daily-news
*/

.post-categories {
	display:none !important;
}

.feed-link-wrap ul li {
	display:inline-block;
	padding:0 10px;
	text-align:right !important;
}

.contact-left, .contact-right {
	width:48%;
	height:150px;
	padding-top:30px;
}
.contact-left {
	float:left;
}

.contact-right {
	float:right;
}

.contact-info {
	clear:both;
	margin-top:50px
}

blockquote {
	width:40%;
	float:left;
	margin-right:20px;
	font-size:14px;
	background-color:#d1d1d1 !important;
}

@media screen and (max-width: 557px) {
	blockquote {
	width:100%;
	}
}

.error-page-wrap,
.error-page-wrap h1,
.error-page-wrap h4 {
	color:#ffffff !important;
}

.tag-cover {
    display:none;
}

.header-content-wrap .cell-left {
	width:45% !important;
}

.featured_caption {
	color:#fff;
	font-size:12px;
	font-style:italic;
	margin-top:-27px;
	display:block;
	text-align:right;
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	width:100%;
}

.featured_caption .imgCaption {
	padding-left:10px;
	padding-right:10px;
}

.sidebar .header-ad {
	margin-bottom:40px !important;
}

.sidebar-right {
	margin-bottom:30px;
}

.small-sidebar .col-md-6 {
	padding-left:15px;
	padding-bottom:15px;
	padding-right:0;
}

.footer-sidebar {
	padding-left:10px;
	padding-bottom:30px;
}


.left-side-ad {
		width: 300px;
		height: 1000px;
		margin-left:-300px;
		float:left;
		position: fixed;
	}
	.right-side-ad {
		width: 300px;
		height: 1000px;
		margin-left:1200px;
		position: fixed;
	}
	.main {
		max-width: 1800px;
		margin: 0 auto;
		overflow: hidden;
	}

	@media screen and (max-width: 1200px) {
		.right-side-ad, .left-side-ad {
			display:none;
		}
	}

.sidebar-ad-gap {
	margin-bottom:30px !important;
}
