/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
body {
  line-height: 1.4;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  color: #9a9a9a;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/
.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #c72b31;
}

.btn-main, .btn-main-sm {
  background-color: #21D6BF;
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
  color: #f4f0e8;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}
.btn-main:hover, .btn-main-sm:hover {
  color: #f4f0e8;
}

.btn-main-sm {
  padding: 8px 20px;
  font-size: 12px;
}

.btn-transparent {
  color: #f4f0e8;
  border: 1px solid #f4f0e8;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
}
.btn-transparent:hover {
  color: #f4f0e8;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.padding-0 {
  padding: 0;
}
@media (max-width: 768px) {
  .padding-0 {
    padding: 0 15px;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

#preloader {
  background: #c72b31;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}

.preloader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.preloader .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #f4f0e8;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.preloader .sk-circle2 {
  transform: rotate(30deg);
}

.preloader .sk-circle3 {
  transform: rotate(60deg);
}

.preloader .sk-circle4 {
  transform: rotate(90deg);
}

.preloader .sk-circle5 {
  transform: rotate(120deg);
}

.preloader .sk-circle6 {
  transform: rotate(150deg);
}

.preloader .sk-circle7 {
  transform: rotate(180deg);
}

.preloader .sk-circle8 {
  transform: rotate(210deg);
}

.preloader .sk-circle9 {
  transform: rotate(240deg);
}

.preloader .sk-circle10 {
  transform: rotate(270deg);
}

.preloader .sk-circle11 {
  transform: rotate(300deg);
}

.preloader .sk-circle12 {
  transform: rotate(330deg);
}

.preloader .sk-circle2:before {
  animation-delay: -1.1s;
}

.preloader .sk-circle3:before {
  animation-delay: -1s;
}

.preloader .sk-circle4:before {
  animation-delay: -0.9s;
}

.preloader .sk-circle5:before {
  animation-delay: -0.8s;
}

.preloader .sk-circle6:before {
  animation-delay: -0.7s;
}

.preloader .sk-circle7:before {
  animation-delay: -0.6s;
}

.preloader .sk-circle8:before {
  animation-delay: -0.5s;
}

.preloader .sk-circle9:before {
  animation-delay: -0.4s;
}

.preloader .sk-circle10:before {
  animation-delay: -0.3s;
}

.preloader .sk-circle11:before {
  animation-delay: -0.2s;
}

.preloader .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.title {
  padding-bottom: 50px;
  text-align: center;
}
.title h2 {
  font-size: 35px;
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}
.title h4 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .title p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .title p {
    width: 80%;
  }
}
.title .border {
  border: none;
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 90px;
  margin-bottom: 10px;
}

.bg-gray {
  background: #f9f9f9;
}

.color-gray {
  color: #777;
}

.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.34);
}

.gradient, .service-2 .service-item i, .title .border {
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
}
.header-bradcrumb a:hover {
  color: #c72b31;
}

.slick-slide {
  outline: none;
}

.commonTab .nav-tabs {
  border: 1px solid transparent;
  text-align: center;
}
.commonTab .nav-tabs .nav-item {
  margin: 0 3px;
}
.commonTab .nav-tabs .nav-item .nav-link {
  background: #f9f9f9;
  color: #666;
  text-transform: capitalize;
  border-radius: 0;
}
.commonTab .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #c72b31;
  background: #c72b31;
  color: #f4f0e8;
}
.commonTab .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #c72b31;
  border-radius: 0;
  background: #c72b31;
  color: #f4f0e8;
}
.commonTab .tab-content {
  padding-top: 30px;
}

.rev_slider_wrapper {
  height: calc(100vh - 80px) !important;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .rev_slider_wrapper {
    margin-top: 60px;
  }
}

.bg-pricing {
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
}

.single-page-header {
  background: #1f2532;
  padding: 50px 0;
  text-align: center;
  color: #f4f0e8;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .single-page-header {
    margin-top: 60px;
  }
}
.single-page-header .breadcrumb {
  background: transparent;
  display: inline-block;
}
.single-page-header .breadcrumb li {
  display: inline-block;
}
.single-page-header .breadcrumb li a {
  color: #c72b31;
}

.navigation {
  transition: 0.3s all;
  background: #1f2532;
}
.navigation .navbar-nav > li.active a {
  color: #f4f0e8;
}
.navigation .navbar-nav > li > a {
  color: #707d8f;
  font-size: 15px;
  line-height: 26px;
  padding: 20px 15px !important;
  transition: 0.2s ease-in-out 0s;
}
@media (max-width: 480px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}
@media (max-width: 768px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}
.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #c72b31;
}
.navigation .navbar-toggler {
  color: #f4f0e8;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}
.navigation .nav .open > a {
  background: none;
}
.navigation .dropdown {
  padding: 0;
}
.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.navigation .dropdown .dropdown-item {
  padding: 8px 15px;
  color: #f4f0e8;
  font-size: 13px;
}
.navigation .dropdown .dropdown-item:hover {
  background: transparent;
  color: #c72b31;
}
.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  transform-origin: top;
  animation-fill-mode: forwards;
  background-color: #000;
  display: block;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
}
@media (max-width: 992px) {
  .navigation .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: unset;
  }
}
.navigation .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
@media (max-width: 992px) {
  .navigation .dropdown .dropdown-menu.show {
    display: block;
  }
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  padding: 150px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f2532;
}
@media (max-width: 480px) {
  .hero-area {
    padding: 80px 0;
  }
}
.hero-area .block {
  color: #f4f0e8;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .hero-area .block {
    padding: 0;
  }
}
.hero-area .block h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.hero-area .block p {
  color: #707d8f;
  margin-bottom: 20px;
}
.hero-area .block .list-inline {
  margin-top: 50px;
}
.hero-area .block .btn-main, .hero-area .block .btn-main-sm {
  margin-right: 8px;
}

.video-player iframe {
  width: 100%;
  height: 100%;
}
.video-player .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.video-player .play-icon i {
  margin-left: 3px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  transition: transform 300ms ease;
  background: #f4f0e8;
  color: #c72b31;
  line-height: 80px;
  font-size: 30px;
  margin-left: 5px;
}
.video-player .play-icon:hover i {
  transform: scale(1.1);
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #f4f0e8;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #f4f0e8;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  background: #f4f0e8;
}
.about h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 992px) {
  .about h2 {
    font-size: 25px;
  }
}
.about h4 {
  font-size: 14px;
  color: #c72b31;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about p {
  line-height: 1.6;
  margin-top: 20px;
}
.about .content {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .about .content {
    padding: 5px 0;
  }
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}
.about-2 h2 {
  position: relative;
}
.about-2 h2:before {
  position: absolute;
  left: -15%;
  top: 18px;
  content: "";
  display: inline-block;
  width: 12%;
  height: 3px;
  background-color: #ffa535;
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
  background-image: linear-gradient(100deg, #f9643d, #fe2a77);
}
@media (max-width: 768px) {
  .about-2 h2:before {
    display: none;
  }
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #f4f0e8;
}
.call-to-action h2 {
  line-height: 1.5;
}
.call-to-action p {
  color: #f4f0e8;
}
.call-to-action .btn-main, .call-to-action .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #f4f0e8;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #f4f0e8;
}
.call-to-action-2 .btn-main, .call-to-action-2 .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-form {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-form {
    margin-top: 20px;
  }
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 3px;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #c72b31;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #c72b31;
  color: #f4f0e8;
  border-radius: 0;
  cursor: pointer;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #c72b31;
}
.social-icon li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}
.map #map {
  height: 400px;
  color: white;
}

.contact-meta-block {
  margin-top: 30px;
  padding: 40px 0;
  min-height: 250px;
  text-align: center;
  background: #f4f0e8;
  border-radius: 3px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
}
.contact-meta-block > i {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table .pricing-item {
  margin-bottom: 15px;
  border-radius: 3px;
  padding-bottom: 40px;
  text-align: center;
  background: #f9f9f9;
}
.pricing-table .pricing-item a.btn-main, .pricing-table .pricing-item a.btn-main-sm {
  text-transform: uppercase;
  margin-top: 20px;
}
.pricing-table .pricing-item ul {
  padding: 20px 0 10px;
}
.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}
.pricing-table .pricing-item li i {
  margin-right: 6px;
}
.pricing-table .price-title {
  padding: 30px 0 20px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #f4f0e8;
}
.pricing-table .price-title > h3 {
  color: #f4f0e8;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table .price-title > p {
  color: #f4f0e8;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  width: 60%;
  margin: 0 auto;
}
.pricing-table .price-title .value {
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  padding: 8px 5px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: #777;
  outline: none;
  background: none;
}
.portfolio-filter button:hover {
  border-bottom: 2px solid #c72b31;
  color: #000;
}
.portfolio-filter button.active {
  border-bottom: 2px solid #c72b31;
  color: #000;
}

.portfolio-items-wrapper li {
  width: 32.33%;
}

.portfolio-block {
  position: relative;
  transition: 0.3s all;
  overflow: hidden;
}
.portfolio-block:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 50, 107, 0.9);
  transition: 0.3s all;
}
.portfolio-block:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.portfolio-block:hover .caption h4 {
  transform: translate3d(0, 0, 0);
}
.portfolio-block:hover .caption {
  opacity: 1;
}
.portfolio-block:hover .caption .search-icon {
  opacity: 1;
}
.portfolio-block .caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.portfolio-block .caption h4 {
  font-size: 20px;
  font-weight: 700;
}
.portfolio-block .caption h4 a {
  color: #f4f0e8;
}
.portfolio-block .caption .search-icon {
  background: #c72b31;
  color: #f4f0e8;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
  opacity: 0;
}

/*=================================================================
  Services section
==================================================================*/
.services .service-block {
  padding: 30px 20px;
}
@media (max-width: 480px) {
  .services .service-block {
    padding: 15px;
  }
}
.services .service-block .service-icon {
  margin-bottom: 15px;
}
.services .service-block i {
  font-size: 40px;
  color: #c72b31;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
}
.services .service-block p {
  color: #777;
}

/*=================================================================
  Services section 2
==================================================================*/
@media (max-width: 480px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
@media (max-width: 768px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
@media (max-width: 400px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
.service-2 .service-item {
  background: #f4f0e8;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-right: -1px;
  margin-bottom: -1px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item .count {
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #f3f1f1;
  font-weight: 700;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

.service-list .block {
  background: #c72b31;
  color: #f4f0e8;
  padding: 30px;
}
.service-list .block i {
  font-size: 30px;
}
.service-list .block h3 {
  font-size: 22px;
  margin: 10px 0;
}
.service-list .block ul li {
  margin-bottom: 6px;
  color: #f9f9f9;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team-member {
  background: #f4f0e8;
  margin-bottom: 15px;
}
.team-member:hover img {
  transform: scale(1.1);
}
.team-member:hover .mask {
  opacity: 1;
}
.team-member .member-content {
  padding: 25px 0;
}
.team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team-member .member-content span {
  font-size: 14px;
  color: #555;
}
.team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team-member .member-content ul {
  text-align: center;
  position: relative;
}
.team-member .member-content ul li {
  margin-right: 7px;
}
.team-member .member-content ul li a i {
  color: #f0326b;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-member .member-content ul li a {
  font-size: 18px;
  padding: 10px;
}
.team-member .member-content ul li a:hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}
.team-member .member-photo {
  overflow: hidden;
  position: relative;
}
.team-member .member-photo img {
  transition: all 0.6s ease 0s;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  background: #c72b31;
  position: relative;
}
.testimonial .item i {
  font-size: 40px;
  color: #f4f0e8;
  margin-bottom: 30px;
  display: inline-block;
}
.testimonial .item .client-details {
  padding-bottom: 30px;
}
.testimonial .item .client-details p {
  font-size: 17px;
  color: #f4f0e8;
  font-weight: 200;
  padding: 0 10%;
}
.testimonial .item .client-meta {
  margin-top: 8px;
  color: #f4f0e8;
}
.testimonial .item .client-meta h4 {
  margin-bottom: 4px;
}
.testimonial .item .client-meta span {
  font-size: 12px;
}
.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  height: auto;
}

/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
  background: #f4f0e8;
  margin-bottom: 40px;
}
.post-item .post-thumb {
  margin-right: 10px;
}
.post-item .post-thumb img {
  height: auto;
}
.post-item .post-title {
  margin-top: 20px;
}
.post-item .post-title h3 {
  font-size: 23px;
}
.post-item .post-title h3 a {
  color: #000;
}
.post-item .post-meta {
  font-size: 14px;
  color: #888;
}
.post-item .post-meta a {
  color: #000;
  margin: 3px 0;
}
.post-item .post-content p {
  color: #757575;
  margin: 10px 0;
}
.post-item .btn-main, .post-item .btn-main-sm {
  font-size: 12px;
  margin-top: 10px;
  padding: 8px 20px;
  margin: 15px 0;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #f4f0e8;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  padding-right: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  display: block;
}
.top-footer li a:hover {
  color: #c72b31;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom p {
  color: #656565;
}
.footer-bottom a {
  color: #c72b31;
}

.subscribe-form .form-control {
  border-radius: 0;
}

.page-404 {
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 100px;
  }
}

:root {
  --ol-black: #080808;
  --ol-ink: #11100f;
  --ol-paper: #f2eee6;
  --ol-paper-deep: #dfd8cc;
  --ol-red: #c72b31;
  --ol-red-dark: #941d23;
  --ol-muted: #938f88;
  --ol-line: rgba(242, 238, 230, .18);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ol-black);
  color: var(--ol-paper);
  overflow-x: hidden;
}

::-moz-selection {
  background: var(--ol-red);
  color: #fff;
}

::selection {
  background: var(--ol-red);
  color: #fff;
}

.position-relative {
  position: relative;
}

.min-vh-100 {
  min-height: 100vh;
}

#preloader {
  background: var(--ol-black);
}

#preloader .sk-child:before {
  background: var(--ol-red);
}

.navigation {
  background: rgba(8, 8, 8, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.navigation .container {
  max-width: 1320px;
}

.navigation .navbar {
  min-height: 78px;
  padding: 0;
}

.brand-lockup {
  align-items: center;
  color: var(--ol-paper) !important;
  display: inline-flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: relative;
  transform: rotate(-10deg);
  width: 38px;
}

.brand-mark::after {
  border: 1px solid var(--ol-red);
  border-radius: 50%;
  content: "";
  inset: -4px 3px 3px -4px;
  position: absolute;
}

.brand-mark i {
  color: var(--ol-paper);
  font-size: 19px;
  transform: rotate(10deg);
}

.brand-name {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-name strong {
  color: var(--ol-red);
  font-weight: 400;
}

.navigation .navbar-nav > li > a {
  color: #b6b1a9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  padding: 26px 15px !important;
  text-transform: uppercase;
}

.navigation .navbar-nav > li > a:hover,
.navigation .navbar-nav > li > a:focus {
  color: var(--ol-paper);
}

.navigation .navbar-nav > li > .nav-listen {
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-left: 15px;
  padding: 11px 18px !important;
}

.navigation .navbar-nav > li > .nav-listen:hover {
  background: var(--ol-paper);
  color: var(--ol-black);
}

.signal-dot {
  background: var(--ol-red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(199, 43, 49, 0.14);
  display: inline-block;
  height: 7px;
  margin-right: 8px;
  width: 7px;
}

.ol-home h1,
.ol-home h2,
.ol-home h3,
.ol-home p {
  margin-top: 0;
}

.ol-hero {
  background: radial-gradient(circle at 83% 36%, rgba(199, 43, 49, 0.13), transparent 27%), var(--ol-black);
  min-height: 100vh;
  overflow: hidden;
  padding-top: 79px;
  position: relative;
}

.hero-grid {
  background-image: linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
  background-size: 64px 64px;
  inset: 0;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent 82%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent 82%);
  position: absolute;
}

.hero-copy {
  padding-bottom: 110px;
  padding-top: 110px;
  z-index: 1;
}

.eyebrow {
  align-items: center;
  color: #b8b3aa;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 18px;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.eyebrow span:first-child::before {
  background: var(--ol-red);
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 12px;
  vertical-align: middle;
  width: 30px;
}

.eyebrow span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 18px;
}

.ol-hero h1 {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(54px, 6.6vw, 98px);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 0.97;
  margin-bottom: 32px;
}

.ol-hero h1 em {
  color: var(--ol-red);
  font-weight: 400;
  position: relative;
}

.ol-hero h1 em::after {
  background: var(--ol-red);
  bottom: 4px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: rotate(-2deg);
  width: 100%;
}

.hero-intro {
  color: #aaa69f;
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 38px 0 58px;
}

.btn-ol {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 1.2px;
  min-height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
}

.btn-ol-primary {
  background: var(--ol-red);
  color: #fff;
}

.btn-ol-primary:hover,
.btn-ol-primary:focus {
  background: #e0393f;
  color: #fff;
  transform: translateY(-2px);
}

.btn-ol-quiet {
  color: var(--ol-paper);
}

.btn-ol-quiet:hover,
.btn-ol-quiet:focus {
  color: var(--ol-red);
}

.hero-proof {
  display: flex;
  gap: 42px;
}

.hero-proof div {
  display: grid;
  gap: 5px;
}

.hero-proof strong {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

.hero-proof span {
  color: #77736d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-art-wrap {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  padding-top: 75px;
}

.hero-art {
  border-left: 1px solid var(--ol-line);
  border-right: 1px solid var(--ol-line);
  padding: 72px 0 48px;
  position: relative;
  width: 100%;
}

.hero-art::before,
.hero-art::after {
  background: var(--ol-line);
  content: "";
  height: 1px;
  left: -28px;
  position: absolute;
  right: -28px;
}

.hero-art::before {
  top: 24px;
}

.hero-art::after {
  bottom: 24px;
}

.hero-art img {
  display: block;
  filter: contrast(1.06);
  mix-blend-mode: screen;
  width: 100%;
}

.corner-label {
  color: #76716b;
  font-size: 9px;
  font-weight: 700;
  left: 14px;
  letter-spacing: 1.8px;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
}

.stamp {
  align-items: center;
  background: var(--ol-red);
  border-radius: 50%;
  bottom: 2px;
  color: #fff;
  display: flex;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 12px;
  font-style: italic;
  height: 104px;
  justify-content: center;
  line-height: 1.4;
  position: absolute;
  right: -16px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(9deg);
  width: 104px;
}

.topic-ticker {
  background: var(--ol-red);
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 13px 0;
  position: absolute;
  right: 0;
  transform: rotate(-0.5deg) scale(1.01);
}

.ticker-track {
  align-items: center;
  animation: ticker-slide 24s linear infinite;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}

.ticker-track b {
  font-size: 18px;
  font-weight: 400;
}

@keyframes ticker-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.latest-section,
.episodes-section {
  background: var(--ol-paper);
  color: var(--ol-ink);
  padding: 112px 0;
}

.section-kicker {
  align-items: center;
  color: #5f5b55;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 15px;
  letter-spacing: 2px;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.section-kicker span {
  color: var(--ol-red);
}

.section-kicker::after {
  background: rgba(17, 16, 15, 0.18);
  content: "";
  height: 1px;
  width: 60px;
}

.section-kicker.light {
  color: #aaa49b;
}

.section-kicker.light::after {
  background: var(--ol-line);
}

.episode-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) 1.6fr;
  min-height: 480px;
}

.episode-cover {
  background: linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48% 48.4%, transparent 48.4% 100%), var(--ol-red);
  color: #fff;
  min-height: 430px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.cover-series,
.cover-number {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 28px;
}

.cover-series {
  left: 28px;
}

.cover-number {
  right: 28px;
}

.cover-title {
  bottom: 34px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(54px, 5vw, 78px);
  letter-spacing: -4px;
  line-height: 0.94;
  position: absolute;
}

.network-preview .cover-title {
  font-size: clamp(42px, 4vw, 64px);
}

.cover-star {
  color: rgba(255, 255, 255, 0.28);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 180px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 70px;
}

.episode-copy {
  align-items: flex-start;
  background: #11100f;
  color: var(--ol-paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 72px;
}

.episode-meta {
  color: #8e8981;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 700;
  gap: 22px;
  letter-spacing: 1.6px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.episode-meta span + span::before {
  color: var(--ol-red);
  content: "✳";
  margin-right: 22px;
}

.episode-copy h2 {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1.05;
  margin-bottom: 22px;
}

.episode-copy > p {
  color: #a8a39b;
  font-size: 16px;
  line-height: 1.7;
  max-width: 630px;
}

.episode-actions {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 22px;
}

.play-episode {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ol-paper);
  cursor: pointer;
  display: inline-flex;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 1.3px;
  padding: 0;
  text-transform: uppercase;
}

.play-icon-small,
.round-play {
  align-items: center;
  background: var(--ol-red);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  transition: 0.2s ease;
  width: 46px;
}

.play-episode:hover .play-icon-small,
.round-play:hover,
.round-play:focus {
  background: #e13a40;
  transform: scale(1.06);
}

.episode-actions a {
  border-bottom: 1px solid #55514c;
  color: #9e9991;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.waveform {
  align-items: center;
  display: flex;
  gap: 5px;
  height: 42px;
  margin-top: 38px;
  width: 100%;
}

.waveform i {
  background: #45413d;
  display: block;
  height: 12px;
  transition: 0.25s ease;
  width: 3px;
}

.waveform i:nth-child(3n) {
  height: 30px;
}

.waveform i:nth-child(4n) {
  height: 20px;
}

.waveform i:nth-child(5n) {
  height: 38px;
}

.episode-copy.is-playing .waveform i {
  animation: wave-pulse 0.7s ease-in-out infinite alternate;
  background: var(--ol-red);
}

.episode-copy.is-playing .waveform i:nth-child(2n) {
  animation-delay: -0.25s;
}

.episode-copy.is-playing .waveform i:nth-child(3n) {
  animation-delay: -0.45s;
}

@keyframes wave-pulse {
  from {
    transform: scaleY(0.45);
  }
  to {
    transform: scaleY(1);
  }
}
.manifesto-section {
  background: var(--ol-black);
  color: var(--ol-paper);
  padding: 120px 0 130px;
}

.manifesto-section h2 {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1.04;
}

.manifesto-intro {
  align-items: flex-end;
  display: flex;
}

.manifesto-intro p {
  border-left: 2px solid var(--ol-red);
  color: #9c9891;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 24px;
}

.show-pillars {
  border-top: 1px solid var(--ol-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
}

.show-pillars article {
  min-height: 280px;
  padding: 36px 34px 20px 0;
}

.show-pillars article + article {
  border-left: 1px solid var(--ol-line);
  padding-left: 34px;
}

.show-pillars article > span {
  color: var(--ol-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.show-pillars h3 {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  margin: 52px 0 18px;
}

.show-pillars p {
  color: #87837c;
  font-size: 14px;
  line-height: 1.7;
  max-width: 320px;
}

.episodes-section {
  padding-bottom: 128px;
}

.shows-section {
  background: var(--ol-paper);
  color: var(--ol-ink);
  padding: 112px 0 122px;
}

.section-heading-row {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.35fr 0.65fr;
  margin-bottom: 52px;
}

.section-heading-row .section-kicker {
  margin-bottom: 20px;
}

.section-heading-row h2,
.dispatches-heading h2 {
  color: var(--ol-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(50px, 5.7vw, 76px);
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1;
  margin: 0;
}

.section-heading-row > p,
.dispatches-heading > p {
  color: #716c65;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 4px;
  max-width: 520px;
}

.show-grid {
  border-top: 2px solid var(--ol-ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.show-card {
  border-bottom: 1px solid rgba(17, 16, 15, 0.25);
  min-width: 0;
  padding: 24px 24px 34px 0;
}

.show-card + .show-card {
  border-left: 1px solid rgba(17, 16, 15, 0.22);
  padding-left: 24px;
}

.show-art {
  aspect-ratio: 1/1;
  background: var(--ol-black);
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}

.show-art-logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.show-art-logo img {
  display: block;
  width: 100%;
}

.show-art-logo > span {
  background: var(--ol-red);
  bottom: 18px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  left: 18px;
  letter-spacing: 1.5px;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
}

.show-art-signal {
  align-items: center;
  background: #171614;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.show-art-signal::before,
.show-art-signal::after {
  border: 1px solid rgba(242, 238, 230, 0.16);
  border-radius: 50%;
  content: "";
  inset: 14%;
  position: absolute;
}

.show-art-signal::after {
  inset: 28%;
}

.show-art-signal strong {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 400;
  z-index: 1;
}

.show-art-signal i {
  background: var(--ol-red);
  display: block;
  height: 38px;
  transform: skew(-11deg);
  width: 5px;
}

.show-art-signal i:nth-of-type(2) {
  height: 76px;
}

.show-art-open {
  background: var(--ol-red);
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
}

.show-art-open strong,
.show-art-open span,
.show-art-open em {
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.show-art-open strong {
  font-size: 150px;
  left: 15%;
  top: 12%;
  transform: rotate(-8deg);
}

.show-art-open span {
  font-size: 110px;
  right: 16%;
  top: 23%;
  transform: rotate(11deg);
}

.show-art-open em {
  bottom: -14%;
  color: rgba(255, 255, 255, 0.3);
  font-size: 190px;
  left: 43%;
}

.show-card-copy .show-type {
  color: var(--ol-red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.show-card-copy h3 {
  color: var(--ol-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.show-card-copy > p:not(.show-type) {
  color: #77716a;
  font-size: 14px;
  line-height: 1.65;
  min-height: 70px;
}

.show-card-copy a,
.slot-status {
  border-bottom: 1px solid rgba(17, 16, 15, 0.38);
  color: var(--ol-ink);
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-top: 8px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.slot-status {
  border: 0;
  color: #918b83;
}

.cms-note {
  color: #8d877f;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin: 22px 0 0;
}

.cms-note.is-connected {
  color: #416747;
}

.dispatches-section {
  background: var(--ol-paper-deep);
  color: var(--ol-ink);
  padding: 116px 0 126px;
}

.dispatches-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.35fr 0.65fr;
  margin-bottom: 52px;
}

.dispatches-heading .section-kicker {
  margin-bottom: 20px;
}

.dispatch-grid {
  border-top: 2px solid var(--ol-ink);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.dispatch-card {
  border-bottom: 1px solid rgba(17, 16, 15, 0.25);
  min-height: 350px;
  padding: 34px 30px 30px 0;
}

.dispatch-card + .dispatch-card {
  border-left: 1px solid rgba(17, 16, 15, 0.24);
  padding-left: 30px;
}

.dispatch-card > p:first-child {
  color: #7c766f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dispatch-card > p:first-child span {
  color: var(--ol-red);
  margin-right: 12px;
}

.dispatch-card h3 {
  color: var(--ol-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -1.3px;
  line-height: 1.18;
  margin: 64px 0 20px;
}

.dispatch-lead h3 {
  font-size: 38px;
}

.dispatch-card > p:not(:first-child) {
  color: #77716a;
  font-size: 14px;
  line-height: 1.65;
}

.dispatch-card a {
  border-bottom: 1px solid rgba(17, 16, 15, 0.4);
  color: var(--ol-ink);
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.3px;
  margin-top: 18px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.booth-section {
  background: #11100f;
  padding: 110px 0;
}

.booth-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.booth-item {
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.booth-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.booth-item span {
  background: rgba(8, 8, 8, 0.82);
  bottom: 12px;
  color: var(--ol-paper);
  font-size: 10px;
  left: 12px;
  letter-spacing: 1px;
  padding: 9px 11px;
  position: absolute;
  text-transform: uppercase;
}

.episodes-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.episodes-heading .section-kicker {
  margin-bottom: 22px;
}

.episodes-heading h2 {
  color: var(--ol-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -3px;
}

.text-link {
  border-bottom: 1px solid rgba(17, 16, 15, 0.45);
  color: var(--ol-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.episode-list {
  border-top: 2px solid var(--ol-ink);
}

.episode-row {
  align-items: center;
  border-bottom: 1px solid rgba(17, 16, 15, 0.2);
  display: grid;
  gap: 28px;
  grid-template-columns: 60px 1fr 160px 54px;
  padding: 28px 2px;
  transition: 0.25s ease;
}

.episode-row:hover {
  padding-left: 16px;
  padding-right: 16px;
}

.episode-index {
  color: var(--ol-red);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
}

.episode-row p {
  color: #77716a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.episode-row h3 {
  color: var(--ol-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

.episode-topic {
  color: #7b756e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.round-play {
  cursor: pointer;
}

.round-play:disabled {
  background: #bcb5aa;
  cursor: not-allowed;
  opacity: 0.65;
}

.newsletter-section {
  background: var(--ol-red);
  color: #fff;
  padding: 105px 0;
}

.newsletter-inner {
  align-items: end;
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 1fr;
}

.newsletter-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.newsletter-section h2 {
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(52px, 5.7vw, 78px);
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1;
  margin-bottom: 20px;
}

.newsletter-section p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.ol-subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
}

.ol-subscribe-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0;
  color: #fff;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 0;
  outline: 0;
  padding: 18px 8px;
}

.ol-subscribe-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.ol-subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.ol-subscribe-form button {
  background: var(--ol-black);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 0 24px;
  text-transform: uppercase;
}

.ol-subscribe-form .form-status {
  bottom: -32px;
  font-size: 12px;
  grid-column: 1/-1;
  left: 0;
  margin: 0;
  position: absolute;
}

.top-footer {
  background: var(--ol-black);
  border-top: 0;
  padding: 88px 0 72px;
}

.footer-brand {
  margin-bottom: 24px;
}

.top-footer p {
  color: #78746e;
  font-size: 14px;
  line-height: 1.7;
  max-width: 390px;
}

.top-footer h3 {
  color: #6f6b65;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
  margin-bottom: 22px;
}

.top-footer li a {
  color: #aaa59e;
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 2.35;
}

.footer-bottom {
  background: var(--ol-black);
  border-top: 1px solid var(--ol-line);
  padding: 26px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}

.footer-bottom p {
  color: #5f5b56;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .navigation .navbar {
    min-height: 66px;
  }
  .navigation .navbar-collapse {
    border-top: 1px solid var(--ol-line);
    padding-bottom: 18px;
  }
  .navigation .navbar-nav > li > a {
    padding: 10px 0 !important;
  }
  .navigation .navbar-nav > li > .nav-listen {
    display: inline-flex;
    margin: 10px 0 0;
    padding: 10px 16px !important;
  }
  .ol-hero {
    padding-top: 67px;
  }
  .hero-copy {
    padding-bottom: 55px;
    padding-top: 90px;
  }
  .hero-art-wrap {
    padding-bottom: 120px;
    padding-top: 0;
  }
  .hero-art {
    margin: 0 auto;
    max-width: 540px;
  }
  .episode-feature {
    grid-template-columns: 0.85fr 1.2fr;
  }
  .episode-copy {
    padding: 48px 42px;
  }
  .manifesto-intro {
    margin-top: 28px;
  }
  .manifesto-intro p {
    max-width: 570px;
  }
  .newsletter-inner {
    gap: 50px;
  }
  .show-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .show-card:last-child {
    border-left: 0;
    grid-column: 1/-1;
  }
  .show-card:last-child .show-art {
    aspect-ratio: 2/1;
  }
  .dispatch-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dispatch-card:last-child {
    border-left: 0;
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .brand-name {
    font-size: 14px;
  }
  .hero-copy {
    padding-top: 72px;
  }
  .ol-hero h1 {
    font-size: clamp(47px, 14vw, 68px);
    letter-spacing: -3px;
  }
  .eyebrow span + span {
    display: none;
  }
  .hero-intro {
    font-size: 16px;
  }
  .hero-proof {
    gap: 24px;
  }
  .hero-proof strong {
    font-size: 21px;
  }
  .hero-art-wrap {
    padding-left: 34px;
    padding-right: 34px;
  }
  .latest-section,
  .shows-section,
  .episodes-section {
    padding: 82px 0;
  }
  .episode-feature {
    grid-template-columns: 1fr;
  }
  .episode-cover {
    min-height: 390px;
  }
  .episode-copy {
    padding: 42px 28px;
  }
  .episode-copy h2 {
    letter-spacing: -2px;
  }
  .manifesto-section {
    padding: 88px 0;
  }
  .manifesto-section h2 {
    letter-spacing: -2.5px;
  }
  .show-pillars {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }
  .show-pillars article {
    min-height: 0;
    padding: 30px 0;
  }
  .show-pillars article + article {
    border-left: 0;
    border-top: 1px solid var(--ol-line);
    padding-left: 0;
  }
  .show-pillars h3 {
    margin-top: 28px;
  }
  .episodes-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .text-link {
    margin-top: 18px;
  }
  .episode-row {
    gap: 16px;
    grid-template-columns: 44px 1fr 46px;
  }
  .episode-topic {
    display: none;
  }
  .episode-row h3 {
    font-size: 20px;
  }
  .newsletter-inner {
    grid-template-columns: 1fr;
  }
  .newsletter-section {
    padding: 78px 0 88px;
  }
  .ol-subscribe-form {
    grid-template-columns: 1fr;
  }
  .ol-subscribe-form button {
    min-height: 54px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
  }
  .section-heading-row,
  .dispatches-heading {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .section-heading-row h2,
  .dispatches-heading h2 {
    letter-spacing: -2.5px;
  }
  .show-grid {
    grid-template-columns: 1fr;
  }
  .show-card,
  .show-card + .show-card {
    border-left: 0;
    padding: 24px 0 32px;
  }
  .show-card:last-child {
    grid-column: auto;
  }
  .show-card:last-child .show-art {
    aspect-ratio: 1/1;
  }
  .dispatches-section {
    padding: 82px 0;
  }
  .dispatch-grid {
    grid-template-columns: 1fr;
  }
  .dispatch-card,
  .dispatch-card + .dispatch-card {
    border-left: 0;
    min-height: 0;
    padding: 30px 0;
  }
  .dispatch-card:last-child {
    grid-column: auto;
  }
  .dispatch-card h3,
  .dispatch-lead h3 {
    font-size: 28px;
    margin-top: 36px;
  }
  .booth-grid {
    grid-template-columns: 1fr;
  }
  .booth-item {
    min-height: 280px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ticker-track,
  .episode-copy.is-playing .waveform i {
    animation: none;
  }
}
/* REA CMS + HTMX content surfaces */
.ol-page {
  background: var(--ol-paper);
  color: var(--ol-ink);
  min-height: 100vh;
  padding-top: 79px;
}

.page-hero {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), radial-gradient(circle at 80% 15%, rgba(199, 43, 49, 0.2), transparent 30%), var(--ol-black);
  background-size: 64px 64px, auto, auto;
  color: var(--ol-paper);
  padding: 128px 0 86px;
}

.page-hero h1 {
  color: var(--ol-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 0.9;
  margin: 0 0 24px;
}

.page-hero > .container > p:last-child {
  color: #aaa69f;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 660px;
}

.page-hero-compact {
  padding-bottom: 58px;
  padding-top: 92px;
}

.page-hero-compact h1 {
  font-size: clamp(44px, 6vw, 76px);
}

.back-link {
  color: #aaa69f;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.back-link:hover,
.back-link:focus {
  color: var(--ol-red);
}

.cms-page-section,
.cms-feature-section {
  background: var(--ol-paper);
  color: var(--ol-ink);
  min-height: 420px;
  padding: 104px 0 116px;
}

.cms-feature-dark {
  background: #11100f;
  color: var(--ol-paper);
}

.cms-detail-section {
  padding-top: 76px;
}

.cms-feature-section h2 {
  color: inherit;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  margin: 0;
}

.text-link-light {
  color: var(--ol-paper);
}

.cms-fragment {
  min-height: 120px;
  position: relative;
}

.cms-fragment-blog,
.cms-fragment-gallery.cms-gallery-albums {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-loading,
.cms-error,
.cms-empty {
  align-items: center;
  border: 1px solid rgba(17, 16, 15, 0.18);
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  justify-content: center;
  min-height: 170px;
  padding: 34px;
  text-align: center;
}

.cms-loading {
  color: #706b64;
  flex-direction: row;
  font-size: 11px;
  font-weight: 800;
  gap: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cms-loading span {
  animation: cms-pulse 1s ease-in-out infinite alternate;
  background: var(--ol-red);
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.cms-error strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
}

.cms-empty strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
}

.cms-empty p {
  color: #706b64;
  margin: 8px 0 0;
}

.cms-error p {
  color: #706b64;
  margin: 8px 0 0;
}

.cms-error-dark,
.cms-feature-dark .cms-loading,
.cms-feature-dark .cms-error {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--ol-paper);
}

.cms-feature-dark .cms-error p {
  color: #aaa69f;
}

@keyframes cms-pulse {
  to {
    box-shadow: 0 0 0 8px rgba(199, 43, 49, 0.16);
  }
}
.rea-blog-card {
  background: #fff;
  border-top: 4px solid var(--ol-ink);
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 30px;
}

.cms-feature-dark .rea-blog-card {
  background: #1a1917;
  border-top-color: var(--ol-red);
}

.rea-blog-card h2,
.rea-gallery-album-card h2,
.rea-podcast-card h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.12;
  margin: 17px 0 18px;
}

.rea-blog-card h2 a,
.rea-gallery-album-card,
.rea-podcast-card h2 a {
  color: inherit;
}

.rea-blog-card > p:not(.rea-content-meta) {
  color: #67625c;
  line-height: 1.7;
}

.cms-feature-dark .rea-blog-card > p:not(.rea-content-meta) {
  color: #aaa69f;
}

.rea-content-meta {
  color: #77716a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.3px;
  margin: 0;
  text-transform: uppercase;
}

.rea-content-link {
  color: var(--ol-red);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 1.1px;
  margin-top: auto;
  padding-top: 20px;
  text-transform: uppercase;
}

.rea-blog-detail,
.rea-podcast-detail {
  margin: 0 auto;
  max-width: 860px;
}

.rea-blog-detail h1,
.rea-podcast-detail h1,
.rea-gallery-album-heading h1 {
  color: var(--ol-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  margin: 20px 0 44px;
}

.rea-prose,
.rea-podcast-description {
  color: #413e39;
  font-size: 18px;
  line-height: 1.85;
}

.rea-prose img {
  height: auto;
  margin: 32px 0;
  max-width: 100%;
}

.cms-gallery-albums .rea-gallery-entry[data-media-type=""] .rea-gallery-media-card,
.cms-gallery-items .rea-gallery-entry:not([data-media-type=image]):not([data-media-type=video]),
.cms-gallery-items .rea-gallery-album-card,
.rea-gallery-detail[data-media-type=""] .rea-gallery-media-card,
.rea-gallery-detail[data-media-type=image] .rea-gallery-album-heading,
.rea-gallery-detail[data-media-type=video] .rea-gallery-album-heading {
  display: none;
}

.rea-gallery-album-card {
  background: #fff;
  display: block;
  height: 100%;
}

.rea-gallery-album-card > img {
  aspect-ratio: 4/3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.rea-gallery-album-card > div {
  padding: 28px;
}

.rea-gallery-album-card > div > p:not(.rea-content-meta) {
  color: #67625c;
  line-height: 1.65;
}

.cms-gallery-album-heading {
  margin-bottom: 46px;
}

.cms-gallery-items {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rea-gallery-media-card {
  background: #fff;
  margin: 0;
}

.rea-gallery-media-card img {
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.rea-gallery-media-card figcaption {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
}

.rea-gallery-media-card figcaption span {
  color: #77716a;
  font-size: 13px;
}

.cms-fragment-podcast {
  display: grid;
  gap: 1px;
}

.rea-podcast-card,
.rea-podcast-detail {
  align-items: start;
  background: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  padding: 28px;
}

.rea-podcast-card + .rea-podcast-card {
  border-top: 1px solid var(--ol-paper-deep);
}

.rea-podcast-art {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.rea-podcast-art[src=""] {
  display: none;
}

.rea-podcast-description {
  font-size: 15px;
  line-height: 1.7;
}

.rea-podcast-duration {
  color: #77716a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 18px 0 9px;
  text-transform: uppercase;
}

.rea-podcast-duration[data-duration=""],
.rea-podcast-card audio[src=""],
.rea-podcast-detail audio[src=""] {
  display: none;
}

.rea-podcast-card audio,
.rea-podcast-detail audio {
  display: block;
  max-width: 100%;
  width: 100%;
}

.rea-podcast-detail {
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
}

.rea-podcast-detail h1 {
  font-size: clamp(40px, 5vw, 68px);
  margin-bottom: 28px;
}

.top-footer .footer-nav {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .cms-fragment-blog,
  .cms-fragment-gallery.cms-gallery-albums,
  .cms-gallery-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rea-podcast-card,
  .rea-podcast-detail {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding: 104px 0 62px;
  }
  .page-hero h1 {
    letter-spacing: -3px;
  }
  .cms-page-section,
  .cms-feature-section {
    padding: 72px 0 82px;
  }
  .cms-fragment-blog,
  .cms-fragment-gallery.cms-gallery-albums,
  .cms-gallery-items {
    grid-template-columns: 1fr;
  }
  .rea-podcast-card,
  .rea-podcast-detail {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .rea-podcast-art {
    max-width: 220px;
  }
}
/*# sourceMappingURL=style.css.map */
