@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/custombgwebp.webp) 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/custombgwebp.webp", sizingMethod="scale");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/custombgwebp.webp', sizingMethod='scale')";
  color: #000;
  font-family: sans-serif;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

/* ============================= Utilities ====================== */
.stack-mx-0 .stack, .homepage-slider .stack {
  margin-right: 0;
  margin-left: 0;
}

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

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

.btn-primary, .btn-station {
  background: #79d500;
  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: rgba(141, 198, 63, 0.5);
  color: #fff;
  border: 1px solid #fff;
}

.btn-onair {
  background: #79d500;
  color: #fff;
  font-size: 0.9rem;
  border: 1px solid #fff;
  padding: 4px 10px;
  margin-bottom: 3px;
}
.btn-onair:focus, .btn-onair:hover, .btn-onair:active {
  background: #79d500;
  color: #fff;
  border: 1px solid #fff;
}

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

/* ============================= Links ====================== */
a {
  color: #31ab01;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}

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

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

.subheader {
  background: #ccc !important;
  color: #333;
  padding: 5px 0;
}

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #3f6f00;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: linear-gradient(#79d500, #5ea500);
  position: relative;
}
.header-row-container:before {
  content: " ";
  width: 10px;
  height: 10px;
  border-color: #477a00 #477a00 transparent transparent;
  border-width: 7px 5px 7px;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 0;
}
.header-row-container:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-color: #477a00 transparent transparent #477a00;
  border-width: 7px 5px 7px;
  border-style: solid;
  position: absolute;
  top: 100%;
  right: 0;
}

.zone-right .header-row-container {
  background: linear-gradient(#ec0faa, #bc0c88);
  position: relative;
}
.zone-right .header-row-container::before {
  border-color: #890963 #890963 transparent transparent;
}
.zone-right .header-row-container::after {
  border-color: #890963 transparent transparent #890963;
}

.stack-mx-0 .header-row-container::before, .stack-mx-0 .header-row-container::after {
  content: none;
}

.header-text h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 10px 10px 12px;
  text-transform: uppercase;
}

.header-row-after {
  border-top: 5px solid #477a00;
  margin: 0 10px;
}

.zone-right .header-row-after {
  border-top: 5px solid #890963;
}

.stack-mx-0 .header-row-after {
  margin: 0;
}

.stack-override .header-row-after {
  border-top-width: 14px;
}

/* ============================= Top Bar ====================== */
.top-bar {
  background: #333;
  padding: 5px 10px;
}
.top-bar .members {
  color: #eee;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0;
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 8px 0;
  font-size: 0.9em;
  text-align: center;
}
.social-links li {
  margin-right: 4px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  color: #fff;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #31ab01;
}

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

/* ============================= Header ====================== */
.header {
  background: transparent;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}
.header .module-onair .icon img {
  max-width: 120px;
}

/* ============================= Menu/Listen Live ====================== */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}
ul.nav .nav-link {
  padding: 0.4rem 1rem;
}

.navbar-custom {
  background: linear-gradient(#141414, #434343);
  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: 2px solid rgba(129, 129, 129, 0.36);
  }
  .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.3em;
  font-weight: normal;
  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: #79d500;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1.2em;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #000;
  border: 1px solid #886e60;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 200px;
  top: 95%;
  -moz-box-shadow: 0px 3px 0px 3px rgba(29, 44, 52, 0.6);
  -webkit-box-shadow: 0px 3px 0px 3px rgba(29, 44, 52, 0.6);
  box-shadow: 0px 3px 0px 3px rgba(29, 44, 52, 0.6);
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #666666;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #fff;
  font-family: sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 8px 10px 8px 14px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #000;
  color: #79d500;
}
.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: #ec0faa;
  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, 1)' 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: #79d500;
  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, 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;
}

.menu-bottom {
  border-color: #5ea500 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}

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

/* ============================== Scrolling Text ====================== */
.horizontal_scroller {
  background: #000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  padding-top: 2px;
}

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(236, 15, 170, 0.8);
}

.flash-thumb {
  display: none;
}

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

@media (min-width: 768px) {
  .banner {
    padding-top: 0;
  }
}
#bannerslideshow {
  border: 3px solid #268C43;
  max-width: 353px;
  max-height: 200px;
  padding: 0px;
  margin: 0 auto;
  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;
}

/* ============================= Footer ====================== */
.footer {
  background: #151515;
  border-top: 1px solid #5ea500;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #eee;
}
.footer a {
  color: #31ab01;
}
.footer a:hover {
  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;
}

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