  /*
Theme Name:014 ITMWPB
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: ITMWPB 014 Parent theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 014-itmwpb
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Accessibility
2.0 Alignments
3.0 Clearings
4.0 Typography
5.0 Forms
6.0 Formatting
7.0 Lists
8.0 Tables
9.0 Links
10.0 Featured Image Hover
11.0 Navigation
12.0 Layout
12.1 Header
12.2 Front Page
12.3 Regular Content
12.4 Posts
12.5 Pages
12.6 Footer
13.0 Comments
14.0 Widgets
15.0 Media
15.1 Galleries
16.0 Customizer
17.0 SVGs Fallbacks
18.0 Media Queries
29.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Accessibility
--------------------------------------------------------------*/

.featured-posts #js-recent-posts-advanced-2 .article-container{display:none}

/* Text meant only for screen readers. */
footer .custom-html-widget{color:#fff}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
3.0 Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {
  clear: both;
}


/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
  color: #333;
  font-family: 'Roboto Slab', Arial, Tahoma, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px!important;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}

p {
  font-size: 15px;
  margin: 0 0 1.5em;
  padding: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

blockquote:before, blockquote:after {
  content: "";
}

:focus {
  outline: none;
}


/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"]+label, input[type="checkbox"]+label {
  font-weight: 400;
}

button, input[type="button"], input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input+button, input+input[type="button"], input+input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #767676;
}

button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background: #bbb;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #333;
  font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
  color: #333;
  font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
  color: #333;
  font-family: 'Lato', sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #333;
  font-family: 'Lato', sans-serif;
}

.supermenu__form fieldset {
  border-style: none
}


/*--------------------------------------------------------------
6.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #000;
  border: 0;
  height: 5px;
  margin: 0 0 0.8em 0;

}

.alpha-omega {
  padding: 0
}

.adv-banner img {
  max-width: 100%;
  margin: 0 auto 10px
}

.alpha-omega {
  padding: 0
}

aside.widget_dfp_banner_location div {margin:0 auto}

/*--------------------------------------------------------------
9.0 Links
--------------------------------------------------------------*/

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  color: #0083ca;
  outline: 0;
}


/* Hover effects */

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
  -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  box-shadow:none
}

.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .read-more, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
  color: #888;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
  box-shadow:none;
  text-decoration:none
}

/* Fixes linked images */

.entry-content a img, .widget a img {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}

.post-navigation a:focus .icon, .post-navigation a:hover .icon {
  color: #ffbb1a;
}

.entry-content {
 	font-size: 16px;	 
}


/* Concert Button */

.btn-concerts {
  background: #000;
  margin-top: 10px;
  float: right;
}

.btn-concerts a {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none
}

.btn-concerts a:hover {
  color:#fff;
  box-shadow: none;
  text-decoration: none
}

.btn-wp-links {
  background-color: #0086cc;
  border-color: #0086cc;
}


/* WP Links Button */

.btn-wp-links a {
  color: #fff
}

.btn-wp-links a:hover {
  color: #fff;
  box-shadow: none;
  text-decoration: none
}

.btn-wp-links:hover, .btn-wp-links:focus, .btn-wp-links:active, .btn-wp-links.active {
  background-color: #0086cc;
  border-color: #0086cc;
}

.btn-wp-links.disabled:hover, .btn-wp-links.disabled:focus, .btn-wp-links.disabled:active, .btn-wp-links.disabled.active, .btn-wp-links[disabled]:hover, .btn-wp-links[disabled]:focus, .btn-wp-links[disabled]:active, .btn-wp-links[disabled].active, fieldset[disabled] .btn-wp-links:hover, fieldset[disabled] .btn-wp-links:focus, fieldset[disabled] .btn-wp-links:active, fieldset[disabled] .btn-wp-links.active {
  background-color: #0086cc;
  border-color: #0086cc;
}


/* Edit Links Button */

.btn-edit-link {
  background-color: #222;
  border-color: #222;
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 1.0em
}

.btn-edit-link a {
  box-shadow: none
}

.btn-edit-link a:hover {
  color: #fff
}

.btn-edit-link:hover, .btn-edit-link:focus, .btn-edit-link:active, .btn-edit-link.active {
  background-color: #151515;
  border-color: #090909;
}

.btn-edit-link.disabled:hover, .btn-edit-link.disabled:focus, .btn-edit-link.disabled:active, .btn-edit-link.disabled.active, .btn-edit-link[disabled]:hover, .btn-edit-link[disabled]:focus, .btn-edit-link[disabled]:active, .btn-edit-link[disabled].active, fieldset[disabled] .btn-edit-link:hover, fieldset[disabled] .btn-edit-link:focus, fieldset[disabled] .btn-edit-link:active, fieldset[disabled] .btn-edit-link.active {
  background-color: #222;
  border-color: #222;
}


/*--------------------------------------------------------------
10.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
  margin-bottom: 1em;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.7;
}


/*--------------------------------------------------------------
11.0 Navigation
--------------------------------------------------------------*/

.supermenu__mobile button {
  background: transparent
}

.supermenu__mobile .supermenu__toggler {
  float:right;
  margin-right:10px
}

.supermenu__mobile .supermenu__menu-items-wrapper li {
  text-indent:5px;

}

.supermenu__desktop .supermenu__menu-items-ul>li {
  padding-top: 18px;
  padding-bottom: 18px; 
}

.supermenu {}

/* Secondary Navigation */
.secondary-nav {
  width:100%!important;
}

.secondary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.secondary-nav li a {
  display: inline-flex;
  padding: 10px 15px;
  color: #fff;
  font-size:14px;
  font-weight:500
}

.secondary-nav li a:hover {
  background: #232323!important;
  color: #fff301;
}




/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .secondary-nav a {
      padding-left: 8px;
      padding-right: 8px
  }
}


/*--------------------------------------------------------------
12.0 Layout
--------------------------------------------------------------*/



html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Most Popular*/

.home .most-read .listing-item{
  margin-bottom:40px;
  margin-top:15px;
  border-bottom:1px dashed #ccc
}

.home .most-read .listing-item h5 a{
  font-size: 18px;
  font-weight: 400;
  color: #000;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.home .most-read .article-meta, .most-read .posts-list p{
  display:none;
}


*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background:url(https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/242/2018/03/14113503/site_bg.jpg) no-repeat fixed 0 0 #020202;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* Fallback for when there is no custom background color defined.*/
}

.splash {
  background:#ffffff
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom:20px;
  background-color: #fff;
}

.wrap:after {
  clear: both;
  content: "";
  display: block;
}

#page {
  position: relative;
  word-wrap: break-word;
  padding-top:15px
}

.social_feed {
    width: 300px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
12.1 Header
--------------------------------------------------------------*/

.site-header {
  margin: 10px 0
}

.logo {
  margin-top:0;
}

.logo-mobile {
  margin-bottom: 10px
}

.logo-mobile img {
  max-width: 100%;
  margin: 0px auto -20px auto;
}

.social-links {
  padding: 5px 0 5px 0;
  text-align: center;
}

.social-link-item {
  margin: 0 5px;
  text-align: center;
}

.header_social {display:block}

/*-- -----------------------------------------------------------
Schedule Now 
--------------------------------------------------------------*/
.on_air {margin-top:10px}

#schedule-now  {background:#00b6f1}
#schedule-now  .mic {color:#fff}
#schedule-now  img {padding-top:0!important}
#schedule-now .show-excerpt {margin:0;padding:0;text-align: left;}
#schedule-now .show-excerpt a {box-shadow: none!important;}
#schedule-now .show-excerpt a:hover {color:#fff301!important}
#schedule-now .h3 {color: #fff301!important; }
#schedule-now .name {margin-bottom:2px}
#schedule-now .link-text {font-size:15px!important; font-weight:300!important; color:#fff!important; text-align:left!important; text-decoration:none!important}
#schedule-now .mic {display:none}
#schedule-now .fa-microphone {font-size: 36px; line-height: 85px!important;}


.listen-live-wrapper {
  width: 100%;
  margin: 0 auto;
}

.listen-live h1 {
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
  margin-bottom:0
}

.listen-live a {
  color: #000
}

.listen-live a:hover {
  color: #E85A0D;
  text-decoration: none;

}


/* Small devices (tablets, 568px and up) */

@media (min-width: 568px) {
  .request-line h1 {
      font-size: 1.8em;
  }
  .listen-live h1 {
      font-size: 3.0em;
      line-height:0.8em;
    	margin-bottom:0
  }
}

/*--------------------------------------------------------------
12.2 Front Page
--------------------------------------------------------------*/
.widget-featured-posts .title-outer {display:none}
.widget-blog-posts .title-outer {display:block}

/*---	Featured Section - Header A ---*/

#wpb-header-a {
  position: relative;
  z-index: 20
}

#wpb-header-a:first-child {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}

#wpb-header-a:first-child .article-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2% 2%;
	background: rgba(0, 0, 0, 0.65);
}

#wpb-header-a:last-child {
  margin-right: 0;
}

#wpb-header-a:nth-of-type(4) {
  margin-right: 0
}

#wpb-header-a {
  width: 100%;
  float: left;
  margin-right: 0
}

#wpb-header-a .article-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2% 2% 4% 2%;
	background: rgba(0, 0, 0, 0.65);
}

#wpb-header-a .article-title h5 a {
  font-family: 'Roboto Slab', Arial, Tahoma, sans-serif;
  font-size:14px;
  line-height:16px;
  font-weight:500;
  color: #fff301;
  text-transform: capitalize;
  box-shadow: none;
}

#wpb-header-a .article-title h5 a:hover {
  text-decoration: none
}

#wpb-header-a .entry-summary {
  display: none;
  font-size: 14px;
  line-height: 22px;
  color: #fff
}

#wpb-header-a .read-more {color:#fff301}
/* Medium devices (desktops, 480px and up) */

@media (min-width: 480px) {
  #wpb-header-a .article-title h5 a {
      font-size: 24px;
      line-height: 28px
  }
  #wpb-header-a .entry-summary {
      display: block;
  }
}


/* Medium devices (desktops, 768px and up) */

@media (min-width: 768px) {
  #wpb-header-a .article-title h5 a {
    font-size: 20px;
    line-height: 24px
}
  #wpb-header-a:first-child {
      width: 100%;
      height: auto;
      overflow: hidden;
      float: left;
      margin-right: 0;
  }
  #wpb-header-a {
      width: 50.0%;
      float: left;
      margin-right: 0
  }
  #wpb-header-a:nth-child(2) .article-title h5 a {
      font-size: 20px;
      line-height: 22px
  }
  #wpb-header-a:nth-child(2) .entry-summary {
      display: none;
  }
  #wpb-header-a:nth-child(4) .article-title h5 a {
      font-size: 20px;
      line-height: 22px
  }
  #wpb-header-a:nth-child(4) .entry-summary {
      display: none;
  }
  #wpb-header-a:first-child .article-container {
      bottom: 2%;
      width: 100%;
  }
  #wpb-header-a .article-container {
      position: absolute;
      bottom: 0;
      width: 100%;
  }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #wpb-header-a:first-child .article-container {
      bottom: 0
  }
  #wpb-header-a:first-child {
      width: 66.6%;
      padding-left: 0;
      padding-right: 10px;
  }
  #wpb-header-a {
      width: 33.3%;
      float: left;
      padding-left: 15px;
      margin-bottom: 8px;
  }
  #wpb-header-a:first-child .article-container {
      width: 97.5%;
  }
  #wpb-header-a .article-container {
      width: 95%;
  }
  
btn-concerts a {
  font-size: 2.9em;
}
}


/* Medium devices (desktops, 1024px and up) */

@media (min-width: 1024px) {
  #wpb-header-a:first-child .article-container {
      width: 97.50%;
  }
  #wpb-header-a .article-container {
      width: 95%;
  }
}


/* Medium devices (desktops, 1200px and up) */

@media (min-width: 1200px) {
  #wpb-header-a:nth-child(2) .entry-summary {
      display: block;
  }
  #wpb-header-a:nth-child(4) .entry-summary {
      display: block;
  }
  #wpb-header-a:first-child .article-container {
      bottom: 0%;
      width: 98.6%;
  }
  #wpb-header-a .article-container {
      position: absolute;
      bottom: 0;
      width: 96%;
  }
}


/*---	Blog Posts - 2 Column ---*/

.blog-posts li .article-wrapper {
  background: #00b6f1 !important;
  margin-bottom: 15px!important;
  border: solid 0px;
}

.blog-posts li {
  list-style-type: none
}

.blog-posts li {
  padding: 0
}

.blog-posts li .article-thumb img {
  -webkit-box-shadow: none;
  box-shadow:none;
  width:100%
}

.blog-posts li .category {
  display: none
}

.blog-posts li .article-container {
  position: relative;
  padding: 10px 15px 15px 15px !important;
  min-height: 204px;
}

.blog-posts li h1 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #fff301;
  box-shadow: none
}

.blog-posts li h1 a:hover {
  box-shadow: none;
  color: #fff
}

.blog-posts li .entry-summary {
  font-size: 15px;
  font-size: 1.6em;
  line-height: 20px;
  line-height: 1.5em;
  color:#000
}

.blog-posts li .read-more {
  box-shadow: none;
  font-size: 13px;
  display: block;
  color:#fff301;
}

.blog-posts li .article-meta {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 15px 0 0 0!important;
}

.blog-posts li .meta-sections {
  padding: 0 5px;
    color:#000

}

.blog-posts li .fa {
  padding: 0 5px 0 0!important;
}

.blog-posts li {
  padding: 0
}

/* Medium devices (desktops, 768px and up) */

@media (min-width: 768px) {
  .blog-posts li {
      padding-left: 15px;
      padding-right: 15px
  }
  .blog-posts li:nth-child(1) {
      padding-left: 0;
      padding-right: 15px
  }
  .blog-posts li:nth-child(2) {
      padding-right: 0;
      padding-left: 15px
  }
  .blog-posts li:nth-child(3) {
      padding-right: 15px;
      padding-left: 0
  }
  .blog-posts li:nth-child(4) {
      padding-left: 15px;
      padding-right: 0
  }
  .blog-posts li:nth-child(5) {
      padding-right: 15px;
      padding-left: 0
  }
  .blog-posts li:nth-child(6) {
      padding-left: 15px;
      padding-right: 0
  }

  .blog-posts li:nth-child(7) {
      padding-right: 15px;
      padding-left: 0
  }
  .blog-posts li:nth-child(8) {
      padding-left: 15px;
      padding-right: 0
  }

  .blog-posts li:nth-child(9) {
      padding-right: 15px;
      padding-left: 0
  }
  .blog-posts li:nth-child(10) {
      padding-left: 15px;
      padding-right: 0
  }

  .blog-posts li h1 .entry-title {
      font-size: 24px;
      font-size: 1.6em;
      line-height: 26px;
      line-height: 22px;
  }
}



/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .blog-posts li .article-container {
      height: 230px;
  }
  .blog-posts li .meta-sections:nth-of-type(2) {
      display: none
  }
  .blog-posts li .meta-sections {
      width: 50%
  }
}


/* Medium devices (desktops, 1200px and up) */

@media (min-width: 1200px) {
  .blog-posts li .article-container {
      height: 230px;
  }
  .blog-posts li .meta-sections:nth-of-type(2) {
      display: block
  }
  .blog-posts li .meta-sections {
      width: 33.3%
  }
}

.blog-posts #wpb-recent-posts {
  padding: 1;
}

.blog-posts #wpb-recent-posts .article-meta {
  display: none
}

/* Medium devices (desktops, 414px and up) */

@media (min-width: 414px) {
  .contact-section h3 {
      font-size: 2.2em;
      line-height: 0.4em;
  }
  .contact-section p {
      font-size: 2.0em;
      line-height: 0.4em;
  }
  .cta h3 {
      font-size: 2.9em;
      line-height: 1.4em;
  }
  .cta p {
      font-size: 2.2em;
      line-height: 1.5em;
  }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .contact-section .widget-title {
      text-align: left
  }
  .contact-section h3 {
      font-size: 2.2em;
      line-height: 0.6em;
      text-align: left
  }
  .contact-section p {
      font-size: 2.0em;
      line-height: 0.5em;
      text-align: left
  }
  .cta h3 {
      font-size: 5em;
      line-height: 1.0em;
  }
  .cta p {
      font-size: 3.0em;
      line-height: 0.9em;
  }
}


/* Medium devices (desktops, 1024px and up) */

@media (min-width: 1024px) {
  .contact-section h3 {
      font-size: 2.4em;
      line-height: 0.5em;
  }
  .contact-section p {
      font-size: 2.1em;
      line-height: 0.5em;
  }
}


/*--------------------------------------------------------------
12.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
  background-color: #fff;
  position: relative;
  margin-top: 25px;
}


/*--------------------------------------------------------------
12.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */

.entry-meta {
  color: #767676;
  font-size: 18px;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1818em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}

.single-post .entry-title, .page .entry-title {
  font-size: 2.5rem;
}

.entry-header .entry-title {
  margin: 0.05em 0 0.25em 0;
  font-size: 2.3rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 0 solid #000;
}

.entry-title a {
  color: #333;
  text-decoration: none;
  margin-left: -2px;
  color: #000;
}

.entry-title:not(:first-child) {
  padding-top: 0;
}


/* Blog landing, search, archives */

.blog .site-main>article, .archive .site-main>article, .search .site-main>article {
  padding-bottom: 2em;
}

body:not(.front-page) .entry-header {
  padding: 1em 0;
}

body:not(.front-page) .entry-header, body:not(.front-page) .entry-content, body:not(.front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}

body:not(.front-page) .entry-header {
  padding-top: 0;
}

.blog .entry-meta a.post-edit-link, .archive .entry-meta a.post-edit-link, .search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}


/* Archive page */

.archive .entry-header .entry-title {}

.archive article {
  margin-bottom: 1.5em
}

.archive .entry-title a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400
}

.archive .entry-title a:hover {
  color:#fff301
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}


/*Post Lists*/

.posts-list .entry-title a {
  font-size: 22px;
  font-weight: 400
}


/*Single Show Page*/

.show-header {
  margin-bottom: 10px
}

.show-entry-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  margin-left: -2px;
  margin-bottom: 5px
}

.show-times {
  font-size: 14px
}

.on-air-meta {
  font-weight: 600
}

.show-social {
  padding: 10px 0
}

.show-social .show-social-link {
  margin-right: 5px
}


/* More tag */

.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}
.entry-content a img, .widget a img {
  padding-top: 0;	
  padding-bottom: 0px;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}


/* Post Formats */

.blog .format-status .entry-title, .archive .format-status .entry-title, .blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

#wpb-summary .entry-summary {
  font-size:14px
}


/* Post Lists */

.posts-list article {
  margin-bottom: 15px
}


/* WP Links */

.nav-links {
  font-size: 1.5em;
  font-weight: 700;
}

.nav-previous {
  margin-right: 0.5em;
  float: left;
}


/* Pagination */

.pagination {
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  position: relative;
  clear: both;
  padding: 20px 0;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  color: #fff;
  background: #000 none repeat scroll 0 0;
}

.pagination a:hover {
  text-decoration: none;
  color: #fff!important;
  background: none repeat scroll 0 0 #fff301;
  /*hover color*/
}

.pagination .current {
  padding: 6px 9px 5px;
  color: #fff;
  background: #fff301 none repeat scroll 0 0;
}



/*--------------------------------------------------------------
12.5 Pages
--------------------------------------------------------------*/

.page .post-thumbnail {
  float: left
}

.page .post-thumbnail img {
  margin-right: 15px
}


/* 404 page */

.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form, .search .page-content .search-form {
  margin-bottom: 3em;
}


/*--------------------------------------------------------------
12.6 Footer
--------------------------------------------------------------*/

.site-footer {
  padding:10px;
  background-color: #232323;
}

.site-info, .site-info a {
  color: #fff;
  box-shadow: none;
  padding: 5px 0;
  font-size: 11px
}

.site-info a:hover {
  color: #fff
}


/* Back to top */

.scrollup {
  position: fixed;
  z-index: 1;
  right: 0px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  display: none;
  text-indent: -9999px;
  background: url('https://d2isblg909whrf.cloudfront.net/themes/lkcm/wpb-top2.png') no-repeat;
}


/*--------------------------------------------------------------
13.0 Comments
--------------------------------------------------------------*/

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list, .comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments, .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}


/*--------------------------------------------------------------
14.0 Widgets
--------------------------------------------------------------*/

.hide-title .widget-title {
  display: none
}

.hide-title .sidebar-title-outer {
  display: none
}

  
#secondary {
  padding: 1em 0 2em;
}

.widget {
  padding-bottom: 1.5em;
}

.title-outer {
  border-bottom:0px solid #000;
  margin-bottom: .5em;
  padding-top:0;
  background:#00b6f1

}

h2.widget-title {
  color: #000;
  font-size: 24px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  margin-left: .3em;
  margin-bottom:0;
  text-transform: uppercase;
}



.widget-title a {
  color: inherit;
  box-shadow:none!important
}

.sidebar-title-outer {
  border-bottom:0px solid #000;
  margin-bottom: .5em;
  padding-top:0;
  background:#00b6f1
  }

h2.sidebar-widget-title {
  color: #000;
  font-size: 24px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  margin-left: .3em;
  margin-bottom:0;
  text-transform: uppercase;
}

.sidebar-widget-title a {
  color: inherit;
}

#widget-adv-location-6 {
  Padding-Top: 0px;
  Padding-Bottom: 50px;
}

/* widget forms */

.widget select {
  width: 100%;
}


/* widget lists */

.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}

.widget ul li+li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}


/* Widget lists of links */

.widget_top-posts ul li ul, .widget_rss_links ul li ul, .widget-grofile ul.grofile-links li ul, .widget_pages ul li ul, .widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li, .widget_top-posts ul li, .widget_top-posts ul li li, .widget_rss_links ul li, .widget_rss_links ul li li, .widget-grofile ul.grofile-links li, .widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}


/* widget markup */

.widget .post-date, .widget .rss-date {
  font-size: 0.81em;
}


/* Text widget */

.widget_text {
  word-wrap: break-word;
}


/* RSS Widget */

.widget_rss .widget-title a {
  box-shadow:none
}

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul {
  padding:0
}

.widget_rss ul li {
  padding: 1em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 20px!important;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
}

.widget_rss li a {
  color:#000
}

.widget_rss li a:hover {
  color:#fff301!important
}

.widget_rss .rss-date, .widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

.widget-fcc a {
  color:#fff301
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}


/* Recent Comments */

.widget_recent_comments table, .widget_recent_comments th, .widget_recent_comments td {
  border: 0;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
  display: block;
}


/* Search */

.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/* ---------------------------------- * $WIDGET SENDPRESS FORM
  \*------------------------------------*/
  .widget-signup .form-wrap {
      width:80%;
  }
  .widget-signup .sendpress-signup-form input[type="text"] {
      width: 80%;
      margin:0 auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
  }
  .widget-signup .submit {
      margin-top:0;
      padding:0;
  }
  .widget-signup .sendpress-submit  {
      margin:0 auto;
      display:block!important;
      -webkit-border-radius: 84px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      border-style:none;
      background:#000;
      color:#fff;
      font-size: 22px;
      line-height: 24px;
      font-family:'Roboto Slab';
      font-weight:400;
      text-transform:uppercase;
      padding: 10px;
  }
  .widget-signup .sendpress-submit:hover{
      background:#fff301;
      color:#fff;
  } 
  .widget-signup p {
      margin-bottom:10px;
      text-align:  center;
  }
.gdpr-class-sc-signup {text-align:center}

/* Medium devices (desktops, 600px and up) */

@media (min-width: 600px) {
  .widget-events li {
      padding-left: 0;
      padding-right: 0;
      margin: 0 25px;
      width: 40%;
      float: left
  }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  
.btn-concerts a {
  font-size: 2.0em;
}
    
}



/* Medium devices (desktops, 767px and below) */

@media (max-width: 767px) {
  #wpb-header-a {
    margin: 0 0 10px 0;
  }
}


/*--------------------------------------------------------------
15.0 Media
--------------------------------------------------------------*/

img, video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft, img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption, .gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}


/* Media Elements */

.mejs-container {
  margin-bottom: 1.5em;
}


/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}


/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover, .site-content .wp-playlist-light .wp-playlist-item:hover a, .site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}


/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover, .site-content .wp-playlist-dark .wp-playlist-item:hover a, .site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}


/* Playlist Style Overrides */

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a, .site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}


/* SVG Icons base styles */

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}


/*--------------------------------------------------------------
15.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Events Calendar Styles */

.tribe-mini-calendar td {
    background: #000;
    border-color: #fff;
    -webkit-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -ms-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -o-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.tribe-mini-calendar-event .list-date {
    float: left;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 2% 10px 0!important;
    padding: 3px;
    width: 35px!important;
    text-align: center;
    display: inline;
    background: #00b6f1 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
    background-color: #00b6f1!important;
}


.tribe-mini-calendar div[id*='daynum-'] a {
    display: block;
    text-decoration: none;
    padding: 5px 5px 15px 5px;
    position: relative;
    background: #00b6f1 !important;
}

.tribe-mini-calendar-event {
    border-bottom: 1px dotted #d2d2d2;
}

/*--------------------------------------------------------------
18.0 Media Queries
--------------------------------------------------------------*/


/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
.supermenu.supermenu--animated  {
    background: none;
}
.menu-title {
    opacity: 0;
  	display:none;
}

.listen-live a {
    margin-bottom: -70px;
    margin-top: 23px;
    z-index: 5000;
    position: absolute;
}
.listen-live h1 {
    margin-bottom: -70px;
    padding-top: 0px;
    margin-left: -92px;
}
.request-line h1 {
  font-size: 1.5em;
}
.request-line {
  margin-left:-50px;
  padding-top:25px;
  margin-bottom:-25px
}
.request-line a {
  z-index:5000;
  position: absolute;
  text-decoration:none;
}
.request-line-title {
  white-space:nowrap;
}
}

/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  h2.widget-title {
      font-size: 3.5rem;
  }
  h2.sidebar-widget-title {
      font-size: 3.5rem;
  }
  
.social-links {
    padding: 45px 0 15px 0;
}
  
  .social-link-item {
     margin: 0 5px;
  }
  .social-link-item img {
      width: 40px;
      margin: 0 auto;
  }
  
  .request-line h1 {
      font-size: 1.5em;
  }

  .listen-live-wrapper {
      width: 90%;
  }
  
  
  .listen-live {
      padding: 60px 0 0 0;
  }
  
  
  .listen-live h1 {
      font-size: 4.0em;
  }
  .list-title {
      font-size: 20px !important;
      font-size: 1.375rem;
      font-weight: 600;
      line-height: 1.4;
      color: #000 !important;
  }


  
  .social-links {
      padding: 5px 0 15px 0;
  }
  

}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .site-header {
      margin: 0;
      padding: 20px 0 10px 0
  }
  .social-link-item {
     margin:0 12px
  }
  .social-link-item img {
      max-width: 100%
  }
  .request-line h1 {
      font-size: 1.8em;
  }
  .listen-live {
      padding: 80px 0 0 0
  }
  .listen-live-wrapper {
      width: 300px;
      margin: 0 auto;
  }
  .listen-live h1 {
      font-size: 4.5em;
      margin-bottom: 0;
  }
}


/* Medium devices (desktops, 1024px and up) */

@media (min-width: 1024px) {
  .supermenu__desktop .supermenu__menu-items-ul>li {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 18px !important;
      padding-bottom: 18px !important;
  }

  .social-link-item {
	margin-right:5px;
  }
  
  .request-line h1 {
      font-size: 1.9em;
      line-height:1.5em
  }

}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .widget-on-air {
    margin-top: 0px;
  }

  .on_air {
    margin-top: 60px;
  }

  .logo {
    margin-top:20px;
  }

  .social-links {
      padding: 5px 0 0 0;
  }
  
  .social-link-item {
			margin:0 5px;
  }
  
  .request-line h1 {
      font-size: 2.4em;
      line-height:1.5em;
  }
  .listen-live {
      padding: 90px 0 0 0
  }
  
  .listen-live h1 {
      font-size: 5.5em;
      margin-bottom: 0;
  }
  
  .supermenu__desktop .supermenu__menu-items-ul>li {
      padding-left: 24px;
      padding-right: 24px;
  }

  #schedule-now .mic {
    display:block
  }
}

/********   Bootstrap Five Column Fix----------------------****/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
      width: 20%;
      float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
      width: 20%;
      float: left;
  }
}

.hidden-sm{
  display:inline!important;
}

.hidden-xs{
  display:inline!important;
}
.collapse {
    display: inline!important;
}

.nav-links {
    display:none; 
}

.page-template-default h1 {
   font-size: 3.5rem;
}

.article-meta {
  display:none!important;
}

.entry-meta {
  display:none!important;
}

#disqus_thread {
 display:none!important; 
}

@media(max-width: 568px) {
aside#widget-adv-location-15 {
    margin-top:250px;
}
}