:root {
	--primary-one: #ff7f18;
	--primary-one-linear: #ff7f18;
	--primary-one-light: #fff2e8;
	--primary-five-light: #ffeddf;
	--primary-one-lighter: rgba(255, 242, 232, 0.5);
	--primary-two-lighter: rgba(255, 235, 219, 0.3);
	--primary-one-dark: rgba(211, 51, 0, 1);
	--primary-light-text: rgba(255, 242, 232, 1);
	--primary-light-border: rgba(255, 127, 24, 0.2);
	--content-bg: #f1f6fb;
	--linear-green-light: rgba(0, 185, 141, 0.3);

	--border-color: #eeeeee;
	--primary-border: rgba(239, 203, 173, 1);
	--linear-yellow: #ffa811;
	--linear-orange: #f33b00;
	--linear-blue: #006ce4;
	--linear-green: rgb(0, 185, 141);
	--linear-pink: rgb(248, 108, 167);
	--linear-pink-light: rgba(248, 108, 167, 0.2);

	--linear-orange2: #ff7222;
	--linear-red: #ff166a;

	--text-primary: #160803;
	--text-secondary: #5e5e5e;
	--white: #ffffff;
	--light-bg: #fafafa;

	--font-nunito: "Nunito", sans-serif;
	--font-dm: "DM Sans", sans-serif;
}


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

.logged-in header.header-area.style-2.sticky {
	top: 32px;
}

.site-title h3 a {
	color: #000;
}

.site-title h3 {
	margin: 10px 0;
}

.set-menu h4 a {
	color: #000;
}

.set-menu h4 {
	margin: 0;
	font-size: 18px;
}

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

/* Blog Sidebar Widgets */

.blog-widget:first-child {
	margin-top: 0;
}

/* Blog Sidebar Heading */
.blog-widget .wp-block-heading {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1;
}

/* Blog Sidebar Search Label */
.wp-block-search .wp-block-search__label {
	font-family: var(--font-nunito);
	font-size: 24px;
	line-height: 1;
	color: var(--text-primary);
	margin-bottom: 30px;
}

/* 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 {
	background-color: #F8F4F1;
	height: 54px;
	line-height: 54px;
	border: none;
	outline: none;
	width: 100%;
	padding: 0px 30px;
}

/* Blog Sidebar Search Button */
.wp-block-search .wp-block-search__button {
	min-width: 85px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	margin: 0;
	padding: 0;
	border: none;
}

.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(--white);
	vertical-align: middle;
	font-size: 25px;
	transform: rotate(265deg);
}

/* Blog Sidebar Categories, Archieves */
.blog-widget ul,
.blog-widget ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

.blog-widget ul li a {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	color: var(--text-primary);
	margin-bottom: 0;
}

.blog-widget ul li a:hover {
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wp-block-categories-list.wp-block-categories li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* Blog Sidebar Latest Post Date */
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Tag Cloud */
.wp-block-tag-cloud,
.tagcloud {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4px;
	color: var(--text-primary);
}

.wp-block-tag-cloud a,
.tagcloud a {
	color: var(--text-primary);
	font-size: 18px !important;
	font-weight: 400;
	margin-right: 12px;
}

.wp-block-tag-cloud a::after,
.tagcloud a::after {
	position: absolute;
	content: ",";
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

.blog-widget ul.sub-menu li:first-child,
.blog-widget 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-size: 17px;
	font-weight: 500;
	line-height: 1;
	color: var(--text-primary);
	margin-bottom: 0;
}

.wp-block-latest-comments li a:hover,
.widget_recent_comments li a:hover {
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

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

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

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

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

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

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

#wp-calendar>caption {
	background: linear-gradient(90deg, var(--linear-pink) 0%, var(--linear-yellow) 100%);
	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-one);
	padding: 10px;
	font-family: var(--font-dm);
}

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

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

nav.wp-calendar-nav a,
#wp-calendar tbody td a {
	color: var(--text-secondary);
}


/* RSS */

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

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

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

.blog-widget .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: 16px;
	font-weight: 400;
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.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;
	content: "";
	position: relative;
	top: -5px;
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	margin-right: 10px;

}

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

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

.sidebar-widget.page-search form input {
	width: 100%;
	padding-right: 75px;
}

.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: linear-gradient(45deg, var(--linear-pink), var(--primary-one-linear) 80%);
	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: 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;
	line-height: 50px;
	border: none;
	outline: none;
	width: 100%;
	padding: 0px 15px;
	background-color: #F8F4F1;
}

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

/* ----------------------------
	  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-one);
	left: auto;
	padding-top: 14px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	opacity: 0.3;
}

.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: 16px;
	font-weight: 500;
	color: #868686;
	font-family: var(--font-dm);
	line-height: 2;
}

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

.blog-details ul li a:hover,
.blog-details ol li a:hover {
	background: linear-gradient(45deg, var(--linear-pink), var(--primary-one) 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.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: #ff6b5582;
	color: #212529 !important;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 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::after {
	clear: both;
	content: "";
	display: block;
}

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

.wp-block-button__link {
	background-color: var(--primary-one);
	padding: 8px 25px;
	color: #fff;
	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;
}

/* 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 .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-dm);
	color: #868686;
}

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

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

/* Formatting */
pre.wp-block-code {
	background: #ff6b5582;
	border: none;
}

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

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

pre {
	margin-top: 15px;
	color: #212529;
	background-color: #ff6b5582;
	background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
	background-size: 38px 38px;
	border: 1px solid #ff6b5582;
	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 {
	font-size: 14px;
	height: 50px;
	width: inherit;
	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;
	background: var(--primary-one);
	border: none;
	transition: all 0.42s ease-in-out;
	margin: 0;
	color: var(--white);
}

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

.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 {
	margin-bottom: 10px;
}

.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-dm);
	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-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-dm);
	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  */

span.post-page-numbers.current {
	color: var(--primary-one);
}