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

@import "https://use.typekit.net/nlm6rhw.css";

:root {
	--global-body-font-family: "bree";
	--global-heading-font-family: "pf-marlet-display";
}

@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%;
  }
}

#main-header .site-main-header-wrap .site-header-section:last-child .site-header-item,
#mobile-header .site-main-header-wrap .site-header-section:last-child .site-header-item {
  align-items: start;
}
#main-header .site-main-header-wrap .site-header-section:last-child .site-header-item #primary-menu {
  margin-top: 1rem;
}
#main-header .site-main-header-wrap .site-header-main-section-right {
	justify-content: center;
}
#mobile-header .site-main-header-wrap .site-header-section:last-child .site-header-item .mobile-toggle-open-container {
  margin-top: 2rem;
}

#main-header .site-main-header-wrap:not(.item-is-stuck) #primary-menu > li > a { 
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);                                                                                      
}

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

