@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
Calendar List
Footer
-------------------------------------------------------------------*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Roboto:400,700");
/* ============================= Default ====================== */
body {
  background: #f7f7f7 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;
}

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

@media (min-width: 768px) {
  .d-flex-sm {
    display: flex;
  }
}

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

@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .xs-my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

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

/* ============================= Buttons ====================== */
.btn-primary,
.btn-station,
input.btn-station {
  background: #50c618;
  color: #fff;
  border: 1px solid #287B00;
  border-radius: 0;
}
.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: #67e52c;
  color: #fff;
  border: 1px solid #287B00;
}

.btn-listen {
  background: #50c618;
  color: #129672;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.btn-listen:hover, .btn-listen:focus {
  background: #67e52c;
  color: #000;
  border-color: transparent;
}

/* ============================= 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: #50c618;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #67e52c;
  text-decoration: underline;
}

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

.stack {
  background: #fff;
  margin-bottom: 10px;
}
.stack img {
  padding: 0;
}

.gray-bg .stack {
  background: #F1F1F1;
}

.stack-mb-0 .stack {
  margin-bottom: 0;
}

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

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

.stack-p-0 .stack {
  padding: 0;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #2b6b0d;
}

.stack-override .stack {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.stack-override .stack p {
  margin-bottom: 0;
}

.zone-center .header-text h2 {
  font-size: 1.8em;
}

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

.header-text h2 {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 5px 5px;
  text-transform: uppercase;
}

/* ============================= Top Bar ====================== */
.top-bar {
  background: #000D0D;
  padding: 5px 10px;
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 9px 0;
  font-size: 0.9em;
  text-align: center;
}
.social-links a {
  color: #eee;
  padding: 9px 0;
  display: inline-block;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #78e842;
  text-decoration: none;
}

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

/* ============================= Header ====================== */
.header-bg {
  background: transparent;
}

@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

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

.now-playing .feed h2.entry-title {
  font-size: 1.4em;
}
.now-playing .entry-title {
  margin-bottom: 3px;
}

/* ============================= Menu/Listen Live ====================== */
.menu-bg {
  background: #000;
  border-top: 1px solid #287B00;
}

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

.navbar-custom {
  background: transparent;
  font-family: "Roboto", sans-serif;
}
.navbar-custom .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li {
    border-right: 1px solid #287B00;
  }
  .navbar-custom .navbar-nav > li:last-child {
    border-right: none;
  }
}
.navbar-custom .navbar-nav > li.toggle {
  padding-right: 2.5em;
  margin-right: 1em;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li.toggle {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-custom .navbar-nav > li.toggle {
    margin-right: 0;
  }
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  font-size: 1.15em;
  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: #50c618;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 16px 15px 14px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 0.9em;
    padding: 14px 15px 16px;
  }
}
.navbar-custom .dropdown-menu {
  background: #50c618;
}
.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: #67e52c;
  color: #fff;
}
.navbar-custom .navbar-right {
  margin-right: 0;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}
.navbar-custom .navbar-listen {
  margin: 8px;
}

.navbar-custom .navbar-toggle {
  background-color: #50c618;
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
  background-color: #2b6b0d;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-custom .navbar-toggle .icon-bar:focus {
  background-color: #fff;
}

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

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

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

.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: 200px;
  padding: 0px;
  overflow: hidden;
}

/* ============================= Custom Modules ====================== */
.feed-2col-overlay article.entry-article {
  padding: 0;
}
.feed-2col-overlay .entry-header {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(51, 51, 51, 0.9) 40%);
  bottom: 0;
}
.feed-2col-overlay .entry-title a {
  color: #fff;
  font-size: 0.9em;
}
.feed-2col-overlay .entry-title a:active, .feed-2col-overlay .entry-title a:hover, .feed-2col-overlay .entry-title a:focus {
  color: #fff;
  text-decoration: underline;
}

.feed-three-boxes .entry-header .entry-title {
  font-size: 1.2em;
}

.now-playing {
  display: flex;
  justify-content: flex-end;
}
.now-playing .ssiLiveButtonM {
  height: 220px !important;
  margin-top: 10px;
}
.now-playing .ssiLiveButtonM .ssiLiveButton_Title {
  font-size: 20px;
}
.now-playing .ssiLiveButtonM .ssiLiveButton_Artist {
  font-size: 15px;
}

#policy br {
  display: block;
}

/* Twitter Widget */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .twitter-widget {
    display: none;
  }
}
/* ============================= Calendar List ====================== */
.calendar-list .date {
  width: 30%;
}
.calendar-list .info {
  width: 70%;
}
.calendar-list .day {
  font-size: 1.6em;
}
.calendar-list .title {
  font-size: 1.4em;
}

/* ============================= Footer ====================== */
.footer {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #e6e6e6;
}
.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 */
