@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,300");
/* ============================= 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: #333333;
  font-family: "Open Sans", sans-serif; }

/* ============================= Utilities ====================== */
.d-flex {
  display: flex;
  flex-flow: wrap; }
  .d-flex > div {
    margin-left: 10px; }
  @media (min-width: 768px) {
    .d-flex-header {
      display: flex;
      align-items: flex-end;
      flex-direction: row;
      flex-wrap: wrap; } }

.justify-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

/* ============================= Text ====================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif; }

/* ============================= Buttons ====================== */
.btn-primary,
.btn-station,
input.btn-station {
  background: #CF0C0E;
  color: #fff;
  border: 1px solid #CF0C0E;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
  .btn-station:hover,
  .btn-station:active,
  .btn-station:focus,
  input.btn-station:hover,
  input.btn-station:active,
  input.btn-station:focus {
    background: #870809;
    color: #fff;
    border: 1px solid #666A73; }

/* ============================= Bootstrap Overrides ====================== */
.container {
  padding-left: 10px;
  padding-right: 10px; }

@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: #CF0C0E;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #870809;
    text-decoration: none; }

/* ============================= Theme/Zones ====================== */
.content {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff; }

@media (min-width: 786px) {
  .content {
    padding-top: 0;
    padding-bottom: 10px; } }
.stack {
  background-color: #fff;
  margin-bottom: 0; }
  .stack img {
    padding: 0; }

.subheader {
  background: #e00000;
  color: #eee;
  padding: 5px 0; }

.jock-wrapper {
  background: #e4e4e4; }

.poll-inner-bar {
  background: #6f0607; }

.stack-override .stack {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0; }
.stack-override .stack p {
  margin-bottom: 0; }

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid transparent;
  background: transparent;
  padding: 5px 10px; }

.module-keyword {
  text-align: right; }

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.5em;
  text-align: center; }
  .social-links a {
    color: #fff; }
    .social-links a:focus, .social-links a:active, .social-links a:hover {
      color: #CF0C0E; }

/* ============================= Member Login ====================== */
.member-nav .user-nav {
  background: #fff;
  right: 0; }

/* ============================= Header ====================== */
.header {
  background: transparent;
  padding-bottom: 5px; }

.header-ad {
  margin-top: 30px; }

.ad-row {
  background: transparent; }

/* ============================= Headings / Title Bars ====================== */
/* Default Stack Items*/
.header-row-container {
  font-family: "Oswald", sans-serif;
  margin-top: 15px; }

.header_row {
  padding: 10px 5px 5px; }

.header-text {
  background: #fff;
  color: #666A73;
  display: inline-block; }
  .header-text h2 {
    font-size: 1.7em;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase; }
  .header-text font {
    color: #666A73;
    line-height: 1; }

.header-row-after {
  border-bottom: 3px solid #666A73;
  margin-top: -1.1em; }

/* ============================= Stack Body ====================== */
.body-row-container {
  margin-top: 0.7em; }

/* ============================= Menu/Listen Live ====================== */
.navbar-brand {
  height: 120px;
  padding: 5px 0; }

.navbar-custom {
  background: transparent;
  font-family: "Oswald", sans-serif; }
  .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:active, .navbar-custom .navbar-toggle:focus {
    background: #CF0C0E; }
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #333; }
  .navbar-custom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  .navbar-custom .navbar-nav {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 768px) {
      .navbar-custom .navbar-nav.navbar-center {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  .navbar-custom .navbar-nav > li.toggle {
    padding-right: 2em;
    margin-right: 1em; }
    @media (min-width: 992px) {
      .navbar-custom .navbar-nav > li.toggle {
        padding-right: 0;
        margin-right: 0; } }
  .navbar-custom .navbar-nav > li > a {
    color: #333;
    font-size: 1.3em;
    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: #CF0C0E;
      color: #fff; }
    .navbar-custom .navbar-nav > li > a.listen-live {
      color: #CF0C0E; }
      .navbar-custom .navbar-nav > li > a.listen-live.active, .navbar-custom .navbar-nav > li > a.listen-live:focus, .navbar-custom .navbar-nav > li > a.listen-live:hover {
        color: #fff; }
  .navbar-custom .navbar-nav .dropdown-menu {
    background: #CF0C0E; }
    .navbar-custom .navbar-nav .dropdown-menu > li {
      border-bottom: 1px solid #e70d10; }
      .navbar-custom .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: none; }
    .navbar-custom .navbar-nav .dropdown-menu > li > a {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.1em;
      padding: 10px 20px; }
      .navbar-custom .navbar-nav .dropdown-menu > li > a:focus, .navbar-custom .navbar-nav .dropdown-menu > li > a:hover {
        background: #e70d10;
        color: #fff; }
  .navbar-custom .navbar-right {
    margin-right: 0; }
  .navbar-custom .mobile-toggle {
    border-radius: 0;
    padding: 5px 5px; }

/* ============================= Ad Styles ========================== */
/* ============================== Scrolling Text ====================== */
.horizontal_scroller {
  background: #CF0C0E;
  color: #eee;
  padding-top: 3px;
  margin-left: -10px;
  margin-right: -10px; }

.scrollingtext a {
  color: #333;
  text-decoration: none; }
  .scrollingtext a:hover {
    color: #1a1a1a; }

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px; }

/* ============================= Banner SlideShow ====================== */
/* ============================= Custom Modules ====================== */
.view-all {
  text-align: right; }

.module-onair .jock-info {
  color: #eee;
  text-align: right; }

.module-onair.icon-mini-left {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end; }
  .module-onair.icon-mini-left .icon-mini {
    width: 20%;
    padding: 0 5px; }

/* ============================= Footer ====================== */
.footer {
  background: #9A999E;
  border-top: 1px solid #CF0C0E;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer a:hover {
    color: #d9d9d9; }
  .footer font {
    color: #fff; }
  .footer .ad-row {
    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 */
