/**
 * Special styles
 */

.category-2250 .breadcrumbs h1 {
    background: transparent url(http://hromadske.volyn.ua/wp-content/uploads/2017/06/ukraine-plus-ukr.png) no-repeat 0 0;
    background-size: contain;
    text-indent: -666em;
}


.category-2250 #content {
	width: 100% !important;
}
/**
 * Posts DESKTOP
 */
.sk-post-wide {
	display: block;
	margin-bottom: 25px;
    min-height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    background-color: #eee;
	color: #fff;
}
.sk-post-wide:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
}
.sk-post-wide .sk-post-wide-in {
    position: absolute;
	z-index: 3;
    left: 0;
	right: 0;
    bottom: 0;
	display: block;
	padding: 15px;
}
.sk-post-wide:hover {
	text-decoration: none;
}
.sk-post-wide .title {
    display: block;
    font-size: 22px;
	line-height: 1.4;
	word-wrap: break-word;
    font-weight: bold;
    color: #fff;
}
.sk-post-wide:hover .title {
	text-decoration: underline;
}
.sk-post-wide .date {
    display: inline-block;
    font-size: 14px;
    color: #eee;
}

.sk-post-wide .pageviews {
	margin-left: 10px;
	color: #eee;
}

@media(min-width:768px) {
	.category-2250 .breadcrumbs h1 { height: 50px; }
	
	.sk-post-wide { height: 230px; margin-bottom: 35px; }
	.sk-post-wide .sk-post-wide-in { padding: 20px; }
	
	.sk-post-wide .title { font-size: 30px; }
	.sk-post-wide .date { font-size: 16px; }
}

@media(min-width:1024px) {
	#menu-item-20618 a {	
		background: transparent url(http://hromadske.volyn.ua/wp-content/uploads/2017/06/ukraine-plus-ukr.png) no-repeat 50% 50%;
		background-size: 90px;
		text-indent: -666em;
		width: 90px;
	}
	.category-2250 .breadcrumbs h1 {
		height: 55px;
		width: 200px;
		float: left;
	}
	
	.category-2250 .breadcrumbs .cat-descr {
		float: right;
		width: calc(100% - 230px);
		padding-top: 10px;
		font-size: 16px;
	}
	
	.sk-post-wide .title { font-size: 36px; }
	.sk-post-wide .date { font-size: 18px; }
}

@media(min-width:1200px) {}