  /*
Theme Name: KTFW Theme
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: 92.1 HANK FM
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: /languages/
*/


/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
.postid-69060 li.ecs-event{padding-bottom:40px}
.postid-69060 h4.entry-title.summary{line-height: 24px;}
.postid-69060 ul.ecs-event-list {margin-left: 0px!important;padding-left: 0em;!important}
li {list-style: none!important;}

.nav-links {
    display: none;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}


.page .episode .article-thumb, .post .episode .article-thumb{display:none}
.post .article-container, .page .article-container{width:100%}


.home .article-wrapper:hover{
opacity: .7;
}
/* Text meant only for screen readers. */

.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: 'Lato', 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;
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%;
}


:focus {
outline: none;
}


/* Typography for Arabic Font */

html[lang="ar"] body, html[lang="ar"] button, html[lang="ar"] input, html[lang="ar"] select, html[lang="ar"] textarea, html[lang="ary"] body, html[lang="ary"] button, html[lang="ary"] input, html[lang="ary"] select, html[lang="ary"] textarea, html[lang="azb"] body, html[lang="azb"] button, html[lang="azb"] input, html[lang="azb"] select, html[lang="azb"] textarea, html[lang="fa-IR"] body, html[lang="fa-IR"] button, html[lang="fa-IR"] input, html[lang="fa-IR"] select, html[lang="fa-IR"] textarea, html[lang="haz"] body, html[lang="haz"] button, html[lang="haz"] input, html[lang="haz"] select, html[lang="haz"] textarea, html[lang="ps"] body, html[lang="ps"] button, html[lang="ps"] input, html[lang="ps"] select, html[lang="ps"] textarea, html[lang="ur"] body, html[lang="ur"] button, html[lang="ur"] input, html[lang="ur"] select, html[lang="ur"] textarea {
font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6, html[lang="ary"] h1, html[lang="ary"] h2, html[lang="ary"] h3, html[lang="ary"] h4, html[lang="ary"] h5, html[lang="ary"] h6, html[lang="azb"] h1, html[lang="azb"] h2, html[lang="azb"] h3, html[lang="azb"] h4, html[lang="azb"] h5, html[lang="azb"] h6, html[lang="fa-IR"] h1, html[lang="fa-IR"] h2, html[lang="fa-IR"] h3, html[lang="fa-IR"] h4, html[lang="fa-IR"] h5, html[lang="fa-IR"] h6, html[lang="haz"] h1, html[lang="haz"] h2, html[lang="haz"] h3, html[lang="haz"] h4, html[lang="haz"] h5, html[lang="haz"] h6, html[lang="ps"] h1, html[lang="ps"] h2, html[lang="ps"] h3, html[lang="ps"] h4, html[lang="ps"] h5, html[lang="ps"] h6, html[lang="ur"] h1, html[lang="ur"] h2, html[lang="ur"] h3, html[lang="ur"] h4, html[lang="ur"] h5, html[lang="ur"] h6 {
font-weight: 700;
}


/* Typography for Chinese Font */

html[lang^="zh-"] body, html[lang^="zh-"] button, html[lang^="zh-"] input, html[lang^="zh-"] select, html[lang^="zh-"] textarea {
font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1, html[lang^="zh-"] h2, html[lang^="zh-"] h3, html[lang^="zh-"] h4, html[lang^="zh-"] h5, html[lang^="zh-"] h6 {
font-weight: 700;
}


/* Typography for Cyrillic Font */

html[lang="bg-BG"] body, html[lang="bg-BG"] button, html[lang="bg-BG"] input, html[lang="bg-BG"] select, html[lang="bg-BG"] textarea, html[lang="ru-RU"] body, html[lang="ru-RU"] button, html[lang="ru-RU"] input, html[lang="ru-RU"] select, html[lang="ru-RU"] textarea, html[lang="uk"] body, html[lang="uk"] button, html[lang="uk"] input, html[lang="uk"] select, html[lang="uk"] textarea {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1, html[lang="bg-BG"] h2, html[lang="bg-BG"] h3, html[lang="bg-BG"] h4, html[lang="bg-BG"] h5, html[lang="bg-BG"] h6, html[lang="ru-RU"] h1, html[lang="ru-RU"] h2, html[lang="ru-RU"] h3, html[lang="ru-RU"] h4, html[lang="ru-RU"] h5, html[lang="ru-RU"] h6, html[lang="uk"] h1, html[lang="uk"] h2, html[lang="uk"] h3, html[lang="uk"] h4, html[lang="uk"] h5, html[lang="uk"] h6 {
font-weight: 700;
line-height: 1.2;
}


/* Typography for Devanagari Font */

html[lang="bn-BD"] body, html[lang="bn-BD"] button, html[lang="bn-BD"] input, html[lang="bn-BD"] select, html[lang="bn-BD"] textarea, html[lang="hi-IN"] body, html[lang="hi-IN"] button, html[lang="hi-IN"] input, html[lang="hi-IN"] select, html[lang="hi-IN"] textarea, html[lang="mr-IN"] body, html[lang="mr-IN"] button, html[lang="mr-IN"] input, html[lang="mr-IN"] select, html[lang="mr-IN"] textarea {
font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1, html[lang="bn-BD"] h2, html[lang="bn-BD"] h3, html[lang="bn-BD"] h4, html[lang="bn-BD"] h5, html[lang="bn-BD"] h6, html[lang="hi-IN"] h1, html[lang="hi-IN"] h2, html[lang="hi-IN"] h3, html[lang="hi-IN"] h4, html[lang="hi-IN"] h5, html[lang="hi-IN"] h6, html[lang="mr-IN"] h1, html[lang="mr-IN"] h2, html[lang="mr-IN"] h3, html[lang="mr-IN"] h4, html[lang="mr-IN"] h5, html[lang="mr-IN"] h6 {
font-weight: 700;
}


/* Typography for Greek Font */

html[lang="el"] body, html[lang="el"] button, html[lang="el"] input, html[lang="el"] select, html[lang="el"] textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1, html[lang="el"] h2, html[lang="el"] h3, html[lang="el"] h4, html[lang="el"] h5, html[lang="el"] h6 {
font-weight: 700;
line-height: 1.3;
}


/* Typography for Gujarati Font */

html[lang="gu-IN"] body, html[lang="gu-IN"] button, html[lang="gu-IN"] input, html[lang="gu-IN"] select, html[lang="gu-IN"] textarea {
font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1, html[lang="gu-IN"] h2, html[lang="gu-IN"] h3, html[lang="gu-IN"] h4, html[lang="gu-IN"] h5, html[lang="gu-IN"] h6 {
font-weight: 700;
}


/* Typography for Hebrew Font */

html[lang="he-IL"] body, html[lang="he-IL"] button, html[lang="he-IL"] input, html[lang="he-IL"] select, html[lang="he-IL"] textarea {
font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1, html[lang="he-IL"] h2, html[lang="he-IL"] h3, html[lang="he-IL"] h4, html[lang="he-IL"] h5, html[lang="he-IL"] h6 {
font-weight: 700;
}


/* Typography for Japanese Font */

html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] h4, html[lang="ja"] h5, html[lang="ja"] h6 {
font-weight: 700;
}


/* Typography for Korean font */

html[lang="ko-KR"] body, html[lang="ko-KR"] button, html[lang="ko-KR"] input, html[lang="ko-KR"] select, html[lang="ko-KR"] textarea {
font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1, html[lang="ko-KR"] h2, html[lang="ko-KR"] h3, html[lang="ko-KR"] h4, html[lang="ko-KR"] h5, html[lang="ko-KR"] h6 {
font-weight: 600;
}


/* Typography for Thai Font */

html[lang="th"] h1, html[lang="th"] h2, html[lang="th"] h3, html[lang="th"] h4, html[lang="th"] h5, html[lang="th"] h6 {
line-height: 1.65;
font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body, html[lang="th"] button, html[lang="th"] input, html[lang="th"] select, html[lang="th"] textarea {
line-height: 1.8;
font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *, html[lang="ary"] *, html[lang="azb"] *, html[lang="haz"] *, html[lang="ps"] *, html[lang^="zh-"] *, html[lang="bg-BG"] *, html[lang="ru-RU"] *, html[lang="uk"] *, html[lang="bn-BD"] *, html[lang="hi-IN"] *, html[lang="mr-IN"] *, html[lang="el"] *, html[lang="gu-IN"] *, html[lang="he-IL"] *, html[lang="ja"] *, html[lang="ko-KR"] *, html[lang="th"] * {
letter-spacing: 0 !important;
}


/*--------------------------------------------------------------
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: #ff0000;
border: 0;
height: 5px;
margin: 0 0 0.8em 0;

}

.alpha-omega {
padding: 0
}

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

.alpha-omega {
padding: 0
}


/*--------------------------------------------------------------
7.0 Lists
--------------------------------------------------------------*/

ul, ol {
margin: 0 0 1.5em;
padding: 0;
}

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

li>ul, li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}

dt {
font-weight: 700;
}

dd {
margin: 0 1.5em 1.5em;
}


/*Ordered Lists*/

ol {
list-style: decimal;
margin-left: 1.5em;
padding-left: 4em;
counter-reset: line;
}

ol>li {
position: relative;
margin-bottom: 1.2em;
font-size: 16px;
line-height: 20px
}


/*Unordered Lists*/

ul {
list-style: Square;
margin-left: 1.5em;
padding-left: 4em;
}

ul>li {
position: relative;
margin-bottom: 1.0em;
font-size: 16px;
line-height: 20px;
list-style-type: square;
}


/* Most Popular List                    */

.list-cust .list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}

.list-cust .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.list-cust .list-group-item {
border-right: 0px;
border-left: 0px;
}

.list-group :not(:first-child) {
background-color: #EEE;
}

.list-group {
border-bottom:1px dashed #ccc
}

.list-group, .list-group h1 {
margin-bottom:12px;
}

.list-title {
font-size: 18px;
font-weight: 400;
color: #000;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}

.list-title a {
-webkit-box-shadow: none!important;
box-shadow: none!important;
color: #959595
}

.list-title a:hover {
text-decoration: none
}


/*--------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/

table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}

thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}

th {
padding: 0.4em;
text-align: left;
}

tr {
border-bottom: 1px solid #eee;
}

td {
padding: 0.4em;
}

th:first-child, td:first-child {
padding-left: 0;
}

th:last-child, td:last-child {
padding-right: 0;
}


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

a {
color: #FF0000;
text-decoration: none;
  outline: none;
}

a:focus {
outline: none;
}

a:hover, a:active {
color: #ffbb1a;
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;
}

.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: #FF0000;
-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);
}

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


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


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

.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: #FF0000;
border-color: #FF0000;
}


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

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

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


/* Secondary Navigation */

.secondary-nav {
list-style: none;
margin: 1;
padding: 0;
text-align: center;
font-size: 12px;
}

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

.secondary-nav li {
display: inline;
}

.secondary-nav a {
display: inline-block;
padding: 10px 5px;
color: #ff0000;
background:#000
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:#000
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000;
}

.dropdown-menu>li>a {
    color: #fff;
}

#menu-secondary-navigation {
position: absolute;
margin: 10px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
}


/*Custom Navigation*/

.custom-nav .widget {
padding-bottom: 0
}

.custom-nav {
padding: 20px 0
}

.custom-nav {
list-style: none;
text-align: center;
}

.custom-nav .widget ul {
padding: 0
}

.custom-nav .widget ul li {
border-style: none;
border-right: 1px solid #ddd;
padding: 0
}

.custom-nav .widget ul li:last-child {
border-right: 0px solid #000;
}

.custom-nav .widget ul li {
display: inline;
box-shadow: none;
}

.custom-nav .widget ul li a {
color: #FF0000;
padding: 0 10px;
box-shadow: none;
font-size: 1.5em
}

.custom-nav .widget ul li a:hover {
color: #000;
}


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

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


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

.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('http://d2isblg909whrf.cloudfront.net/themes/lkcm/page-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}

body {
background: #FFFFFF;
/* Fallback for when there is no custom background color defined. */
}

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

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

#page {
position: relative;
word-wrap: break-word;
}


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

.site-header {margin: 10px 0px -50px 0px;}

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

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

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

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

.request-line h1 {
font-size: 1.9em;
line-height:1.0em;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 0
}
.request-line a {
color:#000;
}
.request-line .widget {
padding-bottom: 0
}

.request-line .number {
clear: both
}

.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: #FF0000;
text-decoration: none;

}

.weblator-poll-container li
{
padding-bottom:10px
}

.weblator-poll-container li{
    padding-bottom:20px;
}

.convo {
margin-bottom:12px;
text-align: center;
font-size:18px
}

.social-mobile .social-link-item {
   margin:-50px 0px 50px 0px;
}

.social-link-item img {
    max-width:40px;
    padding:2px;
}

.social-mobile .social-links {
    display: flex;
    justify-content: center;
}

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

/*---	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);
border-top:1px solid rgba(255, 255, 255, 0.30);
}

#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);
border-top:1px solid rgba(255, 255, 255, 0.30);
}

#wpb-header-a .article-title h5 a {
font-size:14px;
line-height:16px;
font-weight:500;
color: #fff;
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
}


/* 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: 24px;
    line-height: 28px
}
#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: 15px;
}
#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%;
}
#wpb-header-a .article-container {
    position: absolute;
    bottom: 0;
    width: 96%;
}
}


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

.blog-posts li .article-wrapper {
background: #f1f1f1 !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;
}

.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: #000;
box-shadow: none
}

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

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

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

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

.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-right: 0;
    padding-left: 15px
}
.blog-posts li:nth-child(5) {
    padding-left: 0;
    padding-right: 15px
}
.blog-posts li:nth-child(6) {
    padding-right: 0;
    padding-left: 15px
}

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

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


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

@media (min-width: 992px) {
.blog-posts li .article-container {
    height: 235px;
}
.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: 0px;
}
.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: block;
font: normal 300 12px/22px "Lato";
color: #999;
padding: 0 0 10px 0;
}


/*The Wall Widget*/
.widget-wall {overflow:hidden}
.widget-wall .title-outer {margin-bottom:0}

.widget-wall:first-of-type .textwidget {
padding:5px 10px;
background:#202528;
color:#fff;
font-size: 1.5em;
line-height: 1.4em;
margin-top:0px;
}

.the-wall-app {
padding-bottom:0!important;
}


/* Contact Us Section */

.contact {
margin-top: -6em;
}

.contact-section {
padding: 60px 0 0 0;
}

.contact-section .widget-title {
color: #000;
text-align: left
}

.contact-section h3 {
font-size: 1.8em;
font-weight: 600;
line-height: 0.4em;
text-align: left;
padding-top: 0
}

.contact-section p {
font-size: 1.5em;
font-weight: 400;
line-height: 0.2em;
text-align: left;
padding-top: 0;
margin-bottom: 0.8em
}

.contact-us {
padding-top:15px;
padding-bottom:5em;
}


/* Responsive Google Map*/

.g-map {
margin-top: -2em;
}

.g-map .widget {
padding-bottom: 0
}


/* Prize Pick Up */

.cta {
padding: 80px 0 10px;
background: #fff
}

.widget-cta .title-outer {display:none}

.cta h3 {
color: #000;
font-size: 2.4em;
font-weight: 600;
line-height: 1.0em;
text-align: center;
padding-top: 0;
margin-bottom:10px
}

.cta p {
font-size: 2.1em;
font-weight: 400;
line-height: 1.2em;
text-align: center;
padding-top: 0;
margin-bottom: 0.8em
}


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


/* Awards Section */

.awards {
padding-top: 30px
}


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

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


/*Events Calendar Lists*/

.tribe-events-loop .tribe-events-event-image, .tribe-events-address, .tribe-events-gmap, .street-address, .locality, .region, .postal-code, .country-name, .adr, .delimiter, .tribe-events-read-more {
display: none;
}
.tribe-events-event-image {
display:initial !important;
}
#tribe-events-content .vevent {
margin-bottom: 10px!important;
padding: 10px 0px!important;
border-bottom: 1px dotted #d2d2d2!important
}

#tribe-events-content .vevent:last-of-type {
border-style: none!important;
}

#tribe-events-content .tribe-events-event-meta {
margin-bottom: 0!important;
}

#tribe-events-content .tribe-events-list .vevent.hentry h2 a {
font-size: 22px!important;
line-height: 20px!important;
box-shadow: none
}

#tribe-events-content .tribe-events-list .time-details {
line-height: 0.9;
font-size: 12px;
color: #888;
font-weight: 400;
}

#tribe-events-content .tribe-events-list .tribe-events-venue-details a {
font-weight: normal;
font-style: normal;
font-size: 20px;
}

.tribe-events-list .vevent.hentry h2 {

    font-family: Roboto Slab;
    font-weight: 600;
    font-size: 20px;
    color: #EA3600;
}




/*--------------------------------------------------------------
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 {
display: none;
}

.archive article {
margin-bottom: 1.5em
}

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

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


/* Post Lists */

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


/* WP Links */

.nav-links {
font-size: 1.5em;
font-weight: 700;
margin-bottom:10px
}

.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: #FF0000 none repeat scroll 0 0;
}

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

.pagination .current {
padding: 6px 9px 5px;
color: #000;
background: #ffbb1a 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;
}

#js-recent-posts-advanced-4 {
padding-top: 7px;
}

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

.site-footer {
padding: 5px 0;
background-color: #000;
height: 100px;
z-index:6000;
}

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

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


/* Back to top */

.scrollup {
position: fixed;
z-index: 1;
right: 0px;
bottom: 90px;
width: 50px;
height: 50px;
display: none;
text-indent: -9999px;
background: url('http://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/932/2018/01/11140953/back-to-top-a.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
--------------------------------------------------------------*/
/* Tribe events countdown */
.tribe-events-countdown-widget {
    display:flex;
    justify-content:center;}
.tribe-countdown-time {
    font-size: 17px;
}
.tribe-countdown-under {font-size:14px!important}
.tribe-countdown-text {display:none}


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

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


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

.widget {
padding-bottom: 6px;
}

.title-outer {
border-bottom:5px solid #ff0000;
margin-bottom: .5em;
padding-top: 90px;
}

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

.widget-title a {
color: inherit;
}

.sidebar-title-outer {background:#000; padding:5px}

h2.sidebar-widget-title {
color: #fff;
font-size: 20px;
font-size: 2.0em;
font-weight: 300;
margin-bottom: 0;
text-transform: uppercase;
}

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

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

/* 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 .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 li {
padding: 2.125em 0;
}

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

.widget_rss li .rsswidget {
font-size: 22px;
font-size: 1.375rem;
font-weight: 300;
line-height: 1.4;
}

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


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


/* Tag cloud widget */

.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud {
line-height: 1.5;
}

.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
float: left;
font-size: 14px !important;
/* !important to overwrite inline styles */
font-size: 0.875rem !important;
margin: 4px 4px 0 0 !important;
padding: 4px 10px 5px !important;
position: relative;
-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;
width: auto;
word-wrap: break-word;
z-index: 0;
}

.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus {
border-color: #bbb;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}


/* Calendar widget */

.widget_calendar th, .widget_calendar td {
text-align: center;
}

.widget_calendar tfoot td {
border: 0;
}


/* Events Lists Widgets */

.widget-events section {
background:#9A9A9A;
padding:30px
}

.widget-events {
padding-left: 0;
}

.widget-events li {
list-style-type: none
}

.widget-events li:first-child {
padding: 0;
margin: 0;
width: 100%;
}

.widget-events li:first-child .event-wrapper {
background: #fff;
margin-bottom: 0;
border-style: none
}

.widget-events li:first-child .event-thumb {
position: relative;
}

.widget-events li:first-child .event-thumb img {
box-shadow: none
}

.widget-events li:first-child .date {
position: absolute;
bottom: 0;
left: 0;
padding: 10px 20px;
text-align: center;
color: #fff;
background: #000;
}

.widget-events li:first-child .date .day {
font-size: 2.2em;
line-height: 1.0em;
font-weight: 400;
}

.widget-events li:first-child .date .month {
font-size: 2.5em;
line-height: 1.2em;
font-weight: 600;
text-transform: uppercase;
}

.widget-events li:first-child .event-content {
padding: 0 15px 15px;
}

.widget-events li:first-child .entry-title {
font-size: 2.8em;
font-weight: 500;
margin: 10px 0 0 0;
color: #000;
}

.widget-events li:first-child .entry-title a {
color: #000;
box-shadow: none
}

.widget-events li:first-child .entry-title a:hover {
color: #FF0000;
}

.widget-events li:first-child .when-where {
font-size: 1.6em;
color: #000;
display: block
}

.widget-events li:first-child .when-where .time {
display: none;
}

.widget-events li:first-child .location {
font-size: 1.4em;
line-height: 1.5em
}

.widget-events li:first-child .concert-info {
font-size: 1.0em;
line-height: 1.5em;
display: contents !important;
}

.widget-events li:first-child .read-more {
box-shadow: none;
font-size: 1.5em;
line-height: 2.5em;
display: block
}

.widget-events li:first-child .read-more a {
box-shadow: none
}


/* Children Styles */

.widget-events li {
padding-left: 0;
margin: 8px;
width: 100%;
float: none
}

.widget-events li .event-wrapper {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #d2d2d2
}

.widget-events li.event-thumb {
position: relative;
}

.widget-events li event-thumb img {
box-shadow: none
}

.widget-events li .date {
position: relative;
bottom: 0;
left: 0;
text-align: left;
color: #000;
}

.widget-events li .date .day {
font-size: 2.0em;
line-height: 1.3em;
font-weight: 400;
}

.widget-events li .date .month {
font-size: 2.5em;
line-height: 1.2em;
font-weight: 600;
text-transform: uppercase;
}

.widget-events li .event-content {
padding: 0;
}

.widget-events li .entry-title {
font-size: 1.8em;
line-height: 1.2em;
font-weight: 600;
margin: 0;
color: #000;
}

.widget-events li .entry-title a {
color: #000;
box-shadow: none
}

.widget-events li .entry-title a:hover {
color: #E93900;
}

.widget-events li .when-where {
font-size: 1.2em;
color: #999;
display: block
}

.widget-events li .concert-info {
font-size: 1.5em;
line-height: 1.4em
}

.widget-events li .when-where .time {
display: none
}

.widget-events li .location, .read-more {
display: none;
}


/* 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) {
.widget-events li:first-child {
    width: 33.3%;
    float: left
}

/* Children Styles */
.widget-events li {
    padding-left: 20px;
    padding-right: 0;
    margin: 0;
    width: 33%;
    float: left
}
.widget-events li .event-wrapper {
    margin-bottom: 30px;
}
.widget-events li .date .day {
    font-size: 1.4em;
    line-height: 1.3em;
}
.widget-events li .entry-title {
    font-size: 1.7em;
    line-height: 1.2em;
}
.widget-events li .when-where {
    font-size: 1.2em;
    line-height: 1.4em;
}
.widget-events li .concert-info {
    font-size: 1.4em;
    line-height: 1.5em
}
  
.concert-info {display:none}

/*The Wall Widget*/
.widget-wall {overflow:hidden; }
.widget-wall .title-outer {margin-bottom:0}

.widget-wall:first-of-type .textwidget {
padding:5px 10px;
background:#202528;
color:#fff;
font-size: 2.6em;
margin-top:0px;
}

.the-wall-app {
padding-bottom:0
}

.widget-wall iframe {
height: 450px;
width: 100%;
margin: 0 auto
}

.btn-concerts a {
font-size: 2.0em;
}



}



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

@media (max-width: 767px) {
.widget-wall iframe {
    height: 300px;
    width: 100%;
    margin: 0 auto
}
#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;
}


/*--------------------------------------------------------------
16.0 Customizer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
17.0 SVGs Fallbacks
--------------------------------------------------------------*/


/*--------------------------------------------------------------
18.0 Media Queries
--------------------------------------------------------------*/
/* Extra small devices (phones, less than 368px) */
@media (max-width: 468px) {

.widget-wall iframe {
    height: 0px;
    width: 100%;
    margin: 0 auto
}

}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
footer .container,.footer-banner .col-sm-12{padding: 0px!important}
.supermenu.supermenu--animated  {
  background: none;
}
.menu-title {
  opacity: 0;
  display:none;
}

.listen-live a {
  margin-bottom: -10px;
  margin-top: -35px;
  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: 0px;margin-bottom: 0px;margin-top: -34px;}
.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: 2.0rem;
}

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


}


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

@media (min-width: 992px) {
.site-header {
    margin: 10px 0 20px 0;
    padding: 20px 0 0 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: 4px;
    padding-right: 4px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.social-links {
}

.social-link-item {
    margin-right:18px;
}

.request-line h1 {
    font-size: 1.9em;
    line-height:1.5em
}
}

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

@media (min-width: 1200px) {
.social-links {
    padding: 70px 0 5px 0;
}

.social-link-item {
    margin:0 25px;
}

.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: 10px;
    padding-right: 16px;
}
}

@media (min-width: 768px) {
  
 
   .home #recent-posts-advanced-3 .article-wrapper figure.article-thumb img.wp-post-image{
max-height:197px!important;
    min-height:197px;
}
}
@media (min-width: 1024px) {
   .home #recent-posts-advanced-3 .article-wrapper figure.article-thumb img.wp-post-image{
max-height:168px!important;
     min-height:168px;
   }
}
@media (min-width: 1200px) {
  
  .home #recent-posts-advanced-3 .article-wrapper figure.article-thumb img.wp-post-image{
max-height:219px!important;
    min-height:219px;
  }
    
}
/********   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: ) {

}

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

 .convo {
   font-size:14px;

}
}

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

@media (min-width: 1200px) {
.col-lg-15 {
    width: 20%;
    float: left;
}
}
/*===================Front Page Comment Exclusion=====================*/
.article-meta .fa {
  display: none !important;

}
.comments {
   display: none !important;
}
/*============================ Hide Small Feature Image Inside Pages  ============================*/
img.alignleft, img.alignright {
  display: none !important;
}
/*================================  PLease do not remove, client wants Event locatons to appear on Homepage======================================*/
.location {
  display: contents !important;
}



/* 


*/

@media(max-width:480px) {
   #tribe-events {
       margin-top:-30px!important;
   }
}

#banner-ajax-div-37163-1 {
   display:none;
}
.term-concert #banner-ajax-div-37163-1 {
    display: block!important;
}

.ecs-event-list .duration {
  display: block;
}
ul.ecs-event-list{
 list-style: none !important;
}
li.ecs-event.concert_ecs_category.hanks-featured-concerts_ecs_category {
  list-style-type: none !important;
}