/*Style for Buttons*/
.tf-transparent-btn {
    font-size: 18px;
    font-weight: 700;
    color: #ae1717;
    background-color: transparent;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #ae1717;
    border-radius: 32px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.tf-transparent-btn:hover,
.tf-transparent-btn:focus {
    color: #ffffff;
    background-color: #ae1717;
}

.tf-fill-btn {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background-color: #ae1717;
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid #ae1717;
    border-radius: 32px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.tf-fill-btn:hover,
.tf-fill-btn:focus {
    color: #ae1717;
    background-color: #ffffff;
}

.download-link-wrp {
    margin-bottom: 20px;
}

/*Style for FancyBox Close button global*/
#tf-open-extract .fancybox-close-small {
    top: 0 !important;
    right: 0 !important;
}

.fancybox-close-small {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    transition: all 0.3s !important;
}

.fancybox-button svg {
    display: none !important;
}

.fancybox-close-small::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00d';
    font-size: 20px;
    color: #ae1717;
}

.fancybox-close-small:hover {
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.fancybox-close-small:hover::before {
    color: #2b2b2b;
}

/*Style for Single Books Page START*/
.single-book-wrapper-after-header {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.single-book-breadcrumbs p {
    margin: 0;
}

.single-book-social-share .fl-builder-module-template {
    margin: 0;
    max-width: none;
    padding: 0;
}

.single-book-social-share .pp-share-button {
    font-size: 7px;
}

.single-book-social-share .pp-share-grid-item:first-child {
    margin-right: 10px;
}

.single-book-wrp {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 80px;
}

.single-book-wrp__serie {
    font-size: 18px;
    color: #ae1717;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.single-book-wrp__title {
    margin-top: 0;
    margin-bottom: 10px;
}

.single-book-wrp__image {
    width: 100%;
    max-width: 293px;
}

.single-book-wrp__image img {
    width: 100%;
    border-right: 1px solid #f8f2ea;
    padding-right: 33px;
    transition: all 0.3s;
}

.single-book-wrp__image img:hover {
    transform: scale(1.05);
    border-right: 1px solid #ffffff;
}

.single-book-wrp__modal {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-right: 33px;
}

.single-book-wrp__content {
    width: 100%;
    max-width: 690px;
    padding-left: 33px;
}

.single-book-wrp__text p {
    font-size: 18px;
    color: #595959;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 10px;
}

.single-book-wrp__text p:last-child {
    margin-bottom: 0;
}

.tf-moreless-button {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .single-book-wrp {
        flex-direction: column;
        padding-bottom: 60px;
    }

    .single-book-wrp__image {
        max-width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .single-book-wrp__image img {
        width: 35%;
        border-right: 0;
        padding-right: 0;
    }

    .single-book-wrp__modal {
        margin-top: 30px;
        padding-right: 0;
    }

    .single-book-wrp__content {
        padding-left: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .single-book-wrp__text {
        max-height: 400px;
        overflow-y: hidden;
    }

    .single-book-wrp__text.tf-show-moreless {
        max-height: 100%;
        overflow-y: auto;
    }

    .tf-moreless-button {
        display: block;
        font-size: 18px;
        font-weight: 800;
        color: #ae1717;
        text-transform: uppercase;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .single-book-wrapper-after-header {
        flex-direction: column;
    }

    .single-book-breadcrumbs {
        margin-bottom: 20px;
    }

    .single-book-wrp {
        padding-bottom: 30px;
    }

    .single-book-wrp__image img {
        width: 70%;
    }
}
/*Style for Single Books Page END*/

/*Buy now links styles START*/
.dropdown-section {
    padding: 5px 0;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
}

.dropdown-section__title {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 800;
    line-height: 1.5;
    padding-right: 80px;
    display: inline-block;
    text-transform: uppercase;
}

.bb-dropdown {
    position: relative;
    text-align: center;
    display: inline-block;
}

.bb-dropdown.bb-dropdown-padding {
    margin: 0 15px;
}

.bb-dropdown .bb-dropdown-toggle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #ffffff;
    color: #ae1717;
    border: 2px solid #ae1717;
    border-radius: 32px;
    transition: all 0.4s;
    cursor: pointer;
    line-height: 1;
    padding: 7px 20px;
    min-width: 240px;
    text-align: left;
    position: relative;
}

.bb-dropdown .bb-dropdown-toggle i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
}

.bb-dropdown .bb-dropdown-toggle:hover {
    background-color: #ae1717;
    color: #ffffff;
}

.bb-dropdown .bb-dropdown-toggle.bb-dropdown-toggle__color-reverse {
    background-color: #ae1717;
    color: #ffffff;
}

.bb-dropdown .bb-dropdown-toggle.bb-dropdown-toggle__color-reverse:hover {
    background-color: #ffffff;
    color: #ae1717;
}

.bb-dropdown.open .bb-dropdown-toggle {
    border-radius: 20px 20px 0 0;
}

.bb-dropdown.open .bb-dropdown-menu {
    display: block;
}

.bb-dropdown .bb-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bb-dropdown .bb-dropdown-menu li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
    background-color: #ffffff;
    color: #ae1717;
    padding: 8px;
    transition: all 0.3s;
}

.bb-dropdown .bb-dropdown-menu li a:hover {
    background-color: #ae1717;
    color: #ffffff;
}

.bb-dropdown .bb-dropdown-menu li:last-child a {
    border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 1100px) {
    .bb-dropdown .bb-dropdown-toggle {
        min-width: 220px;
    }
}

@media only screen and (max-width: 1024px) {
    .dropdown-section__title {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .bb-dropdown {
        display: block;
        margin-bottom: 10px;
    }

    .bb-dropdown .bb-dropdown-toggle {
        min-width: 400px;
    }

    .bb-dropdown.bb-dropdown-padding {
        margin: 0 0 10px;
    }

    .bb-dropdown .bb-dropdown-menu {
        max-width: 400px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 640px) {
    .bb-dropdown .bb-dropdown-toggle {
        min-width: auto;
        width: 100%;
    }

    .bb-dropdown .bb-dropdown-menu {
        max-width: 100%;
        left: 0;
        transform: none;
    }
}
/*Buy now links styles END*/

/*Video slider START*/
.tf-video-wrapper__section {
    padding: 130px 0 100px;
    background-image: linear-gradient(90deg, #fbf8f4 55%, #f8f2ea 30%);
}

@media only screen and (max-width: 1024px) {
    .tf-video-wrapper__section {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 640px) {
    .tf-video-wrapper__section {
        padding: 50px 0;
    }
}

.tf-video-wrapper__title {
    text-shadow: -70px -20px 0 rgba(43, 43, 43, 0.08);
    line-height: 1.1;
    margin-bottom: 25px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .tf-video-wrapper__title {
        text-shadow: -20px -20px 0 rgba(43, 43, 43, 0.08);
    }
}

#tf-video-wrapper__slider .slick-slide {
    margin: 0 15px;
}

#tf-video-wrapper__slider .slick-list {
    margin: -15px;
}

.tf-video-wrapper__inner-video iframe {
    width: 100%;
    max-height: 185px;
}

@media only screen and (max-width: 1024px) {
    .tf-video-wrapper__inner-video iframe {
        max-height: 230px;
    }
}

@media only screen and (max-width: 321px) {
    .tf-video-wrapper__inner-video iframe {
        max-height: 180px;
    }
}

.tf-video-wrapper__inner-title {
    text-align: center;
}

.tf-video-wrapper__arrows {
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .tf-video-wrapper__arrows {
        text-align: center;
    }
}

.tf-video-wrapper__prev,
.tf-video-wrapper__next {
    background-color: transparent;
    border: 0;
    padding: 8px 0;
}

.tf-video-wrapper__prev:hover,
.tf-video-wrapper__next:hover,
.tf-video-wrapper__prev:focus,
.tf-video-wrapper__next:focus {
    background-color: transparent;
    border: 0;
}

.tf-video-wrapper__prev img,
.tf-video-wrapper__next img {
    width: 47px;
    height: 10px;
}
/*Video slider END*/

/*Audio section START*/
.tf-audio-section {
    padding: 100px 0;
    background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .tf-audio-section {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 640px) {
    .tf-audio-section {
        padding: 50px 0;
    }
}

.tf-audio-wrapper {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .tf-audio-wrapper {
        flex-direction: column;
    }
}

.tf-audio-wrapper__title {
    text-shadow: -70px -20px 0 rgb(43 43 43 / 8%);
    line-height: 1.1;
    margin-bottom: 20px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .tf-audio-wrapper__title {
        text-shadow: -20px -20px 0 rgb(43 43 43 / 8%);
    }
}

.tf-audio-list-container {
    width: 30%;
    padding-right: 15px;
    padding-top: 40px;
}

@media only screen and (max-width: 768px) {
    .tf-audio-list-container {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.tf-audio-container {
    width: 100%;
}

.tf-audio-container iframe {
    width: 100%;
    height: 380px;
}

@media only screen and (max-width: 768px) {
    .tf-audio-container iframe {
        height: 350px;
    }
}

@media only screen and (max-width: 321px) {
    .tf-audio-container iframe {
        height: 150px;
    }
}

.tf-audio-list {
    margin: 0;
    padding: 0;
}

.tf-audio-list li {
    list-style: none;
}

.tf-audio-list li a {
    font-size: 18px;
    color: #2b2b2b;
    text-decoration: none;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.3s;
}

.tf-audio-list li a:hover {
    color: #ae1717;
}

.tf-audio-list li a.active {
    color: #ae1717;
}

.tf-audio-container .tab-content {
    display: none;
}

.tf-audio-container .tab-content.active {
    display: block;
}
/*Audio section END*/

/*Author Notes and Resources section styles START*/
.tf-authornotes-resources-section {
    padding: 100px 0;
    background-color: #fbf8f4;
}

@media only screen and (max-width: 1024px) {
    .tf-authornotes-resources-section {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 768px) {
    .tf-authornotes-resources-section {
        padding: 50px 0;
    }
}

.tf-authornotes-resources__wrapper {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .tf-authornotes-resources__wrapper {
        flex-direction: column;
    }
}

.tf-authornotes-inner {
    padding-right: 30px;
    width: 50%;
    position: relative;
}

.tf-authornotes-inner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 86%;
    background-color: #2b2b2b;
}

.tf-resources-inner {
    padding-left: 30px;
    width: 50%;
}

.tf-authornotes-inner.tf-authornotes-inner-alone {
    width: 100%;
    max-width: 660px;
}

.tf-authornotes-inner.tf-authornotes-inner-alone::after {
    height: 100%;
}

.tf-authornotes-inner-alone__image {
    padding-left: 30px;
}

.tf-authornotes-inner-alone__image img {
    width: 100%;
}

.tf-resources-inner.tf-resources-inner-alone {
    width: 100%;
    max-width: 660px;
}

.tf-resources-inner-alone__image {
    position: relative;
    padding-right: 30px;
    width: 100%;
    max-width: 430px;
    text-align: center;
}

.tf-resources-inner-alone__image::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 85%;
    background-color: #2b2b2b;
}

.tf-resources-inner-alone__image img {
    width: 100%;
    max-width: 240px;
}

@media only screen and (max-width: 768px) {
    .tf-authornotes-inner {
        padding-right: 0;
        width: 100%;
        padding-bottom: 30px;
    }

    .tf-authornotes-inner::after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
    }

    .tf-resources-inner {
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
    }

    .tf-authornotes-inner.tf-authornotes-inner-alone {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .tf-authornotes-inner.tf-authornotes-inner-alone::after {
        height: 2px;
    }

    .tf-authornotes-inner-alone__image {
        padding-left: 0;
    }

    .tf-resources-inner.tf-resources-inner-alone {
        max-width: 100%;
        padding-top: 0;
    }

    .tf-resources-inner-alone__image {
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .tf-resources-inner-alone__image::after {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 0;
    }
}

.tf-authornotes-inner__title,
.tf-resources-inner__title {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .tf-authornotes-inner__title,
    .tf-resources-inner__title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .tf-authornotes-inner__title,
    .tf-resources-inner__title {
        font-size: 24px;
    }
}

.tf-authornotes-inner__content,
.tf-resources-inner__content {
    margin-bottom: 20px;
}

.tf-authornotes-inner__content p,
.tf-resources-inner__content p {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.3;
    margin: 0;
}

.tf-authornotes-inner__link {
    font-size: 18px;
    color: #ae1717;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.4;
    position: relative;
}

.tf-authornotes-inner__link::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("https://prhkatedev.wpengine.com/wp-content/uploads/2022/07/ka_short_arrow_red_2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 10px;
    margin-left: 10px;
    transition: all 0.3s;
}

.tf-authornotes-inner__link:hover::after {
    margin-left: 20px;
}

.tf-authornotes-inner__modal.fancybox-content {
    max-width: 870px;
    width: 100%;
    max-height: 555px;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 5px;
}

.tf-authornotes-inner__note p {
    font-size: 18px;
    color: #595959;
    font-weight: 400;
    line-height: 1.4;
}

.tf-resources-inner__modal.fancybox-content {
    max-width: 870px;
    width: 100%;
    max-height: 555px;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    .tf-authornotes-inner__modal.fancybox-content {
        padding: 30px;
    }

    .tf-resources-inner__modal.fancybox-content {
        padding: 30px;
    }
}

.tf-resources-inner__resource__link-wrap {
    margin-bottom: 20px;
}

.tf-resources-inner__resource__link-title {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.tf-resources-inner__resource__link {
    font-size: 18px;
    color: #ae1717;
    display: block;
    margin: 0;
    transition: all 0.3s;
}

.tf-resources-inner__resource__link:hover {
    color: #2b2b2b;
}
/*Author Notes and Resources section styles END*/

/*Style for Single Books Review START*/
.reviews-section {
    padding-top: 120px;
    padding-bottom: 50px;
    background: linear-gradient(to left, #f8f2ea 45%, #fbf8f4 45%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.reviews-section::before {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -120px;
    background-image: url("../img/flamingo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 235px;
    height: 360px;
    z-index: -1;
}

@media only screen and (max-width: 1400px) {
    .reviews-section::before {
        right: -60px;
        left: auto;
        transform: scaleX(-1);
    }
}

@media only screen and (max-width: 1024px) {
    .reviews-section {
        padding-top: 50px;
    }
}

.reviews-wrapper {
    padding: 25px 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.reviews-title {
    text-shadow: -70px -20px 0 rgba(43, 43, 43, 0.08);
    line-height: 1.1;
    margin-bottom: 25px;
}

#review-slider .slick-slide {
    margin: 15px;
}

#review-slider .slick-list {
    margin: -15px;
}

.reviews-wrapper__quote {
    width: 50px;
    object-fit: cover;
    margin-bottom: 15px;
}

.reviews-wrapper__text {
    font-size: 18px;
    color: #595959;
    margin-bottom: 10px;
}

.reviews-wrapper__title {
    font-size: 18px;
    font-weight: 600;
    color: #ae1717;
    margin: 0;
}

.review__arrows {
    margin-top: 65px;
}

.review__prev,
.review__next {
    background-color: transparent;
    border: 0;
    padding: 8px 0;
}

.review__prev:hover,
.review__next:hover,
.review__prev:focus,
.review__next:focus {
    background-color: transparent;
    border: 0;
}

.review__prev img,
.review__next img {
    width: 47px;
    height: 10px;
}

@media only screen and (max-width: 1200px) {
    .reviews-title {
        text-shadow: -20px -20px 0 rgba(43, 43, 43, 0.08);
    }
}
/*Style for Single Books Review END*/

/*Books By section styles START*/
.books-by {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fff;
}

.books-by__title {
    margin: 0 0 30px 0;
}

.books-by__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 70px;
}

.books-by__inner {
    padding: 0 15px;
    flex-basis: calc(100% / 5);
}

@media only screen and (max-width: 768px) {
    .books-by__inner {
        margin-bottom: 15px;
        flex-basis: calc(100% / 3);
    }
}

@media only screen and (max-width: 460px) {
    .books-by__inner {
        flex-basis: calc(100% / 2);
    }
}

.books-by__inner a img {
    transition: all 0.3s;
}

.books-by__inner a:hover img {
    transform: scale(1.05);
}

.books-by__link-wrp {
    text-align: center;
}
/*Books By section styles END*/