/*Theme Name: Блог */
body{
	min-width: 320px;
}
body .mobile-only-block, .fixed-mob-menu, .modal-window{
	display: none;
}
.content-style b, .content-style strong {
    font-weight: 600;
    font-size: 18px;
    color: #374151;
    line-height: 1.2;
}
.content-style i, .content-style em {
    font-style: italic;
    font-size: 18px;
    color: #374151;
}
.content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6 {
    margin-bottom: 21px;
    font-weight: 700;
    color: #374151;
    line-height: 1.2;
}
.content-style h1 {
    font-size: 38px;
}
.content-style h2 {
    font-size: 35px;
}
.content-style h3 {
    font-size: 31px;
}
.content-style h4 {
    font-size: 26px;
}
.content-style h5 {
    font-size: 22px;
}
.content-style h6 {
    font-size: 20px;
}
.content-style ul {
    list-style-type: disc;
    list-style-position: inside;
}
.content-style table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.content-style td, .content-style th {
    border: 1px solid #ccc;
    padding: 7px;
    vertical-align: top;
}
.content-style th {
    vertical-align: middle;
}
.content-style ul, .content-style ol {
    margin-bottom: 14px;
}
.content-style li {
    margin-bottom: 8px;
    font-size: 18px;
    color: #374151;
}
.content-style li:last-child {
    margin-bottom: 0;
}
.content-style ol {
    list-style-position: inside;
}
.content-style blockquote {
    margin-bottom: 14px;
    font-style: italic;
}
.content-style figcaption, .content-style caption {
    margin-bottom: 8px;
    font-size: 20px;
    color: #444444;
    padding-top: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 9px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 9px;
    margin-top: 8px;
    margin-top: 8px;
}
.aligncenter {
    display: table;
    margin: 8px auto 0;
    margin-bottom: 14px;
}
.alignnone {
    display: block;
    margin-bottom: 14px;
    margin-top: 8px;
}
.nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-menu > li {
	margin-bottom: 24px;
}
.nav-menu a {
	text-decoration: none;
	color: inherit;
	outline: none;
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 8px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.nav-menu a:hover {
	background-color: #ecfdf5;
}
.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 8px !important;
	margin-left: 16px !important;
	border-left: 2px solid;
	border-color: inherit;
	padding-left: 16px !important;
	display: none;
}
.sub-menu li {
	margin-bottom: 4px;
}
.sub-menu a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px !important;
	border-radius: 8px;
	transition: all 0.2s ease;
}
.sub-menu a:hover {
	background-color: #f9fafb;
}
.nav-menu i,
.sub-menu i {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.nav-menu span,
.sub-menu span {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.nav-menu > li > a .font-semibold {
	font-weight: 600;
}
.nav-menu > li > a .text-gray-800 {
	color: #1f2937;
}
.sub-menu .text-gray-700 {
	color: #374151;
}
.sub-menu .text-sm {
	font-size: 0.875rem;
}
.sub-menu .font-medium {
	font-weight: 500;
}
.border-t.border-gray-200.pt-4.mt-6.space-y-2 {
	list-style: none;
	padding: 0;
	margin: 0;
}
.border-t.border-gray-200.pt-4.mt-6.space-y-2 li {
	margin-bottom: 0;
}
.wrap-featured{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	padding-top: 38px;
}
.wrap-featured a{
	display: block;
}
.main-wrap{
	max-width: calc(100% - 704px);
	box-sizing: border-box;
}
.featured-blok-txt, .featured-blok-txt p{
	font-size: 21px;
	font-weight: 700;
	color: #fff;
}
.featured-blok-txt{
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 5;
	max-width: 700px;
}
.wrap-featured .swiper-slide img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}
.leg-b{
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	z-index: 9;
	display: block;
}
.leg-b img{
	max-height: 31px;
}
.featured-prev{
	left: 10px;
}
.featured-next{
	right: 10px;
}
.nav-menu > li > a > i{
	transition: 0.25s;
}
.nav-menu > li.active > a > i{
	transform: rotate(180deg);
}
.mobile-search-btn .ri-close-line {
	display: none;
}
.post-list .relative{
	height: auto!important;
}
.post-list .relative img{
	width: 100%;
	max-width: none;
	object-fit: cover;
	max-height: 320px;
	transition: 0.45s;
}
.post-list .relative{
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.relative-wrp{
	transition: 0.45s;
}
.post-list .relative-wrp:hover{
	transform: scale(1.05);
}
.post-card-title{
	display: block;
	margin-bottom: 10px;
}
.content-style p{
	font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
    --tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.content-style p:last-child{
	margin-bottom: 0;
}
.content-style h2{
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.post_thumbnail img{
	width: 100%;
	max-width: none;
	object-position: center center;
    object-fit: cover;
    max-height: 100%;
}
/* *** */
.comments-area {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.6;
}

.comments-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list > li {
    margin-bottom: 24px;
}
.comment-body {
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fafafa;
}
.comment-list .children {
    margin-top: 20px;
    margin-left: 30px;
    padding-left: 20px;
    border-left: 2px solid #eee;
}
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.comment-author {
    font-weight: 600;
}
.comment-author img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.comment-metadata {
    font-size: 13px;
    color: #888;
}
.comment-metadata a {
    color: inherit;
    text-decoration: none;
}
.comment-content p {
    margin: 0 0 10px;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.reply {
    margin-top: -26px;
}
.reply a {
    font-size: 13px;
    color: #0073aa;
    text-decoration: none;
}
.group-btn-prv button{
	cursor: default;
}
.reply a:hover {
    text-decoration: underline;
}
.bypostauthor .comment-body {
    border-color: #0073aa;
    background: #f0f8ff;
}
.comment-respond {
    margin-top: 40px;
}
.comment-form {
    display: grid;
    gap: 15px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.comment-form textarea {
    resize: vertical;
    min-height: 120px;
}
.comment-form label {
    font-size: 14px;
    font-weight: 500;
}
.comment-form .submit {
    align-self: flex-start;
    padding: 10px 18px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.comment-form .submit:hover {
    background: #005f8d;
}
h3#comments{
	margin-bottom: 8px;
}
.comment-wrap .children{
	padding-left: 15px;
	margin-top: 11px;
}
.commentlist li{
	margin-bottom: 11px;
}
.comment-wrap .fn a, .comment-wrap .fn{
	font-size: 17px;
}
.comment-wrap .like-commetn-click{
	position: relative;
	left: 90px;
}
h1.h1-title{
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-bottom: 35px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.article-page{
	padding: 20px 30px;
}
.content-style a{
	color: #2563eb;
	text-decoration: underline;
}
.content-style a:hover{
	text-decoration: none;
}
.cat-wrp{
	padding-top: 15px;
}
.cat-wrp h1{
	margin-bottom: 10px;
}
.wp-pagenavi{
	margin-top: 20px;
}
body .wp-pagenavi span, body .wp-pagenavi a{
	padding: 3px 9px;
	border: 1px solid #097555;
}
body .wp-pagenavi span.current{
	border: 1px solid #2563eb;
}
.add-profile-post i{
	font-style: normal;
}
.add-profile-post a{
	color: #fff;
}
.add-profile-post{
	max-width: 300px;
	margin: 10px auto 10px;
	display: block;
}
.um-ajax-items .um-item-pending{
	background: rgba(249,198,77,0.2);
	padding-left: 8px!important;
}
.um-ajax-items .um-item{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.um-header .um-profile-edit.um-profile-headericon.um-trigger-menu-on-click{
	display: none!important;
}
.modal-window a{
	display: block;
	text-align: center;
}
.logout-um{
	font-size: 14px;
	color: #fff!important;
	display: block;
}
.logout-um + .logout-um{
	font-size: 15px;
}
.ava-post img{
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.block-cat-wrap-author__avatar img{
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin-right: 12px;
}
.block-cat-wrap-author{
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
}
.block-cat-wrap-author__data span{
	display: block;
	font-size: 17px;
	color: #333;
}
.my-gallery{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.my-gallery img{
	width: 100%;
	max-width: none;
	max-height: 200px;
	height: 200px;
	object-fit: cover;
}
.wp-video{
	margin: 15px auto;
}
.sidebar-left .space-y-2>:not([hidden])~:not([hidden]){
	margin-top: 0;
}
.count-comment{
	cursor: default;
}
.block-author-reating img{
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.sort-tag.active{
	--tw-bg-opacity: 1;
	background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.flex-wrap{
	flex-wrap: wrap;
	padding-bottom: 17px;
	overflow: hidden;
	box-sizing: border-box;
}
.truncate{
	white-space: normal;
	font-size: 14px;
	line-height: 1.3;
}
.ajax-loader{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	display: none;
}
.flex-wrap-in{
	position: relative;
}
.before-active:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.more-post-wrp{
	position: relative;
}
.ajax-loader-in{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -17px;
	display: none;
}
.attachment-rel img{
	width: 100%;
	max-width: none;
	object-fit: cover;
	transition: 0.45s;
}
.similar-post .attachment-rel{
	transition: 0.45s;
}
.similar-post .attachment-rel:hover{
	transform: scale(1.05);
}
.my-bt{
	display: flex;
	align-items: center;
	float: right;
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.rest-password{
	margin-top: 40px;
	padding-top: 7px;
	border-top: 1px solid #ccc;
}
.um-profile a.rest-password__url{
	color: #2563eb;
	font-weight: 500;
	font-size: 17px;
	text-decoration: underline!important;
}
.um-profile a.rest-password__url:hover{
	text-decoration: none!important;
}
.author-avatar-mob{
	border-radius: 50%;
	width: 48px;
	height: 48px;
}
.group-mob-btn a{
	text-align: center;
}
.post-list .absolute{
	flex-wrap: wrap;
}
.logo-mob-nav{
	max-width: 175px;
}
.logo-foot{
	flex-shrink: 0;
	width: 100%;
	max-width: 251px;
}
.logo-foot img{
	width:100%!important;
	height: auto!important;
	flex-shrink: 0;
}
.group-logo a{
	max-width: 144px;
}
.group-logo a img{
	border-radius: 10px;
}
.txt-reiting .mt-1{
	margin-top: 0;
}
.wrp-img-slider{
	height: 400px;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	line-height: 0;
}
.wrp-img-slider:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
.add-post-btn.via-white{
	top: 123px;
}
.search-m-wrp{
	position: relative;
}
.send-search{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translate(0, -50%);
	right: 5px;
	cursor: pointer;
	opacity: 0;
}
.video-page-block, .foto-page-block{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}
.video-page-block:last-child, .foto-page-block:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
h3.title-media{
	color: rgb(17, 24, 39);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.media-desc{
	display: block;
	color: rgb(17, 24, 39);
	font-size: 17px;
	padding-top: 9px;
}
.video-page-row{
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.my-gallery a{
	text-decoration: none;
}
.sidebar-left .py-3, .absolute-window .py-3{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right,var(--tw-gradient-from), #339edc);
}
.wp-video{
	width: 100%!important;
	max-width: 100%!important;
}

.my-video-wrapper video{
	position:absolute; 
	top:0; 
	left:50%; 
	transform: translate(-50%, 0);
	width:auto; 
	height:100%; 
	object-fit:contain;
}
.video-page-col-in {
	position:relative; 
	width:100%; 
	height:0; 
	padding-bottom:56.25%;
	display: block;
	line-height: 0;
}
#um_field_22_on{
	margin-bottom: -20px;
}
.video-page-col-in img.video-img{
	height: 100%;
	width: 100%;
	max-width: none;
	position: absolute;
	object-fit: contain;
}
.video-page-col-in:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.video-page-col-in:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 50px solid #fff;
	border-bottom: 25px solid transparent;
	z-index: 3;
}

.my-video-wrapper{
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 56.25%;
}
.my-video-wrp{
	margin-bottom: 15px;
}
.cat-wrp-top{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.cat-wrp-top img{
	max-height: 150px;
	width: 100%;
	max-width: none;
	object-fit: cover;
}
.cat-wrp-top:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}
.cat-wrp-top h1{
	position: absolute;
	left: 10px;
	right: 10px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 3;
	color: #fff;
}
.cat-pd{
	margin-bottom: 35px;
}

/* responsive */
@media screen and (max-width: 1614px) {
	.um-profile-nav .uimob800-show{
		display: none!important;
	}
	.um-profile-nav .uimob500-hide{
		display: flex!important;
	}
	.my-bt{
		top: 11px;
	}
	div.uimob800 .um-profile-nav .um-profile-nav-item a{
		padding: 10px 10px;
	}
	.um-profile-nav .um-profile-nav-item span.title{
		font-size: 12px;
		position: relative;
		top: 2px;
	}
}
@media screen and (max-width: 1460px) {
	.um-profile-nav{
		position: relative;
	}
	.right-column{
		width: 311px;
	}
	.side-menu{
		width: 300px;
	}
	.md\:px-6 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sidebar-left .p-6 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media screen and (max-width: 1280px) {
	.main-wrap{
		max-width: calc(100% - 320px);
	}
	.my-bt{
		top: 0;
		float: none;
		margin-left: auto;
	}
	.um-profile-nav .um-profile-nav-item span.title{
		position: static;
	    display: flex;
	    align-items: center;
	}
	.um-profile-nav{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.um-profile-nav .um-clear{
		display: none;
	}
	main{
		overflow: hidden;
	}
	.add-post-btn.via-white{
		position: static;
	}
}
@media screen and (max-width: 1024px) {
	.main-wrap{
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.my-gallery{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.featured-blok-txt, .featured-blok-txt p{
		font-size: 13px;
	}
	.my-gallery{
		grid-template-columns: repeat(2, 1fr);
	}
	.add-post-btn.via-white{
		top: 114px;
	}
	.wrp-img-slider{
		height: 340px;
	}
	.my-video-wrapper{
		padding-bottom: 100%;
	}
	.my-video-wrapper video{
		position: static;
		transform: translate(0, 0);
		max-height: 500px;
		margin: 0 auto;
	}
	.my-video-wrapper{
		height: auto;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 660px) {
	.um-profile-nav{
		justify-content: space-between;
	}
	.um-profile-nav > div{
		width: 49%;
		box-sizing: border-box;
	}
	.um-profile-nav > div a{
		float: none;
		width: 100%;
		display: block;
	}
	.um-profile-nav > div:nth-child(1), .um-profile-nav > div:nth-child(2){
		margin-bottom: 10px;
	}
	.um-profile-nav .um-profile-nav-item a{
		display: block;
		width: 100%;
		background: #555!important;
	}
	.um-profile-nav .um-profile-nav-item.active a{
		background: #3ba1da!important;
	}
	.um-profile-nav > div.my-bt{
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 12px 0;
		justify-content: center;
	}
	body div.uimob500 .um-profile-nav-item a{
		padding: 10px;
	}
	.um-profile-nav .um-profile-nav-item span.title{
		font-size: 11px;
	}
	.video-page-row{
		grid-template-columns: repeat(1, 1fr);
	}
	.foot-menu-i{
		flex-wrap: wrap;
		align-items: center;
		row-gap: 9px;
	}
}
@media screen and (max-width: 480px) {
	.my-gallery img{
		max-height: 150px;
	}
	.um-profile-nav > div{
		width: 100%!important;
	}
	.um-profile-nav > div:nth-child(1), .um-profile-nav > div:nth-child(2), .um-profile-nav > div:nth-child(3){
		margin-bottom: 5px;
	}
	.um-profile-nav .um-profile-nav-item span.title{
		font-size: 13px;
	}
	.flex-wrap-in{
		margin-bottom: 5px;
	}
	h1.h1-title{
		font-size: 1.8rem;
	}
	.hed-logo{
		max-width: 200px;
	}
	.add-post-btn.via-white {
		top: 98px;
	}
	h3.title-media{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.media-desc{
		font-size: 16px;
	}
	.wrp-img-slider{
		height: 280px;
	}
	.featured-blok-txt{
		bottom: 10px;
		left: 15px;
	}
	.page-id-17 .content-style a{
		 word-break: break-all;
	}
	h1.h1-title{
		font-size: 25px;
		margin-bottom: 15px;
	}
	.content-style p, .content-style li{
		font-size: 16px;
	}
	.article-page{
		padding: 15px;
	}
	.flex-wrap span{
		font-size: 11px;
	}
	.cat-pd{
		margin-bottom: 20px;
	}
}