@font-face {
    font-family: 'futura-lt-book';
    src: url('../fonts/futura-lt-book.ttf');
}
@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/Futura-Medium.otf');
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.ttf');
}

.heading-text{
    font-family: 'BebasNeueBold';
    font-size: 24px !important;
    text-align: center !important;
    color: #ea8c82 !important;
    margin-top: 20px !important;
}
.memb-block,
.nonmemb-block {
    text-align: center !important;
}
.nonmemb-block h3 {
    opacity: 0.5;
    pointer-events: none;
}
p.book-text-small {
    font-family: futura-lt-book;
    font-size: 18px;
}

button.btn-download {
    box-shadow: none;
    background: rgb(57,66,100);
    background: linear-gradient(180deg, rgba(57,66,100,1) 0%, rgba(67,78,117,1) 33%, rgba(76,87,132,1) 100%, rgba(242,245,249,1) 394264%);
    border: 0;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-family: 'futura-lt-book';
    text-transform: uppercase;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
}
.nonmemb-block button{
    opacity: 0.5;
    pointer-events: none;
}
.fr-book-row .memb-block,
.fr-book-row .nonmemb-block{
    padding-bottom: 50px !important;
}
.fr-book-row .et_pb_code,
.fr-book-row .et_pb_code_inner{
    height: 100%;
}
.footer-text {
    text-align: center !important;
    border-top: 1px solid !important;
    padding-top: 15px !important;
    margin-top: 20px !important;
    color: #000 !important;
}
.footer-text a{
    color: #000 !important;
    font-weight: 400 !important;
}

#et-boc .bg-call p {
    background: #505c8b !important;
    padding: 5px !important;
    font-size: 16px;
    color: #fff !important;
    font-family: 'futura-lt-book';
}
#et-boc .watch-link p {
    font-family: 'Futura-Medium';
    font-size: 18px;
    color: #000 !important;
}

#et-boc .call-date p {
    font-family: 'futura-lt-book';
    color: #000 !important;
    font-size: 18px;
}
.headline {
    color: #ea8c82 !important;
    font-family: 'BebasNeueBold';
    font-size: 30px !important;
}

.img-fr-book img {
    margin: -1px !important;
    box-shadow: 2px 2px 4px #c1c1c1 !important;
    flex: 0 0 33.33%;
    max-width: 33.33% !important;
    width: 100% !important;
}
.img-fr-book {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 50px !important;
}
.fr-book-inner {
    padding: 8px !important;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.fr-book-inner img {
    max-width: 100% !important;
}
button.module-button {
    box-shadow: none;
    background: rgb(57,66,100);
    background: linear-gradient(180deg, rgba(57,66,100,1) 0%, rgba(67,78,117,1) 33%, rgba(76,87,132,1) 100%, rgba(242,245,249,1) 394264%);
    border: 0;
    color: #fff;
    padding: 16px 20px;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-family: 'futura-lt-book';
    text-transform: uppercase;
    line-height: 1.4;
/*     max-width: 400px; */
    margin: auto;
    font-size: 18px;
}
@media (max-width:980px) {
    #creme-leader-main-wrap .et_pb_column {
        margin-bottom: 10px !important;
    }
}

#program-guide {
  display: flex;
  border: 0 !important;
}

#program-guide ul {
  max-width: 200px;
  background: white !important;
}

#program-guide ul li,
#program-guide ul li a {
  display: block;
  width: 100%;
  border: 0 !important;
}

#program-guide ul:after {
  display: none !important;
}

#program-guide ul li a {
  padding: 8px 10px !important;
  border: 0 !important;
}

#page #program-guide>ul>li.et_pb_tab_active>a {
  background: #000 !important;
  color: white !important;
}

#program-guide ul+.et_pb_all_tabs {
  border-left: 1px solid #ddd;
  flex: 1;
}
#program-guide ul+.et_pb_all_tabs .et_pb_tab {
  padding: 0 20px;
}
#et-boc #program-guide .et_pb_tab {
    padding: 0px 30px;
}
.bonus-item img {
    max-width: 250px !important;
}

.bonus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bonus-item h3 {
    font-family: 'BebasNeueBold';
    font-size: 28px !important;
    text-align: center !important;
    color: #ea8c82 !important;
}