.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 174px;
  margin: 0 auto;
  padding: 14px;
  background-color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.4545;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.button:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}

.tv {
  padding: 69px 0 40px;
}

.tv__logo {
  max-width: 261px;
}

.tv__page-title {
  max-width: 283px;
  margin: 0 auto 12px;
  padding: 14px 13px 13px;
  background-color: #BAA4D6;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4285;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: default;
}

.hero-tv__wrap {
  margin: 0 auto;
}

.hero-tv__video {
  position: relative;
}

.hero-tv__video iframe {
  display: block;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .hero-tv__video iframe {
    height: 235px;
  }
}

.hero-tv__video img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 563px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hero-tv__video img {
    height: 235px;
  }
}

.hero-tv__video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #BAA4D6;
  cursor: pointer;
}

.hero-tv__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFF7F7;
  transform: translate(-30%, -50%);
  cursor: pointer;
}

.hero-tv__video.videoFrame::before {
  content: none;
}

.hero-tv__video.videoFrame::after {
  content: none;
}

.hero-tv__video.videoFrame img {
  display: none;
}

.hero-tv__video.videoFrame iframe {
  opacity: 1;
}

.hero-tv__content {
  position: relative;
  max-width: 542px;
  margin: -36px auto 0;
  padding: 27px;
  background-color: #fff;
  text-align: center;
  font-family: "Brandon Grotesque", serif;
}
@media screen and (max-width: 768px) {
  .hero-tv__content {
    margin-top: 0;
  }
}

.hero-tv__date {
  margin-bottom: 4px;
  font-style: italic;
  font-size: 15px;
  line-height: 1.4666;
}

.hero-tv__title {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.4117;
  text-transform: uppercase;
}

.hero-tv__title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.hero-tv__title a:hover {
  color: #C6AD5E;
}

.hero-tv__text {
  min-height: 127px;
  font-size: 17px;
  line-height: 1.4117;
}

.hero-tv__text a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}

.hero-tv__text a:hover {
  color: #C6AD5E;
}

.tv-loop {
  margin-bottom: 80px;
  padding-top: 47px;
  background-color: #C6AD5E;
}

.tv-loop .row {
  margin-bottom: -80px;
}

.tv-loop + #regular-posts {
  margin-top: 140px;
}

.tv-loop__loop-title {
  margin-bottom: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285;
  color: #fff;
  text-transform: uppercase;
}

.tv-loop__item {
  margin-bottom: 28px;
}

.tv-loop__thumb {
  display: block;
  position: relative;
}

.tv-loop__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #8D4629;
}

.tv-loop__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFF7F7;
  transform: translate(-30%, -50%);
}

.tv-loop__thumb img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tv-loop__content {
  padding: 25px 52px 26px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.tv-loop__title {
  margin-bottom: 29px;
  font-size: 15px;
  line-height: 1.3333;
}

.tv-loop__link {
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.4545;
  color: #000;
  transition: color 0.3s ease-out, border-color 0.3s ease-out;
}

.tv-loop__link:hover {
  color: #C6AD5E;
  border-color: #C6AD5E;
  text-decoration: none;
}

.tv-loop--slider {
  margin-bottom: 0;
  padding-bottom: 97px;
}
.tv-loop--slider .container {
  display: block;
  position: relative;
}
.tv-loop--slider .slider-wrapper {
  height: 371px;
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
}
@media screen and (max-width: 350px) {
  .tv-loop--slider .slider-wrapper {
    height: 400px;
  }
}
.tv-loop--slider .tv-loop__slider-list {
  display: block;
  width: 2000em;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  text-align: center;
}
.tv-loop--slider .tv-loop__item {
  height: 100%;
  float: left;
}

.tv-slider-nav {
  position: absolute;
  top: calc(371px / 2);
  transform: translateY(-50%);
  font-size: 30px;
  color: #000;
}
.tv-slider-nav--prev {
  left: -2px;
}
@media screen and (max-width: 575px) {
  .tv-slider-nav--prev {
    left: 5px;
  }
}
.tv-slider-nav--next {
  right: -2px;
}
@media screen and (max-width: 575px) {
  .tv-slider-nav--next {
    right: 5px;
  }
}

.grid-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -28px -28px;
  flex-wrap: wrap;
}

.insta-grid-item {
  width: calc(100% / 3 - 28px);
  margin: 0 0 28px 28px;
}
@media screen and (max-width: 768px) {
  .insta-grid-item {
    width: 100%;
  }
}
.insta-grid-item a {
  display: block;
}
.insta-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-calendar-view {
  border: none;
}
.a-calendar-view li {
  border: 1px solid #FFF;
  background: var(--color-beige);
  min-height: 160px;
}

li.a-calendar-item--current {
  background: #baa4d6;
  color: #FFF;
}
li.a-calendar-item--current a {
  color: #FFF !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
}
li.a-calendar-item--current a:hover {
  text-decoration: underline !important;
}

.a-calendar-day--active {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #7e50b9;
  color: white;
  font-size: 15px;
}

.a-calendar-head li {
  min-height: 20px;
  background: var(--color-green);
}

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