:root {
	--primary-one: #ff4c60;
	--primary-one-light: rgba(255, 76, 96, 0.2);
	--primary-one-light-two: #F7E8E1;
	--primary-two: #548F6F;
	--linear-one: #917090;
	--linear-two: #de8b76;

	--primary-four: #D99374;

	--text-primary: #101010;
	--text-secondary: rgba(16, 16, 16, 0.5);
	--text-secondary2: rgba(16, 16, 16, 0.7);
	--white: #fff;
	--border-color: #EEEEEE;
	--border-color2: rgba(16, 16, 16, 0.2);
	--border-color3: #e7e7e7;
	--border-color4: rgba(84, 143, 111 0.2);
	--border-secondary: #969696;


	--bg-one: #F2F2DE;
	--bg-two: #FFF6EF;
	--bg-three: #fffff0;
	--bg-four: #DDDDDD;

	--font-prompt: 'Prompt', sans-serif;
	--font-inter: 'Inter', 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;
}



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

/* Blog Sidebar Widgets */

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

/* Blog Sidebar Search Label */
.wp-block-search .wp-block-search__label,
.sidebar-widget-1 .wp-block-heading {
	font-family: var(--font-prompt);
	font-size: 16px;
	font-weight: 600;
	color: var(--text-primary);
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 15px;
	margin-bottom: 25px;
	line-height: 1.4;
}

.sidebar-widget-1.widget_search label {
	width: auto;
	display: block;
}

/* Blog Sidebar Search Input */
.wp-block-search .wp-block-search__inside-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	background: rgba(255, 250, 240, 0.5);
	border: 1px solid #EEEEEE;
	border-radius: 50px;
	padding: 0px 0px;
	min-height: 100%;
	overflow: hidden;

}

.wp-block-search .wp-block-search__input {
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	padding: 8px 20px;
	background-color: transparent;
}

/* Blog Sidebar Search Button */
.wp-block-search .wp-block-search__button {
	min-width: 80px;
	outline: none;
	width: none;
	background-color: transparent;
	transition: 0.5s ease;
	background-color: var(--primary-one);
	color: var(--white);
	padding: 12px 0;
	border: none;
}


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

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

.wp-block-search .wp-block-search__button svg {
	fill: var(--white);
	vertical-align: middle;
	font-size: 25px;
	transition: 0.5s ease;
	transform: rotate(265deg);
}

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

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

.sidebar-widget-1 ul li,
.sidebar-widget-1 ol li {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-prompt);
	transition: 0.4s ease;
	margin: 0;
	margin-top: 15px;
}

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

.sidebar-widget-1 ul li a.wp-block-latest-posts__post-title {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-prompt);
	transition: 0.4s ease;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

.sidebar-widget-1 ul li a {
	color: inherit;
}

.sidebar-widget-1 ul li a:hover,
.sidebar-widget-1 ol li a:hover {
	color: var(--primary-one);
}

.wp-block-categories-list.wp-block-categories li {
	font-family: var(--font-prompt);
	font-weight: 400;
	font-size: 16px;
	color: var(--text-secondary);
	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-family: var(--font-prompt);
	transition: 0.5s;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: var(--text-primary);
	transition: 0.45s ease;
	line-height: 1.4;
}

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

/* Blog Sidebar Latest Post Date */
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-size: 13px;
	font-weight: 400;
	font-family: var(--font-prompt);
	color: var(--text-secondary);
}

.sidebar-widget-1 .wp-block-latest-posts__featured-image img {
	border-radius: 5px;
	min-width: 100px;
	object-fit: cover;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
	margin-top: 25px;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li:first-child {
	margin-top: 0px;
}

/* Tag Cloud */
.post-gallery-details .blog-dt-content p.wp-block-tag-cloud {
	margin-bottom: 25px;
}

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

.wp-block-tag-cloud a,
.tagcloud a {
	border: 1px solid var(--border-color);
	padding: 10px 15px;
	background-color: var(--white);
	text-align: center;
	font-size: 13px !important;
	font-weight: 400;
	font-family: var(--font-prompt);
	border-radius: 5px;
	transition: 0.45s ease;
	line-height: 1;
	color: inherit;
	transition: 0.4s ease;
}


.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
	border-radius: 100px;
	border: 1px solid var(--primary-one);
}

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

.sidebar-widget-1 ul.sub-menu li:first-child,
.sidebar-widget-1 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: 16px;
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-prompt);
	transition: 0.4s ease;
	margin-top: 15px;
}

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

/* 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: rgba(255, 250, 240, 0.5);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: none;
	color: var(--text-secondary);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-prompt);
	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);

}

.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: var(--text-secondary);
	font-family: var(--font-prompt);
}

.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: rgb(255 252 246);
}

.nice-select .option.selected {
	font-weight: 400;
}

/* Removing Screen Reader Text */

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

table,
.page-wrapper table,
.blog-dt-content 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: var(--primary-one);
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	caption-side: top;
	font-family: var(--font-prompt);
	font-weight: 400;
}

table th,
table tr,
.page-wrapper table th,
.page-wrapper table tr,
.page-wrapper table td,
.blog-dt-content table th,
.blog-dt-content table tr,
.blog-dt-content table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
	border: 1px solid var(--primary-one);
	padding: 10px;
	font-family: var(--font-prompt);
}

#wp-calendar th {
	background: #1c2527;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	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);
}

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

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

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

.sidebar-widget-1 .widget_rss h3 a {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--title-color1);
	font-family: var(--font-prompt);
	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;
}

.sidebar-widget-1.widget_rss li a {
	font-weight: 500;
	color: var(--text-secondary2);
}

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

.widget_rss li cite {
	color: var(--primary-one);
	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-one);
	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: var(--text-secondary);
}

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

.mobile-search .sidebar-widget.page-search form input {
	border: none;
	outline: none;
	border-radius: unset;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 30px 10px 0px;
	width: 100%;
	background: transparent;
	transition: 0.3s ease-in-out;
	color: #fff;
	height: 50px;
	line-height: 45px;
}

.mobile-search .sidebar-widget.page-search button:hover i {
	color: var(--primary-one);
}

.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: var(--primary-one);
	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(--primary-one);
	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"] {
	outline: none;
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--border-color);
	border-radius: 5px 0px 0px 5px;
	height: 50px;
	font: var(--font-prompt);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: var(--text-primary);
	padding: 10px 15px;
}

input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder {
	font-size: 13px;
	font-weight: 400;
	color: var(--text-secondary);
}

.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: var(--white);
}

.sidebar-widget.page-search button:hover i {
	color: var(--text-primary);
}

.widget-area .textwidget p {
	color: var(--text-secondary);
}

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

/* Sticky Post */

.blog-classic .blog-standard-1 {
	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: var(--text-secondary);
	left: auto;
	padding-top: 14px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	opacity: 0.3;
}

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

.blog-dt-content ul li,
.blog-dt-content ol li {
	font-family: var(--font-prompt);
	font-size: 15px;
	color: var(--text-secondary);
	margin-top: 15px;
}

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

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

.blog-dt-content ul li a:hover,
.blog-dt-content ol li a:hover {
	color: var(--primary-one);
}

.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: var(--primary-one);
	color: #000 !important;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Image */
.blog-dt-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-dt-content::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;
	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-dt-content .wp-block-archives-dropdown .nice-select,
.blog-dt-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: var(--text-secondary);
}

.blog-dt-content form {
	margin-bottom: 30px;
}

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

/* 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-prompt);
	color: var(--text-secondary);
	margin-top: 20px;
	margin-bottom: 10px;
}

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

.wp-block-embed__wrapper {
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-prompt);
}

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

/* Formatting */
pre.wp-block-code {
	background: var(--primary-one);
	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-one);
	background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
	background-size: 38px 38px;
	border: 1px solid var(--primary-one);
	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;
}

.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: var(--primary-one);
	border-radius: 0px 5px 5px 0px;
	transition: 0.5s;
	color: #fff;
}

.post-password-form input[type="submit"]:hover {
	color: var(--text-primary);
}

/* Comments */

.post-gallery-details .post-gallery-content .comment-content blockquote {
	padding: 20px 30px;
}

.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;
	display: inline-block;
}

@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: var(--text-secondary);
	margin: 60px 0 10px 0;
}

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

.error-area-wrapper p {
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-prompt);
	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 img {
	min-height: 400px;
	object-fit: cover;
}

.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-prompt);
	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 {
	padding: 5px 15px;
}

.page-content-wrapper,
.page-content-wrapper p {
	color: var(--text-secondary);
}

/* spacing present */

.has-light-green-cyan-background-color p,
.has-pale-pink-background-color p,
.has-pale-cyan-blue-background-color p {
	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: var(--text-secondary) !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;
}

/* Comments Button and Text Area */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	border: 1px solid #e0dbdb;
	border-radius: 4px;
	padding: 13px 20px;
	display: block;
	width: 100%;
	font-size: 14px;
	color: var(--text-primary);
	box-shadow: none;
	transition: all 0.4s ease-in-out;
	outline: none;
}

.comment-form .form-inner {
	margin-bottom: 20px;
}

.comment-form input[type=submit] {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 35px;
	padding: 12px 35px;
	background: var(--primary-one);
	border: none;
	margin-top: 20px;
	color: #fff;
	transition: 0.5s;
}

@media (max-width: 767px) {
	.comment-form input[type=submit] {
		padding: 7px 25px;
		font-size: 16px;
	}
}

.comment-form input[type=submit]:hover {
	background: var(--text-primary);
}

.rssSummary {
	font-weight: 400;
}

.widget.widget_egns_sidebar_social ul li,
.widget_egns_sidebar_recent_post ul li {
	margin-top: 0px;
}

.widget_egns_sidebar_recent_post .image img {
	width: 100px;
	height: 68px;
}

.widget_egns_sidebar_recent_post .blog-list-1 {
	margin-top: 20px;
}

.widget_egns_sidebar_recent_post .blog-list-1:first-child {
	margin-top: 0px;
}

.widget_egns_sidebar_recent_post .blog-list-1 .content a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget_egns_sidebar_categories ul li {
	font-weight: 400;
}

/* Quote for Blog Standard */
.blog-standard-1 .post-quote blockquote,
.blog-standard-wide .post-quote blockquote {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.blog-standard-1 .post-quote .blockquote-text,
.blog-standard-wide .post-quote .blockquote-text {
	margin-bottom: 15px;
	font-size: 22px;
	font-family: var(--font-prompt);
	line-height: 40px;
	color: rgba(16, 16, 16, 0.5);
}

.blog-standard-1 .post-quote .blockquote-author,
.blog-standard-wide .post-quote .blockquote-author {
	font-family: var(--font-prompt);
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #2C2C2C;
	margin-bottom: 55px;
}

.blog-standard-1 .post-quote blockquote::after,
.blog-standard-wide .post-quote blockquote::after {
	content: url(../images/icons/quat-icon22.svg);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.15;
	z-index: -1;
}

/* Quote for Blog Grid */
.blog-grid-1 .post-quote blockquote {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.blog-grid-1 .post-quote .blockquote-text {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: var(--font-prompt);
	line-height: 35px;
	color: rgba(16, 16, 16, 0.5);
}

.blog-grid-1 .post-quote .blockquote-author {
	font-family: var(--font-prompt);
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: #2C2C2C;
}

.blog-grid-1 .post-quote blockquote::after {
	content: url(../images/icons/quat-icon22.svg);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.15;
	z-index: -1;
}

.blog-grid-1 .post-quote {
	padding: 20px 20px 0px 20px;
}

/* Gallery Slider */

.blog-grid-1 .post-gallery,
.blog-standard-1 .post-gallery {
	position: relative;
}

.post-gallery .slider-arrows {
	position: absolute;
	top: 50%;
	width: 90%;
	left: 5%;
	right: 5%;
}

.post-gallery .slider-arrows .blog1-prev i {
	color: #fff;
	font-size: 20px;
	transition: 0.4s ease;
}

.post-gallery .slider-arrows .blog1-next i {
	color: #fff;
	font-size: 20px;
	transition: 0.4s ease;
}

.post-gallery .slider-arrows .blog1-prev:hover i {
	margin-left: -5px;
}

.post-gallery .slider-arrows .blog1-next:hover i {
	margin-left: -5px;
}

.post-gallery .slider-arrows .blog1-prev {
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	line-height: 36px;
	border-radius: 50%;
	background-color: var(--primary-one);
	text-align: center;
	z-index: 2;
	border: none;
	opacity: 1;
}

.post-gallery .slider-arrows .blog1-next {
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	line-height: 36px;
	border-radius: 50%;
	background-color: var(--primary-one);
	text-align: center;
	z-index: 2;
	border: none;
	opacity: 1;

}

.blog-standard-1 .post-gallery .slider-arrows {
	position: absolute;
	top: 50%;
	width: 90%;
	left: 5%;
	right: 5%;
}

.blog-dt-content .post-gallery-content blockquote>p {
	margin-bottom: 15px;
	font-size: 22px;
	font-family: var(--font-prompt);
	line-height: 40px;
	color: rgba(16, 16, 16, 0.5);
}

.blog-dt-content .post-gallery-content blockquote cite {
	font-family: var(--font-prompt);
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #2C2C2C;
}

.blog-dt-content .post-gallery-content blockquote {
	border: none;
}

.sidebar-shop-card .shop-card-title h3.shop-card-t {
	font-size: 30px;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 20px;
}

.set-menu {
	padding: 20px 0;
}

.set-menu h4 {
	margin: 0;
}

.blog-dt-content .post-gallery-title h2 {
	word-break: break-word;
}

.blog-standard-1 .content h3 a {
	word-break: break-word;
}

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

.wp-block-post-comments-form {
	margin: 20px 0;
}

.wp-block-archives-list li {
	list-style: none;
}

.wp-block-social-links .wp-block-social-link {
	margin-top: 0;
}

.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
	padding: 10px 0;
}

/* Paginate css  */

.blog-dt-content .pagination li a:hover {
	color: var(--text-primary);
	border-color: var(--primary-one);
}

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

.blog-dt-content ul.pagination li {
	margin-top: 0;
}

.pagination li a,
.pagination li span {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(16, 16, 16, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 400;
	color: var(--text-secondary);
	transition: 0.35s;
}

.pagination-list li a:hover {
	color: var(--text-primary);
	border-color: var(--primary-one);
}

.pagination {
	padding-top: 60px;
}

.post-gallery-details .blog-dt-content .wp-block-cover p {
	color: #fff;
}

.post-gallery-details .blog-dt-content blockquote p {
	margin-bottom: 15px;
	font-size: 22px;
	font-family: var(--font-prompt);
	line-height: 40px;
	color: rgba(16, 16, 16, 0.5);
}

.post-gallery-details .blog-dt-content blockquote cite {
	font-family: var(--font-prompt);
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #2C2C2C;
}

.post-gallery-details .blog-dt-content p:last-child {
	margin-bottom: 0;
}

.blog-dt-content ul.wp-block-page-list li:first-child {
	margin-top: 15px;
}

.post-gallery-details .blog-dt-content .wp-block-columns p:last-child {
	margin-bottom: 15px;
}

.post-gallery-details .post-gallery-content blockquote.has-text-align-right {
	text-align: right;
}

.post-gallery-details .post-gallery-content .wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: .25em solid;
	padding-left: 0;
	padding-right: 1em;
}

.comment-sec .author-comment li .comment-content table td a {
	border: none;
}

.comment-sec .author-comment .comment-content ul li,
.comment-sec .author-comment .comment-content ol li {
	display: list-item;
	margin-bottom: 0;
}

.post-gallery-details .post-gallery-title h2,
.breadcrumb .breadcrumb-item.active {
	word-break: break-word;
}

.blog-footer .read-btn a {
	font-family: var(--font-prompt);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.03em;
	color: var(--text-primary);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: 0.5s;
}

.blog-footer .read-btn a svg {
	stroke: var(--text-primary);
	transform: rotate(45deg);
	transition: 0.5s;
}

.blog-footer .read-btn a:hover {
	color: var(--primary-one);
}

.blog-footer .read-btn a:hover svg {
	stroke: var(--primary-one);
	transform: rotate(90deg);
}

/* contact form 7 */
input.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
	padding: 0 10px 0 10px;
	height: 20px;
}

footer.footer-section h4.wp-block-heading,
footer.footer-section .footer-widget h4 {
	font-size: 22px;
	font-weight: 500;
	color: var(--primary-one);
	margin-bottom: 18px;
}

footer.footer-section .footer-widget li {
	width: 100%;
	max-width: 350px;
	margin-right: auto;
	margin-left: 0;
}

footer.footer-section .footer-widget li a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer.footer-section .footer-widget .wp-block-latest-posts__featured-image {
	border-radius: 5px;
	overflow: hidden;
	min-width: 100px;
}

footer.footer-section .footer-widget .wp-block-latest-posts__featured-image img {
	width: 100%;
	object-fit: cover;
}

footer.footer-section #menu-quick-link {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.footer-section #menu-quick-link li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: var(--text-secondary);
	font-family: var(--font-inter);
	padding-left: 0px;
	transition: 0.5s ease;
	margin-bottom: 6px;
}

footer.footer-section #menu-quick-link li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 12px;
	width: 5px;
	height: 5px;
	line-height: 5px;
	background-color: var(--primary-one);
	border-radius: 50%;
	opacity: 0;
	transition: 0.5s ease;
}

footer.footer-section #menu-quick-link li a {
	color: inherit;
}

footer.footer-section #menu-quick-link li:hover {
	padding-left: 15px;
	color: var(--text-primary);
}

footer.footer-section #menu-quick-link li:hover::before {
	opacity: 1;
}

footer.footer-section ul.social-2 a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.help-center .widget_nav_menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

footer.footer-section .help-center .footer-widget h4 {
	margin: 0;
}

.footer-widget ul {
	margin: 0;
}

/* Footer Responsive */

@media (max-width: 767px) {

	footer.footer-section h4.wp-block-heading,
	footer.footer-section .footer-widget h4 {
		font-size: 18px;
	}

	footer.footer-section .help-center .footer-widget .widget-title,
	footer.footer-section .help-center .footer-widget .widget-title h4 {
		display: none;
		visibility: hidden;
	}

	.help-center .widget_nav_menu {
		justify-content: center;
		gap: 10px;
	}

	footer.footer-section .help-center .widget_nav_menu .menu li {
		font-size: 10px;
	}
}

/* Newsletter */
.newsletter-section-1 .newsletter-from span {
	width: 100%;
}

.newsletter-section-1 .newsletter-from .inner-form input {
	padding: 0;
	height: unset;
}

/* Contact Form  */
.contact-form .form-inner input.wpcf7-email {
	border: 1px solid #e0dbdb;
	border-radius: 4px;
	padding: 13px 20px;
	display: block;
	width: 100%;
	font-size: 14px;
	color: var(--text-primary);
	box-shadow: none;
	transition: all 0.4s ease-in-out;
	outline: none;
	height: 50px;
}

/* Newly added for post format details page */

.post-gallery-details.style-6 .sidebar-thumb iframe {
	width: 100%;
	height: 650px;
}

.post-format-inner-banner.post-format-dt .post-gallery-title h2 {
	color: var(--text-primary);
}

.post-format-inner-banner.post-format-dt .post-gallery-author-meta .author-area .author-content p {
	color: var(--text-primary);
}

section.post-format-inner-banner.post-format-dt {
	display: block;
	height: 900px;
}


.post-format-inner-banner.post-format-dt iframe {
	width: 100%;
	height: 650px;
	padding: 100px 0 80px 0;
}

.post-format-inner-banner.post-format-dt .post-gallery {
	padding: 100px 0 80px 0;
}

.post-format-inner-banner.post-format-dt .post-image {
	padding: 100px 0 80px 0;
}

.post-gallery-details.style-3 .post-gallery-thumb img {
	height: 600px;
	object-fit: cover;
}

.post-gallery-details.style-3 .post-gallery-thumb iframe {
	width: 100%;
	height: 600px;
}

.post-gallery-details.style-8 .post-format-wrapper .post-thumb img {
	height: 600px;
	object-fit: cover;
}

.post-gallery-details.style-7 .post-thumb-img img {
	height: 500px;
	object-fit: cover;
}

.post-gallery-details.style-8 .post-thumb iframe {
	width: 100%;
	height: 600px;
}

.post-gallery-details.style-7 .post-thumb-img iframe {
	width: 100%;
	height: 500px;
}

.post-gallery-details.style-5 .left-sidebar2-inner-img img {
	height: 500px;
	object-fit: cover;
}

.post-gallery-details.style-5 .left-sidebar2-inner-img iframe {
	width: 100%;
	height: 500px;
}

section.post-format-inner-banner.post-format-dt blockquote,
section.post-gallery-details.style-3 blockquote,
section.post-gallery-details.style-8 blockquote {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0 30px;
	margin: 120px 0;
	border: none;
}

section.post-gallery-details.style-3 blockquote {
	margin: 30px 0 60px 0;
}

section.post-gallery-details.style-8 blockquote {
	margin: 0;
}

section.post-format-inner-banner.post-format-dt blockquote::after,
section.post-gallery-details.style-3 blockquote::after,
section.post-gallery-details.style-8 blockquote::after {
	content: url(../images/icons/quat-icon22.svg);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.15;
	z-index: -1;
}

section.post-format-inner-banner.post-format-dt .blockquote-text,
section.post-gallery-details.style-3 .blockquote-text,
section.post-gallery-details.style-8 .blockquote-text {
	margin-bottom: 15px;
	font-size: 22px;
	font-family: var(--font-prompt);
	line-height: 40px;
	color: rgba(16, 16, 16, 0.5);
}

section.post-format-inner-banner.post-format-dt .blockquote-author,
section.post-gallery-details.style-3 .blockquote-author,
section.post-gallery-details.style-8 .blockquote-author {
	font-family: var(--font-prompt);
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #2C2C2C;
	margin-bottom: 55px;
}


@media (max-width: 767px) {
	.blog-grid-5.banner-gridh-4 .image img {
		min-height: 400px;
	}

	section.post-format-inner-banner.post-format-dt {
		height: 650px;
	}

	.post-gallery-details.style-6 .sidebar-thumb iframe {
		height: 250px;
	}

	.post-format-inner-banner.post-format-dt iframe {
		height: 350px;
		padding-top: 0px;
	}

	.post-format-inner-banner.post-format-dt .post-gallery {
		padding: 20px 0 20px 0;
	}

	.post-format-inner-banner.post-format-dt .post-image {
		padding: 20px 0 20px 0;
	}

	.post-gallery-details.style-3 .post-gallery-thumb img {
		height: 350px;
	}

	.post-gallery-details.style-3 .post-gallery-thumb iframe {
		height: 350px;
	}

	.post-gallery-details.style-8 .post-format-wrapper .post-thumb img {
		height: 350px;
	}

	.post-gallery-details.style-7 .post-thumb-img img {
		height: 250px;
	}

	.post-gallery-details.style-8 .post-thumb iframe {
		height: 350px;
	}

	.post-gallery-details.style-7 .post-thumb-img iframe {
		height: 250px;
	}

	.post-gallery-details.style-5 .left-sidebar2-inner-img iframe {
		height: 250px;
	}

	section.post-format-inner-banner.post-format-dt blockquote {
		margin: 50px 0;
	}

	section.post-gallery-details.style-3 blockquote {
		margin: 20px 0;
	}

}

section.post-format-inner-banner.post-quote-dt {
	display: block;
	height: 600px;
}

.blog-masonary .post-media iframe,
.blog-masonary .post-video img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

section.blog-masonary .blog-grid-5 blockquote {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 20px 30px 0 30px;
	margin: 0;
	border: none;
}

section.blog-masonary .blog-grid-5 blockquote::after {
	content: url(../images/icons/quat-icon22.svg);
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.15;
	z-index: -1;
}

section.blog-masonary .blog-grid-5 .blockquote-text {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: var(--font-prompt);
	line-height: 36px;
	color: rgba(16, 16, 16, 0.5);
}

section.blog-masonary .blog-grid-5 .blockquote-author {
	font-family: var(--font-prompt);
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #2C2C2C;
}

section.blog-masonary .blog-grid-5 img {
	min-height: 250px;
	object-fit: cover;
}

.blog-video .post-media iframe {
	width: 100%;
	height: 250px;
}

.blog-video-2.style-2 .video img {
	min-height: 250px;
	object-fit: cover;
}

.post-side-widget .sidebar-widget-1 .blog-list-1.widget-list-1 ul li {
	margin-top: 0;
}

.video-blog .blog-video-1 .post-video img {
	min-height: 500px;
	object-fit: cover;
}

.video-blog .video-sidebar .blog-video-2 .post-video img {
	min-height: 270px;
	object-fit: cover;
}

.another-post-area .recent-list-1 img {
	width: 100px;
	height: 80px;
	object-fit: cover;
}

.home2-populer-post .popular-post-card .post-img img {
	width: 300px;
	height: 330px;
	object-fit: cover;
}

.latest-blog-section .blog-grid-1 .image img {
	min-height: 250px;
	object-fit: cover;
}

.grid-view5 .blog-grid-1.style-5 .image img {
	min-height: 225px;
	-o-object-fit: cover;
	object-fit: cover;
}

.inspiration-section .blog-list-6 .image img {
	width: 270px;
	height: 200px;
}

.trending-news-section .blog-grid-8 .image img {
	min-height: 250px;
	object-fit: cover;
}

.popular-post-section .blog-list-4 .image img {
	min-height: 160px;
	width: 260px;
}

.category-sidebar-slider {
	margin: -12px;
	padding: 12px;
}

.blog-grid-5.banner-gridh-4 .image {
	overflow: hidden;
}

.blog-grid-5.banner-gridh-4 .image img {
	min-height: 600px;
	object-fit: cover;
}

.grid-layouth-4 .blog-grid-6 .image img {
	min-height: 230px;
	object-fit: cover;
}

.selected-post-section .blog-grid-5 .image img {
	min-height: 300px;
	object-fit: cover;
}

.video-section.section-wrap .blog-video-grid .post-video img {
	min-height: 470px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.blog-grid-5.banner-gridh-4 .image img {
		min-height: 400px;
	}

	.grid-layouth-4 .blog-grid-6 .image img {
		min-height: 180px;
	}
}

.blog-grid-6.style-2 .image img {
	min-height: 270px;
	object-fit: cover;
}

.important-news-section .blog-card .blog-card-back .blog-card-back-img img {
	min-height: 270px;
	object-fit: cover;
}

.blog-image-2 .image>img {
	min-height: 900px;
}

@media (max-width: 767px) {
	.blog-image-2 .image>img {
		min-height: 700px;
	}
}

.banner-section-1 .banner-1-slider {
	margin: -12px;
	padding: 12px;
}

.menu__item-container .menu__item-image img {
	min-height: 230px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.sidebar-widget .newsletter-from .inner-form input {
	height: unset;
}

.sidebar-widget .category-sidebar-slider {
	margin: -12px;
	padding: 12px;
}

.home-two-recent-post .blog-grid-1 .image img,
.home2-latest-post-area .blog-grid-1 .image img {
	min-height: 250px;
	object-fit: cover;
}

.home2-latest-post-area .article-post-area img {
	width: 100px;
	height: 80px;
	object-fit: cover;
}

.blog-classic .blog-grid-1 .image img,
.blog-classic .blog-grid-1 .post-video img {
	min-height: 250px;
	object-fit: cover;
}

.blog-video .pagination-mt {
	margin-top: 25px;
}

.video-list-slider .blog-video-list img {
	max-width: 180px;
	height: 100px;
	object-fit: cover;
}

.video-list-slider .blog-video-list .video-play {
	width: 30px;
	height: 30px;
}

.video-list-slider .blog-video-list .video-play a i {
	font-size: 14px;
	line-height: 30px;
}

.blog-video .video-play,
.blog-video-2 .video-play {
	width: 70px;
	height: 70px;
}

.blog-video .video-play a i,
.blog-video-2 .video-play a i,
.blog-grid-5.style-2.two .video-play a i,
.blog-grid-1 .video-play a i {
	font-size: 25px;
}

.blog-video-grid.blog-video-list .video-play {
	width: 100px;
	height: 100px;
}

.blog-video-grid.blog-video-list .video-play a i {
	font-size: 35px;
}

.blog-grid-5.style-2.two .video-play,
.blog-grid-1 .video-play {
	width: 70px;
	height: 70px;
}

.blog-standard-wide .post-media,
.blog-standard-wide .video {
	display: block;
	margin-bottom: 30px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.blog-standard-wide .post-media iframe,
.blog-standard-wide .video img {
	width: 100%;
	min-height: 520px;
	object-fit: cover;
}

.blog-video-2.style-2 .image img {
	object-fit: cover;
	min-height: 250px;
}

.comment-form {
	clear: both;
}

.newsletter-3-wrapper .newsletter form {
	width: 100%;
	max-width: 600px;
	margin-right: 0;
	margin-left: auto;
	background-color: var(--white);
	border-radius: 60px;
	height: 60px;
	overflow: hidden;
}

.newsletter-3-wrapper .newsletter form button {
	background-color: var(--white);
	border: none;
	outline: none;
	display: inline-flex;
	height: 60px;
	line-height: 60px;
	min-width: 170px;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-left: 1px solid var(--border-color);
	font-size: 18px;
}

.newsletter-section3 .newsletter-3-wrapper .newsletter form input {
	width: 100%;
	border: none;
	outline: none;
	padding: 0 20px;
	margin-left: 5px;
}

.newsletter-3-wrapper .newsletter form .form-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.newsletter-3-wrapper .newsletter form button svg {
	margin-left: 10px;
	transition: 0.4s;
}

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

	.blog-details-pages .comment-area .comment-list-area .comment-list ul.children>li .single-comment {
		flex-wrap: wrap;
	}

	.blog-image-2 .image>img {
		min-height: 430px;
	}

	.video-section.section-wrap .blog-video-grid .post-video img {
		min-height: 250px;
	}

	.popular-post-section .blog-list-4 .image img {
		width: 100%;
	}

	.inspiration-section .blog-list-6 .image img {
		width: 100%;
	}
}