@media only screen and (max-width: 1240px) {
	.post-share {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		margin-top: 20px;	
	}
	.share_text {
		display: none;
	}
	.post-share a{
		display: inline-block;
		margin: 0 15px;
	}
}

@media only screen and (min-width: 942px) and (max-width: 1170px) {
	
	.container { 
		width:940px; 
	}

	#main {
		width:639.7px;
		float:left;
	}

	#sidebar {
		width:244px;
		float:right;
	}
	
	.item-related {
		width: 208px;
	}

}
@media only screen and (max-width: 941px) {
	#sidebar {
		width:100%;
		margin-top:80px;
	}
	.widget {
		width:480px;
		margin-left:auto;
		margin-right:auto;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 941px) {
	
	.container { width:726px; }
	
	#main {
		width:100%;
		padding-right:0;
	}
	
	.item-related {
		width: 155px;
	}
}


@media only screen and (max-width: 767px) {
	.container { 
		width:480px; 
	}	
	#top-bar {
		position: fixed;		
	}
	.single #content, .page #content {
		margin-top: 20px;
	}
	.slicknav_menu {
		display:block;
	}
	.menu_wrap, #sticky-wrapper {
		display: none;
	}
	#main {
		width:100%;
		padding-right:0;
	}	
	#respond #submit {
		width: 100%;
	}
	.meta_author,.flash,.posted_in {
		display: none;
	}
	.meta-comments, .post-tags {
		display: block;		
		float: none;
	}
	.meta-comments {
		margin-bottom: 10px;
	}
	.footer_social a {
	    display: inline-block;
	    margin: 0 12px;
	    font-size: 14px;
	}
	.item-related {
		margin-bottom: 30px;
		width: 48%;
		margin-right: 4%;	
	}
		.item-related:last-child {
			margin-bottom: 0;
		}
	.item-related:nth-of-type(2n) {
		margin-right: 0;
	}
	.post-related {
		padding-bottom: 0;
	}
	.post-header h2 a, .post-header h1 {
	    font-size: 19px;
	    line-height: 26px;
	    margin-bottom: 8px;
	}
	.post-share {
		margin-top: 17px;
	}
	.top-meta {
	    line-height: 18px;
	}

	.img_prev, .img_next {
		display: none;
	}
	.instagram-pics li {
	    width: 25%;
	}
	.meta_bottom {
		text-align: center;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	#main {
		width:100%;		
	}
}
@media only screen and (max-width: 479px) {
	.container { 
		width:305px; 
	}
	.widget {
		width:100%;
	}		
	
	#respond input {
		width: 100%;
		box-sizing:border-box;	
	}		
	
	#footer_meta h2 {   
   		line-height: 21px;
   	}
   	.item-related {
		width: 100%;
		margin-right: 0;
	}
	#top-search {
		display: none;
	}
	.post-next h4, .post-previous h4 {
		display: none;
	}
	.previous_wrap {
		max-width: 100%;
	}
	.next_wrap .next, .previous_wrap .previous {
    	font-size: 16px;
	}
	.post-comments {
	    padding: 0;
	    background-color: transparent;
	}
	#top-social a {
	    font-size: 14px;
	    margin-left: 12px;
	}

}
