.btn-signup:hover{ transition: 0.4s; color: #f68a27;}
.subscription-plan-item{
    margin-bottom: 20px;
}
.pagination-muted{
    color: #6a6a6a;
    opacity: 0.5;
}
.justify-content-center{
    justify-content: center;
    align-items: center;
    display: flex;
}
.text-red{
    color: #FF0000;
}
.text-green{
    color: #008000;
}
.profile-img-block img{
    width: 100px;
    border-radius: 50%;
}
.plp-item{
  margin-bottom: 10px;
}
.plp-list{
  justify-content: center;
}
.documentry-single-text {
  margin-bottom: 0;
  font-family: 'Droid Serif';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #6A6A6A;
}
button.signIn{
  background-color: #FFFFFF;
}
.editors-note-date, .policyText .heading{
  max-width: 100%;
  text-align: left;
}
.right-block > div {
  background-color: #fff4eb;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.right-block h4, .right-block h4 small{
  font-size: 19px;
  margin: 10px 0px !important;
}
.video-js button{
  background-color: transparent;
}
.podcast-episode-intro .seasons-count {
  text-align: center;
  display: block;
  font-weight: 700;
  margin-top: 12px;
  color: #F68A27;
  font-size: 22px;
}
.podcast-episode-intro .episodes-count {
  text-align: center;
  display: block;
  font-weight: 700;
  margin-top: 12px;
  color: #6a6a6a;
  font-size: 15px;
}
/* .podcast-episode-item{
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
}
.podcast-episode-box {
  border: 0;
}
.podcast-episode-item .podcast-platforms-list{
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
} */
.txt-orange {
  color: #F68A27 !important;
}
.editorspick-sidebar img{
  border-radius: 50%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}
.subscription-page-links{
  text-align: center;
  padding-bottom: 10px;
}
.subscription-page-links li.active {
  border-bottom: 3px solid #f68a27;
}
.subscription-page-links li {
  list-style: none;
  display: inline-table;
  width: 24.8%;
  text-align: center;
  /* font-size: 1.6em; */
  padding: 10px 0px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.subscription-page-links li a {
  color: #9c9c9c;
}
.subscription-page-links li.active a {
  color: #151515;
}
.txt-uppercase { text-transform: uppercase;}
.active-plan-box{
  background-color: #fff4eb;
  padding: 0px 40px;
  border-radius: 15px;
}
.active-plan-box .plan-box-left{
  font-weight: bold;
}
.active-plan-box table{
  margin-top: 10px;
}
.table-borderless td{
  border: 0;
  padding: 0.4rem;
  /* font-size: 14px; */
}
.plan-box-left .active-plan-heading{
  margin-bottom: 10px;
  font-family: 'Dream Orphans';
  font-style: normal;
  font-weight: 700;
  font-size: 22.4px;
  line-height: 24px;
  letter-spacing: 1px;
}
.plan-box-left .tbl-td-left{
  padding-left: 0;
  color: #6a6a6a;
  font-family: 'Droid Serif';
}
.plan-box-left .tbl-td-right{
  text-align: right;
  font-family: 'Droid Serif';
}
.border-bottom2 {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}
.plan-box-right .btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  padding: 9px 10px;
  min-width: 100px;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  margin: 20px 0;
}
.vertical-line{
  height: 95%;
  border-right: 2px solid rgba(0, 0, 0, 0.07);
}
.active-plan-box .center-block {
  display: none;
}
@media only screen and (min-width: 768px) {
  .active-plan-box .center-block {
    display: flex;
  }
}
.btn-change-plan{
  color: #FFFFFF !important;
}
.btn-change-plan:hover {
  background: #000 !important;
  border-color: #000 !important;  
}
.btn-cancel-plan{
  background: #FFFFFF !important;  
}
.btn-cancel-plan:hover{
  background: #F68A27 !important;
  color: #fff;
  border-color: #F68A27 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.pt-0{
  padding-top: 0 !important;
}
.mt25{
  margin-top: 25px !important;
}
.mt15{
  margin-top: 15px !important;
}
.mt-0{
  margin-top: 0 !important;
}
.mr-10{
  margin-right: 10px !important;
}
.ml-10{
  margin-left: 10px !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
.pl-15{
  padding-left: 15px !important;
}
.pr-10{
  padding-right: 10px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.load-more-btn{
  width: 120px;
}
.load-more-btn .btn{
  font-size: 15px !important;
}

.subscription-body tr:first-child td{
  border-top: 0 !important
}
#subscription-plan-id{
  padding: 10px;
}
#subscription-plan-id option{
  padding: 10px;
}
.subscription-plan-box .btn-subscription:hover{
  background: #000 !important;
  border-color: #000 !important;
  color: #fff;
}
.hov-color-orange:hover{
  color: #f68a27 !important;
}
.img-rmv-btn{
  background-color: #fff;
}
.upload-image{
  margin-bottom: 10px;
}
.upload-image #image{
padding: 5px 10px !important;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.d-flex{
  display: flex;
}
.header-btn-group{
  z-index: 1111;
}
.badge-active {
  color: #5DB594;
  background: #DFF0EA;
}
.badge-expire {
  color: #E97E73;
  background: #FDF2F1;
}

/* stripe payment css */

#checkout-page{
  margin-top: 10px;
}
#checkout-page .hero-btn{
  color: #fff;
}
#checkout-page .hero-btn:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
/* spinner/processing state, errors */
#checkout-page .spinner,
#checkout-page .spinner:before,
#checkout-page .spinner:after {
  border-radius: 50%;
}
#checkout-page .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#checkout-page .spinner:before,
#checkout-page .spinner:after {
  position: absolute;
  content: "";
}
#checkout-page .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #F68A27;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
#checkout-page .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #F68A27;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}


#checkout-page form#payment-form {
  width: 100%;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}
#checkout-page form#payment-form h3{
  font-size: 16px;
}
#checkout-page .hidden {
  display: none;
}

#checkout-page #email {
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  max-height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
  box-sizing: border-box;
}

#checkout-page #payment-message {
  color: #F68A27;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#checkout-page #payment-element {
  margin-bottom: 24px;
}
  /* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #F68A27;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.custom-toast {
  display: flex;
  align-items: center;
}

.custom-toast img {
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
}

.custom-toast p {
  font-size: 14px;
  padding: 10px;
}

/* ---- end demo code ---- */

#toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  top: 12px;
  width: 400px;
  z-index: 999;
}

#toasts .toast {
  background: #d6d8d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
  color: rgba(0,0,0, .6);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 2px 15px;
  transform: translateY(15%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100;
} 

#toasts .toast.success {
  background: #26d68a;
  color: #fff !important;
}

#toasts .toast.warning {
  background: #ffa533;
  color: #fff !important;
}

#toasts .toast.info {
  background: #F68A27;
  color: #fff !important;
  
}
#toasts .toast.info p, #toasts .toast.warning p {
  color: #fff !important;
}


#toasts .toast.error {
  background: #f44336;
  color: #fff !important;
}

#toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

#toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all .5s ease-in-out;
}

#toasts .toast .close {
  cursor: pointer;
  font-size: 24px;
  height: 16px;
  margin-top: -10px;
  position: absolute;
  right: 14px;
  top: 15%;
  width: 16px;
}

.checkout-logo img{
width: 9%;
}
.checkout-logo h4{
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checkout-logo img{
  width: 18%;
  }
}
.fiction-home-container{
min-height: 390px;
}
/*.fiction-home-single-right{ background-color: #ffffff !important; color:#000 !important}
.fiction-home-single-right .fhs-text p, .fiction-home-single-right .fhs-text h6{color:#000 !important}
*/
.fiction-home-single-right .fhs-text {height: 100%;padding:125px 20px;}

.single_fiction-container { justify-content: center;}
.documentry-video-box {margin-bottom:15px;}
.home-video-container .hvc-bg::after{background: none !important;}
.podcast-episode-item .peb-content{width: 100% !important;}
#podcast-single-page .podcast-details-heading{
  padding-bottom: 30px;
}
#podcast-single-page .podcast-description{
  padding-bottom: 30px;
}
.phc-image a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.podcast-image{
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .header-profile{
    padding-right: 30px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 512px) {
  .header-profile .hp-text{
   display: none;
  }
}
@media screen and (max-width: 314px){
  .logo img {
    width: 130px;
  }
}
@media screen and (min-width: 769px){
  .policyLinks li{
    width: 24.5%;
  }
}
.policyLinks{
  margin-bottom: 37px;
}
.policyLinks li.active{
  border-bottom: 3px solid #f68a27;
}
.policyLinks li{
  padding: 5px 0px;
}
.policyLinks li a{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 17px;
  color: #6A6A6A !important;
  padding: 8px 12px;
  display: block;
  position: relative;
}
@media screen and (max-width: 382px){
  .policyLinks li.active{
    border-bottom: 2px solid #f68a27;
  }
  .policyLinks li a{
    font-size: 11px;
    padding: 6px 6px
  }
}
.podcast_audio_embed_code{
  margin-top: 40px!important;
}

.fountain-catategorie-content .fcc-box-text h6 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 0;
}
.legacy-box-article .lba-head img{
  max-width: 17px;
}
.legacy-box-article .lba-head a{
  display: flex;
}
.fiction-home-right{
  margin-top: 0;
}
.contributor-container .heading>h3{
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .podcast-episode-timeline{
    display: inline;
  }
}
.fiction-content-container p:first-child::first-letter {
  font-size: inherit; 
  float: inherit; 
  margin-right: inherit; 
  line-height: inherit; 
  color: inherit;
}
.hvc-overlay{
  left: 8%;
  top: -8%;
  padding: inherit;
}

.home-video-container .dvb-purchased{
  top: 10.8%;
  left: -6.5%;
}
@media (max-width: 821px) {
  .home-video-container .dvb-purchased {
    top: 11%;
    left: -6.4%;
  } 
}
@media (min-width: 600px) and (max-width: 820px) {
  .home-video-container .dvb-purchased {
    top: 12%;
    left: -5.8%;
  } 
}
@media (min-width: 500px) and (max-width: 599px) {
  .home-video-container .dvb-purchased {
    top: 12.8%;
    left: -5%;
  } 
}
@media (min-width: 416px) and (max-width: 499px) {
  .home-video-container .dvb-purchased {
    top: 14%;
    left: -3.8%;
  } 
}
@media (max-width: 415px) {
  .home-video-container .dvb-purchased {
    top: 11.8%;
    left: -6.5%;
  } 
  .home-video-container .hvc-overlay img{
    width: 20px;
  }
  .hvc-overlay img{
    width: 35px;
  }
  .hvc-overlay .hvc-play-btn{
    font-size: 12px;
  }
  .hvc-overlay h6{
    font-size: 15px;
  }
  .hvc-overlay .hvc-btn{
    font-size: 14px;
    padding: 5px;
  }
  .home-video-container{
    padding: 7px;
  }
}
@media (max-width: 320px) {
  .home-video-container .dvb-purchased {
    top: 12%;
    left: -5.4%;
  } 
}
.podcast-outer-page .podcast-details-heading, .podcast-outer-page .podcast-description{
  padding-bottom: 30px;
}
.documentry-hero-single-container{
  max-height:633px;height:calc(100vh - 93px);
}
.search-button-mobile{padding-left: 20px; margin-top: 7px;}
.header-profile-outer{right: 20px;}
@media screen and (min-width: 1000px) {
  .search-button-mobile{
    display: none;
  }
}
@media screen and (max-width: 999.9px) {
.header-profile{
  margin-top: 35px;
}
}
.documentry-hero-btn{margin-right: 20px;}
.documentry-hero-div .hero-btn{padding: 9px !important;}
.fiction-content-container, .fiction-content-container div{
  font-family: 'Droid Serif';
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  margin: 0 0 16px 0;
  color: #6a6a6a;
}
.or-separator{padding-top: 10px;}
.sign-in-with-email-otp {
  margin-top: 10px;
  padding: 15px 23px;
  border: 1px solid #E6E7EA;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.sp-box .btn-orange {
  margin: 30px 0;
  padding: 11px;
}

.oyoplayer{padding: 0 !important;}
.oyoaudio{margin-top: 5px;}
/* Sub menu css */
@media (min-width: 999.98px) {
  .menu {
    padding: 0 !important;
  }
  .menu li {
    position: relative;
    margin: 0 !important;
    padding: 11px 20px;
  }
  .submenu {
    width: 140px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding: 5px 0 !important;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px !important;
    transition: all 0.2s ease-in;
  }
  .submenu li {
    padding: 7px 20px;
    width: 100%;
  }
  .submenu li a {
    font-size: 14px;
    line-height: 1.3;
  }

  .menu ul > li:hover .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0 !important;
  }

  .has-menu > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: solid 2px #000;
    border-left: 0;
    border-top: 0;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 5px;
    top: -2px;
    position: relative;
  }
}
@media (max-width: 999.98px) {
  .submenu {
    display: none;
  }
  .menu li {
    position: relative;
  }
  .menuToggle {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 0.7vh;
    padding: 2vh 0;
    line-height: 1;
    margin: 6px 0;
  }

  .menuToggle:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    opacity: 0.5;
  }

  .open .menuToggle:before {
    content: "-";
  }
  .open .submenu {
    display: block;
  }
}
/* Sub menu css end */

.drop-cap {
  color: #f68a27;
  font-size: 3.5em;    
  display: inline-block;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  text-decoration: none;
  float: left;
}
s .drop-cap{
  font-size: inherit !important;;
}
/* .postContent p{display: inline-block;} */

p:has(.caption){
  text-align: center;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-style: italic;
  opacity: 0.8;
}
blockquote p{display: inline-block;}

@media (min-width: 1024px) {
.audio-embed-code iframe{width: 100%; min-height: 400px; margin-top: 20px;}
}