/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/


/* A11y Fixes */

/* Allow for esc key to close Kadence submenu */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
 display: none;
}

.main-navigation .menu-item .sub-menu {
  display: none;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
  display: block;
}

/* Gravity Forms */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size:1rem;
}
input[type="text"], input[type="email"], input[type="url"], 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"], textarea {
	color: var(--global-palette3);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .gform_wrapper.gravity-theme .gfield textarea:focus, select:focus {
	border-color:#000000;
	outline:-webkit-focus-ring-color auto 1px !important;
}
/* Styling for floating label for gravity forms. 
 * Add class of floating-label to desired form fields */
.floating-label {
        position: relative;
}

.floating-label label {
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    font-size: 1rem;
    transition: all ease 0.4s;
}

.floating-label:focus-within label,
.floating-label input:focus ~ label, 
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label, 
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label,
.floating-label.input-active label {
        top: 0;
    left: 16px;
    font-size: .875rem !important;
    color: var(--global-palette3);
    opacity: 1;
}

/* Basic A11Y fixes for Kadence Blocks */
body .kt-blocks-modal-link:not(.kb-btn-global-inherit):focus-within {
	outline:inherit;
}

/* Search Bar */
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search .screen-reader-text {
	cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.woocommerce-product-search:focus-within .screen-reader-text {
	clip:unset;
	clip-path:unset;
	height:auto;
	width:auto;
	left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -13px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.woocommerce-product-search input[type='search']::placeholder,
.search-form input[type='search']::placeholder {
	opacity:1;
}

/* menu */
body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
	opacity:1 !important;
}
body #search-drawer .drawer-inner form ::-webkit-input-placeholder {
	opacity:1;
}
#search-drawer input:-webkit-autofill,
#search-drawer input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

/* Cookies */
.cky-preference-header .cky-btn-close img {
	filter:brightness(0);
}

/* Kadence Slider */
.kb-splide .splide__pagination__page:focus-visible {
	outline:2px solid #000;
}

/* Smart Slider */
body .n2-ss-slider :focus-visible,
body .n2-ss-slider a.n2-ow:focus-visible, 
body .n2-ss-slider .n2-ow-all a:focus-visible {
	outline:1px solid #fff !important;
	box-shadow:inset 0 0 0 1px #000000 !important;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	display:none;
}

/* Forms */
body select,
body select.orderby {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="text"], input[type="email"], input[type="url"], 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"], textarea, body select, body .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	border-color:#4E5C74;
	color:var(--global-palette3);
}

/* Events Calendar */
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	outline:2px solid #000;
}
.tribe-events-c-search__input-group {
	position:relative;
}
.tribe-events-c-search__input-group label {
	opacity:0;
	transition: all ease 0.4s;
}
.tribe-events-c-search__input-group:focus-within label {
	clip:unset;
	height:auto;
	width:auto;
	opacity:1;
	margin:0;
	top:-40px;
}
.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
	fill:#707070;
}

/* WooCommerce */
select.orderby:focus-visible {
	outline:2px solid #000;
}
.kadence-shop-top-row {
	position:relative;
}
.kadence-shop-top-row .skip-link {
	right:0;
	left:auto;
}
span.required {
	color:red;
}
.form-description {
	font-size:1rem;
}
.kadence-product-gallery-thumbnails.splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus-visible,
.kb-splide .splide__arrows .splide__arrow:focus-visible{
	box-shadow:0 0 0 3px #000 !important;
	outline:2px solid #fff !important;
}
body .kb-advanced-slide-inner {
	overflow:visible;
}
/* used to display focus outline above, if needed adjust to not apply to general Kadence slider */
/*body .kb-splide .splide__list {
	padding:3px !important;
}
body .kb-splide.splide-initial .splide__list {
	gap:3px;
}*/
.gbtn.focused {
	outline: 2px solid #fff !important;
}
body .woocommerce form .form-row label {
	color:var(--global-palette3);
}
body .wp-element-button:disabled {
	opacity:0.7;
}


/* End A11y Fixes */

.footer-links {
	padding:0;
	margin:0;
	list-style-type:none;
}

.footer-links li {
	position:relative;
	margin:0;
	display:inline-block;
}

.footer-links li:not(:last-child) {
	padding:0 24px 0 0;
}

.footer-links li:not(:last-child):after {
	content:"|";
	position:absolute;
	right:10px;
}

/* Search */

@media screen and (max-width: 1024px) {
	.kb-search .kb-search-modal.active {
		top:137px;
		border-radius:0 44px 0 0;
	}
	
	.search-mobile.kb-search .kb-search-modal-content form {
		max-width:85%;
	}

	.search-mobile.kb-search .kb-search-close-btn {
		padding:10px;
	}

	.search-mobile.kb-search .kb-search-modal-content {
		top:110px;
	}

	.search-mobile .kb-search-input {
		border-radius:30px;
	}
}


/* Navigation */

.kb-nav-item-title-wrap {
	width:100%;
}

.kb-nav-item-title-wrap .link-media-container {
	margin-left:auto;
}

.wp-block-kadence-off-canvas .kb-off-canvas-close {
	top:28px;
	right:22px;
}

.kb-off-canvas-overlay {
	background:transparent;
}

.wp-block-kadence-off-canvas .kb-off-canvas-inner-wrap {
	top:137px;
	border-radius:0 44px 0 0;
}

.contact-regular {
	display:block;
}

.contact-smaller {
	display:none;
}	

@media screen and (max-height: 700px) {
	ul.mega-menu .wp-block-kadence-advancedbtn {
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 1025px) {
	.main-nav > .navigation > .menu-container > .kb-navigation > li > .sub-menu {
		top: 100px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
    .main-nav > .navigation > .menu-container > .kb-navigation > li > .kb-link-wrap > .kb-nav-link-content {
        font-size: clamp(0.9375rem, 0.5796rem + 0.5587vw, 1.25rem);
    }
}
@media screen and (min-width: 1025px) and (max-width: 1348px) {
    .middle-row .kb-button {
        padding-left: 10px;
        padding-right: 10px;
        text-wrap: nowrap;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	
	.contact-regular {
		display:none;
	}

	.contact-smaller {
		display:block;
	}	

	.middle-row > .kadence-header-row-inner > .wp-block-kadence-header-section:last-child {
		flex-wrap:wrap;
		justify-content:center;
	}

	body .middle-row > .kadence-header-row-inner {
		grid-template-columns:minmax(0, 150px) auto minmax(0, 192px);
		padding-left:16px;
		padding-right:16px;
	}
	
	.wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .menu-item--has-toggle .kb-nav-dropdown-toggle-btn {
		margin-left:5px;
	}
	
}

@media screen and (max-width: 1024px) {

	.navigation .sub-menu,
	.wp-block-kadence-navigation .menu .menu-item--toggled-on > .sub-menu,
	.wp-block-kadence-navigation .menu li:not(.menu-item--has-toggle):focus>.sub-menu {
		margin:0;
	}
	
	.navigation .navigation  ul.kb-navigation {
		margin:0;
	}
	
	.navigation .navigation  ul.kb-navigation .kb-nav-link-content {
		padding:7px 0;
	}
	
	.wp-block-kadence-off-canvas-trigger:hover,
	.wp-block-kadence-off-canvas-trigger:focus {
		color:var(--global-palette9);
	}
	
	.slider-testimonials .n2-ss-slider-2 {
		border-radius:44px !important;
	}
	
	.slider-testimonials p {
		font-weight:normal !important;
	}
	
	.slider-testimonials .n2-ss-slider .n2-ss-slider-controls-absolute-left-center {
		left: 53%;
        margin-left: -120px;
	}
	
	.slider-testimonials .n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
		right: 53%;
        margin-right: -120px;
	}	
	
	.slider-testimonials .n2-ss-slider .n2-ss-slider-controls-absolute-left-center,
	.slider-testimonials .n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
		align-items:flex-end;
		top:-50px;
		z-index:1000;
	}		
}


/* Case Studies Start */
.case-studies .case-study .item-text-content {
	width: 100%;
	padding-right: 5rem;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_8481_956)'%3E%3Cpath d='M24.4945 16.6665L23.0257 18.1353L28.8382 23.9582H16.1611V26.0415H28.8382L23.0257 31.8644L24.4945 33.3332L32.8278 24.9998L24.4945 16.6665Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8481_956'%3E%3Crect width='25' height='25' fill='white' transform='translate(11.9941 12.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	transition: .3s ease-in-out all;
}

.case-studies .case-study:hover .item-text-content,
.case-studies .case-study.focused .item-text-content  {
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24' fill='white' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_566_439)'%3E%3Cpath d='M24.4945 16.6667L23.0257 18.1355L28.8382 23.9584H16.1611V26.0417H28.8382L23.0257 31.8647L24.4945 33.3334L32.8278 25.0001L24.4945 16.6667Z' fill='%231A1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_566_439'%3E%3Crect width='25' height='25' fill='white' transform='translate(11.9946 12.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.case-studies .case-study > .kt-inside-inner-col {
	background-position: center;
	background-size: 100% 100%;
	transition: background-size 0.5s ease;
}

.case-studies .case-study:hover > .kt-inside-inner-col,
.case-studies .case-study.focused > .kt-inside-inner-col {
	background-size: 115% 115%;
}

.case-studies .case-study.focused > .kt-inside-inner-col:before {
	background-image: linear-gradient(0deg,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.1) 100%);
}

@media screen and (max-width: 767px) {
	.case-studies .case-study .item-text-content {
		background-position: 50% 100%;
		padding-right: unset;
		padding-bottom: 4.625rem;
	}

	.case-studies .case-study > .kt-inside-inner-col:before {
		background-image: linear-gradient(0deg,  rgba(0, 0, 0, 0.54) 0%,  rgba(0, 0, 0, 0.54) 100%);
	}

	.case-studies .case-study:hover > div.kt-inside-inner-col:before
	.case-studies .case-study.focused > div.kt-inside-inner-col:before {
		background-image: linear-gradient(0deg,  rgba(0, 0, 0, 0.8) 0%,  rgba(0, 0, 0, 0.8) 100%);
	}
}
/* Case Studies End */

.full-height,
.full-height > .kt-inside-inner-col {
	height: 100%;
}

/* Hero Homepage */
.hero-home h1.wp-block-kadence-advancedheading {
	font-size: clamp(5.625rem, 4.1934rem + 2.2346vw, 6.875rem);
}

.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper {
	bottom:auto;
    right:25px;
	top:25px;
}

.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn {
	background:transparent;
	opacity:1;
}

.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn:hover,
.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn:focus {
    color:var(--global-palette7);
}

.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn svg {
	width:22px;
	height:22px;
}

.hero-home .kb-blocks-bg-video-container {
	bottom:-44px;
	border-radius:0 44px 44px 0;
}

.hero-home .kt-row-layout-overlay.kt-row-overlay-gradient {
	bottom:-44px;
	border-radius:0 44px 44px 0;
	height:calc(100% + 44px);
}

@media screen and (min-width: 1025px) {
	
	.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper {
		bottom: 60px;
		right: 60px;
		top:auto;
	}

	.hero-home .kb-blocks-bg-video-container .kb-background-video-buttons-wrapper button.kb-toggle-video-btn svg {
		width:32px;
		height:32px;
	}	
	
	.hero-home .kb-blocks-bg-video-container {
		right:250px;
		bottom:-125px;
		border-radius:0 90px 90px 0;
	}
	
	.hero-home .kt-row-layout-overlay.kt-row-overlay-gradient {
		left:-250px;
		top:0px;
		bottom:-125px;
		border-radius:0 90px 90px 0;
		height:calc(100% + 125px);
	}
}

body .wp-block-kadence-advancedbtn .button-circle-arrow.kb-button {
	text-align:left;
	background-repeat:no-repeat;
	background-position:97% 50%;	
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23BCDFA6'/%3E%3Cg clip-path='url(%23clip0_8683_110)'%3E%3Cpath d='M28 18L26.59 19.41L31.17 24H15V26H31.17L26.58 30.59L28 32L35 25L28 18Z' fill='%23154734'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8683_110'%3E%3Crect width='24' height='24' fill='white' transform='translate(13 13)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

body .wp-block-kadence-advancedbtn .button-circle-arrow.kb-button:hover,
body .wp-block-kadence-advancedbtn .button-circle-arrow.kb-button:focus {
	background-repeat:no-repeat;
	background-position:97% 50%;	
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23154734'/%3E%3Cg clip-path='url(%23clip0_7303_3143)'%3E%3Cpath d='M28 18L26.59 19.41L31.17 24H15V26H31.17L26.58 30.59L28 32L35 25L28 18Z' fill='%23BCDFA6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7303_3143'%3E%3Crect width='24' height='24' fill='white' transform='translate(13 13)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.hero-home-leaf img {
	display:none;
}

@media screen and (min-width: 1025px) {
	.row-countup .kb-count-up-number {
		font-size: clamp(5.625rem, 3.4777rem + 3.352vw, 7.5rem);
	}
	
	.hero-home-leaf img {
		display:block;
		position:absolute;
		bottom:-230px;
		right:220px;
	}
}

.button-arrow .kb-svg-icon-wrap {
	transition: all 0.7s;
	position:relative;
	left:0px;
}

.button-arrow:hover .kb-svg-icon-wrap,
.button-arrow:focus .kb-svg-icon-wrap {
	left:7px;
}

/* Breadcrumbs Start */
.breadcrumbs-section {
	background: var(--global-palette2, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #659938);
}

.breadcrumbs-section .yoast-breadcrumbs > span {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-weight: 500;
	color: var(--global-palette9);
	font-size: 1.063rem;
	line-height: 1.5;
}

.breadcrumbs-section .yoast-breadcrumbs > span > span > a {
	color: var(--global-palette9);
	text-decoration: none;
}

.breadcrumbs-section .yoast-breadcrumbs span > span.breadcrumb_last {
	font-weight: 700;
}

.breadcrumbs-section .yoast-breadcrumbs > span > span > a:hover,
.breadcrumbs-section .yoast-breadcrumbs > span > span > a:focus-visible {
	text-decoration: underline;
}
/* Breadcrumbs End */

/* Arrow Card Styles Start */
.arrow-card ul.wp-block-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.arrow-card ul.wp-block-list > li {
	width: fit-content;
	font-size: clamp(1.0625rem, 1.0243rem + 0.1881vw, 1.25rem);
	line-height: 1.3;
	text-align: center;
}

.arrow-card .kb-section-has-link {
	min-width: 5rem;
}
/* Arrow Card Styles End */

/* Success Stories Slider Start */
.success-stories-slider .n2-ss-slider .n2-ss-slider-controls-below {
	flex-flow: row;
	justify-content: center;
	gap: 2rem;
	margin-top: 2.5rem;
}

.success-stories-slide-content .n2-ss-item-image-content {
	border-radius: 1.875rem 1.875rem 0 0;
}

.success-stories-slide-content .slide-text-content > .n2-ss-layer-row {
	border-radius: 0 0 1.875rem 1.875rem;
}

.success-stories-slide-content > .n2-ss-section-main-content > .slide-text-content {
	flex-grow: 1;
}

.success-stories-slide-content > .n2-ss-section-main-content > .slide-text-content > .n2-ss-layer-row {
	height: 100%;
}

.success-stories-slide-content > .n2-ss-section-main-content > .slide-text-content > .n2-ss-layer-row .n2-ss-layer-content {
	justify-content: flex-start !important;
}
/* Success Stories Slider End */

/* Responsive Start */
@media(max-width: 768px) {
	.kb-buttons-wrap.mobile-fw-btn,
	.kb-buttons-wrap.mobile-fw-btn > a.kb-button {
		width: 100%;
	}

	.arrow-card {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}

	.arrow-card > .kt-inside-inner-col {
		max-width: 28.125rem;
	}

	#success-stories .heading-section > .kt-inside-inner-col {
		gap: 1.5rem;
	}

	#success-stories .success-stories-slider .success-stories-slide-img picture > img {
		max-height: 20rem;
	}

	#success-stories .success-stories-slider .n2-ss-slider .n2-ss-slider-controls-below {
		margin-top: 2rem;
	}

	#success-stories .success-stories-slider .success-stories-slide-content .slide-text-content > .n2-ss-layer-row {
		padding: 1.5rem 1.438rem 2rem 1.438rem;
	}

	#success-stories .success-stories-slider .success-stories-slide-content .slide-text-content h4.n2-ss-text {
		font-size: 1.25rem;
		line-height: 1.2;
	}

	#success-stories .success-stories-slider .success-stories-slide-content .slide-text-content div.n2-ss-text {
		font-size: 1.063rem;
		line-height: 1.5;
	}

	.modal-card.wp-block-kadence-modal .kt-modal-overlay .kt-modal-close {
		top: 4rem;
	}
}

@media(max-width: 550px) {
	#success-stories .success-stories-slider .success-stories-slide-img picture > img {
		max-height: 12.125rem;
	}
}
/* Responsive End */
body .kt-modal-overlay .kt-modal-close {
	right: 10px;
	top: 10px;
}