/*
Theme Name:     Kadence Child Theme (Kadence)
Theme URI:      https://bytegold.com
Template:       kadence
Author:         Bytegold
Author URI:     https://bytegold.com
Description:    Bytegold Theme based on Kadence WP Theme
Version:        1.0.0
*/


@media screen and (max-width: 1024px) {
  body.has-left-sidebar .content-area .site-container {
    display: flex;
    flex-direction: column-reverse;
  }
  body.has-left-sidebar .content-area .site-container #secondary {
    width: 100%;
  }
}

#masthead .site-header-focus-item .header-button {
  white-space: nowrap;
}

#primary-menu > li > a:hover {
  background-image: linear-gradient(90deg, var(--global-palette1) 20%, var(--global-palette2) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half {
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 0.85fr) minmax(0, 0.5fr)
}

.gradient-background a:hover img {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, var(--global-palette1) 0%, var(--global-palette2) 90%);
}

.wp-block-kadence-testimonials.box-shadow ul.splide__list {
  align-items: center;
}
.wp-block-kadence-testimonials.box-shadow ul.splide__list > li > .kt-testimonial-item-wrap {
  border: 2px solid rgba(253, 159, 2, .3);
}

.wp-block-image.drop-shadow img,
.wp-block-kadence-image.drop-shadow img {
  filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 1));
}

