.kama_breadcrumbs {
	font-family: var(--meta-font-family);
	font-size: 13px;
    font-size: 0.81rem;
	margin: 8px 0;
	margin: 0.5em 0;
	color: var(--xlightGrayTxt);
}
.kama_breadcrumbs a {
	color: var(--xlightGrayTxt);
}
.kama_breadcrumbs .kb_sep {
	font-size: 8px;
	font-size: 0.5rem;
	padding: 0 3px;
	padding: 0 0.2rem;
}
.kama_breadcrumbs .kb_title {
	color: var(--blackTxt);
}

.pagination {
	margin: 1.5em 0;
	flex-wrap: wrap;
}
.pagination .page-item > * {
	color: var(--blackTxt);
	border: 1px solid var(--colorLightGray);
	min-width: 1.5rem;
	display: inline-block;
	text-align: center;
	line-height: 1.5rem;
	margin-right: .5rem;
	box-sizing: content-box;
	padding: 0.35rem;
}
.pagination .page-item > .current {
	border: 1px solid var(--colorViolet);
	color: white;
	background: var(--colorViolet);
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
	color: var(--blackTxt);
}
#comments a {
	color: var(--blackTxt);
}
#comments a:hover {
	color: var(--colorViolet);
}
.comments-title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}
.comments-title .comments-btn > *{
	padding: 0 1em;
	margin-bottom: 0;
}
.comment-list > .comment {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
	border-top: 1px solid var(--colorLightGray);
}
.comment-list > .comment:last-child {
	border-bottom: 1px solid var(--colorLightGray);
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}
.comment-list .children {
	border-top: 1px solid var(--colorLightGray);
	padding-top: 1.5em;
	padding-bottom: 0.5rem;
	margin-left: 0.8em;
}

.comment-list li:before {
	display: none;
}
.comment-head, .comment-head .reply_link_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
}
.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	width: 50px;
}

.comment-author .name {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 14px;
	margin-left: 1em;
}

.comment-meta {
	margin-right: 1em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}
.comment-respond {
	font-family: var(--meta-font-family);
	font-size: 14px;
}
.comment-reply-link {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	color: var(--colorViolet);
	font-size: 14px;
}


.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 1.5em 0;
}
.comments-pagination .page-numbers {
	border: 1px solid var(--colorLightGray);
	min-width: 1.5rem;
	display: inline-block;
	text-align: center;
	line-height: 1.5rem;
	margin-right: .5rem;
	box-sizing: content-box;
}
.comments-pagination .page-numbers.current {
	border: 1px solid var(--colorViolet);
	color: white;
	background: var(--colorViolet);
}
.comment-form.hide {
	display: none;
}
.pp-btn .submit {
	background-color: white;
	padding: 0 1em;
}
.pp-btn .submit:hover {
	background: var(--colorOrange);
}
#comments textarea {
	width: 100%;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-bottom: 1rem;
}
.gallery.g-navs .0carousel-inner {
	padding-bottom: 2.5rem;
}
.gallery.captiontag {
	min-height: 350px;
}
.g-navs {
	margin-bottom: .5rem;
}
.gallery-item {
	/*display: inline-block;*/
	text-align: left;
	vertical-align: top;
/*	margin: 0 0 0.5em;
	padding: 0 1em 0 0;*/
	width: 50%;
}
.gallery.g-navs .carousel-item {
    padding-right: 15px;
    padding-left: 15px;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-item .gallery-icon {
	width: 100%;
}
.gallery-size-medium .gallery-icon, .gallery-size-full .gallery-icon, .gallery-size-large .gallery-icon {
	height: 180px;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	box-shadow: none;
	background: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: black;
}
.gallery-item a img {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
	font-size: 12px;
}
.gallery .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 225px;
}
.gallery.captiontag .carousel-inner {
    padding-bottom: 2.2rem;
    min-height: 275px;
}
.gallery.g-navs .carousel-inner {
    padding-bottom: 2.6rem;
}
/**/ 

.related_posts_list {
	margin: 0.7rem 0;
}
.related_posts_list .posts-item {
	margin: 0.5rem 0;
	min-height: 70px;
}
.related_posts_list .posts-item > * {
	padding: 0;
}
.related_posts_list .posts-item > .about {
	padding-left: 1rem;
}
.related_posts_list .posts-item .title {
	font-size: 14px;
	transition: color 0.3s ease-out 0s;
	-webkit-transition: color 0.3s ease-out 0s;
}
.related_posts_list .posts-item:hover .title {
	color: var(--colorViolet);
}
.related_posts_list .img-wrap {
	width: 100%;
	padding-top: 100%;
	background-color: black;
	position: relative;
	overflow: hidden;
}
.related_posts_list .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.related_posts_list a.link_cat {

    position: absolute;
    width: 100%;
    height: 100%;

}

/**/ 
.site-main .address, .site-main .phone, .site-main .site {
	display: block;
	padding: 0 1rem;
	line-height: 1.5rem;
}
.site-main .phone, .site-main .site {
	/*border-left: 3px solid var(--colorViolet);*/
}
.site-main .info {
	border-left: 3px solid var(--colorViolet);
}
.site-main .address {
	padding-left: 0;
}
.site-main .perc {
	display: block;
	padding: .2rem;
	background-color: #4f0181;
	color: #fff;
	margin-top: -1rem;
	z-index: 100;
	position: relative;
	width: fit-content;
	margin-left: .5rem;
	font-size: .8rem;
}
.main_events_shadow {
    background-color: rgb(255, 255, 255);
/*	box-shadow: 0px 0px 4.7px 0.3px rgba(0, 0, 0, 0.08);*/
	margin-bottom: 1.5rem;	
	/*transition: 0.1s;*/
}
#main_events {
}
#main_events .main_events_list {
	padding:20px 10px;
}
#main_events .main_events_list .link_block {
    min-height: 180px;
}

#blogers_carousel {
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
#blogers_carousel .carousel-nav {
	bottom: -3.2rem;
	justify-content: center;
}
#blogers_carousel .img-wrap {
	width: 100%;
	padding-top: 140%;
	background-color: black;
	position: relative;
}
#blogers_carousel .img-wrap > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*mix-blend-mode: luminosity;*/
	transform: scale(-1, 1);
}
#blogers_carousel .cat_bloger_item .wrap {
	position: relative;
	width: 100%;
}
#blogers_carousel .cat_bloger_item .bottom_bar {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
	min-height: 95px;
	padding: 15px 20px 15px 20px;
	background: rgba(52, 0, 81, 0.6);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 1;	
	color: white;
}
#blogers_carousel .cat_bloger_item .bottom_bar a {
	color: white;
}
#blogers_carousel .cat_bloger_item .bottom_bar .entry-title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1;
}
#blogers_carousel .cat_bloger_item .bottom_bar .entry-subtitle {
	display: none;
}
.all-wed-cat .cat__desc,  .all-zk-cat .cat__desc {
	margin-left: 1.5rem;
	margin-top: 1.2rem;
	margin-bottom: 0;
	font-size: 90%;
}
.cat_wed_list, .cat_zk_list {
	margin-top: 1.5rem;
}
.cat_wed_list .cat_wed_item .wrap, .cat_zk_list .cat_zk_item .wrap {
    position: relative;
    width: 100%;
}
.cat_wed_item, .cat_zk_item {
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}
.cat_wed_item .img-wrap, .cat_zk_item .img-wrap {
    width: 100%;
    padding-top: 80%;
    background-color: #000;
    position: relative;
}
 .cat_zk_item .img-wrap {
    padding-top: 70%;
}
.cat_wed_item .img-wrap > img, .cat_zk_item .img-wrap > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat_zk_item .link {
	display: block;
	width: 100%;
	padding-top: 70%;
	margin-top: -70%;
	z-index: 10;
	position: absolute;	
}
.cat_wed_list .cat_wed_item .bottom_bar, .cat_zk_list .cat_zk_item .bottom_bar {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    min-height: 35px;
    padding: 7px 15px;
    background: rgba(52,0,81,.6);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
}
.cat_wed_list .cat_wed_item .bottom_bar a, .cat_zk_list .cat_zk_item .bottom_bar a {
    color: #fff;
}
.cat_wed_list .cat_wed_item .bottom_bar .entry-title, .cat_zk_list .cat_zk_item .bottom_bar .entry-title {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-weight);
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.wed-posts .entry-title {
	
}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 430px) {

}
@media screen and (min-width: 576px) {
	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}



	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
}
@media screen and (min-width: 720px) {
	.comments-title {
		flex-direction: row;
	}
	.gallery-size-medium .gallery-icon, .gallery-size-full .gallery-icon, .gallery-size-large .gallery-icon {

	    height: 250px;

	}
	.gallery.captiontag .carousel-inner {
	    min-height: 335px;
	}
	.site-main .address, .site-main .phone, .site-main .site {
		display: inline;

	}
	.site-main .address {
		padding-left: 0;
	}
	.site-main .phone, .site-main .site {
		border-left: 3px solid var(--colorViolet);
	}
	.site-main .info {
		border-left: none;
	}
}
@media screen and (max-width: 992px) {

}
@media screen and (min-width: 992px) {
	#blogers_carousel .cat_bloger_item .bottom_bar .entry-subtitle {
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.main_events_shadow {
		margin-bottom: 1rem;	
	}
}