@media only screen and (min-width: 942px) and (max-width: 1170px) {
	
	.container { 
		width:940px; 
	}

	#main {
		width:639.7px;
		float:left;
	}

	#sidebar {
		width:260px;
		float:right;
	}
	
	.post-related {
		width: 260px;
	}
	.promo_item {
		height: 206px;
    	width: 297px;
	}

}
@media only screen and (max-width: 941px) {
	#main {
		float: none;
	}
	#sidebar {
		width:100%;
		margin-top:60px;
	}
	.widget {
		width:480px;
		margin-left:auto;
		margin-right:auto;
	}

	.post-related {
	    width: 480px;
	    margin: 60px auto 0 auto;
	    float: none;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 941px) {
	
	.container { width:726px; }
	
	#main {
		width:100%;
		padding-right:0;
	}
		
	.promo_item {  
	    height: 165px;
	    width: 234px;
	    margin-right: 12px; 
	    padding: 17px;
	}
	.bxslider_featured {
		height: 520px;
	}
	.admin-bar #top-bar {
		margin-top: 46px;
	}
	.slicknav_menu {
		display:block;
	}
	.menu_wrap {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	.container { 
		width:480px; 
	}	
	.admin-bar #top-bar {
		margin-top: 46px;
	}
	.slicknav_menu {
		display:block;
	}
	.menu_wrap {
		display: none;
	}
	#main {
		width:100%;
		padding-right:0;
	}	
	
	#respond #submit {
		width: 100%;
	}
	.pagination {
		padding:0 15px;
		margin-bottom:40px;
	}	

	.footer_social {
		float:none;
		text-align:center;
		margin-bottom:20px;
		padding-bottom:25px;
		border-bottom:1px solid #E8E8E8;
	}
		.footer_social a {
			margin: 0 10px;		
		}
		.footer_social a{
			font-size: 14px;
		}
	#footer {
		margin-top:30px;
	}
		#footer_meta h2 {
			float:none;
			text-align:center;
		}
		
	.post-share {
		float: none;
		margin-top: 17px;
	}
	.top-meta {
		float: none;
	}
	
	.meta_bottom, .post-share, .post-tags {
		float: none;
		text-align: center;
	}
	.instagram-pics li {
	    width: 33.33%;
	}
	.instagram-pics {
		font-size: 0;
	}
	.promo_item {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 17px;
	}
	.promo_item:last-child {
		margin-bottom: 0;
	}
	.bxslider_featured {
	    height: 400px;
	}
	.slide_overlay h2 a {
    	font-size: 22px;
    	line-height: 30px;
    } 

	.post-related.fullwidth .item-related {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}   
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	#main {
		width:100%;		
	}
}
@media only screen and (max-width: 479px) {
	.container { 
		width:300px; 
	}
	.widget {
		width:100%;
	}		
	.post-related {
    	width: 300px;
	}

	#respond input {
		width: 100%;
		box-sizing:border-box;	
	}		
	
	#footer_meta h2 {   
   		line-height: 21px;
   	}

	#top-social a {
	    font-size: 14px;
	    margin-left: 12px;
	}
	.slicknav_btn {
		margin: 12px 0;
	}
	.readmore_slider {
		display: none;
	}
	.slider-meta {
	    font-size: 14px;
	    margin-bottom: 13px;
	}
	.bxslider_featured {
	    height: 300px;
	}
	.slider-meta .meta_date {
		display: none;
	}
}
