/*
Theme Name: Newspaper Mag Responsive WordPress Theme
Theme URI: http://dessign.net/newspapermag
Author: Dessign Themes
Author URI: https://dessign.net
Description: Newspaper Mag Responsive WordPress Theme is stylish, customizable, simple, and readable. Perfect for any creative, architect or graphic designer.
Version: 1.0.2
License: GNU General Public License version v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: black, gray, dark, white, one-column, two-columns, three-columns, right-sidebar,light,theme-options,responsive-layout, custom-background, custom-menu
*/
body{
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  min-width: 320px;
  padding: 0;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
	color: #ff3209;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none!important;
  text-decoration: none;
}
.main-slide-content a:hover,
a:hover{
	color: #b4b3b3;
}
.blog-post-content a:hover,
.rpwwt-widget a:hover,
a:hover{
	color: #999;
}
.blog-post-content a,
.rpwwt-widget a{
	color: #000;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
iframe{
	max-width: 100%;
}
img{
	height: auto;
	max-width: 100%;
}
h1{
	font-size: 2em;
	margin: 0 0 0.5em;
	line-height: 1.2;
}
h3{
	font-size: 1.8em;
	margin: 0 0 0.5em;
	line-height: 1.2;
}
h3{
	font-size: 1.6em;
	margin: 0 0 0.5em;
	line-height: 1.2;
}
ul{
	
	margin: 1em 0;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	
	letter-spacing:.5px;
	font-weight: 400;
	
	margin: 1em 0;
}
input,
textarea{
	border: 1px solid #3b3839;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	max-width: 600px;
	padding: 8px 5px;
	outline: none!important;
	resize: none;
	width: 100%;
}
input[type="submit"]{
	background: #000;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 0.07em;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}
.container{
	margin: 0 auto;
	max-width: 1233px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.col-md-4{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 38.52%;
}
.col-md-8{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 61.48%;
}
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.bypostauthor{
  font-size: 14px;
}
.aligncenter{
  display:block;
  margin:5px auto 5px auto;
}
.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
.sticky{
	position: fixed;
}
/*---------------Header------------*/
::-moz-selection {
	background-color: #000;
	color: #fff;
}
 ::selection {
	background-color: #000;
	color: #fff;
}
.header{
	background: #000;
  position: relative;
}
.header-inner{
  padding: 20px 0;
}
.logo-wrap a{
  color: #000;
}
.logo-wrap img{
  display: block;
  height: auto;
}
.header-logo-wrap{
	display: none;
}
#touch-menu{
  display: none;
  width: 26px;
  height: 30px;
  margin: 0;
  right: 15px;
  top: 14px;
  position: absolute;
  z-index: 5;
}
#touch-menu span:after,
#touch-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#touch-menu span:after{
  top: 9px;
}
#touch-menu span {
  position: relative;
  display: block;
  top: 12px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#touch-menu.on span {
  background-color: transparent;
}
#touch-menu.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.navigation{;
	float: left;
	
  text-align: right;
  
  font-size: .9em;
	letter-spacing:.5px;
	font-weight: 900;
}
.navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation ul li{
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.navigation ul li:last-child{
  padding-right: 0;
}
.navigation a{
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.current-menu-item > a{
	color: #e2e2e2;
}
.social-wrap{
	font-size: 20px;
	float: right;
	line-height: 25px;
}
.social-wrap a{
	display: inline-block;
	color: #fff;
	margin: 0 3px;
	text-decoration: none;
}
.social-wrap a:hover{
	color: #9b9b9b;
}
.top-ads-wrap{
	padding-top: 30px;
}
.top-ads-widget{
	padding-bottom: 30px;
}
.top-ads-widget img{
	display: block;
	margin: 0;
}
.top-ads-widget p{
	margin: 0;
}
/*----------------Fotter----------------*/
.footer{
	background: #202020;
  color: #fff;
  margin-top: 45px;
  width: 100%;
  
}
.footer p{
	
  font-size: 1em;
  letter-spacing:.5px;
	font-weight: 500;
	color: #ccc;
	
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.footer-top{
  padding: 15px 0;
}
.footer-inner p{
	
	margin: 0;
}
.footer-widget{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
}
.footer-widget-title{
	font-size: 1.43em;
	font-weight: 900;
	margin: 0 0 1.4em;
	line-height: 1.3;
	text-align: center;
}
.footer-widget{
	line-height: 1.66;
	margin-bottom: 20px;
	margin-top: 20px;
	
	
}
.footer-bot{
	background: #000;
	color: #838383;
	font-size: 14px;
	padding: 18px 0;
	
}
/*-----------Homepage------------*/
.main-slider-wrap{
	background: #000;
	margin-bottom: 35px;
	padding: 22px;
	width: 100%;
}
.main-slide-top{
	position: relative;
	width: 100%;
}
.main-slide-top .slide-thumbnail{
	display: block;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	display: block;
	height: 500px;
	position: relative;
	width: 100%;
}
.main-slide-top a{
	display: block;
	position: relative;
	width: 100%;
}
.main-slide-top .video-label{
	left: 15px;
	top: 15px;
}
.main-slide-top .categories-wrap{
	padding-right: 100px;
}
.categories-wrap{
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
}
.video-label{
	color: #ff3209;
	left: 10px;
	font-size: 38px;
	line-height: 38px;
	position: absolute;
	top: 10px;
}
.video-label:before{
	font-family: "FontAwesome";
	content: "\f144";
	position: relative;
	z-index: 2;
}
.video-label:after{
	display: block;
	content: "";
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	position: absolute;
	z-index: 1;
}
.categories-wrap ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.categories-wrap ul li{
	display: inline-block;
	padding: 7px 2px 0 0; 
}
.categories-wrap a{
	background: #ff3209;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1.2;
	padding: 6px 20px 4px;
	
	text-decoration: none;
}
.main-slider-wrap .slide-next,
.main-slider-wrap .slide-prev{
	background: #000;
	border-radius: 5px; 
	position: absolute;
	left: auto;
	right: 5px;
	top: 461px;
	width: 18px;
	height: 34px;
	width: 34px;
	z-index: 2;
	cursor: pointer;
	-moz-background-size: 11px 17px;
	-webkit-background-size: 11px 17px;
	background-size: 11px 17px;
	background-position: center;
	background-repeat: no-repeat;
}
.main-slider-wrap .slide-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.main-slider-wrap .slide-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 43px;
}
.main-slide-content{
	color: #9b9b9b;
	padding: 5px 10px 10px;
	
}
.main-slide-content h3{
	font-size: 1.90em;
	line-height: 1.1;
	margin: 1em 0 0.6em;
	letter-spacing:.5px;
	font-weight: 900;
}
.main-slide-content a{
	color: #fff;
}
.archive .blog-post-wrap:first-child,
.category .blog-post-wrap:first-child{
	width: 100%;
}
.blog-post-wrap{
	float: left;
	margin-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
.blog-post-wrap.right{
	float: right;
}
.blog-post-inner{
	border-bottom: 2px solid #d7d7d7;
}
.blog-post-image{
	min-height: 40px;
	position: relative;
	width: 100%;
}
.blog-post-image img{
	display: block;
	height: auto;
	width: 100%;
}
.blog-post-content{
	padding: 14px 0 22px;
}
.blog-post-content h2{
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 8px;
	color: #222;
	letter-spacing:.5px;
	
}
.blog-post-content .date{
	font-size: 15px;
	color: #ababab;
	
}
.pagination{
	text-align: center;
	padding-top: 10px;
}
.page-numbers{
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.page-numbers.current,
.page-numbers:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
}
/*----------Sidebar---------*/
.sidebar-wrap .logo-wrap{
	margin-bottom: 40px;
}
.sidebar-wrap .widget-title{
	border-top: 7px solid #000;
	border-bottom: 2px solid #d7d7d7;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 11px;
	text-align: center;
	text-transform: uppercase;
	
}
.sidebar-wrap .sidebar-widget{
	margin-bottom: 15px;
}
.sidebar-wrap ul{
	margin: 0;
	padding: 0;
}
.sidebar-wrap .rpwwt-widget ul li{
	margin-bottom: 20px;
}
.sidebar-wrap .rpwwt-widget ul li img{
	margin: 0 15px 20px 0;
	height: auto;
	width: 110px;
}
.sidebar-wrap .rpwwt-post-title{
	display: block;
	font-size: 1.4em;
	line-height: 1.16;
	margin: 0 0 0.6em;
	letter-spacing:.5px;
	font-weight: 900;
	
}
.sidebar-wrap .rpwwt-post-date{
	font-size: 15px;
	color: #ababab;
	
}
.sidebar-wrap .textwidget{
	font-size: 1.04em;
	color: #7f7f7f;
	line-height: 1.36;
}
.sidebar-wrap .textwidget p{
	
	font-size: 1.02em;
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
/*-----------------Post-------------*/
.form-submit{
	margin: 0;
}
.comments ul{
	padding-left: 0px;
	list-style-type: none;
}
.comments ul ul{
	padding-left: 20px;
}
.comments .avatar{
	height: auto;
	width: 35px;
}
.comments a{
	color: #3b3839;
}
.commentmetadata a:hover{
	cursor: text;
	text-decoration: none;
}
.reply{
	margin-bottom: 30px;
	text-decoration: underline;
}
/*--------------Responsive-------------*/
@media only screen and (max-width : 992px) {
	.header-inner{
		padding: 14px 0;
	}
	.social-wrap{
		float: none;
	}
	#touch-menu{
		display: block;
	}
	.navigation{
		display: none;
		float: none;
		position: absolute;
		top: 55px;
		background: #fff;
		left: 0;
		z-index: 99;
		width: 100%;
	}
	.navigation a{
		color: #000;
	}
	.navigation > ul{
		padding: 10px 15px;
		text-align: left;
		border-bottom: 2px solid #333;
	}
	.navigation ul li{
		display: block;
		padding: 5px 0;
	}
	.navigation .sub-menu{
		padding: 0 0 0 15px;
	}
	body{
		font-size: 16px;
	}
	.sidebar-wrap .rpwwt-post-title{
		font-size: 1em;
	}
	.main-slide-top .slide-thumbnail{
		height: 350px;
	}
	
}
@media only screen and (max-width : 767px) {
	.col-md-8,
	.col-md-4,
	.footer-widget{
		font-weight: none;
		width: 100%;
	}
	.top-ads-wrap .col-md-8,
	.top-ads-wrap .col-md-4{
		padding-left: 0;
		padding-right: 0;
	}
	.top-ads-widget{
		padding-bottom: 15px;
	}
	.header-logo-wrap{
		display: block;
		padding: 5px 0 20px;
	}
	.main-slide-content h3{
		font-size: 1.4em;
	}
	.top-ads-wrap{
		padding-top: 20px;
	}
	.sidebar-wrap{
		margin-top: 40px;
	}
	.sidebar-logo-wrap{
		display: none;
	}
	.sidebar-wrap .textwidget{
		font-size: 1em;
	}
}
@media only screen and (max-width : 639px) {
	.main-slider-wrap{
		padding: 12px;
	}
	.main-slide-top .slide-thumbnail{
		height: 280px;
	}
	.main-slider-wrap .slide-next,
	.main-slider-wrap .slide-prev {
		top: 240px;
	}
	.blog-post-wrap{
		width: 100%;
	}
}
@media only screen and (min-width : 992px) {
	.navigation ul li:hover > .sub-menu{
		display: block;
	}
	.navigation .sub-menu{
		position: absolute;
		text-align: left;
		margin: 0;
		padding: 5px 0;
		background: #000;
		left: 0;
		z-index: 55;
		display: none;
		font-size: 15px;
	}
	.navigation .sub-menu ul {
		left: 100%;
		top: 0;
	}
	.navigation ul li .sub-menu li{
		display: block;
		padding: 5px 9px;
		width: 180px;
	}
	.sub-menu li:hover{
		
		color: #e2e2e2;
	}
	.navigation ul .sub-menu li a{
		display: block;
	}
}