@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;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

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

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

.btn-primary,
.btn-station {
  background: #00719C;
  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: #003a50;
  color: #fff;
  border: 1px solid #00a8e9;
}

.btn-secondary {
  background: #985523;
  color: #fff;
  border: 1px solid #fff;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  background: #5a3215;
  color: #fff;
  border: 1px solid #d17937;
}

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

/* ============================= Links ====================== */
a {
  color: #985523;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #5a3215;
  text-decoration: none;
}

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

.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: #003a50 !important;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #f1f1f1;
}

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

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: transparent;
  border-bottom: 2px solid #1A1A1A;
}

.header-text h2 {
  background: #985523;
  background-position: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}

/* ============================= Top Bar ====================== */
.top-bar {
  background: #1A1A1A;
  background-position: top left;
  padding: 5px 10px;
}
.top-bar .btn-primary {
  background: #985523;
  color: #fff;
  border: 1px solid #fff;
}
.top-bar .btn-primary:focus, .top-bar .btn-primary:hover, .top-bar .btn-primary:active {
  background: #5a3215;
  color: #fff;
  border: 1px solid #d17937;
}

.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: #985523;
}

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

/* ============================= Header ====================== */
.header {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.navbar-custom {
  background: #1A1A1A;
  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 #4D4D4D;
  }
  .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.3rem;
  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: #00719C;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li .nav-link {
    padding: 0.5rem 1rem;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #00719C;
  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: #003a50;
  color: #fff;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  left: 60%;
  top: 70%;
}
@media (max-width: 991px) {
  .navbar-custom .dropdown-menu .dropdown-menu {
    left: 3%;
  }
}
.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: #fff;
}

.gutter-ad iframe {
  max-width: 160px;
}
.header-ad iframe {
  min-width: 728px;
  min-height: 90px;
}
.footer-ad-lg iframe {
  max-width: 728px;
}
.footer-ad iframe {
  max-width: 180px;
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(152, 85, 35, 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 ====================== */
@media (min-width: 576px) {
  .content-shadow::before {
    box-shadow: -20px 0 16px -20px #1b0e03 inset;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
  }

  .content-shadow::after {
    box-shadow: 20px 0 16px -20px #1b0e03 inset;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
/* ============================= Footer ====================== */
.footer {
  background: #1A1A1A;
  background-position: top center;
  border-top: 1px solid #00719C;
  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 */
