@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/css?family=Open+Sans:400,400i,700,700i|Roboto:400,700");
/* ============================= 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: #222;
  font-family: "Open Sans", sans-serif;
}

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

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

.btn-primary {
  background: #BD2225;
  color: #fff;
  border: 1px solid #791618;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background: #791618;
  color: #fff;
  border: 1px solid #791618;
}

/* ============================= Bootstrap Overrides ====================== */
/* ============================= Links ====================== */
a {
  color: #BD2225;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #791618;
  text-decoration: none;
}

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

.stack {
  background-color: #fff;
  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-transparent .stack {
  background-color: transparent;
}

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

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

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #2b00ca;
}

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

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

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

.module-keyword {
  text-align: right;
}

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

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

/* ============================= Header ====================== */
.header-bg {
  background: #fff;
}

@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: flex-end;
  }
}

.header-ad {
  margin-top: 30px;
}

/* ============================= Menu/Listen Live ====================== */
.navbar-custom {
  font-family: "Roboto", sans-serif;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.navbar-custom .navbar-brand {
  padding-bottom: 0;
}
.navbar-custom .navbar-collapse {
  background: #fff;
}
.navbar-custom .navbar-nav {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li {
    border-right: 1px solid #000;
  }
  .navbar-custom .navbar-nav > li:last-child {
    border: none;
  }
}
.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 .sm-toggle::after {
  color: #000;
  line-height: 1;
}
.navbar-custom .navbar-nav > li > a {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav > li > a.nav-link {
  padding: 0.5rem 0.7rem;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a.nav-link {
    padding: 0.1rem 0.7rem;
  }
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #000;
  color: #fff;
}
.navbar-custom .dropdown-menu {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  top: 95%;
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #000;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #000;
  font-size: 1rem;
  padding: 0.6rem 0.8rem;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #000;
  color: #fff;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #000;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background-color: #000;
  border-color: #fff;
}

.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-icon:hover, .navbar-toggler-icon:active, .navbar-toggler-icon:focus {
  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.5)' 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;
}

/* ============================= Station Menu ========================== */
.navbar-stations {
  background: #1b0074;
  padding: 0;
}
.navbar-stations .navbar-nav {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .navbar-stations .navbar-nav {
    flex-basis: auto;
  }
}

.station {
  background: #1b0074;
  align-items: stretch;
  border: solid #fff;
  color: #fff;
  justify-content: space-around;
  border-width: 0 0 1px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .station {
    margin-bottom: 0;
    border-width: 0 1px 0 0;
    max-width: 255px;
  }
}
@media (min-width: 992px) {
  .station {
    max-width: 270px;
    border-width: 0 1px;
  }
}
.station > div {
  padding: 3px 7px;
}
.station a {
  color: #eee;
}
.station a:hover, .station a:active, .station a:focus {
  color: #fff;
}
.station .logo {
  background: #2700a7;
  flex-basis: 25%;
}
@media (min-width: 768px) {
  .station .logo {
    flex-basis: 23%;
  }
}
@media (min-width: 1200px) {
  .station .logo {
    flex-basis: 25%;
  }
}
.station .listen-link {
  font-size: 1.3rem;
  line-height: 1.1;
}
.station .station-name {
  text-align: left;
  font-weight: normal;
  font-size: 0.9rem;
}
.station .ext-link {
  font-size: 1.5rem;
}
.station .logo,
.station .ext-link {
  display: flex;
  align-items: center;
}

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

/* ============================== Scrolling Text ====================== */
.horizontal_scroller {
  background: #fff;
  color: #222;
  padding-top: 3px;
}

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(93, 49, 255, 0.8);
}

.flash-thumb {
  display: none;
  margin-bottom: 10px;
}

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

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

/* ============================= Custom Modules ====================== */
/* ============================= Footer ====================== */
.footer {
  background: #000D0D;
  border-top: 1px solid #BD2225;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #eee;
}
.footer a:hover {
  color: #fff;
}
.footer font {
  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 */
