@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------
Copyright: © 2017 Envisionwise
Company Website: http://www.envisionwise.com

[Table of Contents]
Defaults
Utilities
Text
Buttons
Bootstrap Overrides
Links
Zones
Headers / Title Bars
Menu/Listen Live
Scrolling Text
Flash Gallery
Banner SlideShow
Custom Modules
Footer
-------------------------------------------------------------------*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Krona+One&display=swap");
/* ============================= Default ====================== */
body {
  background: #000000 url(/images/custombg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/custombg.jpg", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/custombg.jpg', sizingMethod='scale')";
  color: #eee;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

/* ============================= Utilities ====================== */
/* ============================= Text ====================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Krona One", sans-serif;
}

/* ============================= Buttons ====================== */
.btn {
  border-radius: 0;
}

.btn-primary,
.btn-station {
  background: #D22F25;
  color: #eee;
  border: 1px solid transparent;
  box-shadow: 3px 3px 0 #8a7473;
  transition: all ease-in 0.1s;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-station:focus,
.btn-station:hover,
.btn-station:active {
  background: #91201a;
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 1px 1px 0 #6e5d5c;
}

/* ============================= Bootstrap Overrides ====================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

table,
.table {
  color: #eee;
}

/* ============================= Links ====================== */
a {
  color: #D22F25;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #91201a;
  text-decoration: none;
}

/* ============================= Theme/Zones ====================== */
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #222;
}

.stack {
  background-color: #2f2f2f;
  margin-bottom: 10px;
}
.stack img {
  padding: 0;
}

.stack-override .stack {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.stack-override .stack p {
  margin-bottom: 0;
}

.stack-mb-0 .stack {
  margin-bottom: 0;
}

.stack-pb-0 .stack {
  padding-bottom: 0;
}

.subheader {
  background: #91201a !important;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #3c3c3c;
}

.poll-inner-bar {
  background: #7b1c16;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: transparent;
}

.header-text h2 {
  color: #eee;
  font-family: "Krona One", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid #D22F25;
  background: #222;
  padding: 5px 10px;
}

.module-keyword {
  display: flex;
  justify-content: flex-end;
}

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.17rem;
  text-align: center;
}
.social-links a {
  color: #fff;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #91201a;
}

/* ============================= Member Login ====================== */
.member-nav .user-nav {
  background: #fff;
  color: #333;
}

/* ============================= Header ====================== */
.header-wrap {
  background: #000;
}

/* ============================= Menu/Listen Live ====================== */
.navbar-custom {
  background: #000;
  font-family: "Krona One", sans-serif;
  border-top: 1px solid #D22F25;
  border-bottom: 1px solid #D22F25;
}
@media (min-width: 992px) {
  .navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-custom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-custom .navbar-nav > li.toggle {
  padding-right: 2.5em;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li.toggle {
    padding-right: 0;
  }
}
.navbar-custom .navbar-nav > li > a {
  color: #D22F25;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 1420px) and (min-width: 1244px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1.1rem;
  }
}
@media (max-width: 1243px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 0.8rem;
  }
}
.navbar-custom .navbar-nav > li > a.nav-link {
  padding: 0.75rem 1rem;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #D22F25;
  color: #fff;
}
.navbar-custom .navbar-nav > li:last-child .dropdown-menu {
  left: unset;
  right: 0;
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #D22F25;
  padding-top: 0;
  padding-bottom: 0;
  top: 95%;
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #fff;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #fff;
  font-size: 1.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #91201a;
  color: #fff;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  left: 60%;
  top: 70%;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background-color: #000;
  border-color: #fff;
}
.navbar-toggler:hover .navbar-toggler-icon, .navbar-toggler:active .navbar-toggler-icon, .navbar-toggler:focus .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-listen {
  margin: 8px 0 8px 5px;
}

/* ============================= Ad Styles ========================== */
.ad-bg {
  background-color: #222;
}

/* ============================== Scrolling Text ====================== */
.horizontal_scroller {
  background: #2f2f2f;
  color: #eee;
  padding-top: 3px;
}

.scrollingtext a:hover {
  color: #D22F25;
  text-decoration: none;
}

/* ============================= Flash Gallery ====================== */
.flash-gallery .caption-container {
  background: rgba(210, 47, 37, 0.8);
}

.flash-thumb {
  display: none;
}

/* ============================= Banner SlideShow ====================== */
.banner {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .banner {
    padding-top: 0;
  }
}
#bannerslideshow {
  max-height: 200px;
  padding: 0px;
  overflow: hidden;
}

/* ============================= Custom Modules ====================== */
.calendar-list .date {
  background: #3c3c3c;
}

.module-onair a {
  color: #eee;
}
.module-onair a:hover, .module-onair a:focus, .module-onair a:active {
  color: #fff;
  text-decoration: underline;
}

.bg-context {
  color: #eee;
}

@media screen and (min-width: 1200px) {
  .rock-slider-feed .feed-multislider .slick-slide {
    height: 160px !important;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .rock-slider-feed .feed-multislider .slick-slide {
    height: 130px !important;
  }
}
.rock-slider-feed .feed-multislider .entry-title {
  font-size: 1rem;
}
@media (max-width: 575px) {
  .rock-slider-feed .feed-multislider .entry-title {
    font-size: 1.2rem;
  }
}

/* ============================= Footer ====================== */
.footer {
  background: #000;
  border-top: 1px solid #D22F25;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #eee;
}
.footer a:hover {
  color: #fff;
}
.footer .ad-bg {
  background: transparent;
}
.footer .copyright,
.footer .admin-access {
  font-size: 0.75em;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright {
    text-align: left;
  }
  .footer .admin-access {
    text-align: right;
  }
}

.footer-nav {
  padding: 20px 0;
}

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