/* Responsive CSS */
@media (max-width: 1200px) {

	.owl-nav > div.owl-prev{
		left:30px;
	}

	.owl-nav > div.owl-next{
		right:30px;
	}

	.navmenu {
		display: none;
	}

}



@media (max-width: 992px) {

	.postbar,
	.sidebar  {
		width: 100%;
		float: left;
	}

	.sidebar {
		margin-top:80px;
	}

	.col1,.col2,.col3,.col4,.col5,.col6,
	.col7,.col8,.col9,.col10,.col11,.col12 {
		width: 100%;
	}

	.alignright {
		float:left;
		width: 100%;
		margin: 0 0 25px 0;
	}

	.alignleft {
		float: left;
		width: 100%;
		margin: 0 0 25px 0;
	}

	/* List Post Layout */

	article.list {
	    margin-bottom: 20px;
	}

	.list-post-media {
	    width:100%;
		margin-bottom: 30px;
	}

	.list-post-content {
	    width: 100%;
	}

	.list .read-more {
		text-align: center;
	}

	.footer-instagram .instagram-img.item-col-2 .instagram-item,
	.footer-instagram .instagram-img.item-col-3 .instagram-item,
	.footer-instagram .instagram-img.item-col-4 .instagram-item,
	.footer-instagram .instagram-img.item-col-5 .instagram-item,
	.footer-instagram .instagram-img.item-col-6 .instagram-item,
	.footer-instagram .instagram-img.item-col-7 .instagram-item,
	.footer-instagram .instagram-img.item-col-8 .instagram-item {
		width: 33.333333333%;
	}

	.greta-comments .children {
	    margin-left: 20px;
	}


}

@media (max-width: 768px) {

	.greta-comments .children {
	    margin-left: 0;
	}
}

@media (max-width: 576px) {

	.owl-nav > div.owl-prev{
		left:15px;
	}

	.owl-nav > div.owl-next{
		right:15px;
	}

	.post-footer .col6 {
		width: 100%;
	}

	.post-footer .col6:first-child {
		display: none;
	}

	.post-footer .col6:first-child:nth-last-child(2),
	.post-footer .col6:first-child:nth-last-child(2) ~ div {
	    width: 100%;
	}

	.post-footer .post-meta {
		text-align: center;
	}

}


@media (min-width: 993px) {
	.list .post-header {
	    text-align: left;
	    margin-bottom: 20px;
	}
	.list .post-header .post-cat a {
	    margin-left:15px;
	}

	.list .post-header .post-cat a:first-child {
	    margin-left:5px;
	}

	.list .post-header .post-date::before {
	    content:none;
	}
}
