/*
Theme Name:   Womensarchey.com GB Child
Theme URI:    https://www.thunderforge.com/
Description:  Womensarchery.com GB Child Theme
Author:       ThunderForge
Author URI:   https://www.thunderforge.com
Template:     genesis-block-theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  womensarcherychild
*/

:root {
  --mobile-btn-font-size: 2rem;
  --list-element-font-size: 1.5rem;
  --list-margin: 0.5rem;
  --shield-blue: #0504aa;
  --soft-blue: #e0e0eb;
}

#masthead {
  z-index: 170;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#masthead .site-header {
  background: transparent;
}

#masthead .container .site-title-wrap {
  position: absolute;
  margin-top: -15px;
}
#masthead .titles-wrap.has-description {
  display: none;
}

.site-identity.clear {
  position: relative;
}

.site-header {
  background-color: #e0e0eb;
}
.top-navigation-right {
  background-color: var(--soft-blue);
}

.page-template-full-width #page {
  margin-top: 50px;
}
#masthead .mobile-navigation .site-title-wrap img {
  width: 50px;
}

#masthead .container .site-title-wrap img {
  width: 200px;
  transition: all linear 0.25s;
}
#masthead.scrolled-header .container .site-title-wrap img {
  width: 75px;
}

.site-footer {
  background-color: #0504aa;
  color: #fff;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited {
  color: #fff;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.top-navigation .mobile-navigation {
  display: flex;
  flex-flow: row-reverse;
  padding: 1rem;
}

.mobile-navigation button {
  width: unset;
  font-size: var(--mobile-btn-font-size);
}

.footer-menu {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

ul.footer-menu {
  margin: var(--list-margin);
}

.footer-menu .menu-item-has-children {
  font-size: var(--mobile-btn-font-size);
  flex-basis: 33.3%;
}

.sub-menu .menu-item {
  font-size: var(--list-element-font-size);
}

.sub-menu {
  display: flex;
  flex-flow: column;
}

/* block margin helpers */
.mboth {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtop {
  margin-top: 30px;
}

.mbottom {
  margin-bottom: 30px;
}

/* backgrounds */
.bg-arrows {
  background-image: url(./images/bg-arrows.webp);
  background-position: 50% 0;
  background-repeat: repeat;
}

.bg-blue-fletchings {
  background-image: url(./images/bg-blue-fletchings.webp);
  background-position: 50% 0;
  background-repeat: repeat;
}

.bg-black {
  background: #000;
}

.parallax-bg {
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
}

.pmpro_content_message {
  text-align: center;
  margin-top: 20vh;
  margin-bottom: 20vh;
}

.mission-statement .wp-block-pullquote {
  border: none;
  margin: 0;
  padding-top: 3em;
}
.mission-statement .wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
  max-width: 90%;
  margin: 0 auto;
}

/*.mission-statement .gb-container-content {
  background: rgba(255, 255, 255, 0.75);
}*/

.hero-container {
  min-height: 600px;
  padding-top: 50px;
}

.hero-container.hero-compact {
  min-height: 475px;
}

.hero-container .gb-container-content {
  width: 75vw;
  margin-left: calc(50% - 75vw / 2);
  padding-top: 150px;
}

.result.card {
  background: #fff;
}

#page h1.entry-title {
  margin-top: 125px;
  width: 75vw;
  margin-left: calc(50% - 75vw / 2);
}

.h2span {
  clear: both;
  font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3%;
  font-size: 40px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
}

@media (min-width: 769px) {
  .site-title-wrap {
    display: inline-block;
    vertical-align: top;
    max-width: 30%;
    width: 100%;
    position: relative;
  }

  .top-navigation .main-navigation {
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  .top-navigation-right {
    display: inline-block;
  }

  .top-navigation .mobile-navigation {
    display: none;
  }
  .footer-bottom {
    display: flex;
    flex-flow: row;
  }

  .footer-tagline {
    width: 100%;
  }

  .footer-navigation {
    width: 100%;
  }

  .footer-menu {
    flex-flow: row;
  }
}

@media (max-width: 768px) {
  #masthead .container {
    display: none;
  }

  .alignwide {
    max-width: none;
    padding: 0 25px;
  }
  .alignwide li {
    max-width: none;
    padding: 0 25px 0 0;
  }

  .wp-block-media-text__content {
    margin-top: 25px;
  }

  .mobile-flex-reverse {
    flex-direction: column-reverse;
  }

  .hero-container.hero-compact {
    min-height: 215px;
  }
  .page-template-full-width #page {
    margin-top: 82px;
  }
}

@media (min-width: 768px) {
  /*.mission-statement .gb-container-image.has-background-dim {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 0.8;
  }*/

  .mission-statement .wp-block-pullquote {
    border: none;
    margin: 0;
    padding-top: 6em;
    margin-right: 33.3%;
  }


}
