@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 ====================== */
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px;
  }
}
/* ============================= Text ====================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

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

.btn-primary,
.btn-station {
  background: #0011D1;
  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: #000b85;
  color: #fff;
  border: 1px solid #1f31ff;
}

.btn-secondary {
  background: #00ADFF;
  color: #000;
  border: 1px solid #000;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  background: #0079b3;
  color: #000;
  border: 1px solid #4dc6ff;
}

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

/* ============================= Links ====================== */
a {
  color: #00ADFF;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0079b3;
  text-decoration: none;
}

/* ============================= Theme/Zones ====================== */
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #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: #000b85 !important;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #00096b;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: #000;
  border-bottom: 2px solid #00ADFF;
}

.header-text h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

/* ============================= Top Bar ====================== */
.top-bar {
  color: #fff;
  background: #000;
  padding: 8px 10px;
}
.top-bar .btn-primary {
  border: 1px solid #fff;
}
.top-bar .btn-primary:focus, .top-bar .btn-primary:hover, .top-bar .btn-primary:active {
  border: 1px solid #1f31ff;
}
.top-bar .user-nav .btn-primary {
  border: 1px solid #000;
}
.top-bar .user-nav .btn-primary:focus, .top-bar .user-nav .btn-primary:hover, .top-bar .user-nav .btn-primary:active {
  border: 1px solid #1f31ff;
}
.top-bar .amazon-icon {
  font-size: 2rem;
  vertical-align: -0.25em;
}
.top-bar .top-bar-mb {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .top-bar .top-bar-mb {
    margin-bottom: 0;
  }
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding-top: 5px;
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .social-links {
    max-width: 300px;
    margin-left: auto;
  }
}
.social-links a {
  color: #000;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #0011D1;
}

.footer-social-links {
  font-size: 1.125rem;
  padding: 22px 0;
}
.footer-social-links li {
  margin-right: 10px;
}
.footer-social-links li:last-child {
  margin-right: 0;
}
.footer-social-links a {
  color: #00ADFF !important;
}
.footer-social-links a:focus, .footer-social-links a:active, .footer-social-links a:hover {
  color: #fff !important;
}

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

.members {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

/* ============================= Header ====================== */
.header {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .station-logo {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .header .station-logo {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header .station-logo-row img {
    max-width: 110px !important;
  }
}
.knza-page .header {
  background: linear-gradient(#9b94d1, #fff);
}
@media (min-width: 992px) {
  .knza-page .header {
    background: #fff url(../images/station-bg/knza-header-bg.jpg);
  }
}
.klza-page .header {
  background: linear-gradient(#f7f5ad, #fff);
}
@media (min-width: 992px) {
  .klza-page .header {
    background: #fff url(../images/station-bg/klza-header-bg.jpg);
  }
}
.koza-page .header {
  background: linear-gradient(#80b5ff, #fff);
}
@media (min-width: 992px) {
  .koza-page .header {
    background: #fff url(../images/station-bg/koza-header-bg.jpg);
  }
}
.kmza-page .header {
  background: linear-gradient(#e3b59a, #fff);
}
@media (min-width: 992px) {
  .kmza-page .header {
    background: #fff url(../images/station-bg/kmza-header-bg.jpg);
  }
}
.ktnc-page .header {
  background: linear-gradient(#d897e5, #fff);
}
@media (min-width: 992px) {
  .ktnc-page .header {
    background: #fff url(../images/station-bg/ktnc-header-bg.jpg);
  }
}
.kair-page .header {
  background: linear-gradient(#fffcb2, #fff);
}
@media (min-width: 992px) {
  .kair-page .header {
    background: #fff url(../images/station-bg/kair-header-bg.jpg);
  }
}

/* ============================= Menu/Listen Live ====================== */
.menu-wrapper {
  background: #000;
  border-bottom: 2px solid #00ADFF;
}

.navbar-custom {
  background: #000;
  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: #fff;
  font-size: 1.2rem;
  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: #000b85;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-custom .navbar-nav > li > a.nav-link {
    padding: 0.5rem 0.563rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a.nav-link {
    padding: 0.5rem 0.19rem;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #000b85;
  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: #0011D1;
  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;
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(0, 17, 209, 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 ====================== */
.community-calendar .title a {
  color: #0011D1;
}
.community-calendar .title a:hover, .community-calendar .title a:focus, .community-calendar .title a:active {
  color: #000b85;
}

.homepage-feed-slider {
  margin-bottom: 10px;
}

.feed-multislider {
  max-height: none;
}
.feed-multislider .slick-prev, .feed-multislider .slick-next {
  background: rgba(0, 0, 0, 0.2);
}
.feed-multislider .slick-prev:focus, .feed-multislider .slick-prev:hover, .feed-multislider .slick-prev:active, .feed-multislider .slick-next:focus, .feed-multislider .slick-next:hover, .feed-multislider .slick-next:active {
  background: rgba(0, 0, 0, 0.4);
}
.feed-multislider .slick-slide {
  height: 460px;
  background: transparent;
  margin-top: 2px;
  margin-bottom: 12px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .feed-multislider .slick-slide {
    height: 550px;
  }
}
.feed-multislider .entry-icon {
  height: 180px;
}
.feed-multislider .entry-article {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-right: 7px;
  margin-left: 7px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.feed-multislider .entry-header {
  padding: 0;
  position: static;
  background: none;
}
.feed-multislider .entry-title a {
  color: #00ADFF !important;
}
.feed-multislider .entry-title a:hover, .feed-multislider .entry-title a:focus, .feed-multislider .entry-title a:active {
  color: #0079b3 !important;
}

@media (min-width: 992px) {
  .calendar-list .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .calendar-list .month {
    word-wrap: break-word;
  }
}

.feed-three-boxes .entry-icon {
  height: 140px;
}
@media (max-width: 767px) {
  .feed-three-boxes .entry-icon {
    height: 200px;
  }
}
.feed-three-boxes .entry-icon.clipped {
  background: #ededed;
}
.obits-feed .feed-three-boxes .entry-icon {
  height: 200px;
}
@media (max-width: 767px) {
  .obits-feed .feed-three-boxes .entry-icon {
    height: 240px;
  }
}
.feed-three-boxes .entry-title {
  font-size: 1.1em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .feed-three-boxes .entry-title {
    font-size: 1.2em;
  }
}
.obits-feed .feed-three-boxes .entry-title {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .obits-feed .feed-three-boxes .entry-title {
    font-size: 1.1em;
  }
}

.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 {
  font-size: 1.25em;
}
.feed-2col-overlay .entry-title a {
  color: #fff;
}
.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;
}

.blog .entry-icon img {
  max-height: 300px;
}

.hide-byline .byline {
  display: none;
}

.instagram-media {
  min-width: 0 !important;
  max-width: 100% !important;
}

.vl1 {
  position: relative;
}
.vl1::before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  background: url(../images/vl1.png) 0 0 repeat-y;
  position: absolute;
  left: -4px;
  top: 0;
}
@media (max-width: 991px) {
  .vl1::before {
    content: none;
  }
}

/* ============================= Footer ====================== */
.footer {
  background: #111;
  border-top: 2px solid #00ADFF;
  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-sub-section {
  background: #2b2b2b;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  padding: 25px 0;
  margin-bottom: 20px;
}
.footer-sub-section .footer-logo {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-sub-section .footer-logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.footer-sub-section .contact-info {
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .footer-sub-section .contact-info {
    padding: 0;
  }
}
.footer-sub-section .txt1 {
  font-weight: bold;
  margin-bottom: 0;
}
.footer-sub-section .txt2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-sub-section .txt1, .footer-sub-section .txt2 {
    text-align: center;
  }
}
.footer-sub-section .info-links p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.footer-sub-section .info-links a {
  color: #fff;
}
.footer-sub-section .info-links a:hover {
  color: #ccc;
}

.footer-nav {
  padding: 20px 0;
}

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