<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Extra CSS */

.pcp-demo-section {
	max-width: 1200px;
	margin: 0 auto;
}

.pcp-section-padding {
	padding: 80px 0;
}

/* Common CSS */
.pcp-align-left {
	text-align: left;
}

.pcp-align-center {
	text-align: center;
}

.pcp-align-right {
	text-align: right;
}

.sp-pcp-section {
	color: #444;
}

.entry .entry-content .sp-pcp-section a,
.sp-pcp-section a {
	text-decoration: none;
	transition: all 0.33s;
}

.sp-pcp-section img {
	max-width: 100%;
	vertical-align: middle;
}

.sp-pcp-section * {
	box-sizing: border-box;
}

.sp-pcp-section .swiper-container {
	position: initial;
}

.sp-pcp-section .swiper-container.sp-pcp-carousel.top_right {
	position: relative;
}

/* Single post */

.sp-pcp-post .sp-pcp-thumb:focus,
.sp-pcp-post .sp-pcp-thumb img:focus,
.sp-pcp-post .sp-pcp-thumb:hover,
.sp-pcp-post .sp-pcp-thumb img:hover {
	outline: none;
	text-decoration: none;
	outline-offset: 0;
	color: transparent;
	border: none;
}

.sp-pcp-post {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.sp-pcp-post a {
	text-decoration: none;
}

.sp-pcp-post .pcp-post-thumb-wrapper {
	overflow: hidden;
	display: block;
	margin-bottom: 11px;
}

/* .sp-pcp-post .sp-pcp-post:hover .sp-pcp-post-thumb-area img {
	transform: scale(1.2);
} */
.sp-pcp-post .sp-pcp-post-thumb-area {
	position: relative;
	/* margin-bottom: 15px;
	order: 1; */
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
	max-width: 100%;
	transition: ease all 0.3s;
	height: 100%;
}

.sp-pcp-post .sp-pcp-title {
	margin: 0;
	font-size: 15px;
}

.sp-pcp-post .sp-pcp-title {
	margin: 0 0 9px 0;
}

.sp-pcp-post .sp-pcp-title a,
.sp-pcp-post .sp-pcp-title {
	text-transform: none;
	font-size: 20px;
	line-height: 24px;
	color: #111;
	font-weight: 400;
	text-decoration: none;
}

.sp-pcp-post .sp-pcp-post-meta {
	margin: 0px 0px 9px 0px;
	text-align: left;
}

.sp-pcp-post .sp-pcp-post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.sp-pcp-post .sp-pcp-post-meta ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.sp-pcp-post .sp-pcp-post-meta ul li .fa,
.sp-pcp-post .sp_pcp_cf_list .fa {
	margin-right: 3px;
}

.sp-pcp-post .sp-pcp-post-meta ul li a {
	display: inline-block;
	text-decoration: none;
	box-shadow: none;
}

.sp-pcp-post .sp-pcp-post-meta li,
.sp-pcp-post .sp-pcp-post-meta ul,
.sp-pcp-post .sp-pcp-post-meta li a {
	text-transform: none;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #888;
}

.sp-pcp-post .sp-pcp-post-content {
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	margin: 0px 0px 17px 0px;
	color: #444;
}

.sp-pcp-post .sp-pcp-post-content p:first-of-type {
	margin-top: 0;
}

.sp-pcp-post .sp-pcp-post-content p:last-of-type {
	margin-bottom: 0;
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
	margin-top: 15px;
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
	display: inline-block;
	border: 1px solid #888;
	padding: 7px 12px;
	box-shadow: 0 0 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	background: transparent;
	color: #111;
	border-color: #888;
	border-radius: 0;
}

/* Carousel */
.pcp-carousel-wrapper .sp-pcp-carousel {
	padding-bottom: 60px;
	padding-top: 60px;
}

.pcp-carousel-wrapper .bottom_center.sp-pcp-carousel {
	padding-bottom: 72px;
}

.pcp-carousel-wrapper {
	position: relative;
}

.pcp-carousel-wrapper .pcp-button-prev,
.pcp-carousel-wrapper .pcp-button-next {
	background-image: none;
	background-size: auto;
	font-size: 25px;
	height: 33px;
	width: 33px;
	margin-top: 16px;
	/* border: 2px solid #444; */
	text-align: center;
	/* color: #444; */
	line-height: 31px;
	-webkit-transition: 0.3s;
}

.pcp-carousel-wrapper .pcp-button-prev.top_right,
.pcp-carousel-wrapper .pcp-button-next.top_right {
	top: 0;
	right: 0;
}

.pcp-carousel-wrapper .pcp-button-prev.top_right {
	right: 42px;
	left: auto;
}

.pcp-carousel-wrapper .pcp-button-prev.top_center,
.pcp-carousel-wrapper .pcp-button-next.top_center {
	top: 0;
	left: calc(50% + 5px);
	text-align: center;
}

.pcp-carousel-wrapper .pcp-button-prev.top_center {
	right: auto;
	left: calc(50% - 40px);
}

.pcp-carousel-wrapper .pcp-button-prev.top_left,
.pcp-carousel-wrapper .pcp-button-next.top_left {
	top: 0;
	left: 0;
	text-align: center;
}

.pcp-carousel-wrapper .pcp-button-next.top_left {
	right: auto;
	left: 40px;
}

.pcp-carousel-wrapper .swiper-button-prev::after,
.pcp-carousel-wrapper .swiper-button-next::after {
	display: none;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #888;
}

.pcp-carousel-wrapper.center .swiper-slide .sp-pcp-post {
	transform: scale(0.9);
	opacity: 0.8;
	transition: 0.22s all;
}

.pcp-carousel-wrapper.center .swiper-slide.swiper-slide-active .sp-pcp-post {
	transform: scale(1.1);
	opacity: 1;
}

/* Bottom Position */
.pcp-carousel-wrapper .pcp-button-prev.bottom_right,
.pcp-carousel-wrapper .pcp-button-next.bottom_right {
	bottom: 0;
	right: 0;
	top: auto;
}

.pcp-carousel-wrapper .pcp-button-prev.bottom_right {
	right: 44px;
	left: auto;
}

.pcp-carousel-wrapper .pcp-button-prev.bottom_center,
.pcp-carousel-wrapper .pcp-button-next.bottom_center {
	top: auto;
	bottom: 33px;
	left: calc(50% + 5px);
	text-align: center;
}

.pcp-carousel-wrapper .pcp-button-prev.bottom_center {
	right: auto;
	left: calc(50% - 40px);
}

.pcp-carousel-wrapper .pcp-button-prev.bottom_left,
.pcp-carousel-wrapper .pcp-button-next.bottom_left {
	top: auto;
	bottom: 0;
	left: 0;
}

.pcp-carousel-wrapper .pcp-button-next.bottom_left {
	right: auto;
	left: 40px;
}

.sp-pcp-post {
	direction: ltr
}

html[dir="rtl"] .sp-pcp-post {
	direction: rtl
}

/* Bullet pagination */

.pcp-carousel-wrapper .swiper-pagination-bullets.dots .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	opacity: 1;
	margin: 0 4px;
}

.pcp-carousel-wrapper .swiper-pagination-bullets.number .swiper-pagination-bullet {
	margin: 0 4px;
	background: #444;
	padding: 5px 10px;
	border-radius: 0;
	opacity: 1;
	height: auto;
	color: #fff;
	width: auto;
	margin: 3px 3px;
	display: inline-block;
	font-size: 14px;
}

/* Grid CSS */

.sp-pcp-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

.sp-pcp-row.no-gutters&gt;[class*="sp-pcp-col-"] {
	padding-right: 0;
	padding-left: 0;
}

.sp-pcp-row {
	display: flex;
	flex-wrap: wrap;
}

.sp-pcp-row [class*="sp-pcp-col-"] {
	width: 100%;
}

@media (min-width: 1200px) {
	.sp-pcp-row .sp-pcp-col-xl-1 {
		max-width: 100%;
	}

	.sp-pcp-row .sp-pcp-col-xl-2 {
		max-width: 50%;
	}

	.sp-pcp-row .sp-pcp-col-xl-3 {
		max-width: 33.22222222%;
	}

	.sp-pcp-row .sp-pcp-col-xl-4 {
		max-width: 25%;
	}

	.sp-pcp-row .sp-pcp-col-xl-5 {
		max-width: 20%;
	}

	.sp-pcp-row .sp-pcp-col-xl-6 {
		max-width: 16.66666666666667%;
	}

	.sp-pcp-row .sp-pcp-col-xl-7 {
		max-width: 14.28571428%;
	}

	.sp-pcp-row .sp-pcp-col-xl-8 {
		max-width: 12.5%;
	}
}

@media (max-width: 1200px) {
	.sp-pcp-row .sp-pcp-col-lg-1 {
		max-width: 100%;
	}

	.sp-pcp-row .sp-pcp-col-lg-2 {
		max-width: 50%;
	}

	.sp-pcp-row .sp-pcp-col-lg-3 {
		max-width: 33.22222222%;
	}

	.sp-pcp-row .sp-pcp-col-lg-4 {
		max-width: 25%;
	}

	.sp-pcp-row .sp-pcp-col-lg-5 {
		max-width: 20%;
	}

	.sp-pcp-row .sp-pcp-col-lg-6 {
		max-width: 16.66666666666667%;
	}

	.sp-pcp-row .sp-pcp-col-lg-7 {
		max-width: 14.28571428%;
	}

	.sp-pcp-row .sp-pcp-col-lg-8 {
		max-width: 12.5%;
	}
}

@media (max-width: 992px) {
	.sp-pcp-row .sp-pcp-col-md-1 {
		max-width: 100%;
	}

	.sp-pcp-row .sp-pcp-col-md-2 {
		max-width: 50%;
	}

	.sp-pcp-row .sp-pcp-col-md-2-5 {
		max-width: 75%;
	}

	.sp-pcp-row .sp-pcp-col-md-3 {
		max-width: 33.333%;
	}

	.sp-pcp-row .sp-pcp-col-md-4 {
		max-width: 25%;
	}

	.sp-pcp-row .sp-pcp-col-md-5 {
		max-width: 20%;
	}

	.sp-pcp-row .sp-pcp-col-md-6 {
		max-width: 16.66666666666667%;
	}

	.sp-pcp-row .sp-pcp-col-md-7 {
		max-width: 14.28571428%;
	}

	.sp-pcp-row .sp-pcp-col-md-8 {
		max-width: 12.5%;
	}
}

@media (max-width: 768px) {
	.sp-pcp-row .sp-pcp-col-sm-1 {
		max-width: 100%;
	}

	.sp-pcp-row .sp-pcp-col-sm-2 {
		max-width: 50%;
	}

	.sp-pcp-row .sp-pcp-col-sm-2-5 {
		max-width: 75%;
	}

	.sp-pcp-row .sp-pcp-col-sm-3 {
		max-width: 33.333%;
	}

	.sp-pcp-row .sp-pcp-col-sm-4 {
		max-width: 25%;
	}

	.sp-pcp-row .sp-pcp-col-sm-5 {
		max-width: 20%;
	}

	.sp-pcp-row .sp-pcp-col-sm-6 {
		max-width: 16.66666666666667%;
	}

	.sp-pcp-row .sp-pcp-col-sm-7 {
		max-width: 14.28571428%;
	}

	.sp-pcp-row .sp-pcp-col-sm-8 {
		max-width: 12.5%;
	}
}

.pcp-post-pagination.pcp-on-mobile {
	display: none;
}

@media (max-width: 420px) {
	.sp-pcp-row .sp-pcp-col-xs-1 {
		max-width: 100%;
	}

	.sp-pcp-row .sp-pcp-col-xs-2 {
		max-width: 50%;
	}

	.sp-pcp-row .sp-pcp-col-xs-3 {
		max-width: 33.22222222%;
	}

	.sp-pcp-row .sp-pcp-col-xs-4 {
		max-width: 25%;
	}

	.sp-pcp-row .sp-pcp-col-xs-5 {
		max-width: 20%;
	}

	.sp-pcp-row .sp-pcp-col-xs-6 {
		max-width: 16.66666666666667%;
	}

	.sp-pcp-row .sp-pcp-col-xs-7 {
		max-width: 14.28571428%;
	}

	.sp-pcp-row .sp-pcp-col-xs-8 {
		max-width: 12.5%;
	}

	.pcp-post-pagination.pcp-on-mobile:not(.pcp-hide) {
		display: block;
	}

	.pcp-post-pagination:not(.pcp-on-mobile) {
		display: none;
	}
}

/* post pagination */
.pcp-post-pagination {
	margin-top: 20px;
	margin-bottom: 30px;
}

.pcp-post-pagination a,
.pcp-post-pagination .page-numbers {
	background: #fff;
	color: #5e5e5e;
	border: 2px solid #bbb;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	margin-right: 4px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 3px;
	-webkit-transition: all 0.33s;
	transition: all 0.33s;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
}

.pcp-post-pagination a.pcp_next.active,
.pcp-post-pagination a.pcp_prev.active {
	display: none;
}

.pcp-post-pagination .page-numbers.current,
.pcp-post-pagination a.active {
	cursor: auto;
	color: #fff;
	background: #e1624b;
	border-color: #e1624b;
}

.pcp-load-more button {
	margin-top: 20px;
	box-shadow: none;
	border: none;
	border-radius: 2px;
	padding: 10px 18px;
	background: #e1624b;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.pcp-hide {
	display: none;
}

.pcp-post-pagination a.pcp-hide,
.pcp-post-pagination .page-numbers.pcp-hide {
	display: none;
}

.pcp-infinite-scroll-loader svg {
	stroke: #e1624b;
}

.pcp-carousel-wrapper.standard .sp-pcp-carousel:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper {
	display: flex;
	width: unset;
}

@media screen and (min-width: 992px) {
	.pcp-carousel-wrapper.standard .sp-pcp-carousel:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper {
		margin-left: -20px;
	}

	.pcp-carousel-wrapper.standard .sp-pcp-carousel:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper&gt;.swiper-slide {
		width: 25%;
		min-width: 25%;
		padding-left: 20px;
	}
}

/**
 * Ajax Preloader.
 */
.pcp-ajax-preloader {
	text-align: center;
}

/* Preloader */
.pcp-preloader {
	background-color: #fff;
	background-image: url(../img/preloader.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	visibility: visible;
}

.block-editor-page a.sp_sps_block_edit_button,
a.sp_sps_block_edit_button {
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
	margin: 10px 0;
}

/* Fix the issue of not showing carousel with Elementor Pro v3.14.1 */
.elementor-default .sp-pcp-section .swiper-container:not(.swiper-container-initialized) .swiper-wrapper,
.elementor-default .sp-pcp-section .swiper:not(.swiper-initialized) .swiper-wrapper {
	overflow: initial;
}

/* Slider layout */
.sp-slider_layout .sp-pcp-post.sp-overlay {
	position: relative;
	overflow: hidden;
}

.sp-slider_layout .sp-pcp-post .sp-pcp-post-thumb-area {
	position: relative;
	text-align: center;
}

.sp-slider_layout .sp-pcp-post .pcp-post-thumb-wrapper {
	margin: 0px;
}

.sp-slider_layout .sp-pcp-post .pcp-post-thumb-wrapper {
	overflow: hidden;
	display: block;
}

.sp-slider_layout .sp-pcp-post .sp-pcp-post-details {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sp-slider_layout .sp-pcp-post .sp-pcp-post-details {
	background: rgba(0, 0, 0, 0.5);
}

.sp-slider_layout .sp-pcp-post-details-content {
	width: 100%;
	text-align: center;
	padding: 0 15px
}

.sp-slider_layout .sp-pcp-post .sp-pcp-post-details-content .sp-pcp-post-meta {
	text-align: center;
}

.sp-slider_layout .sp-pcp-post .sp-pcp-post-details {
	position: absolute;
	/* height: 100%;
	width: 100%; */
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.sps-list-layout .sp-pcp-post.left-thumb {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-direction: unset;
	gap: 20px;
}

.sps-list-layout .sp-pcp-post.left-thumb .sp-pcp-post-details {
	max-width: calc(60% - 20px);
}

.sps-list-layout .sp-pcp-post.left-thumb .pcp-post-thumb-wrapper {
	order: unset;
	/* flex: 0 0 40%; */
	margin: 0;
	max-width: 40%;
	flex-shrink: 0;
}</pre></body></html>