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

/* ============================= Utilities ====================== */
@media (min-width: 992px) {
  img.center-xs {
    display: inline;
  }
}

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

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

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

.btn-primary {
  background: #643695;
  color: #fff;
  border: 1px solid #fff;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  background: #4b2870;
  color: #fff;
  border: 1px solid #7d44ba;
}

/* ============================= Bootstrap Overrides ====================== */
@media (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/* ============================= Links ====================== */
a {
  color: #643695;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #4b2870;
  text-decoration: none;
}

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

.stack {
  background: #fff;
  margin-bottom: 0.5rem;
}
.stack img {
  padding: 0;
}

.stack-override .stack {
  background: 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-p-0 .stack {
  padding: 0;
}

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

.jock-wrapper {
  background: #f1f1f1;
}

.poll-inner-bar {
  background: #321b4a;
}

/* ============================= Headings / Title Bars ====================== */
.header-row-container {
  background: linear-gradient(#3e3739 50%, #231F20 50%);
  border-bottom: 1px solid #FADA07;
}

.header-text h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.header-text a {
  color: #b18ed6;
}
.header-text a:hover, .header-text a:focus, .header-text a:active {
  color: #7d44ba;
}

/* ============================= Top Bar ====================== */
.top-bar {
  border-top: 2px solid #643695;
  background: #111;
  padding: 5px 10px;
}

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

.on-air {
  color: #fff;
}
.on-air .on-air-link {
  display: none;
}

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

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

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

/* ============================= Menu/Listen Live ====================== */
.sticky {
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.menu-bg {
  background: #151515;
}
@media (min-width: 992px) {
  .menu-bg {
    background: linear-gradient(#643695 50%, #4b2870 50%);
  }
}

.navbar-custom {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  .navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-custom .navbar-brand {
  max-width: 5rem;
  display: none;
}
.navbar-custom .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav > li {
    border-right: 1px solid #797979;
  }
  .navbar-custom .navbar-nav > li:last-child {
    border-right: none;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .navbar-custom .navbar-nav > li:last-child .dropdown-menu {
    left: -99px;
  }
}
.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.3em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #606060;
}
.navbar-custom .navbar-nav > li > a.active, .navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background: linear-gradient(#3e3739 50%, #231F20 50%);
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.navbar-custom .sm-toggle::after {
  line-height: 1;
}
.navbar-custom .dropdown-menu {
  background: linear-gradient(rgba(125, 68, 186, 0.9), rgba(75, 40, 112, 0.9));
  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.1em;
  padding: 15px 20px;
}
.navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  background: #231F20;
  color: #fff;
}
.navbar-custom .mobile-toggle {
  border-radius: 0;
  padding: 5px 5px;
}

.navbar-toggler {
  background-color: #643695;
  border: 1px solid #fff;
}
.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-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.75)' 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: #E9E9E9;
}

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

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

/* ============================= Flash Gallery ====================== */
.flash-gallery {
  margin-bottom: 10px;
}
.flash-gallery .caption-container {
  background: rgba(100, 54, 149, 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 ====================== */
/*Primis */
.primis-video {
  display: none;
}

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

.episode-wrapper {
  background: #FADA07;
}

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