/*
Theme Name: Old-Time 2024
Author: Jesse Ross at Hedgemaze
Author URI: https://hedgemaze.co/
*/

@font-face {
  font-family: "Habana Sweets NF";
  src: url("assets/fonts/HabanaSweetsNF.woff2") format("woff2"), 
       url("assets/fonts/HabanaSweetsNF.woff") format("woff");
}

/*@font-face {
  font-family: "Life is Jazz";
  src: url("assets/fonts/LifeIsJazz.woff") format("woff");
}*/

@font-face {
  font-family: "Wild Pines Park";
  src: url("assets/fonts/WildPinesPark-Regular.woff2") format("woff2"),
		   url("assets/fonts/WildPinesPark-Regular.woff") format("woff");
}

html, body {
  background-attachment: fixed;
  background-color: #f0eadc;
  background-image: url("/wp-content/uploads/2024/01/bkgnd-texture-scaled.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #463407;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
}

a {
  color: #ff6000;
}

b, strong {
  font-weight: 800;
}

em, i {
  font-style: italic;
}

footer {
  padding: 30px 0;
}

main {
  margin-top: 65px;
}

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

.bg-light {
  background-color: transparent !important;
}

.color--white {
  color: #fff;
}

.dropdown-item {
  color: #463407;
  transition: all .15s ease-in-out;
}

@media (max-width: 991px) {
  .dropdown-item {
    padding: 5px 0;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #ff6000;
}

.dropdown-item:active {
  background-color: #ff6000;
  color: #fcfaf4;
}

@media (max-width: 991px) {
  .dropdown-toggle {
    margin-right: -15px;
  }
}

.font--18 {
  font-size: 18px;
}

.font--20 {
  font-size: 20px;
}

.font--24 {
  font-size: 24px;
}

.font--30 {
  font-size: 30px;
}

.font--40 {
  font-size: 40px;
}

.font--habana {
  color: #95612f;
/*  display: inline-block;*/
  font-family: "Habana Sweets NF";
/*  transform: scale(.8, 1);*/
}

.font--wild {
  font-family: "Wild Pines Park";
}

/*.font--jazz {
  font-family: "Life is Jazz";
}*/

.menu-item .nav-link {
  color: #463407;
  cursor: pointer;
}

.menu-item .nav-link:hover,
.menu-item .nav-link:focus,
.menu-item.current-menu-item .nav-link {
  color: #ff6000;
}

.menu-item .nav-link span {
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
  transition: all .15s ease-in-out;
}

.menu-item .nav-link:hover span,
.menu-item .nav-link:focus span,
.menu-item.current-menu-item .nav-link span {
  border-bottom: 3px solid #ff6000;
}

.navbar {
  background-attachment: fixed;
  background-color: #f0eadc;
  background-image: url("/wp-content/uploads/2024/01/bkgnd-texture-scaled.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65px;
/*  position: relative;*/
  z-index: 900;
}


.navbar .otc-bkgnd--banjos {
  height: 65px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fcfaf4;
    border-radius: 0 0 10px 10px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -8px;
    padding: 55px 20px 1px;
    text-align: right;
  }
}

.navbar-nav {
  font-family: "Wild Pines Park";
}

.navbar-nav .dropdown-menu {
  background-color: #fcfaf4;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: right;
  }
}


.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 10px;
}

.otc-bkgnd--banjos {
  background-image: url("/wp-content/uploads/2024/01/bkgnd-banjos-scaled.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}

.otc-block {
  position: relative;
}

.otc-block--banner {
}

.otc-block--banner--container {
  border-bottom: 1px solid #463407;
  border-top: 1px solid #463407;
  padding-bottom: 15px;
}

.otc-block--banner--img {
  margin-bottom: -30px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .otc-block--banner--img {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.otc-block--banner--img--larger  {
  margin-bottom: -60px;
  margin-top: -60px;
}
@media (max-width: 991px) {
  .otc-block--banner--img--larger {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.otc-block--banner--text {
  margin-top: 15px;
}

.otc-block--banner--text a {
  color: #ff6000;
  text-decoration: none;
}

.otc-block--banner--text p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .otc-block--banner--text p {
    margin-bottom: 1rem;
  }
}

.otc-block--caption {
  background: #262676;
  color: #ff6000;
  padding-bottom: 24px;
  padding-top: 20px;
}

.otc-block--caption p {
  margin-bottom: 0;
}

.otc-block--columns {
  margin-bottom: 50px;
  margin-top: 50px;
}

.otc-block--columns--col {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .otc-block--columns--col {
    margin-bottom: 40px;
  }
}

.otc-block--columns--header {
  margin-bottom: 40px;
}

.otc-block--gallery--item a {
  color: #463407;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.otc-block--gallery--item a:hover {
  color: #ff6000;
}

.otc-block--gallery--item a img {
  border: 0px solid transparent;
  transition: all .15s ease-in-out;
}

.otc-block--gallery--item a:hover img {
  border: 6px solid #ff6000;
  transition: all .15s ease-in-out;
}

.otc-block--gallery--item img {
  margin-bottom: 10px;
}

.otc-block--promo {
  background-attachment: fixed;
  background-image: url('/wp-content/uploads/2024/01/bkgnd-duotone.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  margin-bottom: 50px;*/
  margin-top: 50px;
  z-index: 100;
}

.otc-block--promo--primary {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .otc-block--promo--primary {
    padding: 10px 40px 50px;
  }
}

.otc-block--promo--primary h2 {
  color: #ff6000;
  margin-bottom: 20px;
}

.otc-block--promo--secondary {
  color: #fff;
  padding: 0;
}
@media (max-width: 767px) {
  .otc-block--promo--secondary {
    padding: 40px 40px 0;
  }
}

.otc-block--promo--secondary img {
  margin: -80px 0;
}
@media (max-width: 767px) {
  .otc-block--promo--secondary img {
    margin: 0;
  }
}

.otc-block--quote {
  background-attachment: fixed;
  background-image: url('/wp-content/uploads/2024/01/bkgnd-duotone.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.otc-block--quote--primary {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .otc-block--quote--primary {
    background: #262676;
    padding: 50px 40px 0;
  }
}

.otc-block--quote--primary h2 {
  color: #ff6000;
}

.otc-block--quote--primary p {
  color: #fff;
  text-transform: uppercase;
}

.otc-block--quote--secondary {
  background: #262676;
  color: #fff;
  padding: 100px 40px;
}
@media (max-width: 767px) {
  .otc-block--quote--secondary {
    padding: 40px;
  }
}

.otc-block--slideshow {
  margin-bottom: 50px;
  margin-top: 50px;
}

.otc-block--slideshow--caption {
  padding: 20px 50px;
}

.otc-block--slideshow--story_button {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .otc-block--slideshow--story_button {
    margin-top: 20px;
  }
}

.otc-block--split {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 0;
}

.otc-block--split h4 {
  font-family: "Wild Pines Park";
  font-size: 18px;
}

.otc-block--tab {
  display: none;
}

.otc-block--text {
  margin: 50px; 0
}

.otc-block--text form {
  margin: 0 auto;
  width: fit-content;
}

.otc-button,
input[type=submit] {
  appearance: none;
  background: #ff6000;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Wild Pines Park";
  padding: 10px 20px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  width: fit-content;
}

.otc-button:hover,
input[type=submit]:hover {
  background: #463407;
}

.otc-button.disabled,
.otc-button.disabled:hover {
  background: rgba(255, 96, 0, 0.3);
  cursor: auto;
  position: relative;
}

.otc-button.full {
  width: 100%;
}

.otc-button.tab {
  background: #e3d6c3;
  color: #95612f;
  margin-bottom: 20px;
}

.otc-button.tab.selected,
.otc-button.tab:hover {
  background: #95612f;
  color: #e3d6c3;
}

.otc-button--disabled_text {
  background-color: #463407;
  border-radius: 5px;
  padding: 3px 6px;
  position: absolute;
  right: 15%;
  transform: rotate(8deg);
}

.otc-logo {
  margin-left: 4%;
  margin-top: 3%;
  width: 80%;
}

.otc-logo-wrapper {
  background-image: url("assets/img/logo-wrapper.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 150px;
  left: 0;
  max-width: 500px;
  position: absolute;
  top: 0;
  transition: all .15s ease-in-out;
  width: 70%;
}

@media (max-width: 1080px) {
  .otc-logo-wrapper {
    max-width: 400px;
  }
}

.otc-logo-wrapper.collapsed {
  max-width: 300px !important;
}

.slick-prev:before,
.slick-next:before {
  color: #463407;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-fadeable {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.u-fadeable.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.u-flex--bottom {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.u-flex--center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.u-flex--top {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.u-img--full {
  width: 100%;
}

.u-img--effect--circle {
  border-radius: 50%;
}

.u-img--effect--none {
  /* nothing goes here */
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  padding: 5px;
  width: 100%;
}

.wpcf7-form label {
  width: 100%;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

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