/**
 * Acowood Theme Main SCSS
 * 
 * This is the main SCSS file that imports all theme styles.
 * Compile this file to generate the final CSS.
 */
/**
 * Acowood Theme Overrides
 * 
 * This file contains custom styles that override the default theme styles.
 * Add your customizations here to maintain them when the theme is updated.
 */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;700&display=swap");
.banner img {
  min-height: 480px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .banner img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4/3;
  }
}
.banner .caption {
  top: auto;
  bottom: 50px;
}
.banner .caption .caption__title {
  font-family: "Crimson Text", sans-serif;
  font-weight: 600;
  font-size: 96px;
  line-height: 96px;
  margin: 0;
}
@media (max-width: 1240px) {
  .banner .caption .caption__title {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 768px) {
  .banner .caption .caption__title {
    font-size: 36px;
    line-height: 36px;
  }
}

.header--choice-1 .header__lower {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .header--choice-1 .header__lower {
    padding: 20px 0;
  }
}
.header--choice-1 .header__lower img.logo {
  max-height: 55px;
}
@media (max-width: 768px) {
  .header--choice-1 .header__lower img.logo {
    max-height: 40px;
  }
}
.header--choice-1 #nav-icon2 {
  margin: 10px 0;
}

.slider {
  background: #22223C;
}
@media (max-width: 801px) {
  .slider {
    margin-top: 166px;
  }
}
@media (max-width: 768px) {
  .slider {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .slider .overlay {
    display: none;
  }
}
.slider img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .slider img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.slider .caption {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .slider .caption {
    position: static;
    transform: none;
    padding: 0;
  }
}
.slider .caption .inner {
  background: #22223C;
  position: relative;
  padding: 70px 70px 50px 70px;
}
@media (max-width: 768px) {
  .slider .caption .inner {
    padding: 35px 35px 25px 35px;
    width: 100%;
    max-width: 100%;
  }
}
.slider .caption .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 15px;
  background: linear-gradient(to right, transparent, #22BDFF 50%, #22BDFF calc(100% - 15px), #22BDFF 100%);
}
.slider .caption .inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 25%;
  width: 15px;
  background: linear-gradient(to bottom, #22BDFF, #22BDFF 15px, #22BDFF 50%, transparent 100%);
}
.slider .caption .inner .caption__top-text {
  color: #fff;
  font-family: "Spartan", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.slider .caption .inner .caption__title {
  display: block;
  color: #87D1F1;
  font-family: "Crimson Text", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .slider .caption .inner .caption__title {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.slider .caption .inner .btn {
  background: #87D1F1;
  color: #22223C;
  border-radius: 0;
}
.slider .caption .inner .btn:hover {
  background: #22BDFF;
  color: #22223C;
}
@media (max-width: 768px) {
  .slider .bx-controls {
    position: static;
  }
}

.byner-jobintro__content {
  background: #22223C;
  position: relative;
  padding: 70px 70px 50px 70px;
  max-width: 100%;
  width: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .byner-jobintro__content {
    padding: 35px 35px 25px 35px;
  }
}
.byner-jobintro__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 15px;
  background: linear-gradient(to right, transparent, #22BDFF 50%, #22BDFF calc(100% - 15px), #22BDFF 100%);
}
.byner-jobintro__content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 25%;
  width: 15px;
  background: linear-gradient(to bottom, #22BDFF, #22BDFF 15px, #22BDFF 50%, transparent 100%);
}
.byner-jobintro__content .byner-jobintro__date {
  color: #fff;
  font-family: "Spartan", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.byner-jobintro__content h1 {
  display: block;
  color: #87D1F1;
  font-family: "Crimson Text", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .byner-jobintro__content h1 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.byner-jobintro__content .btn {
  background: #87D1F1;
  color: #22223C;
  border-radius: 0;
}
@media (max-width: 576px) {
  .byner-jobintro__content .btn {
    width: 100%;
    text-align: center;
  }
}
.byner-jobintro__content .btn:hover {
  background: #22BDFF;
  color: #22223C;
}
.byner-jobintro__content .btn.byner-readmore {
  background: #000;
  color: #87D1F1;
}
.byner-jobintro__content .btn.byner-readmore:hover {
  background: rgb(25.5, 25.5, 25.5);
}

.frx_bg_s {
  background: #22223C;
}
.frx_bg_s .btn {
  background: #87D1F1;
  color: #22223C;
  border-radius: 0;
}
.frx_bg_s .btn:hover {
  background: #22BDFF;
  color: #22223C;
}

.flex-flow-content p {
  margin: 0 0 1rem;
}

.row__cta--content .row__cta__title p {
  margin: 0 0 1rem;
}

@media (max-width: 900px) {
  .single__content__main, .single__content__side {
    margin-top: 0;
  }
}

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