.comments-area a,
.page-content a,
.entry-content a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.alignright {
	float: right;
	margin-left: 1.25rem;
	margin-bottom: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1.25rem;
	margin-bottom: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto;
}

.alignwide {
	margin-inline: -40px;
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.alignfull img {
	width: 100vw;
}

.wp-caption {
	margin-block-end: 1.5rem;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	display: block;
	margin-inline: auto;
	border-radius: 16px;
}

.wp-caption-text,
.gallery-caption {
	margin: 0;
	padding: .85rem 0 0;
	font-size: .875rem;
	line-height: 1.65;
	color: #8a8f9c;
	text-align: center;
}

.pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin: 24px auto;
}

.sticky {
	display: block;
	position: relative;
}

.bypostauthor {
	font-size: inherit;
}

.hide {
	display: none !important;
}

.post-password-form {
	margin: 50px auto;
	max-width: 500px;
	padding: 24px;
	border-radius: 20px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.08);
}

.post-password-form p {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.post-password-form input[type="password"] {
	flex: 1 1 220px;
	min-height: 46px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(255,255,255,.04);
	color: inherit;
}

.post-password-form [type="submit"] {
	margin-inline-start: 0;
	min-height: 46px;
	padding: 12px 18px;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.post .entry-title a {
	text-decoration: none;
}

.post .wp-post-image {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
	border-radius: 22px;
}

@media (max-width: 991px) {
	.post .wp-post-image {
		max-height: 420px;
	}
}

@media (max-width: 575px) {
	.post .wp-post-image {
		max-height: 300px;
		border-radius: 18px;
	}
}

.entry-content img,
.page-content img {
	max-width: 100%;
	height: auto;
}

.entry-content figure,
.page-content figure {
	margin: 0 0 1.8rem;
}

.entry-content iframe,
.entry-content video,
.page-content iframe,
.page-content video {
	max-width: 100%;
	border-radius: 18px;
}

#comments,
.comments-area {
	margin-top: 40px;
}

#comments .comment-list {
	font-size: .95em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments .comment,
#comments .pingback {
	position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding: 24px 0 24px 72px;
	border-block-end: 1px solid rgba(255,255,255,.10);
	position: relative;
}

#comments .comment:last-child .comment-body,
#comments .pingback:last-child .comment-body {
	border-block-end: 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
	position: absolute;
	left: 0;
	top: 24px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin-inline-end: 10px;
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir="rtl"] #comments .comment .avatar,
html[dir="rtl"] #comments .pingback .avatar {
	left: auto;
	right: 0;
}

#comments .comment-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-block-end: .95rem;
}

#comments .comment-author {
	font-weight: 700;
}

#comments .comment-metadata,
#comments .reply {
	font-size: 12px;
	line-height: 1.4;
	opacity: .78;
}

#comments .children {
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
	position: relative;
}

#comments .children li:last-child {
	padding-block-end: 0;
}

#comments ol.comment-list .children:before {
	content: "↪";
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	left: 0;
	line-height: 100%;
	position: absolute;
	top: 35px;
	width: auto;
	opacity: .65;
}

body.rtl #comments ol.comment-list .children:before,
html[dir="rtl"] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}

#comments .comment-content p:last-child {
	margin-bottom: 0;
}

#respond {
	margin-top: 30px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(255,255,255,.04);
	color: inherit;
	box-sizing: border-box;
}

#respond textarea,
.comment-form textarea {
	min-height: 170px;
	resize: vertical;
}

#respond input:focus,
#respond textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: rgba(139,92,246,.45);
	box-shadow: 0 0 0 3px rgba(139,92,246,.12);
}

#respond .submit,
.comment-form .submit,
button,
input[type="submit"] {
	padding: 12px 20px;
	border-radius: 14px;
	border: 0;
	font-weight: 700;
	cursor: pointer;
	transition: all .22s ease;
}

#respond .submit:hover,
.comment-form .submit:hover,
button:hover,
input[type="submit"]:hover {
	transform: translateY(-1px);
}

@media (min-width: 768px) {
	#comments .comment-author,
	#comments .comment-metadata {
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	#comments .comment .comment-body {
		padding: 20px 0;
	}

	#comments .children {
		padding-inline-start: 18px;
	}

	#comments .comment .avatar {
		float: left;
		position: relative;
		top: auto;
		left: auto;
		width: 42px;
		height: 42px;
		margin-bottom: 12px;
	}

	body.rtl #comments .comment .avatar,
	html[dir="rtl"] #comments .comment .avatar {
		float: right;
	}
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
	margin-inline-end: auto;
	margin-inline-start: auto;
	width: 100%;
}

@media (max-width: 575px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		padding-inline-end: 12px;
		padding-inline-start: 12px;
	}
}

@media (min-width: 576px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		max-width: 100%;
	}

	.site-footer.footer-full-width .footer-inner,
	.site-header.header-full-width .header-inner {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		max-width: 100%;
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		max-width: 100%;
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*="elementor-page-"]) .site-main {
		max-width: 100%;
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%;
	}
}

.site-header + .elementor {
	min-height: calc(100vh - 320px);
}