@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|Playfair+Display:400,400i,700,700i");
/* ============================= 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;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

/* ============================= Utilities ====================== */
.side-display {
  display: none;
}

.page .side-display {
  display: block !important;
}

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

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

.btn-primary,
.btn-station {
  background: #BD1D2D;
  color: #fff;
  border: 1px solid #000;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-station:focus,
.btn-station:hover,
.btn-station:active {
  background: #7b131d;
  color: #fff;
  border: 1px solid #BD1D2D;
}

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

/* ============================= Links ====================== */
a {
  color: #BD1D2D;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #7b131d;
  text-decoration: none;
}

/* ============================= Theme/Zones ====================== */
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}

.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-mb-0 .stack {
  margin-bottom: 0;
}

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

.stack-transparent .stack {
  background-color: transparent;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #262626;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: #58585A;
  border-left: 4px solid #BD1D2D;
}

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

/* ============================= Top Bar ====================== */
.top-bar {
  background: #58585A;
  padding: 5px 10px;
}
.top-bar .btn-primary {
  border-color: #fff;
}
.top-bar .btn-primary:focus, .top-bar .btn-primary:hover, .top-bar .btn-primary:active {
  border-color: #BD1D2D;
}

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

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

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

/* ============================= Header ====================== */
.header {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .shows {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .header .shows {
    margin-top: 0;
  }
}
.header .module-onair .icon img {
  max-height: 140px;
}

/* ============================= Menu/Listen Live ====================== */
.menu-wrapper {
  background: #BD1D2D;
}

.navbar-custom {
  background: #BD1D2D;
  font-family: "Roboto", 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: 1px solid #58585A;
  }
  .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: #fff;
  font-size: 1.5rem;
  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: #7b131d;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li .nav-link {
    padding: 0.438rem 0.8rem 0.5rem;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #7b131d;
  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.1rem;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #BD1D2D;
  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: #58585A;
  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;
}
.navbar-listen.btn-primary {
  border-color: #fff;
}
.navbar-listen.btn-primary:focus, .navbar-listen.btn-primary:hover, .navbar-listen.btn-primary:active {
  border-color: #BD1D2D;
}

/* ============================= Ad Styles ========================== */
.ad-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(88, 88, 90, 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 ====================== */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  vertical-align: top !important;
}

.cc-right-column .concert-cal .flex-row {
  flex-wrap: wrap !important;
}
.cc-right-column .concert-cal .col-33 {
  width: 100% !important;
}

.on-air-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.on-air-list .on-air-box {
  margin: 5px 0;
  padding: 10px;
  background: #f1f1f1;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .on-air-list .on-air-box {
    padding: 0;
    width: 24%;
  }
}
.on-air-list .on-air-icon img {
  border: 1px solid #7f7f7f;
}
.on-air-list .on-air-info {
  padding: 0;
}
@media (min-width: 992px) {
  .on-air-list .on-air-info {
    padding: 0 10px 10px 10px;
  }
}
.on-air-list .on-air-info .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.on-air-list .on-air-info .schedule {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.advertise-profile {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .advertise-profile {
    margin-bottom: 0;
  }
}
.advertise-profile .profile-info {
  color: #fff;
  background: #58585A;
  padding: 15px 10px 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .advertise-profile .profile-info {
    width: 70%;
  }
}
.advertise-profile .profile-info .profile-name {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-style: italic;
}
.advertise-profile p {
  margin-bottom: 0 !important;
}

/* ============================= Footer ====================== */
.footer {
  background: #222;
  border-top: 1px solid #BD1D2D;
  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.75rem;
  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 */
