  /*
Theme Name: Willie-Theme
Theme URI: http://mywillie.com
Author: The WPB team
Description: Wordpress for Broadcasters Template 5 (Based on Kix106).
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: black, browns, white, two-columns, sidebar, custom-background, custom header, full-width-template, theme-options
*/

.wide-under-navigation{background-color:#ffffff}
.banner-ajax-div-class{padding:10px 0px}
#wpb-slider-340 .entry-excerpt,.post-type-archive-show .entry-title, .post-type-archive-show .article-meta{display:none}
/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
    background: url("https://d2isblg909whrf.cloudfront.net/themes/willie/site-bg.jpg") no-repeat fixed top center #0d0804;
    font-family: 'Lato',Helvetica,Arial,sans-serif!important;
    font-size: 1rem;
    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: #B5985A!important;
}
.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.artist-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 */
}

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


/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style]
{
    width: 100% !important;
}

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

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



/* 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: #F50002;}
.bg-brand {background-color: #5872f9;}
.hover-color-brand:hover {color: #5872f9;}
.hover-bg-brand:hover {background-color: #5872f9;}

/* Secondary color (gray) */
.color-secondary { color: #a1a1a1;}
.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;}


/* =Site header
-------------------------------------------------------------- */

.wrapper {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(250, 246, 110, 0.59);
    -moz-box-shadow:    0px 2px 2px 0px rgba(250, 246, 110, 0.59);
    box-shadow:         0px 2px 2px 0px rgba(250, 246, 110, 0.59);
}

.masthead {
    background:#E7116D;
    height:50px;
    padding:6px 0;
}

.masthead-tagline h1 {
    font-family: Allerta;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    margin:0
}


.header-image {
  margin-bottom: 5px;
  padding-top: 20px;
  text-align: center;
}



/* On Air */

.show-excerpt {padding-top: 12px}

.on-air-next-bg {position: relative; top:-5px}
.schedule {
    background: none repeat scroll 0 0 #130E0B;
    position: relative;
    top: 80px;

}

.on-air {padding:10px}

.on-air-now {
    background-color:#F50002;
    color: #fff;
    height: 100px;
    margin: 0 0 5px;
    padding: 6px 0 0;
}

.icon-headphones {
  position:relative;
  top:3px;
}

.icon-mic {
    color: #fff;
    font-size: 39px;
    margin-top: 6px;
}
.on-air-excerpt {color:#000}
.on-air-now .h3 {
    color: #fff;
    font-size: 24px;
    line-height:25px;
    font-family: 'Anton';
    margin: 0;
   text-transform:uppercase;
}
.on-air-now .item .link-text {
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-size: 16px;
}

.on-air-now .item .link-text:hover {color:#fff}

.on-air-now .link-item .h1 {
  line-height: 75px;
  margin: 0;
  font-size: 22px;
  color:#fff;
}

.on-air-now a {
 color: #fff;
 font-size: 13px;
}

.on-air-now a:hover {color:#fff}

.on-air-now .icon .valign,
.on-air-now .icon [class^="icon"] {
  display: inline-block;
  vertical-align: middle;
}
.on-air-now .icon .valign {
  height: 100%;
  width: 1px;
}

/* Schedule Next */
.show-next-excerpt {
    padding-top: 12px;
}
.on-air-next {padding:10px}

.on-air-next  {
    background-color: #272727;
    color: #feea00;
    height: 100px;
    margin: 0 0 5px;
    padding: 7px 0 0;
}
.show-social{margin-top:15px;}
.icon-clock {
  font-size:35px;
  color:#000
}
.on-air-excerpt {color:#fff}
.on-air-next .h3 {
    color: #F50002;
    font-size: 24px;
    line-height:25px;
    font-family: 'Anton';
    margin: 0;
  text-transform:uppercase;
}
.on-air-next .item .link-text {
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-size: 16px;
}

.on-air-next .item .link-text:hover {color:#000}

.on-air-next .link-item .h1 {
  line-height: 75px;
  margin: 0;
  font-size: 22px;
  color:#000;
}

.on-air-next a {
 color: #fff;
}

.on-air-next a:hover {
 color: #FEEB00;
}

.on-air-next .icon .valign,
.on-air-next .icon [class^="icon"] {
  display: inline-block;
  vertical-align: middle;
}
.on-air-next .icon .valign {
  height: 100%;
  width: 1px;
}
.artist-image{margin-top:10px;text-align: center;}
/* Live block */
.live img {max-width: 100%; margin:50px auto 0; }


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

.listen-live .item:hover {
  background: none repeat scroll 0 0 #252F90;}

.listen-live .icon {
    border-right: 1px solid #FFFFFF;
    bottom: 6px;
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 66px;
}
.live-link {
    color: #fff !important;
    display: block;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
}

/* =Social Icons
---------------------------------------------------------------*/
.social-links {padding: 13px 0 0 10px; float:right; width: 130px;}
.show-social-link img {margin-bottom:5px}
.closings {
    background: none repeat scroll 0 0 #fff;
}
.leaderboard {margin:10px 0}

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

/* navbar */
.nav-bg {background:#272727}
.site-navigation {
background: #0044FA;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

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

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

/* title*/
.navbar-default .navbar-brand {
    color: #fff;
    font-family:'Roboto Condensed';
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFC600;
    background:#000;
    font-family:'Roboto Condensed';
}
/* link */
.navbar-default .navbar-nav > li:first-child a {
  margin-left:-20px;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;

}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Anton';
    font-size: 26px;
    font-weight: 300;
    padding: 20px 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: #F50002;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #F50002;

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

}

/* 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 {
    color: #000;
    border:0px;
    padding: 0;
    background:#000;
}
.dropdown-menu > li > a {
    border-bottom: 1px dotted #272727;
    color: #FFF;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height:40px
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background: #F50002;

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #F50002;
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F50002;
    background-color: transparent;
}
/* mobile version */

.navbar-default .navbar-text {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    padding-left: 10px;
}

.navbar-default .navbar-toggle {
    background: none repeat scroll 0 0 #242424!important;
    border-color: #FFFFFF;
    margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FFDE16;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFC600;
    background:#000;
    font-family:'Oswald';
}

.u-nav-banner {}

/* Bootstrap Buttons */

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0px!important;
    font-size: 21px!important;
    line-height: 1.33!important;
    padding: 2px 18px!important;
    width:100%;
}
.btn-info {
    background-color: #85BFFC!important;
    border-color: #85BFFC!important;
    color: #000!important;
    font-family:'Roboto Condensed'!important;
    font-weight:normal!important;
}

.adv-banner img {margin:0 auto}

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

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

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

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

.site-content {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
  box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.55);
}

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

.entry-title {
    border-bottom: 2px solid #2727272;
    color: #272727;
    font-family: 'Anton';
    font-size: 35px;
    font-weight: 300;
    margin: 15px 0 5px;
    padding-bottom: 5px;
}

/* Article archive styles */

article {border-bottom: 0px dotted #656565}
article:last-child {border-bottom: 0px dotted #656565}

article.archive {
  padding: 5px 0;
  border-bottom: 1px dotted #656565;
}
article.archive:first-child {
  border: none;
}

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

.archive-title {border-bottom: 2px solid #272727; line-height: 45px }


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

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

.article-title {
    font-family: 'Roboto Condensed';
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 2px;
}

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

article .wp-post-image {float:left; margin:10px 10px 0 0; border: 2px solid #656565}



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

/* =Sidebar
-------------------------------------------------------------- */
.sidebar-widget {background:#D6DEE8;}
.sidebar {margin-top:10px;}

.sidebar-widget-title {
    color: #fff !important;
    background: #F50002;
    font-family: 'Anton';
    font-weight:600;
    font-size: 24px;
    font-weight: 300;
    line-height: 16px;
    margin: 10px 0 0px;
    padding: 10px;
    text-transform: uppercase;
}

.sidebar-widget-title a {
    color: #feea00;
    display: block;
  }
.sidebar-widget-title a:hover {color: #b23d30;}


.live-button {margin: 7px 0; max-width: 100%;}
.live-button:hover{
    opacity:0.70
}

.weather-widget {margin-bottom: 10px;}
.awesome-weather-header {
    background: #5C5D4F;
    color: #fff;
    font-size: 18px;
}

.awesome-weather-current-temp  {  color:#fff}
.awesome-weather-todays-stats  {  color:#fff}
.awesome-weather-forecast  {  color:#fff}

/* =Widgets
-------------------------------------------------------------- */
.widget-margin-top{margin-top: 50px;}


.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

.widget-area .widget .widget-title {
  font-weight: bold;
  color: #ab1f24 !important;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin: 10px 0 1px;
  padding: 10px 25px 10px 0px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px dotted #E1E1E1;
  border-top: 1px dotted #E1E1E1;
  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: 0 0 8px 0;
  border-top: 0px 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;
}



#widget-1 img {
  margin-top:1px;
  margin-bottom:0;
}

#widget-2 .posts-container  {margin-top: 20px}

/* Search Widget */

.widget_search {}
.widget_search > div {
    margin-top: 0px;
    padding: 0px;
}
.widget_search form {
  position: relative;
}
.widget_search input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #000000;
    font-size: 15px;
    margin: 5px 0;
    padding-left: 10px;
    width: 100%;
}
.widget_search label {
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: 0px;

  height: 27px;
  width: 1px;
  padding-left: 35px;
  border-right: 1px solid #ddd;

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

#widget-4 .searchform {
  margin-bottom: 5px;
  border:2px solid #E7116D;
}

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

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

.widget_recent_posts .compact {
    margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 0px;
}
/* There is only one image inside */
.widget_recent_posts .compact .wp-post-image {
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    border: 2px solid #656565;
}
.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;
 line-height:22px;
 color:#272727
}
.posts-list h5 a:hover {
  color:#F50002;
}

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

/* 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-left: 0px;
}
/* Content widget area*/

.content-widget-title {
    font-family:'Anton';
    font-size: 24px;
    line-height: 0px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;

    color: #fff!important;
    background: #F50002;

    margin: 7px 0 5px;
    padding:20px 10px;
    position: relative;
    clear:both;
}

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

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

.icon-right-open {display:none}

/* 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 {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
}

.rssSummary {font-size: 16px; line-height: 22px}

.widget_rss ul {
  list-style-type: none;
  margin:0; padding:0;
}

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

.widget_rss ul li a {
    color: #272727;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 22px;
    margin: 10px 10px 10px 0;
    padding: 0;
}
.widget_rss ul li a:hover {color:#F50002;}


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

.widget-leaderboard {margin: 10px 0 }

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

 /***************************************************************
 *-------------------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 #0044FA; /*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 #F50002; /*hover color*/
    color: #fff;
    text-decoration: none;

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

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

.footer {
  background-color: #fff;
  clear:both

}

.footer ul {
  list-style-type: none;
}

.footer ul li a {
  color: #FFF;
  font-size: 12px;
}


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

.footer .widget_text .content-widget-title {
  font-size: 14px;
  padding: 0px;
  font-weight: 700;
}

.footer .textwidget {
  display: none;
}

footer .widget_nav_menu .content-widget-title {
  font-size: 13px;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 0;
    padding: 0 0 5px;
}



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

.comment-reply-title {color:#272727;}
.continue-reading
{
    font-family: Anton;
    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 #000;
}
.continue-reading:hover
{
    color: #fff!important;
    background-color: #F50002!important;
}

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

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

/* =Pagination
-------------------------------------------------------------- */
.page-numbers { list-style:none; font-size:12px; }
.page-numbers li{ display:inline; }
.page-numbers li a {
    display:block;
    float:left;
    padding:4px 9px;
    margin-right:7px;
    border:0px solid #c59300;
    background:#000;
    color:#fff
}

.page-numbers li a:hover{
    color:#fff;
    background: #e30000;
}
.page-numbers li span.current {
    display:block;
    float:left;
    padding:4px 9px;
    margin-right:7px;
    border:1px solid #efefef;
    border: solid 1px #c59300;
    background: rgba(255,234,48,1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(50, 50, 50, .32);
       -moz-box-shadow: 0 4px 4px 0 rgba(50, 50, 50, .32);
            box-shadow: 0 4px 4px 0 rgba(50, 50, 50, .32);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea30', endColorstr='#ffbf00', GradientType=0 );}

.page-numbers li span.dots { display:block; float:left; padding:4px 9px; margin-right:7px; }
/* =Front page template
-------------------------------------------------------------- */


/* =Widgets CUSTOM STYLES
-------------------------------------------------------------- */

#widget-1  .adv-banner {margin-bottom:10px}

#local-news .article-meta {display: none}

#whats-happening .article-title {display:block}
#whats-happening .entry-summary {display:block}
#whats-happening .article-meta {display:none}
#whats-happening .wp-post-image {max-width:150px; max-height:100px}
#whats-happening article {border-bottom: 1px dotted #656565}
#whats-happening article:last-child {border-bottom: none}

#widget-1 .adv-banner {margin:8px 0 0 0;}

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


#events .entry-title {padding: 0 2px; border-bottom:0px}
#events .entry-title a { font-size: 16px; color:#ffd000; }
#events .entry-title a:hover {  color:#e30000;}
#events .duration {font-weight: 300; padding: 2px ;border-bottom: 1px dotted #656565}

.tribe-events-widget-link a {padding: 10px; background:#993F98; color:#fff}
.tribe-events-widget-link a:hover {color:#000}

.posts-section {padding-top: 20px}
.posts-section article {padding-top: 20px}
.posts-section .article-meta {display: none}
.posts-section .entry-summary {display:block;}
.posts-section .wp-post-image {width:150px; height: 100px}


/* =Tabby Responsive Tabs
---------------------------------------------------------------*/
.fb-like-box {
  background:#fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}

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

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

.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 0px;
  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: 22px;
  line-height: 18px;
  margin: 20px 0 8px 0;
  padding-bottom:0;
}

.responsive-tabs .responsive-tabs__list__item {
  border: 0px solid transparent;
  border-top: 0px solid #000;
  line-height: 1;
  margin: 0 3px 0 0;
  padding: 5px 9px;
  color:#fff;
  font-family: 'Anton';
  font-weight: 300;
  text-transform:uppercase;
  background:#000
}

.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: #F50002;
  border-top: 0px solid #000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #fff;
  margin-right:3px
}

.responsive-tabs .responsive-tabs__panel {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0 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;
  }
}




/*******************************************
 * ---------------------WP ENP-------------*
 * ****************************************/
/* ENP Widget Area*/
.ENP_Container {
    margin: 0 auto;
    padding: 0.2em;
}
#ENP_Container, #enp_load_msg {
    background-color: #FFFFFF;
}
#enp_load_msg {
    color: #FFFFFF;
}
#ENP_Container .imageholder, #ENP_Container .textgroup {
    display: table-cell;
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
}
.tg_time {
    font-size: 11px;
    text-align: right;
}
.enp_title {
    color: #479BF4;
    display: block;
    font-size: 20px;
    margin-bottom: 0.5em;
    padding: 0.3em;
}
.Current_Image img, div.noimage {
    height: 50px;
    width: 50px;
}
.Current_Wrapper {
    color: #333333;
    display: block;
}
.Current_Wrapper .tg_info {
    width: 145px;
}
.Current_Image {
    width: 60px;
}
.Current_textgroup {
}
.Current_Artist {
    font-size: 15px;
}
.Current_Title {
}
.Previous_Wrapper {
    background-color: #F0F2F4;
    height: 40px;
}
.Previous_Wrapper .tg_info {
    width: 165px;
}
.Previous_Image {
    display: block;
    width: 40px;
}
.Previous_Image img {
    height: 30px;
    width: 30px;
}
.Previous_textgroup {
}
.Previous_Artist {
    color: #333333;
}
.Previous_Title {
}
.Older_Wrapper .imageholder img {
    height: 35px;
    width: 35px;
}
.Older_Wrapper .tg_info {
    width: 160px;
}
.Older_Container .Older_Wrapper:nth-child(2n+1) {
    background-color: #F0F2F4;
}
.Older_Artist {
    color: #333333;
    font-size: 13px;
}
#More_Link {
    color: #A84C87;
    cursor: pointer;
    font-weight: bold;
    margin: 0.3em;
    text-transform: lowercase;
}

/*#ENP_Container {
    background: none repeat scroll 0 0 #993f98;
    font-family: Roboto Condensed;
    padding: 10px;
}
.Current_Wrapper{height:90px}
.Current_Image {width:60px; height: 60px; float:left; margin-top:2px; margin-right:10px; margin-bottom:10px}

.Current_Image img {
  border:1px solid #fff;
  width:60px;
  height:60px
}

.enp_title {color:#fff; font-size:20px; font-weight:500; }
.Current_Artist {color:#A6C2E3; font-size: 18px; font-weight:700}
.Current_Title {color:#fff; font-size:14px; }
.Current_Time {color:#fff; font-size: 10px; margin-bottom:12px}


.Previous_Wrapper .wrapper {height:90px}
.Previous_Image img {width:60px; height: 60px; float:left; margin-top:2px; margin-right:10px; margin-bottom:10px}
.Previous_Artist {color:#A6C2E3; font-size: 18px; font-weight:bold}
.Previous_Title {color:#fff; font-size:14px; }
.Previous_Time {color:#fff; font-size: 10px; margin-bottom:12px}

.More_Link {color:#fff; font-weight:500}

#enp-widget .Older_Wrapper {height:100px; clear:both}
.Older_Image img {width:60px; height: 60px; float:left; margin-top:2px; margin-right:10px; margin-bottom:10px}
.Older_Artist{color:#333; font-weight:bold}
.Older_Title {color:#6eaddd; font-size:14px; }
.Older_Time {color:#333; font-size: 10px; margin-bottom:12px}*/


/*
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] {
    width: 100% !important;
}
/* =Icons
----------------------------------------------- */

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


/* =Plugins
----------------------------------------------- */
/*--CUSTOM PLUGIN STYLES--*/

/* Sendpress Custom Style*/

/*.widget-sendpress .sidebar-widget-title {background:#feea00; color:#000!important;}
*/.sendpress-signup {background-color: #ffffff; margin:0px 0px; padding: 0 8px; border: solid 0px #a1a1a1;}
.sendpress-signup p { color:#113455; padding-bottom:2px!important; }

#sendpress_signup .menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
    background-color: #000!important;
    border:1px solid #1a1a1a;
    font-family:'Roboto Condensed';
    font-size:15px;
    color:#fff;
    padding:6px 10px;
    margin-bottom: 10px;
    text-transform:uppercase;
}
/* 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;
}
/* Opinion Poll*/
#widget-6 .weblator-poll-container { background:#b5985a!important;}


.weblator-poll-container .panel {
    border:0px;
}

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

.weblator-poll-container .panel-title {
    font-family:'Roboto Condensed';
    font-size:18px;
    line-height:22px;
    color:#272727;
}

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

.weblator-poll-vote {
    background:#fff;
}
.weblator-poll-container .panel-footer {
    background:#eaeaea;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0 solid #eaeaea;
    padding: 10px 15px;
}

.weblator-poll-container label {
    font-family:'Roboto Condensed';
    font-size:16px;
    line-height:20px;
    color:#000;
    font-weight: normal
}

.weblator-poll-container .btn {
     font-family:'Roboto Condensed';
    font-size:15px;
    background:#F50002!important;
    color:#fff!important;
    border-style:none
}


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

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


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


#top10 .textwidget {
    color: #272727;
    font-family: 'roboto condensed';
    font-size: 16px;
    line-height: 30px;
    padding: 12px;
}

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

/* Global elements */

html {
  color: #7b7b7b;
}

a {
    color: #84886F;
}
a:hover {
  color: #272727;
  text-decoration: none;
}

/* Inverse links */
a.inverse {color: #272727;}
.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: #612233;

}

/* All headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #272727;
  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 {
    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;
}


.footer-widget-title {
    color: #656565;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight:300;
    line-height: 40px;
    text-indent: 15px;
    text-transform: uppercase;
    border-bottom:1px solid #880a19;
}

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

#widget-10 { border-right:0px dotted #333}

.footer-wrapper {background: #121212; padding: 20px 0px}

.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: 12px;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}
.footer-column ul li a {
    color: #dedede;
    display: block;
    font-family: 'roboto';
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}
.footer-column ul li a:hover {
    color: #ED867D;
}
.footer-column .current-menu-item a {
}

/***************************************************************
 *-------------------Site Footer Navigation--------------------*
 ***************************************************************/
.footer-nav {padding: 20px 0 0 0}


.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-nav ul li {
    color: #000;
    float: left;
    font-family:'Anton';
  font-size:24px;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}
.footer-nav ul li a {
    color: #dedede;
    display: block;
    padding-left: 15px;
    padding-right: 15px;

    text-decoration: none;
}
.footer-nav ul li a:hover {
    color:#F50002;
}
.footer-nav .current-menu-item a {
}

/***************************************************************
 *-------------------Site Footer Copyright--------------------*
 ***************************************************************/
.copyright {
    color: #fff;
    font-size: 14px;
    padding: 15px 10px;
}
.copyright a { color:#F50002;}
.copyright a:hover { text-decoration: underline;}

.copy {padding: 0px 0px 0px 15px !important;
    margin: 20px 0px 0px 0px; !important}
.footer-social .social-links{text-align: center; margin-left: auto; margin-right: auto;float:none }

/* =Media queries
-------------------------------------------------------------- */

/* ----------------------------ORIENTATION PORTRAIT-----------------------------*/

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


}

@media only screen and (max-width: 320px) and (orientation : portrait) {
  /* Responsive Facebook*/
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget span iframe[style] {width: 100% !important; min-width: 180px;}


}

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

  .copy {text-align: center}
  .article-meta {display:none}
  #widget-2 .wp-post-image {width:120px}
  .inner {margin: 0}
}

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

  .inner {margin: 0}
}


@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*/
  .inner {margin: 0}
  .copy {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*/
  .inner {margin: 0}
  .copy {text-align: center}


}

@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*/
  .copy {text-align: center}

}


@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*/
.dropdown:hover .dropdown-menu {
display: block;
}

}

@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*/
  /* Responsive Facebook*/
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget span iframe[style] {width: 100% !important; min-width: 180px;}
  .slider {margin-bottom:2px;}
 .header-image {
    padding:0;
}
  .live img {
    max-width: 100%;
    display: block;
    margin: 25px auto;
}
  .dropdown:hover .dropdown-menu {
display: block;
}
  }


@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*/
  .on-air-excerpt {font-size: 13px}
 .header-image {
    padding:0;
}.dropdown:hover .dropdown-menu {
display: block;
}
  .live img {
    max-width: 100%;
    display: block;
    margin: 25px auto;
}
}

@media only screen and (max-width: 991px) and (orientation : portrait){
        .copy {text-align: center}

    .on-air-excerpt {font-size: 11px}
    .listen-live {top:0px}
    .awesome-weather-forecast-day-temp {font-size: 1.3em; }
    .responsive-tabs .responsive-tabs__list__item {padding:10px 14px;}
    .content-widget-title {font-size: 22px}
    .navbar-nav > li > a { padding: 25px 12px!important;}

     #widget-1 .adv-banner {background:#000}
     .header-image {
    padding:15px  0 0;
}.dropdown:hover .dropdown-menu {
display: block;
}
  .live img {
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
}

    .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;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 25px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-default .navbar-nav > li:first-child a {
    margin-left: 0px;
    border-top-left-radius: 0px;
}

    .header-image {
        top:20px
    }

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


}


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

/*Enter your styles below this line*/
.dropdown:hover .dropdown-menu {
display: block;
}
}


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

@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: 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*/
  .inner {margin: 0}

}



@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: 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*/

  .listen-live {top:-1px}
  .inner {margin: 0}
}

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

  .inner {margin: 0}
  .copy {text-align: center}

}

@media only screen and (max-width: 691px) and (orientation : landscape) {
  /* LANDSCAPE:
  BlackBerry 9520*/

/*Enter your styles below this line*/

  .inner {margin: 0}

}

@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*/
  .on-air-excerpt {font-size: 13px}
  .inner {margin: 0}

}


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

/*Enter your styles below this line*/
.navbar-default .navbar-nav > li:first-child a {
    margin-left: 0px;
    border-top-left-radius: 0px;
}
  .dropdown:hover .dropdown-menu {
display: block;
}
}


@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*/
.dropdown:hover .dropdown-menu {
display: block;
}
}

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

/*Enter your styles below this line*/
.dropdown:hover .dropdown-menu {
display: block;
}
}

@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*/
.dropdown:hover .dropdown-menu {
display: block;
}
}

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

/*Enter your styles below this line*/
.dropdown:hover .dropdown-menu {
display: block;
}
}

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

/*Enter your styles below this line*/
.dropdown:hover .dropdown-menu {
display: block;
}
}
.fcc {margin:20px 0 0}
.eeo {float:left; margin-right:10px;}
.eeo2 {float:left; }

div.click-to-top span {
    display: none;     
    width: auto;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    margin-left:5px;
	font-size:10px;
}
div.click-to-top:hover span {display: inline-flex; }