@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|Verdana: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: #333333;
  font-family: "Open Sans", sans-serif;
}

/* ============================= Utilities ====================== */
.d-flex {
  display: flex;
  flex-flow: wrap;
}

.align-items-center {
  align-items: center;
}

/* ============================= Text ====================== */
p {
  margin: 0;
  line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Verdana", sans-serif;
}

/* ============================= Buttons ====================== */
.btn-primary,
.btn-station,
input.btn-station {
  background: #EC1B23;
  color: #fff;
  border: 1px solid #7B7E7E;
  border-radius: 5px;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-station:focus,
.btn-station:hover,
.btn-station:active,
input.btn-station:focus,
input.btn-station:hover,
input.btn-station:active {
  background: #ee333a;
  color: #fff;
  border: 1px solid #7B7E7E;
}

.nav-listen {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .nav-listen li {
    padding: 20px 10px;
  }
}

.btn-listen {
  background: linear-gradient(#A2A4A4, #fff, #fff, #fff, #fff, #DEE5E9, #7B7E7E);
  color: #000;
  text-transform: uppercase;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .btn-listen {
    min-width: 200px;
  }
}
.btn-listen:focus, .btn-listen:hover, .btn-listen:active {
  background: #fff;
  color: #000;
  border: 1px solid #7B7E7E;
}

.more-button {
  background: linear-gradient(#F9EB20, #F9EB20, #c7bb05);
  border: none;
  color: #000;
  border-radius: 0;
  padding: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.more-button:focus, .more-button:hover, .more-button:active {
  background: #F9EB20;
  color: #000;
}
@media (min-width: 768px) {
  .more-button {
    font-size: 1.1em;
  }
}

/* ============================= Bootstrap Overrides ====================== */
.container {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

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

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

@media (min-width: 786px) {
  .content {
    padding-bottom: 10px;
  }
}
.stack {
  background-color: transparent;
  margin-bottom: 10px;
}
.stack img {
  padding: 0;
}

.subheader {
  background: #950c12;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #e4e4e4;
}

.poll-inner-bar {
  background: #950c12;
}

.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;
}

/* ============================= Headings / Title Bars ====================== */
.header-text {
  background: #EC1B23;
}
.header-text h2 {
  color: #fff;
  font-family: "Verdana", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}
.header-text font {
  color: #fff;
  line-height: 1;
}

.logo-height {
  min-height: 130px;
}

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

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 12px 0;
  font-size: 1.17em;
  text-align: center;
}
.social-links a {
  color: #EC1B23;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #fff;
  text-shadow: 2px 1px 1px #000;
}

/* ============================= Member Login ====================== */
.member-nav .user-nav {
  background: #fff;
}
.member-nav .btn {
  background: #EC1B23;
  color: #fff;
  border-color: #EC1B23;
  border-radius: 5px;
}
.member-nav .btn:hover, .member-nav .btn:focus {
  background: #fff;
  color: #efefef;
  border-color: #fff;
}

/* ============================= Header ====================== */
.header-bg {
  background-image: url("../images/vintage-pattern.png");
}

.header {
  padding: 10px 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

.ad-row {
  background: #fff;
}

.logo-header {
  margin: 0 0 10px 0;
  text-align: center;
}
@media (min-width: 786px) {
  .logo-header {
    margin: 0 0 13px 0;
    text-align: left;
  }
}

.middle-header {
  text-align: center;
}
@media (min-width: 786px) {
  .middle-header {
    text-align: left;
  }
}

/* ============================= Menu/Listen Live ====================== */
.menu-bg {
  background: linear-gradient(#F9EB20, #e0d206);
}

.menu-backdrop {
  border-top: 3px solid #EC1B23;
  border-bottom: 3px solid #EC1B23;
}

.navbar-brand {
  height: 120px;
  padding: 5px 0;
}

.navbar-custom {
  font-family: "Verdana", sans-serif;
}
.navbar-custom .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-custom .navbar-nav > li {
  border-right: 1px solid #000;
}
.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:last-child {
  border-right: none;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  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: #950c12;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 0.6em;
  }
}
.navbar-custom .dropdown-menu {
  background: #950c12;
}
.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;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #c41017;
  color: #fff;
}
.navbar-custom .navbar-right {
  margin-right: 0;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggle {
  background-color: #c41017;
  border: 1px solid #fff;
}
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
  background-color: #EC1B23;
  border-color: #fff;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

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

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery .caption-container {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(236, 27, 35, 0.8));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(236, 27, 35, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(236, 27, 35, 0.8));
}

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

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

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

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

/* ============================= Custom Modules ====================== */
.cenla-schedule {
  max-height: 550px;
  overflow: scroll;
}

.scoresense {
  padding-top: 14px;
}

.scorestreamIframe {
  height: 80px !important;
}

.white-text {
  color: #fff;
}

.now-playing {
  height: 260px;
}
@media (max-width: 991px) {
  .now-playing {
    height: 570px;
  }
}

/* ============================= Footer ====================== */
.footer {
  background: #000;
  border-top: 1px solid #EC1B23;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #d9d9d9;
}
.footer font {
  color: #fff;
}
.footer .ad-row {
  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 */
