@charset "UTF-8";
/* CSS Document */
/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*------------------------------------------------------------------
Copyright: © 2016 Envisionwise
Company Website: http://www.envisionwise.com
Last Updated: 5/11/2016	

[Table of Contents]
1. Defaults
	1.2 Text
	1.3 Buttons
2. Bootstrap Overrides
3. Links
4. Zones
5. Headers / Title Bars
6. Menu/Listen Live
7. Scrolling Text
8. BannerSlideShow
9. Custom Modules
10. Footer
11. Media Queries
-------------------------------------------------------------------*/
/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/* ============================= 1. Default ====================== */
body {
  background: #000000 url(/images/custombg.jpg) no-repeat center 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: sans-serif; }

/* ============================= 1.2 Text ====================== */
/* ============================= 1.3 Buttons ====================== */
.btn-station, .btn-members {
  background-color: #0e74bc;
  /*background-image: linear-gradient($btn-station-main, $btn-station-secondary);*/
  color: #ffffff;
  border: 1px solid #00112b; }

.btn-members {
  margin-left: 5px; }

.btn-members:hover, .btn-station:hover {
  background-color: rgba(14, 116, 188, 0.5);
  /*background-image: linear-gradient($btn-station-main-hover, $btn-station-secondary-hover);*/
  color: #ffffff;
  border: 1px solid #00112b; }

.btn-listen-live {
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 20px; }

.btn-listen-live:hover {
  border: 2px solid #fff; }

/* ============================= 2. Bootstrap Overrides ====================== */
@media (min-width: 1200px) {
  .container {
    width: 1060px;
    /*Use only if site has custom width*/
    padding-left: 10px;
    padding-right: 10px; } }
.site-content {
  padding: 5px 0;
  /* .row gives left and right padding of 15px */
  background-color: #cccccc; }

@media (min-width: 786px) {
  .site-content {
    padding: 10px 0;
    /* .row gives left and right padding of 15px */ } }
.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; }

.no-padding {
  padding: 0 !important; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }

/* ============================= 3. Links ====================== */
a {
  color: #0090ff;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #0c5f96;
  text-decoration: none; }

.footer_links {
  color: #ffffff; }

a.footer_links {
  color: #ffffff; }

a.footer_links:hover {
  color: #cccccc; }

/* ============================= 4. Zones ====================== */
.stack {
  margin-bottom: 10px;
  padding: 5px; }

.zone .stack {
  background-color: white; }

hr.separator {
  height: 10px;
  margin-bottom: 0; }

.post-meta a.links img {
  width: 20px;
  height: 20px;
  float: right; }

/* ZONE - Center */
.zone-center .stack {
  padding: 20px 10px; }

.zone-center .stack .row {
  margin-bottom: 10px; }

.zone-center .feed img {
  max-width: 250px !important;
  height: auto; }

/* Other Pages */
#program-table td {
	vertical-align: middle;
}
@media (max-width:768px){
	#program-table{
		max-width: 270px;
	}
}

#blog-body-font img {
	margin-right: auto !important;
}
/* ============================= 5. Headers / Title Bars ====================== */
/* Default Stack Items*/
.header_row_container {
  background-color: #0e74bc;
  font-family: "Oswald", sans-serif; }

.zone-5409 .header_row_container,
.zone-5413 .header_row_container,
.zone-right .header_row_container {
  background-color: #00112b; }

/* ============================= 5.1 Header ====================== */
.full-width.header {
  background-color: #ffffff; }

.header-bg {
  background-color: #cccccc;
  padding-top: 10px; }

/* ZONE - Header Logo and On Air Now */
.zone-5418 .stack,
.zone-5405 .stack {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px; }

.zone-5418 .stack p,
.zone-5405 .stack p {
  margin-bottom: 0; }

.on-air-mini img {
  max-width: 60px !important; }

/* ============================= 5.2 Social Icons ====================== */
.social-links {
  padding: 15px 0; }

.social-links a {
  color: #ffffff; }

.social-links a:hover {
  color: #B60016; }

/* ============================= 5.3 Top Bar ====================== */
.members {
  padding: 10px 0; }

.members p {
  font-weight: bold;
  margin-bottom: 0; }

.keyword-module {
  text-align: right; }

/* ============================= 6. Menu/Listen Live ====================== */
.menu_wrapper {
  background: black;
  max-width: 1060px; }

.navbar_ {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  z-index: 130;
  min-height: 0;
  float: none;
  display: block;
  line-height: 1px; }

.navbar_ .navbar-toggle {
  float: left;
  background: black;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px; }

.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus {
  background: black; }

.navbar_ .navbar-toggle .icon-bar {
  background: #fff; }

.navbar-collapse_ {
  padding-left: 0;
  padding-right: 0;
  border: none; }

.navbar_ .nav {
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
  /*background: url(../images/marker0.png) right bottom no-repeat;*/ }

.navbar_ .nav > li {
  position: relative;
  display: block;
  float: left;
  background: url(../images/marker0.png) left bottom no-repeat; }

.navbar_ .nav > li:first-child {
  background: none; }

.navbar_ .nav > li > a {
  display: block;
  text-decoration: none;
  background: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 40px;
  color: #FFFFFF;
  text-shadow: none;
  padding: 0 17px;
  border: none;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-align: left;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out; }

.navbar_ .nav > li > a em {
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(../images/caret.png) center center no-repeat;
  margin-left: 10px;
  margin-right: -10px; }

.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover {
  color: #fff;
  text-decoration: none;
  background: #222222;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus {
  color: #fff;
  text-decoration: none;
  background: #000000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -4px;
  padding-top: 4px; }

.sub-menu ul {
  min-width: 200px;
  position: absolute;
  display: none;
  left: 1px;
  top: 100%;
  list-style: none;
  zoom: 1;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: #000000;
  text-align: left;
  border: 1px solid #886e60;
  border-top: none;
  border-bottom: none;
  -moz-box-shadow: 0px 3px 0px 3px rgba(29, 44, 52, 0.6);
  -webkit-box-shadow: 0px 3px 0px 3px rgba(29, 44, 52, 0.6);
  box-shadow: 0px 3px 0px 3px rgba(29, 44, 52, 0.6); }

.sub-menu li {
  margin: 0;
  position: relative;
  zoom: 1;
  display: block;
  border-bottom: 1px solid #666666;
  padding: 0px; }

.sub-menu li a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 10px 8px 15px;
  background: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.sub-menu li a:hover {
  text-decoration: none;
  color: #0e74bc;
  background: #222222; }

.sub-menu li a em {
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(../images/caret2.png) center center no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px; }

.sub-menu-2 > ul {
  left: 100%;
  top: 0;
  margin-left: 0px;
  background: #cccccc; }

#mobile-listenlive {
  padding-top: 20px;
  padding-bottom: 10px; }

#mobile-listenlive .listen {
  display: inline;
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 20px; }

.right-wrapper {
  position: absolute;
  right: 0;
  top: 0; 
  width: 333px;
}
  .right-wrapper .navbar-form {
    margin: 0 !important;
    padding-right: 0; }
  .right-wrapper .navbar-form input.form-control {
    margin: 3px 0;
    padding: 3px 5px; }

/* ============================= 8.1 Ad Styles ========================== */
/* Not sure what these do. Taken out of menu_script.php [[[dc]]] */
#on-air-dropdown {
  width: 250px; }

#music-dropdown {
  width: 250px; }

#contests-dropdown {
  width: 250px; }

.ad_wrapper {
  position: relative;
  background: #ffffff;
  padding: 8px 0; }

.ad1 {
  float: left; }

.ad2 {
  float: right; }

.ads-bg {
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: -10px;
  margin-right: -10px; }

/* ============================= 7. Scrolling Text ====================== */
.scrollingtext a:hover {
  color: #ffffff;
  text-decoration: none; }

.slogan_wrapper {
  background-color: #000000; }

/* ============================= 8. BannerSlideShow ====================== */
#bannerslideshow {
  height: 50px;
  padding: 0px;
  overflow: hidden; }

@media (min-width: 768px) {
  #bannerslideshow {
    height: 126px; } }
@media (min-width: 992px) {
  #bannerslideshow {
    height: 163px; } }
@media (min-width: 1200px) {
  #bannerslideshow {
    height: 178px; } }
/* ============================= 9. Custom Modules ====================== */
.on-air-now {
  color: #ffffff;
  font-weight: 600; }
  .on-air-now img {
    max-width: 80px !important; }

.onair_search_wrapper {
  background-color: #000000;
  color: #ffffff; }

#mobile-news {
  display: none; }

.multifeed {
  height: auto; }

.entry-title {
	font-size: 1.1em;
}

/* Blog Feed - Headlines Only */
.feed-manual a.title {
  font-size: 100%;
  font-weight: 700; }

.feed a:hover {
  color: #ffffff; }

.feed .odd {
  background-color: #171717; }

.feed .even {
  background-color: #000000; }

.feed .byline {
  color: #666666;
  font-style: italic; }

.feed-view-all {
  padding: 0 !important; }

.feed-view-all a {
  padding: 10px 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: bold; }

.feed-view-all a:hover {
  background-color: #333; }

/*Primis */
.primis-video {
	display: none;
}
.page .primis-video {
	display: table;
}
/*Google Search Bar*/
#___gcse_0 {
	padding: 6px 0px;
}


/* ============================= 10. Footer ====================== */
.footer {
  padding: 15px 10px 25px;
  background: #000000;
  border-top: 1px solid #00112b;
  color: #ffffff;
  margin-left: -10px;
  margin-right: -10px; }
  .footer font {
    color: #ffffff; }
  .footer a {
    color: #ffffff; }
  .footer a:hover {
    color: #0090ff; }
  .footer .zone .stack {
    background-color: transparent; }

/* ============================= 10.1 Footer Ads ====================== */
.footer-ad img {
  display: block;
  margin: 0 auto; }

.footer-ad-lg {
  margin-bottom: 15px; }

.col-xs-15 {
  padding: 0 10px;
  width: 20%; }

/* ============================= 11. Media Queries ====================== */
@media (max-width: 1219px) {
  /* Default landscape and desktop to large desktop */ }
@media (max-width: 1000px) {
  #calendar-regular {
    display: none; }

  #calendar-mobile {
    display: inline !important; }

  .navbar_ .nav > li > a {
    font-size: 1.2em;
    padding: 0 12px; } }
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
  .post-image#left-photo-tpl img {
    float: left;
    width: 100% !important;
    height: inherit;
    padding-right: 0px !important; } }
@media (max-width: 780px) {
  #ads_header img {
    width: 70%;
    height: auto; }

  #ads_header-1 {
    text-align: center;
    padding: 5px; }

  #ads_header-2 {
    text-align: center;
    padding: 5px; }

  #ads_header-3 {
    text-align: center;
    padding: 5px; }

  .navbar_ .nav > li > a {
    padding: 0 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar_ .nav > li > a {
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px; }

  .navbar_ .nav > li > a em {
    margin-left: 10px;
    margin-right: -10px; } }
@media (max-width: 768px) {
  .navbar_ .nav > li > a {
    display: block;
    text-decoration: none;
    background: none;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    font-size: 9px;
    line-height: 40px;
    color: #FFFFFF;
    text-shadow: none;
    padding: 0 11px;
    border: none;
    margin: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    text-transform: uppercase;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out; } }
@media (max-width: 736px) {
  #listen-live {
    padding-left: 220px;
    margin-top: -20px;
    padding-bottom: 18px; }

  .navbar_ .nav > li > a {
    font-size: .75em;
    padding: 0 10px; } }
@media (max-width: 640px) {
  #mobile-news {
    display: inline; } }
@media (max-width: 568px) {
  .top_wrapper {
    position: relative;
    margin-top: 5px;
    padding: 0px;
    max-width: 1210px;
    font-size: 36px;
    height: 70px; } }
@media (max-width: 380px) {
  #footer-ad {
    padding: 0px !important; }

  #footer-ad img {
    height: auto;
    text-align: center;
    margin-bottom: 10px; } }
@media (max-width: 414px) {
  #ads_header-1 {
    text-align: center;
    padding: 0px; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #on-air-dropdown {
    width: inherit !important; }

  #music-dropdown {
    width: inherit !important; }

  #contests-dropdown {
    width: inherit !important; }

  .social_wrapper {
    display: block;
    padding-left: 0;
    margin-top: 10px; }

  .onair_wrapper {
    display: block;
    padding-left: 0;
    margin-top: 10px; }

  .phone1 {
    display: block; }

  .live_wrapper {
    display: block;
    padding-left: 0;
    margin-top: 10px; }

  .navbar_ {
    float: none;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    height: 42px;
    padding-right: 0;
    background: none; }

  .navbar-collapse_ {
    clear: both !important; }

  .navbar_ .nav {
    display: block;
    background: black;
    padding-right: 0; }

  .navbar_ .nav > li {
    float: none;
    background: none;
    padding-left: 0;
    border-top: 1px solid #609dbd; }

  .navbar_ .nav > li > a {
    margin-bottom: 0;
    line-height: 40px;
    padding: 0;
    text-align: center; }

  .navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover {
    margin: 0;
    padding-top: 0; }

  .sub-menu ul {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .sub-menu li a {
    padding-left: 40px; }

  .slogan_wrapper {
    margin-bottom: 0px; }

  .banner {
    padding-top: 15px; }

  #content .block2 {
    margin-top: 15px; }

  .bot2 .block2 {
    padding-top: 15px; }

  .bot2 .block3 {
    padding-top: 15px; }

  .logo2_wrapper {
    text-align: center; }

  .logo2 {
    display: inline-block; }

  .phone2 {
    text-align: center;
    padding-left: 0; }

  .social2_wrapper {
    text-align: center; }

  .bot3_wrapper {
    text-align: center; }

  #jock_wrapper {
    display: block; }

  .jock_icon {
    display: block;
    text-align: center;
    width: 100%; } }

/*# sourceMappingURL=responsive_custom.css.map */
