@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|Staatliches|Roboto+Condensed:400,700&dispaly=wrap");
/* ============================= 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;
}

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

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

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

/* ============================= Buttons ====================== */
.btn-primary,
.btn-station,
input.btn-station {
  background: linear-gradient(#CC0000, #7D0000);
  color: #fff;
  border: 1px solid #CC0000;
  border-radius: 4px;
}
.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: linear-gradient(#990000, #4a0000);
  color: #fff;
  border: 1px solid #CC0000;
}

.btn-listen {
  background: #011747;
  color: #CC0000;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.btn-listen:hover, .btn-listen:focus {
  background: #022779;
  color: #000;
  border-color: transparent;
}

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

.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: #CC0000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #7D0000;
  text-decoration: none;
}

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

.stack {
  background: #EEEEEE;
  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;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: black;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: #CC0000;
}

.header-text h2 {
  color: #fff;
  font-family: "Staatliches", sans-serif;
  font-size: 1.563rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.blue .header-row-container {
  background: #011747;
}
.blue .header-text h2 {
  letter-spacing: 1px;
}

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid #011747;
  background: #000000;
  padding: 5px 10px;
  color: #fff;
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.125rem;
}
.social-links li {
  padding-right: 10px;
  padding-left: 10px;
}
.social-links li:first-child {
  padding-left: 0;
}
.social-links a {
  color: #222;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #FF4D4D;
}

/* ============================= Member Login ====================== */
.member-bar {
  background: #333;
  padding-top: 7px;
  padding-bottom: 7px;
}

.member-nav .user-nav {
  background: #fff;
}

/* ============================= Header ====================== */
.header-bg {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}

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

/* ============================= Menu/Listen Live ====================== */
.menu-bg {
  background: #011747;
}

.navbar-custom {
  background: #011747;
  font-family: "Staatliches", 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 #565656;
  }
  .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.8rem;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000000;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: #062A77;
  color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li .nav-link {
    padding: 0 0.75rem;
  }
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: #062A77;
  padding-top: 0;
  padding-bottom: 0;
  top: 95%;
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #565656;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-custom .dropdown-menu > li > a {
  color: #fff;
  font-size: 1.688rem;
  text-shadow: 1px 1px 2px #000000;
  letter-spacing: 1px;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #083ba8;
  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: #000715;
  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-color: #011747;
  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");
}

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

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

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

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

.flash-thumb {
  display: none;
}

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

@media (min-width: 768px) {
  .banner {
    padding-top: 0;
  }
}
#bannerslideshow {
  max-height: 180px;
  padding: 0px;
  overflow: hidden;
}

/* ============================= Custom Modules ====================== */
/*Primis */
.primis-video {
  display: none;
}

.page .primis-video {
  display: block;
}

/* image slider iframes */
.slider-01, .slider-02 {
  height: 260px;
}

@media (min-width: 768px) {
  .slider-01, .slider-02 {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .slider-01, .slider-02 {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .slider-01, .slider-02 {
    height: 500px;
  }
}
#___gcse_0 .cse .gsc-control-cse, #___gcse_0 .gsc-control-cse {
  border: none;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  #___gcse_0 .cse .gsc-control-cse, #___gcse_0 .gsc-control-cse {
    padding: 0.8em 0 0 0;
  }
}

.blog-post .entry-icon {
  float: none;
  max-width: 100%;
}

.listen-now {
  font-weight: bold;
  font-size: 3.2rem;
  color: #c21f00;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

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

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