.transparent-header #main-header .site-branding img {
	width: 150px;
}

[data-section="kadence_customizer_mobile_social"] {
	justify-content: center;
}

.stats-section-new-lt .wp-block-separator {
	border-bottom: none;
    height: 1px;
    width: 100%;
    opacity: 0.5;
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px;
}
.stats-section-lt figure {
	transition: transform 0.2s ease-out;
}
.stats-section-lt figure:hover {
	transform: scale(1.1);
}

.slider-features-lt figure {
	position: relative;
	transition: transform 0.4s ease-out;
	margin-bottom: 0;
}
.slider-features-lt figure:hover {
	transform: scale(1.05);
}
.slider-features-lt figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition: opacity 0.4s ease-out;
	background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 59%);
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.slider-features-lt figure:hover:before {
	opacity: 0.1;
} 

.slider-features-lt .kb-advanced-slide-inner .kt-inside-inner-col {
	position: relative;
}
.slider-features-lt .kb-advanced-slide-inner .wp-block-kadence-advancedheading {
	position: absolute;
	left: 0;
	top: 0;
	color: white !important;
	line-height: 1.25;
	padding: 0 20px;
	z-index: 1;
}
.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 2;
	padding: 0 20px;
}
.slider-features-lt .kb-advanced-slide-inner .wp-block-group .wp-block-kadence-advancedheading,
.slider-features-lt .kb-advanced-slide-inner .wp-block-group p {
	color: white;
	line-height: 1.2;
	font-weight: 500;
}
.slider-features-lt .kb-splide .splide__slide {
    max-height: 490px;
}
/*.slider-features-lt .kb-advanced-slide-inner h3 {
	position: absolute;
	left: 20px;
	bottom: 280px;
	color: white;
	z-index: 2;
}
.slider-features-lt .kb-advanced-slide-inner h3 + p {
	position: absolute;
	left: 20px;
	bottom: 180px;
	color: white;
	z-index: 2;
}*/

.header-button-wrap .button {
	padding: .4em 1em;
}

/*RESPONSIVE*/
@media screen and (max-width: 543px) {
	.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
		bottom: 130px;
	}
	.slider-features-lt .kb-splide .splide__slide {
	    max-height: 65vh;
	}
}
@media screen and (max-width: 767px) {
	.footer-social-wrap .footer-social-inner-wrap {
		justify-content: start !important;
	}
	.popup-content-inside-origin-lt iframe {
		height: calc(100vh - 118px);
	}
	.section-hero-lt > .kt-row-column-wrap {
		position: relative;
	}
	.section-hero-lt > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
		position: absolute;
        bottom: 70px;
        /*right: 15px;*/
	}
	.section-hero-lt > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col h3 {
		/*text-align: right;*/
		margin-right: 0;
	}
}
@media screen and (min-width: 544px) and (max-width: 767px) {
	.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
		bottom: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
		bottom: 135px;
	}
	.slider-features-lt .kb-splide .splide__slide {
	    max-height: 65vh;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
		bottom: 60px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
		bottom: 85px;
	}
	.slider-features-lt .kb-splide .splide__slide {
	    max-height: 470px;
	}
}
@media screen and (min-width: 1500px) and (max-width: 1699px) {
	.slider-features-lt .kb-advanced-slide-inner .wp-block-group {
		bottom: 85px;
	}
	.slider-features-lt .kb-splide .splide__slide {
	    max-height: 470px;
	}
}