/*
Theme Name: Bowling Vision Activity
Theme URI: https://www.detype.com/
Author: Detype
Author URI: https://www.detype.com/
Description: Bowling Vision Activity - WordPress Theme
Version: 1.0.0
Text Domain: bow
*/
.video-bg iframe {
  pointer-events: none;
}

.hero-banner {
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (height/width) */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 1300px) {
  .video-height {
    min-height: auto;
  }
  .video-container {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner .hero-content {
    margin-top: 0px;
    padding-top: 120px;
  }
  .hero-banner .container {
    width: 100%;
  }
  .hero-banner .hero-content .action {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    row-gap: 15px;
  }
  .site-header {
    border-top: 0px !important;
  }
  .content h1 {
    font-size: 36px;
  }
  .content h2 {
    font-size: 30px;
  }
  .content h3 {
    font-size: 26px;
  }
  .hero-banner .hero-content .content {
    font-size: 16px;
  }
  .fullwidth-cta-2 {
    padding: 30px 0;
  }
  .hero-banner .hero-content {
    border: 0px !important;
  }
  .acf-builder-content {
    padding: 60px 0;
  }
  .normallogo, .fixedlogo {
    display: none !important;
  }
  a.mobilelogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .autofit-cta .item .title {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .mobilelogo {
    display: none !important;
  }
}
/* ------------------- standard page styles ------------ */
.page_header {
  background-color: #1e1e1e;
  color: #FFF;
  padding: 180px 0 60px;
}

.page_header .page_title {
  margin-bottom: 0;
}

.page_content {
  padding: 60px 0;
}

.page_content blockquote {
  border-left: #b9b9b9 solid 4px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page_content ul {
  margin: 20px;
}

.page_content ol {
  margin: 20px;
}

@media only screen and (max-width: 767px) {
  .site-header .site-logo a img {
    max-height: 60px !important;
    max-width: 137px !important;
    height: auto !important;
  }
  .site-header .user-nav a {
    white-space: nowrap;
  }
  body.sticky-header .site-header .container {
    padding-top: 10px;
  }
}
a.menuiconmob {
  position: absolute;
  left: 0;
  top: 16px;
  max-width: 190px;
}

body.admin-bar .close-btn {
  top: 10px !important;
  right: 10px;
}

/* ul#menu-mobile-menu {
    padding-top: 160px;
} */
.hero-banner.video-height .hero-content-wrap {
  margin-top: -56.25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------------- Faq style ------------------- */
.eachFaq {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dededf;
}
.eachFaq .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.eachFaq .title .icon {
  font-style: normal;
  width: 26px;
  height: 26px;
  background-color: #000;
  display: block;
  text-align: center;
}
.eachFaq .title .icon:before {
  content: "+";
  font-size: 20px;
  line-height: 20px;
  color: #e8e8e8;
  display: block;
}
.eachFaq .title h4 {
  color: #000;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  font-size: 20px;
  padding-top: 3px;
  font-weight: 700;
}
.eachFaq .faq-content {
  margin-top: 15px;
  padding-left: 34px;
  font-size: 16px;
  color: #000;
}
.eachFaq .faq-content p {
  margin: 0;
}
.eachFaq.active .title h4 {
  color: #da3c47;
}
.eachFaq.active .title .icon {
  background-color: #da3c47;
}
.eachFaq.active .title .icon:before {
  content: "-";
  color: #e8e8e8;
}