@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|Oswald: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: #000;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

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

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

.btn-primary, .btn-station {
  background: #9E1621;
  color: #fff;
  border: 1px solid #fff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-station:focus, .btn-station:hover, .btn-station:active {
  background: #5b0d13;
  color: #fff;
  border: 1px solid #e02030;
}

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

/* ============================= Links ====================== */
a {
  color: #9E1621;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #e02030;
  text-decoration: none;
}

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

.stack {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.stack img {
  padding: 0;
}

.stack-override .stack {
  background-color: transparent;
  box-shadow: none;
  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: #ccc !important;
  color: #cc0000;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 10px !important;
}

.jock-wrapper {
  background: #eee;
}

.poll-inner-bar {
  background: #9E1621;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: transparent;
  position: relative;
}
.header-row-container::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 5px;
  top: 21%;
  left: 0;
  color: #9E1621;
  text-shadow: 2px 1px 1px #000;
}

.header-text h2 {
  color: #9E1621;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 10px 10px 8px 35px;
  text-transform: uppercase;
}

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

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.1em;
  text-align: center;
}
.social-links a {
  color: #9E1621;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #711018;
}

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

/* ============================= Header ====================== */
.header {
  background: transparent;
}

/* ============================= Menu/Listen Live ====================== */
@media (min-width: 992px) {
  .navbar {
    padding: 0.5rem 1rem 0.5rem 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
.navbar-custom {
  background: #fff;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 992px) {
  .navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-custom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li {
    border-right: none;
  }
  .navbar-custom .navbar-nav > li:last-child {
    border-right: 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 .navbar-nav > li > a {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #000;
  color: #EB3D35;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 0.9em;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #000;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 3px 3px 3px rgba(29, 44, 52, 0.6);
  top: 95%;
}
@media (min-width: 992px) {
  .navbar-custom .dropdown-menu {
    min-width: 200px;
  }
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #262626;
  margin: 0 5px;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #EB3D35;
  font-family: sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 8px 10px 8px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #1a1a1a;
  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: #9E1621;
  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(255, 255, 255, 0.8)' 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: #EB3D35;
}
.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, 1)' 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: #fff;
}

/* ============================== Scrolling Text ====================== */
.horizontal_scroller {
  background: #000;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #fff;
  padding-top: 3px;
}

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(158, 22, 33, 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 ====================== */
iframe {
  max-width: 100%;
}

/* ============================= Tunegenie ====================== */
#tg-centerpoint {
  top: 30%;
  left: 50%;
  position: fixed;
  z-index: 13001;
}

.tg-dialog-card {
  position: relative;
  height: 320px;
  width: 320px;
  margin-left: -160px;
  margin-top: -40px;
  background: white;
  border-radius: 26px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 16px 42px -4px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: white;
}

.tg-dialog-card .close {
  background-color: #f5f5f5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  right: 18px;
}

.tg-dialog-card .close a {
  color: #606c76;
  text-decoration: none;
  width: 100%;
  font-size: 22px;
  line-height: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================= Footer ====================== */
.footer {
  background: #e7e7e7;
  border-top: 1px solid #9E1621;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #222;
}
.footer a {
  color: #9E1621;
}
.footer a:hover {
  color: #e02030;
}
.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 */
