/* main home page */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
}

html,
body {
  height: 100%;
}

td.standardtxt {
  font-family: arial;
  font-size: 14;
  color: #000000;
}

td.bigtxt {
  font-family: arial;
  font-size: 24;
  color: #000000;
}

td.mediumtxt {
  font-family: arial;
  font-size: 18;
  color: #000000;
}

span.bigtxt {
  font-family: arial;
  font-size: 24;
  color: #000000;
}

span.bigtxt2 {
  font-family: arial;
  font-size: 21;
  color: #000000;
}

span.mediumtxtred {
  font-family: arial;
  font-size: 18;
  color: #ff0000;
}

span.mediumtxt {
  font-family: arial;
  font-size: 18;
  color: #000000;
}

span.normtxt {
  font-family: arial;
  font-size: 14;
  color: #000000;
}

.bigupdate {
  font-family: arial;
  font-size: 1.3em;
  font-style: italic;
  color: #ff0000;
}

a.bigupdate:hover {
  text-decoration: none;
}

a.bigupdate2 {
  font-family: arial;
  font-size: 37;
  font-style: italic;
  color: #ff0000;
}

a.bigupdate2:hover {
  font-family: arial;
  font-size: 37;
  font-style: italic;
  color: #ff0000;
  text-decoration: none;
}

a.trailer1 {
  font-family: arial;
  font-size: 30;
  font-style: italic;
  color: #ff0000;
}

a.trailer1:hover {
  font-family: arial;
  font-size: 30;
  font-style: italic;
  color: #ff0000;
  text-decoration: none;
}

a.mediumtxtred {
  font-family: arial;
  font-size: 18;
  color: #ff0000;
}

a.mediumtxtred:hover {
  font-family: arial;
  font-size: 18;
  color: #ff0000;
  text-decoration: none;
}

a.btm {
  font-family: arial;
  font-size: 18;
  color: #ff0000;
  font-weight: 800;
}

a.btm:hover {
  font-family: arial;
  font-size: 18;
  color: #ff0000;
  font-weight: 800;
  text-decoration: none;
}

a.smalltxt {
  font-family: arial;
  font-size: 11;
  color: #000000;
}

a.smalltxt:hover {
  font-family: arial;
  font-size: 11;
  color: #000000;
  text-decoration: none;
}

a.standardtxt {
  font-family: arial;
  font-size: 14;
  color: #000000;
}

a.standardtxt:hover {
  font-family: arial;
  font-size: 14;
  color: #000000;
  text-decoration: none;
}

a.login {
  font-family: arial;
  font-size: 30;
  color: #ff0000;
}

a.login:hover {
  font-family: arial;
  font-size: 30;
  color: #ff0000;
  text-decoration: none;
}

a.login2 {
  font-family: arial;
  font-size: 14;
  color: #ff0000;
}

a.login2:hover {
  font-family: arial;
  font-size: 14;
  color: #ff0000;
  text-decoration: none;
}

a.wpbig {
  font-family: arial;
  font-size: 75;
  color: #ffffff;
}

a.wpbig:hover {
  font-family: arial;
  font-size: 75;
  color: #ff0000;
  text-decoration: none;
}

a.wpbig2 {
  font-family: arial;
  font-size: 20;
  color: #ffffff;
}

a.wpbig2:hover {
  font-family: arial;
  font-size: 20;
  color: #ff0000;
  text-decoration: none;
}

span.mp3 {
  font-family: verdana;
  font-size: 24;
  color: #000000;
}

a.mp2 {
  font-family: arial;
  font-size: 14;
}

/* footer */

a.legals {
  font-family: arial;
  font-size: 18;
  color: #ffffff;
}

a.footer {
  font-family: arial;
  font-size: 1.1em;
  color: #ffffff;
}

/* join page */

span.jpbig {
  font-family: arial;
  font-size: 25;
  color: #ff0000;
}

.epListContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.dbEpisode {
  flex: 1;
  background-color: #fff;
  flex-basis: 100%;
  padding: 30px 0;
}
.comment {
  padding: 0 20px;
  background-color: #fff;
}

.preSell_site {
  align-items: center;
  padding: 20px 0;
}

.preSell_site div {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}
.navRow {
  display: flex;
  background-color: #000;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 5px 0; 
}
.menuDiv {
  display:flex;
  flex: 1;
align-items: center;
  justify-content: center;
  background-color: black;
}
.navMenuText {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  padding: 20px 5px;
  text-align: center;
}

.instantAccessDiv {
  flex: 2;
}

.footerContainer {
  background-color: #fff;
  padding: 10px 0 100px 0;
}

.randomEpContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.randomEpVideo {
  width: 100%;
  padding: 5px;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.epContainer {
  background-color: #fff;
width: 100%;
}

.epContainer  .picRow img:hover {
  opacity: 0.7;

}
.picRow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.picRow div {
  padding: 2px;
}
.a1 div {
  width: 100%;
}
.picThumb div {
  width: 50%;
}
.epUpdate {
  background-color: #fff;
  padding: 20px 5px;
}

.centerWidth100 {
  width: 100%;
  text-align: center;
  background-color: #fff;
}




/*** *** /
/* start videos */
.videos {
  margin: 20px auto;
  /* max-width: 700px; */
  width: 100%;
}
/* Individual video container */
.video-wrap {
  position: relative;
  /* max-width: 700px; */
  width: 100%;
  /* margin-bottom: 10px; */
}
.video-wrap .placeholder {
  /* max-width: 700px; */
  width: 100%;
}
.video-wrap .play-btn {
  position: absolute;
  /* max-width: 700px; */
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1; /* needed if using Bootstrap */
  text-align: center;
  color: #ffffff;
  background-color: rgba(78, 77, 77, 0.6);
  border-radius: 50px;
  transition: color, background-color .2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
  color: blue;
  background-color: rgba(255,255,255,.7);
  cursor: pointer;
}
.play-btn::after {
  /*
  Font Awesome recommends these styles
  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
  */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*
  Define the font family, weight, and icon
  */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  content: "\f04b";
  /* positioning tweaks */
  padding-top: 20px;
  padding-left: 10px;
}
/* END videos */


/* pricing panels */

.ctaPricingContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 1200px; */
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  background-color: transparent;
}

.panelContainer {
  width: 100%;
  /* max-width: 275px; */
  margin: 5px 0;
}

a.cartHref {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

a.cartHref:hover {
  text-decoration: none;
}


.pricingPanelContainer {
  /* height: 100vh; */
  width: 100%;

  text-align: center;
  background-color: #3a3a3a;
  color: #fff;

  border: 2px solid #232323;
  text-decoration: none;
  border-radius: 5px;
}

.pricingPanelContainer:hover {
  border: 2px solid #ffffff;
  background-color: #fd5600;
  color: #000000;
}

.ctaTitleContainer {
  font-size: 1.5em;
  font-weight: bold;
  padding: 1rem 0;
  background-color: #fd5600;
  padding: 1rem 0;
  text-transform: uppercase;
  min-height: 30px;
  border-radius: 5px;
}

.noTitleContainer {
  min-height: 62px;
}


.p_membershipTitleContainer {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 0;
  /* capitalize font */
  text-transform: uppercase;
  min-height: 40px;
}

.p_perPeriodContainer {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.4rem 0;
}

.perPeriodPriceContainer {
  font-size: 2em;
  font-weight: bold;
}

.perPeriodCentsContainer {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 5px;
}

.perPeriodTimeContainer {
  font-size: 1.1em;
  font-weight: bold;
  padding-Top: 25px;
}

.p_billedContainer {
  font-size: 0.9em;
  margin: 1em 0;
}

.p_shoppingCartContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
}

.p_cartIconContainer {
  border-radius: 50%;
  background-color: #8f8f8f;
  color: #3a3a3a;
  padding: 0.9rem;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  cursor: pointer;
}

.pricingPanelContainer:hover .p_cartIconContainer {
  color: #fd5600;
  background-color: #ffffff;
}

/* END pricing panels */


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

.epContainer {
  max-width: 1200px;
  margin: 0 auto;
}
  /* pricing panels */
  .ctaPricingContainer {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    margin: 30px auto;
}

.panelContainer {
    width: 50%;
    /* max-width: 275px; */
    margin: 5px 9px;
}

.noTitleContainer {
    /* height: 100%; */
    min-height: 62px;
    /* background-color: purple; */
}



.pricingPanelContainer {
    /* flex-direction: column; */
    width: 100%;

}

/* END pricing panels */


  .navMenuText {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
  }
  .epListContainer {
    background-color: #fff;
  }

  .randomEpVideo {
    width: 33%;
  }
  /* .dbEpisode:hover {
    background-color: #f1bf62;
  } */
}
@media all and (min-width: 1268px) {
  .bigupdate {
    font-family: arial;
    font-size: 2em;
  }
  .a1 div {
    width: 50%;
  }
  .picThumb div {
    width: 25%;
  }
  .epListContainer {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
  }
  .listingContainer {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
  }
  .dbEpisode {
    flex-basis: 45%;
    background-color: #fff;
    padding: 10px 5px;
    /* padding: 20px 5px; */
  }
  .randomEpVideo {
    width: 33%;
  }
  /* .dbEpisode:hover {
      background-color: #f1bf62;
    } */
}
