@media only screen and (min-width: 1170px) and (max-width: 1280px) {
	
}
@media only screen and (min-width: 942px) and (max-width: 1170px) {
	.container { width:940px; }
	#main { width:610px; }
	/* Featured Section */
	
	
	.related-posts-content .related-item {
		width: 190px;
		margin-right: 20px;
	}
	
	.grid-post-container > li {
		width: 290px;
	}

	#main.fullwidth  .related-posts-content .related-item {
		width: 292px;
		margin-right: 32px;
	}
	#main.fullwidth .grid-post-container > li {
		width: 450px;
	}
	
	.featured-post-content h3 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.featured-post-content-cat a {
		font-size: 10px;
	}
	
	


}



@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	.container { width:726px; }
	#main { width:100%; }
	#sidebar {width:480px;margin:0 auto;float:none;overflow:hidden;}
	
	/* Featured Section */
	.featured-post-content {
		opacity: 1;
	}
	
	#main.fullwidth .grid-post-container > li {
		margin-right: 26px;
	}
	.grid-post-container > li, #main.fullwidth .grid-post-container > li {
		width: 348px;
	}
	
	.related-posts-content .related-item, #main.fullwidth  .related-posts-content .related-item  {
		width: 230px;
		margin-right: 18px;
	}
	
	#top-search {
		float: none;
		display: none;
	}
	#top-social {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#nav-wrapper {
		display: none;
	}
	
	#slick-mobile-menu {
		display:block;
	}
	.featured-post-content {
		top: 42%;
		padding: 14px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.container { width:300px; }
	#main { width:100%; }
	#sidebar {width:100%;}
	
	#logo img {
		max-width: 80%;
	}
	#top-search {
		float: none;
		display: none;
	}
	#top-social {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#nav-wrapper {
		display: none;
	}
	
	#slick-mobile-menu {
		display:block;
	}
	/* Featured Section */
	.featured-post-content {
		opacity: 1;
	}
	
	.featured-post-content h3 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.featured-post-content-cat a {
		font-size: 10px;
	}
	
	.featured-post-content {
		top: 42%;
		padding: 14px;
	}
	
	/* List layout */
	.list-post .post-img img{ max-width:90px; }
	.list-post .post-img { margin-right:16px; }
	.list-post p { display:none; }
	.list-post .post-header h2 a { font-size:14px; letter-spacing:1px; }
	.list-post .post-header h2 { margin-bottom:9px; }
	.list-post .post-header { margin-bottom:0; }
	.list-post .post-meta { display:none; }
	#main.fullwidth .list-post .post-img img { max-width:90px; }
	
	.grid-post-container > li, #main.fullwidth .grid-post-container > li {
		width: 100%;
		margin-right: 0;
	}
	
	.classic-post .post-meta,
	.classic-post .post-share {
		float: none;
	}
	
	.post-share a {
		bottom: 0px;
	}
	
	.classic-post .post-img {
		margin-top: 20px;
	}
	
	.related-posts-content .related-item, #main.fullwidth  .related-posts-content .related-item {
		width: 300px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#footer-menu ul li {font-size: 10px;}
	#footer-social a {font-size: 20px;}
	
	#footer-menu li:not(:last-child)::after {
		content: "";
		padding: 0px;
	}
	
	#footer-menu ul li {padding-left:10px;padding-top:15px;}
	
	#footer-social a {margin:0px 10px;}
	
	/* Instagram */
	#instagram-footer ul.instagram-pics > li {
		width:25% !important;
	}
	#instagram-footer ul.instagram-pics > li:nth-child(8), #instagram-footer ul.instagram-pics > li:nth-child(7), #instagram-footer ul.instagram-pics > li:nth-child(6), #instagram-footer ul.instagram-pics > li:nth-child(5) {
		display:none;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.container { width:480px; }
	/* List layout */
	.list-post .post-img img { max-width:150px; }
	.list-post .post-img { margin-right:22px; }
	.list-post .post-header h2 a { font-size:17px; }
	.list-post .post-header h2 { margin-bottom:8px; }
	#main.fullwidth .list-post .post-img img { max-width:150px; }
	
	/* Featured Section */
	
	
	.grid-post-container > li, #main.fullwidth .grid-post-container > li {
		width: 225px;
		margin-right: 26px;
	}
	
	.related-posts-content .related-item, #main.fullwidth  .related-posts-content .related-item  {
		width: 148px;
		margin-right: 18px;
	}
	
	.related-posts-content .related-item h4 {
		text-align: left;
	}
	
	.featured-post-content h3 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.featured-post-content-cat a {
		font-size: 10px;
	}
	
	.featured-post-content {
		top: 30%;
		padding: 14px;
	}
	
}