/*
Theme Name:     Blake For Kadence
Theme URI:      https://blake.styleclouddemo.co
Template:       kadence
Author:         StyleCloud
Author URI:     https://stylecloud.co
Description:    A premium starter theme for Kadence by StyleCloud
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*Home Slider*/
.full-width-section {
	margin-left: 5%;
	margin-right: 5%;
}
.kb-splide .splide__arrow--prev {
    left: 0em;
}
.kb-splide .splide__arrow--next {
    right: 0em;
}
.kb-splide .splide__arrow {
    border-radius: 0px;
	  border: solid 1px;
}
.alp-signature{display:flex;gap:18px;align-items:center;text-align:left;margin:40px 0 24px;padding-top:22px;border-top:1px solid rgba(38,38,38,.15);font-family:var(--global-body-font-family,inherit)}
.alp-signature img{width:76px;height:76px;border-radius:50%;flex:none;object-fit:cover;object-position:50% 40%}
.alp-signature p{margin:0;font-size:18px;line-height:1.5;color:var(--global-palette3,#262626)}
.alp-signature strong{font-size:20px}
@media(max-width:600px){.alp-signature{gap:14px}.alp-signature img{width:60px;height:60px}.alp-signature p{font-size:16px}}