/* ==========================================================================
Carousel Our Shows
========================================================================== */
.shows-slider {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.shows-slider #nextButton,
.shows-slider #prevButton {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  color: #ba151f;
  font-size: 40px;
  background-color: transparent;
  border-color: none;
  padding: 0px;
}
.shows-slider #nextButton:focus,
.shows-slider #prevButton:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.shows-slider #prevButton {
  left: -25px;
}

.shows-slider #nextButton {
  right: -25px;
}

.shows-slider-items img {
  width: 100%;
}


/* ==========================================================================
Single Shows Page
========================================================================== */
.featured-post.shows .featured-header {
  box-sizing: border-box;
  padding-left: 66px;
  padding-top: 50px;
}

.featured-post.shows .featured-header .header-container {
  position: relative;
  z-index: 1;
}

.featured-post.shows .header-container .show-logo {
  margin-bottom: 30px;
}

.featured-post.shows .sponsor {
  position: absolute;
  right: 15px;
  bottom: 25px;
  z-index: 1;
}
.featured-post.shows .copyright {
  position: absolute;
  right:0%;
  bottom:0%;
  z-index: 1;
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.65);
}
.details-video.shows .show-title-excerpt {
  padding-top: 40px;
  padding-bottom: 10px;
}
.details-video.shows .show-title-excerpt h2{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.details-video.shows .show-title-excerpt p{
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.details-video.shows .video {
  margin-bottom: 20px;
}

.details-video.shows .details-container header {
  border-bottom: 0px!important;
}

.box-sponsor {
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-item {
  width: 100%;
  align-items: center;
  padding: 25px;
  min-height: 205px;
  z-index: 1;
  position: relative;
}

.post-item .alignright {
  margin-top: 25px;
}

.post-item h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.details-box .tags-sponsor {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.post-item p {
  font-size: 14px;
  font-weight: 400;
}
.post-item p a{
  font-weight: 700;
  color:#fff;
}

.show-images {
  padding-top: 20px;
  padding-bottom: 20px;
}

.show-images img {
    width: 100%;
    height: auto;
}

.text-container{
  padding-top: 20px;
  padding-bottom: 20px;
}

.show-images .copyright {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 10px;
  padding: 3px 10px;
}
/* Responsive */

@media only screen and (max-width: 761px) {
  .post-item img {
    width: 100%;
    height: auto;
  }
  .featured-post.shows .sponsor {
    padding-bottom: 20px;
    width: 150px;
    right: auto!important;
  }
  .featured-post.shows .featured-header {
    padding-left: 26px;
    padding: 20px;
  }
  .featured-post .featured-header hgroup h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .featured-post.shows .header-container .show-logo {
    margin-bottom: 10px;
  }
  .post-item {
    margin-bottom: 10px;
  }
  .show-images  {
    position: relative;
    padding-left:20px;
    padding-right:20px;
  }

  .show-images #nextButton,  
  .show-images #prevButton {
    font-size: 25px!important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: #ba151f;
    font-size: 40px;
  }

  .show-images  #prevButton {
    left: -8px;
  }
  .show-images  #nextButton {
    right: -7px;
  }

}
@media only screen and (min-width: 768px){
  .post-item img{
      width: 140px;
      height: auto;
  }

  .post-item {
    min-height: 245px;
  }
}
@media only screen and (min-width:992px){
  .post-item img{
      width: 200px;
      height: auto;
  }

}

/* ==========================================================================
Archive Show Template
========================================================================== */

.archive-show h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #000000;
}

.archive-show p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.archive-show .channel {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 65px;
}

.archive-show .channel img {
  width: 100%;
  height: auto;
}

.archive-show  .info-icon {
  position: absolute;
  right: 9px;
  bottom: 7px;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.shadowfilter {
  filter: drop-shadow(2px 9px 8px rgba(0,0,0,0.2));
}

.channel:hover .channel-info,
.channel:focus-within .channel-info {
  animation-name: zoomIn;
  visibility: visible;
}

/* ON HOVER */
.archive-show  .channel-info {
  position: absolute;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  animation-name: zoomOut;
  animation-duration: 400ms;
  animation-fill-mode: both;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.archive-show  .channel-info h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.archive-show .channel-info p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  line-height: 15px;
}

.archive-show  .channel-info .btn-primary {
  line-height: 20px;
}

.featured_jukebox .black-box .show-caption {
  padding-bottom:20px;
}
/* ==========================================================================
Carousel Shows Deluxemusic Channel
========================================================================== */
.shows-carousel h2 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase; 
}

.shows-carousel .featured {
  padding-left: 0px;
  padding-right: 0px; 
}


.shows-carousel .gradient-bg {
  padding: 20px 110px 70px;
  height: 175px;
}

.shows-carousel .gradient-bg .image {
  border: none;
}

.shows-carousel .details h3 {
  font-size: 22px; 
}

.shows-carousel .details .tags {
  border-top: 0px;
  border-bottom: 0px; 
}

.shows-carousel .tns-item {
  margin-top: 3px; 
}

.shows-carousel .tns-item {
  padding-right: 1px !important; 
}

.shows-carousel .featured-carousel-wrapper {
  position: relative; }

/* .shows-carousel .featured-carousel-wrapper #nextButton,
.shows-carousel .featured-carousel-wrapper #prevButton {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  font-size: 40px; 
}

.shows-carousel .featured-carousel-wrapper #nextButton {
  right: -40px !important; 
}

.shows-carousel .featured-carousel-wrapper #prevButton {
  left: -40px !important; 
} */

.shows-carousel .btn{
  padding: 0.5px;
}

.shows-carousel .featured-carousel-wrapper #nextButton,
.shows-carousel .featured-carousel-wrapper #prevButton {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  font-size: 30px; 
}

.shows-carousel .featured-carousel-wrapper #nextButton {
  right: -12px; 
}

.shows-carousel .featured-carousel-wrapper #prevButton {
  left: -12px; 
}

.shows-carousel .special-post-item .image {
  border:none;
}

.ax-skin-layout .shows-carousel .btn{
  padding: 10px;
}

.ax-skin-layout .shows-carousel .featured-carousel-wrapper #nextButton,
.ax-skin-layout .shows-carousel .featured-carousel-wrapper #prevButton {
  margin-top: -60px;
}

.ax-skin-layout .shows-carousel .featured-carousel-wrapper #nextButton {
  right: -40px; 
}

.ax-skin-layout .shows-carousel .featured-carousel-wrapper #prevButton {
  left: -40px; 
}

@media (max-width: 767.98px) {
  .shows-carousel .specials {
    min-height: 350px; 
  }
  .shows-carousel .special-post-item {
      color: #fff;
      margin-bottom: 20px; 
  }
  .shows-carousel .featured-carousel-wrapper {
    padding: 30px;
  }
  .shows-carousel .featured-carousel-wrapper #nextButton {
    right: 8px;
  }
  .shows-carousel .featured-carousel-wrapper #prevButton {
    left: 8px;
  }
  .shows-carousel .featured-carousel-wrapper #nextButton, 
  .shows-carousel .featured-carousel-wrapper #prevButton {
    font-size: 25px;
  }
  .shows-carousel .specials-with-background .featured {
      padding-left: 20px;
      padding-right: 20px; 
  }
  .shows-carousel .specials-with-background #nextButton {
      right: -10px !important; 
  }
  .shows-carousel .specials-with-background #prevButton {
      left: -10px !important; 
  } 
  .shows-carousel .gradient-bg {
      padding: 20px 130px 70px;
      
  }
}
/* Animation */

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; 
  }
}

/* Archive Show Responsive */

@media only screen and (max-width: 761px) {
  .archive-show .channel {
    padding: 20px 120px!important;
  }
  .archive-show .channel-info {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px){
  .archive-show .channel {
    padding: 15px 60px;
  }

}
@media only screen and (min-width:992px){
  .archive-show .channel {
    padding: 20px 65px;
  }
}
