:root {

	--font-saira: 'Saira', sans-serif;

	/* Colors --------------- */
	--white-color: #fff;
	--black-color: #000;
	--black-color2: #1D1D1D;
	--gray-color: #f7f7fd;
	--paragraph-color: #272727;

	/* Theme Color */
	--theme-color: 6, 216, 137;

	/* Body Color */
	--body-color: #eaf1f5;

	/* Border Color */
	--border-color: #232323;

	/* Soft color */
	--black-soft-color: #7e7e7e;
}



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



/*--------------------------------------------------------------
# End Accessibility
--------------------------------------------------------------*/

/* Blog Sidebar Widgets */

.single-widgets:first-child {
	margin-top: 0;
}

/* Blog Sidebar Search Label */
.wp-block-search .wp-block-search__label,
.single-widgets .wp-block-heading {
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
	text-transform: capitalize;
	color: rgb(var(--theme-color));
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 25px;
	width: 100%;
}

.single-widgets.widget_search label {
	width: auto;
	display: block;
}

/* Blog Sidebar Search Input */
.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-block-search .wp-block-search__input {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 5px 0px 0px 5px;
	height: 50px;
	font-family: var(--font-saira);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #dedada;
	padding: 10px 15px;
}

/* Blog Sidebar Search Button */
.wp-block-search .wp-block-search__button {
	font-family: var(--font-saira);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.03em;
	height: 50px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(var(--theme-color));
	border-radius: 0px 5px 5px 0px;
	transition: 0.5s;
	color: var(--black-color2);
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.wp-block-search .wp-block-search__button::after {
	position: absolute;
	content: "";
	display: block;
	left: 15%;
	right: -20%;
	top: -4%;
	height: 150%;
	width: 150%;
	bottom: 0;
	border-radius: 2px;
	background-color: #0A1019;
	transform: skewX(45deg) scale(0, 1);
	z-index: -1;
	transition: all 0.5s ease-out 0s;
}

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

.wp-block-search .wp-block-search__button:hover::after {
	transform: skewX(45deg) scale(1, 1);
}




.wp-block-search .wp-block-search__button.has-icon.wp-element-button {
	min-width: 70px;
}

.wp-block-search .wp-block-search__button svg {
	fill: var(--black-color2);
	vertical-align: middle;
	font-size: 25px;
	transform: rotate(265deg);
}

.wp-block-search .wp-block-search__button svg:hover {
	fill: var(--white-color);
}

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

.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 {
	font-family: var(--font-saira);
	font-weight: 500;
	font-size: 16px;
	color: #B5B5B5;
	transition: 0.5s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-widgets ul li a {
	font-family: var(--font-saira);
	font-weight: 500;
	font-size: 16px;
	color: #B5B5B5;
	transition: 0.5s;
}

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

.wp-block-categories-list.wp-block-categories li {
	font-family: var(--font-saira);
	font-weight: 500;
	font-size: 16px;
	color: #B5B5B5;
	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-saira);
	color: var(--white-color);
	transition: 0.5s;
}

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

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

.single-widgets .wp-block-latest-posts__featured-image img {
	border-radius: 5px;
}

/* 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-saira);
	font-weight: 400;
	font-size: 15px !important;
	text-transform: capitalize;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 3px 15px;
	display: inline-block;
	transition: 0.5s;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	color: rgb(var(--theme-color));
	border: 1px solid rgba(6, 216, 137, 0.1);
}

.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-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 !important;
	padding-left: 0;
}

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

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

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

.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: #B5B5B5;
	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);
}

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

.nice-select .current {
	font-family: var(--font-saira);
	color: #B5B5B5;
	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;
}

/* Removing Screen Reader Text */

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

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

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

table th,
table tr,
.page-wrapper table th,
.page-wrapper table tr,
.page-wrapper table td,
.blog-details-content table th,
.blog-details-content table tr,
.blog-details-content table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
	border: 1px solid rgb(var(--theme-color));
	padding: 10px;
	font-family: var(--font-saira);
}

#wp-calendar th {
	background: #1c2527;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

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

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


/* RSS */

.rss-widget-title {
	color: rgb(var(--theme-color));
}

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

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

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

.single-widgets .widget_rss h3 a {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--title-color1);
	font-family: var(--font-saira);
	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: rgb(var(--theme-color));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.widget_rss li cite {
	color: rgb(var(--theme-color));
	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: rgb(var(--theme-color));
	margin-right: 10px;

}

/* Widget Searh */

.sidebar-widget.page-search {
	position: relative;
}

.widget_search .page-search form {
	display: block;
}

.widget_search .page-search form label {
	margin-bottom: 10px;
	color: #B5B5B5;
}

.sidebar-widget.page-search form input {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 5px 0px 0px 5px;
	height: 50px;
	font-family: var(--font-saira);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #dedada;
	padding: 10px 15px;
	padding-right: 90px;
}

.widget_search .page-search form button[type="submit"],
.error-area-wrapper form button[type="submit"] {
	min-width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	background: rgb(var(--theme-color));
	margin: 0;
	margin-bottom: -5px;
	padding: 0;
}

.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: rgb(var(--theme-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"] {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 5px 0px 0px 5px;
	height: 50px;
	font-family: var(--font-saira);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #dedada;
	padding: 10px 15px;
}

.sidebar-widget.page-search button {
	position: absolute;
	background: transparent;
	color: #fff;
	bottom: 5px;
	right: 0;
	outline: none;
	border: none;
	border-radius: 0 5px 5px 0;
}

.sidebar-widget.page-search button i {
	color: #000;
}

.widget-area .textwidget p {
	color: #B5B5B5;
}

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

/* Sticky Post */

.home3-blog-area .single-blog {
	position: relative;
}

.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(--theme-color), 0.19);
	left: auto;
	padding-top: 14px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	opacity: 0.3;
}

.blog-details-content ul,
.blog-details-content ol {
	clear: both;
	margin-top: 15px;
	gap: 15px;
}

.blog-details-content ul li,
.blog-details-content ol li {
	font-family: var(--font-saira);
	font-size: 15px;
	color: #B5B5B5;
	margin-bottom: 5px;
	line-height: 2;
}

.blog-details-content ul li a,
.blog-details-content ol li a {
	color: #B5B5B5;
}

.blog-details-content ul li a:hover,
.blog-details-content ol li a:hover {
	color: rgb(var(--theme-color));
}

.widget_archive ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

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

.wp-block-image figcaption {
	text-align: unset;
	color: #7e7e7e;
}

.blog-tag-and-social {
	clear: both;
}

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

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

.wp-block-button__link {
	background-color: rgb(var(--theme-color));
	padding: 8px 25px;
	color: var(--black-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 !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;
}

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



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

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

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

.blog-details-content .wp-block-archives-dropdown .nice-select,
.blog-details-content .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: #B5B5B5;
	background: #181f22;
}

.blog-details-content form {
	background: #161a1e;
	border-radius: 5px;
	padding: 35px 25px;
	margin-bottom: 20px;
	text-align: left;
}

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

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

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

.wp-block-file {
	font-family: var(--font-saira);
	color: #B5B5B5;
	margin-top: 20px;
}

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

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

/* Page Markup and Formating */
.comments-area dl,
.comments-area ul,
.comments-area ol,
.comments-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-saira);
}

/* Formatting */
pre.wp-block-code {
	background: rgb(var(--theme-color));
	border: none;
}

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

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

pre {
	margin-top: 15px;
	color: #212529;
	background-color: rgb(var(--theme-color));
	background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
	background-size: 38px 38px;
	border: 1px solid rgb(var(--theme-color));
	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 input {
	width: inherit;
}

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

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

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

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

.error-area-wrapper .search-form label {
	color: #B5B5B5;
	margin: 60px 0 10px 0;
}

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

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

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

/* 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-secondary);
	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-secondary);
	font-family: var(--font-saira);
	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-content .pagination li a:hover {
	color: var(--black-color);
}

span.post-page-numbers.current {
	color: var(--black-color2) !important;
	padding: 0;
	height: 34px;
	width: 34px;
	background-color: rgb(var(--theme-color));
	border: 1px solid rgb(var(--theme-color));
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	color: rgb(var(--theme-color));
	font-family: var(--font-saira);
	transition: 0.5s;
}

.page-content-wrapper,
.page-content-wrapper p {
	color: #B5B5B5;
}

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

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

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

.has-text-color {
	color: #B5B5B5 !important;
}

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