  /*
Theme Name: WBQB Theme 
Theme URI: http://intertechmedia.com
Author: The WPB team
Description: Wordpress for Broadcasters theme based on AMPRT Theme
WPB Frame-work:2.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: /languages/

Tags: grey, black, red, two-columns, sidebar, custom-background, custom header, full-width-template, theme-options
*/

/**********************************************************************************************

WPB01.  Sitewide core styles-------------------------general styles first, html, body, headers, etc
WPB02.  Brand Colors---------------------------------Links, hover, background
WPB03.  Masthead-------------------------------------logo, Enp Widget, social,
WPB04.  Site Header----------------------------------Masthead, logo, listen live, social, search
WPB05.  Navigation-----------------------------------Main Navigation
WPB06.  Slider---------------------------------------Royal slider custom styles
WPB07.  Front Page Content Styles--------------------Tabs, video, recent posts,
WPB08.  Widgets--------------------------------------Default styles for widgets, sidebar widgets, rss widgets, custom widgets
WPB09.  Content Area---------------------------------Inside content areas, page, post, articles archive Gallery etc.
WPB10.  Plugins--------------------------------------Custom Plugin styles
WPB11.  Custom Code----------------------------------Misc Custom code and styles
WPB12.  Media Queries--------------------------------Queries for Mobile / Tablet, etc

**********************************************************************************************/


/*********************************************************************************************

WPB01.  Sitewide core styles------------------general styles first, html, body, headers, etc

*********************************************************************************************/
html
{
    font-size: 87.5%;
}
body
{
    font-family: 'Lato',Helvetica,Arial,sans-serif!important;
    font-size: 1rem;

    color: #333;
    /*background: url('https://d2isblg909whrf.cloudfront.net/themes/wbqb/site_bg.jpg') no-repeat fixed top center #000;*/
	background: url('https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/192/2015/01/27090030/BlueBKGD1920.jpg') no-repeat fixed top center #000;
}

a
{
    text-decoration: none;

    outline: 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: -.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: 0;
}

/* Form fields, general styles first */

button,
input,
textarea
{
    font-family: inherit;
    font-size: 12px;

    padding: 8px 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']
{
    padding: 0;

    border: 0;
    border-radius: 0;
}

/* Buttons */
.menu-toggle,
button,
input[type='submit'],
input[type='button'],
input[type='reset']
{
    font-weight: normal;
    line-height: 1.428571429;

    padding: 9px 10px;

    color: #7c7c7c;
    border: none;
    background-repeat: repeat-x;
}
.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: #171796!important;
    background: #0C3C8E;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type='submit']:active,
input[type='button']:active,
input[type='reset']:active
{
    color: #757575;
    border: none;
    background-color: #e1e1e1;
}

/* 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 */
}

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root
{
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style]
{
    
    padding-left:20px;
    /* width: 100% !important; */
}

/* Responsive Facebook Like Box */
.widget_facebook_likebox iframe 
{

   /*width: 100% !important;*/
}

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

/*  Youtube Wrapper*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

    margin-right: auto;
    margin-left: auto;
}

/* =Banners
-------------------------------------------------------------- */
.adv-banner img /*centers all banners in their containers*/
{
    margin: 0 auto;
}

.u-nav-banner /*adds margin to leaderboard banner in footer*/
{
    margin:10px 0 10px 0;
}

.adv-container
{
    overflow: hidden;

    max-width: 100%;
}
.adv-container img
{
    display: block;

    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

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

    background-color: transparent;
}


/* 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-size: 12px;
    font-style: italic;
    line-height: 2;

    color: #757575;
}
img.wp-smiley,
.rsswidget img
{
    display: none;

    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.entry-content dl.gallery-item
{
    margin: 0;
}

/* Remove container/row padding */

.alpha
{
    padding-left: 0;
}
.omega
{
    padding-right: 0;
}

/*margin bottom*/
.mar10b {margin-bottom:10px;}
.mar20b {margin-bottom:20px;}
.mar30b {margin-bottom:30px;}
.mar40b {margin-bottom:40px;}
.mar50b {margin-bottom:50px;}

/*margin top*/
.mar10t {margin-top:10px;}
.mar15t {margin-top:15px;}
.mar20t {margin-top:20px;}
.mar30t {margin-top:30px;}
.mar40t {margin-top:40px;}
.mar50t {margin-top:50px;}

/*padding bottom*/
.pad10b {padding-bottom:10px;}
.pad20b {padding-bottom:20px;}
.pad30b {padding-bottom:30px;}
.pad40b {padding-bottom:40px;}
.pad50b {padding-bottom:50px;}

/*padding top*/
.pad10t {padding-top:10px;}
.pad20t {padding-top:20px;}
.pad30t {padding-top:30px;}
.pad40t {padding-top:40px;}
.pad50t {padding-top:50px;}



/*********************************************************************************************

WPB02.  Brand Colors---------------------------------Links, hover, background

*********************************************************************************************/
a,
.color-brand {  color: #171796;} /*blue*/
.bg-brand   {   background-color: #003D79;}
.hover-color-brand:hover    {   color: #003D79;}
.hover-bg-brand:hover   {   background-color: #003D79;}

/* Secondary color (gray) */
.color-secondary    {   color: #b6abab;}
.border-secondary   {   border-color: #b6abab;}
.hover-color-secondary:hover    {   color: #b6abab;}
.hover-bg-secondary:hover   {   color: #b6abab;}
.bg-nav {background:#C3C4C2}
.bg-secondary {}

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

/* Dark color (black)  */
.color-dark {   color: #143d8d;}
.bg-dark    {   background-color: #073d98;}
.border-dark    {   border-color: #990000;}
.hover-color-dark:hover {   color: #143d8d;}
.hover-bg-dark:hover    {   background-color: #143d8d;}
.hover-border-dark:hover    {border-color: #990000;}
.bg-container {background:#C3C4C2;}
.bg-schedule-now    {background-color: #fff;}
.bg-navbar {  background: #181818; }
.footer-bg {  background: #171796; }

/*********************************************************************************************

WPB03.  Masthead-------------------------------------logo, Enp Widget, social,

*********************************************************************************************/

.wrapper    
{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.55);
}

.header-wrapper {position:relative; top:20px;}

.masthead
{
    height: auto;
    padding: 10px 0 5px;

    background: #333333; 

    -moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.26);
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.26);
}

.mast {background:#333;}


.social-links:before {
    content:"Connect with Us";
    
    font:normal 300 20px/30px "Lato";
    text-transform:uppercase;
   
    color:#fff;
    padding-left:0px; margin-top:10px;
    
    position:relative;
    top:6px
}


.sponsor {background:#293b7b; color:#fff; max-width:300px; min-height:35px; text-align:center; margin:0; }
.sponsor h2 {
    color:#fff; 
    text-align: center;
    font:normal 300 12px/12px 'Lato';
    margin-top:5px; margin-bottom:2px
}
.sponsor p {font:normal 300 14px/14px 'lato';}



.social-links {padding: 0 0 11px 0  ;  }

.social-link-item { margin-left:10px; }

.social-link-item img {}

.twitter-feed {padding:10px 0 0 0 ;}

/*********************************************************************************************

WPB04.  Site Header----------------------------Masthead, logo, listen live, social, search

*********************************************************************************************/

.site-header
{
    padding-bottom: 10px 0;

    margin-top: 60px
}

.header-image
{
    max-width: 100%;
    display:block;
    margin:25px auto 0;
}

.logo-group 
{
    margin:30px 0 0 0;
}

/* Live block (on air now) */

.live-group {max-width: 300px}

.schedule-now {background:#f0f2f4; }
.schedule-now:hover { background:#999;}

.schedule-now .item {
    margin: 0px 0 1px 0;
    position: relative;
    padding-left: 60px;
    min-height: 80px;
    display: block;
    overflow: hidden;
    color:#333;
}
.schedule-now .live {
    background-color: rgba(0, 0, 0, 0);
    background-position: 25px 20px;
    background-repeat: no-repeat;
    padding-left: 46px;
}

.schedule-now .icon {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left:0;
    width: 55px;
    font-size: 33px;
    text-align: center;
    border-right: 1px solid #000;
    color:#000;
}

.schedule-now .wp-post-image {
    float: left;
    margin: 10px 10px 10px 5px;
}

.on-air-excerpt {
    font-size: 12px;
    display: block;
}

.on-air-excerpt p {
    margin: 0px;
}

/* Live block (on air next) */
.schedule-next { background:#ba1c22;}
.schedule-next .item {
    margin: 0px 0 1px 0;
    position: relative;
    padding-left: 60px;
    min-height: 80px;
    display: block;
    overflow: hidden;
    color:#333;
}
.schedule-next .live {
    background-color: rgba(0, 0, 0, 0);
    background-position: 25px 20px;
    background-repeat: no-repeat;
    padding-left: 46px;
}

.schedule-next .icon {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left:0;
    width: 55px;
    font-size: 33px;
    text-align: center;
    border-right: 1px solid #fff;
    color:#fff;
    display:inline-block;
}

.schedule-next .wp-post-image {
    float: left;
    margin: 10px 10px 10px 5px;
}

.on-air  
{
    font:normal 500 18px/24px 'Roboto Condensed'!important;
    color:#000!important;
    margin:0;
    padding-top: 10px;
}

.link-text {color:#000;}


/*Listen Live Block*/
.listen-live .item {
    background: none repeat scroll 0 0 #293b7b;
    color: #FFFFFF;
    display: block;
    margin: 1px 0;
    height: 80px;
    overflow: hidden;
    padding-left: 70px;
    padding-top: 18px;
    position: relative;
}

.listen-live .item:hover {background:#171796}

.listen-live .icon {
    border-right: 1px solid #ffffff;
    bottom: 15px;
    font-size: 33px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 60px;
}

.listen-live .live-link{
    font-size: 25px;
    line-height: 40px;
    color:#FFF!important;
}   


.listenlive-group 
{
    padding:40px 0 0 0;
}

.banner-group
{
    padding:25px 0 0 0
}

.widget-banners {margin-bottom:5px;}


/* audio episodes */
.download_episode {margin-top:0px!important}
/*********************************************************************************************

WPB05.  Navigation-----------------------------------Main Navigation

*********************************************************************************************/

/* navbar */

.site-navigation
{

}


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

    height: 60px;
}

.navbar
{
    margin-bottom: 0;

    border: none;
    border-radius: 0;
}
.navbar-default
{
    background: transparent;
}

/* title*/
.navbar-default .navbar-brand
{
    font-family: 'Lato';

    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
    font-family: 'Lato';

    color: #fff;
    background: #181818;
}

/* link */
.navbar-default .navbar-nav > li > a
{
    font: normal 600 18px 'Lato';

    padding: 22px 10px;

    color: #fff;

    text-transform: uppercase
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #F7E017;
    background:#181818;

}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: #F7E017;
    background:#181818;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus
{
    color: #F7E017;
    background:#181818;
}


.navbar-default .navbar-nav > .active 
{
    color: #F7E017;
    background:#181818;
}

/* 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: #fff;
    border-bottom-color: #fff;
}
.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: #fff;
    border-bottom-color: #fff;
}

/* Dropdown Menu */

.dropdown-menu
{
    padding: 0;

    color: #000;
    border: 0;
    background: #181818;
}
.dropdown-menu > li > a
{
    font: normal 16px/30px 'Lato';
    text-transform: uppercase;
    color: #181818;
    border-bottom: 1px dotted #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;

    color: #181818;
    background: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    text-decoration: none;

    color: #181818;
    background-color: #fff;
}

/* mobile version */

.navbar-default .navbar-text
{
    font: normal 20px 'Lato';

    padding-left: 10px;

    color: #fff;
}

.navbar-default .navbar-toggle
{
    margin: 13px 15px 0 0;
    
    border-color: #fff;
    background: none repeat scroll 0 0 #171796!important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #BA1C22;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
    font-family: 'Lato';

    color: #ffc600;
    background: #000;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#fff; background:#181818;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {color:#181818; background:#fff;}


/*Nav Search*/

#mast-search {padding:15px; }

#mast-search .searchform 
{
 padding:0 0 0 0;   
}

.btn-primary
{
    background-color: #171796 !important;
    border-color: #171796 !important;
    color: #fff;
}
.btn-primary:hover
{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff!important;
}


/* Bootstrap Buttons */
/*
.btn-lg,
.btn-group-lg > .btn
{
    font-size: 21px!important;
    line-height: 1.33!important;

    width: 100%;
    padding: 2px 18px!important;

    border-radius: 0!important;
}
.btn-info
{
    font-family: 'Roboto Condensed'!important;
    font-weight: normal!important;

    color: #000!important;
    border-color: #85bffc!important;
    background-color: #85bffc!important;
}*/


/*********************************************************************************************

WPB06.  Slider---------------------------------------Royal slider custom styles

*********************************************************************************************/

.slide-content .entry-title {
    border-style:none;
    margin:5px 0;
    padding-bottom:0
}


/*********************************************************************************************

WPB07.  Front Page Content Styles--------------------Tabs, video, recent posts, custom styles

*********************************************************************************************/

.u-nav-group {margin:15px 0 0;}

.main-container {padding: 10px} /*adds padding to the main content area*/


/* =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: 18px;
  line-height: 18px;
  margin: 20px 0 12px 0;
  padding-bottom:0;
}

.responsive-tabs .responsive-tabs__list__item {
  border: 0px solid transparent;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 10px 33px;
  color:#fff;
  font-family: 'Roboto';
  font-weight: bold;
  text-transform:uppercase;
  background:#2a2ab4;

}
  
.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: 0px;

    color: #fff;
    border-top: 0 solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #171796;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

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



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

/* = Recent Post Styles
---------------------------------------------------------------*/
/* Content widget area*/

.content-widget-title
{
    
    font:normal 300 24px/10px 'Lato';
    
    position: relative;

    clear: both;

    margin: 10px 0;
    padding: 5px 0 8px;

    letter-spacing: 0px;
    text-transform: uppercase;

    color: #fff!important;
    
    background:#171796
}

.content-widget-title:before {
    content: url("https://d2isblg909whrf.cloudfront.net/themes/wbqb/icon-rss.png");
    margin:0 8px 0 5px;
    position:relative;
    top:2px
}

.content-widget-title a { color: #fff; }

.content-widget-title a:hover { color: #f7e017;}

.icon-right-open {display: none; }

.no-title .content-widget-title {
    display: none;
}

/************************************************************************************************

WPB08.  Widgets------Default styles for custom widgets, widgets, sidebar widgets, rss widgets etc. 

*************************************************************************************************/

/* Custom Widget Styles */
#widget-1 .adv-banner {margin:5px 0 5px 0}

#widget-3 .adv-banner {margin:5px 0 5px 0}


#widget-4 .content-widget-title {padding-left:0}
#widget-4 .entry-summary {margin-bottom:0}
#widget-4  article {border-bottom: 1px dotted #ccc; margin-bottom:15px; padding-bottom:15px}
#widget-4  article:last-child {border-bottom: 0px dotted #ccc; margin-bottom:10px}

#widget-5   {text-align: center; font-size:12px}
#widget-5 a {color:#fff;}
#widget-5 a:hover {color:#f7e110;}

#widget-10 {margin-bottom:20px;}

#widget-10 .posts-list {padding:0}
#widget-10 .article-meta {display:none;}
#widget-10 .btn-default:hover {
    background-color: #171796 !important;
    color: #fff;
    float: right;
    font-family: 'Lato';
    border:none;
    margin-right:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#widget-10 article {margin-top: 10px; border-bottom: 1px dotted #e1e1e1}
#widget-10 article:last-child {border-bottom:0 dotted #e1e1e1;}
#widget-10 article img {margin-right: 5px; width:80px;}
#widget-10 article p {margin-bottom:0;}
#widget-10 article .entry-summary {margin-bottom:0; }

#widget-11 {margin-bottom:20px;}
#widget-11 .posts-list {padding:0;}
#widget-11 .article-meta {display:none;}
#widget-11 article {margin-top: 10px; border-bottom: 1px dotted #e1e1e1}
#widget-11 article:last-child {border-bottom:0 dotted #e1e1e1;}
#widget-11 article img {margin-right: 5px; width:80px;}
#widget-11 article p {margin-bottom:0;}
#widget-11 article .entry-summary {margin-bottom:0; }

#widget-10 .btn-default:hover {
    background-color: #171796 !important;
    color: #fff;
    float: right;
    font-family: 'Lato';
    border:none;
    margin-right:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


#top10 {
    color: #272727;
    font-family: "roboto condensed";
    font-size: 16px;
    line-height: 30px;
}


/*--------------------------------------------*/

/* Site Map Column widget (located in footer) */
.site-map {border-bottom: 15px solid #232323}



/* End custom widgets styles-------------------------------------------- */


/* =Sidebar widgets
-------------------------------------------------------------- */
.sidebar-widget
{
    background: #d6dee8;
}
.sidebar
{
    margin-top: 0px;
}

.sidebar-widget-title
{
    font:normal 300 24px/10px 'Lato';
    
    position: relative;

    clear: both;

    margin: 1px 0;
    padding: 5px 0 10px 10px;

    letter-spacing: 0px;
    text-transform: uppercase;

    color: #fff!important;
    
    background:#171796
}

.sidebar-widget-title:before {
    content: url("https://d2isblg909whrf.cloudfront.net/themes/wbqb/icon-rss.png");
    margin:0 5px 0 0px;
    position:relative;
    top:2px  
}

.sidebar-widget-title a
{
    color: #fff;
}

.sidebar-widget-title a:hover
{
    color: #f7e017;
}

.sidebar .widget_adv_location {margin:12px 0}


/* Default styles for list widget */

.widget-margin-top
{
    margin-top: 50px;
}
.widget-area .widget
{
    margin-bottom: 10px;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}

.widget-area .widget > ul
{
    padding: 10px 20px;
}
.widget-area .widget > ul li,
.widget .recent-posts-list article
{
    padding: 0 0 8px 0;

    border-top: 0 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;
}

.widget-content ul
{
    list-style-type: none;
}


/* Search Widget */


.widget_search > div
{
    margin: 0 0 16px 0;
    padding: 0;
}
.widget_search form
{
    position: relative;
}
.widget_search input[type='text']
{
    font-size: 15px;

    width: 100%;
    margin: 0;
    padding-left: 10px;

    border: 1px solid #ccc;
    background: none repeat scroll 0 0 #fff;

    border-radius: 0
}
.widget_search label
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

    width: 1px;
    height: 27px;
    margin-top: 0;
    padding-left: 35px;

    border-right: 1px solid #ddd;
}
.widget_search .icon-search
{
    font-size: 23px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;
}

.widget_search .btn {padding: 16px 18px; background:#0140A9!important; border-radius: 0}

.widget_search input[type='submit']
{
    display: none;
}

/* Recent posts widget */
ins
{
    margin-top: 20px;
}

.widget .posts-list
{
    padding: 0;
}

.widget_recent_posts .compact
{
    overflow: hidden;

    margin-bottom: 0;
    padding-bottom: 0;
}


/* There is only one image inside */
.widget_recent_posts .compact .wp-post-image
{
    float: left;

    height: auto;
    margin: 0 15px 0 0;

}
.widget_recent_posts .continue-reading
{
    display: none;
}
.widget_recent_posts .entry-summary p
{
    margin: 0;
}
.posts-list
{
    padding: 10px;
}
.posts-list h5 a
{
    font-size: 20px;
    font:normal 300 20px/22px 'Roboto Condensed';
    line-height: 22px;
    color: #000;
}
.posts-list h5 a:hover
{
    color: #171796;
}


/* 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
{
    margin: 10px 0 0;
    padding: 5px 10px;
}
.content-widget-area .widget_recent_posts .compact .wp-post-image
{
    width: 330px;
    margin: 5px 15px 10px 1px;
}


/* 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%;
    right: 5PX;

    margin-top: -17px;
}
.widget_recent_posts .caroufredsel_wrapper article
{
    float: left;
}


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


/* Show divider after each 2 widgets */

.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 .title-link
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;
}


/* Text widget */
.widget_text .textwidget
{
    padding-left: 0;
}


/* RSS Widget styles*/
.rssSummary
{
    font-size: 14px;
    line-height: 22px;
}

.widget_rss ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
    
/*    height:400px;
    
    overflow-y: scroll;
    overflow-x: hidden;*/
    
    margin-bottom: 20px
}

.widget_rss ul li
{
    margin: 22px 0;
}

.widget_rss ul li a
{
    font:normal 400 18px/20px 'Lato';

    margin: 10px 10px 10px 0;
    padding: 0;

    color: #000;
}
.widget_rss ul li a:hover
{
    color: #171796;
}

/* Of the Day */
.wpbotd{background-size:cover;}
.single-wpotd .site-content {
    padding: 0;
}

.otd-html-head {
    
    margin:-10px auto 0px;
    padding-top:10px;
  
}

.otd-html-head img{
    margin: 0 auto;
}

.wpbod-description {
    background-color: rgba(0,0,0,0.8);  
    color: #FFF;
    border: 3px solid #D3D3D3;
    padding: 10px;
    height: 315px;
    overflow: auto;
}

.otd-offer-title {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 5px;
}

.otd-offer-media img{
    border: 3px solid #D3D3D3;    
}

.otd-gallery-container {
    margin-top: 9px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 29px;
    color: #FFF;
}

.otd-gallery-title {
    font-size: 24px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 3px solid #D3D3D3;
    padding: 0 10px;
}

.otd-gallery-item {
    width: 25%;
    float: left;
    padding: 5px;
}

article.wpbotd .wp-post-image {
	float: none;
	margin: 0;
}

article.wpbotd  .otd-gallery-item img {
    border: 5px solid rgba(255, 255, 255, 0.8);
    height: 100px;
}

.otd-banner {
    margin-top: 9px;
}
.otd-html-footer{margin-top:10px;}

/************************************************************************************************

WPB09.  Content Area-----------------------Inside content areas, page, post, articles archive etc.

*************************************************************************************************/

.main-content
{
    margin-top: 10px;
}

.site-content
{
    padding: 10px;

    background: none repeat scroll 0 0 #fff;
}

.section-title
{
    font-size: 18px;
    line-height: 20px;

    margin-bottom: 0;
    padding: 0;

    text-transform: uppercase;

    color: #231815;
}

.entry-title
{
    font:normal 300 30px/35px 'Roboto Condensed';

    margin: 0;
    padding-bottom: 5px;

    color: #272727;
    border-bottom: 2px solid #272727;
}



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


/* = Article archive styles
-------------------------------------------------------------- */

article
{
    border-bottom: 0 dotted #ccc;
}
article:last-child
{
    border-bottom: 0 dotted #ccc;
}

article.archive
{
    padding: 10px 0;

    border-bottom: 1px dotted #ccc;
}
article.archive:first-child
{
    border: none;
}

article.archive h4
{
    margin: 0;
    padding: 4px 0;
    font-size: 24px
}

.archive-title
{
    line-height: 45px;

    border-bottom: 2px solid #272727;
}


/* Article meta has a bit lighter content */
.article-meta
{
    margin-bottom: 2px;
    padding-bottom: 0;

    opacity: .7;
    color: #666;
}


/* Compact article */
.article-compact .article-meta
{
    font-size: 11px;

    margin-bottom: 6px;
}

.article-title
{
    font: normal 500 14px/22px 'Lato';

    margin-top: 0px;
    margin-bottom: 0;
}

article .entry-summary
{
    margin-bottom: 20px;
}
.icon-calendar-inv
{
    margin-right: 2px;
    display:none
}
.date-posted
{
    color: #7b7b7b;
}

article .wp-post-image
{
    float: left;

    margin: 10px 10px 0 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;
}

/* Show article has thumbnail on the left */
.single-show .show_thumbnail {float: left; margin: 0 10px 10px 0; padding:0; width:85px}
.single-show .article-meta {display:block; font-size:12px; padding:8px 0;}
.single-show p {clear:both}



.post-type-archive-show .article-meta {display:none}
.post-type-archive-show .archive-title {font-size:0}
.post-type-archive-show .archive-title:before {content:'On-Air'; font-size: 30px; line-height: 22px; }


/* Post List custom Styles */

.entry-content .posts-list article .player-container {
    display: none;
}


/* =Main content and comment content
------------------------------------------------------------- */


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

.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 0;
}
.entry-content blockquote,
.comment-content blockquote
{
    font-style: italic;

    margin-bottom: 24px;
    padding: 24px;
}
.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
{
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 1.714285714;

    overflow: auto;

    margin: 24px 0;
    padding: 24px;

    color: #666;
    border: 1px solid #ededed;
}
.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
{
    cursor: help;

    border-bottom: 1px dotted #666;
}
.entry-content address,
.comment-content address
{
    line-height: 1.714285714;

    display: block;

    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: 0px;
    margin-bottom: 5px;
}
.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
{
    font-size: 12px;
    line-height: 2;

    width: 100%;
    margin: 0 0 24px;

    color: #757575;
    border-bottom: 1px solid #ededed;
}
.entry-content table caption,
.comment-content table caption
{
    font-size: 16px;

    margin: 24px 0;
}
.entry-content td,
.comment-content td
{
    padding: 6px 10px 6px 0;

    border-top: 1px solid #ededed;
}
.page-links
{
    line-height: 1.714285714;

    clear: both;
}

.comment-reply-title
{
    color: #272727;
}

.read-more {clear:both; padding:10px 0}

.continue-reading
{
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;

    display: block;

    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 #171796;
}
.continue-reading:hover
{
    color: #F7E110!important;
}

code
{
    white-space: normal;

    background: none;
}

/* =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
{
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;

    margin-top: 22px;
    margin-top: 1.571428571rem;

    color: #757575;
}

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

.comments-area
{
    clear: both;
}
.comments-area article
{
    margin: 24px 0;
}
.comments-area article header
{
    overflow: hidden;

    margin: 0 0 15px;
}
.comments-area article header img
{
    float: left;
}
.comments-area article header cite,
.comments-area article header time,
.comments-area .children
{
    display: block;

    margin-left: 55px;
}



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

/* =Pagination
-------------------------------------------------------------- */
.pagination ul li
{
    float: left;

    padding: 0 0px;

    list-style-type: none;
}

.page-numbers
{
    font-size: 12px;

    list-style: none;
    color:#fff
}
.page-numbers li
{
    display: inline;
}
.page-numbers li a
{
    background: none repeat scroll 0 0 #0b3b8e;
    border: 0 solid #0b3b8e;
    color: #fff;
    display: block;
    float: left;
    margin-right: 7px;
    padding: 4px 9px;
    border: solid 0px #FE0033;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.page-numbers li a:hover
{
    color: #fff;
    background: #e30000;

}

.page-numbers li span.current
{
    display: block;
    float: left;

    margin-right: 7px;
    padding: 4px 9px;

    border: solid 0px #0B3B8E;
    background:#FE0033 ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.page-numbers li span.dots
{
    display: block;
    float: left;

    margin-right: 7px;
    padding: 4px 9px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    border: 1px solid #DDDDDD;
    margin-right: 3px;
    padding: 3px 8px;
    text-decoration: none;
    background-color: #171796;
    color:#FFF;
}


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

.sprite
{
    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
    text-indent: -999px;
}

/* =Photo Gallery Styles
-------------------------------------------------------------- */

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

    width: 100%;

    content: '';
}

/* 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;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 5px;

    background-color: rgba(0, 0, 0, .5);
}
.thumbnail-slider .slider-nav
{
    overflow: hidden;

    text-align: justify;
}
.thumbnail-slider .nav-item
{
    display: inline;

    margin-top: 7px;

    cursor: pointer;

    opacity: .3;
}

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

/* Prev Next Navigation */
.thumbnail-slider .slides-wrapper
{
    position: relative;
}
.thumbnail-slider-nav
{
    position: absolute;
    z-index: 100;
    top: 50%;

    width: 100%;
    margin-top: -20px;
}
.thumbnail-slider-nav .prev,
.thumbnail-slider-nav .next
{
    margin: 0;

    opacity: .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;
}


.ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    display: block;
    margin: 4px auto;
    padding: 4px;
    position: relative;
    width: 150px;
    height: auto;
    max-height: 150px;
    min-height: 150px;
}

/*********************************************************************************************

WPB10.  Plugins-----------------Custom Plugin styles

*********************************************************************************************/

/* Sendpress Custom Style*/
.sendpress-signup
{
    margin: 0 0;
    padding: 0 8px;

    border: solid 0 #171796;
    background-color: #171796;
}
.sendpress-signup p
{
    padding: 10px 0 0 0!important;
    font-family:'Lato';
    color: #fff;
}

.Sendpress button, input, textarea {color:#000}

#sendpress_signup .menu-toggle,
button,
input[type='submit'],
input[type='button'],
input[type='reset']
{
    font-family: 'Lato';
    font-size: 15px;

    margin-bottom: 10px;
    padding: 6px 10px;

    text-transform: uppercase;

    color: #171796;
    border: 0px solid #0C3B8E;
    background-color: #fff!important;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.sendpress-submit {margin-top:0!important;}


/* Responsive Poll*/
.weblator-poll-container .panel
{
    border: 0;
}

.weblator-poll-container .panel-default > .panel-heading
{
    border-width: 0;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
}

.weblator-poll-container .panel-title
{
    font-family: 'Lato';
    font-size: 18px;
    line-height: 22px;

    color: #000;
}

.panel-body
{
    color: #000;
    border: 0;
}

.weblator-poll-vote
{
    background: #fff;
}
.weblator-poll-container .panel-footer
{
    padding: 10px 15px;

    border-top: 0 solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
}

.weblator-poll-container label
{
    font-family: 'Lato';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    color: #000;
}

.weblator-poll-container .btn
{
    font-family: 'Lato';
    font-size: 15px;

    color: #fff!important;
    border-style: none;
    background: #171796!important;
}


.weblator-poll-container .btn-default:hover
{
    color: #fff!important;
    border: none;
    border-color: #e1e9f3;
    background: #F3BD13!important;
    border: 4px
}

.bs-chart-container
{
    padding: 10px;
}


img#wpstats
{
    display: block;

    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}

.tribe-events-list-widget ol li {margin-bottom: 10px}
.tribe-events-list-widget-events .entry-title {
    border-bottom: 0; 
    margin-top:5px; 
    padding-bottom:0; 
    font:normal 300 20px/22px 'Lato';}

.tribe-events-widget-link a {
    background:#cecece;
    color:#181818;
    padding:6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:right;
    margin-bottom: 10px;
}

.tribe-events-widget-link a:hover {color:#171796} 

.tribe_community_edit #event_taxonomy,
.tribe_community_edit #event_venue tr:nth-child(2),
.tribe_community_edit #event_organizer tr:nth-child(2) {
    display: none;
}

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

/* Global elements */

html
{
    color: #7b7b7b;
}

a
{
    color: #171796;
}
a:hover
{
    text-decoration: none;

    color: #333;
}

/* Inverse links */
a.inverse
{
    color: #272727;
}

a.inverse:hover,
.main-navigation a:hover,
.main-navigation li.current-menu-ancestor a,
.main-navigation li.current-menu-item a
{
    color: #003D79;
}

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

    color: #272727;
}

/* 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
{
    color: #000;
    background-color: #f0f2f4;
}

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




/*********************************************************************************************

11.Site Footer----------------------------Secondary nav, copyright, site-map

*********************************************************************************************/
.secondary-nav { padding: 20px 0 0; }

.secondary-nav ul { margin: 0; padding: 0; }

.secondary-nav li {
    float: left;
    list-style-type: none;
    padding:0 15px;
}

ul.menu li ul.sub-menu li {
    float: none;
    padding-left: 0px;
    display: block;
    font-size: 14px;
    line-height:25px;
    font-weight:normal;
    color:#ccc
}

.secondary-nav ul li
{
    font: normal 600 18px/26px "Lato";
    color: #fff;
    display:inline-block;
    text-transform: uppercase
        
}

.secondary-nav ul li a
{
    display: block;
    text-decoration: none;
    color: #fff;
}
.secondary-nav ul li a:hover {color: #E4162C;}


.footer-widget-title {
    color: #2c2c2c;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight:400;
    line-height: 40px;
    text-indent: 15px;
    text-transform: uppercase; 
}

.widget-footer { border-right:1px dotted #333}


.footer-column {padding: 20px 0px}
.footer-column .adv-banner {margin:5px 0 5px 0}

.site-footer {
    background:#000;
    padding: 8px 0; 
}

.footer-column ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-column ul li {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}
.footer-column ul li a {
    color: #2c2c2c;
    display: block;
    font-family: 'Open Sans';
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none;
}
.footer-column ul li a:hover {
    color: #003D79;
    text-decoration:underline!important;

}
.footer-column .current-menu-item a {}


/*-Site Footer Copyright--------------------*/
.copyright
{
    font: normal normal 12px "Open Sans";

    padding: 24px;

    color: #fff;
    
}

.copyright a
{
    color: #F7E110;
}

.copyright a:hover
{
    color:#fff;
}

.copy
{
    padding: 15px;
}

.footer {
    background: none repeat scroll 0 0 #221E1F;
    height: 75px;
    padding: 10px;
}

.footer-logo {text-align: right; margin-top: 15px;}

.footer-social .social-links {text-align: left}

/*********************************************************************************************

WPB11.  Custom Code----------------------------------Misc Custom code and styles

*********************************************************************************************/
.primary .entry-header h2 { margin: 0; position:relative; bottom:15px}

/* =Site--------Search------*/

#nav-search .glyphicon 
{
    color:#fff;
    font-size: 24px;
    padding:13px 16px;
    text-align:center;
}

#nav-search .glyphicon:hover 
{
    color:#f3bc1a
}

#mobile-search .glyphicon {
    color:#fff;
    font-size: 24px;
    padding:3px 0;
    text-align:center;
}

.modal-header {
    border-bottom:0!important;
}


.modal-footer {
    border-top:0!important;
}

#myModal { /*positions the modal pop up window */
top:30%;
right:0%;
outline: none;
}

#myModal .btn {
    background-color: #003d79!important;
    border-color: #ccc;
    color: #fff;
}
/*End tunegenie styles*/

.form-allowed-tags {display:none} /*removes comment tag*/

.transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.instagram-wrapper /*tabby responsive instagram background wrapper*/
{
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

/*********************************************************************************************

WPB12.  Media Queries--------------------------------Queries for Mobile / Tablet, etc

*********************************************************************************************/

/* ORIENTATION PORTRAIT*/


@media only screen and (max-width: 1080px) and (orientation : portrait){
    /* PORTRAIT:
  Windows Surface Pro*/

    /*Enter your styles below this line*/
    
    
}

@media only screen and (max-width: 991px) and (orientation : portrait){
    .navbar-default .navbar-nav > li > a   { font-size: 18px; padding:24px 6px; }
    .slider {margin-bottom:10px}
}


@media only screen and (max-width: 800px) and (orientation : portrait){
    /* PORTRAIT:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  Arnova 8C G3
  ASUS Padfone
  ASUS Transformer Pad TF300T 
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1*/

    /*Enter your styles below this line*/

}

@media only screen and (max-width: 768px) and (orientation : portrait){
    /* PORTRAIT:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  LG Optimus Pad
  Microsoft Surface (RT)
  Panasonic Toughpad A1
  Kindle Paperwhite*/

    /*Enter your styles below this line*/


}

@media only screen and (max-width: 640px) and (orientation : portrait){
    /* PORTRAIT:
  Acer Iconia Tab A500
  Arnova 7FG3
  Nexus 7*/

    /*Enter your styles below this line*/


}


@media only screen and (max-width: 600px) and (orientation : portrait){
    /* PORTRAIT:
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Kindle 3
  Kobo eReader Touch
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7*/

    /*Enter your styles below this line*/
            
            .social-links:before {display:none;}
            .social-links {text-align: center}

            .site-header {margin-top:60px}

            .banner-group {padding:0 }

            /* link */
            .navbar-default .navbar-nav > li > a
            {
                font: normal 300 18px 'Lato';
                padding: 10px;
                color: #fff;
                text-transform: uppercase
            }

            .slider {margin-bottom:10px}
            #widget-4 .wp-post-image {width:215px}
            .copyright {text-align: center}
            .footer-logo {text-align: center}

}


@media only screen and (max-width: 540px) and (orientation : portrait){
    /* PORTRAIT:
  HTC Evo 3D
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Ainol Novo 7 Elf 2*/

    /*Enter your styles below this line*/
            .site-header {margin-top:60px}

            .on-air {font: normal 500 24px/30px;}
            .banner-group {padding:0 }

            /* link */
            .navbar-default .navbar-nav > li > a
            {
                font: normal 300 18px 'Lato';
                padding: 10px;
                color: #fff;
                text-transform: uppercase
            }

            .slider {margin-bottom:10px}
            #widget-4 .wp-post-image {width:100px}
            .copyright {text-align: center} 
}

@media only screen and (max-width: 480px) and (orientation : portrait){
    /* PORTRAIT:
  Arnova 7 G2
  BlackBerry Bold 9780
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  iPhone 6 portrait · width: 375px
  */

    /*Enter your styles below this line*/
            .site-header {margin-top:60px}

            .banner-group {padding:0 }

            /* link */
            .navbar-default .navbar-nav > li > a
            {
                font: normal 300 20px 'Lato';
                padding: 12px;
                color: #fff;
                text-transform: uppercase
            }

            .slider {margin-bottom:10px}
            #widget-4 .wp-post-image {width:100px}
            .copyright {text-align: center} 

}

@media only screen and (max-width: 400px) and (orientation : portrait){
    /* PORTRAIT:
  Samsung Galaxy Note
  Nexus 4
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid3
  Motorola Droid Razr
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3
  BlackBerry Bold 9900
  BlackBerry 9520
  BlackBerry Z10*/

    /*Enter your styles below this line*/


}


@media only screen and (max-width: 360px) and (orientation : portrait){
    /* PORTRAIT:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPhone 5
  Apple iPod Touch
  BlackBerry Bold 9360
  BlackBerry Bold 9790
  BlackBerry Curve 9320
  BlackBerry Curve 9380
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HP Veer
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire
  HTC Desire C
  HTC Desire HD
  HTC Legend
  HTC One V
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  LG Optimus 2X
  LG Optimus L3
  Motorola Defy
  Motorola Milestone
  Nexus S
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  Sony Xperia E Dual
  BlackBerry Curve 9300*/

    /*Enter your styles below this line*/
     

            .site-header {margin-top:60px}

            .banner-group {padding:0 }

            /* link */
            .navbar-default .navbar-nav > li > a
            {
                font: normal 300 18px 'Lato';
                padding: 10px;
                color: #fff;
                text-transform: uppercase
            }

            .slider {margin-bottom:10px}
            .content-widget-title {font-size: 16px}

            #widget-4 .wp-post-image {width:100px}
            .copyright {text-align: center}

}


@media only screen and (max-width: 320px) and (orientation : portrait){
    .social-link-item {
        margin-left: 5px;
    }
    
    .main-container {
        padding: 0;
    }
}

@media only screen and (max-width: 240px) and (orientation : portrait){
    /* PORTRAIT:
  LG Viewty KU990
  Nokia 700
  Nokia 2700
  Nokia N95
  Samsung Galaxy S3 Mini
  Nokia 300*/

    /*Enter your styles below this line*/
}


/* ----------------------------ORIENTATION LANDSCAPE-----------------------------*/

@media only screen and (max-width: 1920px) and (orientation : landscape){
    /* LANDSCAPE:
  Windows Surface Pro*/

    /*Enter your styles below this line*/
}

@media only screen and (max-width: 1366px) and (orientation : landscape){
    /* LANDSCAPE:
  Microsoft Surface (RT)*/

    /*Enter your styles below this line*/
}

@media only screen and (max-width: 1280px) and (orientation : landscape){
    /* LANDSCAPE:
  Acer Iconia Tab A100
  Acer Iconia Tab A200
  Acer Iconia Tab A502
  ASUS Transformer Pad TF300T
  ASUS Transformer TF101
  Motorola Xoom
  Motorola Xoom 2
  Samsung Galaxy Note 10.1
  Samsung Galaxy Tab 8.9
  Samsung Galaxy Tab 10.1
  Samsung Galaxy Tab 10.1
  LG Optimus Pad
  Acer Iconia Tab A500*/

    /*Enter your styles below this line*/


            .site-header {margin-top:70px}
            .slider {margin-bottom:10px}
            #widget-4 .wp-post-image {width:215px}
            
            .sponsor p {
                font: 300 13px/13px "Lato";
            }
    
}

@media only screen and (max-width: 1130px) and (orientation : landscape){
    /* LANDSCAPE:
  ASUS Padfone
  Arnova 8C G3
  Arnova 7FG3*/

    /*Enter your styles below this line*/
}


@media only screen and (max-width: 1024px) and (orientation : landscape){
    /* LANDSCAPE:
  Apple iPad
  Apple iPad 2
  Apple iPad 3 (and 4)
  Apple iPad Mini
  Archos 80G9
  BAUHN AMID-972XS
  HP Touchpad
  Panasonic Toughpad A1
  Acer Iconia Tab A101
  Archos 70b (it2)
  Arnova 10b G3
  BlackBerry PlayBook
  Samsung Galaxy Tab 2 7.0
  Samsung Galaxy Tab 7
  Ainol Novo 7 Elf 2*/

    /*Enter your styles below this line*/

    #gallery article {width:47%;}

}


@media only screen and (max-width: 980px) and (orientation : landscape){
    /* LANDSCAPE:
  Nexus 7
  HTC Evo 3D*/

    /*Enter your styles below this line*/
}



@media only screen and (max-width: 802px) and (orientation : landscape){
    /* LANDSCAPE:
  Kindle Fire HD 7
  Kindle Fire HD 8.9
  Arnova 7 G2
  HTC Desire Z
  Nokia N900
  Samsung Galaxy Grand
  Apple iphone 6 plus
  */

    /*Enter your styles below this line*/
            .site-header {margin-top:60px}
            .on-air {font: normal 500 24px/30px;}
            .banner-group {padding:0 }
            .listen-live .live-link {font-size: 30px;; text-align:center;}

            /* link */
            .navbar-default .navbar-nav > li > a
            {
                font: normal 300 17px 'Lato';
                padding: 10px 8px;
                color: #fff;
                text-transform: uppercase
            }

            .slider {margin-bottom:10px}
            #widget-4 .wp-post-image {width:215px}
}


@media only screen and (max-width: 640px) and (orientation : landscape){
    /* LANDSCAPE:
  Samsung Galaxy Note
  HTC One S
  HTC One XL
  HTC Sensation XL
  HTC Velocity 4G
  Motorola Droid Razr
  Nokia 500
  Samsung Galaxy Note 2
  Samsung Galaxy S3*/

    /*Enter your styles below this line*/
            .social-links:before {display:none;}
            .social-links {text-align: center}
            .footer-logo {text-align: center}
            .copyright {text-align: center} 
}


@media only screen and (max-width: 600px) and (orientation : landscape){
    /* LANDSCAPE:
  Motorola Droid3
  Nexus 4
  Motorola Razr HD 4G
  Motorola Razr M 4G
  Motorola Defy
  Motorola Milestone
  Apple iPhone 5
  HP Veer*/
    /*Enter your styles below this line*/
            .site-header {margin-top:60px}
   

            .banner-group {padding:0 }

            /* link */
            .navbar-default .navbar-nav > li > a
            {
                font: normal 300 18px 'Lato';
                padding: 10px;
                color: #fff;
                text-transform: uppercase
            }

            .slider {margin-bottom:10px}
            #widget-4 .wp-post-image {width:215px}
            .copyright {text-align: center}

}


@media only screen and (max-width: 540px) and (orientation : landscape){
    /* LANDSCAPE:
  HTC Desire
  HTC Desire HD
  HTC One V
  LG Optimus 2X
  Nexus S
  Samsung Galaxy Ace 2
  Samsung Galaxy S2
  BlackBerry Z10*/

    /*Enter your styles below this line*/
}


@media only screen and (max-width: 480px) and (orientation : landscape){
    /* LANDSCAPE:
  Apple iPhone 3G
  Apple iPhone 3GS
  Apple iPhone 4
  Apple iPhone 4S
  Apple iPod Touch
  BlackBerry Torch 9800
  BlackBerry Torch 9810
  HTC 7 Mozart
  HTC 7 Trophy
  HTC Desire C
  HTC Legend
  HTC Titan 4G
  HTC Wildfire S
  HTC Windows Phone 8X
  Huawei U8650
  Nokia Lumia 610
  Nokia Lumia 710
  Nokia Lumia 800
  Nokia Lumia 820
  Nokia Lumia 900
  Nokia Lumia 920
  Samsung Galaxy Ace
  Sony Xperia E Dual*/

    /*Enter your styles below this line*/

}



@media only screen and (max-width: 320px) and (orientation : landscape){
    /* LANDSCAPE:
  Samsung Galaxy S3 Mini*/

    /*Enter your styles below this line*/
}
@media only screen and (max-width: 1920px) and (orientation : landscape) {
  /* LANDSCAPE:
  Windows Surface Pro*/

/*Enter your styles below this line*/

}



.otd-html-head .col-md-3 img {
  padding: 15px 0;
}

.otd-gallery-container .otd-gallery {
  max-height: 210px;
  overflow: auto;
}

#post-561 .otd-html-head {
  width: 100%;
}

.social-link-item:nth-child(4) {
  display: none;
}
}