
/* additions video js */


  [id^="video_"] {
width: calc(100% - 0px) !important;
height: auto; 
   }


.media-wrapper-no-side-banner {
    display: block;
    aspect-ratio: 16 / 9;
}


/*
.VideoWrap .info .name  { 
    display: inline-block;
    margin: 20px 20px 0px 30px;
    font-size: 2.05em;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0px 0px 0 #94978e;
    text-transform: uppercase;
    width: 55% !important;
    font-family: "Courier New", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    text-transform: uppercase;
} 
*/





.help_link {
   color: #0000FF;
   font-weight: bold;
}

.VideoDescription {
    margin: auto;
 }
 .VideoDescriptionExtraPadding li, .CustomPages li {
    margin-left: 35px;
 }
 .CustomPages {
    margin: auto;
    padding: 35px;
 }
 .name_larger {
    text-decoration: underline;
    font-size: 1.2em;
    color: #000000;
    font-weight: bold;
 }
 .black_bold {
    font-weight: bold;
    color: #000000;
 }
 .blue_bold {
    font-weight: bold;
    color: #0000FF;
 }
 .red_bold {
    font-weight: bold;
    color: #FF0000;
 }
 .creditcard {
   width: 45px;
   border: 0px;
   padding: 0px;
   margin: 0px;
 }
 .custom_pages {
    font-family: fontello;
 }
 .custom_pages h1 {

	font-family: "Courier New",Courier,monospace;

 }
 .custom_body {
    color: #000000;
    font-size: 1.2em;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;

 }



/* ## One Click Add-Ons ## */

.description-one-click-add-on {
 padding: 0 !important;
 margin: 0;
}

.one-click-add-on-container {
 width: 100%;
 text-align: center;
 padding: 0;
 margin: 0;
 border: 0; 
}

.one-click-site-title {
 font-size: 2em;
}

.episodes-list > div .description p.one-click-site-subtitle {
 font-size: 1.5em;
 line-height: 3;
}

.one-click-call-to-action {
 background: #0000FF;
 font-size: 2.0em;
 margin: 0;
 height: 100%;
 width: 100%;
}


/* ## END One Click Add-Ons ## */




/* ********************************* */


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

html, body {width: auto!important; overflow-x: hidden!important}

 .topnav {
    z-index: 9999;
 }

#pageContent {
   padding-left: 2%;
   padding-right: 2%;
}


.episodes-list {
   border: 0;
   padding: 0;
   margin: 0;
   width: 100%;
   max-width: 100%;
} 

.episodes-list div {
   width: 100%;
   max-width: 100%;
   margin-bottom: 25px;
}

.episodes-list > div > a:nth-child(1) img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}


.episodes-list > div .description h1.episode-tile {
   font-size: 1.5em;
}

.episodes-list > div .description p {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    text-decoration: none;
}

.video-gallery, .video-gallery img {
    display: block;
    width: 99%;
    max-width: 100%;
    height: 100%;

}

.VideoWrap > .info > .name {
    width: 100%;
 }


.pagination>div.pagination-edge {
    font-size: 0.7em;
}


.episode-tile-one-click-add-on {
 padding-top: 2em !important;
}

.one-click-site-title {
 font-size: 1.7em;
}

.episodes-list > div .description p.one-click-site-subtitle {
 font-size: 1.3em;
 line-height: 2;
}


 
 } /* END @media screen and (max-width: 1000px) */

