/*
	####################
	#  ADDITIONAL CSS  #
	####################
*/

.uc-navbar-dropdown {
	width: 300px !important;
	max-width: 300px !important;
}
.uc-nav.uc-navbar-dropdown-nav {
	width: 300px !important;
}

.language-icon {
	width: 30px;
	height: 30px;
}
.languages-list {
    position: absolute;
    top: 80px;
    right: 0px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0;

	width: 150px;
}
.languages-list li {
    margin: 5px 0;
}
.languages-list li.act {
    margin: 5px 0;
}
.languages-list li a {
    text-decoration: none;
    color: #333;

	font-size: 16px;
}
.languages-list li a:hover {
    text-decoration: underline;
}


.languages-list__footer {
    top: -60px;
 	right: 430px;
}
.footer-inner .language a {
    text-decoration: none !important;
}


.post-author {
	margin-top: 0px;
}


.cls-1 { 
	fill: none; 
	stroke:#000000; 
	stroke-linecap: round; 
	stroke-linejoin: round; 
}


/* svg *:not([fill=none]) {
	fill: #b81c1c
} */



.image-content {
	text-align: center;
	margin-bottom: 20px;
  }
.image-content .image-place {
	position: relative;
	margin-bottom: 5px;
    }
.image-content .image-place img {
	width: 100%;
  }
.image-content .image-place .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.image-content .image-place .hover-image a {
	position: absolute;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 70px;
	height: 70px;
	/* background: #b81c1c; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	line-height: 70px;
	color: #ffffff;
	font-size: 30px;
	outline: none;
}
.image-content .image-place .hover-image a.zoom:hover {
	opacity: 0.7;
}
.image-content .image-place:hover .hover-image {
	opacity: 1;
}

.uc-footer i.icon {
   margin-right: 10px;
}
.uc-footer .nav-y {
   padding: 5px;
}

.image-content .hover-image {
   z-index: 1;
   cursor: pointer;
}

.mfp-bg, .mfp-wrap, .lightboxOverlay {
   z-index: 9999 !important; /* Щоб вікно завжди було поверх іншого контенту */
}


.nav-pagination .uc-pagination {
	margin-bottom: 30px;
}
.nav-pagination .uc-pagination .page-numbers.current.active {
	color: #e62323;
	font-weight: bold;
}
.nav-pagination .uc-pagination .page-numbers:hover {
	color: #e62323;
}

@media screen and (max-width: 767px) {
	.languages-list {
	}

	.new-post.sm\:w-1\/2, .new-post.sm\:w-1\/2-hover:hover, .new-post.sm\:hover\:w-1\/2:hover, .new-post.sm\:w-1\/2-focus:focus, .new-post.sm\:focus\:w-1\/2:focus {
		width: 100% !important;
	  }
}