/*!
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
*/

/* Theme customization starts here
-------------------------------------------------------------- */



/* Footer customization starts here */
.site-bottom-footer-wrap .site-container, .widget_nav_menu li a{
	padding: 0;
}
.widget_nav_menu li a{
	line-height: 1.6rem;
}
.widget_nav_menu li:not(:last-child) a {
	margin-bottom: 12px;
}
/* Footer customization ends here */

/* testimonial-slider starts here */
.testimonial-slider{
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
	border-radius: 16px;
}
.testimonial-slider .kb-advanced-slide-inner{
		border-radius: 16px;
}

.testimonial-slider  .kb-splide.kb-slider-arrow-position-bottom-right .splide__arrows {
    bottom: 32px;
	right: 32px;
}
.testimonial-slider button.splide__arrow.splide__arrow--prev.slick-prev, .testimonial-slider button.splide__arrow.splide__arrow--next.slick-next{
	background: #ffffff00;
	border: 1px solid black;
	color: black;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.testimonial-slider button.splide__arrow.splide__arrow--prev.slick-prev:hover, .testimonial-slider button.splide__arrow.splide__arrow--next.slick-next:hover{
	background: #F69813;
	border: 1px solid #F69813;
	color: #fff;
}
/* testimonial-slider ends here */

/* marketing-slider starts here */
.marketing-slider-shadow{
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
	border-radius: 16px;
}
.marketing-slider .kb-splide.kb-slider-arrow-position-bottom-left .splide__arrows {
    bottom: -140px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.marketing-slider button.splide__arrow.splide__arrow--prev.slick-prev, .marketing-slider button.splide__arrow.splide__arrow--next.slick-next{
	background: #ffffff00;
	border: 1px solid black;
	color: black;
	border-radius: 50%;
	height: 48px;
	width: 48px;
}
.marketing-slider button.splide__arrow.splide__arrow--prev.slick-prev:hover, .marketing-slider button.splide__arrow.splide__arrow--next.slick-next:hover{
	background: #F69813;
	border: 1px solid #F69813;
	color: #fff;
}
.marketing-slider ul.splide__pagination.slick-dots.splide__pagination--ltr{
	bottom: -40px;
	width: 100%;
	padding; 0;
}
.marketing-slider .kb-splide .splide__pagination li {
	width: 25%;
}
.marketing-slider .kb-splide .splide__pagination__page{
	height: 12px;
	width: 100%;
	background: ;
	opacity: .1;
	border-radius: 2px;
}
.marketing-slider .kb-splide .splide__pagination__page.is-active{
	opacity: .6;
}
/* marketing-slider starts here */