@media (max-width:1024px){
	body{
		padding-bottom: 40px;
	}
	.container{
		overflow: hidden;
	}
	#page-header .navbar{
		min-height: 20px;
		height: 35px;
	}
	#page-header .navbar span{
		width: 33.33%;
		margin: 0 -2px;
		cursor: pointer;
		display: inline-block;
	}
	#page-header .navbar span a{
		color: #fff;
	}
	#page-header .navbar span i{
		line-height: 35px;
	}
	#page-header .navbar span:nth-child(2){
		text-align: center;
	}
	#page-header .navbar span:nth-child(3){
		text-align: right;
	}
	#page-header .navbar .navbar-mobile{
		margin: 0;
		position: relative;
	}
	.radius{
		border-radius: 5px;
	}
	.footer-inner{
		padding: 20px 15px;
		color: #fff;
	}
	.navbar-footer{
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.8);
		max-height: 0;
		overflow: hidden;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
		-ms-transition:all 0.3s;
	}
	.fmenu{
		text-align: center;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	.fmenu li{
		display: inline-block;
		padding: 5px 15px;
	}
	.fmenu li a{
		color: #333;
	}
	.fmenu li.home a,.fmenu li.star a{
		color: #FF5722;
	}
	.mobile-menu{
		margin: 0;
		width: 80%;
		max-width: 280px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		position: fixed;
		top: 35px;
		left: 0;
		background-color: #333;
		z-index: 10;
		height: 100%;
	}
	.mobile-menu ul{
		padding-left: 0;
		list-style: none;
	}
	.mobile-menu li{
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #666;
	}
	.mobile-menu li a{
		color: #fff;
	}
	.mobile-menu.active{
		transform:translateX(0px);
		-webkit-transform:translateX(0px);
		-ms-transform:translateX(0px);
	}
	#page-header .navbar .toggle-menu i{
		transition:all 0.2s;
		-webkit-transition:all 0.2s;
		-ms-transition:all 0.2s;
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
	}
	#page-header .navbar .toggle-menu.active i{
		transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
	}
	.nav-fixed{
		position: fixed;
		left: 15px;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	.padding-top{
		padding-top: 55px;
	}
	.navbar-mobile .btn-home img{
		margin-top: -14px;
	}
	.open-menu > .overlay-menu{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top:0;
		background-color: rgba(0,0,0,0.5);
		z-index: 5;
		cursor: pointer;
		display: block;
	}
	.search-wrap{
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
		-ms-transition:all 0.4s;
		transform:translateX(100%);
		-webkit-transform:translateX(100%);
		-ms-transform:translateX(100%);
	}
	.search-wrap .navbar-form{
		padding: 0 15px;
		margin: 0;
	}
	.search-wrap.active{
		transform:translateX(0);
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
	}
	.toggle-search i{
		transition:all 0.2s;
		-webkit-transition:all 0.2s;
		-ms-transition:all 0.2s;
		transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
	}
	#page-header .navbar .toggle-search.active{
		position: absolute;
		width: 35px;
		height: 35px;
		top: 0;
		right: 15px;
		text-align: center;
		z-index: 10;
	}
	.toggle-search.active i{
		transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
	}
	.loading{
		width: 100%;
		background: url('../images/ajax-loader.gif') no-repeat center center;
		height: 40px;
	}
	#main-page{
		padding-left: 0;
		padding-right: 0;
	}
	.widget-title{
	margin: 0;
	}
	.widget-title span{
	min-height: 31px;
	}
	.widget-title a,.widget-title span{
		margin: 0;
		display: block;
		border-radius: 0;
		padding: 8px 5px;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
	}
	.widget-title:hover a{
		text-decoration: none;
	}
	.post-title{
		font-size: 14px;
	}
	.mobile .big-post,.archive .big-post{
		margin-bottom: 15px;
	}
	.mobile .big-post .post-thumbnail,.archive .big-post .post-thumbnail{
		display: block;
		width: 50%;
		float: left;
		margin-right: 10px;
	}
	.mobile .big-post .post-title,.archive .big-post .post-title{
		font-size: 16px;
		font-weight: bold;
	}
	.mobile .big-post .post-title a,.archive .big-post .post-title a{
		color: #333;
	}
	.mobile .style-one .clearfix:after{
		display: none;
	}
	.mobile .style-one .post-item .post-thumbnail img,.archive .post-item .post-thumbnail img,#related-post img,.page-template-featured-template .post-item .post-thumbnail img{
		width: 100%;
	}
	.mobile .style-one .post-item,.archive .post-item,#related-post .post-item,.page-template-featured-template .post-item{
		margin-bottom: 15px;
	}
	.mobile .style-one .post-item .post-title,.archive .post-item .post-title,#related-post .post-item .post-title,.page-template-featured-template .post-item .post-title{
		margin: 0;
	}
	.mobile .style-one .post-item .post-title a,.archive .post-item .post-title a,#related-post .post-item .post-title a,.page-template-featured-template .post-item .post-title a{
		color: #fff;
	}
	.mobile .style-one .post-item .sumary,.archive .post-item .sumary,#related-post .post-item .sumary,.page-template-featured-template .post-item .sumary{
		padding: 5px;
		background-color: #333;
	}
	.mobile{
		margin-bottom: 15px;
	}
	.mobile .style-two .post-item{
		padding: 0 5px;
	}
	.mobile .style-two .post-inner{
		padding: 5px 0;
		border-bottom: 1px solid #ddd;
	}
	.mobile .style-two .post-thumbnail{
		display: block;
		margin-right: 5px;
	}
	#related-post .post-item .post-thumbnail{
		display: block;
	}
	.mobile .style-two .post-title{
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	.mobile .style-two .post-title a{
		color: #333;
	}
	.archive .big-post{
		padding-top: 5px;
		margin-bottom: 5px;
	}
	.archive .big-post,.archive .post-item,#related-post .post-item,.page-template-featured-template .post-item{
		padding-left: 5px;
		padding-right: 5px;
	}
	.archive .post-title,#related-post .post-item .post-title,.page-template-featured-template .post-item .post-title{
		margin: 0;
		padding: 0;
	}
	.archive .navbar,.single .navbar{
		margin-bottom: 0;
	}
	.second-nav{
		margin-bottom: 15px;
		padding:5px 15px;
		overflow: hidden;
	}
	.second-nav .btn-back,.second-nav .btn-more-action{
		padding-left: 0;
		padding-right: 0;
		margin-left: -2px;
		margin-right: 15px;
		margin-top: 0;
		margin-bottom: 0;
		float: left;
	}
	.second-nav .cat-title,.single .nav-title{
		font-size: 14px;
		display: inline-block;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 24px;
	}
	.second-nav .mdi-social-share,.second-nav .fa{
		float: right;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		text-align: center;
		padding: 0;
	}
	.second-nav .fa{
		float: none;
	}
	.second-nav .nav-bottom{
		height: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
		opacity: 0;
	}
	.single .nav-title{
		width: 500px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.single .hentry{
		padding: 10px;
		text-align: justify;
		margin-bottom: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.comments,#related-post{
		margin-left: 15px;
		margin-right: 15px;
	}
	.single #main-page{
		padding-bottom: 15px;
	}
	.single h1{
		font-size: 20px;
		margin: 0 0 15px 0;
		text-align: left;
		text-transform: uppercase;
		line-height: 25px;
	}
	.single h2{
		font-size: 18px;
	}
	.single h3{
		font-size: 16px;
	}
	.single h4,.single h5,.single h6{
		font-size: 14px;
	}
	.single img{
		max-width: 100%;
		height: auto !important;
	}
	.single .separator > a{
		margin: 0 !important;
	}
	.single .aligncenter{
		display: block;
		margin: 5px auto;
	}
	#related-post .wrap-item{
		margin-left: 0;
		margin-right: 0;
	}
	.comments{
		padding: 15px;
		margin-bottom: 15px;
	}	
	.comments .widget-title{
		margin-bottom: 15px;
	}	
	.comments ul{
		list-style: none;
	}
	.comments > ul{
		padding-left: 0;
	}
	.comments > ul > li {
		border: 1px solid #ddd;
		margin-bottom: 10px;
	}
	.comments > ul > li > .comment-body{
		padding: 5px;
		margin-bottom: 10px;
	}
	.comments ul.children > li{
		border: 1px solid #ddd;
		margin-bottom: 10px;
		padding: 5px;
		margin-right: 5px;
	}
	.comments .comment-author img{
		float: left;
		margin-right: 5px;
	}
	.comments .page-numbers{
		display: inline-block;
		padding: 5px 10px;
	}
	.comments .page-numbers:hover{
		background-color: #337AB7;
		color: #fff;
		text-decoration: none;
	}
	.share-open{
		transform: scale(20);
		-ms-transform: scale(20);
		-webkit-transform: scale(20);
		text-indent: -9999px;
	}
	.nav-top .btn-open{
		transition:transform 0.4s;
		-webkit-transition:transform 0.4s;
		-ms-transition:transform 0.4s;
	}
	.open-nav{
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		height: 100%;
		z-index: 9999;
		opacity: 1;
	}
	body.search .post-item{
		margin-bottom: 15px;
	}
	body.search .post-item .post-title{
		font-size: 16px;
		font-weight: bold;
	}

}
@media (max-width: 767px){
	.mobile{
		width: 100%;
	}
	.mobile .style-one .post-item.even{
		padding-left: 5px;
		padding-right: 3px;
	}
	.mobile .style-one .post-item.odd{
		padding-right: 5px;
		padding-left: 3px;
	}
	.mobile .style-one .clearfix{
		padding-left: 5px;
		padding-right: 5px;
	}
	.mobile .style-one .post-item, .archive .post-item, #related-post .post-item,.page-template-featured-template .post-item{
		margin-bottom: 5px;
	}
	.mobile .style-one .post-item, .archive .post-item, #related-post .post-item,.page-template-featured-template .post-item{
		width: 33.33%;
	}
	.single .nav-title{
		width: 400px;
	}
	body.search #main-page{
		padding-left: 15px;
		padding-right: 15px;
	}
	body.search .post-item{
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	body.search .post-item .post-thumbnail{
		padding-left: 0;
		max-height: 250px;
		overflow: hidden;
	}
}

@media (max-width: 479px){
	.mobile .style-two .post-thumbnail{
		width: 90px;
		height: 90px;
		margin-right: 10px;
	}
	.mobile .style-two .post-title{
		line-height: 20px;
		font-weight: normal;
	} 
	.mobile .style-two .post-item p{
		display: none;
	}
	.mobile .style-one .post-item, .archive .post-item, #related-post .post-item,.page-template-featured-template .post-item{
		width: 50%;
	}
	.mobile .big-post,.archive .big-post{
		padding-left: 5px;
		padding-right: 5px;
	}
	.mobile .big-post .post-thumbnail,.archive .big-post .post-thumbnail{
		width: 100%;
		float: none;
	}
	.mobile .big-post .post-inner,.archive .big-post .post-inner{
		position: relative;
	}
	.mobile .big-post .sumary,.archive .big-post .sumary{
		position: absolute;
		background-color: rgba(0,0,0,0.7);
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.mobile .big-post .post-title,.archive .big-post .sumary{
		margin: 0;
		padding: 10px 5px;
	}
	.mobile .big-post .post-title a,.archive .big-post .post-title a{
		color: #fff;
	}
	.mobile .style-one .post-inner p,.archive .post-inner p{
		display: none;
	}
	.single .nav-title{
		width: 250px;
	}
}
.watch{
width:100% !important;
}

