/*
	Theme Name: WP WSCA 
	Theme URI: #
	Description: A Custom theme for WSCA 106.1 based on HTML5Blank.
	Version: 2.0.0
	Author: Boldwerks
	Author URI: http://boldwerks.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	font-size: 0.727273vw;
}
body {
	font:300 1.5625rem/1.25 'Gotham', Helvetica, Arial, sans-serif;
	color: #1f1f1f;
	letter-spacing: 0.025em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    General
\*------------------------------------*/
.container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	max-width: 112.375rem;
}
h1,h2 {
	color: #1f1f1f;
	font-size: 2.75rem;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 0.25rem;
}
h1 {
	font-size: 4rem;
}
li.button a,
a.button {
	background: #779a0b;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.875rem 1rem;
	font-size: 1.25rem;
	line-height: 1;
	border-radius: 0.375rem;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: background 0.25s, color 0.25s;
	-o-transition: background 0.25s, color 0.25s;
	transition: background 0.25s, color 0.25s;
}
li.button a:hover,
a.button:hover {
	color: #779a0b;
	background: #fff;
}
.simple-page-wrapper {
	padding-top: 1rem;
	padding-top:2.5rem; /* added NGL */
	padding-top:0; /* added NGL */
}

.container .page {
    /*padding-top: 3rem;*/
}


/*------------------------------------*\
    Custom / Overrides
\*------------------------------------*/

.error404 main {
    padding: 5rem 2.5rem;
    text-align: center;
}

.error404 .wrapper main h2 a {
    color: #769a0c;
}

.djs .wpb_single_image.vc_align_center {
    margin-bottom: 10px;
}

.djs .vc_column_container .wpb_wrapper p {
    margin: 5px auto 0;
}

.page iframe {
    border: none;
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.social-links a {
	width: 3.3125rem;
	height: 3.3125rem;
	background: #779a0b;
	color: #fff;
	border-radius: 50%;
	margin-right: 1.6875rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: background 0.25s;
	-o-transition: background 0.25s;
	transition: background 0.25s;
}
.social-links a:hover {
	color: #779a0b;
	background: #fff;
}
.social-links a:last-child {
	margin-right: 0;
}
/*------------------------------------*\
    Header
\*------------------------------------*/
.header-top-strip {
	padding: 1rem 0;
	background: #1f1f1f;
}
.top-strip-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.top-strip-cols > div {
	/*width: 33.33%;*/
}
.top-strip-cols .top-strip-middle {
	text-align: center;
}
.top-strip-cols .top-listen-live {
	padding-left: 9.0625rem;
	height: 3.125rem;
	color: #fff;
	padding-top: 0.5rem;
	font-weight: bold;
	font-size: 1.5rem;
	text-transform: uppercase;
	background: url('img/top-strip-listen.png') no-repeat left center;
	background-size: auto 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.top-strip-cols .top-strip-left {
	padding-right: 7.5rem;
}
.top-strip-cols .top-strip-right {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.top-strip-cols .top-right-cta a {
	margin-left: 2rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 3rem;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.top-strip-cols .top-right-cta a:hover {
	color: #779a0b;
}
.top-strip-cols .top-right-cta a:after {
	content: '';
	position: absolute;
	bottom: -1.15rem;
	left: 0;
	height: 0.6875rem;
	width: 100%;
	background: #779a0b;
}
.main-header {
	padding-top: 2.8125rem;
}
.header-cols {
	border-bottom: 0.5rem solid #2f2f2f;
	padding-bottom: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.main-header .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.main-header .nav ul a {
	color: #1f1f1f;
	margin-left: 2rem;
	margin-right: 2rem;
	font-weight: bold;
	font-size: 2.8125rem;
	text-transform: uppercase;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.main-header .nav ul a:hover {
	color: #779a0b;
}
.main-header .nav > ul > li {
    position: relative;
}
.main-header .nav > ul > li .sub-menu {
	z-index: 999;
    position: absolute;
    top: 100%;
    left: 1.5rem;
    display: block;
    width: 22rem;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
}
.main-header .nav > ul > li:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.main-header .nav > ul > li .sub-menu li {
    padding: 0;
}
.main-header .nav > ul > li .sub-menu a {
    font-size: 1.5rem;
    line-height: 2;
    border: 1px solid #ddd;
    display: block;
    min-width: 250px;
    text-transform: none;
    margin: 0;
    padding: 0 1.25rem;
    background: #fff;
    border-bottom: none;
}
.main-header .nav > ul > li .sub-menu li:last-child a {
    border-bottom: 1px solid #ddd;;
}
.header-cols .logo {
	width: 24.5625rem;
}
/*------------------------------------*\
    Slick
\*------------------------------------*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide{outline:none;}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*------------------------------------*\
    Homepage
\*------------------------------------*/
.home-hero {
	padding-top: 12.5rem;
	padding-bottom: 10rem;
	padding-left: 3.625rem;
	padding-right: 7.1875rem;
	position: relative;
}
.home-hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.home-hero-title {
	position: relative;
	z-index: 1;
}
.large-ctas {
	width: 100%;
	margin-bottom: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.large-ctas > a {
	color: #fff;
	width: 33.33%;
	min-height: 24.375rem;
	font-weight: bold;
	font-size: 2.8125rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.large-ctas > a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.large-ctas > a:hover:before {
	opacity: 1;
}
.large-ctas > a span {
	position: relative;
}
.home-program-about {
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-program-about > div {
	width: 50%;
	padding:0 15px;
}
.home-program-about h2 {
	color: #1f1f1f;
	font-size: 2.75rem;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 1.25rem 0;
}
.home-about-outer-wrap {
	margin-top: 15px;
    margin-bottom: 15px;
}
/*.home-about-text p {
	margin: 0;
}*/
.home-about-text {
	    color: #000000;
    font-size: 2rem;
    line-height: 1.65;
    font-weight: 400;
}
.home-live-box {
	position: relative;
	padding-right: 14.75rem;
	padding: 1.75rem 14.75rem 1.25rem 1.375rem;
	margin-top: 4rem;
	border-radius: 0.75rem;
	background: #525252;
}
.home-live-box h3 {
	margin: 0;
	font-size: 2.75rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.home-live-box p {
	color: #d3d4d4;
	font-weight: bold;
	letter-spacing: 0.06em;
	font-size: 2rem;
	line-height: 1.1875;
	margin: 0 0 1.25rem;
}
.home-live-box p a {
	color: #fff;
}
.home-live-box p a:hover {
	color: #d3d4d4;
}
.livebox-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.home-live-box:after {
	content: '';
	display: block;
	width: 13.625rem;
	height: 10.3125rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: url('img/live-box-bg.png') no-repeat center center;
	background-size: cover;
}
.home-underwriters-wrap {
	border-top: 0.5rem solid #bdbdbd;
	padding-top: 1.5rem;
    padding-bottom: 2.875rem;
}
.home-underwriters-wrap h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 2rem;
	font-size: 2rem;
	font-weight: bold;
}
.home-underwiters-slider {
	padding-left: 4.25rem;
	padding-right: 4.25rem;
}
.home-underwiters-slider:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.home-underwiters-slider:not(.slick-slider) .home-underwiter-logo:nth-child(n + 6) {
	display: none;
}
.home-underwiters-slider .home-underwiter-logo {
	height: 13.5rem;
	width: 22.1875rem;
	padding-left: 2rem;
	padding-right: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.home-underwiters-slider img {
	max-width: 100%;
	max-height: 100%;
}
.home-instagram-row {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.home-instagram-row .home-instagram-left {
	width: 46.11%;
	position: relative;
}
.home-instagram-row .home-instagram-left i {
	font-size: 23.75rem;
	color: #e4ebce;
}
.home-instagram-row .home-instagram-left h2 {
	position: absolute;
	top: 50%;
	left: 4.5rem;
	font-size: 4.0625rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo {
    max-height: 12.875rem;
    -webkit-box-shadow: 0 0 0 0.75rem #3f3c3d inset;
            box-shadow: 0 0 0 0.75rem #3f3c3d inset;
}
.home-instagram-row .home-instagram-right {
	width: 53.89%;
}
.home-underwiters-slider .slick-arrow {
    width: 2.625rem;
    height: 2.625rem;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.home-underwiters-slider .slick-arrow:after {
    content: '';
    width: 2.625rem;
    height: 2.625rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url('img/slide-right.png') no-repeat center center;
    background-size: cover;
}
.home-underwiters-slider .slick-arrow.slick-prev:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.home-underwiters-slider .slick-arrow.slick-prev {
    left: 0;
    z-index: 1;
}
.home-underwiters-slider .slick-arrow.slick-next {
    right: 0;
    z-index: 1;
}
/*------------------------------------*\
    Single Program
\*------------------------------------*/
.program-hero-wrapper {
	border-bottom: 0.1875rem solid #1f1f1f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.program-main-cols .program-sidebar-col,
.program-hero-wrapper .program-logo {
	width: 22.4%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.program-main-cols .program-content-col,
.program-hero-wrapper .program-banner {
	width: 77.6%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.program-main-cols {
	padding-top: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.program-main-cols > div {
	margin-bottom: 3.75rem;
}
.program-main-cols .program-sidebar-col {
	padding-right: 2.5rem;
}
.program-main-cols .program-sidebar-col h4 {
	font-size: 1.5625rem;
	margin: 0 0 0.25rem;
}
.program-sidebar-col .more-programs-list a {
	font-size: 1.5rem;
	color: #1f1f1f;
	display: block;
}
.program-sidebar-col .program-live-box {
	position: relative;
	margin-top: 10.625rem;
	background: #525252;
	color: #fff;
	padding: 4.6875rem 1.125rem 4.375rem 1.125rem;
	border-radius: 1.125rem;
}
.program-sidebar-col .program-live-box:before {
	content: '';
	display: block;
	width: 9.0625rem;
	height: 6.8125rem;
	top: 3.625rem;
	right: 1.125rem;
	position: absolute;
	background: url('img/live-box-bg.png') no-repeat center center;
	background-size: cover;
}
.program-live-box-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.program-sidebar-col .program-live-box h3 {
	margin: 0 0 1.75rem;
	font-size: 2.75rem;
	line-height: 1.1;
}
.program-sidebar-col .program-live-box p {
	margin: 0 0 1.75rem;
	font-size: 2rem;
	letter-spacing: 0.06em;
	color: #d3d4d4;
	line-height: 1.2;
	font-weight: bold;
}
.program-sidebar-col .program-live-box p a {
	color: #fff;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.program-sidebar-col .program-live-box p a:hover {
	color: #d3d4d4;
}
.program-main-cols h1 {
	text-transform: uppercase;
	font-size: 2.75rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
}
.program-titles {
	margin-bottom: 1.875rem;
}
.program-titles h3 {
	color: #779a0b;
	line-height: 1;
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
}
.program-description {
	font-size: 1.5625rem;
	line-height: 1.2;
}
.program-description p {
	margin: 0 0 2.5rem;
}	
.program-more-info {
	margin-bottom: 3.75rem;
}
.program-more-info,
.program-more-info a {
	font-weight: bold;
	color: #1f1f1f;
	font-size: 1.5625rem;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.program-more-info a:hover {
	color: #779a0b;
}
.program-sponsors-wrap {
	border-top: 0.1875rem solid #1f1f1f;
	padding-top: 3rem;
	padding-bottom: 2.375rem;
}
.program-sponsors-wrap h2 {
	text-transform: uppercase;
	font-size: 2.75rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 0;
}
.program-sponsors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.program-sponsors .program-sponsor {
	margin-right: 4rem;
	margin-top: 1.5rem;
}
.program-sponsors img {
	max-width: 24.375rem;
	max-height: 13.3125rem;
}
.program-transmissions-wrapper {
	border-top: 0.1875rem solid #1f1f1f;
}
.program-transmissions-wrapper h2 {
	margin: 0;
	padding-left: 5.625rem;
	background: url('img/icon-transmissions.png') no-repeat left center;
	background-size: 4rem auto;
	height: 9rem;
	border-bottom: 1px solid #1f1f1f;
	font-size: 2.75rem;
	text-transform: uppercase;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.program-transmissions a {
	padding-left: 5.625rem;
	min-height: 5.625rem;
	font-size: 2.75rem;
	background: url('img/icon-blog-post.png') no-repeat 0.75rem center;
	background-size: auto 3.4375rem;
	border-bottom: 1px solid #1f1f1f;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.program-transmissions a.post-type-video {
	background: url('img/icon-podcasts.png') no-repeat 0.75rem center;
	background-size: auto 3.4375rem;
}
.program-transmissions a:hover {
	color: #779a0b;
}
.single-program-ctas {
	border-top: 0.75rem solid #1f1f1f;
}
/*------------------------------------*\
    Blog Page
\*------------------------------------*/
.page-title {
	text-align: center;
	width: 100%;
	padding: 2.5rem 0;
	margin-bottom: 2.5rem;
	border-bottom: 0.25rem solid #1f1f1f;
}
.blog-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-page-main {
    width: 72%;
}
.blog-page-sidebar {
    width: 22%;
}
.blog-page-sidebar > div {
	margin-bottom: 3.5rem;
}
.blog-page-sidebar .widget_recent_entries a {
	display: block;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
.blog-page-sidebar h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5rem;
	margin: 0 0 1.5rem;
}
.blog-page-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-page-grid .blog-item {
    margin-bottom: 4.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.125rem solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-page-grid .blog-item .blog-item-thumb {
    width: 50%;
}
.blog-page-grid .blog-item .blog-item-right {
    width: 50%;
}
.blog-item-excerpt {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.blog-item-thumb a {
    display: block;
    width: 90%;
    margin: 0;
}
.blog-item-thumb a img {
    display: block;
}
.blog-item-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-item-cats a {
    margin: 0 0.25rem 1rem;
    color: #fff;
    background: #779a0b;
    font-size: 1.25rem;
    padding: 0.25rem 1rem;
    border-radius: 0.25rem;
}
a.blog-item-title h2 {
    margin: 0 0 1rem;
    line-height: 1.25;
}
.pagination {
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination > span,
.pagination > a {
    font-weight: bold;
    padding: 0.125rem 0.5rem;
    color: #1f1f1f
}
.pagination .current {
    opacity: 0.8;
}
.single-blog-item-header {
	padding-bottom: 3.5rem;
}
.single-blog-item-header .page-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 3rem;
}
.single-blog-item-header .blog-item-cats {
	margin-top: 1.5rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.blog-page-grid.single-blog-item .blog-item {
	display: block;
}
.blog-page-grid.single-blog-item .blog-item > div {
	width: 100%;
}
.blog-page-grid.single-blog-item .blog-item .blog-item-thumb img {
	opacity: 0;
	visibility: hidden;
}
/*------------------------------------*\
    Todays Schedule
\*------------------------------------*/
.todays-schedule-header {
	margin-top: 15px;
	margin-bottom: 15px;
}
.todays-schedule-header h3 {
	font-weight: 700;
    margin: 0;
    font-size: 2rem;
    color: #779a0b;
}
.todays-schedule-items h3 {
    color: #e5ff8c;
    background-color: #525252;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem 1.125rem;
    letter-spacing: 1px;
    line-height: 1.25;
	border-radius:10px;
}

.todays-schedule-items h3 a {
    color: #e5ff8c;
}

.todays-schedule-items h3 strong {
    color:#fff;
}
.todays-schedule-items a {
    font-size: 1.5625rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #799a0a;
}
.todays-schedule-items a span {
    width: 11.125rem;
    font-weight: 600;
    text-align: right;
    color: #1f1f1f;
    text-transform: uppercase;
}
.todays-schedule-items a strong {
    width: calc(100% - 11.125rem);
    color: #799a0a;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
.todays-schedule-items a:hover strong {
	color: #779a0b;
	text-decoration:underline;
}
.full-schedule-wrapper {
    display: flex;
}
.full-schedule-wrapper .schedule-col {
    width: 50%;
}
.schedule-col > div {
    margin-bottom: 2.5rem;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	padding: 3.125rem 0;
	background: #1f1f1f;
}
.footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-cols .footer-col {
	margin-bottom: 2rem;
}
.footer-cols .footer-col-one {
    width: 21.3%;
}
.footer-cols .footer-col-two {
    width: 19.244%;
}
.footer-cols .footer-col-three {
    width: 18.74%;
    padding: 0 2rem;
}
.footer-cols .footer-col-four {
    width: 23.64%;
}
.footer-cols .footer-col-five {
    width: 17%;
    color: #d3d4d4;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.06em;
	line-height: 1.1875;
	display: block;
}
.footer-col-five h2 {
	font-weight: 300;
	text-transform: none;
	font-size: 3.0625rem;
	letter-spacing: 0.06em;
	color: #779a0b;
	margin: 0 0 0.5rem;
	line-height: 0.633;
}
.footer-col-five .footer-live-box a {
	color: #fff;
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}
.footer-col-five .footer-live-box a:hover {
	color: #d3d4d4;
}
.footer-cols h3 {
    margin: 0 0 0.75rem;
    font-weight: 300;
    color: #779a0b;
    font-size: 2rem;
}
.footer-cols .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-cols .menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: bold;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
.footer-cols .menu a:hover {
    color: #779a0b;
}
.footer-cols .menu .button a {
	line-height: 1;
	margin-top: 0.5rem;
}
.footer-col.footer-col-four a {
    display: block;
    max-width: 11.6875rem;
    margin: 0 auto 1.25rem;
}
.footer-social {
	margin-top: 0.875rem;
}
.footer-copyright-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer-copyright-row .footer-address {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.footer-copyright-row .footer-copyright {
	color: #779a0b;
	font-size: 1.25rem;
	font-weight: 300;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'Gotham';
	src: url('webfonts/gotham-light/gotham-light.eot');
	src: url('webfonts/gotham-light/gotham-light.eot?#iefix') format('embedded-opentype'),
		url('webfonts/gotham-light/gotham-light.woff') format('woff'),
		url('webfonts/gotham-light/gotham-light.ttf')  format('truetype'),
		url('webfonts/gotham-light/gotham-light.svg#svgName') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('webfonts/gotham-bold/gotham-bold.eot');
	src: url('webfonts/gotham-bold/gotham-bold.eot?#iefix') format('embedded-opentype'),
		url('webfonts/gotham-bold/gotham-bold.woff') format('woff'),
		url('webfonts/gotham-bold/gotham-bold.ttf')  format('truetype'),
		url('webfonts/gotham-bold/gotham-bold.svg#svgName') format('svg');
	font-weight: 700;
	font-style: normal;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px 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:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/* Icons */
@font-face {
  font-family: 'wscaicons';
  src:  url('webfonts/wscaicons.eot?vj5yya');
  src:  url('webfonts/wscaicons.eot?vj5yya#iefix') format('embedded-opentype'),
    url('webfonts/wscaicons.ttf?vj5yya') format('truetype'),
    url('webfonts/wscaicons.woff?vj5yya') format('woff'),
    url('webfonts/wscaicons.svg?vj5yya#wscaicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="wicon-"], [class*=" wicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wscaicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wicon-twitter:before {
  content: "\f099";
}
.wicon-facebook:before {
  content: "\f09a";
}
.wicon-facebook-f:before {
  content: "\f09a";
}
.wicon-linkedin:before {
  content: "\f0e1";
}
.wicon-instagram:before {
  content: "\e901";
}
/* Slider */
.home-slides .home-slide {
    position: relative;
}
.home-slides .home-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-slides .home-slide-info {
    position: relative;
    width: 100%;
    min-height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-slide-info h2 {
    font-size: 75px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1em;
        text-align: center;
}

.home-slide-info h3 {
    font-weight: 300;
    font-size: 50px;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    letter-spacing: 0.1em;
}


.home-slide-footer {
	width: 80%;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-slide-footer.has-apps-buttons {
	justify-content: space-between;
}
.home-slide-footer .home-slide-cta {
    display: inline-block;
    border: 5px solid #000;
    background: #fff;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 17px 35px;
    line-height: 1;
	order: 2;
	transition: background 0.25s, color 0.25s;
}
.home-slide-footer .home-slide-cta:hover {
    background: #000;
    color: #fff;
}
.home-slide-footer .home-slide-appstore {
    display: block;
    width: 213px;
    height: 73px;
    background: url('/wp-content/uploads/2019/02/app-store-button.png') no-repeat center center;
    background-size: contain;
    order: 1;
}
.home ul.slick-dots {display:none !important;}
.home-slide-footer .home-slide-playstore {
    display: block;
    width: 245px;
    height: 73px;
    background: url('/wp-content/uploads/2019/02/play-store-button.png') no-repeat center center;
    background-size: contain;
    order: 2;
}
.home-slide-color-light .home-slide-info h2,
.home-slide-color-light .home-slide-info h3 {
    color: #fff;
}
.home-slides:not(.slick-slider) .home-slide:not(:first-child) {
    display: none;
}
.home-slides .slick-arrow {
	position: absolute;
	top: 50%;
	width: 2.65rem;
	height: 2.65rem;
	z-index: 1;
	border: none;
	background: none;
	outline: none;
	text-indent: -999px;
	overflow: hidden;
	transform: translateY(-50%);
}
.home-slides .slick-arrow.slick-next {
	right: 15px;
}
.home-slides .slick-arrow.slick-next:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('img/slide-right.png') no-repeat center center;
	background-size: cover;
}
.home-slides .slick-arrow.slick-prev {
	left: 15px;
}
.home-slides .slick-arrow.slick-prev:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('img/slide-right.png') no-repeat center center;
	transform: rotate(180deg);
	background-size: cover;
}
/* Responsiveness */
@media all and (min-width: 1900px){
	html{
		font-size: 12px;
	}
}
@media all and (max-width: 1300px) {
	.home-slide-info h2 {
		font-size: 50px;
	}

	.home-slide-info h3 {
		font-size: 30px;
	}

	.home-slide-footer .home-slide-appstore {
		width: 150px;
		height: 52px;
	}

	.home-slide-footer .home-slide-playstore {
		width: 175px;
		height: 52px;
	}

	.home-slide-footer .home-slide-cta {
		padding: 15px 20px;
		font-size: 18px;
	} 
}
@media all and (max-width: 1200px){
	html {
	    font-size: 10px;
	}
	.container {
	    max-width: calc(100% -  50px );
	}
	.social-links a {
	    height: 30px;
	    font-size: 12px;
	    width: 30px;
	    margin: 0 3px;
	}
	.top-social-links {
	    display: none;
	}
	.top-strip-cols .top-strip-left {
	    padding-right: 0;
	}
	.main-header .nav ul a {
	    font-size: 20px;
	}
	.large-ctas > a {
	    min-height: 200px;
	    font-size: 25px;
	}
	.home-program-about h2 {
	    font-size: 25px;
	    margin-bottom: 10px;
	}
	.todays-schedule-header h3 {
	    font-size: 18px;
	}
	.home-about-text {
	    font-size: 18px;
	}
	.home-live-box h3 {
	    font-size: 22px;
	}
	.home-live-box p {
	    font-size: 18px;
	}
	.home-live-box p a {
	    display: block;
	}
	.home-underwriters-wrap h2 {
	    font-size: 20px;
	}
	.home-instagram-row .home-instagram-left h2 {
	    font-size: 36px;
	}
	.home-instagram-row {
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.program-sidebar-col .program-live-box h3 {
	    font-size: 20px;
	}
	.program-sidebar-col .program-live-box:before {
	    display: block;
	    position: static;
	    height: 70px;
	    width: 70px;
	    background-size: contain;
	}
	.program-sidebar-col .program-live-box {
	    padding: 20px 10px;
	}
	.program-sidebar-col .program-live-box h3 br {
	    display: none;
	}
	.program-sidebar-col .program-live-box p {
	    font-size: 16px;
	}
	a.blog-item-title h2 {
	    font-size: 20px;
	}
	.blog-page-sidebar h3 {
	    font-size: 20px;
	}
	.blog-page-grid .blog-item .blog-item-thumb {
	    width: 40%;
	}
	.blog-page-grid .blog-item .blog-item-right {
	    width: 60%;
	}
}
@media all and (max-width: 992px){
	.footer-cols .footer-col-four {
	    width: 18%;
	}
	.footer-cols .footer-col-five {
	    width: 25%;
	    text-align: right;
	}
	.footer-col-five h2 {
	    font-size: 24px;
	    margin-bottom: 15px;
	}
	.footer-live-box {
	    font-size: 16px;
	}
	.program-main-cols .program-sidebar-col {
	    width: 35%;
	}
	.program-main-cols .program-content-col, .program-hero-wrapper .program-banner {
	    width: 70%;
	}
	.program-main-cols .program-sidebar-col, .program-hero-wrapper .program-logo {
	    width: 30%;
	}
	.program-banner {
	}
	.program-hero-wrapper {
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.blog-page-main {
	    width: 75%;
	}
	a.blog-item-title h2 {
	    font-size: 18px;
	}
	.blog-page-sidebar h3 {
	    font-size: 18px;
	}
	.blog-page-sidebar .widget_recent_entries a {
	    padding-bottom: 10px;
	    font-size: 14px;
	}
	.blog-page-sidebar a {font-size: 14px;}
	.blog-page-grid .blog-item .blog-item-right {
	    width: 60%;
	}
	.full-schedule-wrapper {
	    display: block;
	}
	.full-schedule-wrapper .schedule-col {
	    width: 100%;
	}
	.home-slides .home-slide-info {
		min-height: 500px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.home-slide-info h2 {
		font-size: 44px;
		letter-spacing: 0.05em;
	}

	.home-slide-info h3 {
		font-size: 20px;
	}
	.home-slide-footer {
		width: 90%;
	}
}
@media all and (max-width: 767px){
	.footer-cols .footer-col-one {
	    width: 50%;
	    margin-bottom: 30px;
	}
	.footer-cols .footer-col-two {
	    width: 50%;
	    margin-bottom: 30px;
	}
	.footer-cols {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.footer-cols .footer-col-three {
	    width: 100%;
	    text-align: center;
	    display: none;
	}
	a.footer-logo {
	    display: block;
	    margin: 0 auto;
	}
	.footer-col.footer-col-four {
	    width: 50%;
	}
	.footer-cols .footer-col-five {
	    width: 50%;
	    text-align: left;
	}
	.footer-col.footer-col-four a {
	    margin-left: 0;
	}
	.social-links {
	    -webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
	}
	.footer-copyright-row {
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.header-cols{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.header-cols > nav {
	    display: none;
	}
	.header-cols .logo {
	}
	.home-program-about > div {
	    width: 100%;
	    margin-bottom: 50px;
		padding:0;
	}
	.home-program-about {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.todays-schedule-items a {
	    width: 100%;
	}
	.top-strip-cols .top-strip-right {
	    display: none;
	}
	.container {
	    max-width: calc(100% - 30px );
	}
	.header-cols .logo {
	    max-width: 120px;
	}
	.top-strip-cols .top-listen-live {
	    padding-left: 80px;
	}
	.home-instagram-row .home-instagram-left {
	    width: 100%;
	}
	.home-instagram-row .home-instagram-right {
	    width: 100%;
	}
	.home-instagram-row {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.program-sponsors img {
	    width: auto;
	}
	.program-sponsors {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.program-sponsors-wrap h2 {
	    font-size: 20px;
	}
	.program-transmissions-wrapper h2 {
	    font-size: 20px;
	}
	.program-transmissions a {
	    font-size: 20px;
	    padding-top: 7px;
	    padding-bottom: 7px;
	    font-size: 16px;
	}
	.program-main-cols h1 {
	    font-size: 25px;
	}
	.blog-page-grid .blog-item .blog-item-right {
	    width: 60%;
	}
	.blog-page-wrapper {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.blog-page-wrapper > div {
	    width: 100%;
	}
	.home-slides .home-slide-info {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 400px;
	}

	.home-slide-footer {
		width: 100%;
		display: block;
		text-align: center;
		padding-top: 10px;
	}

	.home-slide-info h2 {
		font-size: 29px;
		letter-spacing: 0.0025em;
		text-align: center;
	}

	.home-slide-info h3 {
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}

	.home-slide-footer .home-slide-appstore {
		display: inline-block;
		width: 86px;
		height: 30px;
	}

	.home-slide-footer .home-slide-cta {
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding: 9px 20px;
		border-width: 2px;
		margin-top: 0;
	}

	.home-slide-footer .home-slide-playstore {
		display: inline-block;
	}


	.home-slide-footer .home-slide-playstore {
		height: 30px;
		width: 100px;
	}
}
@media all and (max-width: 620px){
	.program-main-cols .program-sidebar-col {
	    width: 100%;
	    -webkit-box-ordinal-group: 3;
	        -ms-flex-order: 2;
	            order: 2;
	    padding: 0;
	}
	.program-main-cols .program-content-col {
	    width: 100%;
	}
	.program-main-cols {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.program-sidebar-col .program-live-box {
	    margin-top: 30px;
	}
}
@media all and (max-width: 550px){
	.home-slide-info h2 {
		    font-size: 40px;
	}
	.home-live-box:after {
	    background-size: 70%;
		width: 14rem;
    	height: 8rem;
	}
	div#sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo {
		max-height: none;
	}
	.livebox-social {
		width:100%;
		display: block;
	}
	.home-live-box p, .home-live-box h3 {
		text-align:center;
		width: 100%;
	}
	.footer-col {
	    text-align: center;
	    width: 100%!important;
	}
	.footer-copyright-row.container {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    padding-top: 30px;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.footer-copyright-row.container > div {
	    width: 100%;
	    text-align: center;
	    line-height: 2;
	}
	.footer-col.footer-col-four a {
	    margin: 0 auto;
	}
	.footer-cols .footer-col-five {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}
	.social-links {
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.top-strip-cols .top-listen-live {
	    padding-left: 80px;
	}
	.top-strip-cols {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.top-strip-cols .top-strip-left{
		padding: 0 10px;
	}
	.top-strip-cols .top-strip-middle {
	    margin-top: 10px;
	}
	.top-strip-left a.button {
	    font-size: 10px;
	}
	.main-header {
	    padding-top: 20px;
	}
	.large-ctas > a {
	    width: 100%;
	    min-height: 1px;
	    padding: 15px 0;
	}
	.large-ctas {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.blog-page-grid .blog-item .blog-item-thumb {
	    width: 100%;
	}
	.blog-page-grid .blog-item .blog-item-right {
	    width: 100%;
	}
	.blog-page-grid .blog-item {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.blog-item-thumb a {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.program-logo {
	display: none!important;
	}
	.program-hero-wrapper .program-banner {
	width: 100%!important;
	}
	.header-cols .logo {
		width: 100%!important;
		text-align: center!important;
		max-width: none!important;
	}
	.logo img {
		max-width: 190px!important;
	}
	.home-hero {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.home-slides .slick-arrow {
    	width: 3rem;
		height: 3rem;
	}
}
@media all and (max-width: 400px){
	.home-live-box:after {
	    position: static;
	    -webkit-transform: none;
	        -ms-transform: none;
	            transform: none;
	    margin: 0px auto 20px;
	    -webkit-box-ordinal-group: 2;
	        -ms-flex-order: 1;
	            order: 1;
	}
	.home-live-box {
	    padding: 20px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.home-live-box > * {
	    -webkit-box-ordinal-group: 3;
	        -ms-flex-order: 2;
	            order: 2;
	}
}
blockquote {
	font-size: 150%;
}
.page-template-default .main-header {
	margin-bottom: 30px;
}
.home .main-header {
	margin-bottom: 0px !important;
}
.home-about-text a {
padding: 15px 20px;
    margin: 10px 0 30px 0;
    background-color: #789a0a;
    border: none;
    text-align: center;
    color: #fff;
	border-radius: 0.375rem;
	-webkit-transition: background 0.25s, color 0.25s;
    -o-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
}
.home-about-text a:hover {
    background-color: #9cca07;
}
a.green-button {
	font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff!important;
}
.green-button {
	display: block;
	margin: 20px 0;
	width: 200px;
    text-align: center;
}
.vc_btn3.vc_btn3-color-green, .green-button {
	background-color:#779a0b !important;
	font: 300 1.5625rem/1.25 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-radius: 0.375rem;
	border: 3px solid #fff!important;
}
.menu-item-13286 {
	background-color:#779a0b !important;
	border-radius: 0.375rem;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 80px;
	margin-top: 10px;
}
.menu-item-13286:hover {
	background-color:#fff !important;
}
.menu-item-13286 a:hover {
}

.vc_btn3.vc_btn3-color-green:hover, .green-button:hover {
	background-color: #fff!important;
	color:#779a0b!important;
	border: 3px solid #779a0b!important;
}
.vc_btn3.vc_btn3-color-black {
	background-color:#000 !important;
	font: 300 1.5625rem/1.25 'Gotham', Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-radius: 0.375rem;
	border: 3px solid #000!important;
	color: #fff;
}
.vc_btn3.vc_btn3-color-black:hover {
	background-color: transparent!important;
	color:#fff!important;
	border: 3px solid #fff!important;
}
.blog-item p {
	margin-bottom: 20px;
}
div.blog-item-thumb{
    background-size: contain!important;
}
.vc_tta-tab {
	width: 33%!important;
	border: none!important;
	margin: 30px 0;
}
.vc_tta-tabs-container {
	margin-top: 30px !important;
}
.vc_tta-tab a{
		border: none!important;
		padding: 30px 0 !important;
		font-family:'Gotham', Helvetica, Arial, sans-serif !important;
		font-size: 2.8125rem;
		font-weight: bold;
}
.vc_tta-tab.vc_active>a{
	background-color: #779a0b!important;
	color: #fff!important;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: #fff!important;
	border: none!important;
}
.popmake-title {
		font-family:'Gotham', Helvetica, Arial, sans-serif !important;
		font-size: 4rem!important;
		font-weight: bold!important;	
}
.gfield_html a h3 {
		font-family:'Gotham', Helvetica, Arial, sans-serif !important;
		font-size: 2rem!important;
		font-weight: bold!important;
		color: #779a0b;
}
.white-headline {
	text-shadow: 0px 0px 15px #000000;
}

.program-logo {
	max-height: 230px;
	background-position: center center;
	min-height: 230px!important;
	background-size: cover !important;
}
 .program-banner {
	overflow: hidden;
	background-size: cover !important;
	background-position: center center;
	min-height: 230px!important;
	background-color: #779a0b!important;
}
.program-main-cols h1 {
	margin-bottom: 15px;
}

.programs .entry-utility, .programs .entry-summary {
	display: none;
}
.programs h2.entry-title {
    font-size: 1.25rem;
    color: #1f1f1f;
    display: block;
    font-weight: 600;
    text-transform: none;
}
.programs .ivycat-post {
	margin: 10px 0;
}
.vc_column-inner a {
	color: #779a0b;
}
.tribe-events-calendar thead th {
	background-color:#000!important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a{
	background-color:#779a0b!important;
}

.tribe-bar-filters-inner {
}
.tribe-list-widget {
	padding-left: 0px!important;
}
.tribe-events-list-widget h3{
	display: none;
}
.tribe-events-list-widget .tribe-event-title, .tribe-events-list-widget .tribe-event-duration {
	display: inline-block!important;
	width: auto!important;
}
.tribe-events-list-widget .tribe-event-duration::before {
	content: ' | '
}
.tribe-events-list-widget-events {
	font-size: 130%;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
	padding-left: 0px!important;
}
.single-tribe_events .tribe-events-event-image {
	float: right;
	margin: 0 25px;
	max-width: 200px;
}
.home-slides .home-slide {
    max-height:445px!important;
}

.kast-np-title {
	display: none!important;
}
.kast-np-artist {
	display: none!important;
}
.tribe-events-cost {
	display: block;
	font-size: 30px !important;
	color: #779a0b !important;
	margin: 10px 0;
	font-weight: bold;
}