/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2024 | 13:22:43 */
.page-id-129293 .main-content {
    padding-top: 0;
    padding-bottom:0;
}
.dark .on-air-show h3 {
    font-size:24px;
    line-height: 32px;
    margin-bottom: 3px;
	color:#fff;
}
.upcoming-shows h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
	color:#fff;
}
.dark .on-air-show h4 {
	font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    margin-bottom:15px;
    animation: pulse 3s infinite;
    }

.dark .upcoming-shows p .show-categories, 
.dark .on-air-show p .show-categories {
    color: #ddd;
}
.dark .upcoming-shows h4 {
    color: #fff;
}
.dark p {
	color:#fff;
}
.page-image {
    display:none;
}
@-webkit-keyframes pulse {
  0% {
    background:#000000;
  }
  70% {
      background:#ff3c3b;
  }
  100% {
      background:#DD5857;
  }
}
@keyframes pulse {
  0% {
    background: 0 0 0 0 #000000;
  }
  70% {
      background:#ff3c3b;
  }
  100% {
      background:#df5957;
  }
}

.vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #2eb8c4 !important;
}
.ctct-form-header {
    display:none;
}
.ctct-form-text {
    display:none;
}
.hero-blurb {
    float:left;
    clear:both;
}
.hero-blurb  h2 {
    font-size:36px;
}
.hero-blurb h2, .hero-blurb p {
    color:#fff;
    line-height:1.25;
}
@media only screen and (max-width: 767px) {
    .hero .hero-blurb, .hero .hero-button {
        width:100%;
    }
    .hero-blurb h2 {
        font-size:30px;
        clear:both;
    }
    .hero-blurb img {
        display:none;
    }
}