@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/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* ============================= 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: "Roboto", sans-serif;
}

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

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

.btn-primary {
  background: #0d2037;
  color: #fff;
  border: 1px solid #fff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background: #17375e;
  color: #fff;
  border: 1px solid #2963a9;
}

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

/* ============================= Links ====================== */
a {
  color: #a60707;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #6f0404;
  text-decoration: none;
}

/* ============================= Theme/Zones ====================== */
.content-bg {
  background: #17375e;
}

.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #efefef;
}

.stack {
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 7px;
}
.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;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #03070c;
}

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

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

/* ============================= Top Bar ====================== */
.top-bar {
  background: #222;
  padding: 3px 0;
  color: #eee;
  border-bottom: 3px solid #a60707;
}

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

.station-bar .stack-content {
  display: flex;
  justify-content: center;
}

.navbar-stations {
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .navbar-stations {
    padding: 0.2rem 1rem;
  }
}
.navbar-stations .navbar-brand {
  font-weight: bold;
  font-style: italic;
  background: #a60707;
  padding: 0 0.4rem;
  text-transform: uppercase;
  position: relative;
}
.navbar-stations .navbar-brand::after {
  content: "";
  border: 0.9rem solid;
  position: absolute;
  height: 100%;
  border-color: transparent transparent transparent #a60707;
  top: 0;
  right: -1.7rem;
}
.navbar-stations .dropdown {
  display: flex;
  padding: 0 0.5rem;
}
@media (min-width: 1024px) {
  .navbar-stations .dropdown {
    border-right: 1px solid #111;
  }
}
.navbar-stations .dropdown:last-child {
  border-right: none;
}
.navbar-stations .dropdown.toggle {
  padding-right: 0;
}
.navbar-stations .dropdown.toggle:hover .station.dropdown-menu {
  display: block;
}
@media (min-width: 1024px) {
  .navbar-stations .dropdown.toggle > a::after {
    font-family: "FontAwesome";
    content: "";
    display: inline-block;
    padding: 0 0.2rem;
    border: none;
  }
}
.navbar-stations .dropdown a {
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #eee;
  text-transform: uppercase;
}
.navbar-stations .dropdown a:hover, .navbar-stations .dropdown a:active, .navbar-stations .dropdown a:focus {
  color: #fff;
}
.navbar-stations .dropdown a.nav-link {
  padding: 0.2rem;
  line-height: 1;
}
.navbar-stations .dropdown .dropdown-menu {
  top: 95%;
  background: #111;
}
.navbar-stations .dropdown .dropdown-menu li a {
  padding: 0.3rem 0.2rem;
  text-align: center;
  display: block;
}
.navbar-stations .sm-toggle::after {
  font-family: "FontAwesome";
  content: "";
  display: inline-block;
  position: unset;
}
@media (min-width: 1024px) {
  .navbar-stations .sm-toggle::after {
    display: none;
  }
}
.navbar-stations .navbar-toggler {
  padding: 0.1rem 0.3rem;
}

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

/* ============================= Member Login ====================== */
.member-nav #login-toggle {
  border: none;
  padding: 0.6rem 1rem;
}
.member-nav #login-toggle:focus, .member-nav #login-toggle:active, .member-nav #login-toggle:hover {
  border: none;
  box-shadow: none;
}
.member-nav .user-nav {
  background: #fff;
}
.member-nav .user-nav.active {
  right: 0;
}
@media (max-width: 768px) {
  .member-nav .user-nav.active {
    width: 90vw;
  }
}

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

.branding {
  padding: 5px 0;
}

/* ============================= Header - Stations ====================== */
.header .header-wbdk {
  background: linear-gradient(#33ccff, #ffffff) !important;
}
@media (min-width: 992px) {
  .header .header-wbdk {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .header .header-wbdk {
    background: url("../images/wbdk-header-bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.header .header-morefm {
  background: linear-gradient(#ffab6b, #ffffff) !important;
}
@media (min-width: 992px) {
  .header .header-morefm {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .header .header-morefm {
    background: url("../images/morefm-header-bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.header .header-theclipper {
  background: linear-gradient(#9d9d9c, #ffffff) !important;
}
@media (min-width: 992px) {
  .header .header-theclipper {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .header .header-theclipper {
    background: url("../images/theclipper-header-bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.header .header-wrlu {
  background: linear-gradient(#4aadba, #ffffff) !important;
}
@media (min-width: 992px) {
  .header .header-wrlu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .header .header-wrlu {
    background: url("../images/wrlu-header-bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.header .header-goat {
  background: linear-gradient(#33ccff, #ffffff) !important;
}
@media (min-width: 992px) {
  .header .header-goat {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .header .header-goat {
    background: url("../images/thegoat-header-bg.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* ============================= Menu/Listen Live ====================== */
.menu {
  background: #2c2c2c;
  border-bottom: 3px solid #a60707;
}

.navbar-custom {
  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;
}
.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: #eee;
  font-size: 1.1rem;
  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: #a60707;
  color: #eee;
}
.navbar-custom .navbar-nav > li > a.member-link {
  background: #17375e;
  color: #eee;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.navbar-custom .navbar-nav > li > a.member-link:active, .navbar-custom .navbar-nav > li > a.member-link:hover, .navbar-custom .navbar-nav > li > a.member-link:focus {
  backround: #2963a9;
}
.navbar-custom .navbar-nav > li > a.nav-link {
  padding-left: 0.4rem;
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #fff;
  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: #222;
  font-size: 1.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #efefef;
  color: #333;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background-color: #000;
  border-color: #eee;
}
.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-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-listen {
  margin: 8px 0 8px 5px;
}

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

.header-ad-lg iframe, .footer-ad-lg iframe, .openx-zone iframe {
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header-ad-lg iframe, .footer-ad-lg iframe, .col-header iframe {
  width: 728px !important;
}

.col-sm-4 .openx-zone iframe {
  width: 300px !important;
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(23, 55, 94, 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 ====================== */
.obits .feed .entry-article {
  padding: 0;
}
.obits .feed .entry-article .entry-title {
  margin-bottom: 2px;
}

/* ============================= Footer ====================== */
.footer {
  background: #00010d;
  border-top: 1px solid #a60707;
  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;
}

.footer-links .nav {
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-links .nav li {
    border-right: 1px solid #fff;
  }
  .footer-links .nav li:last-child {
    border-right: none;
  }
}
.footer-links .nav li a {
  padding: 0.2rem 0.5rem;
}

/*# sourceMappingURL=responsive_custom.css.map */
