* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

:root {
	--font-Jost: "Jost", sans-serif;
	--font-Kalam: "Kalam", sans-serif;
	--white-color: #fff;
	--black-color: #000000;
	--title-color: #13141a;
	--text-color: #212121;
	--text-color1: #222222;
	--text-color2: #ababab;
	--text-color3: #969696;
	--primary-color1: #222222;
	--bg-color: #f2f2f2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: var(--primary-color1);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}

.wp-block-search__label {
	color: var(--text-color1);
	font-family: var(--font-Jost);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.4px;
	border-bottom: 2px solid var(--text-color1);
	display: inline-block;
	margin-bottom: 35px;
	width: auto;
}

.wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;

}

.wp-block-search__inside-wrapper input {
	width: 100%;
	padding: 8px 20px;
	font-family: var(--font-Jost);
	font-size: 14px;
	height: 50px;
	border: 1px solid var(--primary-color1);

	&:focus {
		border: 1px solid #ddd;
	}
}

.wp-block-search__inside-wrapper button {

	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color1);

}

.wp-block-search__button svg {

	fill: white;
	min-height: 30px;
	min-width: 30px;
	vertical-align: text-bottom;
	transform: rotate(270deg);
}

.single-widgets.widget_block.widget_search,
.shop-widget.mb-30 {
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.single-widgets.widget_block.widget_search .shop-item,
.shop-widget.mb-30 .shop-item {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-widgets.widget_block.widget_search .shop-item li,
.shop-widget.mb-30 .shop-item li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
	transition: 0.5s;
}

.single-widgets.widget_block.widget_search .shop-item li:last-child,
.shop-widget.mb-30 .shop-item li:last-child {
	margin-bottom: 0;
}

.single-widgets.widget_block.widget_search .shop-item li a,
.shop-widget.mb-30 .shop-item li a {
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.3px;
}

.single-widgets.widget_block.widget_search .shop-item li::before,
.shop-widget.mb-30 .shop-item li::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid var(--primary-color1);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
}

.single-widgets.widget_block.widget_search .shop-item li:hover::before,
.shop-widget.mb-30 .shop-item li:hover::before {
	background-color: var(--primary-color1);
}

/* Add other shared styles as needed */
.wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
}

.wp-block-search__inside-wrapper input {
	width: 100%;
	padding: 8px 20px;
	font-family: var(--font-Jost);
	font-size: 14px;
	height: 50px;
	border: 1px solid var(--primary-color1);

	&:focus {
		border: 1px solid #ddd;
	}
}

.wp-block-search__inside-wrapper button {
	background-color: var(--text-color1);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border: 1px solid var(--text-color1);
	border-left: 0;
	transition: 0.5s;
	margin: 0;
	border: 1px solid var(--primary-color1);
	background-color: var(--primary-color1);
}

.wp-block-search__inside-wrapper button i {
	color: var(--white-color);
	font-size: 22px;
}

@media (max-width: 767px) {
	.wp-block-search__inside-wrapper button {
		min-width: 70px;
	}
}

.single-widgets.widget_block.widget_search,
.shop-widget.mb-30 {
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.single-widgets .wp-block-heading {
	color: var(--text-color1);
	font-family: var(--font-Jost);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.4px;
	border-bottom: 2px solid var(--text-color1);
	display: inline-block;
	margin-bottom: 30px;
	width: auto;
}

.sticky-post-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	content: "\e6de";
	font-family: "themify";
	display: block;
	font-size: 70px;
	color: rgba(var(--primary-color1), 0.19);
	left: auto;
	padding-top: 14px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	opacity: 0.3;
}

/* code */
code {
	padding: 5px 15px;
	background: var(--primary-color1);
	color: #f7f1f1 !important;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.standard-single {
	position: relative;
}

.wp-block-latest-comments {
	margin: 0;
	padding: 0;
}

.wp-block-latest-comments p,
.widget_recent_comments p {
	margin-bottom: 0;
}

.wp-block-latest-comments__comment-meta {
	background: none;
	padding-left: 0;

}

.wp-block-latest-comments li a,
.widget_recent_comments li a {
	font-family: var(--font-Jost);
	font-weight: 500;
	font-size: 16px;
	color: var(--text-color1);
	transition: 0.5s;
	margin-bottom: 0;
}

.wp-block-latest-comments li a:hover,
.widget_recent_comments li a:hover {
	color: var(--text-color3);
}

/* Archive DropDown */
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: transparent;
	color: #fff;
}

.nice-select {
	background-color: rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: none;
	font-weight: 500;
	color: var(--primary-color1);
	height: 52px;
	line-height: 52px;
	outline: none;
	position: relative;
	text-align: left;
	transition: all 0.2s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border-radius: 0px;

	font-size: 15px;
}

.nice-select .option {
	margin-top: 0px;
	word-break: break-word;
	white-space: normal;
}

.nice-select .option {
	color: var(--text-color2);
}

label.wp-block-archives__label {
	font-weight: 400;
	color: var(--primary-color1);
	font-family: var(--font-Jost);
}

.nice-select .current {
	font-family: var(--font-Jost);
	color: #252222;
	font-size: 1rem;
}

.nice-select .list {
	border: unset;
	border: 1px solid rgba(41, 43, 49, 0.03);
	margin-top: 3px;
	z-index: 100;
	border-radius: 0px;
	width: 100%;
	min-width: 80px;
	background-color: #1a2224;
}

/* Calendar */
.wp-calendar-table {
	width: 100%;
	margin: 0;
}

table,
.page-wrapper table,
.blog-details-section table,
.comment-area table {
	width: 100%;
	border-left: 1px solid var(--primary-color1);
	border-top: 1px solid var(--primary-color1);
	margin-bottom: 30px;
}

#wp-calendar>caption {
	background: #000;
	color: #fff7f7;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	caption-side: top;
	font-family: var(--font-Jost);
	font-weight: 500;
}

table th,
table tr,
.page-wrapper table th,
.page-wrapper table tr,
.page-wrapper table td,
.blog-details-section table th,
.blog-details-section table tr,
.blog-details-section table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
	padding: 10px;
	font-family: var(--font-Jost);
	border: 1px solid var(--primary-color1);
}

#wp-calendar th {
	background: #1c2527;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid var(--primary-color1);
}

#wp-calendar tbody td {
	border: 1px dashed var(--primary-color1);
	padding: 5px 0;
	text-align: center;
	color: #1f1a1a;
}

nav.wp-calendar-nav a,
#wp-calendar tbody td a {
	color: #000000;

}

/* RSS */

.rss-widget-title {
	color: var(--primary-color1);
}

.rss-widget-title:hover {
	color: unset;
}

.wp-block-rss__item-title a:hover {
	color: var(--primary-color1);
}

.single-widgets .widget_rss p {
	padding-top: 35px;
}

.single-widgets .widget_rss h3 a {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--title-color);
	font-family: var(--font-Jost);
	letter-spacing: 0.02em;
	text-transform: capitalize;
	line-height: 1;
}

.widget_rss li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li a {
	font-weight: 500;
}

.widget_rss li .rss-date {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	background: var(--primary-color1);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.widget_rss li cite {
	color: var(--primary-color1);
	letter-spacing: 1px;
	margin-top: 5px;
	display: block;
	font-weight: 600;
}

.widget_rss li cite::before {
	display: inline-block;
	width: 20px;
	height: 2px;
	content: "";
	position: relative;
	top: -5px;
	background: var(--primary-color1);
	margin-right: 10px;

}

.widget-title {
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.4px;
	border-bottom: 2px solid var(--text-color1);
	display: inline-block;
	margin-bottom: 30px;
	width: auto;
}

.single-widgets {
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.single-widgets h4 {
	font-family: var(--font-Jost);
	font-weight: 600;
	line-height: 0.2;
	color: var(--text-color1);
	font-size: 20px;
	letter-spacing: 0.94px;
}

/* Blog Sidebar Categories, Archieves */

.single-widgets ul,
.single-widgets ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-widgets ul li,
.single-widgets ol li {
	margin-top: 15px;
	white-space: normal;
	margin-bottom: 0;
	color: #131010;
	position: relative;
	padding-left: 0px;
}

.single-widgets ul li:first-child,
.single-widgets ol li:first-child {
	margin-top: 0px;
}

.single-widgets ul li a.wp-block-latest-posts__post-title {
	color: var(--text-color);
	font-family: var(--font-Jost);
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	transition: color 0.5s;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	display: inline-block;
}

.single-widgets ul li a.wp-block-latest-posts__post-title:hover {
	color: var(--text-color3);
}

.single-widgets ul li a {
	color: var(--text-color1);
	font-family: var(--font-Jost);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.3px;
	transition: color 0.5s;
}

.single-widgets ul li a:hover {
	color: var(--text-color3);
}

.single-widgets ul li:hover::before {
	background-color: var(--primary-color1);
}


/* category */
.widget_categories ul,
.widget_categories ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_categories ul li,
.widget_categories ol li {
	margin-top: 15px;
	white-space: normal;
	margin-bottom: 0;
	color: #131010;
	position: relative;
	padding-left: 25px;
}

.widget_categories ul li:first-child,
.widget_categories ol li:first-child {
	margin-top: 0px;
}

.widget_categories ul li a.wp-block-latest-posts__post-title {
	color: var(--text-color);
	font-family: var(--font-Jost);
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	transition: 0.5s;
}

.widget_categories ul li a {
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.3px;
}

.widget_categories ul li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid var(--primary-color1);
	left: 0;
	top: 6px;
	transition: 0.5s;
}

.widget_categories ul li:hover::before {
	background-color: black;
}

.wp-block-categories-list.wp-block-categories li {
	font-family: var(--font-Jost);
	font-weight: 500;
	font-size: 16px;
	color: var(--primary-color1);
	transition: 0.5s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* Blog Sidebar Latest Post Title */
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li a {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--font-Jost);
	color: var(--text-color);
	transition: 0.5s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li a:hover {
	color: var(--text-color3);
}

/* Blog Sidebar Latest Post Date */
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font-Jost);
	color: var(--text-color3);
	transition: 0.5s;
	display: inline-block;
}

.single-widgets .wp-block-latest-posts__featured-image img {
	min-width: 90px;
	object-fit: cover;
}

/* Tag Cloud */
.wp-block-tag-cloud,
.tagcloud {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.wp-block-tag-cloud a,
.tagcloud a {
	font-family: var(--font-Jost);
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: rgba(34, 34, 34, 0.5);
	border-radius: 0;
	border: 1px solid rgba(12, 10, 10, 0.151);
	padding: 3px 15px;
	display: inline-block;
	transition: 0.5s;

	&:hover {
		color: var(--primary-color1);
		border: 1px solid rgba(0, 0, 0, 0.548);
	}
}

.single-widgets ul.sub-menu,
.single-widgets ul.children {
	padding-left: 15px;
	padding-top: 15px;
}

.single-widgets ul.sub-menu li:first-child,
.single-widgets ul.children li:first-child {
	padding-top: 0;
}

.wp-block-categories-list.wp-block-categories,
.wp-block-categories-list.wp-block-categories li.cat-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-categories-list.wp-block-categories li.cat-item {
	margin-top: 15px;
	white-space: normal;
	margin-bottom: 0;
	color: #131010;
	position: relative;
	padding-left: 25px;
}

.wp-block-categories-list.wp-block-categories li.cat-item:first-child {
	margin-top: 0;
}

.wp-block-categories-list.wp-block-categories li.cat-item a.wp-block-latest-posts__post-title {
	color: var(--text-color);
	font-family: var(--font-Jost);
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	transition: 0.5s;
}

.wp-block-categories-list.wp-block-categories li.cat-item a {
	color: var(--text-color1);
	font-family: var(--font-Jost);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.3px;
	transition: color 0.5s;
}

.wp-block-categories-list.wp-block-categories li.cat-item a:hover {
	color: var(--text-color3);
}

.wp-block-categories-list.wp-block-categories li.cat-item::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid var(--text-color1);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
}

.wp-block-categories-list.wp-block-categories li.cat-item:hover::before {
	background-color: var(--primary-color1);
}

/* Target the ul and ol elements within the .blog-content class */
.blog-content ul,
.blog-content ol {
	clear: both;
	margin-top: 15px;
	gap: 15px;
}

/* Target the li elements within the ul and ol elements */
.blog-content ul li,
.blog-content ol li {
	font-family: var(--font-Jost);
	font-size: 16px;
	color: var(--primary-color1);
	font-style: normal;
	font-weight: 300;
	line-height: 1.9;
	letter-spacing: 0.48px;
	text-align: justify;
	margin-bottom: 10px;
}

/* Target the links within the li elements */
.blog-content ul li a,
.blog-content ol li a {
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.3px;
	transition: 0.5s;
}

/* Add hover effect to the links within the li elements */
.blog-content ul li a:hover,
.blog-content ol li a:hover {
	color: var(--primary-color1);
}

/* Add flex layout to ul li elements within .widget_archive */
.widget_archive ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Add a clearing element to specific parent containers */
.page-content-wrapper::after,
.page-wrapper .inner-post::after,
.entry-content::after,
.entry-summary::after,
.blog-details .blog-content::after {
	clear: both;
	content: "";
	display: block;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Add this to create space after the label */
.search-form label {
	margin-right: 30%;
	margin-bottom: 10px;
}

.search-form input {
	flex: 1;
	width: 100%;
	padding: 8px 20px;
	font-family: var(--font-Jost);
	font-size: 14px;
	height: 50px;
	border: 1px solid var(--primary-color1);
}

.search-form input:focus {
	border: 1px solid #ddd;
}

.search-form button {
	background-color: var(--primary-color1);
	min-width: 90px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-form button i {
	color: var(--white-color);
	font-size: 22px;
}

@media (max-width: 767px) {
	.search-form button {
		min-width: 70px;
	}
}

.search-form.single {
	padding: 35px 20px;
	border: unset;
}

@media (min-width: 992px) {
	.search-form.single {
		padding: 25px 10px;
	}
}

.search-form.style-2 {
	border: 1px solid rgba(34, 34, 34, 0.3);
}

.search-form.style-2 .filter-divider::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.3);
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.search-form.style-2 .filter-divider::after {
		display: none;
	}
}

.wp-block-button.alignright {
	text-align: right;
}

/* Blocks Layout */
.wp-block-group.has-background {
	padding: 20px;
	margin-bottom: 30px;
}

.wp-block-group.has-background p,
.wp-block-media-text.has-media-on-the-right p {
	color: var(--black-color2);
}

.wp-block-file {
	font-family: var(--font-Jost);
	color: var(--primary-color1);
	margin-top: 20px;
}

.wp-block-file__button:hover {
	color: var(--white-color);
}

.wp-block-embed__wrapper {
	font-weight: 400;
	color: var(--primary-color1);
	font-family: var(--font-Jost);
}

/* Formatting */
pre.wp-block-code {
	background: var(--primary-color1);
	border: none;
}

.wp-block-code code {
	color: #aba7a7;
}

pre.wp-block-preformatted {
	margin-top: 10px;
}

pre {
	margin-top: 15px;
	color: #a2a2a2;
	background-color: var(--primary-color1);
	background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
	background-size: 38px 38px;
	border: 1px solid var(--primary-color1);
	display: block;
	line-height: 19px;
	margin-bottom: 20px;
	overflow: visible;
	overflow-y: hidden;
	padding: 0 0 0 4px;
	word-break: break-word;
}

.blog-details-wrap .post-content blockquote {
	margin-bottom: 20px;
}

.news-content .wp-block-table .has-fixed-layout * {
	border-color: var(--primary-color1);
}

/* Image Alignment */
.alignnone {
	margin-bottom: 20px;
	margin-top: 20px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Password */
.post-password-form label input {
	width: inherit;
}

.post-password-form input[type="submit"] {
	height: 50px;
	width: 90px;
	border: none;
	outline: none;
	background: var(--primary-color1);
	border-radius: 0px 5px 5px 0px;
	transition: 0.5s;
	color: #fff;
}

/* Comments */
.single-comment .comment-content {
	width: 100%;
	width: calc(100% - 100px);
}

.page-wrapper .comment-area .comment-content {
	max-width: unset;
}

.comment-area blockquote {
	margin-bottom: 30px;
}

#wp-comment-cookies-consent {
	width: auto;
	margin-right: 10px;
}

@media (max-width: 576px) {
	.blog-details-pages .comment-area .children {
		padding: 0;
		margin: 0 0 0 25px;
	}
}

@media (max-width: 576px) {
	.blog-details-pages .comment-area .comment-list-area .comment-list ul.children>li .single-comment {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.blog-details-pages .comment-area .comment-list-area .comment-list ul.children>li .single-comment .comment-image {
		margin-bottom: 10px;
	}
}

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

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

/* Format Audio Video */
embed,
iframe,
object {
	min-height: 400px;
	width: 100%;
}

/* Error Page */
.error-area-wrapper .search-form {
	display: block;
	position: relative;
}

.error-area-wrapper .search-form label {
	color: var(--primary-color1);
	margin: 60px 0 10px 0;
}

.error-area-wrapper h3 {
	font-size: 3.225rem;
	font-weight: 800;
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	line-height: 63px;
	letter-spacing: 0.03em;
	text-transform: capitalize;
}

.error-area-wrapper p {
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	line-height: 36px;
	letter-spacing: 0.03em;
}

.error-area-wrapper form button[type="submit"] {
	height: 50px;
	line-height: 50px;
	margin-bottom: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Blog Post Format */
.standard-single .post-audio iframe,
.standard-single .post-video iframe {
	min-height: 400px;
	width: 100%;
}

.post-formate-quote blockquote {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--text-secondary);
	font-family: var(--font-cormorant);
	line-height: 1.3;
}

/* Post Format Gallery */
.standard-single .post-gallery {
	position: relative;
}

.slider-arrows.arrows-style-2.sibling-3.text-center.d-flex.flex-row.justify-content-between.align-items-center.w-100 .swiper-prev,
.slider-arrows.arrows-style-2.sibling-3.text-center.d-flex.flex-row.justify-content-between.align-items-center.w-100 .swiper-next {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid var(--white);
	transition: all 0.5s ease;
}

.standard-single .post-gallery .slider-arrows {
	position: absolute;
	top: 50%;
	z-index: 2;

	transform: translateY(-50%);
}

.standard-single .post-gallery .slider-arrows .custom-swiper-prev,
.standard-single .post-gallery .slider-arrows .custom-swiper-next {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid var(--white);
	transition: all 0.5s ease;
}

.standard-single .post-gallery i.bi {
	color: white;
	background-color: var(--primary-color1);
}

.standard-single .post-gallery i.bi:hover {
	color: var(--primary-color1);
	background-color: white;
}

.standard-single .post-gallery .blog-archive-arrows {
	justify-content: space-between;
	width: 100%;
	flex-direction: row;
	align-items: center;
}

.standard-single .post-gallery .blog-archive-arrows i {
	color: var(--primary-color1);
}

.blog-details-pages .news-content h2 {
	font-weight: 700;
	color: #000;
	font-family: var(--font-cormorant);
}

.blog-details-pages .news-content .wp-block-column {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-details-pages .news-content .wp-block-column li {
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-Jost);
	margin-bottom: 10px;
}

.blog-details-pages .news-content .wp-block-column ul {
	padding-left: 0;
	list-style: none;
}

.blog-details-pages .news-content .wp-block-column ul li i {
	font-weight: 700;
	color: var(--primary-color1);
	font-size: 14px;
	margin-right: 7px;
}

.blog-details-pages .news-content .wp-block-column ul {
	margin-top: 0px;
}

.blog-details-pages .news-content .wp-block-column ul:last-child {
	margin-bottom: 0px;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

/* Paginate css  */
.blog-details-section .pagination li a:hover {
	color: var(--black-color);
}

ul.pagination li {
	color: var(--white-color);
	padding: 0;
	height: 34px;
	width: 34px;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	font-family: var(--font-Jost);
	transition: 0.5s;
}

span.post-page-numbers.current {
	color: var(--white-color);
	padding: 0;
	height: 34px;
	width: 34px;
	background-color: var(--primary-color1);
	border: 1px solid var(--primary-color1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	font-family: var(--font-Jost);
	transition: 0.5s;
}

p.comment-form-wrap-cookies-consent {
	align-items: center;
	display: flex;
}

/* spacing present */
.has-light-green-cyan-background-color p,
.has-pale-pink-background-color p,
.has-pale-cyan-blue-background-color p {
	color: var(--black-color);
	padding: 10px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	color: var(--body-color);
}

/* figcaption */
.wp-block-table figcaption {
	color: #7e7e7e;
}

.blocks-gallery-caption {
	color: #7e7e7e;
	margin-bottom: 20px;
}

.wp-block-columns.alignwide.is-layout-flex blockquote {
	padding: 90px 20px;
}

p.has-text-color.has-background.has-very-light-gray-color {
	color: #eee;
}

.has-text-color {
	color: var(--primary-color1);
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	color: #7c7c7c;
}

.blog-comments .comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Button */
.alignleft {
	float: left;
	margin-right: 2em;
	clear: both;
}

.wp-block-button__link {
	background-color: var(--primary-color1);
	padding: 8px 25px;
	color: var(--text-color2);
	font-weight: 500;
	font-size: 16px;
}

.wp-block-button__link:hover {
	background: #2e2d31;
	color: #fff;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-button {
	margin-bottom: 20px;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
}

.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 20px;
	clear: both;
}

/* Cover */
.wp-block-cover.has-background-dim {
	color: #ffffff;
}

.wp-block-cover p.wp-block-cover-text {
	font-size: 2em;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: 0.44em;
	text-align: center;
	line-height: 1.8;
	color: #fff;
}

.alignfull,
.alignwide {
	margin-bottom: 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin-right: 5px;
}

.news-wrap2 .news-content figure.wp-block-gallery {
	margin-bottom: 40px;
}

.wp-block-media-text__content .has-large-font-size+p {
	line-height: 1.6;
}

.news-wrap2 .news-content .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 30px 100px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 30px 100px;
}

.wp-block-quote.has-text-align-right {
	padding-right: 3em;

}

.news-wrap2 .news-content .wp-block-quote.has-text-align-right {
	padding-right: 2em;
}

/* Common */
.blog-details-wrap .post-content p.has-large-font-size {
	line-height: 1.6;
}

.blog-details-wrap .post-content p.has-large-font-size+p {
	line-height: 1.3;
}

.blog-details-wrap .post-content .has-very-light-gray-color,
.blog-details-wrap .post-content .has-text-align-center.has-large-font-size {
	color: #eee;
}

.wp-block-video figcaption {
	margin-top: 15px;
	color: #7e7e7e;
}

.primary-btn1.comment-hover-btn:hover {
	background: #fff;
	color: #000;
}

p.logged-in-as a {
	color: var(--title-color);
	transition: color 0.5s;
}

p.logged-in-as a:hover {
	color: var(--text-color3);
}

.comment-section .blog-comments ul.children .single-comment {
	margin-bottom: 60px;
	margin-top: 60px;
}

.comment-section .blog-comments ul.children .single-comment:last-child {
	margin-bottom: 0;
}

.comment-content .author-post .reply a i {
	color: var(--primary-color1);
	transition: 0.5s;
	padding: 0;
}

.comment-content .author-post .reply a:hover i {
	color: var(--white-color);
}

.comment-section .comment-reply-title {
	display: flex;
	justify-content: space-between;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comment-section .comment-reply-title a {
	color: var(--primary-color1);
	font-family: var(--font-Jost);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.48px;
	border: 1px solid var(--primary-color1);
	padding: 10px 30px;
	transition: 0.5s;
}

.comment-section .comment-reply-title a:hover {
	background-color: var(--primary-color1);
	color: var(--white-color);
}

.comment-section .author-comment li .author-thumb img {
	width: 80px;
	border-radius: 50%;
}

.comment-section {
	clear: both;
}

.wp-block-post-comments-form input[type=submit] {
	padding: 12px 40px;
	background-color: var(--primary-color1);
	display: inline-block;
	color: var(--white-color);
	font-size: 18px;
	font-family: var(--font-Jost);
	font-weight: 500;
	letter-spacing: 0.36px;
	text-transform: capitalize;
	white-space: nowrap;
	border: 1px solid var(--primary-color1);
	transition: 0.5s;
	line-height: 1.4;
}

.wp-block-post-comments-form input[type=submit]:hover {
	background: #fff;
	color: var(--primary-color1);
}

.blog-content ul li a:hover,
.blog-content ol li a:hover {
	color: var(--text-color3);
}

ul.pagination.d-flex.justify-content-center.align-items-center li {
	margin: 0;
}

.blog-details-section p.has-text-align-center.has-large-font-size {
	color: #fff;
}

p.wp-block-cover-text strong {
	color: #fff;
}

.blog-details-section .wp-block-archives-dropdown .nice-select,
.blog-details-section .wp-block-categories-dropdown .nice-select {
	margin-bottom: 30px;
}

.nice-select .list li {
	margin: 0;
}

form.post-password-form {
	text-align: center;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	width: 100%;
	padding: 8px 20px;
	font-family: var(--font-Jost);
	font-size: 14px;
	height: 50px;
	border: 1px solid var(--text-color1);
}

.article-card-img {
	display: block;
}

.shop-pagination .pagination-list li a.prev,
.shop-pagination .pagination-list li a.next {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid var(--primary-color1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.shop-pagination .pagination-list li a.prev i,
.shop-pagination .pagination-list li a.next i {
	color: var(--primary-color1);
	transition: 0.5s;
}

.shop-pagination .pagination-list li a.prev:hover,
.shop-pagination .pagination-list li a.next:hover {
	background-color: var(--primary-color1);
}

.shop-pagination .pagination-list li a.prev:hover i,
.shop-pagination .pagination-list li a.next:hover i {
	color: var(--white-color);
}

nav.shop-pagination {
	margin-top: 80px;
}

/*Extra CSS For Header  */
.category-button .set-menu h4 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/* blog gallary */
.post-gallery,
.bolog-details-area .post-gallery {
	position: relative;
}

.post-gallery .slider-arrows.arrows-style-2,
.bolog-details-area .post-gallery .slider-arrows.arrows-style-2 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.post-gallery .slider-arrows.arrows-style-2 .swiper-next-arrow,
.single-blog .post-gallery .slider-arrows.arrows-style-2 .swiper-prev-arrow,
.bolog-details-area .post-gallery .slider-arrows.arrows-style-2 .swiper-next-arrow,
.bolog-details-area .post-gallery .slider-arrows.arrows-style-2 .swiper-prev-arrow {

	height: 35px;
	line-height: 35px;
	background: rgb(var(--theme-color));
}


.post-gallery .slider-arrows.arrows-style-2 i.bi {
	color: white;
	background-color: var(--black-color);
	border-bottom-left-radius: 6px;
}


.post-gallery .slider-arrows.arrows-style-2 i.bi:hover {
	color: black;
	background-color: #e1dddd;
	border-bottom-left-radius: 6px;
}

header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 input {
	border: none;
}

.footer-section .footer-bottom.brdr-top {
	border: none;
}

header .nav-right.nav-extra-cl:after {
	display: none;
}

.footer-section .footer-top .footer-widget .widget-title {
	margin: 0;
	border: none;
}

.comment-form-wrap p.form-submit {
	margin-bottom: 0;
}

/* .comment-section .children .comment-respond {
	margin-bottom: 60px;
} */
.comment-form-wrap .blog-comments ul.children .single-comment:last-child {
	margin-bottom: 0;
}

.comment-form-wrap .comment-title h3 {
	color: var(--text-color1);
	font-family: var(--font-Jost);
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	border-bottom: 2px solid rgba(34, 34, 34, 0.400000006);
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.comment-form-wrap .comment-title {
	margin-bottom: 45px;
}

.comment-form-wrap .comment-respond {
	margin-top: 90px;
}

@media (max-width: 991px) {
	nav.shop-pagination {
		margin-top: 60px;
	}

	.comment-form-wrap .comment-respond {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.comment-form-wrap .comment-respond {
		margin-top: 50px;
	}
}