/*
Theme Name:     Catalyst
Theme URI:      n/a
Template:       kadence
Author:         Kinetic
Author URI:     https://kinetic.com
Description:    A child of the Kadence theme, created for the McCreadie Group by Kinetic.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* The Force Brings Balance */

h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
}

/* Header/Footer Logo Hover Scale */

.site-header .brand,
.site-footer .brand {
	transition: transform 150ms ease-in-out;
}

.site-header .brand:hover,
.site-footer .brand:hover {
	transform: scale(1.05);
}

/* Logo Gallery Sizing & Hover */

.logo-gallery {
	--logo-width: 200px;
	--logo-height: 80px;
}

.logo-gallery .kb-gallery-figure {
  max-width: var(--logo-width);
  max-height: var(--logo-height);
  width: 100%;
}

.logo-gallery .kb-gallery-figure img {
  max-height: var(--logo-height);
}

.logo-gallery .kb-splide .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-gallery .kb-gallery-figure:has(.kb-gallery-item-link) {
  transition: transform 150ms ease-in-out;
}

.logo-gallery .kb-gallery-figure:has(.kb-gallery-item-link):hover {
  transform: scale(1.05);
}

.logo-gallery
  .kb-gallery-type-carousel
.splide__track {
	padding: 0 4px !important;
}

.logo-gallery
  .kb-gallery-type-carousel
  .splide__track
  .splide__list {
  padding: 4px 0 !important;
}

/* Kadence Button Arrow Icon Hover */

.kt-button .kt-btn-icon-side-right[class*="arrow"] {
	transition: transform 150ms ease-in-out;
}

.kt-button:hover .kt-btn-icon-side-right[class*="arrow"] {
	transform: translatex(1px);
}

/* Hero Gallery Figure Padding */

.hero .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure {
	padding: 24px;
}

/* Hide Testimonial Overflow and Shadow Padding */

/* .testimonial-container {
	overflow: hidden;
} */

.testimonial-container .wp-block-kadence-testimonials {
    max-width: 100%;
}
.testimonial-container .wp-block-kadence-testimonial {
	  padding: 0 20px;
}

/* Footer Image Button Hovers */

.footer-widget-area .kb-advanced-image-link {
	transition: opacity 400ms ease-in-out;
}

.footer-widget-area .kb-advanced-image-link:hover {
	opacity: 0.65;
}

/* Icon List Padding */

.kb-svg-icon-wrap {
	padding: 8px 0 !important;
}

/* Legacy TEC Event Widget Tweaks */

.tribe-events-widget {
	margin-bottom: 0 !important;
}

.tribe-events-widget-events-list__event-title {
	font-size: 1.15rem !important;
}

.tribe-events-widget-events-list__event-wrapper {
	padding-left: 15px !important;
	border-left: 4px solid #F4F4FA !important;
}

.tribe-events-widget-events-list__view-more {
	text-align: center;
}

/* Full-Height Utility */

.h-full {
	height: 100%;
}

/* News Carousel */

.kt-post-grid-layout-carousel-wrap .kadence-splide-slider-init {
	padding-bottom: 36px;
}

/* Kadence Accordion Tweaks */

.kt-accordion-header-wrap {
	position: relative;
	z-index: 10;
}

.kt-accordion-panel {
	top: -34px;
	position: relative;
}

.kt-accordion-panel .kt-accordion-panel-inner {
	padding-top: 64px;
}

.wp-block-kadence-pane:has(.kt-accordion-panel-active) {
	margin-bottom: -34px ;
}
