@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 ====================== */
html {
  font-size: 16px;
}

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;
}

.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: linear-gradient(#fa7588, #cf0724, #cf0724, #cf0724, #cf0724, #b60620, #6c0413);
  color: #fff;
  border: 1px solid #9e051b;
  border-radius: 1;
}
.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: #e80828;
  color: #fff;
  border: 1px solid #9e051b;
}

.btn-listen {
  background: #cf0724;
  color: #6c0413;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}
.btn-listen:hover, .btn-listen:focus {
  background: #f71233;
  color: #000;
  border-color: transparent;
}

/* ============================= Bootstrap Overrides ====================== */
.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: #cf0724;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #850417;
  text-decoration: none;
}

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

@media (min-width: 786px) {
  .content {
    padding-bottom: 10px;
  }
}
.stack {
  background-color: #fff;
  margin-bottom: 10px;
}
.stack img {
  padding: 0;
}

.subheader {
  background: #6c0413;
  color: #eee;
  padding: 5px 0;
}

.jock-wrapper {
  background: #e4e4e4;
}

.poll-inner-bar {
  background: #6c0413;
}

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

.bg-info {
  background-color: #fed7dd;
}

/* ============================= Headings / Title Bars ====================== */
.header-text {
  background: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #000;
}
.header-text h2 {
  color: #33308b;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}
.header-text font {
  color: #33308b;
  line-height: 1;
}

/* ============================= Top Bar ====================== */
.top-bar {
  /*border-top: 2px solid $primary;*/
  background: #191c23;
  padding: 5px 10px;
}

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

/* ============================= Social Icons ====================== */
.social-links {
  padding: 5px 0;
  font-size: 1.485em;
  text-align: center;
}
.social-links a {
  color: #fff;
}
.social-links a:focus, .social-links a:active, .social-links a:hover {
  color: #cf0724;
}

/* ============================= Member Login ====================== */
.member-nav .user-nav {
  background: #fff;
}
.member-nav .btn {
  background: linear-gradient(#fa7588, #cf0724, #cf0724, #cf0724, #cf0724, #b60620, #6c0413);
  color: #fff;
  border-color: #9e051b;
  border-radius: 1;
}
.member-nav .btn:hover, .member-nav .btn:focus {
  background: #e80828;
  color: #efefef;
  border-color: #9e051b;
}

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

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

.ad-row {
  background: #fff;
}

.header-col-2 {
  align-self: center;
}
.header-col-2 .ad-row {
  justify-content: space-around;
}

/* ============================= Menu/Listen Live ====================== */
.menu-bg {
  background: linear-gradient(#cf0724, #9e051b);
}

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

.navbar-custom {
  font-family: "Oswald", sans-serif;
}
.navbar-custom .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  border-right: 1px solid #191c23;
  color: #fff;
  font-size: 1.65em;
  font-weight: bold;
  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: #6c0413;
  color: #fff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  border-right: none;
}
.navbar-custom .dropdown-menu {
  background: #6c0413;
}
.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: #e80828;
  color: #fff;
}
.navbar-custom .navbar-right {
  margin-right: 0;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggle {
  background-color: #2e3192;
  border-color: #fff;
}

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

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  /*margin-bottom: 10px;*/
}
.flash-gallery .caption-container {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(207, 7, 36, 0.8));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(207, 7, 36, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(207, 7, 36, 0.8));
}

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

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

/* ============================= Custom Modules ====================== */
#bridge-cam {
  position: relative;
  overflow: hidden;
  height: 185px;
}
#bridge-cam #player_wsar {
  width: 100% !important;
}
#bridge-cam #header-cam-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  background-color: #000000;
  z-index: 10;
}
#bridge-cam #header-cam-button > a {
  color: #fff;
}
#bridge-cam #header-cam-button > a:hover {
  color: #feba12;
}
#bridge-cam .sponsor_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#studio-cam {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.sponsor_logo {
  position: absolute;
  bottom: 10px;
  width: 33%;
}

/* podcasts */
.podcast-nav a.nav-link:hover,
.podcast-nav a.nav-link:focus {
  color: #222;
}

.show-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.archive-episode-title {
  font-size: 24px;
}

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