/******
Colors
******/
/******
Breakpoints
******/
/******
Colors
******/
/******
Breakpoints
******/
/******
Typography
******/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: black;
}

h1,
h2,
h3 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #c31e1e solid 2px;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
  padding-bottom: 2px;
  margin-bottom: 40px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 160.68%;
  color: #3c3c3c;
}

a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 160.68%;
  text-decoration: none;
  color: black;
  transition: all 200ms ease-out;
}

a:hover {
  color: #c31e1e !important;
}

a i:hover {
  color: #c31e1e !important;
}

.header-watermark {
  position: absolute;
  bottom: 0;
  transform-origin: top left;
  height: 18%;
  width: auto;
  opacity: 0.5;
}

@media screen and (min-width: 576px) {
  .header-watermark {
    transform: unset;
    left: 0;
    height: 35%;
    width: auto;
    opacity: 0.3;
  }
}
.bio-subheading {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 24px;
}

/******
Buttons
******/
button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  background: black;
  border: 3px solid #3c3c3c;
  border-radius: 2px;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  transition: all 200ms ease-out;
}

@media screen and (min-width: 576px) {
  button {
    padding: 16px 36px;
  }
}
button:hover {
  color: #f2f2f2 !important;
  border-color: #c31e1e;
  cursor: pointer;
}

.link-button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: black;
  border: 3px solid #3c3c3c;
  border-radius: 2px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  transition: all 200ms ease-out;
}

@media screen and (min-width: 576px) {
  .link-button {
    padding: 12px 24px;
  }
}
.link-button:hover {
  color: #f2f2f2 !important;
  border-color: #c31e1e;
  cursor: pointer;
}

.text-watermark {
  width: 100%;
  position: absolute;
  top: -80px;
  left: -4%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .text-watermark {
    width: 65%;
    top: -140px;
  }
}
/******
Form Styling
******/
label {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 200.68%;
}

input,
textarea,
select {
  margin-bottom: 24px;
  padding: 8px 16px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

input,
textarea {
  width: 100%;
}

/*******
Image Styling
******/
img {
  width: 100%;
  height: auto;
}

/******
Page Section
******/
.home-about,
.home-owners,
.home-classes,
.home-contact,
.page-section {
  margin: 80px auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-about,
.home-owners,
.home-classes,
.home-contact,
.page-section {
    margin: 140px auto 160px auto;
  }
}
/******
Colors
******/
/******
Breakpoints
******/
.main-nav {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100;
}

.main-nav nav {
  height: 56px;
}

.main-nav .page_item {
  list-style: none;
}

.main-nav .page_item a,
.main-nav .nav-link {
  display: flex;
  align-items: center;
  max-height: 32px;
  font-family: "Oswald";
  font-size: 20px;
  text-transform: uppercase;
  color: black;
}

.main-nav .current_page_item {
  border-bottom: #c31e1e solid 2px;
}

.main-nav .desktop-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-nav .desktop-nav {
    display: flex;
  }

  .main-nav .desktop-nav .menu {
    width: 100%;
  }

  .main-nav .desktop-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 36px;
    height: 100%;
    margin-bottom: 0;
  }

  .main-nav .desktop-nav ul li {
    display: flex;
    height: 100%;
  }
}
.main-nav .mobil-nav {
  display: flex;
  justify-content: end;
}

@media screen and (min-width: 768px) {
  .main-nav .mobil-nav {
    display: none;
  }
}
.main-nav .mobil-nav .mobil-nav-button {
  background: none;
  border: none;
  color: black;
}

.main-nav .mobil-nav .closebtn {
  font-family: "Oswald";
  font-size: 40px;
  text-transform: uppercase;
  color: black;
  position: absolute;
  top: 0;
  right: 25px;
}

.main-nav .mobil-nav .mobil-side-panel {
  width: 0;
  height: auto;
  max-height: 500px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 1px 0px 24px -12px #3c3c3c;
}

.main-nav .mobil-nav .mobil-side-panel .page_item {
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  margin-bottom: 16px;
}

/******
Colors
******/
/******
Breakpoints
******/
.site-footer {
  background-color: #3c3c3c;
  padding-top: 80px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
.site-footer h2,
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer .fa-brands {
  color: #fff;
}

.site-footer h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .site-footer h2 {
    margin-bottom: 60px;
  }
}
.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer li {
  font-weight: bold;
  padding-bottom: 8px;
}

.site-footer .contact {
  z-index: 100;
}

.site-footer .fa-brands {
  font-size: 24px;
  margin-right: 12px;
}

.site-footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .site-footer .copyright {
    margin-top: 124px;
  }
}
.site-footer .footer-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 75%;
}

/******
Colors
******/
/******
Breakpoints
******/
.home-page {
  overflow: hidden;
}

.home-page .home-header {
  height: 700px;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .home-page .home-header {
    height: 100vh;
  }
}
.home-page .home-header #headerVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}

.home-page .site-title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: white;
  mix-blend-mode: difference;
}

@media screen and (min-width: 992px) {
  .home-page .site-title {
    font-size: 8rem;
  }
}
.home-page .title-underline {
  height: 2px;
  background-color: #c31e1e;
  margin-left: -500px;
}

.home-page .site-subtitle {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: white;
  mix-blend-mode: difference;
}

@media screen and (min-width: 992px) {
  .home-page .site-subtitle {
    font-size: 2.9rem;
  }
}
.home-page .link-button,
.home-page button {
  margin-top: 40px;
}

.home-page .header-button-wrap {
  z-index: 1;
}

.home-page .header-button {
  margin: 80px auto 0 auto;
}

.home-page .home-parallax {
  height: auto;
  width: -webkit-fill-available;
  -o-object-position: center;
  object-position: center;
}

.home-page .chess-logo-watermark {
  display: none;
}

@media screen and (min-width: 768px) {
  .home-page .chess-logo-watermark {
    display: inline;
    width: 60%;
    position: absolute;
    bottom: -160px;
    right: -25%;
    z-index: -1;
  }
}
.home-page .folsom-logo-watermark {
  display: none;
}

@media screen and (min-width: 768px) {
  .home-page .folsom-logo-watermark {
    display: inline;
    width: 70%;
    position: absolute;
    bottom: -260px;
    right: -35%;
    z-index: -1;
  }
}
/******
Colors
******/
/******
Breakpoints
******/
.calendar-body {
  margin-top: 80px;
}

@media screen and (min-width: 992px) {
  .calendar-body {
    margin-top: 124px;
    display: flex;
  }
}
.calendar-body .calendar-column {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .calendar-body .calendar-column {
    margin-bottom: unset;
    flex-grow: 1;
  }
}
.calendar-body .calendar-cell,
.calendar-body .day-cell {
  border: #3c3c3c solid 1px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: -1px;
  margin-bottom: -1px;
}

.calendar-body .calendar-cell p,
.calendar-body .day-cell p {
  margin: 0;
}

.calendar-body .day-cell {
  background-color: rgba(0, 0, 0, 0.09);
}

.calendar-body .day-cell p {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.calendar-body .calendar-cell :first-of-type {
  font-weight: bold;
}

.calendar-key {
  margin-top: 16px;
}

@media screen and (min-width: 992px) {
  .calendar-key {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
}
/******
Colors
******/
/******
Breakpoints
******/
.wpcf7-form label {
  width: 100%;
}

.wpcf7-form .wpcf7-submit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: black;
  border: 3px solid #3c3c3c;
  border-radius: 2px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  transition: all 200ms ease-out;
}

@media screen and (min-width: 576px) {
  .wpcf7-form .wpcf7-submit {
    padding: 12px 24px;
  }
}
.wpcf7-form .wpcf7-submit:hover {
  color: #f2f2f2 !important;
  border-color: #c31e1e;
  cursor: pointer;
}

/******
Colors
******/
/******
Breakpoints
******/
.about-page {
  overflow: hidden;
}

.about-page .about-header {
  height: 350px;
  background-image: url(images/about/about-header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .about-page .about-header {
    height: 700px;
  }
}
.about-page .about-belt-background {
  background-image: url(images/about/about-belts.png);
  background-size: cover;
  background-position: right;
  padding: 60px 0 60px 0;
}

.about-page #lineage {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.about-page #lineage b {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 160.68%;
}

.about-page #lineage .lineage-list {
  margin-top: 24px;
}

.about-page #lineage .lineage-list :nth-child(even) {
  color: #c31e1e;
}

.about-page #lineage span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160.68%;
}

/******
Colors
******/
/******
Breakpoints
******/
.classes-page {
  overflow: hidden;
}

.classes-page .classes-header {
  height: 350px;
  background-image: url(images/gym-inside.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .classes-page .classes-header {
    height: 700px;
  }
}
.classes-page .instructor-img {
  padding: 24px;
}

.classes-page .instructor-name {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160.68%;
}

.classes-page .instructor-title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
}

.classes-page .class-margin {
  margin: 0px auto 140px auto;
}

.classes-page #together-watermark {
  display: none;
}

@media screen and (min-width: 576px) {
  .classes-page #together-watermark {
    display: inline;
    position: absolute;
    width: 93%;
    right: -5%;
  }
}
/******
Colors
******/
/******
Breakpoints
******/
.posts-page {
  overflow: hidden;
}

.posts-page .classes-header {
  height: 350px;
  background-image: url(images/gym-inside-angle.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .posts-page .classes-header {
    height: 700px;
  }
}
.posts-page article {
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 2px solid #d9d9d9;
}

.posts-page article p {
  margin-bottom: 40px;
}

aside {
  padding-top: 60px;
}

aside h3 {
  font-size: 1.5rem;
  border: none;
  margin-bottom: 24px;
}

aside ul {
  list-style: none;
  padding-left: unset;
}

aside li {
  font-weight: 600;
  line-height: 200.68%;
}

aside #block-6 {
  margin-top: 80px;
}

#blog-post {
  padding-top: 56px;
}

#blog-post .blog-body {
  margin-bottom: 160px;
}

#blog-post .blog-body .post-thumbnail {
  margin-bottom: 36px;
}

#blog-post .blog-body .entry-header {
  margin-bottom: 36px;
}

#blog-post .blog-body .entry-footer {
  margin-top: 36px;
}

#blog-post .blog-body .nav-links {
  display: flex;
  margin-top: 12px;
  gap: 24px;
}

#blog-post .blog-body .nav-links a {
  color: #3c3c3c;
  font-weight: 600;
}

#blog-post .blog-body .nav-links a .blog-footer-arrow {
  color: #c31e1e;
}

#blog-post .entry-meta {
  font-size: 0.8rem !important;
}

#blog-post .entry-meta a {
  font-size: 0.8rem !important;
}

/******
Colors
******/
/******
Breakpoints
******/
#signup-form label,
#signup-form input {
  display: block;
}

#signup-form #name,
#signup-form #email {
  width: 100%;
}

#name,
#email {
  width: 100%;
}

#class-select {
  display: grid;
  margin-right: 24px;
}

.wpcf7-submit {
  margin-top: 24px;
}

/******
Colors
******/
/******
Breakpoints
******/
#parallax-1,
#parallax-2,
#parallax-3 {
  /* Set a specific height */
  height: 50vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 576px) {
  #parallax-1,
#parallax-2,
#parallax-3 {
    height: 65vh;
  }
}
#parallax-1 {
  /* The image used */
  background-image: url("images/gym-outside.jpg");
}

#parallax-2 {
  /* The image used */
  background-image: url("images/gym-inside-angle.jpg");
}

#parallax-3 {
  /* The image used */
  background-image: url("images/gym-inside.jpg");
}

/*!
Theme Name: Beda Bjj
Theme URI: https://www.bedabjj.com/
Author: Nicholas Carlson
Author URI: https://ncarlsondesign.com/
Description: Template created for Beda Bjj Folsom
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beda-bjj
*/
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
