/*
Theme Name:         Penn Manor 2023 Theme
Theme URI:          https://bethsoderberg.com
Author:             Beth Soderberg
Author URI:         https://bethsoderberg.com
Description:        Child theme of Blockbase for Penn Manor School District
Template:           blockbase
Version:            1.0.0
Requires at least:  6.1
Requires PHP:       8.0.28
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        pmsd
Domain Path:        /languages
Tags:               custom
*/
body {
  line-height: 20px;
}
@media (max-width: 781px) {
  body {
    line-height: 16px;
  }
}

@media screen and (max-width: 1200px) {
  h1.wp-block-post-title.has-x-large-font-size {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 815px) {
  h1.wp-block-post-title.has-x-large-font-size {
    padding-top: 30px;
  }
}

h2 {
  border-bottom: 2px solid;
}
h2 a {
  border-bottom: none;
  display: block;
}
h2 a:hover {
  text-decoration: none;
}

h2.wp-block-post-title a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}

/**
 * Page
 * - Description of page styles
 */
.wp-theme-style {
  color: #fff;
  padding: 2px;
  -webkit-appearance: auto;
          appearance: auto;
  direction: ltr;
}
@media (min-width: 960px) {
  .wp-theme-style {
    background-color: #21759b;
  }
}
@media (max-width: 781px) {
  .wp-theme-style {
    background-color: #d54e21;
  }
}
@media (min-width: 782px) and (max-width: 959px) {
  .wp-theme-style {
    background-color: #7ad03a;
  }
}

@media screen and (max-width: 1275px) {
  .home .entry-content > .wp-block-columns,
  .home .entry-content > .wp-block-group.alignwide.has-global-padding {
    padding-left: var(--wp--custom--gap--horizontal);
    padding-right: var(--wp--custom--gap--horizontal);
  }
}

header.wp-block-template-part {
  position: relative;
}
@media screen and (max-width: 815px) {
  header.wp-block-template-part {
    margin-bottom: -19px;
  }
  header.wp-block-template-part .logo-initials {
    width: 88px;
    flex: unset;
  }
  header.wp-block-template-part .logo-initials img {
    width: 100%;
  }
}
header.wp-block-template-part .wp-block-group.nav-group {
  margin-top: -187px;
}

button {
  padding: 8px 15px;
}
button:hover {
  text-decoration: underline;
}

.wp-block-search__button:hover, .wp-block-button__link:hover {
  background-color: #070313;
  color: #fff;
}

.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
  -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve.svg");
  mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve.svg");
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 1400px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-w-1400.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-w-1400.svg");
  }
}
@media screen and (max-width: 1300px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-w-1300.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-w-1300.svg");
  }
}
@media screen and (max-width: 1200px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-w-1200.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-1200.svg");
  }
}
@media screen and (max-width: 1100px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-1100.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-1100.svg");
  }
}
@media screen and (max-width: 1000px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-1000.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-1000.svg");
  }
}
@media screen and (max-width: 900px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-900.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-900.svg");
  }
}
@media screen and (max-width: 815px) {
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-mobile.svg");
    mask-image: url("/wp-content/themes/penn-manor-2023/assets/images/header-curve-mobile.svg");
    min-height: 130px !important;
    margin-bottom: -50px;
  }
  .wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave .utility.wp-block-navigation {
    display: none !important;
  }
}

.wp-block-cover.is-style-bottom-wave {
  align-items: flex-start;
  position: relative;
}

.wp-block-cover.new-banner {
  margin-left: calc(-2.1 * var(--wp--custom--gap--horizontal)) !important;
}

.wp-block-search {
  display: none;
}

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

.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  body header.wp-block-template-part .wp-block-group.nav-group {
    padding-top: 160px !important;
  }
}
@media screen and (max-width: 1100px) {
  body header.wp-block-template-part .wp-block-group.nav-group {
    padding-top: 170px !important;
  }
}
@media screen and (max-width: 815px) {
  body header.wp-block-template-part .wp-block-group.nav-group {
    display: none;
  }
}

footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: #fff;
}

.wp-block-navigation.utility .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: #fff;
}
@media screen and (max-width: 815px) {
  .wp-block-navigation.utility .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: var(--wp--custom--color--primary);
  }
}

.mobil-navs {
  display: none !important;
}
@media screen and (max-width: 815px) {
  .mobil-navs {
    display: flex !important;
  }
}
.mobil-navs ul.wp-block-navigation-submenu {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */