/*
Theme Name: WQLQ Theme
Theme URI: http://intertechmedia.com
Author: The WPB team
Description: WPB Frame-work:2.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/

/* Body, links, basics */ 
.article-meta{display:none}
html {
  font-size: 87.5%;
}
body {
    background: 
    url("../../../../../themes/wpb3/header-bg.jpg") no-repeat scroll 0 -3px, 
    url("../../../../../themes/wpb3/site-bg.png") repeat scroll 0 205px rgba(0, 0, 0, 0) ;
    background-color: #01002A;
    font-family: 'Lato',Helvetica,Arial,sans-serif!important;
    font-size: 1rem;
    text-rendering: optimizelegibility;
    color:#333;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover{
    text-decoration: none !important;
}

/* Headers */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  display: block;
  letter-spacing: -0.04em;
}

h6, .h6 {
  font-size: 14px;
}
h5, .h5 {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}
h4, .h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
h3, .h3 {
  font-size: 18px;
  line-height: 1.7;
}
h2, .h2 {
  font-size: 26px;
  line-height: 1.6;
}
h1, .h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px;
}

ul, ol {
  padding-left: 0px;
}

/* Form fields, general styles first */

button,
input,
textarea {
  font-family: inherit;
  padding: 8px 12px;
  font-size: 12px;
}
button,
input {
    line-height: normal;
}

input,
textarea {
  border: 1px solid #ddd;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

input[type="text"],
input[type="password"] {
  line-height: 20px;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Buttons */
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  padding: 9px 10px;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-repeat: repeat-x;
  border: none;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #FFDE16!important;
  background-color: #000;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  border: none;
}

/* Small buttons */
.btn-small {
  padding: 5px 4px;
}

.widefat {
  width: 100%;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Responsive Facebook Like Box */
.widget_facebook_likebox iframe 
{
    width: 100% !important;
}

  #twitter-widget-0 {
    width:100%!important;
  }




/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* to-do Captions */
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: none;
}
.entry-content dl.gallery-item {
  margin: 0;
}

.alpha {padding-left: 0px;}
.omega {padding-right:0px;}
.mar-30-bottom {margin-bottom: 30px;}

/* Brand color */
a,
.color-brand {color: #68BC45;}
.bg-brand {background-color: ;}
.hover-color-brand:hover {color: ;}
.hover-bg-brand:hover {background-color:;}

/* Secondary color (gray) */
.color-secondary { color: #a1a1a1;}
.bg-secondary {background-color: none;}
.border-secondary {border-color: #a1a1a1;}
.hover-color-secondary:hover { color: #a1a1a1;}
.hover-bg-secondary:hover { color: #a1a1a1;}

/* Light color (white) */
.color-light {color: #FFDE16;}
.bg-light { background-color: #FFDE16;}
.border-light { border-color: #fff;}
.hover-color-light:hover { color: #FFDE16;}
.hover-bg-light:hover { background-color: #FFDE16; color:#000;}
.hover-border-light:hover {border-color: #fff;}

/* Dark color (black)  */
.color-dark { color: #000;}
.bg-dark { background-color: #000;}
.border-dark {border-color: #000;}
.hover-color-dark:hover { color: #FFDE16;}
.hover-bg-dark:hover { background-color: #000;}
.hover-border-dark:hover { border-color: #FFDE16;}
.bg-navbar {background: #000;}
.bg-schedule-now { background-color: #000;}


.box-shadow {
    -webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.44);
    -moz-box-shadow:    0px 5px 8px 0px rgba(50, 50, 50, 0.44);
    box-shadow:         0px 5px 8px 0px rgba(50, 50, 50, 0.44);
}

/* =Site header
-------------------------------------------------------------- */
.masthead {
  background: url("https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/812/wpbcss/wpbstyle-wqlqtheme-020.css?ver=6.0.2") repeat ;
  height: 50px;}

.header-image {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left:10px;
  text-align: left;
}

.form-control {
  background-color: rgb( 255, 255, 255 );

  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;

  border-style: solid;
  border-width: 2px;
  border-color: rgb( 189, 195, 199 );
  
  width:230px!important;
  height: 41px;
}
#search-bar {
  padding-top:16%;
}
#search-bar .btn-default {
  background: transparent;
  border:none;
  color: #fff;
  font-size: 21px;
}

#search-bar .btn-default:hover {
  color:#68bc45 !important;
}

#search-bar .glyphicon {
  font-size: 20px;
  top:4px;
}

/********************************************************************
 * ---------------------Bootstrap: Custom Navigation------------* 
 * ******************************************************************/
/* navbar */

.site-navigation {
  background: #231f20; /* Old browsers */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.navbar-brand{
  height: 60px;
  line-height: 32px;
}

.navbar {
  margin-bottom: 0px;
  border: none;
  border-radius: 0px
}
.navbar-default {
  background: #231f20;
  border-color: none;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}
/* title */
.navbar-default .navbar-brand {
    color: #231f20;
    font-family:Oswald;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #96c93d;
    background:#231f20;
    font-family:Oswald;
}
/* link */
.navbar-default .navbar-nav > li:first-child > a {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 20px;
    font-size: 17px;
    text-transform:uppercase;
    font-family:Oswald;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #68bc45;
    background:#FFF;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #68bc45;
    background:#231f20;
}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
/* Dropdown Menu */
.dropdown-menu {
  background: #68bc45;
  min-width: 175px;
  border:0px;
}
.dropdown-menu > li > a {
  color: #231F20;
  font-family:'Oswald';
  font-size: 18px;  
  text-transform: uppercase;
  padding-left:10px; 
  border-bottom: 1px dotted #fff ; 
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #68bc45;
  color:#231F20;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ED227D;
    color: #fff;
    text-decoration: none;
}

/* mobile version */

.navbar-default .navbar-text {
    color: #68bc45;
    font-family:'Roboto Condensed';
    font-size:20px;
    font-weight: 700;
}

.navbar-default .navbar-toggle {
    background: none repeat scroll 0 0 #242424;
    border-color: #FFFFFF;
    margin-top: 12px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #68bc45;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    background:#68bc45;
    font-family:Oswald;
}


.u-nav-banner {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-top:10px;
}
.closings {
    background: none repeat scroll 0 0 #fff;
}

/**************************************************************
 * --------------------Original Site Navigation --------------* 
 * ************************************************************/

.main-navigation .nav-menu a {
font-size: 16px;
line-height: 1.42857143;
display: block;
padding: 12px 12px;
}
.main-navigation .nav-menu > li > a {
font-size: 22px;
}

/* Items dividers */
.main-navigation .nav-menu .divider {
display: block;
border-top-width: 1px;
border-style: dotted;
}
.main-navigation .nav-menu li:first-child > .divider {
display: none;
}

.main-navigation .nav-menu .sub-menu {
margin-left: 10px;
}

.main-navigation .nav-menu li ul li a {
    display: block;
    width: 180px;
    position: relative;
    color: #ffc600
    }   
    
/* Nav menu toggler */
.main-navigation .nav-menu,
.main-navigation div.nav-menu > ul {
display: none;
}
.main-navigation .nav-menu.toggled-on,
.menu-toggle {
display: block;
}

/* Social links right to the navigation */
.main-navigation .social-links .sprite {
  margin-left: 7px;
}

/* =Social Icons 
---------------------------------------------------------------*/
 .social-links {
  float: right;
  padding-top: 10px;
}

.social-link-item {
  padding: 0px;
}
.social-link-item img {
  margin-right: 10px; 
  position:relative; 
}


.live-button {
  background: #ed227d;
  max-height: 78px;
}

.live-button img {
  max-width:100%;
  margin:0 auto;
  max-height: 78px;
}

/********************************************************************
 * ---------------------On Air Now / On Air Next--------------------* 
 * ******************************************************************/
.undernav-row {background:#1f1f1f;}

/*---------- On Air Now -----------*/
.schedule-now .item {
  margin: 0px 0;
  position: relative;
  padding-left: 0px;
  height: 78px;
  display: block;
  overflow: hidden;
}
.schedule-now .icon {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left:0;
  width: 60px;
  font-size: 33px;
  text-align: center;
  border-right: 1px solid;
}

.schedule-now {
  background: #68bc45;
  margin-bottom: 0px;
  }

.schedule-now .h3 {
    color: #231f20;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 2px;
    margin-top: 0;
}
.schedule-now .item .link-text {
    color: #231f20;
    display: block;
    font-size: 18px;
    line-height: 0;
    margin: 10px 0;
}

.schedule-now .item .link-text:hover { color:#fff;}
.show-excerpt { margin-top: 0px;}

.the-excerpt { 
  color: #ff;
  font-family: 'Roboto Condensed';
  font-style: 14px;
}

.schedule-now .wp-post-image {
    display: block;
    float: left;
    margin: 2px 3px 6px 0;
    border: 1px solid #fff;
}

.schedule-now .wp-post-image img { border: 1px solid #fff;}
.personality { float: left;}

.show-social {
  float: left;
  margin-top:10px;
}

.show-social-link img { margin-bottom: 8px;}


/* ----------On Air Next----------*/
.schedule-next .item {
  margin: 0px 0;
  position: relative;
  padding-left: 0px;
  height: 78px;
  display: block;
  overflow: hidden;
}
.schedule-next .icon {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left:0;
  width: 60px;
  font-size: 33px;
  text-align: center;
  border-right: 1px solid;
}

.schedule-next {
  background: #ed227d;
  margin-bottom: 0px;
  }

.schedule-next .h3 {
    color: #ffffff;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 2px;
    margin-top: 0;
}
.schedule-next .item .link-text {
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 0;
    margin: 10px 0;
}

.schedule-next .item .link-text:hover { color:#231f20;}
.show-excerpt { margin-top: 0px;}

.the-excerpt-next { 
  color: #000;
  font-family: 'Roboto Condensed';
  font-style: 16px!important;
}

.schedule-next .wp-post-image {
    display: block;
    float: left;
    margin: 2px 3px 6px 0;
    border: 1px solid #fff;
}

.schedule-next .wp-post-image img { border: 1px solid #fff;}
.personality { float: left;}

.show-social {
  float: left;
  margin-top:10px;
}

.show-social-link-next img { margin-bottom: 8px;}


/* =Content components
-------------------------------------------------------------- */

.site-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 20px;
}

.section-title {
    color: #68BC45;
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

.entry-title {
    border-bottom: 2px solid #231F20;
    color: #68BC45;
    font-family: 'Roboto Condensed';
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 5px;
}

/* Article archive styles */

article.archive {
  padding: 25px 0;

  
}
article.archive:first-child {
  border: none;
}

article.archive h4 {
  padding: 4px 0;
}

/* Article meta has a bit lighter content */
.article-meta  {
  opacity: 0.7;
  margin-bottom: 2px;
  color:#333;
  padding-bottom:5px;
}
.article-meta a {
  color:#68BC45;
}

/* Compact article */
.article-compact .article-meta {
  margin-bottom: 6px;
  font-size: 11px;
}

.posted {
    display: none;
}

.date-posted {
    display: none;
}

/* =Front page
-------------------------------------------------------------- */

.front-row {
  margin-top: 28px !important;
}
.thumbnail-slider .slider-nav:after {
  content: '';
  width: 100%;
  display: inline-block;
}

/* Front page slider */
.thumbnail-slider {
  position: relative;
}
.thumbnail-slider .slide-item {
  position: relative;
  z-index: 10;
  float: left;
}
.thumbnail-slider img {
  display: block;
}
.thumbnail-slider .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;

  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
}
.thumbnail-slider .slider-nav {
  overflow: hidden;
  text-align: justify;
}
.thumbnail-slider .nav-item {
  margin-top: 7px;
  cursor: pointer;
  display: inline;

  opacity: 0.3;
}

.thumbnail-slider .nav-item.selected {
  opacity: 1;
}

/* Prev Next Navigation */
.thumbnail-slider .slides-wrapper {
  position: relative;
}
.thumbnail-slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
  margin-top: -20px;
}
.thumbnail-slider-nav .prev,
.thumbnail-slider-nav .next {
  margin: 0;
  opacity: 0.7;
}
.thumbnail-slider-nav .prev {
  float: left;
}
.thumbnail-slider-nav .next {
  float: right;
}

/* Different styles for slides */
.thumbnail-slider.total-items-1 .nav-item {
  display: none;
}

.thumbnail-slider.total-items-2 .nav-item {
  max-width: 49%;
  margin-left: 0;
}
.thumbnail-slider.total-items-3 .nav-item {
  max-width: 32%;
}
.thumbnail-slider.total-items-4 .nav-item {
  max-width: 23%;
}
.thumbnail-slider.total-items-5 .nav-item {
  max-width: 19%;
}
.thumbnail-slider.total-items-6 .nav-item {
  max-width: 15.85%;
}

.thumbnail-recent-posts {
  margin: 20px 0 0;
}


.article-title {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  color:#000;
  margin: 0;

}
article .wp-post-image {
    border: 2px solid #656565;
    float: left;
    margin: 10px 10px 0 0;
}
article.archive {
    border-bottom: 1px dotted #656565;
    padding: 5px 0;
}
.icon-right-open {display: none}

.playlist {    
    color: #000000;
    font-family: 'roboto condensed';
    font-size: 16px;
    line-height: 30px;

  }

  .clear {clear:both;}

/* =Sidebar
-------------------------------------------------------------- */
.sidebar {
  clear: both;
  padding-top:5px;}

.home-sidebar {margin-top: 10px;}

.on-air-section{
  margin-top: 20px;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.widget-title {
  font-family:'Roboto Condensed';
  font-weight: 700;
  color: #b4d235 !important;
  line-height: 30px;
  margin: 0px 0 1px;
  padding: 10px 10px 10px 0px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 2px solid #272727;
  font-size: 24px;
}


/* Default styles for list widget */
.widget-area .widget > ul {
  padding: 10px 20px;
}
.widget-area .widget > ul li,
.widget .recent-posts-list article {
  padding: 8px 0;
  border-top: 1px solid #fff;
}
.widget-area .widget > ul li:first-child,
.widget-area .recent-posts-list article:first-child {
  border: none;
}
.widget-area .widget > ul a {
  display: block;
}

/* Search Widget */
#search-3 {clear: both;}
.searchform { 
    padding-top: 8px; 
    margin-top: 10px;
    color:#a1a1a1;
    font-size:16px
}
.widget_search > div {
  padding: 0px;
  clear: both;
}
.widget_search form {
  position: relative;
}
.widget_search input[type="text"] {
  width: 99%;
  padding-left: 42px;
}
.widget_search label {
  background: #272727;
  color:#b4d235;
  
  position: absolute;
  top: 43%;
  left: 0;
  margin-top: -15px;

  height: 36px;
  width: 1px;
  padding-left: 35px;

  overflow: hidden;
}
.widget_search .icon-search {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 24px;
}
.widget_search input[type='submit'] {
  display: none;
}

/* There is only one image inside */
.widget_recent_posts .compact .wp-post-image {
    float: left;
    margin: 0 20px 0 0;
}

.widget_recent_posts .continue-reading {
  display: none;
}
.widget_recent_posts .entry-summary p {
  margin: 0;
}
.posts-list h5 a { 
font-size: 18px; 
color:#333
}
.posts-list h5 a:hover { 
color:#68BC45;
}

/* Recent posts widget */
.widget .posts-list {
  padding: 5px;
}
.widget_recent_posts .compact {
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 0px;
}

.posts-list h5 a:hover { 
color:#68BC45;
}

/* Recent posts widget in content widget area */
.content-widget-area .widget_recent_posts .first .title {
  margin-top: 10px; 
}

.content-widget-area .widget_recent_posts .compact {
  padding: 5px 10px;
  margin: 10px 0 0;
}
.content-widget-area .widget_recent_posts .compact .wp-post-image {
    margin: 5px 15px 10px 1px;
    width: 330px;
}

.content-widget img {
  height:auto;
}

/* Recent posts is a slider */
.widget_recent_posts.recent_posts_slider .widget-title {
  position: relative;
  padding-right: 80px;
}
.widget_recent_posts.recent_posts_slider .prev-next-nav {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 5PX;
}
.widget_recent_posts .caroufredsel_wrapper article {
  float: left;
}

/* Text widget */
.widget_text .textwidget {
  padding: 0;
  margin-top:3px;
 
}

/* Custom Text widget Styles */

.sidebar-widget-title {
    color: #fff !important;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px;
    text-transform: uppercase;
    margin-top:0px;
}

.sidebar-widget .recent-posts-list h5 a {
  font-size: 16px;
  line-height: 12px;
}

.sidebar-widget .article-meta {
  font-size: 12px;
}

.sidebar-widget .title{
  margin-top:0px;
}
.sidebar-widget .article-meta .comments {display: none;}
.sidebar-widget .article-meta .entry-summary {display:none;}

.sidebar-widget img {
  max-width:70px;
  height:auto;
  margin-bottom:5px!important;

}

/* Content widget area (2 columns) */

.content-widget {
  margin-bottom: 4px;
  margin-top: 0px;
}


/* Show divider after each 2 widgets */

.widget-margin-top{margin-top: 50px;}
.content-widget-area .content-widget-divider {
  display: none;
  clear: both;
}
.content-widget-area .content-widget-divider:nth-child(4n+0) {
  display: block;
}

.content-widget-title  {
  font-size: 18px;
  line-height: 18px;
  font-family:'Roboto Condensed';
  font-weight: Normal;
  text-transform: uppercase;
  color: #231f20 !important;
  padding: 10px;
}

.content-widget-title a {
    color: #fff;
    display: block;
    font-weight: normal;
}
.content-widget-title a:hover {color:#000;}

.content-widget-title .title-link {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
}

.yellow {background:#ed227d;color: #fff !important;}
.blue {background:#68bc45}
.red {background:#ed227d}

.red-yellow {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #68bc45 !important;
  border-bottom: 2px solid #ed227d;
}

.red-yellow a{
  color:#de1600;
}

.red-yellow a:hover{
  color:#000;
}

.up_events .posts-list h5 {
    font-size:18px;
    line-height:20px;
}

.up_events .posts-list h5 a {
    font-size:18px;
    line-height:20px;
    color:#415899;
}

.up_events .article-meta {
    font-size:10px;
}

.up_events .posts-list h5 a:hover {
    color:#E41407;
}


/* List inside content area */
.content-widget-area li,
.content-widget-area .article-compact {
  display: block;
  padding: 5px 15px;
  border-top: 1px solid #f0f2f4;
}
.content-widget-area li:first-child,
.content-widget-area .article-compact:first-child {
  border: none;
}

/* Tabs Component (used only inside a widget) */
.tab-title {
  display: inline-block;
  padding: 10px;
}
.tab-content {
  display: none;
  padding: 10px;
}
.tab-content.selected {
  display: block;
}

/* =Footer
-------------------------------------------------------------- */

footer[role="contentinfo"] {
  border-top: 1px solid #ededed;
  clear: both;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  max-width: 960px;
  max-width: 68.571428571rem;
  margin-top: 24px;
  margin-top: 1.714285714rem;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
  color: #686868;
}
footer[role="contentinfo"] a:hover {
  color: #21759b;
}

/* =Main content and comment content
------------------------------------------------------------- */
code { white-space: normal;}

.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.3;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 14px;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 40px 24px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 0px;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  padding: 24px;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.714285714;
  margin: 24px 0;
  overflow: auto;
  padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
}
img.alignleft,
.media.alignleft {
  margin: 12px 24px 12px 0;
}
img.alignright,
.media.alignright {
  margin: 12px 0 12px 24px;
}
img.aligncenter,
.media.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  line-height: 2;
  margin: 0 0 24px;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  margin: 24px 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
 /***************************************************************
 *-------------------Pagination--------------------*
 ***************************************************************/
.pagination {
    clear: both;
    font-size: 11px;
    line-height: 13px;
    padding: 20px 0;
    position: relative;
}
.pagination span, .pagination a {
    background: none repeat scroll 0 0 #68bc45; /*primary color*/
    color: #fff;
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px;
    text-decoration: none;
    width: auto;
}
.pagination a:hover {
    background: none repeat scroll 0 0 #ccc; /*hover color*/
    color: #000;
    text-decoration: none;

}
.pagination .current {
    background: none repeat scroll 0 0 #ccc; /*selected color*/
    color: #000;
        padding: 6px 9px 5px;}


.continue-reading
{
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    max-width: 130px;
    padding: 6px 12px;
    cursor: pointer;
    -moz-user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff !important;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    background: none repeat scroll 0 0 #68bc45;
}
.continue-reading:hover
{
    color: #000!important;
    background-color: #68bc45 !important;
}

.read-more {
    float:right;
    padding:10px 0;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  padding-bottom: 22px;
  padding-bottom: 1.571428571rem;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}

/* =Comments
-------------------------------------------------------------- */

.comments-area {
  clear: both;
}
.comments-area article {
  margin: 24px 0;
}
.comments-area article header {
  margin: 0 0 15px;
  overflow: hidden;
}
.comments-area article header img {
  float: left;
}
.comments-area article header cite,
.comments-area article header time,
.comments-area .children {
  margin-left: 55px;
  display: block;
}



/* Comment form */
.required {
  color: red;
}
#respond p {
  margin: 15px 0;
}


/* =Front page template
-------------------------------------------------------------- */
#Flipper {
  diaplay:block; /*all browsers, of course */
  display:none\9; /*IE 8 and below */
}

/* =Widgets
-------------------------------------------------------------- */
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_rss ul li {
  padding:5px;
  margin-bottom: 10px;
}

.widget_rss ul li a {
  color:#000;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  line-height: 18px;

}

.widget_rss ul li a:hover {
 color:#68BC45;
 }

.rssSummary {height:40px; overflow:hidden;}

/* =Icons
----------------------------------------------- */

.sprite {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
}


/* =Plugins
----------------------------------------------- */
.royalslider {margin-top: 10px; margin-bottom:20px;}


.weblator-poll-container .panel-title {
  font-family: 'Roboto Condensed';
  font-size: 16px;}
    .weblator-poll-container .panel-default > .panel-heading {background-color: #ffffff; border-color: #ffffff}
    .weblator-poll-container .panel-footer {background-color: #ffffff!important; border-top:#ffffff!important; border-bottom:#ffffff!important}
    .weblator-poll-container .panel-default {border-color:fff;}
    .weblator-poll-container .panel {
    background-color: #ffffff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: none    
}

.weblator-poll-container .btn-default {
    background-color: #68BC45;
    border-color: #68BC45;
    color: #FFFFFF;
    font-family:'Roboto Condensed';
    font-size: 16px;
}

.weblator-poll-container .btn-default:hover {
    background-color: #68BC45;
    border-color: #68BC45;
    color: #000!important;;
}


.content-widget-area li, .content-widget-area .article-compact {border-top:0px;}

.awesome-weather-current-temp {
  width:50%!important;
  color:#272727;
}
.awesome-weather-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: #272727;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.awesome-weather-todays-stats {
  color:#272727;
}

.awesome-weather-forecast {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    clear: both;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 5% 15px;
    width: 90%;
}
.awesome-weather-forecast-day {
    float: left;
    font-weight: 400;
    margin: 0 1%;
    text-align: center;
    width: 18%;
}

img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}

/* Show article has thumbnail on the left */  
.show_thumbnail {
  float: left;
  margin: 0 20px 10px 0;
}


  /* Archive article has thumbnail on the left */
  article.archive.with-thumbnail {
    overflow: hidden;
  }
  article.archive.with-thumbnail .attachment-thumbnail {
    float: left;
    margin: 0 20px 10px 0;
  }

  .thumbnail-slider-nav {
    display: none;
  }

}

/* Events Calendar */
.ai1ec-agenda-widget-view {
  padding: 18px;
}
.ai1ec-agenda-widget-view .ai1ec-date {
  border-color: #FFF !important;
}
.ai1ec-agenda-widget-view h3.ai1ec-date-title {
  border: 2px solid #FFF;
  border-radius: 0 !important;
  background: none;
  color: #000;
  margin-left: 0 !important;

  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-month {
  background: #fff;
  color: #929292;
}

.ai1ec-agenda-widget-view .ai1ec-event a {
  background: none !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff !important;
  border-radius: 0 !important;
  color: #7b7b7b;
}
.ai1ec-agenda-widget-view .ai1ec-event:first-child a {
  border: none;
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
  font-weight: normal;
  color: #479bf4;
}
.ai1ec-agenda-widget-view .ai1ec-subscribe-google img {
  display: none !important;
}

/* =Tabby Responsive Tabs 
---------------------------------------------------------------*/

.responsive-tabs .responsive-tabs__heading {
  display: none;
}

.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor:pointer;
}

.responsive-tabs-wrapper { 
  clear: both;
  margin-bottom: 20px;  
  zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none;
}

.responsive-tabs .responsive-tabs__list {
  font-size: 11px;
  line-height: 18px;
  margin: 20px 0px 12px 0px;
  padding-bottom:0;
}

.responsive-tabs .responsive-tabs__list__item {
  border: 0px solid transparent;
  line-height: 1;
  margin: 0 7px 0 0;
  padding: 5px 25px;
  color:#fff;
  font-family: 'Roboto Condensed';
  font-weight: normal;
  text-transform:uppercase;
  background: #231f20;
}
  
.responsive-tabs .responsive-tabs__list__item:hover {
  color: #fff;
}

.responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background-image: -moz-linear-gradient(top, #FD0 0%, #CFB300 100%);
  background-image: -o-linear-gradient(top, #FD0 0%, #CFB300 100%);
  background-image: -webkit-linear-gradient(top, #FD0 0%, #CFB300 100%);
  background-image: linear-gradient(to bottom, #FD0 0%, #CFB300 100%);  
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #000;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover
{
    margin-right: 7px;
    color: #fff;
    border-top: 0 solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #ed227d;
}

.responsive-tabs .responsive-tabs__panel {  
  background: #fff;
  border: 0px solid #fff;
  margin-bottom: 0px;
  padding: 10px 10px;
}

@media only screen and (max-width: 991px) and (orientation : portrait){
       
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        
    }
    .navbar-default .navbar-nav > li:first-child > a {
    border-top-left-radius: 0px;
}
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 25;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }


    .header-image {
        top:20px
    }
    
    .listenlive-group {padding-top:20px;}
    .banner-group {padding:0 }
    .slider {margin-bottom:10px}
    .copyright {text-align: center}
  
   
}

@media (min-width: 768px) {

  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: block;
  }
}

/* --- ACCORDION  --- */

@media (max-width: 767px) {

  .responsive-tabs .responsive-tabs__list {
    display: none;
  }
  
  .responsive-tabs .responsive-tabs__heading {
    display: block; cursor: pointer;
  }
  
  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: none;
  }
}

@media (max-width: 767px) {

  .responsive-tabs-wrapper {
    border-top: 1px solid #ddd;
  }
    
  .responsive-tabs .responsive-tabs__heading {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    color: #909090;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 10px 20px;
    margin: 0;
    position: relative;
  }
  
  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #444;
    content:"";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0; 
    width: 0; 
  }

  .responsive-tabs .responsive-tabs__heading:hover {
    color: #606060;
  }
    
  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #e3e3e3;
    color: #606060;
  }

  .responsive-tabs .responsive-tabs__heading--active:after {
    border-bottom: 6px solid #404040;
    border-top: 0;
    top: 18px;
  }

  .responsive-tabs .responsive-tabs__panel {
    border-top: none;
    margin: 0;
  }
}

#widget-social .responsive-tabs__list__item {
  padding: 10px 6px;
}

.facebook 
{
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* =Branding
-------------------------------------------------------------- */

/* Global elements */

html {
  color: #7b7b7b;
}

a {
  color: #68bc45;
}
a:hover {
  color: #242424;
  text-decoration: none;
}

/* Inverse links */
a.inverse {color: #333;}
.main-navigation a {
  color: #fff;
}
a.inverse:hover,
.main-navigation a:hover,
.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-menu-item a {
  color: #68bc45;
  background-color: #fff;
}

/* All headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
  font-family: Arial;
  font-weight: 300;
}

/* Buttons */

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #f0f2f4;
}
/* Blockquote */
.blockquote{ 
  border-left:5px solid #FFDE16;
}

/* Tabs */
.tab-title.selected {
  background-color: #f0f2f4;
  color: #000;
}

/* All first level div and uls in sidebar have secondary bg */
.widget-area .widget > div,
.widget-area .widget > ul {
    padding: 0px;
}



/* =Banners
-------------------------------------------------------------- */
.adv-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    max-width: 100%;
    overflow: hidden;
}
.adv-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Banners in widgets widgets */
.banner-widget-area .widget {
  margin-bottom: 7px;
}
.banner-widget-area .widget_text .textwidget {
  padding: 0;
  background-color: transparent;
}


/***************************************************************
 *-------------------Site Footer Navigation--------------------*
 ***************************************************************/
.site-footer {}

.footer-nav {}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-nav ul li {
    color: #fff;
    float: left;
    font-size: 16px;
    font-family: 'roboto condensed';
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
    text-transform: normal;
}
.footer-nav ul li a {
    color: #fff;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}
.footer-nav ul li a:hover {
    color: #68bc45;
}
.footer-nav .current-menu-item a {
}
/***************************************************************
 *-------------------Site Footer Copyright--------------------*
 ***************************************************************/
.footer {
    padding: 15px 10px;
    font-size: 10px;
    color: #fff;
    background: #231f20; /* Old browsers */
 }
}
.copyright a { color:#68bc45;}
.copyright a:hover { color: #fff; text-decoration: none;}
/*--CUSTOM PLUGIN STYLES--*/

/* Sendpress Custom Style*/
.sendpress-signup {background-color: #242424; margin:10 0px; padding: 10px; border: solid 1px #a1a1a1;}
.sendpress-signup p {color:#333;}

/* SendPress Styles */

/* container for the signup form */
.sendpress-signup-form
{
    position: relative;
}
/* labels in the sign up form */
.sendpress-signup-form label
{
    display: block;

    padding: 0 5px 0 0;

    word-wrap: none;
}
/* input fields in sign up form */
.sendpress-signup-form input[type=text]
{
    width: 100%;
    padding: 8px;

    border: 1px solid #ccc;
    border-radius: 4px;
}

.sendpress-signup-form input:focus
{
    border-color: #66afe9;
    outline: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}

input.sp_gender
{
    margin-right: 10px;
}

/* submit button */
.sendpress-submit
{
    font-family: Anton;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857;

    display: inline-block !important;

    margin-top: 20px;
    padding: 6px 12px;

    cursor: pointer;
    -moz-user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #e81636;
    background-image: none;
}
.sendpress-submit:hover
{
    background: #000;
}

/* element where error messages are displayed */
.sendpress-signup-form #error
{
    margin: 10px 0;

    color: #8b0000;
}
/* element where the thank you message shows upon successful submit */
.sendpress-signup-form #thanks
{
    margin: 10px 0;
}
/*Extra fields that only exist if you have SendPress Pro*/
.signup-fields-bottom label
{
    /*float:left;*/
    display: inline;
}

.ajaxloader
{
    display: none;

    margin-left: 5px;
}
/* =Media queries
-------------------------------------------------------------- */


  //* Smartphones (portrait and landscape) ----------- */
  @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
             .icons-social{display:none}

  }

  /* Smartphones (landscape) ----------- */
  @media only screen and (min-device-width : 321px) {

      .adv-banner img {margin: 0 auto; max-width:100%; display:block; height: auto; }
      }

 /* Smartphones (portrait) ----------- */ 
  @media only screen and (max-device-width : 599px){
body {
    background: 
    url("../../../../../themes/wpb3/header-bg.jpg") no-repeat scroll 0 -3px, 
    url("../../../../../themes/wpb3/site-bg.png") repeat scroll 0 205px rgba(0, 0, 0, 0) ;
}
       #search-bar {display: none}
      .icons-social{display:none}
      .social-links { float: left; padding: 10px; }  
      .footer-nav {display: none}
      .listen-live {top:6px;}
      .copyright{font-size: 9px;}
      .adv-banner img {margin: 0 auto; max-width:100%; display:block; height: auto; }
      .undernav-row .omega {padding-left:0px!important}
      .undernav-row .omega {padding-left:0px!important}
      .undernav-row .alpha {padding-right:0px!important}
      .royalslider .omega {padding-right: 10px}
 }

 

/* iPads (portrait and landscape) ----------- */
  @media only screen and (min-device-width : 600px) and (max-device-width : 767px)  {
      
      .icons-social{display:none}
      .site-navigation{border-radius: 0px}
      .schedule-now {height: 107px; margin: 1px}
      
      .schedule-now .h3 {font-size: 18px;}

      .schedule-now .item .link-text { font-size:16px}
      .schedule-now .wp-post-image {margin-top: 15px}

      .on-air-excerpt {font-size: 12px}
      
      .schedule-next {height: 107px; margin: 1px}
      .schedule-next .h3 { font-size: 18px; }

      .schedule-next .item .link-text { font-size:16px}
      .schedule-next .wp-post-image {margin-top: 15px}
      .adv-banner img {margin:0 auto;}
      .footer-social {display:block}

      .royalslider .omega {padding-right: 10px}

  }

  /* iPads (landscape) ----------- */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)  {
        
body {
    background: 
    url("../../../../../themes/wpb3/header-bg.jpg") no-repeat scroll 0 -3px, 
    url("../../../../../themes/wpb3/site-bg.png") repeat scroll 0 205px rgba(0, 0, 0, 0) ;
}

      .navbar-default .navbar-nav > li > a { padding: 20px 24px; font-size: 18px;} 
    
      .schedule-now {margin-bottom: 5px}
      
      .schedule-now .h3 {font-size: 18px;}

      .schedule-now .item .link-text { font-size:16px}
      .schedule-now .wp-post-image {margin-top: 5px}

      .on-air-excerpt {font-size: 12px}
      
      .schedule-next {margin-bottom: 6px}
      .schedule-next .h3 { font-size: 18px; }

      .schedule-next .item .link-text { font-size:16px}
      .schedule-next .wp-post-image {margin-top: 5px}

      #widget-adv-location-2 {margin-top: 1px;}

      #text-2 .textwidget { font-size: 16px; line-height: 30px; }
      #text-5 .textwidget { font-size: 12px; line-height: 24px; } 
  }

  /* iPads (portrait) ----------- */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {
        
body {
    background: 
    url("../../../../../themes/wpb3/header-bg.jpg") no-repeat scroll 0 -50px, 
    url("../../../../../themes/wpb3/site-bg.png") repeat scroll 0 40px rgba(0, 0, 0, 0) ;
}
      .navbar-default .navbar-nav > li > a { padding: 20px 16px; font-size: 14px;} 
    
      .schedule-now {margin-bottom: 0px}
      
      .schedule-now .h3 {font-size: 18px;}

      .schedule-now .item .link-text { font-size:16px}
      .schedule-now .wp-post-image {margin-top: 5px}

      .on-air-excerpt {font-size: 12px}
      
      .schedule-next {margin-bottom: 0px}
      .schedule-next .h3 { font-size: 18px; }

      .schedule-next .item .link-text { font-size:16px}
      .schedule-next .wp-post-image {margin-top: 5px}

      #widget-adv-location-2 {margin-top: 1px;}

      #text-2 .textwidget { font-size: 12px; line-height: 22px; } 
      #text-5 .textwidget { font-size: 12px; line-height: 22px; }
      .form-control {width:130px!important;}
      .playlist {font-size:14px}

  }


  /* Medium Devices, Desktops , Tablets */
  @media only screen and (min-device-width : 768px) and (max-device-width : 991px) {

      .icons-social {display: block;}  
      .navbar-default .navbar-nav > li > a { padding: 20px 16px; font-size: 16px;} 
       #text-2 .textwidget { font-size: 12px; line-height: 23px; }
       #text-5 .textwidget { font-size: 11px; line-height: 20px; }

  } 

   /* Large Devices, Wide Screens */
  @media only screen and (min-device-width : 992px) and (max-device-width : 1824px) {
       .icons-social {display: block;}  
      .social-links{display: block;} 
  }