/* ================================
	Common CSS
===================================*/
:root {
	--primary-color2: #ff6b55;
	--primary-color3: #f46f30;
	--gradient-color: linear-gradient(90deg, #f86ca7 0%, #ff7f18 100%);
	--title-color1: #001d23;
	--title-color2: #253d4e;
	--text-color1: #8a8a8a;
	--text-color2: #1f2124;
	--text-color3: #62686e;
	--text-color4: #4f4f4f;
	--white: #ffffff;
	--font-dosis: "Dosis";
	--font-cabin: "Cabin";
}

/* Search Bar */

.widget-area .widget_egns_recent_post.widget_search {
	background: unset;
	box-shadow: none;
	border-radius: unset;
	padding: 0;
}

.widget-area .widget_egns_recent_post.widget_search::after {
	content: none;
}



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

form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	background: var(--gradient-color);
	border-radius: 0px 5px 5px 0px;
	margin: 0;
	border: none;
}

form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
	fill: var(--white);
	transform: rotate(265deg);
	font-size: 20px;
}

/* Sidebar Heading */
.widget-area .single-widgets.widget_egns_recent_post h1,
.widget-area .single-widgets.widget_egns_recent_post h2,
.widget-area .single-widgets.widget_egns_recent_post h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--title-color1);
	font-family: var(--font-dosis);
	letter-spacing: 0.02em;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 0;
}

.widget-area .widget_egns_recent_post::after {
	content: "";
	opacity: 0.2;
	background: var(--primary-color3);
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
}

.widget-area .single-widgets.widget_egns_recent_post .widget-title h3::after {
	content: none;
}

.widget-area .widget_egns_recent_post:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts li a {
	font-size: 1rem;
	font-weight: 500;
	color: var(--title-color1);
	font-family: var(--font-cabin);
	transition: 0.35s;
}

.wp-block-latest-posts li a:hover {
	background: var(--gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.wp-block-latest-posts li {
	margin-bottom: 12px;
}

.wp-block-latest-posts li:last-child {
	margin-bottom: 0;
}

/* Categories, Archives */

.widget-area .widget_egns_recent_post ul,
.widget-area .widget_egns_recent_post ol {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 35px;
}

.widget-area .widget_egns_recent_post ul li,
.widget-area .widget_egns_recent_post ol li {
	margin-top: 15px;
	white-space: normal;
	margin-bottom: 0;
}

.widget-area .widget_egns_recent_post ul li:first-child,
.widget-area .widget_egns_recent_post ol li:first-child {
	margin-top: 0;
}

.wp-block-categories li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_egns_recent_post ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: 500;
	color: var(--title-color1);
	font-family: var(--font-cabin);
	transition: 0.35s;
}

.widget-area .widget_egns_recent_post ul li.recentcomments a {
	display: inline;
}

.widget-area .widget_egns_recent_post ul li a:hover {
	background: var(--gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.widget-area .widget_egns_recent_post ul li a span:before {
	content: "(";
}

.widget-area .widget_egns_recent_post ul li a span::after {
	content: ")";
}

p.logged-in-as a {
	color: var(--primary-color2);
}

.logged-in-as a:nth-child(2) {
	color: var(--primary-color2);
}

/* Tag Cloud */
.widget-area .widget_egns_recent_post .wp-block-tag-cloud {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 35px;
}

.widget-area .widget_egns_tag .wp-block-tag-cloud a:hover {
	background: var(--gradient-color);
	color: var(--white);
}

/* Search Label */
.wp-block-search .wp-block-search__label {
	margin-bottom: 25px;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--title-color1);
	font-family: var(--font-dosis);
	letter-spacing: 0.02em;
	text-transform: capitalize;
	line-height: 1;
}

/* ----------------------------
	  Unit Test
  ------------------------------*/

/* Sticky Post */

.blog-standard-area .blog-st-card {
	position: relative;
}

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

/*=====================
 Sidebar
 ==================== */

.widget-area .widget_egns_recent_post ul.sub-menu,
.widget-area .widget_egns_recent_post ul.children {
	padding-left: 15px;
	padding-top: 15px;
}

.widget-area .widget_egns_recent_post ul.sub-menu li:first-child,
.widget-area .widget_egns_recent_post ul.children li:first-child {
	padding-top: 0;
}


.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;
}

.wp-block-latest-comments li a,
.widget_recent_comments li a {
	font-size: 1rem;
	font-weight: 500;
	color: var(--title-color1);
	font-family: var(--font-cabin);
	transition: 0.35s;
	line-height: 1.5;
}

.wp-block-latest-comments li a:hover,
.widget_recent_comments li a:hover {
	background: var(--gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Archive DropDown */
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: transparent;
	color: var(--primary-color2);
}

.nice-select {
	background-color: var(--white);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: none;
	font-weight: 500;
	color: var(--text-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;
	border: 1px solid rgba(41, 43, 49, 0.05);
	font-size: 15px;
}

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

.nice-select .option {
	color: var(--title-color1);
}

.widget-area .widget_egns_recent_post .nice-select {
	margin-top: 47px;
}

label.wp-block-archives__label {
	font-weight: 400;
	color: #868686;
	font-family: var(--font-cabin);
}

.nice-select .current {
	font-family: var(--font-cabin);
	color: var(--text-color1);
	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;
}

/* Removing Screen Reader Text */

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

.widget-area .widget_egns_recent_post .wp-calendar-table {
	margin-top: 47px;
}

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

#wp-calendar>caption {
	background: var(--primary-color2) none repeat scroll 0 0;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	caption-side: top;
}

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

#wp-calendar th {
	background: var(--primary-color3)1f;
	padding: 5px 0;
	text-align: center;
	color: #252525;
	font-size: 14px;
}

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

nav.wp-calendar-nav {
	color: var(--text-color2);
}

.wp-block-calendar a {
	text-decoration: none;
}



/* Meta */
.widget_meta ul li a {
	display: block;
	margin-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.widget_recent_entries li a {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.widget_meta ul li a:last-child {
	margin-bottom: 0;
}

.widget_recent_entries li:last-child a {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

/* RSS */
.wp-block-rss__item-title a:hover {
	background: var(--gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.widget-area .widget_egns_recent_post.widget_rss p {
	padding-top: 35px;
}

.widget-area .widget_egns_recent_post.widget_rss h3 a {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--title-color1);
	font-family: var(--font-dosis);
	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: 14px;
	color: var(--primary-color1);
}

.widget_rss li cite {
	color: #252525;
	letter-spacing: 1px;
	margin-top: 5px;
	display: block;
	font-weight: 600;
}

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

.sidebar-widget.page-search {
	margin-top: 30px;
}

.widget_search .page-search form {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.sidebar-widget.page-search form input {
	width: 70%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.widget_search .page-search form button[type="submit"],
.error-area-wrapper form button[type="submit"] {
	border-radius: 0px 143px 143px 0px;
	height: 100%;
	height: 48px;
	padding: 10px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #f86ca7;
	overflow: hidden;
	z-index: 1;
	font-weight: 600;
}

.widget_search .page-search form button[type="submit"]:hover,
.error-area-wrapper form button[type="submit"]:hover {
	color: white;
}

.widget_search .page-search form button[type="submit"]::before,
.error-area-wrapper form button[type="submit"]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--gradient-color);
	z-index: -1;
	transition: 0.6s;
	transform-origin: right;
}

.widget_search .page-search form button[type="submit"]:hover::before,
.error-area-wrapper form button[type="submit"]:hover::before {
	width: 0;
}

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"] {
	height: 50px;
	border-radius: 3px 0px 0px 3px;
	width: 100%;
	border: 1px solid #F0F0F0;
	padding: 20px;
}

.widget-area .widget_egns_recent_post .textwidget {
	padding-top: 30px;
}

/* Tag Cloud */

.tagcloud {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.tagcloud a {
	display: inline-block;
	font-family: var(--font-cabin);
	font-weight: 600;
	font-size: 0.875rem !important;
	color: #a0a0a0;
	background: rgba(197, 197, 197, 0.1);
	border-radius: 2px;
	padding: 5px 13px;
	transition: 0.35s;
	line-height: 30px;
	margin-right: 5px;
}

.tagcloud a:hover {
	background: var(--gradient-color);
	color: var(--white);
}

/* Template Sticky */
.blog-details ul,
.blog-details ol {
	clear: both;
	margin-top: 15px;
	gap: 15px;
}

.blog-details ul li,
.blog-details ol li {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 500;
	color: #868686;
	font-family: var(--font-cabin);
	line-height: 2;
}

.page-wrapper .inner-post::after,
.entry-content::after,
.entry-summary::after,
.blog-details .blog-content::after {
	clear: both;
	content: "";
	display: block;
}

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

.para,
.faq-wrap .faq-body,
p {
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--text-color1);
	font-family: var(--font-cabin);
	line-height: 1.6;
}

/* Image */
.blog-details img:last-of-type {
	margin-bottom: 0;
}

.wp-block-image .alignright {
	margin: 8px 0 8px 25px;
}

.wp-block-image figcaption {
	text-align: unset;
}

.page-wrapper .inner-post::after,
.entry-content::after,
.entry-summary::after,
.blog-details .post-content::after {
	clear: both;
	content: "";
	display: block;
}

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

.wp-block-button__link {
	background-color: var(--primary-color2);
	padding: 8px 25px;
	letter-spacing: 1;
	color: #fff;
	font-weight: 500;
}

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

.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 !important;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: 0.44em;
	text-align: center;
	line-height: 1.8;
	color: #fff !important;
}

.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;
}

/* Block Columns*/
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin-top: 30px;
}

.wp-block-latest-comments {
	margin-top: 30px;
}

.blog-details-wrap .post-content blockquote.wp-block-quote>p,
.blog-details-wrap .post-content blockquote p,
.blog-comments blockquote p {
	font-size: 1.375rem;
	font-weight: 500;
	color: rgba(0, 29, 35, 0.7);
	font-family: var(--font-cabin);
	line-height: 1.7;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.blog-details-pages .wp-block-quote>cite,
.blog-details-pages .news-content blockquote cite {
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--title-color-dark);
	font-family: var(--font-cabin);
}

.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 !important;
}

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

.news-wrap2 .news-content blockquote.has-text-color.has-light-gray-color {
	padding: 50px 90px;
}

.news-wrap2 .news-content blockquote.has-text-color.has-light-gray-color p {
	font-size: 24px;
	color: var(--text-color1);
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-style: normal;
}

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

.page-wrapper blockquote,
.blog-details blockquote,
.comment-area blockquote {
	background: var(--primary-color2)21;
	border-radius: 5px;
	padding: 20px 45px;
	position: relative;
}

.blog-details blockquote::before,
.page-wrapper blockquote::before,
.comment-area blockquote::before {
	content: url(../images/icon/quage-icon-top.svg);
	position: absolute;
	left: 15px;
}

.blog-details blockquote::after,
.page-wrapper blockquote::after,
.comment-area blockquote::after {
	content: url(../images/icon/quage-icon-btm.svg);
	position: absolute;
	right: 15px;
	bottom: 15px;
}

figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote::before {
	left: -45px;
	top: -35px;
}

.page-wrapper blockquote p {
	font-size: 1.375rem;
	font-weight: 500;
	color: rgba(0, 29, 35, 0.7);
	font-family: var(--font-cabin);
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.blog-details-pages blockquote::after {
	content: "";
	width: 5px;
	height: 100%;
	background: #BF9444;
	border-radius: 0px 5px 5px 0px;
	position: absolute;
	left: 0;
	top: 0;
}

.blog-details-pages blockquote.has-very-dark-gray-color::after {
	content: none;
}

blockquote.wp-block-quote.has-text-align-right.extraclass {
	text-align: right;
}

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

.page-wrapper blockquote.extraclass,
.blog-details blockquote.extraclass,
.blog-details-pages .news-wrap2 .news-content blockquote.extraclass,
.comment-area blockquote.extraclass {
	margin-bottom: 20px;
}

figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
	max-width: 60%;
	text-align: left;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
	max-width: 80%;
	background: transparent !important;
	padding: 0 !important;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote cite {
	font-size: 16px;
}

.news-wrap2 .news-content .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
	max-width: 80%;
	background: transparent;
	padding: 0;
}

figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote p {
	font-size: 28px;
	color: rgba(0, 29, 35, 0.7);
}

/* .has-text-color.has-light-gray-color::after {
	content: "";
	width: 5px;
	height: 100%;
	background: #BF9444;
	border-radius: 0px 5px 5px 0px;
	position: absolute;
	left: 0;
	top: 0;
} */

/* 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;
}

/* Gallery */
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.wp-block-archives-list.extraclass.wp-block-archives {
	list-style: none;
	padding: 0;
}

.wp-block-archives-list.extraclass.wp-block-archives li a:hover {
	color: var(--primary-color2);
}

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

.wp-block-calendar {
	margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d;
	background: #FAF7F7;
}

.blog-details form {
	background: var(--white);
	border-radius: 5px;
	padding: 45px 35px;
	margin-bottom: 20px;
	text-align: left;
}

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

.blog-details p.wp-block-tag-cloud {
	margin-bottom: 25px;
}

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

.wp-block-file {
	font-family: var(--font-cabin);
	color: #868686;
}

.wp-block-embed__wrapper {
	font-weight: 400;
	color: #868686;
	font-family: var(--font-cabin);
}

/* Page Markup and Formating */
.comment-area dl,
.comment-area ul,
.comment-area ol,
.comment-area address,
.post-content dl,
.post-content address,
.page-wrapper .inner-post dl,
.page-wrapper .inner-post ul,
.page-wrapper .inner-post ol,
.page-wrapper .inner-post address {
	font-family: var(--font-cabin);
}

/* Pagination */
.page-wrapper .inner-post .pagination {
	clear: both;
	gap: 10px;
}

.page-wrapper .inner-post .pagination .page-title {
	font-family: var(--font-cabin);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--title-color1);
}

.paginations-area .pagination .page-item a.dots {
	border: none;
	background: unset;
}

.paginations-area .pagination .page-item a.dots:hover {
	border: none;
	background: unset;
	color: unset;
	box-shadow: none;
}

.pagination li .current {
	z-index: 3;
	display: inline-block;
	color: var(--white);
	background-color: var(--primary-color2);
	border-color: var(--primary-color2);
	padding: .175rem .75rem;
	border-radius: 5px 5px 5px 0px;
	font-weight: 600;
}

.pagination li a {
	position: relative;
	display: inline-block;
	color: var(--title-color1);
	font-size: 16px;
	padding: .175rem .75rem;
	font-weight: 600;
	text-decoration: none;
	background-color: var(--white);
	border: 1px solid #EEEEEE;
	border-radius: 5px 5px 5px 0px;
	transition: 0.42s ease;
}

.pagination li a:hover {
	color: var(--white);
	background-color: var(--primary-color2);
}

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

.wp-block-code code {
	color: #2a2d33;
}

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

pre {
	margin-top: 15px;
	color: #212529;
	background-color: var(--primary-color2)82;
	background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
	background-size: 38px 38px;
	border: 1px solid var(--primary-color2)82;
	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 */
.blog-details form input {
	height: 50px;
	border-radius: 3px 0px 0px 3px;
	width: inherit;
	border: 1px solid #d6d6d6;
	padding: 20px;
	background: var(--white);
}

.blog-details input {
	font-size: 14px;
	height: 40px;
	letter-spacing: 3px;
}

.blog-details form input[type="submit"],
.blog-details form button[type="submit"] {
	min-width: 90px;
	border-radius: 0px 5px 5px 0px;
	font-weight: 600;
	padding: 10px 15px;
	background: var(--primary-color2);
	border: none;
	transition: all 0.42s ease-in-out;
	height: 50px;
	margin: 0;
	color: var(--white);
}

/* Comments */
h3.comment-reply-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--title-color1);
	font-family: var(--font-dosis);
	text-transform: capitalize;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

h3.comment-reply-title small {
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.03em;
	background: var(--gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: 0.35s;
}

.comment-list li {
	margin-bottom: 50px;
}

.comment-list li:last-child {
	margin-bottom: 0;
}

.comment-respond {
	margin-top: 40px;
}

.single-comment .comment-content {
	max-width: 856px;
	width: 100%;
}

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

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


#commentform .form-submit {
	margin-bottom: 0;
}

@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 {
	max-width: 100%;
}

/* Error Page */
.error-area-wrapper .search-form {
	display: flex;
	justify-content: center;
}

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

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

/* Blog Post Format */
.news-wrap2 .post-audio iframe,
.news-wrap2 .post-video iframe {
	min-height: 400px;
}

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

/* Post Format Gallery */
.news-wrap2 .post-gallery {
	position: relative;
}

.news-wrap2 .post-gallery .slider-arrows {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0 50px;
	transform: translateY(-50%);
}

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

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

.news-wrap2 .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-color1);
	font-family: var(--font-cabin);
	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;
}




/* start of mks css */
/* added for contact form7 reservation form dropdown */
select.wpcf7-form-control.wpcf7-select {
	width: 100%;
	background: rgba(9, 22, 29, 0.8);
	border: 1px solid rgba(238, 238, 238, 0.1);
	border-radius: 10px;
	height: 55px;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 400;
	color: white;
	font-family: var(--font-cabin);
}

.nice-select.wpcf7-form-control.wpcf7-select {
	width: 100%;
	background: rgba(9, 22, 29, 0.8);
	border: 1px solid rgba(238, 238, 238, 0.1);
	border-radius: 10px;
	height: 55px;
	padding: 8px 20px;
	font-size: 1rem;
	font-weight: 400;
	color: white;
	font-family: var(--font-cabin);
}

.nice-select ul.list {
	width: 100%;
	background: var(--white);
	border: 1px solid rgba(238, 238, 238, 0.1);
	border-radius: 0px;
	padding: 8px 20px;
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--title-color1);
	font-family: var(--font-cabin);
	height: 250px;
	overflow-y: scroll;
}

/* for text fields */
input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	background: #09161D;
	border: 1px solid rgba(238, 238, 238, 0.2);
	border-radius: 50px;
	height: 55px;
	padding: 20px 20px;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	font-family: var(--font-cabin);
}

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	background: rgba(9, 22, 29, 0.6);
	border: 1px solid rgba(238, 238, 238, 0.1);
	border-radius: 10px;
	height: 200px;
	padding: 20px 30px;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	font-family: var(--font-cabin);
}

input#datepicker {
	width: 100%;
	background: #09161D;
	border: 1px solid rgba(238, 238, 238, 0.2);
	border-radius: 50px;
	height: 55px;
	padding: 20px 20px;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	font-family: var(--font-cabin);
}

/* for submit button */
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 100%;
	border-radius: 50px;
	background-color: var(--primary-color1);
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--white);
	font-family: var(--font-cabin);
	height: 55px;
	z-index: 2;
	transition: 0.3s ease all;
	position: relative;
	overflow: hidden;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	color: var(--primary-color1);
	background-color: var(--white);
}

/* end of mks css */

/* Social Link */

.widget-area .single-widgets .wp-block-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 48px;
	gap: 35px;
	display: flex;
	align-items: center;
}

.widget-area .single-widgets .wp-block-social-links li {
	margin: 0;
}

.widget-area .single-widgets .wp-block-social-links li a {
	position: relative;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gradient-color);
	border-radius: 50%;
	color: var(--white);
	font-size: 20px;
	transform: 0.35s;
	z-index: 1;
}


/* Featured Product widget css  */

.wc-block-featured-product__wrapper {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	padding: 15px;
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	border: 0;
	margin-top: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

.wc-block-featured-product__description {
	padding: 0;
	margin-bottom: 20px;
}

.wc-block-featured-product__description p {
	line-height: 1.5;
	margin: 0;
	color: #fff;
}

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
	color: inherit;
	padding: 0;
	width: 100%;
	z-index: 1;
	margin-bottom: 20px;
}

.wc-block-featured-product__wrapper .wc-block-featured-product__price span.woocommerce-Price-amount.amount {
	font-size: 24px;
}

/* End Featured Product widget css  */