/* Fluid Image SC */

.fluid-img-container {
	position: relative;
}

.fluid-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Our Social Icons */
.shortcode-social.social-media-links.size-regular li .fa {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 22px;
}

.shortcode-social.social-media-links.size-large li {
	margin: 0 15px;
}
.shortcode-social.social-media-links.size-large li .fa {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
}

.shortcode-social.social-media-links.size-x-large li {
	margin: 0 20px;
}
.shortcode-social.social-media-links.size-x-large li .fa {
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 38px;
}

/* Text With Icon */

.text-icon-container .column.icon-column {
	margin-bottom: 0;
}

.text-icon-container .column.icon-column img {
	margin-bottom: 0.4em;
}
.text-icon-container .column .inner {
	display: inline-block;
	width: 100%;
}

.text-icon-container .icon-column.level > img,
.text-icon-container .text-column.level .inner > *,
.text-icon-container
	.text-column.remove-text-margin
	.inner
	> :last-child {
	margin-bottom: 0;
}

.text-icon-container .icon-column.reduce-spacing {
	padding-right: 0;
}

.clean-enery-section .text-icon-container .column.icon-column img {
	width: 115px;
	max-width: 100%;
}
/** Solar Now Slider **/

.solar-now-slider {
	position: relative;
}
.solar-now-slider .slider-thumbs {
	margin-bottom: 30px;
}
.solar-now-slider .slider-thumbs article {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
}

.solar-now-slider
	.slider-thumbs
	article.swiper-slide-thumb-active
	.post-thumb-container {
	opacity: 0.75;
}
.solar-now-slider .slider-thumbs .post-thumb-container {
	height: 180px;
	background-size: cover;
	margin-bottom: 0px;
	background-position: center;
	position: relative;
}
.solar-now-slider
	.slider-thumbs
	article.swiper-slide-thumb-active
	.post-thumb-container:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3ac1cd;
	opacity: 0;
	display: block;
	transition: all 0.7s;
}
.solar-now-slider
	.slider-thumbs
	article.swiper-slide-thumb-active
	.post-thumb-container:after {
	opacity: 0.7;
}

.solar-now-slider .slider-thumbs .text-bg {
	z-index: 50;
	position: absolute;
	bottom: 10px;
	left: 20px;
	max-width: calc(100% - 40px);
}
.solar-now-slider .slider-thumbs .text-bg h2 {
	font-size: 1.2em;
}

.solar-now-slider
	.slider-thumbs
	.swiper-slide-thumb-active
	.text-bg
	h2,
.solar-now-slider .slider-thumbs article:hover .text-bg h2 {
	background-color: #f78d2a;
	box-shadow:
		5px 0 0 #ec733c,
		-5px 0 0 #f78d2a;
}

.solar-now-slider .swiper-button-next,
.solar-now-slider .swiper-button-prev {
	top: 90px;
}
@media (min-width: 1100px) {
	.solar-now-slider .swiper-button-next {
		right: -36px;
		left: auto;
	}
	.solar-now-slider .swiper-button-prev {
		left: -36px;
		right: auto;
	}
}
.solar-now-slider .slider-main .slide-thumb-container {
	position: relative;
}
.solar-now-slider .slider-main .bg-post-title {
	position: absolute;
	bottom: 25px;
	left: 20px;
}
.solar-now-slider .slider-main .text-bg h2 {
	font-size: 1.5em;
}

.white .sn-project-content p {
	color: #fff;
}

@media (max-width: 768px) {
	.solar-now-slider .slider-thumbs .post-thumb-container {
		height: 120px;
	}
	.solar-now-slider .swiper-button-next,
	.solar-now-slider .swiper-button-prev {
		top: 65px;
	}
	.solar-now-slider .slider-main h2 {
		font-size: 1.4em;
	}
	.solar-now-slider .slider-thumbs h2 {
		font-size: 1em;
	}
}

/* Hero Latest Posts Shortcode */
.hero-posts-widget-container {
	position: relative;
	z-index: 6;
	padding-bottom: 20px;
}

.hero-latest-posts {
	width: 100%;
	display: block;
}

.hero-latest-posts-title {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.25rem;
	display: inline-block;
	width: auto;
	background-color: rgba(50, 193, 205, 1);
	margin-bottom: 10px;
	padding: 12px 18px;
}

.hero-latest-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hero-latest-post-item {
	display: block;
	width: 100%;
}
.hero-post-link {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 25px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	text-decoration: none;
	transition: all 0.2s ease;
	color: rgba(51, 73, 92, 1);
}
.hero-post-link:visited {
	color: rgba(51, 73, 92, 1);
}
.hero-post-link:hover {
	background: rgba(255, 255, 255, 0.9);
	color: rgba(51, 73, 92, 1);
}
.hero-post-category {
	font-weight: 600;
	color: rgba(50, 193, 205, 1);
	font-size: 1rem;
}
.hero-post-title {
	font-size: 1rem;
	font-weight: 500;
}

.hero-post-date {
	font-size: 0.8em;
}

.hero-post-excerpt {
	font-size: 0.85em;
	line-height: 1.4;
}

.hero-no-posts {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9em;
	margin: 0;
}
@media (min-width: 768px) {
	.hero-posts-widget-container {
		padding-top: 160px;
	}
	.hero-latest-posts-title {
		font-size: 1.5rem;
	}
}
