/*
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%;
  }
}

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

header .site-top-header-wrap .site-header-row > div {
  align-items: end;
}

/* ueber mich */
body.page-id-16 header .site-header-row-container-inner {
  background: var(--global-palette2);
}
/* blog */
body.page-id-22 header .site-header-row-container-inner,
body.page-id-22 main,
body.single-post header .site-header-row-container-inner,
body.single-post main {
  background: #AFA99D;
}

#primary-menu > li {
  margin-left: 1rem;
  margin-right: 1rem;
}
#primary-menu > li > a {
  border-radius: 1rem;
  padding: .125rem .5rem;
}

footer .site-bottom-footer-wrap .site-footer-row > div {
  justify-content: end;
}
