/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.1.33
Template: x

*/

#respond {
	display: none !important;
}
/* TEMPORARY PAID MEMBERSHIPS PRO MODIFICATION
Remove Payment choice (Credit Card or PayPal table with radio buttons)
while PayPal payment options are removed from site
*/
/*
table#pmpro_payment_method {
    display: none!important;
}
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300');
/*
----------------------------------------------------------------------------------------------------
Style Guide
----------------------------------------------------------------------------------------------------
TYT Blueish
#476388
rgb(71, 99, 136)

Complimentary Red
#A55657

Complimentary very pale blue
#B5C0CF
----------------------------------------------------------------------------------------------------
*/

.pmpro_content_message.pmpro_content_message a[href] {
    font-size: 16px;
}

/* ------ OFFICIAL PAGE HEADINGS ----- */
#pmpro_license {
    display: none;
}

#pmpro_tos_fields {
    margin: 0;
}

#pmpro_tos_fields thead {
    display: none;
}

#pmpro_license h2 {
    font-size: 18pt;
}
#pmpro_license .terms-nav .current-page {
    display: none;
}

body.official h1 {
    font-weight: 400;
    font-size: 26pt;
}

body.official h2 {
    font-weight: 400;
    font-size: 22pt;
}

body.official h3 {
    font-weight: 400;
    font-size: 16pt;
}

body.official h4 {
    
    font-weight: 400;
    font-size: 14pt;
}

/* ------ GIFT REDEMPTION ------ */

body.redeem-gift #pmpro_user_fields {
    margin-bottom: 0;
}

body.redeem-gift .x-post-carousel {
    display: none;
}

body.redeem-gift .x-topbar {
    display: none;
}

body.redeem-gift .x-navbar-wrap a:not(.x-brand) {
    display: none;
}

body.redeem-gift .x-navbar {
    background: white;
}

body.redeem-gift strong.section {
    margin-top: 1em;
    display: block;
}

body.redeem-gift .x-container {
    margin: 0;
    background-color: white;
    max-width: inherit;
    padding: 0;
}

body.redeem-gift .x-navbar .x-container { 
    padding: 1em;
}

body.redeem-gift h1 {
    margin-top: 0;
}

body.redeem-gift .entry-content {
    margin-top: 0;
}

body.redeem-gift #gift-container {
    margin: -5.5em auto 0 auto;
    max-width: 800px;
    text-align: center;
    position: relative;
    z-index: 1;
}

body.redeem-gift #gift-container #gift-form-tagline {
    color: white;
    text-shadow: 0px 0px 10px black;
    margin-bottom: 1em;
}

body.redeem-gift #gift-form {
    text-shadow: initial;
    background-color: white;
    color: black;
    border: 3px solid #ccc;
    padding: 2em;
    display: flex;
    flex-direction: row;
    text-align: left;
}

body.redeem-gift #pmpro_user_fields label {
    text-align: left;
}
body.redeem-gift .pmpro_asterisk {
    position: relative;
    width: 100%;
    height: 0;
    text-align: right;
    display: block;
}

body.redeem-gift .pmpro_asterisk abbr {
    text-decoration: none;
    border: none;
    position: absolute;
    top: -30px;
    right: 5px;
    font-size: 25pt;
    color: #aaa;
}

body.redeem-gift #pmpro_payment_information_fields {
    display: none;
}

body.redeem-gift #links {
    margin-top: 1em;
    text-align: center;
}

body.redeem-gift #AdditionalEmail, body.redeem-gift label[for=AdditionalEmail] {
    display: none;
}

body.redeem-gift #UserCity_div, 
body.redeem-gift #UserStateProvince_div, 
body.redeem-gift #UserCountry_div, 
body.redeem-gift #UserZipCode_div, 
body.redeem-gift #AdditionalEmail_div {
    display: none;
}

body.redeem-gift input.pmpro_required {
    border: 3px solid #94a7ef !important;
}

body.redeem-gift .pmpro_checkout tbody td {
    border-top: none;
}

body.redeem-gift #gift-form > div {
    width: 50%;
}

body.redeem-gift #pmpro_pricing_fields {
    display: none;
}

body.redeem-gift #gift-form > div:first-child {
    padding-right: 2em;
}

body.redeem-gift h1 {
    font-size: 20pt;
    text-transform: uppercase;
}

body.redeem-gift .x-container > .offset {
    margin: 0 !important;
}

body.redeem-gift .x-header-landmark {
    display: none;
}

body.redeem-gift .hero {
    width: 100%;
    background-image: url(https://tytnetwork.com/wp-content/uploads/2017/12/Background-Edit-Blue.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

body.redeem-gift .hero .logo {
    width: 20vw;
    min-width: 12em;
}

body.redeem-gift .hero > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

body.redeem-gift .hero:before {
    padding-top: 26%;
    display: block;
    content: '';
}

body.redeem-gift form.pmpro_form .input {
    width: 100%;
    max-width: initial;
}

body.redeem-gift form.pmpro_form .pmpro_submit #pmpro_submit_span {
    width: 100%;
}

body.redeem-gift form.pmpro_form .pmpro_submit input {
    height: 49px;
    width: 100%;
    background: #003882;
    color: white;
    font-size: 125%;
}

body.redeem-gift form.pmpro_form input[type=text], body.redeem-gift form.pmpro_form input[type=password], body.redeem-gift form.pmpro_form input[type=email] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

body.redeem-gift form.pmpro_form .pmpro_submit {
    margin-left: 0.6em;
    margin-right: 0.6em;
}

body.redeem-gift footer.x-colophon {
    display: none;
}

@media (max-width: 876px) {
    body.redeem-gift .hero:before {
        padding-top: 15em;
    }
}

@media (max-width: 822px) {
    body.redeem-gift #gift-container {
        margin: -5.5em 6px 0 6px;
    }
}

@media (max-width: 580px) {

    body.redeem-gift #gift-form {
        flex-direction: column;
    }

    body.redeem-gift #gift-form > div {
        width: 100%;
    }

    body.redeem-gift #gift-form > div:first-child {
        padding-right: 0 !important;
        margin-bottom: 1em;
    }

    body.redeem-gift .hero .logo {
        width: 12em;
    }
}

/* ----------------------------------------- */
/* ----------- INVESTIGATES ---------------- */

#tyt-investigates-inner-nav {
    
}

#tyt-investigates-inner-nav a {
    font-size: 22pt;
}

#tyt-investigates-index-logo {
    width: 100%;
    background-image: url(https://tytnetwork.com/wp-content/uploads/2017/12/tyt-investigates-monitor-wall-720.jpg);
    background-position: center;
    background-size: cover;
}

.tyt-investigates-index #x-section-1 .x-container:first-child {
    display: flex;
    flex-direction: row;
}

.tyt-investigates-index #x-section-1 .x-container:first-child > :first-child {
    display: flex;
}

@media (max-width: 768px) {
    .tyt-investigates-index #x-section-1 .x-container:first-child {
        flex-direction: column;
    }
    #tyt-investigates-index-logo {
        margin-bottom: 1em;
    }

    #tyt-investigates-index-logo:before {
        display: block;
        content: '';
        padding-top: 56.25%;
    }
}

/* ----------------------------------------- */
/* ------------- CATEGORIES ---------------- */

.tyt-no-margins * {
    margin: 0;
}

.tyt-category {

}

.tyt-category #tyt2-category-load-more {
    width: 100%;
    background: #476388;
    padding: 1em;
    text-align: center;
    color: white;
    font-size: 110%;
    display: block;
}

.tyt-category #tyt2-category-loading { 
    text-align: center;
}

.tyt-category #tyt2-category-load-more:hover { 
    color: white !important;
}

.tyt-category .tyt-category-post {
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
}

.tyt-category .tyt-category-post .title {
    font-size: 110%;
    font-weight: bold;
}

.tyt-category .tyt-category-post .thumbnail {
    width: 15em;
    flex-shrink: 0;
    flex-grow: 0;
}

.tyt-category .tyt-category-post .content {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tyt-category .tyt-category-post .thumbnail img {
    width: 100%;
}

.tyt-category .tyt-category-post .content {
    margin-left: 1em;
}

@media (max-width: 550px) {
    .tyt-category .tyt-category-post {
        flex-direction: column;
    }

    .tyt-category .tyt-category-post .content {
        margin-left: 0;
    }

    .tyt-category .tyt-category-post .thumbnail {
        width: 100%;
    }
}

/* links
---------------------------------------------------------------------------------------------------- */
/* unvisited link */

/* visited link */
/*
div.rpwe-block ul li a:visited,
a.widget.ul.li:visited,*/
.main a:visited {
    color: #555 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* mouse over link */
/*
div.rpwe-block ul li a:hover,
a.widget.ul.li:hover,*/
.main a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* selected link */
/* active link in RPWE */
/*
div.rpwe-block ul li a:active,
a.x-sidebar.widget.ul.li:active,*/
a.footer:active,
a:active {
    color: #476388 !important;
    text-decoration: underline !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* footer links */
.x-colophon.bottom .x-nav li a:hover,
.x-colophon.bottom .x-colophon-content a:hover {
    color: #fff !important;
    text-decoration: none;
}

/*
Archives Tables and Buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
/*  chris@:for icons to work the following line must be in the head of the site
        chris@ I added the required code to the header using Genesis Simple Hooks  */
.tytca-table {
    border: 0 !important;
    border-radius: 0;
}

.tytca-th {
    border: 0 !important;
}

.tytca-td {
    border: 1px solid #ccc;
    padding: 0;
    vertical-align: text-top;
}

th.tytca-mosname {
    background-color: #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 900;
    margin-top: 30px;
    padding: 4px 0 2px 18px;
    text-align: left;
}

.tytca-dayname {
    background-color: #ddd;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #545454;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    padding-top: 4px;
    text-align: center;
    width: 20%;
}

.tytca-daynum {
    background-color: #fff;
    color: #545454;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 900;
    margin: 0 0 14px;
    padding: 0;
    max-width: 41%;
    min-width: 40%;
    padding: 0 0 0 12px;
    text-align: left;
}

a.tytca-audio {
    /* RED #964E4F; */
    background-color: #964e4f;
    color: #fff;
}

a.tytca-audio:before {
    /* fa-headphones Unicode:f025 */
    font-family: FontAwesome;
    content: "\f025 ";
}

a.tytca-video {
    /* WHITE #fff; */
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #000;
}

a.tytca-video:before {
    /* fa fa-cloud-download Unicode:f0ed */
    font-family: FontAwesome;
    content: "\f0ed";
}

a.tytca-video-watch {
    /* BLUE #476388; */
    background-color: #476388;
    color: #fff;
}

a.tytca-video-watch:before {
    /* fa-youtube-play Unicode:f16a */
    font-family: FontAwesome;
    content: "\f16a";
}

a.tytca-audio {
    padding-left: 10px !important;
}

a.tytca-video {
    padding-left: 6px !important;
}

a.tytca-video-watch {
    padding-left: 6px !important;
}

a.tytca-audio,
a.tytca-video,
a.tytca-video-watch {
    display: inline-block;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 4px;
    /* min-width: 40% !important; */
    min-width: 62px !important;
    padding-right: 6px !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    width: 44%;
}

a.tytca-audio:hover,
a.tytca-video:hover,
a.tytca-video-watch:hover {
    background-color: #27a3d1;
    color: #000 !important;
}

a.tytca-audio:active,
a.tytca-video:active,
a.tytca-video-watch:active {
    position: relative;
    top: 1px;
}

a.tytca-audio:before,
a.tytca-video:before,
a.tytca-video-watch:before {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-right: 3px;
    speak: none;
    text-decoration: none;
    text-transform: none;
}

a.tytca-audio-none,
a.tytca-video-none,
a.tytca-video-watch-none {
    display: none;
}

/* Short buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
a.tytca-audio-short {
    /* RED #964E4F; */
    background-color: #964e4f;
    color: #fff;
}

a.tytca-audio-short:before {
    /* fa-headphones Unicode:f025 */
    font-family: FontAwesome;
    content: "\f025 ";
}

a.tytca-video-short {
    /* WHITE #fff; */
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #000;
}

a.tytca-video-short:before {
    /* fa fa-cloud-download Unicode:f0ed */
    font-family: FontAwesome;
    content: "\f0ed";
}

a.tytca-video-short-watch {
    /* BLUE #476388; */
    background-color: #476388;
    color: #fff;
}

a.tytca-video-short-watch:before {
    /* fa-youtube-play Unicode:f16a */
    font-family: FontAwesome;
    content: "\f16a";
}

a.tytca-audio-short,
a.tytca-video-short,
a.tytca-video-short-watch {
    padding-left: 1px !important;
}

a.tytca-audio-short,
a.tytca-video-short,
a.tytca-video-short-watch {
    display: inline-block;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 1px;
    width: 69px;
    max-width: 69px;
    min-width: 50px;
    padding-right: 1px !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}

a.tytca-audio-short:hover,
a.tytca-video-short:hover,
a.tytca-video-short-watch:hover {
    background-color: #27a3d1;
    color: #000 !important;
}

a.tytca-audio-short:active,
a.tytca-video-short:active,
a.tytca-video-short-watch:active {
    position: relative;
    top: 1px;
}

a.tytca-audio-short:before,
a.tytca-video-short:before,
a.tytca-video-short-watch:before {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-right: 3px;
    speak: none;
    text-decoration: none;
    text-transform: none;
}

a.tytca-audio-short-none,
a.tytca-video-short-none,
a.tytca-video-short-watch-none {
    display: none;
}

a.tyt-globe {
    /* BLUE #476388; */
    background-color: #476388;
    border: 1px solid #dcdcdc;
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: bold;
    height: 58px;
    line-height: 40px;
    margin: 4px !important;
    padding: 10px 12px 12px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: middle;
    width: auto;
}

a.tyt-globe:hover {
    background-color: #27a3d1;
    color: #000 !important;
}

a.tyt-globe:active {
    position: relative;
    top: 1px;
}

a.tyt-globe:before {
    font-family: FontAwesome;
    /* fa-globe Unicode:f0ac */
    content: "\f0ac";
    padding-right: 6px !important;
    text-transform: none;
    text-decoration: none;
}

/* Legend buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
a.tytca-audio-mini-legend {
    /* RED #964E4F; */
    background-color: #964e4f;
    color: #fff;
}

a.tytca-audio-mini-legend:before {
    /* fa-headphones Unicode:f025 */
    font-family: FontAwesome;
    content: "\f025 ";
}

a.tytca-video-mini-legend {
    /* WHITE #fff; */
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #000;
}

a.tytca-video-mini-legend:before {
    /* fa fa-cloud-download Unicode:f0ed */
    font-family: FontAwesome;
    content: "\f0ed";
}

a.tytca-video-mini-legend-watch {
    /* BLUE #476388; */
    background-color: #476388;
    color: #fff;
}

a.tytca-video-mini-legend-watch:before {
    /* fa fa-cloud-download Unicode:f0ed */
    font-family: FontAwesome;
    content: "\f0ed";
}

a.tytca-video-mini-fast-legend {
    /* BLACK #000; */
    background-color: #000;
    color: #fff;
}

a.tytca-video-mini-fast-legend:before {
    /* fa-chevron-circle-down Unicode:f16a */
    font-family: FontAwesome;
    content: "\f13a";
}

a.tytca-audio-mini-legend,
a.tytca-video-mini-legend,
a.tytca-video-mini-legend-watch,
a.tytca-video-mini-fast-legend {
    padding-left: 1px !important;
}

a.tytca-audio-mini-legend,
a.tytca-video-mini-legend,
a.tytca-video-mini-legend-watch,
a.tytca-video-mini-fast-legend {
    border-radius: 0;
    display: inline-block;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    margin: 1px;
    width: 50px;
    max-width: 64px;
    min-width: 49px;
    padding-right: 1px !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}

a.tytca-audio-mini-legend:hover,
a.tytca-video-mini-legend:hover,
a.tytca-video-mini-legend-watch:hover,
a.tytca-video-mini-fast-legend:hover {
    background-color: #27a3d1;
    border: 1px solid #545454;
    box-shadow: 1px 1px 3px #545454;
    color: #000 !important;
}

a.tytca-audio-mini-legend:active,
a.tytca-video-mini-legend:active,
a.tytca-video-mini-legend-watch:active,
a.tytca-video-mini-fast-legend:active {
    position: relative;
    top: 1px;
}

a.tytca-audio-mini-legend:before,
a.tytca-video-mini-legend:before,
a.tytca-video-mini-legend-watch:before,
a.tytca-video-mini-fast-legend:before {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-right: 3px;
    speak: none;
    text-decoration: none;
    text-transform: none;
}

/* Archives Calendar Navigation
---------------------------------------------------------------------------------------------------- */
.active-year-link,
.active-month-link {
    color: #000;
    font-size: 1.2em;
    font-weight: 900;
}

.inactive-month-link {
    background-color: #fff;
    color: #BBB;
}

/* Category Specific CSS
---------------------------------------------------------------------------------------------------- */
/* example
.category-category-name selector { }
*/
/* hide Hr1, Hr2 and PG meta */
.category-main-show-hour-1 .taxonomy-description,
.category-main-show-hour-2 .taxonomy-description,
.category-post-game .taxonomy-description {
    display: none !important;
}

/* hide featured images on Hr1 19797, Hr2 19798, PG 17549, and Aggressive Progressives Membership 36382 */
.category-19797 .entry-featured,
.category-19798 .entry-featured,
.category-17549 .entry-featured,
.category-36382 .entry-featured,
.category-19797 img.attachment-entry.size-entry.wp-post-image,
.category-19798 img.attachment-entry.size-entry.wp-post-image,
.category-17549 img.attachment-entry.size-entry.wp-post-image,
.category-36382 img.attachment-entry.size-entry.wp-post-image,
.category-main-show-hour-1 .entry-featured,
.category-main-show-hour-2 .entry-featured,
.category-post-game .entry-featured,
.category-aggressive-progressives-membership .entry-featured,
.category-main-show-hour-1 img.attachment-entry.size-entry.wp-post-image,
.category-main-show-hour-2 img.attachment-entry.size-entry.wp-post-image,
.category-post-game img.attachment-entry.size-entry.wp-post-image, 
.category-aggressive-progressives-membership img.attachment-entry.size-entry.wp-post-image {
    display: none !important;
}

.category-19797 .entry-wrap,
.category-19798 .entry-wrap,
.category-17549 .entry-wrap,
.category-main-show-hour-1 .entry-wrap,
.category-main-show-hour-2 .entry-wrap,
.category-post-game .entry-wrap {
    width: 100% !important;
    padding-left: 0 !important;
}

/* Events Calendar
---------------------------------------------------------------------------------------------------- */
/* control display of data inside event day */
div.event-day-div {
    background-color: #7d90aa;
    padding: 12px !important;
}

/* control display of event table */
.event-table-div {
}

/* make active event day numbers pop */
.tytca-daynum-active {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    padding: 0 0 0 12px;
    text-align: left;
}

/* control event calendar h3 tags */
.event-cal-h5-title {
    margin-top: -12px !important;
    margin-bottom: -2px !important;
}

/* Feeds Page
---------------------------------------------------------------------------------------------------- */
.feeds-page-feed-url {
    border-bottom: 1px solid #d3d3d3;
    font-style: italic;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 24px !important;
    margin-left: 0;
    padding: 0 0 24px;
}

/* Footer
---------------------------------------------------------------------------------------------------- */
footer.x-colophon.top h4.h-widget {
    color: #000 !important;
    font-size: 18px;
    font-style: italic;
    text-align: center !important;
}

footer.x-colophon.top h4.h-widget:before {
    display: none !important;
    height: 0 !important;
}

footer.x-colophon.top {
    padding: 2% 0 5.25%;
}

a.footer.x-colophon.top {
    color: #000;
}

#rss-4 > h4 > a:nth-child(2),
#rss-5 > h4 > a:nth-child(2),
#rss-6 > h4 > a:nth-child(2),
#rss-7 > h4 > a:nth-child(2) {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Forms
---------------------------------------------------------------------------------------------------- */
/* hide the submit button on the admin login page */
.page-id-146237 input#gform_submit_button_24 {
    display: none !important;
}

/* hide the description on the admin login page */
li#field_24_12 {
    display: none !important;
}

/* Home Page
---------------------------------------------------------------------------------------------------- */
/* Home Page Sidebar */
/* .x-sidebar .h-widget, .x-sidebar .widget.widget_pages .current_page_item, .x-sidebar .widget.widget_nav_menu .current-menu-item */
.x-sidebar .h-widget {
    border-color: #333333;
    border-top: none;
    border-right: none;
    border-left: none;
}

/* custom static home page */
li.rpwe-li.rpwe-clearfix {
    list-style-type: none;
}

/* control recent posts headline size recent posts on home page -- when using the rpwe plugin */
h3.rpwe-title {
    color: #000 !important;
    font-size: 18px;
}

/* hide date on recent posts on home page -- when using the rpwe plugin */
time.rpwe-time.published {
    display: none;
}

/* hide read more link on recent posts on home page -- when using the rpwe plugin */
a.more-link {
    display: none;
}

/* Images
---------------------------------------------------------------------------------------------------- */
/* force image max height and width */
.x150hx120w { /* WTF: was '.150hx120w' */ 
    max-height: 150px !important;
    max-width: 120px !important;
}

.host-bio-img-widget {
    width: 98% !important;
    max-width: 320px !important;
}

/* Jetpack
---------------------------------------------------------------------------------------------------- */
/* force spacing aaround sharing buttons */
.sd-content {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

/* Login Screen (Default WordPress)
---------------------------------------------------------------------------------------------------- */
#hidden-login {
    display: none;
}

/* default wp login page */
.login h1 a {
    background-image: url(https://www.tytnetwork.com/wp-content/uploads/TYTNetwork-logo-1280x188-300x44.png) !important;
    background-image: none, url(https://www.tytnetwork.com/wp-content/uploads/TYTNetwork-logo-1280x188-300x44.png) !important;
    -webkit-background-size: 300px !important;
    background-size: 300px !important;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 44px !important;
    font-size: 20px;
    line-height: 2.5em !important;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 300px !important;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

/* Membership Block Grids
---------------------------------------------------------------------------------------------------- */
/*  control display of block grids on membership pages*/
.membership-block-grid {
    border-bottom: 1px solid #777;
    padding-bottom: 24px;
}

/*  control display of block grid items on membership pages*/
.membership-block-grid-item {
    background-color: #e0e0e0;
    border-radius: 0;
    padding: 14px 0;
    padding-top: 14px !important;
    padding-right: 14px !important;
    padding-bottom: 0;
    padding-left: 14px !important;
}

.membership-block-grid-h4 {
    margin-bottom: -18px;
    margin-top: -18px;
    text-align: center;
}

/* Miscellaneous
---------------------------------------------------------------------------------------------------- */
/*  */
.borderless {
    border: none !important;
}

/*  */
div#gathr-notify-button {
    display: none !important;
}

/* custom notification box at top of Archives page (2016) */
.archives-message-2016 {
    background-color: #FFD700;
    border: 3px dashed #000;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 12px;
    text-align: center;
}

.display-none {
    display: none !important;
}

/* Page Specific CSS
---------------------------------------------------------------------------------------------------- */
/* examples
.page-id-999 selector {}
OR
#page-999 selector {}
*/
/* Hide "Sponsored by..." message on the Newsletter sign up page (per Praveen Feb. 16, 2016 - Asana Email Sign up Button) */
.page-id-56233 .action_info_user.js-action_info_user {
    display: none;
}

/*  control  X Feature List vertical element spacing */
.page-id-103213 .x-feature-list .x-feature-box.top-text>div {
    padding-bottom: 1.15em !important;
}

/*  control  X Feature List box sizes */
.page-id-103213 .x-feature-box-graphic i {
    display: block;
    position: relative;
    width: .75em;
    height: .75em;
    text-align: center;
}

/* hide meta on post sliders on home page (affects all pages) */
span.featured-meta {
    display: none;
}

/* DK: hide title on Top Slider ("so it won't hide the graphic) (CE: affects all pages) */
h2.h-featured {
    display: none !important;
}

/* PMP PaidMembershipsPro
---------------------------------------------------------------------------------------------------- */
/* control display of required user info and payment fields on PMP checkout page */
input#username.input.pmpro_required,
input#password.input.pmpro_required,
input#password2.input.pmpro_required,
input#bemail.input.pmpro_required,
input#bconfirmemail.input.pmpro_required,
input#AccountNumber.input.pmpro_required,
select#ExpirationMonth.pmpro_required,
select#ExpirationYear.pmpro_required {
    border: 3px solid #1283ce !important;
}

/* PMP Powerpress
---------------------------------------------------------------------------------------------------- */
input.powerpress-pmp-textbox {
    background-color: #eee !important;
    border: 1px solid black !important;
    border-radius: 3px !important;
    color: #0000ff !important;
    padding: 6px;
    text-align: center !important;
    width: 100%;
    /* These are technically the same, but use both */
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /* word-break: break-all !important; */
    /* Instead use this non-standard one: */
    word-break: break-all !important;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
}

/* Podcast Page
---------------------------------------------------------------------------------------------------- */
.podcast-page-content-band {
    color: #000;
    padding-top: 2px !important;
    padding-right: 24px !important;
    padding-bottom: 4px !important;
    padding-left: 24px !important;
}

.podcast-page-show-logo {
    height: 120px !important;
    width: 120px !important;
}

.podcast-page-itunes-logo {
    height: 40% !important;
    margin-right: 12px !important;
    vertical-align: text-top !important;
    width: 40% !important;
}

.podcast-page-rss-logo {
    height: 15% !important;
    margin-right: 12px !important;
    vertical-align: text-top !important;
    width: 15% !important;
}

/* Post Specific CSS
---------------------------------------------------------------------------------------------------- */
/* example
#post-999 selector ()
*/
/* Profile Builder Pro (login/logout)
---------------------------------------------------------------------------------------------------- */
/* control layout of login  */
a.wppb-logout-url {
    display: block;
    margin-top: 24px !important;
}

/* hide Remember Me checkbox for PCI Compliance */
/*
#wppb-login-wrap #loginform p label {
        display: none;
}
*/
/* control position of login labels */
.login-username.label,
.login-password.label {
    margin-top: 12px;
}

/* control position of Lost Password link (move it higher) */
p.login-register-lost-password {
    margin-top: -32px !important;
}

/*  */
p.wppb-front-end-logout {
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 36px !important;
    padding: 12px;
}

/* unvisited Profile Builder Pro Logout button */
a.wppb-logout-url {
    background-color: #476388 !important;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 3.25rem;
    margin: 0 0 0 12px;
    padding: 12px 24px;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* visited Profile Builder Pro Logout button */
a.wppb-logout-url:visited {
    background-color: #476388 !important;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 3.25rem;
    margin: 0 0 0 12px;
    padding: 12px 24px;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* mouse over Profile Builder Pro Logout button */
a.wppb-logout-url:hover {
    background-color: #000 !important;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 3.25rem;
    margin: 0 0 0 12px;
    padding: 12px 24px;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* selected Profile Builder Pro Logout button */
a.wppb-logout-url:active {
    background-color: #476388 !important;
    border: #000 !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 3.25rem;
    margin: 0 0 0 12px;
    padding: 12px 24px;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* RPWE Recent Posts Widget Extended
---------------------------------------------------------------------------------------------------- */
/* increase title font size */
h3.rpwe-title.a,
h3.rpwe-title,
#x-section-1 > div:nth-child(2) > div > div > div > ul > li > h3 > a,
#x-section-1 > div:nth-child(3) > div > div > div > ul > li > h3 > a,
#x-section-1 > div:nth-child(4) > div > div > div > ul > li > h3 > a {
    font-size: 17px !important;
    font-weight: 700;
}

.rpwe-block h3,
.rpwe-summary {
    font-size: 15px !important;
}

/* add border around RPWE images to match X-Themes Ethos images */
img.alignleft.rpwe-thumb a {
    border: 1px solid #ddd;
    padding: 6px;
}

a.img.alignleft.rpwe-thumb {
    border: 1px solid #ddd;
    padding: 6px;
}

a.img.alignleft.rpwe-thumb:hover {
    border: 1px solid #000;
    padding: 6px;
}

/* adjust RPWE in footers */
#rpwe_widget-3.div.ul.li.h3.rpwe-title.a {
    color: #000 !important;
}

/* Related Posts
---------------------------------------------------------------------------------------------------- */
/* increase font size per DK */
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 15px;
}

/* Social Sharing
---------------------------------------------------------------------------------------------------- */
.sd-content {
    margin-top: 24px !important;
    margin-bottom: 36px !important;
}

/* Theme My Login
---------------------------------------------------------------------------------------------------- */
/* hide links ot dashboard and profile on login page */
ul.tml-user-links {
    display: none !important;
}

/* Top Bar
---------------------------------------------------------------------------------------------------- */
/* custom topbar welcome and login */
.p-info {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    margin-top: 2px !important;
}

.p-info-dot {
    color: #fff;
    font-size: 1.95rem !important;
    font-weight: 500 !important;
    margin-right: 6px !important;
    margin-left: 4px !important;
    text-shadow: 2px 2px #000;
}

a.p-info-link {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

a.p-info-link:visited {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

a.p-info-link:hover {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    text-decoration: underline;
}

a.p-info-link:active {
    color: #fff !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.admin-link {
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
h4.h-widget {
    color: #000;
    font-size: 3.25rem;
    font-weight: 700;
    text-decoration: none !important;
}

/* X Layout and Design
---------------------------------------------------------------------------------------------------- */
/* force content width to fill menu width */
.x-container.width {
    width: 100% !important;
}

/*  pull the page content area up closer to page titles (remove huge gap under page titles, before content) */
.x-container>.offset {
    margin: 24px !important;
}

/* decrease large gap above page titles to make the page title balanced in the vertical space */
h1.h-landmark.entry-title {
    margin-top: 12px !important;
}

/* hide the archives top slider until I learn how to make it only for the current archive category */
.x-flexslider.x-post-slider {
    display: none !important;
}

/* add margin space at bottom of page so elements do not rest on footer */
.x-main.left {
    padding-bottom: 36px;
}

/*  */
.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
    background-color: #D3D3D3 !important;
}

/* add padding to submenu items on monitor sized browser--it was at left edge with no padding */
.masthead-inline .x-navbar .desktop .sub-menu {
    padding-left: 6px !important;
}

/* Hide Powered by ThemeCo on Cornerstone loading pages */
.cs-preloader .cs-preloader-text {
    display: none;
}

/* remove borders from sidebar widgets */
.x-sidebar .widget ul li, .x-sidebar .widget ol li {
    border: none !important;
}

.x-sidebar .widget>ul>li:last-child, .x-sidebar .widget>ol>li:last-child, .x-sidebar .widget div>ul>li:last-child, .x-sidebar .widget div>ol>li:last-child {
    border: none !important;
}

/* hide title on post carousels per DK */
.h-entry-cover {
    display: none;
}

/* re-create background transparency behind text on hover over post carousel meta */
/* now hiding them per DK */
.x-post-carousel-meta {
    display: none !important;
    /*
            position: absolute;
            height: 120px;
            left: 52.5px;
            right: 52.5px;
            bottom: -175px;
            -webkit-transition: all .615s cubic-bezier(0.19,1,0.22,1);
            transition: all .615s cubic-bezier(0.19,1,0.22,1);
    */
    /* above is default - below lines added by me */
    /*
            background-color: rgba(0,0,0,.7);
            text-shadow: 1px 1px #000;
    */
}

/* hide large thumbnail image at top of posts per DK */
/* hide them but do NOT hide them on Archive pages */
/*
.single .entry-featured {
        display: none;
}
*/
/* X header social icons */
.x-social-global a {
    color: #d3d3d3 !important;
}

.x-social-global a:hover {
    color: #fff !important;
}

/* add padding below page and post titles */
h1.h-landmark.entry-title {
    padding-bottom: 12px;
}

.x-sidebar .widget ul li a {
    font-size: 15px;
}

/* change footer widget headers */
footer.x-colophon.top h4.h-widget {
    border-bottom: 1px solid #000;
    color: #000 !important;
    /* font-size: .125rem !important; */
    font-style: initial;
    margin-top: 24px !important;
    margin-bottom: 18px !important;
    padding-bottom: 6px;
    text-align: center !important;
}

.widget_rss .widget-title a.rsswidget:link {
    color: #000 !important;
}

.widget.widget_rss li .rsswidget {
    color: #000 !important;
    text-decoration: underline;
}

.widget.widget_rss a.rsswidget:hover,
.widget.widget_rss li .rsswidget:hover {
    text-decoration: none !important;
}

a.rsswidget:hover {
    text-decoration: none !important;
}

/* hide top of post navigation arrow links to previous and next posts (they do not stay in the same category) */
.x-nav-articles {
    display: none !important;
}

.podcast-page-content-band .h5 {
    font-size: 140%;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

.show-with-login {
    display: none;
}

.mobile-content {
    display: block;
    padding: 20px 20px 0;
    margin-bottom: 0;
    background: #FFF;
}

.format-video .entry-featured {
    display: none;
}

.x-block-grid-item > a > img[scale*="0"] {
    width: 100%;
}

.x-brand img {
    width: 200px !important;
}

.podcast-page-rss-logo {
    width: 24px !important;
    height: auto !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}

.has-post-thumbnail .entry-thumb {
}

.hide-with-subscriptions, .show-with-subscriptions {
    display: none;
}

.x-container {
    padding: 0 20px;
}

.x-header-landmark {
    padding: 1em 0 0;
}

.x-header-landmark+.x-container>.offset>.x-sidebar {
    margin-top: -84px;
}

.x-callout {
    border: 0;
}

.x-container>.offset {
    margin: 34px auto !important;
}

.home .x-container>.offset {
    margin: 0 auto !important;
}

h1.h-landmark.entry-title {
    margin-top: -6px !important;
}

.entry-content {
    overflow: hidden;
}

.clear-comment {
    float: left;
    margin-right: 20px;
}

body.parent-pageid-467516 #top {
    background-color: #000 !important;
}

/* Archives Special Messages
---------------------------------------------------------------------------------------------------- */
/* display of text for message on days where there is no show */
.archives-no-show-message {
    color: #bbb;
    display: table;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .05rem;
    margin-top: 12px;
    margin-right: auto;
    margin-bottom: -23px;
    margin-left: auto;
    text-align: center !important;
}

/* used in calendar media archives to highlight an extra row of posts for the post game show */
.pg-extra-cov-msg {
    background-color:#ccc!important;
    border-radius:0 9px 0 0!important;
    margin-top:-30px!important;
    margin-right:1px!important;
    margin-left:-2px!important;
    padding-top:0!important;
    padding-right:0!important;
    padding-bottom:1px!important;
    padding-left:2px!important;
    width:212px!important;	
}
/* display of text message above extra row in post game */
.pg-extra-cov-msg-title {
    font-size:.7em!important;
    letter-spacing:0.105em!important;
    padding-left:12px!important;
    text-transform:uppercase!important;
}

/* Buttons and Links
---------------------------------------------------------------------------------------------------- */
/* unvisited button */
.x-btn,
a.x-btn,
a.x-btn.x-btn-flat.x-btn-large {
    background-color: #476388 !important;
    border: none !important;
    color: #fff !important;
    padding: 4px 11px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* visited button */
.x-btn:visited,
a.x-btn:visited,
a.x-btn.x-btn-flat.x-btn-large:visited {
    background-color: #476388 !important;
    border: none !important;
    color: #fff !important;
    padding: 4px 11px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* mouse over button */
a.x-btn-flat:hover,
a.x-btn-mini:hover,
a.x-btn-small:hover,
a.x-btn-regular:hover,
a.x-btn-large:hover,
a.x-btn-x-large:hover,
a.x-btn-jumbo:hover,
a.x-btn:hover,
a.x-btn:hover,
a.x-sidebar.x-widget.x-btn:hover,
a.x-btn.x-btn-flat.x-btn-large:hover {
    background-color: #000 !important;
    /* border: 1px solid #545454 !important; */
    color: #fff !important;
    padding: 4px 11px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: 1px 1px 3px #545454 !important;
}

/* selected button */
.x-btn:active,
a.x-btn:active,
a.x-btn.x-btn-flat.x-btn-large:active {
    background-color: #476388 !important;
    border: #000 !important;
    color: #fff !important;
    padding: 4px 11px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Archives Mini buttons
---------------------------------------------------------------------------------------------------- */
/* TYTCA TYT Calendar Archives */
a.arc-aud {
    /* RED #964E4F; */
    background-color: #964e4f;
    color: #fff!important;
}

a.arc-vid {
    /* WHITE #fff; */
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #000;
}

a.arc-vid-watch {
    /* BLUE #476388; */
    background-color: #476388;
    color: #fff!important;
}

a.arc-vid-fast {
    /* BLACK #000; */
    background-color: #000;
    color: #fff!important;
}

a.arc-aud,
a.arc-vid,
a.arc-vid-watch,
a.arc-vid-fast {
    padding-left: 1px !important;
}

a.arc-aud,
a.arc-vid,
a.arc-vid-watch,
a.arc-vid-fast {
    border-radius: 0;
    display: inline-block !important;
    font-size: 1.5rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 1px !important;
    width: 50px !important;
    max-width: 64px !important;
    min-width: 49px !important;
    padding-right: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-transform: none !important;
}

a.arc-aud:link,
a.arc-vid-watch:link,
a.arc-vid-fast:link {
    color: #fff !important;
}

a.arc-aud:visited,
a.arc-vid-watch:visited,
a.arc-vid-fast:visited {
    color: #fff !important;
}

a.arc-aud:hover,
a.arc-vid:hover,
a.arc-vid-watch:hover,
a.arc-vid-fast:hover {
    background-color: #27a3d1;
    border: 1px solid #545454;
    box-shadow: 1px 1px 3px #545454;
    color: #000 !important;
    border-radius: 0;
    display: inline-block !important;
    font-size: 1.5rem !important;
    font-style: normal !important;
    font-weight: normal !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 1px !important;
    width: 50px !important;
    max-width: 64px !important;
    min-width: 49px !important;
    padding-right: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    text-transform: none !important;
}

a.arc-aud:active,
a.arc-vid-watch:active,
a.arc-vid-fast:active {
    color: #fff !important;
}

a.arc-aud:active,
a.arc-vid:active,
a.arc-vid-watch:active,
a.arc-vid-fast :active {
    position: relative;
    top: 1px;
}

a.arc-aud-none,
a.arc-vid-none,
a.arc-vid-watch-none,
a.arc-vid-fast-none {
    display: none;
}

/* use this for buttons when there is no show */
a.arc-aud-noshow,
a.arc-vid-noshow,
a.arc-vid-watch-noshow,
a.arc-vid-fast-noshow {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #ccc;
    display: inline-block;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    margin: 1px;
    width: 50px;
    max-width: 64px;
    min-width: 49px;
    padding-right: 1px !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}


/*---------------------------------------------------------------------------*/
/* New Css */

.clearfix {
    display: block;
    clear: both;
}

.podcast-feed-item a.single-feed-item-link {
    color: #fff !important;   
}

#rows-podcasting .row-podcasting{
    min-height:210px;
    height:auto;
}
/* Add to fav */

.add-to-your-player-box, .am-podcast-player, .podcast-feed-items, .am-login-required-msg {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 0px 20px;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
}

.podcast-feed-item a.single-feed-item-link {
    color: #fff !important;   
}

.am-login-required-msg p {
    margin: 0;
    padding: 0;
    text-align: center;    
}

.add-to-your-player-box p, .am-podcast-player p {
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

/* Listen Now */

.am-podcast-player {
    padding-bottom: 20px;
}

.am-podcast-player p span.date {
    margin-right: 10px;
}

.add-to-your-player-box .url {
    display: block;
    padding: 8px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    background-position: 0px -280px;
    text-decoration: underline;
    height: auto;
    min-height: 40px;
    border: none;
    width: 100%;
    color: #fff;
    word-break: break-all;
}

.am-podcast-player .x-audio.player {
    height: auto;
}

.am-podcast-player .mejs-container .mejs-controls {
    background-color: rgba(255, 255, 255, 0.1);
}

.am-podcast-player .powerpress_player {
    position: relative;
    top: 6px;
}

.am-podcast-player .mejs-button.mejs-mute {
    float: right;
    margin-top: -26px;
}

.am-podcast-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, 0.2);
}

.am-podcast-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    position: relative;
}

.am-podcast-player .mejs-controls .mejs-time-rail .mejs-time-current:after {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: block;
    content: '';
    right: -2px;
    margin-top: -5px;
    background: #fff;
}

.am-podcast-player .mejs-currenttime {
    margin-left: -5px;
}

/* All Episodes */

.podcast-feed-items {
    max-height: 150px;
    overflow: auto;
    padding-right: 5px;
}

.podcast-feed-items li {
    display: block;
    margin-bottom: 6px;
}

.play-podcast-feed-audio {
    background: url(https://tytnetwork.com/wp-content/uploads/2017/01/pause_play_stop_outline.png) no-repeat 1px 2px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: solid 2px #fff;
    border-radius: 50px;
    background-size: 35px;
    text-indent: -350px;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
}

.play-podcast-feed-audio.playing {
    background: url(https://tytnetwork.com/wp-content/uploads/2017/01/pause_play_stop_outline.png) no-repeat -17px 2px;
    background-size: 35px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px !important;
    background-color: #fff !important;
    background-color: rgba(255,255,255,.2) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px !important;
    background-color: rgba(255,255,255,1) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0px !important;
}		

#rows-podcasting .row-podcasting .row-options li a {
    outline: 0px;
    outline-offset: 0px;
}

#rows-podcasting .row-podcasting .row-options li a.active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}



/* MEDIA QUERIES
---------------------------------------------------------------------------------------------------- */
@media (min-width: 980px) {
    .mobile-content {
        display: none;
    }

    .ws-lightbox-inner {
        width: 90% !important;
        height: 90% !important;
    }

    /* control display of hamburger menu on mobile menu */
    i.x-icon-bars {
        color: #000000 !important;
        font-size: 1.5em !important;
        font-weight: 900 !important;
        margin-top: -6px !important;
    }
}

@media (max-width: 1250px) {
    .x-navbar .desktop .x-nav > li > a {
        font-size: 12px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* control display of hamburger menu on mobile menu */
    i.x-icon-bars {
        color: #000000 !important;
        font-size: 1.5em !important;
        font-weight: 900 !important;
        margin-top: -6px !important;
    }
}

@media (max-width: 767px) {
    .x-topbar .p-info {
        display: none;
    }

    /* control display of hamburger menu on mobile menu */
    i.x-icon-bars {
        color: #000000 !important;
        font-size: 1.5em !important;
        font-weight: 900 !important;
        margin-top: -6px !important;
    }
}

@media (max-width: 550px) {
    .mejs-video {
        height: 200px !important;
    }

    .x-post-carousel.unstyled {
        height: 180px;
    }

    .x-post-carousel.unstyled .entry-cover {
        padding-bottom: 180px;
    }

    .x-breadcrumbs {
        display: none;
    }

    .x-brand img {
        width: 170px !important;
    }

    .rpwe-img .rpwe-thumb {
        width: 100%;
    }

    .avatar.mobile, .subscribe.mobile {
        font-size: 11px;
        padding-top: 19px;
    }

    /* control display of hamburger menu on mobile menu */
    i.x-icon-bars {
        color: #000000 !important;
        font-size: 1.5em !important;
        font-weight: 900 !important;
        margin-top: -6px !important;
    }
}


/**/

#page-podcasting {
    background-color: #d3d3d3;
}

#rows-podcasting {
}

#rows-podcasting .row-podcasting {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 210px;
    margin: 0 0 10px;
    padding: 0 0 0 55px;
    position: relative;
    padding-bottom:20px;
    padding-left:80px;
}

#rows-podcasting .row-podcasting:last-child {
    margin: 0;
}

#rows-podcasting .row-podcasting:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

#rows-podcasting .row-podcasting .row-icon {
    background: url(images/icon01.png) no-repeat 50% 25px #476388;
    background-size: 55%;
    height: 100%;
    left: 25px;
    position: absolute;
    top: 0;
    width: 50px;
}

#rows-podcasting .row-podcasting .row-image {
    float: left;
    height: 100%;
    padding: 20px;
    padding-bottom:0px;
}

#rows-podcasting .row-podcasting .row-image img {
    display: block;
    height: auto;
    max-width:160px !important;
    max-height:160px;

}

#rows-podcasting .row-podcasting .row-content {
    float: left;
    padding: 45px 0 0;
}

#rows-podcasting .row-podcasting .row-title {
    color: #fff;
    font-family: "Lato", sans-serif, Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 125%;
    margin: 0 0 5px;
}

#rows-podcasting .row-podcasting .row-description {
    font-family: "Lato", sans-serif, Georgia, "Times New Roman", Times, serif;
    margin: 0 0 10px;
}

#rows-podcasting .row-podcasting .row-description p {
    color: #fff;
    font-size: 17px;
    line-height: 125%;
    margin: 0;
    font-weight:300;
}

#rows-podcasting .row-podcasting .row-options {
    font-size: 0;
    margin: 0;
}

#rows-podcasting .row-podcasting .row-options li {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
}

#rows-podcasting .row-podcasting .row-options li a {
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    color: #ddd !important;
    display: block;
    font-family: "Lato", sans-serif, Georgia, "Times New Roman", Times, serif;
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 125%;
    padding:13px 15px 5px;
    text-transform: uppercase;
}

#rows-podcasting .row-podcasting .row-options li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #rows-podcasting .row-podcasting .row-title {
        font-size: 30px;
    }
    #rows-podcasting .row-podcasting .row-description p {
        font-size: 13px;
    }
    #rows-podcasting .row-podcasting .row-options li {
        margin: 0 10px 0 0;
    }
    #rows-podcasting .row-podcasting .row-options li a {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 767px) {
    #rows-podcasting .row-podcasting {
        height: auto;
        padding: 0;
    }
    #rows-podcasting .row-podcasting .row-icon {
        background-position: 50% 50%;
        background-size: auto 50%;
        position: static;
        height: 50px;
        width: 100%;
    }
    #rows-podcasting .row-podcasting .row-image {
        float: none;
        padding: 15px 0;
    }
    #rows-podcasting .row-podcasting .row-image img {
        height: auto;
        margin: 0 auto;
        max-width: 210px;
    }
    #rows-podcasting .row-podcasting .row-content {
        float: none;
        padding: 0 0 20px;
        text-align: center;
    }
    #rows-podcasting .row-podcasting .row-title {
        font-size: 25px;
    }
    #rows-podcasting .row-podcasting .row-description {
        margin: 0 0 20px;
    }
    #rows-podcasting .row-podcasting .row-options {
        margin: 0 auto;
        max-width: 200px;
    }
    #rows-podcasting .row-podcasting .row-options li {
        display: block;
        margin: 0;
    }
}



/* Responsive Css for Network */

@media (max-width:767px) {

    .advanced-controls.mejs-audio .mejs-time-rail {
        width: calc(70% - 60px) !important;
    }

    .am-podcast-player .mejs-currenttime {
        margin-left: -20px;
    }

    .add-to-your-player-box p, .am-podcast-player p {
        line-height: 18px;
    }
}
@media (max-width:360px) {

    .advanced-controls.mejs-audio .mejs-time-rail {
        width: calc(60% - 60px) !important;
    }
}
@media (min-width:768px) and (max-width:812px) {

    #rows-podcasting .row-podcasting .row-content {
        padding-left: 20px;
    }
}

@media (min-width:436px) and (max-width:767px) {
    .am-podcast-player .mejs-button.mejs-mute{
        margin-top:0px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #rows-podcasting .row-podcasting .row-options{
        margin-top:32px;
    }
}

/* Join Page Packages */  

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');


.join-table {
    width:1074px;
    margin:auto;
    padding-top:50px;
    display:table;
}


.join-table ul .gray div{
    font-weight:400;
    color:#fff;
    font-size:16px;
    padding:0px 10px;
    padding-right:25px;
    line-height:26px;
    padding-bottom:1px;
    min-width:110px;
    background:#5C84B5;
    display:inline-block;
    position:relative;
}


.join-table ul .gray div i{
    display:inline-block;
    background:url(images/icon-arrow-2-up.png) no-repeat 0px 0px;
    width:19px;
    height:19px;
    position:absolute;
    right: 19px;
    top: 5px;
    margin-right: -20px;
    z-index: 45;
}


.join-table ul.closed .gray div i{
    background:url(images/icon-arrow-2-down.png) no-repeat 0px 0px;
}


.join-table ul .gray div:after{
    content: '';
    display: block;
    background: #5c84b5;
    width: 19px;
    position: absolute;
    right: -9px;
    top: 4px;
    height: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.join-table ul{
    padding:0px;
    margin:0px;
    width:auto;
    float:left;

    background:#E6E6E6;
    font-family: 'Lato', sans-serif;
}

.join-table ul:after{
    clear:both;
    content:'';
    display:block;
}

.join-table ul li{
    padding:0px 10px;
    min-height:27px;
    height:100%;
}

.join-table .row-2{

}

.join-table .row-2 li, .join-table .header-row li{
    display:inline-block;
    float:left;
    background:#5C84B5;
    margin-right:14px;
}

.join-table ul li.gray{
    width:322px;
    overflow:hidden;
    margin-right:0px;
    background:#E6E6E6;
}

.join-table ul li.free{
    width:76px;
    background:#5c84b5;
}

.join-table .gold{
    width:176px;
}

.join-table .green{
    width:161px;
}

.join-table .sky{
    width:136px;
}

.join-table .blue{
    width:146px;
    margin-right:0px !important;
}

/* Space Row */
.join-table .space-row{
    background:none;
}

.join-table .space-row li{
    display:inline-block;
    float:left;
    height:14px;
    min-height:14px;
    padding:0px;
    background:#476388;
    margin-right:14px;
}

.join-table .header-space li{
    height:12px;
    min-height:12px;
    background:#476388;
}

.join-table .header-space li.free{
    background:#476388 !important;
}

.join-table .header-space li.gold{
    border-top:solid 5px #ebb800;
}

.join-table .space-row li.gray{
    background:none;
}

.join-table .space-row li.free{
    background:none;
}

.join-table .last{
    position:relative;
}

.join-table .last:after{
    background:#476388;
    height: 10px;
    content: '';
    width: 100%;
    display: block;
    bottom: -10px;
    position: absolute;
    left: 0px;

}

.join-table .empty{
    background:none !important;
}


.free-check{
    background:url(images/check-mark-1.png) no-repeat center center;
    width:100%;
    display:block;
    height:100%;
    min-width:19px;
    min-height:27px;
}

.gold-check{
    background:url(images/check-mark-2.png) no-repeat center center;
    width:100%;
    display:block;
    height:100%;
    min-width:19px;
    min-height:27px;
}

.green-check{
    background:url(images/check-mark-3.png) no-repeat center center;
    width:100%;
    display:block;
    height:100%;
    min-width:19px;
    min-height:27px;
}

.sky-check{
    background:url(images/check-mark-4.png) no-repeat center center;
    width:100%;
    display:block;
    height:100%;
    min-width:19px;
    min-height:27px;
}

.blue-check{
    background:url(images/check-mark-5.png) no-repeat center center;
    width:100%;
    display:block;
    height:100%;
    min-width:19px;
    min-height:27px;
}

/* Join Table Header */

.join-table ul.header-row{
    background:none;
    height:150px;
}

.join-table ul.header-row li{
    display:inline-block;
    float:left;
    padding:0px;
    background:#476388;
}

.join-table ul.header-row li.gold{
    background:#b89000;
    border:solid 5px #ebb800;
    border-bottom:none;
    border-top:none;
    position:relative;
}

.join-table ul.header-row li.blue{
    background:#7E45FF;
}

.join-table ul.header-row li.sky{
    background:#00ADD0;
}

.join-table ul.header-row li.green{
    background:#21B38D;
}

.join-table ul.header-row li.gold span{
    display:block;
    height:50px;
    border-top:solid 5px #ebb800;
    border-bottom:solid 5px #ebb800;
    text-align:center;
    background:#ffcd17;
    color:#000;
    font-size:16px;
    font-weight:900;
    line-height:40px;
    position:absolute;
    top: -50px;
    left: -5px;
    right: -5px;

}

.join-table .header-row label{
    font-size:16px;
    color:#fff;
    font-weight:400;
    display:block;
    line-height:19px;
    padding-left:35px;
    width:100%;
    height:100%;
    background:url(images/radio-empty.png) no-repeat 10px center;
}

.join-table .header-row label:hover{
    background:url(images/radio-hover.png) no-repeat 10px center;
}

.join-table .header-row input[type=radio]:checked + label{
    background:url(images/radio-filled.png) no-repeat 10px center;
}

.join-table .header-row input {
    display:none;
}

.join-table .header-row .free label{
    padding-top:64px;
}

.join-table .header-row .gold label{
    padding-top:15px;
    padding-bottom:14px;
    height:auto;
}

.join-table .header-row .gold label.gold2{
    padding-top:5px;
    padding-bottom:5px;
}

.join-table .header-row .green label{
    height:auto;
    padding-top:8px;
    padding-bottom:8px;
}

.join-table .header-row .green label.green1{
    margin-top:18px;
}

.join-table .header-row .sky label{
    padding-top:45px;
}

.join-table .header-row .blue label{
    padding-top:54px;
}


.join-table span p{
    font-size:14px;
    padding:0px;
    margin:0px;
    color:#666666;
    font-weight:400;
    line-height:17px;
    padding-left:10px;
}

.join-table span p:last-child{
    margin-bottom:3px;
}

.sub-2, .sub-2 li{
    height:67px;
}


.sub-3, .sub-3 li{
    height:83px;
}


.sub-4, .sub-4 li{
    height:100px;
}

.sub-5, .sub-5 li{
    height:119px;
}

.sub-6, .sub-6 li{
    height:135px;
}

.sub-7, .sub-7 li{
    height:152px;
}

.sub-8, .sub-8 li{
    height:168px;
}


.sub-9, .sub-9 li{
    height:185px;
}


.sub-10, .sub-10 li{
    height:210px;
}

ul.closed{
    height:auto;
}


.sub-1, .sub-2, .sub-3, .sub-4, .sub-5, .sub-6, .sub-7, .sub-8, .sub-9, .sub-10{
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.sub-1 li, .sub-2 li, .sub-3 li, .sub-4 li, .sub-5 li, .sub-6 li, .sub-7 li, .sub-8 li, .sub-9 li, .sub-10 li{
    -moz-transition: height .1s;
    -ms-transition: height .1s;
    -o-transition: height .1s;
    -webkit-transition: height .1s;
    transition: height .1s;
}


.sub-1.closed li, .sub-2.closed li, .sub-3.closed li, .sub-4.closed li, .sub-5.closed li, .sub-6.closed li, .sub-7.closed li, .sub-8.closed li, .sub-9.closed li, .sub-10.closed li{
    height:27px !important;
    -moz-transition: height .8s;
    -ms-transition: height .8s;
    -o-transition: height .8s;
    -webkit-transition: height 1.5s;
    transition: height 1.5s;
}



.sub-1.closed, .sub-2.closed, .sub-3.closed, .sub-4.closed, .sub-5.closed, .sub-6.closed, .sub-7.closed, .sub-8.closed, .sub-9.closed, .sub-10.closed{
    height:27px !important;
    -moz-transition: height .4s;
    -ms-transition: height .4s;
    -o-transition: height .4s;
    -webkit-transition: height .4s;
    transition: height .4s;
}

.closed span{
    display:none;
}

.join-table input[type=submit]{margin:auto; display:table;}
.row-2.last-row{margin-bottom:50px;}

#page-young-trucks{
	background:#fff;
}

.young-trucks{
	padding-left:0px;
}

.young-trucks li{
	display:inline-block;
	float:left;
	width:25%;
	margin-bottom:50px;
}

.young-trucks li a{
	display:block;
	height:110px;
}

.young-trucks li a img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	display:block;
	transition:all 0.5s ease;
}

.young-trucks li a img:hover{
	opacity:0.8;
}

.young-trucks li.amazon{
	float:right;
}

.young-trucks li.instagram a, .young-trucks li.hulu a, .young-trucks li.aol a, .young-trucks li.amazon a{
	padding-top:22px;
}

.young-trucks li.instagram img, .young-trucks li.hulu img, .young-trucks li.aol img{
	max-width:200px;
}

.young-trucks li.iframe-item{
	width:46%;
	padding-top:15px;
}


@media (min-width:768px) and (max-width:991px){
	.young-trucks li{
		width:33.33%;
	}
	
	.young-trucks li.iframe-item{
		width:62%;
	}
}


@media (max-width:767px){
	.young-trucks li{
		width:100%;
	}
	
	.young-trucks li.iframe-item{
		width:100%;
	}
}



@media (max-width:767px){
    .join-table{
        display:block;
        width:100%;
        overflow:scroll;
    }

    .join-table > ul{
        width:1074px;
    }

    #rows-podcasting .section-heading{
        font-size:20px !important;
    }

    .note{
        width:100% !important;
    }
}

@media (min-width:768px) and (max-width:991px){

    .join-table{
        width:768px;
    }

    .join-table ul li.gray{
        width:212px;
    }

    .join-table ul li.free{
        width:46px;
    }

    .join-table .gold{
        width:140px;
    }

    .join-table .sky{
        width:106px;
    }

    .join-table .green{
        width:130px;
    }

    .join-table .blue{
        width:115px;
    }

    .join-table .header-row label{
        padding-left:25px;
        font-size:14px;
        background-position:3px center !important;
    }

    .join-table .row-2 li, .join-table .header-row li, .join-table .space-row li{
        margin-right:2px !important;
    }

    .join-table .row-2 li:last-child, .join-table .header-row li:last-child, .join-table .space-row li:last-child{
        margin-right:0px !important;
    }

    .join-table ul .gray div{
        font-size:12px;
        padding:0px 5px;
        padding-right:20px;
    }

    #on-demand li.gray{
        width:230px;
        margin-right:-16px !important;
    }

    .last-row li.gray{
        width:240px !important;
        margin-right:-26px !important;
    }

    .join-table ul .gray div:after{
        height:18px;
    }

    .join-table .header-row .free label {
        padding-left: 11px;
        background-position: center 46px !important;
    }

    .join-table ul li{
        min-height:28px;
    }

    .join-table .space-row li{
        height:5px !important;
        min-height:5px !important;
    }

}

@media (min-width:768px) and (max-width:800px){
    .join-table{
        margin-left:-15px;
    }						

}



@media (min-width:992px) and (max-width:1199px){
    .join-table{
        width:992px;
    }

    .join-table ul li.gray{
        width:312px;
    }

    .join-table ul li.free{
        width:66px;
    }

    .join-table .gold{
        width:166px;
    }

    .join-table .sky{
        width:126px;
    }

    .join-table .green{
        width:151px;
    }

    .join-table .blue{
        width:130px;
    }

    .join-table .header-row label{
        padding-left:25px;
        background-position:3px center !important;
    }

    .join-table .row-2 li, .join-table .header-row li, .join-table .space-row li{
        margin-right:8px !important;
    }

    .join-table .row-2 li:last-child, .join-table .header-row li:last-child, .join-table .space-row li:last-child{
        margin-right:0px !important;
    }


}
#preload-01 { background:url(images/icon-arrow-2-up.png)  no-repeat -9999px -9999px; }
#preload-02 { background:url(images/icon-arrow-2-down.png)  no-repeat -9999px -9999px; }
#preload-03 { background:url(images/radio-empty.png)   no-repeat -9999px -9999px; }
#preload-04 { background:url(images/radio-hover.png)   no-repeat -9999px -9999px; }
#preload-05 { background:url(images/radio-filled.png)   no-repeat -9999px -9999px; }


#rows-podcasting .section-heading{
    color:#fff;
    font-family:Lato;
    font-size:30px;
    font-weight:400;
    background:#476388;
    height:50px;
    line-height:49px;
    padding-left:20px;
    margin-top:-4px;
    margin-bottom:10px;
}

#rows-podcasting .podcast-heading{
    margin-top:30px;
}

.note{
    /* background:#f3f3f3; */
    background:#fff;
    padding:15px;
    margin:-4px auto 30px;
    display:block;
    font-size:18px;
    color:#000;
    font-family:Lato;
    font-style:italic;
    width: 83%;
    line-height: 20px;
}

.note a{
    color:inherit;
}

.tyt-grey-button {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0.5em;
    padding: 0 1.5em;
    border: 1px solid rgba(150,150,150,1);
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    font: normal normal bold 1em/2em Arial, Helvetica, sans-serif;
    color: rgba(80,80,80,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
    background: rgba(180,180,180,1);
    -webkit-box-shadow: 0 0 1px 1px rgba(211,211,211,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
    box-shadow: 0 0 1px 1px rgba(211,211,211,0.8) , 0 1px 0 0 rgba(0,0,0,0.298039) ;
    text-shadow: 0 1px 0 rgba(211,211,211,0.8) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    text-decoration: none;
}

.tyt-grey-button:hover {
    cursor: pointer;
    border: 1px solid rgba(178,178,178,1);
    color: rgba(76,76,76,1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
    text-decoration: underline;
}

.tyt-grey-button:active {
    position: relative;
    cursor: default;
    top: 1px;
    border: 1px solid rgba(180,180,180,1);
    color: rgba(114,114,114,1);
    background: rgba(200,200,200,1);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) inset;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) inset;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* Member Stream */

#page-member-stream{
	background-color: #d3d3d3;
}

#page-member-stream .x-container{
	padding:0px;
}

.stream-sec{
	width:100%;
	background:#fff;
	padding:20px 40px;
	margin-top:20px;
}

.iframe-border{
	border:solid 1px #e6e6e6;
	padding:25px 25px 20px;
}

.iframe-border iframe{
	width:100%;
	height:600px;
	margin-bottom:0px;
}

.stream-heading{
	background:#fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 20;
	padding:15px 50px;
	color:#000;
	font-size:24px;
	font-weight:700;
}

.stream-heading span{
	color:#BD0000;
}

.stream-heading ul{
	padding-left:0px;
	margin:15px auto 0px;
	width:73%;
	color:#000;
	font-size:12px;
	font-weight:400;
}

.stream-heading ul li{
	display:inline-block;
	width:18%;
	float:left;
}

.stream-heading ul li:last-child{
	width:64%;
}

.stream-schedule{
	background:#476388;
}

.stream-note{
	background:#fff;
	box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 20;
	display:block;
	padding:40px 0px;
}

.stream-note p{
	margin-bottom:0px;
	line-height:normal;
	color:#000;
	font-size:12px;
	width:70%;
	margin:auto;
	text-transform:uppercase;

}

.members-stream{
	background:#fff;
	margin-top:20px;
}

.schedule-list{
	width:99%;
	margin:auto;
	padding-left:0px;
	height:300px;
}

.schedule-list li{
	display:block;
	width:70%;
	margin:0px auto 10px;
	background:#fff;
	padding:10px 20px;
}

.schedule-list li div{
	width:18%;
	display:inline-block;
	float:left;
}

.schedule-list li div:last-child{
	width:64%;
}

.schedule-list li:after, .stream-schedule:after, .stream-heading ul:after{
	clear:both;
	display:block;
	content:'';
}

.schedule-list li div p{
	margin-bottom:0px;
	line-height:normal;
	color:#4D4D4D;
	font-size:14px;
}

.schedule-list li div p.bold{
	font-weight:bold;
}

#page-member-stream .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
	width:12px !important;
}

#page-member-stream .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	border-radius:15px !important;
}


@media (min-width:768px) and (max-width:991px){
	.iframe-border iframe{
		height:300px;
	}
	
	.schedule-list li{
		width:95%;
	}
	
	.stream-heading ul{
		width:100%;
		margin-left:-10px;
	}
}


@media (max-width:767px){
	.stream-sec{
		padding:20px;
	}
	
	.iframe-border{
		padding:10px 10px 5px;
	}
	
	.iframe-border iframe{
		height:200px;
	}
	
	.stream-heading{
		padding:15px 20px;
		line-height:25px;
	}
	
	.stream-heading ul{
		width:90%;
	}
	
	.stream-heading ul li{
		width:50%;
	}
	
	.stream-heading ul li:last-child{
		display:none;
	}
	
	.schedule-list li{
		width:100%;
	}
		
	.schedule-list li div{
		width:50%;
	}
	
	.schedule-list li div:last-child{
		width:100%;
		margin-top:20px;
	}
	
	.stream-note{
		padding:20px 0px;
	}
	
	.stream-note p{
		width:90%;
	}
	
	.stream-schedule{
		padding-left:15px;
		padding-right:5px;
	}
}



/* Archive Templates */




				/* Monthly Archive */
				
				.save-file{
					background-color: hsl(39, 100%, 50%);
					width:100%;
					color: #272727;
					letter-spacing: 0.071em;
					font-family: "Lato",sans-serif;
					font-style: normal;
					font-weight: 700;
					text-align:center;
					line-height: 1.1;
					font-size:16px;
					padding: 8px;
					margin-top: 35px;
				}
				
				/* Calendar */
				
				.calendar-days{
					background:#ddd;
					border-right:solid 1px #ccc;
					margin-bottom:0px;
				}
				
				.calendar-days li{
					display:inline-block;
					float:left;
					width:20%;
					border-left:solid 1px #ccc;
					color: #545454;
					font-size: 2rem;
					font-style: normal;
					font-weight: 900;
					padding-top: 4px;
					padding-bottom:5px;
					text-align: center;
				}
				
				.shows-calendar, .calendar-days{
					padding-left:0px;
					margin-left:0px;
					border:solid 1px #ccc;
					border-left:none;
					border-bottom:none;
				}
				
				.shows-calendar li{
					display:inline-block;
					float:left;
					width:20%;
					border-left:solid 1px #ccc;
					border-bottom:solid 1px #ccc;
					min-height:201px;
					padding:2px;
					padding-bottom:0px;
				}
				
				.shows-calendar:after, .calendar-days:after{
					content:'';
					display:block;
					clear:both;
				}
				
				.selected-month{
					background-color: #ccc;
					border-left: 1px solid #ccc;
					border-right: 1px solid #ccc;
					border-top: 1px solid #ccc;
					color: #000;
					font-size: 3.2rem;
					font-style: normal;
					font-weight: 900;
					margin-top: 30px;
					padding: 4px 0 2px 18px;
					text-align: left;
				}
				
				.shows-calendar li .get-aud,
				.shows-calendar li .get-vid, 
				.shows-calendar li .view-vid, 
				.shows-calendar li .lo-vid{
					margin-bottom:2px !important;
					display:inline-block !important;
				}
				
				.shows-calendar li span{
					color: #545454;
					font-size: 2.4rem;
					font-style: italic;
					font-weight: 900;
					margin: 0 0 14px;
					padding: 0 0 0 5px;
					text-align: left;
					display:block;
				}
				
				.shows-calendar li .no-show{
					color: #bbb;
					display: table;
					font-size: 2rem;
					font-weight: 700;
					line-height: 1.3;
					letter-spacing: .05rem;
					margin-top: 12px;
					margin-right: auto;
					margin-left: auto;
					text-align: center;
				}
			
				.top-options{
					
				}
				
				.top-options > div{
					width:33.33%;
					display:inline-block;
					float:left;
					padding: 0px 25px;
				}
				
				.top-options:after{
					clear:both;
					content:'';
					display:block;
				}
				
				.top-options > div h2{
					color:#272727;
					font-size:24px;
					text-align:center;
					position:relative;
					margin-bottom:20px;
					margin-top:15px;
				}
				
				.top-options > div h2 span{
					padding: 0px 20px;
					background: #fff;
					position: relative;
					z-index: 1;
				}
				
				
				.top-options > div h2:after{
					content: "";
					position: absolute;
					top: 50%;
					display: block;
					margin-top: 0;
					border-top: 1px solid rgba(0,0,0,0.1);
					left: 0px;
					right: 0px;
				}
				
				
				.top-calendar .calander-years, .top-calendar .calander-months{
					text-align:center;
					margin-bottom:25px;
				}
				
				.top-calendar .calander-years span, .top-calendar .calander-months span{
					display:inline-block;
					color:#bbb;
					cursor:default;
				}
				
				.top-calendar .calander-years span:after, .top-calendar .calander-months span:after{
					content:'.';
					display:inline-block;
					color:#000;
					padding: 0px 3px;
					vertical-align: top;
					margin-top: -4px;
				}
				
				.top-calendar .calander-years span:last-child:after, .top-calendar .calander-months span:last-child:after{
					display:none;
				}
				
				.active-calendar-link{
					color: #000 !important;
					font-size: 1.2em;
					font-weight: 900;
				}
				
				
				.top-categories{
					
				}
				
				.top-categories ul{
					padding-left:0px;
					margin-left:0px;
				}
				
				.top-categories ul li{
					display:inline-block;
					width:100%;
					margin-bottom:15px;
				}
				
				.top-legend{
					
				}
				
				.top-legend ul{
					padding-left:0px;
				}
				
				.top-legend ul li{
					display:inline-block;
					width:50%;
					float:left;
					text-align:center;
				}
				
				.top-legend ul li a, 
				.shows-calendar li .get-aud,
				.shows-calendar li .get-vid, 
				.shows-calendar li .view-vid, 
				.shows-calendar li .lo-vid{
					display:block;
					width:50px;
					height:45px;
					line-height:45px;
					text-align:center;
					text-decoration:none;
					margin:auto auto 15px;
					border:solid 1px #000;
				}
				
				.get-aud{
					background:#964e4f;
					border-color:#964e4f;
					color:#fff;
				}
				
				.get-vid{
					background:#fff;
					border-color:#dcdcdc;
					color:#000;
				}
				
				.view-vid{
					background:#476388;
					border-color:#476388;
					color:#fff;
				}
				
				.lo-vid{
					background:#000;
					color:#fff;
					border-color:#000;
				}


				.get-aud:hover, .get-vid:hover, .view-vid:hover, .lo-vid:hover{
					background:#27a3d1;
					border-color:#545454;
					color:#000;
					text-decoration:none !important;
				}
				
			
				
			
				.yearly-wrapper{
					
				}
				
				.yearly-wrapper h2{
					color:#272727;
					font-size:36px;
					position:relative;
				}
								
				.yearly-wrapper h2:after{
					content: "";
					position: absolute;
					top: 50%;
					display: block;
					margin-top: 0;
					border-top: 1px solid rgba(0,0,0,0.1);
					left: 100px;
					right: 0px;
				}
				
				.archive-title{
					color:#272727;
					font-family: "Lato",sans-serif;
					font-style: normal;
					font-weight: 700;
					font-size:28px;
				}
				
				.all-months, .main-show-post-game{
					padding-left:0px;
					margin-left:0px;
				}
				
				.all-months li, .main-show-post-game li{
					display:inline-block;
					width:16.66%;
					float:left;
					padding:10px;
				}
				
				.main-show-post-game li{
					width:50%;
				}
				
				.all-months li a, 
				.main-show-post-game li a, 
				.all-months li span, 
				.main-show-post-game li span,
				.top-categories ul li a{
					display:block;
					background-color: #476388;
					border: none;
					color: #fff !important;
					padding: 4px 11px;
					text-decoration: none;
					text-shadow: none;
					box-shadow: none;
					text-align:center;
					font-size: 19px;
					font-weight: inherit;
					line-height: 1.3;
					-webkit-transition: all 0.15s linear;
					transition: all 0.15s linear;
				}
				
				.top-categories ul li a:hover{
					background:#000;
					text-decoration:none !important;
					color:#fff !important;
				}
				
				.all-months li.upcoming-archive a, .main-show-post-game li.disabled-archive a, 
				.all-months li.upcoming-archive span, .main-show-post-game li.disabled-archive span{
					background-color:#dddddd;
				}
				
				.all-months li.upcoming-archive span, .main-show-post-game li.disabled-archive span{
					padding-bottom:0px;
				}
				
				.all-months li a:hover, .main-show-post-game li a:hover{
					background-color:#000;
					color:#fff !important;
					text-decoration:none !important;
					-webkit-box-shadow:  1px 1px 3px #545454;
					box-shadow: 1px 1px 3px #545454;
				}
				
				.all-months li.upcoming-archive a:hover, .main-show-post-game li.upcoming-archive a:hover,
				.all-months li.upcoming-archive span:hover, .main-show-post-game li.disabled-archive span:hover{
					background-color:#dddddd;
				}
				
				.all-months:after, .main-show-post-game:after{
					clear:both;
					content:'';
					display:block;
				}
				
				
				/* Responsive CSS */
				
				@media (max-width:767px){
					.main-show-post-game li{
						width:100%;
					}
					
					.archive-title{
						font-size: 24px;
						line-height: 30px;
					}
					
					.top-options>div{
						width:100%;
						max-width: 450px;
						margin: auto;
						display: block;
						float: none;
					}
					
					.top-options>div:after{
						clear:both;
						content:'';
						display:block;
					}
					
					.shows-calendar li{
						width:100%;
					}
					
					.shows-calendar li .get-aud, 
					.shows-calendar li .get-vid, 
					.shows-calendar li .view-vid, 
					.shows-calendar li .lo-vid{
						width:23%;
					}
					
					.calendar-days li{
						width:100%;
						min-height:201px;
						border-bottom:solid 1px #ccc;
						display:block;
					}
					
					.shows-calendar{
						width:80%;
						display:inline-block;
						float:left;
					}
					
					.calendar-days{
						width:20%;
						display:inline-block;
						float:left;
					}

				}
				
				@media (max-width:424px){
					.all-months li{
						width:50%;
					}
				}
				
				
				@media (min-width:425px) and (max-width:767px){
					.all-months li{
						width:33.33%;
					}
				}
				
				
				@media (min-width:768px) and (max-width:979px){
					.all-months li, .main-show-post-game li{
						padding:5px;
					}
					
					.top-options>div{
						width:50%;
					}

					.shows-calendar li .get-aud, 
					.shows-calendar li .get-vid, 
					.shows-calendar li .view-vid, 
					.shows-calendar li .lo-vid{
						width: 32px;
						height: 32px;
						line-height: 32px;	
						font-size:12px;
					}
					
					.shows-calendar li span{
						font-size:18px;
						margin-bottom:5px;
					}
					
					.shows-calendar li{
						min-height:150px;
					}
					
				}
				
				@media (min-width:850px) and (max-width:979px){
					.shows-calendar li .get-aud, 
					.shows-calendar li .get-vid, 
					.shows-calendar li .view-vid, 
					.shows-calendar li .lo-vid{
						width: 36px !important;
						height: 36px !important;
						line-height: 36px !important;
						font-size: 12px !important;					
					}
					
					.shows-calendar li {
						min-height: 170px !important;
					}
				}


				@media (min-width:980px) and (max-width:1079px){
					.all-months li{
						width:16%;
					}
					
				}
				
				@media (min-width:980px) and (max-width:1112px){
					.shows-calendar li .get-aud, 
					.shows-calendar li .get-vid, 
					.shows-calendar li .view-vid, 
					.shows-calendar li .lo-vid{
						width:42px;
						height:42px;
						line-height:42px;
					}
				}


				@media (min-width:1080px) and (max-width:1179px){
					.all-months li, .main-show-post-game li{
						padding:5px;
					}
				}
				
				@media (min-width:768px){
					.calendar-days li{
						display:none;
					}
					
					.calendar-days li:first-child,
					.calendar-days li:nth-child(2), 
					.calendar-days li:nth-child(3), 
					.calendar-days li:nth-child(4), 
					.calendar-days li:nth-child(5){
						display:block;
					}

				}
				
