  /*
Theme Name:012 ITMWPB Child - PBPRT
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: ITMWPB 012 Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background
Text Domain: 012-itmwpb-child-pbprt
Template:012-itmwpb
*/

/* Child Theme Custom Styles */
/*=============================================================================*/
/*01. Reset Default Css*/
.wp-post-image-main .alignleft{float:unset!important}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a img, iframe, fieldset {
  border: none !important;
}

.entry-content img, .comment-content img, .widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full, img.size-large, img.header-image, img.artist-image, img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

embed, iframe, object, video {
  max-width: 100%;
  /* Make sure videos and embeds fit their containers */
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed scroll width */
}

code {
  white-space: normal;
  background: none;
}

/*-To fill the container and nothing else--------------------------*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

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

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

/*-Remove container/row padding------------------------------------*/
.alpha {
  padding-left: 0 !important;
}

.omega {
  padding-right: 0 !important;
}

.alpha-omega {
  padding: 0 !important;
}

/*-Word Break -----------------------------------------------------*/
.primary, .secondary {
  -ms-word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*-Alignments-----------------------------------------------------*/
.alignleft, img.alignleft {
  float: left;
  width: auto;
  height: auto;
  margin-top: 4px;
  margin-right: 24px;
}

.alignright, img.alignright {
  float: right;
  width: auto;
  height: auto;
  margin-top: 4px;
  margin-left: 24px;
}

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

img.alignright {
  margin: 0 0 6px 10px;
}

img.alignleft {
  margin: 0 10px 6px 0;
}

img.aligncenter {
  display: block;
  clear: both;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

img.alignnone {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.wp-caption {
  line-height: 18px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  background: #ffffff;
}

/*Start General Design*/
body {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  background: url("https://d2isblg909whrf.cloudfront.net/themes/grpf/site-bg-b.jpg") no-repeat fixed top center #000000;
  padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: normal;
}

h1, h1 a {
  font-size: 22px;
  line-height: 26px;
}

h2, h2 a {
  font-size: 20px;
  line-height: 24px;
}

h3, h3 a {
  font-size: 18px;
  line-height: 22px;
}

h4, h4 a, h5, h5 a, h6, h6 a {
  font-size: 14px;
  line-height: 22px;
}

p {
  margin-bottom: 15px;
}

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

/*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: none;
  margin-left: 0em;
  padding-left: 0em;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #a0935e;
  outline: none !important;
}

.touch a:hover {
  color: inherit;
}

.no-touch a:hover {
  color: #a0935e;
  text-decoration: none;
}

a, a:hover, a:focus, a:active, a:visited {
  outline: none !important;
  text-decoration: none;
  color: #534B29;
  font-weight: 500;
}

.clear {
  clear: both;
}

/*** Default Text Styling ***/
.entry h1, .entry h2 {
  margin-bottom: 10px;
}
.entry h3, .entry h4 {
  margin-bottom: 5px;
}
.entry ol, .entry ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.entry blockquote p {
  float: left;
  clear: both;
  padding-left: 10px;
  color: #ffffff;
  border-left: 3px solid #b92828;
}
.entry p {
  font-family: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22em;
  margin-bottom: 15px;
  color: #555;
  -webkit-font-smoothing: antialiased;
}
.entry p:last-child {
  margin-bottom: 0;
}
.entry ul li {
  list-style: disc;
}
.entry ol li {
  list-style: decimal;
}
.entry li {
  line-height: 24px;
  list-style-position: inside;
}

::selection, ::-moz-selection {
  background: #162482;
  /* WebKit/Blink Browsers */
  color: #fff;
}

.main-content {
  margin-top: 0;
}

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

.main-content-inner li:before {
  /* FontAwesome Unicode */
  color: #162482;
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
.main-content-inner ul {
  margin-bottom: 15px;
}

.sidebar ul {
  margin-bottom: 20px;
}

/* WP Links Button */
.nav-links {
  clear: both;
  padding-top: 25px;
}

.nav-previous {
  float: left;
  margin-right: 10px;
}

.btn-wp-links {
  background-color: #162482;
  border-color: #162482;
  margin-top: 15px;
  font-size: 0.8em;
  line-height: 1em;
}
.btn-wp-links :hover {
  background-color: #162482;
  border-color: #162482;
}
.btn-wp-links a {
  color: #ffffff;
}
.btn-wp-links a:hover {
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
}

/* Edit Links Button */
.btn-edit-link {
  background-color: #162482;
  border-color: #162482;
  margin-top: 15px;
  font-size: 0.8em;
  line-height: 1em;
}
.btn-edit-link a {
  box-shadow: none;
  color: #ffffff;
}
.btn-edit-link a:hover {
  color: #ffffff;
}

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

.wide-above-header {
  padding-top: 0;
  padding-bottom: 10px;
}

.position {
  position: relative;
}

.content-wrapper {
  padding-top: 20px;
}

.sister-logo {
  max-width: 150px;
  padding-top: 25px;
  margin: 50px 20px 10px 20px;
  padding-bottom: 25px;
}

.header-image {
  margin: 20px 0px 25px 0px;
}
/*************************************************************************
Brand Colors--------------------------------------Links, hover, background
**************************************************************************/
a, .color-brand {
  color: #162482;
}

.bg-brand {
  background-color: #FFF;
  background-image: url('https://dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/991/2018/06/07151016/Header-Microphone.jpg');
}
.footer-container .bg-brand {
  background-color: #b92828;
}
.border-secondary {
  border-color: #162482;
}

.hover-color-brand:hover {
  color: #162482;
}

.hover-bg-brand:hover {
  background-color: #162482;
}

/* Secondary color () */
.color-secondary {
  color: #b92828;
}

.bg-secondary {
  background-color: #b92828;
}

.border-secondary {
  border-color: #b92828;
}

.hover-color-secondary:hover {
  color: #b92828;
}

.hover-bg-secondary:hover {
  color: #b92828;
}

/* Light color (white) */
.color-light {
  color: #ffffff;
}

.bg-light {
  background-color: #ffffff;
}

.border-light {
  border-color: #ffffff;
}

.hover-color-light:hover {
  color: #ffffff;
}

.hover-bg-light:hover {
  background-color: #ffffff;
}

.hover-border-light:hover {
  border-color: #ffffff;
}

/* Dark color (light-grey) */
.color-light-grey {
  color: #4d4d4d;
}

.bg-light-grey {
  background-color: #4d4d4d;
}

.border-light-grey {
  border-color: #4d4d4d;
}

.hover-color-light-grey:hover {
  color: #4d4d4d;
}

.hover-light-grey:hover {
  background-color: #4d4d4d;
}

.hover-border-light-grey:hover {
  border-color: #4d4d4d;
}

/* Dark color (black) */
.color-dark {
  color: #000000;
}

.bg-dark {
  background-color: #000000;
}

.border-dark {
  border-color: #000000;
}

.hover-color-dark:hover {
  color: #000000;
}

.hover-bg-dark:hover {
  background-color: #000000;
}

.hover-border-dark:hover {
  border-color: #000000;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-respond {
  padding: 20px;
  border: 1px solid #4d4d4d;
  border-radius: 15px;
}

.comment-content a {
  word-wrap: break-word;
}

.comments-title, .comment-reply-title {
  margin: 40px 0 20px 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #4d4d4d;
  font-family: "";
}

ol.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment-author .avatar {
  margin-right: 25px;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
}

.comment-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-details {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4d4d4d;
}

.comment-details .reply {
  margin-top: 10px;
}

.comment-date a {
  font-size: 11px;
  margin-right: 10px;
  color: #4d4d4d;
}

#comments {
  clear: both;
  padding: 20px 0 0 0;
}

#commentform #comment {
  width: 100% !important;
}

#commentform #submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #4d4d4d;
  border: 1px solid transparent;
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #b92828;
  background-image: none;
}

#commentform #submit:hover {
  color: #4d4d4d;
  border-color: #000000;
  background-color: #ffffff;
}

/*--------------------------------------------------------------
WP Default Gallery Styles
--------------------------------------------------------------*/
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  max-width: 100%;
}

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

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

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/*-------------------------------------------------------------
Pagenation
--------------------------------------------------------------*/
.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: #ffffff;
  background: #b92828 none repeat scroll 0 0;
}
.pagination a:hover {
  text-decoration: none;
  color: #ffffff;
  background: none repeat scroll 0 0 #162482;
  /*hover color*/
}
.pagination .current {
  padding: 6px 9px 5px;
  color: #ffffff;
  background: #162482 none repeat scroll 0 0;
}

/*-- -----------------------------------------------------------
Schedule Now A
--------------------------------------------------------------*/
#schedule-now-a {
  max-width: 300px;
  margin: 0 auto;
  border-left: 5px solid #162482;
}
#schedule-now-a .hentry {
  margin-bottom: 5px;
}
#schedule-now-a .item {
  padding: 0;
}
#schedule-now-a .item .link-text {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  display: block;
  margin: 10px 0;
  color: #ffffff;
}
#schedule-now-a .item .link-text :hover {
  color: #162482;
}
#schedule-now-a h3 {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
#schedule-now-a .show-excerpt {
  margin-top: 10px;
}
#schedule-now-a .on-air-excerpt p {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#schedule-now-a .show-social-link {
  padding: 4px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#schedule-now-a .show-social-link :hover {
  background: #ffffff;
}
#schedule-now-a .show-social-link img {
  width: 25px;
  margin: 2px 0 5px 0;
}
#schedule-now-a .show-social {
  padding-top: 3px;
}

/*-- -----------------------------------------------------------
Schedule Now B
--------------------------------------------------------------*/
/*On Air Now*/
#schedule-now-b {
  background: #162482;
  margin-bottom: 1px;
  padding-top: 0px;
  max-width: 300px;
  margin: 0 auto 1px;
}
#schedule-now-b .hentry {
  margin: 0;
  padding: 0;
}
#schedule-now-b .h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
}
#schedule-now-b .show-header {
  padding: 4px 10px;
  background: #162482;
  color: #ffffff;
  font-family: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}
#schedule-now-b .show-header span {
  margin: 0 10px;
}
#schedule-now-b .show-header .h3 {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
}
#schedule-now-b .fa-microphone-up {
  font-size: 28px;
  line-height: 40px;
}
#schedule-now-b .link-text {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #ffffff;
}
#schedule-now-b .show-excerpt {
  padding: 5px 0 0;
}
#schedule-now-b .show-excerpt p {
  margin: 0;
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 0;
}
#schedule-now-b .show-social {
  margin-top: 2px;
}

/*On Air Next*/
#schedule-next-b {
  background: #162482;
  padding-top: 0px;
  max-width: 300px;
  margin: 0 auto 5px;
}
#schedule-next-b h3 {
  margin-top: 0;
  margin-bottom: 0;
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
}
#schedule-next-b .hentry {
  padding: 0;
  margin: 0;
}
#schedule-next-b .show-header {
  padding: 2px 10px;
  background: #162482;
  color: #ffffff;
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#schedule-next-b .show-header span {
  margin: 0 5px;
}
#schedule-next-b .show-header h3 {
  font-size: 16px;
  line-height: 22px;
}
#schedule-next-b .link-text {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #ffffff;
}

/*-- -----------------------------------------------------------
Schedule Now C
--------------------------------------------------------------*/
#schedule-now-c .hentry {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 300px;
}
#schedule-now-c .personality {
  z-index: 0;
}
#schedule-now-c .personality img.wp-post-image {
  margin-bottom: 0;
}
#schedule-now-c .on-air-top {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 0px;
  opacity: 0.9;
  background: #162482;
}
#schedule-now-c .schedule-now h3 {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}
#schedule-now-c .listen {
  margin-top: 0px;
  background: #000000;
}
#schedule-now-c .on-air-bottom {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  margin-left: 0px;
  opacity: 0.9;
  background: #b92828;
}
#schedule-now-c .the-excerpt {
  text-align: left;
  margin-top: 5px;
  color: #ffffff !important;
}
#schedule-now-c .link-text {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #ffffff;
}
#schedule-now-c .link-text :hover {
  color: #b92828;
}
#schedule-now-c .on-air-excerpt p {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  margin: 0px 0px 5px;
  color: #ffffff;
  text-align: left;
}
#schedule-now-c .s-icon {
  padding: 20px 0;
  text-align: right;
}
#schedule-now-c .show-social-link {
  margin-right: 5px;
}
#schedule-now-c .show-social-link :hover {
  opacity: 0.8;
}

/********  Listen Live------****/

.listen-live-block-stations img, .listen-live-block-shows img {
    /* background-color: #162482; */
    border-radius: 3px;
}

#schedule-now-c h3 {
  color: #162482;
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
#schedule-now-c .listen {
  background: #b92828 none repeat scroll 0 0;
  margin-top: 0;
}
#schedule-now-c .listen :hover {
  background: #b92828;
  opacity: 0.8;
}
#schedule-now-c .fa-volume-up {
  color: #ffffff;
  font-size: 23px;
}
#schedule-now-c .live-link {
  color: #ffffff;
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
#schedule-now-c .live-link :hover {
  color: #b92828;
}

/*-- -----------------------------------------------------------
Entry Titles
--------------------------------------------------------------*/
.entry-title a {
  color: #162482;
  font-weight: 500;
}
.entry-title a :hover {
  color: #b92828;
}
.widget_wpbrpw_super .entry-title > a:hover
{
    color: #b92828;
}

/*--------------------------------------------------------------
Meta
--------------------------------------------------------------*/
.article-meta {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #162482;
  padding: 5px 0;
}
.article-meta span {
  margin-right: 3px;
}
.article-meta .fa {
  font-size: 11px;
  margin-right: 3px;
}
.article-meta a {
  color: #162482;
}
.article-meta a :hover {
  color: #b92828;
}

.author {
  color: #162482;
}

.edit-post {
  margin: 10px 0;
}

/*--------------------------------------------------------------
Pages / Posts
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.2em;
  padding-bottom: 0.2em;
}

.article-container h1 {
  margin: 0;
}

.entry-header {
  margin: 10px 0;
}

.entry-content {
  margin: 10px 0;
}

.entry-summary span {
  font-size: 14px;
}

.single .entry-title {
  font-size: 30px;
  line-height: 35px;
}

/*--------------------------------------------------------------
Post Format
--------------------------------------------------------------*/
.show-content {
  padding-top: 15px;
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.archive .entry-thumbnail {
  float: left;
  margin-right: 10px;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.widget {
  margin: 15px 0;
}

.sidebar-section-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  padding: 2px 0;
}
.sidebar-section-title a {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  padding: 2px 0;
  color: #162482;
}
.sidebar-section-title a:after {
  font: normal 600 16px/26px "Titillium Web", Arial, Helvetica, sans-serif, FontAwesome;
  text-transform: none;
  transition: all 0.6s ease-in-out 0s;
  color: #b92828;
  float: right;
}
.sidebar-section-title a:hover:after {
  color: #b92828 !important;
}

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

/* Sidebar Navigation */
.widget-sidebar ul {
  padding: 0;
}
.widget-sidebar li {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  padding: 10px 2px;
  border-bottom: 1px dotted #ffffff;
  display: block !important;
}
.widget-sidebar li :last-child {
  border-bottom: 0;
}
.widget-sidebar li a {
  color: #b92828;
}
.widget-sidebar li a :hover {
  color: #162482;
}

.secondary .widget-sidebar {
  margin-bottom: 10px;
}

/********   Widget Titles--------------------------****/
.section-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #162482;
  padding: 2px 0;
}
.section-title a {
  color: #162482;
  font-weight: 600;
  font-size: 20px;
}
.section-title a :hover {
  color: #b92828;
}

.title-outer {
  padding: 2px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}

.sidebar-title-outer {
  padding: 4px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}

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

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

.sponsored {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
}

/*** Ordered list styles ***/
.secondary li {
  margin: 0 0 20px 0;
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
}
.secondary a {
  font-size: 16px;
  line-height: 14px;
}
.secondary a :hover {
  color: #b92828;
}
.secondary ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
}
.secondary ol li {
  position: relative;
  padding-left: 34px;
  min-height: 34px;
}
.secondary ol li :before {
  content: counter(li);
  counter-increment: li;
  color: #fff;
  background: #232323;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*** Sendpress Widget styles ***/
.wpb-sendpress {
  margin-bottom: 20px;
  background-color: #534b29;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.wpb-sendpress h3 {
  color: #162482;
}
.wpb-sendpress p {
  color: #ffffff;
}
.wpb-sendpress .sendpress-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #162482;
  color: #ffffff;
}
.wpb-sendpress .sendpress-submit :hover {
  background: #b92828;
  color: #b92828;
}
.wpb-sendpress p.submit {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
Widget Styles
--------------------------------------------------------------*/
/********   Tabs-------------------------------------------****/
.wpbtabs li a {
  font-size: 20px;
  font-weight: 400;
}
.wpbtabs .tab-content {
  padding: 5px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/********   Single show styles------------------------------****/
.show-times {
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
}

/********   Copyright------------------------------****/
.copyright {
  font-size: 13px;
  text-align: center;
  padding: 20px 0;
  color: #000;
}
.copyright a {
  color: #000;
}
.copyright a :hover {
  color: #b92828 !important;
}

.secondary-nav li {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
}
.secondary-nav li a :hover {
  color: #b92828;
}

.error-404 {
  padding: 40px;
}

#colophon {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-section-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  text-transform: Uppercase;
  margin-top: 25px;
  color: #b92828;
}

.footer-container {
  /* padding-bottom: 50px; */
}

/***************************************************************
--------------------------- Site Styles------------------------*
****************************************************************/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("https://d2isblg909whrf.cloudfront.net/themes/lkcm/page-loader.gif") 50% 50% no-repeat #f9f9f9;
}

.site-wrapper {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/********   Masthead----------------------------------------****/
.site-social {
  text-align: left;
}

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

/********   Site Logo /On Air / Listen Live-----****/
.logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 35px;
}

.logo-fix-c {
  margin: 6px 10px 0px 10px !important;
}

.listen-live {
  text-align: center;
}

.live img {
  margin: 15px auto 10px auto;
}

.schedule-now {
  max-width: 280px;
  margin: 0 auto;
}

.show-host {
  width: 75px;
  padding: 0;
}

.show-info {
  padding: 0 5px;
}

.show-info h1 {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.first-word {
  padding: 0 5px 0 18px;
  margin-right: 1px;
}

.second-word {
  padding: 0 18px 0 5px;
  margin-right: 1px;
}

.host-name {
  padding: 0 4px;
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
}

.show-excerpt p {
  padding: 0 4px;
  font: normal 300 16px/24px "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #ffffff;
}

/********   Super Menu----------------------------****/
.supermenu__desktop .supermenu__menu-items-ul > li > .sub-menu > li {
  border-bottom: 1px dotted;
  list-style-type: none;
}

.supermenu__desktop .supermenu__menu-items-ul > li > .sub-menu > li:last-child {
  border-style: none;
}

.supermenu__desktop .supermenu__menu-items-ul > li {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.supermenu__mobile .supermenu__menu-items-ul > li {
  margin-left: 15px;
}

.menu-title {
  width: 90% !important;
  padding-top: 16px;
}

/********   Slider----------------------------------------****/
#wpb-slider-308, .wpbsl-slide {
  max-width: 100% !important;
  margin: 0 auto;
}

.wpbsl-slide .slide-content {
  padding: 20px 20px !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.wpbsl-slide .entry-title {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #fff !important;
}

/********   WPB Blog Layout Pre-sets ------------------****/
.blog-posts .wpbs-recent-posts-list {
  padding: 0px 15px;
}

.widget_wpbrpw_super .btn-read {
  background-color: #b92828;
  color: #ffffff;
  transition: ease-in-out all 0.5s;
  border-radius: 3.4px;
}

.widget_wpbrpw_super .btn-read:hover {
  background-color: #162482;
  color: #162482;
}

.widget_wpbrpw_super .btn-read a {
  color: #ffffff;
}

.widget_wpbrpw_super .btn-read a:hover {
  color: #ffffff;
}

.widget_wpbrpw_super .post-cat {
  background-color: #162482;
}

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

/*Pre Set A - Headline*/
.post-preset-a header {
  margin-bottom: 5px;
}

/*Pre Set B - Standard Layout*/
.post-preset-b figure {
  float: left;
}
.post-preset-b figure img {
  margin: 0 10px 10px 0;
}
.post-preset-b h2 {
  margin: 0;
  line-height: 20px;
}
.post-preset-b .entry-summary {
  display: none;
}

/*Pre Set C Two Column */
.post-preset-c {
  margin-bottom: 5px;
}
.post-preset-c .article-wrapper {
  height: auto;
}
.post-preset-c h2 {
  margin: 0;
  line-height: 22px;
}
.post-preset-c a {
  color: #162482;
}
.post-preset-c a :hover {
  color: #162482;
}
.post-preset-c .article-container {
  padding-top: 10px !important;
  height: 150px;
  background: #162482;
}
.post-preset-c .entry-title {
  color: #ffffff;
}
.post-preset-c .entry-title a {
  color: #162482;
}
.post-preset-c .entry-title a :hover {
  color: #ffffff;
}
.post-preset-c .entry-summary {
  color: #ffffff;
}

/*Pre Set E - Magazine */
.post-preset-e h2 {
  margin: 0;
  line-height: 20px;
}
.post-preset-e :first-child .entry-title a {
  font-size: 20px;
}
.post-preset-e .entry-title a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 6000;
}

/*Pre Set F - Masonary */
.masonry-brick h2 {
  margin: 0;
  line-height: 12px;
}
.masonry-brick .entry-title {
  margin-bottom: 10px;
}
.masonry-brick .entry-title a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.masonry-brick .btn-default {
  background: #162482;
  border-color: #162482;
  color: #ffffff;
}
.masonry-brick .btn-default :hover {
  background: #b92828;
  border-color: #b92828;
}

/*Pre Set G - Masonary */
.post-preset-g .entry-title, .entry-summary {
  padding: 5px 0;
}

/********   WPB RSS------------------------------------****/
.rss-widget-icon {
  display: none;
}

.widget_rss .section-title:after {
  /* FontAwesome Unicode */
  color: #a0935e;
  font-family: "FontAwesome";
  margin-left: -1.3em;
  /* same as padding-left set on li */
  float: right;
  color: orange;
}
.widget_rss ul {
  padding: 0;
  margin-left: 10px;
}
.widget_rss li {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #4d4d4d;
}
.widget_rss li :last-of-type {
  border-style: none;
}
.widget_rss li a {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #162482;
}
.widget_rss li a :hover {
  color: #b92828;
}
.widget_rss li .rssSummary {
  display: none;
}

/*********************************************************************
/*----------------------- Custom Styles------------------------------*
**********************************************************************/
.header {
  margin-bottom: 0px;
}
.header .header-image {
  margin-bottom: -2.5em;
  margin-top:-1em;
}
.item-1a {
  margin-top: 0px
}

.item-1b {
  margin-top: 0px
}

.item-2a {
  margin-top: 0px
}

.item-2b {
  margin-top: 0px
}

.item-3a {
  margin-top: 0px
}

.item-3b {
  margin-top: 0px
}

.item-4a {
  margin-top: 0px
}

.item-4b {
  margin-top: 0px
}

#tribe-events-pg-template {
  padding: 0 15px;
}

.wu-wrapper {

  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.wide-under-navigation {
  margin-top: 15px;
}
/********   Splash Page---------------------------------****/
.splash {
  background: #000000;
}

.splash-logo {
  margin: 60px 0 25px 0;
}

.splash-on-air .schedule-now {
  max-width: 280px;
  margin: 0;
}

.splash-content h1 {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #162482;
}

/********   WPB Poll---------------------------------****/
.wpb-poll .title-outer {
  display: none;
}
.wpb-poll .panel-default {
  box-shadow: none;
}
.wpb-poll .panel, .wpb-poll .panel-heading, .wpb-poll .panel-footer {
  border-style: none !important;
}
.wpb-poll .panel-heading, .wpb-poll .panel-footer {
  background: #ffffff !important;
}
.wpb-poll .panel-heading h3 {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #162482;
}
.wpb-poll .weblator-poll-container label {
  font-weight: 300;
}
.wpb-poll ul li {
  font-size: 14px;
  color: #b92828;
  border-style: none;
}

/********   Event list Style--------------------------------****/
.tribe-events-list-widget ol {
  padding: 0;
  margin: 0;
}
.tribe-events-list-widget ol li {
  margin-bottom: 10px;
}
.tribe-events-list-widget .entry-title a {
  font-size: 18px;
  color: #162482;
}
.tribe-events-list-widget .date-start {
  font-size: 15px;
  color: #162482;
}

/********   Event Mini list Style--------------------------------****/
.tribe-mini-calendar-list-wrapper .hentry {
  margin: 0 0 10px 0;
}

.tribe-mini-calendar-event {
  border-bottom: 1px dotted #4d4d4d !important;
}
.tribe-mini-calendar-event .list-info {
  font-size: 13px !important;
  color: #4d4d4d !important;
}
.tribe-mini-calendar-event .list-info a {
  color: #162482;
}
.tribe-mini-calendar-event .list-info a :hover {
  color: #b92828;
}
.tribe-mini-calendar-event .list-info h2 {
  margin-bottom: 5px !important;
}
.tribe-mini-calendar-event .list-info h2 a {
  font: normal 500 20px/24px "Lato", Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
  color: #162482;
}
.tribe-mini-calendar-event .list-info h2 a :hover {
  color: #b92828;
}
.tribe-mini-calendar-event .list-data {
  margin: 10px 3% 10px 0 !important;
  padding: 6px 4px !important;
  background: #162482 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.tribe-mini-calendar-event .list-date .list-dayname {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font: #b92828;
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background: #162482 !important;
}

.tribe-mini-calendar-wrapper {
  margin-bottom: 10px;
}

.btn-events {
  color: #ffffff;
  background-color: #b92828;
  border-color: #b92828;
  transition: ease-in-out all 0.5s;
}
.btn-events:hover {
  color: #ffffff;
  background-color: #162482;
  border-color: #162482;
}
.btn-events a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}

/********   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;
  }
}
/*--------------------------------------------------------------
Back to Top Button
--------------------------------------------------------------*/
.scrollup {
  position: fixed;
  z-index: 1;
  right: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  display: none;
  text-indent: -9999px;
  background: url("https://d2isblg909whrf.cloudfront.net/social-icons/wpb-top.png") no-repeat;
}

.hide-btn {
  background: #162482;
  color: #ffffff;
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 10000;
  padding: 0px 10px 2px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.hide-btn :hover {
  cursor: pointer;
  background: #b92828;
}

.flex-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-item {
  margin: auto 15px;
}

.widget-stations {
  margin: auto 10px;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
@media (min-width: 414px) {
  .hide-btn {
    top: -210px;
  }
}
@media (min-width: 568px) {
  .hide-btn {
    top: -230px;
  }
}
/* Small devices (tablets, 600px and up) */
@media (min-width: 600px) {
  .post-preset-b .entry-summary {
    display: block;
  }

  /*Pre Set E*/
  .post-preset-e figure {
    width: 150px;
  }

  .post-preset-c .article-container {
    height: 100px;
  }

  .hide-btn {
    top: -235px;
  }
}
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hide-btn {
    top: 0;
  }

  .wide-above-header {
    padding-top: 8px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /********   Banners-----------------------------------------****/
  .adv-banner img {
    max-width: 100%;
    margin: 0 auto;
  }

  .content-right {
    padding-left: 10px;
  }

  /********   Right Column-------------------------------------****/
  .secondary {
    max-width: 320px;
    margin-left: 0px;
  }

  .supermenu__desktop .supermenu__menu-items-ul > li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .post-preset-c:nth-of-type(1) {
    padding-left: 0;
  }

  .post-preset-c:nth-of-type(2) {
    padding-right: 0;
  }

  .post-preset-c:nth-of-type(3) {
    padding-left: 0;
  }

  .post-preset-c:nth-of-type(4) {
    padding-right: 0;
  }

  .post-preset-c:nth-of-type(5) {
    padding-left: 0;
  }

  .post-preset-c:nth-of-type(6) {
    padding-right: 0;
  }

  .post-preset-c:nth-of-type(7) {
    padding-left: 0;
  }

  .post-preset-c:nth-of-type(8) {
    padding-right: 0;
  }

  .post-preset-c:nth-of-type(9) {
    padding-left: 0;
  }

  .post-preset-c:nth-of-type(10) {
    padding-right: 0;
  }

  .post-preset-c .article-container {
    height: 160px;
  }
}
/* Medium devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  .supermenu__desktop .supermenu__menu-items-ul > li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .supermenu__desktop .supermenu__menu-items-ul > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*# sourceMappingURL=style.css.map */

.wp-admins .modal-backdrop.in {
    display:none!important
}