/*
	Theme Name: KYKN
	Theme URI: http://kykn.com/
	Description: 1430 AM - KYKN
	Version: 1.0.0
*/

/* global box-sizing */
*, *:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
    height: 100%;
	position: relative;
}

body {
	margin: 0;
	background-color: #fff;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 100%;
	color: #444;
}

.js body {
	opacity: 0;
    -webkit-transition: opacity .2s ease-in;
       -moz-transition: opacity .2s ease-in;
        -ms-transition: opacity .2s ease-in;
         -o-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
}

.js body.fadein {
	opacity: 1;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom:1;
}

.clear-fix {
	clear: both;
}

p {
	margin-bottom: 1.2em;
	line-height: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited {
	color: #c90000;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#content a:hover,
#content a:focus {
	text-decoration: underline !important;
}

.clear {
	clear: both;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

iframe {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}

iframe.wp-embedded-content {
	vertical-align: bottom;
	width: 100%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 1em;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}

.youtube-player:last-child,
.video-container:last-child {
	margin-bottom: 0;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.embed-content #fb-root + p {
	margin-bottom: 0;
}

strong, b, strong *, b * {
	font-weight: bold !important;
}

em, em * {
	font-style: italic !important;
}

button span{
    position: relative;
}

/*------------------------------------*\
    ALERT MESSAGES
\*------------------------------------*/

.alert-message {
    text-align: center;
    padding: 30px;
    font-size: 20px;
    background-color: #FFF4F4;
    color: #c10000;
    font-weight: 600;
    z-index: 90;
    position: relative;
    border-bottom: 5px solid #c10000;
}

/*------------------------------------*\
    CLEAR FLOATS
\*------------------------------------*/

.container:after, #top-bar-wrap:after, #top-bar-wrap ul:after, #logo-area:after, #main-nav ul:after, #content:after, .entry-content:after, .blocks-container:after, #posts-wrap:after, .wp-pagenavi:after, .share-wrap:after, ul.sponsors:after, article.post:after, article.podcast:after, article.search-item:after, .block-inside:after, .forecast-wrap:after, .forecast-items:after, .weather-wrap:after, .weather-items:after {
	content: "";
	display: table;
	clear: both;
}

/*------------------------------------*\
    ACCESSIBILITY ITEMS
\*------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#skipnav a {
    padding: 6px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #b20e0e;
    -webkit-transition: top .1s ease-out, background .2s linear;
    transition: top .1s ease-out, background .2s linear;
    z-index: 100;
}

#skipnav a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .2s linear;
    transition: top .1s ease-in, background .2s linear;
}

/*------------------------------------*\
    CONTAINERS
\*------------------------------------*/

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1, h2, h3, h4 ,h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

.page-title {
	font-size: 42px;
	line-height: 46px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

h2.post-preview-title {
    font-weight: bold;
    font-size: 26px;
	line-height: 30px;
}

.block-wrap h2.post-preview-title {
    margin-bottom: 0;
}

.entry-content h1 {
	font-size: 38px;
	line-height: 42px	
}

.entry-content h2 {
	font-size: 32px;
	line-height: 36px	
}

.entry-content h3 {
	font-size: 28px;
	line-height: 32px	
}

.entry-content h4 {
	font-size: 24px;
	line-height: 28px	
}

.entry-content h5 {
	font-size: 20px;
	line-height: 24px	
}

.entry-content h6 {
	font-size: 18px;
	line-height: 22px	
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 20px 0;	
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;	
}

.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child {
	margin-bottom: 0;	
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header {
	width: 100%;
}

#top-bar {
	width: 100%;
	background-color: #000;
	color: #fff;
}

#top-bar-left {
	float: left;
}

#top-bar-right {
	float: right;
	margin-top: 10px;
}

#top-bar-left ul li, #top-bar-right ul li {
	display: inline-block;
	float: left;
}

#top-bar-left ul li a {
	padding: 10px 14px;
	display: block;
	border-right: 1px solid #444;
	color: #777;
}

#top-bar-right ul li {
	text-align: center;
	margin-left: 8px;
}

#top-bar-right ul li a {
	display: block;
    border-radius: 50%;
	color: #fff;
}

#top-bar-right ul li a i {
    font-size:  18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

#top-bar-right ul li a.facebook {
	background-color: #3b5998;
}

#top-bar-right ul li a.twitter {
	background-color: #55acee;
}

#top-bar-right ul li a.facebook:hover {
	color: #3b5998;
	background-color: #FFFFFF
}

#top-bar-right ul li a.twitter:hover {
	color: #55acee;
	background-color: #FFFFFF
}

#listen-live {
	float: left;
}

#listen-live a {
	display: block;
	color: #fff;
	background-color: #c90000;
	padding-left: 20px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	font-weight: bold;
}

.listen-live-text {
    position: relative;
    top: 2px;
}

#listen-live a:hover {
	background-color: #E80000;
}

#listen-live i {
	font-size: 35px;
	vertical-align: middle;
	margin-right: 8px;
	font-weight: normal;
}

#on-air {
    color: #fff;
    float: left;
    margin-left: 20px;
    margin-top: 11px;
}

#on-air-label {
	font-size: 12px;
	font-weight: bold;
}

#on-air-text {
	font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 240px;
}

#on-air-mobile {
    background-color: #fff000;
    color: #000;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
	border-top: 1px solid #e7d900;
	border-bottom: 1px solid #e7d900;
}

#on-air-mobile span {
    text-transform: uppercase;
    font-weight: bold;
}

#branding-wrap {
	width: 100%;
	background-image: url(//kykn.com/wp-content/uploads/2016/03/logo_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

#branding-wrap .container {
	position: relative;
}

#logo {
	float: left;
	margin: 20px 0;
}

#logo {
    float: left;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dotted #000;
}

#logo img {
	width: 227px;
	height: auto;
}

#logo-tagline {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #000;
    float: left;
    position: relative;
    top: 46px;
}

#top-widget {
    float: right;
	margin-top: 21px;
}

/*------------------------------------*\
    NAVIFATION
\*------------------------------------*/

#navigation {
	width: 100%;
	background-color: #c90000;
	color: #fff;
}

#main-nav ul li {
	list-style: none;
	float: left;
	position: relative;
}

#main-nav ul li.search-icon a i {
	line-height: 50px;
}

#main-nav > ul > li > a {
	color: #fff;
	display: block;
	border-right: 1px solid #E80000;
	text-transform: uppercase;
	font-weight: bold;
    padding: 15px;
    height: 100%;
    position: relative;
}

#main-nav > ul > li:first-child a {
	border-left: 1px solid #E80000;
}

#main-nav ul li a:hover {
	color: #fff;
	background-color: #E80000;
}

/* Dropdown Menus */

.js #main-nav ul li ul.sub-menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

#main-nav > ul > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    -moz-transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    position: absolute;
    text-align: left;
    top: 100%;
	left: 0;
    display: block;
    z-index: 999;
    background-color: #eaeaea;
    width: 260px;
    padding-top: 15px;
	padding-bottom: 15px;
	border-top: 3px solid #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 3px solid #ccc;
}

#main-nav > ul > li > ul.sub-menu.off-right {
    right: 0;
	left: inherit;
}

.no-js #main-nav > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

#main-nav ul.sub-menu li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ccc;
}

#main-nav ul.sub-menu li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

#main-nav ul.sub-menu li a {
    color: #444;
    display: block;
    font-weight: bold;
}

#main-nav > ul > li > ul.sub-menu > li:first-child > a,
#main-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
    border-top: none;
}

#main-nav ul.sub-menu li a:hover,
#main-nav ul.sub-menu li a:focus {
	text-decoration: underline;
	background: none;
}

#main-nav ul.sub-menu ul {
}

#main-nav ul.sub-menu ul li {
    padding-left: 0;
	padding-right: 0;
}

#main-nav ul.sub-menu ul li a {
    padding-left: 15px;
	position: relative;
}

#main-nav ul.sub-menu ul li a:before {
    content: "-";
	position: absolute;
	left: 0;
}

#main-nav ul.sub-menu ul.sub-menu ul.sub-menu {
	display: none;
}

/*------------------------------------*\
    MOBILE NAVIGATION
\*------------------------------------*/

#mobile-nav-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 115;
	overflow: hidden;
	background: rgba(255, 255, 255,.90);
	transform: translate(-100%);
	opacity: 0;
    -webkit-transition: opacity .3s ease-in;
       -moz-transition: opacity .3s ease-in;
        -ms-transition: opacity .3s ease-in;
         -o-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
}

#mobile-nav-bg.active {
	transform: translate(0);
	opacity: 1;
}

#mobile-nav-wrap {
	background-color: #000;
	height: 100%;
	position: fixed;
	left: -500px;
	z-index: 116;
	max-width: 500px;
	overflow: auto;
	width: 85%;
	top: 0;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: transform .3s ease;
	border-right: 3px solid #c90000;
}

#mobile-nav-wrap.active {
    -ms-transform: translateX(500px) !important;
    transform: translateX(500px) !important;
}

#mobile-nav-wrap #mobile-nav {
	position: relative;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
}

#mobile-close {
    display: block;
    text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

#mobile-close button.close {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: normal;
	height: 42px;
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	background: none;
	font-size: 20px;
}

#mobile-close button.close:hover,
#mobile-close button.close:focus {
    background-color: #fff;
	color: #000;
}

#mobile-nav > ul > li {
    float: none;
    border-bottom: 1px dotted #222;
}

#mobile-nav > ul > li a {
	height: inherit;
	line-height: inherit;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	display: block;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
	position: relative;
	padding: 10px;
}

#mobile-nav a {
	color: #fff;
}

#mobile-nav a:hover,
#mobile-nav a:focus {
	color: #999;
}

#mobile-nav > ul > li > ul.sub-menu {
    margin-bottom: 15px;
}

#mobile-nav ul li ul.sub-menu li a {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: none;
    font-weight: normal;
}

#mobile-nav ul.sub-menu ul.sub-menu {
    padding-left: 15px;
}

#mobile-nav a.active {
	color: #FF0;	
}

/*------------------------------------*\
    MAIN SEARCH
\*------------------------------------*/

#main-search {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	transform: translate(-100%);
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

#main-search.open {
	transform: translate(0);
	opacity: 1;
	visibility: visible;
}

#main-search input[type="search"] {
	position: absolute;
	height: 60px;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 800px;
	color: #fff;
	background: transparent;
	border-bottom: 2px solid #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 40px;
	font-family: inherit;
	text-align: center;
	outline: none;
	padding-bottom: 10px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-webkit-appearance: none;
	border-radius: 0;
}

#main-search button.close {
	position: fixed;
	top: 30px;
	right: 30px;
	opacity: 1;
	font-size: 20px;
	color: #000;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: none;
	background-color: #fff;
	cursor: pointer;
}

#main-search button.close:hover, #main-search button.close:focus {
	background-color: #F00;
	color: #fff;
}

/*------------------------------------*\
    MAIN SECTION
\*------------------------------------*/

#main {
	background-color: #000;
}

#main .container {
	background-color: #fff;
}

#content {
	padding-top: 40px;
	padding-bottom: 40px;
}

#full-width {
	width: 100%;
}

#left-column {
	float: left;
	width: 960px;
}

#right-column {
	float: right;
	width: 330px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

/*------------------------------------*\
    HOME PAGE BLOCKS
\*------------------------------------*/

.grid-sizer {
	width: 50%;
}

.blocks-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -1.2em -10px;
}

.full-block {
	width: 100%;
	margin-bottom: 1.2em;
	padding: 0 10px;
}

.half-block {
	width: 50%;
	margin-bottom: 1.2em;
	padding: 0 10px;
}

.block-inside {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
}


.block-wrap {
	font-size: 17px;	
}

.entry-content .block-wrap blockquote {
   padding: 20px 20px 20px 70px;
}

.entry-content .block-wrap blockquote:before {
    top: 20px;
    left: 20px;
}

.entry-content .block-wrap pre {
	padding: 20px;
}

.entry-content .block-wrap h1 {
	font-size: 34px;
	line-height: 38px	
}

.entry-content .block-wrap h2 {
	font-size: 26px;
	line-height: 30px	
}

.entry-content .block-wrap h3 {
	font-size: 24px;
	line-height: 28px	
}

.entry-content .block-wrap h4 {
	font-size: 22px;
	line-height: 26px	
}

/*------------------------------------*\
    POSTS PREVIEW
\*------------------------------------*/

#posts-wrap article.post,
#posts-wrap article.podcast,
#posts-wrap article.search-item {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

#posts-wrap article.sticky {
	padding: 15px !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
	position: relative;
}

.sticky-item {
    position: absolute;
    top: -15px;
    right: -15px;
}

.sticky-item i {
    height: 36px;
    width: 36px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    transform: rotate(25deg);
}

#posts-wrap article.post:first-child,
#posts-wrap article.podcast:first-child,
#posts-wrap article.search-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.preview-img-left {
	float: left;
	width: 33%;
}

.half-block .preview-img-left {
	width: 100%;
	margin-bottom: 20px;
}

.preview-img-left a {
	display: block;
}

.preview-img-element {
	padding-top: 180px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
  	background-position: center center !important;
	position: relative;
}

.half-block .preview-img-element {
	padding-top: 60%;
}

.preview-img-element span.preview-img-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	text-align: center;
}

.preview-img-element:hover span.preview-img-overlay {
	opacity: 1;
}

.preview-img-element span.preview-img-overlay i {
	top: 50%;
	position: relative;
	transform: translateY(30px);
	background-color: #fff;
	color: #2a2a2a;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

.preview-img-element:hover span.preview-img-overlay i {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%);
}

.post-preview-content {
    float: left;
    width: 67%;
    padding-left: 20px;
}

.half-block .post-preview-content {
    width: 100%;
    padding-left: 0;
}

.post-preview-content.no-thumbnail {
    float: left;
    width: 100%;
    padding-left: 0;
}

.post-preview-content .meta {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
}

.post-preview-content .meta span {
	font-weight: bold;
	color: #555;
}

.preview-excerpt {
	margin-top: 15px;	
}

#content .read-more a {
    padding: 8px 14px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background-color: #c90000;
    border: 2px solid #c90000;
    display: inline-block;
    margin-top: 15px;
}

#content .read-more a:hover,
#content .read-more a:focus {
    background-color: #fff;
    color: #c90000;
	text-decoration: none !important;
}

/*------------------------------------*\
    WP-PAGENAVI
\*------------------------------------*/

.wp-pagenavi {
	margin-top: 40px;
	text-align: center;
	padding-top: 32px;
	border-top: 1px solid #ccc;
}

.wp-pagenavi span {
	background-color: #000;
	border: medium none;
	color: #fff;
	display: inline-block;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
}

.wp-pagenavi a {
	background-color: #c90000;
	border: medium none;
	color: #fff;
	display: inline-block;
	margin-top: 8px;
d
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 3px;
}

#content .wp-pagenavi a:hover,
#content .wp-pagenavi a:focus {
	background-color: #E80000;
	text-decoration: none !important;
}

/*------------------------------------*\
    PAGE/POST
\*------------------------------------*/

.featured-image-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.meta-single {
	text-transform: uppercase;
	margin-bottom: 1.2em;
	font-size: 14px;
}

.meta-single span {
	font-weight: bold;
}

.entry-content blockquote {
    padding: 30px 30px 30px 90px;
    margin: 1.2em 0 1.2em 0;
    font-style: italic;
    background-color: #f5f5f5;
    border-radius: 3px;
	position: relative;
}

.entry-content blockquote:last-child,
.entry-content pre:last-child {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    content: "\f10e";
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #ccc;
    font-size: 30px;
}

.entry-content pre {
    padding: 30px;
    margin: 1.2em 0 1.2em 0;
    background-color: #000;
    border-radius: 3px;
	position: relative;
	color: #fff;
	line-height: 1.5em;
}

.entry-content pre a {
	color: #f00;
	border-bottom: none;
}

.entry-content pre a:hover,
.entry-content pre a:focus {
	color: #fff;
	text-decoration: underline;
	background: none;
}

.entry-content ul li {
	margin-top: 6px;
	list-style-type: disc;
}

.entry-content ol li {
	margin-top: 6px;
	padding-left: 6px;
}

.entry-content ol li ul {
	margin-top: 6px !important;
}

.entry-content ul li:first-child {
	margin-top: 0px;
}

.entry-content ul:last-child,
.entry-content ol:last-child {
	margin-bottom: 0px;
}

.entry-content ol, .entry-content ul {
	margin-left: 20px;
	margin-bottom: 1.2em;
	line-height: 1.5em;
}

.entry-content ul li ol li {
	list-style-type: decimal;
}

.entry-content ul li ul li {
	list-style-type: circle;
}

.entry-content ul li ol,
.entry-content ul li ol:first-child,
.entry-content ul li ul,
.entry-content ul li ul:first-child {
	margin-top: 6px;
}

.entry-content ol li,
.entry-content ul li ol li {
	list-style-type: decimal;
}

.entry-content ol li ul li {
	list-style-type: disc;
}

hr {
    height: 0px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    margin-top: 40px;
    margin-bottom: 40px;
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
}

p.tags {
    margin-top: 1.2em;
}

.share-wrap {
    margin-top: 22px;
}

.share-wrap a {
    color: #fff;
    vertical-align: middle;
    display: table;
    padding: 8px 14px;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
	border-radius: 3px;
}

.share-wrap i {
    display: table-cell;
    font-size: 16px;
}

.share-wrap a span {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.share-facebook {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.share-facebook a {
    background-color: #3b5999;
	border: 2px solid #3b5999;
}

#content .share-facebook a:hover,
#content .share-facebook a:focus {
    background-color: #fff;
    color: #3b5999;
	text-decoration: none !important;
}

.share-twitter {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.share-twitter a {
    background-color: #55acee;
	border: 2px solid #55acee;
}

#content .share-twitter a:hover,
#content .share-twitter a:focus {
    background-color: #fff;
    color: #55acee;
	text-decoration: none !important;
}

/*------------------------------------*\
	CONTENT COLUMNS
\*------------------------------------*/

.one-half {
	width: 50%;
	float: left;
	padding-right: 15px;	
}

.one-half.last {
	float: right;
	padding-left: 15px;
	padding-right: 0;		
}

.clear-column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.clear-column + p {
    margin-top: 1.2em;
}

.clear-column + div {
    margin-top: 1.2em;
}

/*------------------------------------*\
    TOGGLE BOX
\*------------------------------------*/

.toggle-wrap {
	margin-bottom: 10px;
}

.toggle-wrap:last-of-type {
	margin-bottom: 0;
}

.toggle-wrap:last-of-type + p {
	margin-top: 1.2em;
}

a.toggle-box {
	display: block;
	background-color: #f5f5f5;
	position: relative;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	border-radius: 3px;
	border-bottom: none;
}

.toggle-container {
	margin-bottom: 1.2em;
	margin-top: 1.2em;
	padding-left: 15px;
	padding-right: 15px;	
}

.js .toggle-container {
	display: none;	
}

a.toggle-box:hover,
a.toggle-box:active,
a.toggle-box:focus {
	background-color: #000;
	color: #fff;
}

.toggle-indicator {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -12px;
}

/*------------------------------------*\
	TABLES
\*------------------------------------*/

.table-scroll {
	overflow-x: auto;
	width: 100%;
}

.entry-content table {
	border-collapse: collapse;
	border-radius: 3px;
	overflow: hidden;
	max-width: 100% !important;
	background-color: #fafafa;
	line-height: 1.5em;
}

.entry-content table, .table-scroll {
	width: 100%;
	margin-bottom: 1.2em;
}

.entry-content table:last-child, .table-scroll:last-child {
	margin-bottom: 0;
}

.entry-content table:first-child, .table-scroll:first-child {
	margin-top: 0;
}

.entry-content table tr:nth-child(even) {
	background-color: #f3f3f3;
}

.entry-content table td, .entry-content table th {
	padding: 12px;
}

.entry-content table th {
	font-weight: bold;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}

.entry-content table tr:hover {
	background-color: #fff !important;
}

/*------------------------------------*\
    TAGLINE
\*------------------------------------*/

#tagline {
	background-color: #2a2a2a;
	text-align: center;
	color: #fff;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 10px 0;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer-wrap {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}

#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#footer a {
	color: #aaa;
	display: inline-block;
}

#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: underline;
}

#footer-nav {
	margin-top: -8px;
	position: relative;
}

#footer-nav ul li {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -4px;
	margin-right: -4px;
	display: inline-block;
	margin-top: 8px;
}

#footer-nav ul li:first-child {
	margin-left: 0px;
}

#app-buttons {
	margin-top: 20px;
}

#app-buttons a {
    margin: 10px;
}

#app-buttons img {
    max-width: 160px;
    height: auto;
}

#copyright {
	font-size: 12px;
	margin-top: 20px;
	line-height: 1.5em;
}

#copyright a {
	display: inline-block;
}

/*------------------------------------*\
    RIGHT COLUMN / SPONSOR ADS
\*------------------------------------*/

#right-column .widget-first .widget-container {
	background: none;
	padding: 0;
	box-shadow: none;
}

#right-column .spnsr_ad {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
	margin-top: 20px;
	text-align: center;
}

#right-column .spnsr_ad > a {
	display: block;
}

#right-column .spnsr_ad:first-child {
	margin-top: 0;
}

#right-column .sponsors .clear-fix {
	display: none;
} 

.widget-container-wrap {
	margin-top: 20px;
}

.widget-container {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
}

#right-column .widget-container-wrap:first-child {
	margin-top: 0px;
}

/*------------------------------------*\
    ARCHIVE DESCRIPTIONS
\*------------------------------------*/

.taxonomy-description {
	padding: 20px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
	margin-bottom: 40px;
}

/*------------------------------------*\
    NEWS TICKER
\*------------------------------------*/

.mtphr-dnt-wrapper {
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #c90000;
	border-top: 2px solid #c90000;
	font-size: 14px;
}

.mtphr-dnt-inline-title {
	padding-right: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 22px;
}

.mtphr-dnt-rss-title {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

/*------------------------------------*\
    RSSImport Widget
\*------------------------------------*/

.block-inside.rss ul {
	margin-left: 0;
}

.block-inside.rss ul li {
    list-style: none;
    padding: 8px 12px;
	background-color: #f7f7f7;
	border-radius: 3px;
	margin-top: 0;
}

.block-inside.rss ul li a {
    line-height: normal;
    display: block;
}

.full-block .block-inside.rss.hpo ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px;
}

/*------------------------------------*\
    GALLERY - STANDARD
\*------------------------------------*/

.gallery {
	margin-top: -10px !important;
	margin-right: -5px !important;
	margin-bottom: 1.2em !important;
	margin-left: -5px !important;
}

.gallery:first-child {
	margin-top: 0 !important;
}

.gallery:last-child {
:
	margin-bottom: 0 !important;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
}

.gallery-icon a {
    position: relative;
}

.gallery-columns-1 .gallery-item:first-child {
	margin-top: 0px;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-top: 20px;
}

.gallery-columns-2 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 11.11%;
}

.gallery img {
	border: none !important;
}

.gallery .gallery-caption {
	font-size: 16px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.gallery dl, .gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.gallery br {
	display: none;
}
 
.gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.gallery-item a:hover,
.gallery-item a:focus {
	background: none;	
}

@media all and (min-width: 1011px) {

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

}

@media all and (min-width: 541px) and (max-width: 1010px) {

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

}

@media all and (min-width: 0px) and (max-width: 541px) {

.gallery-columns-2 .gallery-item,	
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	width: 100%;
}

}

/*------------------------------------*\
    SPONSORS PAGE LIST
\*------------------------------------*/

ul.sponsors {
    margin-left: 0;
	margin-top: -10px;
}

.js ul.sponsors {
    float: left;
    width: 50%;
	margin-bottom: 0;
}

ul.sponsors li {
    list-style: none;
    width: 48%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
	padding-right: 20px;
}

.js ul.sponsors li {
    width: 100%;
}

ul.sponsors li:first-child {
    margin-top: 10px;
}


.entry-content .soliloquy-theme-classic .soliloquy-pager {
    top: 10px;
	bottom: inherit;
}

.entry-content .soliloquy-container .soliloquy-caption {
    padding-bottom: 0;
	background: rgba(0, 0, 0, 0.65);
	border-top: 3px solid #c90000;
}

.entry-content .soliloquy-container .soliloquy-caption-inside {
    text-align: left;
	padding: 20px;
}

.entry-content .soliloquy-container .soliloquy-caption-inside a {
	color: #fff000;
}

.entry-content .soliloquy-container .soliloquy-caption-inside a:hover,
.entry-content .soliloquy-container .soliloquy-caption-inside a:focus {
	color: #fff;
}

.entry-content .soliloquy-caption-inside h1,
.entry-content .soliloquy-caption-inside h2,
.entry-content .soliloquy-caption-inside h3,
.entry-content .soliloquy-caption-inside h4,
.entry-content .soliloquy-caption-inside h5,
.entry-content .soliloquy-caption-inside h6 {
    color: #fff;
	display: inline-block;
}

.entry-content .soliloquy-caption-inside p {
	line-height: 1.2em;
}

.entry-content .block-wrap .soliloquy-caption-inside h1 {
    font-size: 28px;
    line-height: 32px;
}

.entry-content .block-wrap .soliloquy-caption-inside h2 {
    font-size: 26px;
    line-height: 30px;
}

.entry-content .block-wrap .soliloquy-caption-inside h3 {
    font-size: 24px;
    line-height: 28px;
}

.entry-content .block-wrap .soliloquy-caption-inside h4 {
    font-size: 22px;
    line-height: 26px;
}

.entry-content .block-wrap .soliloquy-caption-inside h5 {
    font-size: 20px;
    line-height: 24px;
}

.entry-content .block-wrap .soliloquy-caption-inside h6 {
    font-size: 18px;
    line-height: 22px;
}

.list-col-2 {
	column-count: 2;
}

@media only screen and (max-width: 768px) {

	.list-col-2 {
		column-count: 1;
	}
	
}

/*------------------------------------*\
    WEATHER WIDGET
\*------------------------------------*/

.entry-content .awesome-weather-attribution {
	display: none;
}

.entry-content .awesome-weather-wrap {
	text-shadow: none;
	font-size: 12px;
	background-color: #c90000;
	color: #fff !important;
	width: 100%;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

.entry-content .awesome-weather-header {
	padding: 4px;
	background-color: #000;
}

.entry-content .awesome-weather-current-temp {
	padding: 5px;
	font-size: 50px;
}

.entry-content .awesome-weather-current-temp sup {
    top: -0.8em;
}

.entry-content .awesome-weather-current-temp strong {
	font-weight: 600;
}

.entry-content .awesome-weather-todays-stats {
	padding: 10px;
}

.entry-content .awesome-weather-header {
	font-weight: bold;
}

.entry-content .awesome-weather-forecast {
    padding: 6px;
}

.entry-content .awesome-weather-forecast-day-abbr {
    margin-top: 2px;
}

.forecast-wrap {
    background-color: #fff;
    border-radius: 3px;
    padding: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
    display: table;
    height: 98px;
    margin: 0 auto;
}

.forecast-sponsor {
    display: table-cell;
    vertical-align: middle;
}

.forecast-sponsor img {
    max-width: 200px;
    max-height: 83px;
    width: 100%;
    height: auto;
}

.forecast-items {
    display: table-cell;
	vertical-align: middle;
}

.forecast-item {
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 25%;
	padding-left: 10px;
}

.forecast-day, .forecast-icon {
    margin-bottom: 3px;
}

.forecast-icon img {
    max-width: 60px;
}

.forecast-low {
    color: #999;
}

.forecast-poweredby {
	padding-left: 10px;
    display: table-cell;
	vertical-align: middle;
}

.forecast-poweredby > a {
	display: flex;
}

.forecast-poweredby img {
    width: 70px;
    height: auto;
}

/*------------------------------------*\
    WEATHERSTACK
\*------------------------------------*/

.weather-wrap {
	background-color: 
	#fff;
	border-radius: 3px;
	padding: 8px;
	box-shadow: 0 2px 2px 0
	rgba(0,0,0,0.2),0 0 0 1px
	rgba(0,0,0,0.12);
	display: table;
	height: 98px;
	margin: 0 auto;
}

.weather-sponsor {
    display: table-cell;
    vertical-align: middle;
}

.weather-sponsor img {
    max-width: 200px;
    max-height: 83px;
    width: 100%;
    height: auto;
}

.weather-items {
    display: table-cell;
    vertical-align: middle;
}

.weather-temp {
    display: inline-block;
    float: left;
    font-size: 50px;
    font-weight: bold;
    line-height: 64px;
    padding-right: 8px;
    padding-left: 12px;
    color: #000;
}

.weather-icon {
    float: right;
    display: inline-block;
}

/*------------------------------------*\
    EVENTS PREVIEW
\*------------------------------------*/

.event-preview {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    align-items: center;
}

.event-preview:last-child {
    margin-bottom: 0;
}

.event-preview-img-element {
    height: 50px;
    width: 50px;
	margin-right: 15px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.event-preview-title a {
    font-weight: bold;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
}

.event-date i {
    margin-right: 5px;
}

.event-date {
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 30px;
}

.preview-event-date i {
    margin-right: 5px;
}

.preview-event-date {
    font-size: 18px;
    font-weight: bold;
	margin-top: 15px;
}

.widget-event-date i {
    margin-right: 4px;
}

.widget-event-date {
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}

.fc-day-grid-event.fc-h-event {
    background: #c90000 !important;
    color: #fff;
    border-color: #c90000 !important;
}

.fc-time {
    display: none;
}

/*------------------------------------*\
    PODCASTING
\*------------------------------------*/

.podcast_meta {
    margin-bottom: 1.2em;
}

/*------------------------------------*\
    WP POLLS
\*------------------------------------*/

.wp-polls {
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
	background-color: #f7f7f7;
}

.wp-polls-ul {
    margin-left: 15px;
    margin-right: 15px;
}

/*------------------------------------*\
    CONTENT FORMS
\*------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
	border: none;
	width: 100%;
	border: 1px solid #ccc;
}

textarea {
	max-width: 100%;	
}

input[type="text"],
input[type="email"] {
	max-width: 580px;	
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    background-color: #fff;
}

input[type="submit"] {
    padding: 8px 14px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background-color: #c90000;
    border: 2px solid #c90000;
    display: inline-block;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #fff;
    color: #c90000;
	text-decoration: none !important;
}

.google-recaptcha-info {
    font-size: 13px;
    margin-top: -10px;
    color: #666;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 0 0;
	padding: 20px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f00;
	background-color: #FFF0F0;
	color: #f00;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    background-color: #f1ffeb;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 20px;
    border-radius: 3px;
	margin-top: 1.2em;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

div.wpcf7 {
	margin-bottom: 1.2em;	
}

div.wpcf7:last-child {
	margin-bottom: 0;	
}

.form-one-half {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.row.form {
	margin: 0 -10px;
}

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

.row.form p {
    padding: 0 10px;
    float: left;
    width: 50%;
}

/*------------------------------------*\
    SUBSCRIBE
\*------------------------------------*/

.rss-subscribe {
    margin-bottom: 40px;
}

#content .rss-subscribe a {
    padding: 8px 14px;
    border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #ff6600;
	border: 2px solid #ff6600;
	display: inline-block;
}

#content .rss-subscribe a i {
    margin-right: 8px;
}

#content .rss-subscribe a:hover,
#content .rss-subscribe a:focus {
	color: #ff6600;
	background-color: #fff;
	text-decoration: none !important;
}

/*------------------------------------*\
    RESPONSIVE CSS
\*------------------------------------*/

@media only screen and (max-width: 1480px) {
	
#logo {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#logo-tagline {
	display: none;
}

.container {
    max-width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
}

#left-column {
	width: 720px;
}

#right-column {
	width: 330px;
}
	
}

@media only screen and (max-width: 1240px) {

.container {
    max-width: 980px;
    padding-left: 40px;
    padding-right: 40px;
}

#left-column {
	width: 632px;
}

#right-column {
	width: 238px;
}

#main-nav ul li a {
    font-size: 14px;
}
	
}

@media only screen and (min-width: 1021px) {

#menu-toggle, #mobile-nav-bg, #mobile-nav-wrap {
	display: none;
}

#top-widget {
	display: block !important;
}

}

@media only screen and (max-width: 1020px) {

.container {
    max-width: 780px;
    padding-left: 30px;
    padding-right: 30px;
}

#branding-wrap {
	background-image: none;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
	position: relative;
}

#left-column {
	width: 100%;
}

#right-column {
	width: 100%;
	margin-top: 40px;
}

#right-column .spnsr_ad {
    width: 48%;
}

#right-column .spnsr_ad:nth-child(2) {
    margin-top: 0;
}

#right-column .spnsr_ad:nth-child(2n+1) {
    float: left;
}

#right-column .spnsr_ad:nth-child(2n) {
    float: right;
}

#right-column .spnsr_ad:nth-child(2n+3) {
    clear: left;
}

#right-column .sponsors .clear-fix {
	display: block;
}

#logo-area-wrap {
	background-image: none;
}

#logo {
    margin-top: 10px;
	margin-bottom: 10px;
}

#logo img {
    max-width: 120px;
	width: 100%
}

#navigation {
	display: none;
}

#menu-toggle {
    display: block;
    position: absolute;
    right: 30px;
    margin-top: 15px;
}

#menu-toggle button {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    height: 42px;
    float: left;
    border-radius: 3px;
    border: 2px solid #c90000;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    background: none;
    font-size: 20px;
	background-color: #c90000;
}

#menu-toggle button:hover,
#menu-toggle button:focus,
#menu-toggle button:active {
    color: #c90000;
	background-color: #fff;
}

#menu-toggle button.weather {
    margin-right: 8px;
}

#menu-toggle button.menu i {
    margin-right: 5px;
}

#on-air {
    max-width: 250px;
}

#main-nav ul li {
    width: 100%;
	border-top: 1px dotted #e80000;
}

#main-nav ul li:first-child {
	border-top: none;
}

#main-nav ul li a {
    background-color: #b70000;
}

#top-widget {
    float: left;
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
	display: none;
}

}

@media only screen and (min-width: 651px) {

#on-air-mobile {
    display: none;
}

}

@media only screen and (max-width: 650px) {

.button-text {
	display: none;
}
		
#menu-toggle button.menu i {
	margin-right: 0;
}

#on-air {
    display: none;
}

#top-bar .container {
	padding-left: 0;
}

#listen-live a {
    padding-left: 30px;
    padding-right: 30px;
}

.forecast-wrap,
.weather-wrap {
    display: block;
	text-align: center;
	height: auto;
}

.forecast-sponsor,
.weather-sponsor {
    display: block;
	margin-bottom: 15px;
}

.forecast-sponsor img,
.weather-sponsor img {
    max-width: 300px;
    max-height: 100%;
}

.forecast-items {
    display: block;
}

.weather-items {
	display: table;
	margin: 0 auto;
}

.weather-temp {
    display: table-cell;
    float: none;
    vertical-align: middle;
	padding-left: 0;
}

.weather-icon {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.forecast-icon img {
    max-width: 75px;
}

.forecast-item {
    padding-left: 0;
}

.forecast-poweredby {
    padding-left: 0;
    display: flex;
	margin-top: 15px;
	justify-content: center;
}

.forecast-poweredby img {
	width: 100px;
	height: auto;
}

.mtphr-dnt-inline-title {
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 8px;
}

.half-block {
    width: 100%;
}

.full-block .block-inside.rss.hpo ul {
	grid-template-columns: repeat(1, 1fr);
}

.one-half {
	width: 100%;
	padding-right: 0;	
}

.one-half.last {
	float: left;
	padding-left: 0;
	margin-top: 1.2em;
}

.js ul.sponsors {
    width: 100%;
}

.js ul.sponsors.last {
	margin-top: 0;
}

ul.sponsors li {
    width: 100%;
    padding-right: 0;
}

.preview-img-left {
    width: 100%;
    margin-bottom: 20px;
}

.post-preview-content {
    width: 100%;
    padding-left: 0;
}

.preview-img-element {
	padding-top: 60%;
}

.row.form {
    margin-bottom: 1.2em;
}

.row.form p {
    width: 100%;
}

}

@media only screen and (max-width: 600px) {

#wpadminbar {
    top: -46px;
}

}

@media only screen and (max-width: 520px) {

#right-column .spnsr_ad {
    width: 100%;
	text-align: center;
}

#right-column .spnsr_ad:nth-child(2) {
    margin-top: 20px;
}

#right-column .spnsr_ad:nth-child(2n+1) {
    float: inherit;
}

#right-column .spnsr_ad:nth-child(2n) {
    float: inherit;
}

#right-column .spnsr_ad:nth-child(2n+3) {
    clear: none;
}

#right-column .spnsr_ad img {
    max-width: 300px;
	width: 100%;
	height: auto;
}

#right-column .sponsors .clear-fix {
	display: none;
}

}

@media only screen and (max-width: 460px) {

a img.alignleft,
img.alignleft,
a img.alignright,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	float: none !important;
	display: block;
	margin-top: 0 !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
	margin-left: auto !important;
}

}

@media only screen and (max-width: 420px) {

body {
	font-size: 17px;	
}

.entry-content blockquote {
   padding: 20px 20px 20px 70px;
}

.entry-content blockquote:before {
    top: 20px;
    left: 20px;
}

.entry-content pre {
	padding: 20px;
}

.page-title {
    font-size: 34px;
    line-height: 38px;
}

.entry-content h1 {
	font-size: 34px;
	line-height: 38px	
}

.entry-content h2 {
	font-size: 26px;
	line-height: 30px	
}

.entry-content h3 {
	font-size: 24px;
	line-height: 28px	
}

.entry-content h4 {
	font-size: 22px;
	line-height: 26px	
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

#listen-live a {
    padding-left: 20px;
    padding-right: 20px;
}

#menu-toggle {
    right: 20px;
}

#menu-toggle .button-text {
    display: none;
}

#menu-toggle button.menu i {
    margin-right: 0;
}

}

@media only screen and (max-width: 380px) {

.mtphr-dnt-inline-title {
	display: none;
}

}







.sports-teams-wrapper, .sports-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
  }

  .sports-wrapper {
	margin-bottom: 30px;
  }

  .sports-wrapper:last-child{
	margin-bottom: 30px;
  }

  .sports-team-outside, .sports-outside {
	width: 33.33%;
	padding: 10px;
  }


.sports-teams-wrapper a, .sports-wrapper a {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.12);
	display: block;
	text-align: center;
	height: 100%;
  }

  .sports-teams-wrapper a:hover, .sports-wrapper a:hover {
	text-decoration: none !important;
  }

  .team-logo, .sport-icon {
	margin-bottom: 15px;
  }

  .team-name h3, .sport-name h3 {
	font-size: 24px;
	line-height: 28px;
  }

  .team-logo img {
	max-width: 128px;
  }

  .sport-icon img {
	max-width: 100px;
  }

  @media only screen and (max-width: 1240px) {
	.sports-team-outside, .sports-outside {
		width: 50%;
	  }
  }

  @media only screen and (max-width: 520px) {
	.sports-team-outside, .sports-outside {
		width: 100%;
	  }
  }


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {

* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
}

body {
    font-size: 14px;
}

#top-bar, #on-air-mobile, #menu-toggle, #logo-tagline, #top-widget, #navigation, .breadcrumbs, #right-column, #tagline, #footer-nav, #app-buttons, .share-wrap, p.tags, #copyright span  {
	display: none;	
}

#logo {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	padding: 0;
	border-right: none;
}

#logo img {
    width: 150px !important;
	height: auto !important;
}

.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#content {
    padding-top: 0;
    padding-bottom: 0;
}

#left-column {
    width: 100%;
}

.page-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
}

.entry-content h1 {
	font-size: 34px;
	line-height: 38px	
}

.entry-content h2 {
	font-size: 26px;
	line-height: 30px	
}

.entry-content h3 {
	font-size: 24px;
	line-height: 28px	
}

.entry-content h4 {
	font-size: 22px;
	line-height: 26px	
}

#copyright {
	margin-top: 0;
}

}

/*------------------------------------*\
    RESET
\*------------------------------------*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
caption, th {
	text-align: left
}
ol, ul, li {
	list-style: none
}
q:before, q:after {
	content: ''
}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
	font-weight: bold
}
em {
	font-style: italic
}
a img {
	border: none
} /* Gets rid of IE's blue borders */
button {
	outline: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.alignnone {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption.aligncenter {
	margin-top:20px;
	margin-bottom:20px;
}

.wp-caption:first-child {
	margin-top: 0;	
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
	text-align: center;
}

.bypostauthor {
}