/*
Theme Name: Ave Child
Author: https://pressable.com/
Author URI: https://pressable.com/
Description: A child theme of the Ave WordPress theme.
Version: 1.0.1
Template: ave
License: GNU General Public License
Text Domain: ave-child
*/
@import "asset/css/sliders.css";
@import "asset/css/shop-page.css";
@import "asset/css/fresh-card-popup.css";
@import "asset/css/fresh-podcast-collections.css";
@import "asset/css/fresh-testimonial.css";
@import "asset/css/fresh-summit-programs.css";
@import "asset/css/fresh-summit-teaser.css";
@import "asset/css/fresh-speakers-sliders.css";

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}


section .liquid-blog-posts.therapy-podcast-listing .liquid-blog-grid > div {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .therapy-podcast-listing .col-md-5 {
        width: 33.33%;
    }

    .therapy-podcast-listing .col-md-offset-2 {
        margin-left: 0;
    }
}

/*
Fix low contrast screen reader helpers
*/
.screen-reader-shortcut:focus {
    color: #000 !important;
}

/*
    Overrides to ensure accessible contrast values
*/
body[itemscope="itemscope"] {
    color: #595959;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    color: #4a4a4a !important;
}

input::placeholder {
    color: #545454;
}

/** CSS from Use Any Font */
@font-face {
    font-family: 'sunflora';
    src: url('/wp-content/themes/ave-child/fonts/190919103958Sunflora.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'circular-book';
    src: url('/wp-content/themes/ave-child/fonts/190919110800Circular-Book.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'avenir-demi';
    src: url('/wp-content/themes/ave-child/fonts/190919110820Avenir-Demi.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'avenir-book';
    src: url('/wp-content/themes/ave-child/fonts/190930032823Avenir-Book.woff') format('woff');
    font-display: auto;
}

@font-face {
    font-family: 'gt-walsheim-medium';
    src: url('/wp-content/themes/ave-child/fonts/191120020027GT-Walsheim-Medium.woff') format('woff');
    font-display: auto;
}

.circular-book {
    font-family: 'circular-book' !important;
}

.sunflora {
    font-family: 'sunflora' !important;
}

.avenir-demi {
    font-family: 'avenir-demi' !important;
}

.avenir-book {
    font-family: 'avenir-book' !important;
}

.gt-walsheim-medium {
    font-family: 'gt-walsheim-medium' !important;
}

h1, h2, h3 {
    font-family: 'sunflora' !important;
}

h4, h5, h6 {
    font-family: 'avenir-demi' !important;
}

body {
    font-family: 'circular-book' !important;
}

.smart-podcast-player p {
    font-family: 'circular-book' !important;
}

.smart-podcast-player {
    font-family: 'circular-book' !important;
}

.iconbox-heading-md h3 {
    font-family: 'circular-book' !important;
}

.smart-podcast-player .spp-player-layout .spp-artist-and-title .spp-track-title {
    font-family: 'sunflora' !important;
}

.iconbox-heading-sm h3 {
    font-family: 'avenir-demi' !important;
}

.strong, strong {
    font-family: 'avenir-demi' !important;
}

.iconbox-heading-xs h3 {
    font-family: 'avenir-demi' !important;
}

.main-nav > li > a {
    font-family: 'gt-walsheim-medium' !important;
}

#sfm-sidebar .sfm-menu li > a span {
    display: block;
    text-align: center;
}

/*
  The following styles were pulled from the Simple CSS plugin Feb 8 '22
*/
.mainbar-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0;
}

.navbar-brand {
    padding-top: 20px;
    padding-bottom: 45px;
}

.main-header .navbar-brand {
    margin-right: 16px;
}

b, strong {
    font-weight: normal;
}

.blog-single-post-has-not-thumbnail .blog-single-content.pull-up {
    margin-top: 0;
    padding-top: 15em !important;
}

body.single-post .content {
    line-height: 1.75;
    font-size: 17px;
    color: #484848;
}

.liquid-lp hr {
    margin-top: 1em;
    margin-bottom: 1em;
}

.liquid-lp-date {
    display: block;
    margin-top: .25em;
    font-size: 0.75em;
}

@media only screen and (max-width: 770px) {
    .blog-single-title {
        margin-top: 0em !important;
        margin-bottom: 0.6em;
        letter-spacing: -0.01em;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 55px;
    }
}

@media only screen and (min-width: 771px) {
    .blog-single-title {
        margin-top: 1em !important;
        margin-bottom: 0.6em;
        letter-spacing: -0.01em;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 55px;
    }
}

@media only screen and (max-width: 770px) {
    .blog-single-cover[data-fullheight=true] {
        height: 75vh !important;
    }
}

@media only screen and (min-width: 771px) {
    .blog-single-cover[data-fullheight=true] {
        height: 70vh !important;
    }
}

/*End of css pulled in from the plugin*/
@media only screen and (min-width: 992px) {
    .sfm-navicon-button {
        display: none;
    }
}

/*Fix cls issue for mobile*/
#content {
    z-index: 2;
    transition: transform 0.3s;
    background-color: #fff;
}

#wrap, #content {
    position: relative;
}


.fresh-search-form {
    display: none;
}

.fresh-search-form__search-input {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    padding: 15px;
    font-family: 'circular-book';
    font-size: 16px;
    display: block;
}


.fresh-search-form__label {
    display: block;
    margin-bottom: 0;

}

/*Search Buttons*/
.fresh-search-btn {
    padding: 16px 22px;
    background-color: #950952;
    border: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.fresh-search-btn .fa-search {
    color: #fff
}

.header-module {
    position: relative;
}

.header-module .search-icon {
    z-index: 1050;
    border: 0;
    padding: 14px 20px;
    color: #fff;
    background-color: #950952;
    position: relative;
}

.header-module .search-icon:hover {
    cursor: pointer;
}


.close-search {
    display: none;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #950952;
}

.close-search::after {
    font-size: 22px;
    font-family: 'FontAwesome';
    content: "\f00d";
    color: #fff;
}


body.search #wrap .titlebar {
    border: none;
}

.fresh-filter-wrapper {
    margin-bottom: 56px;
}

body .searchwp-live-search-results {
    background-color: #950952;
    border-radius: 0;
}

body .searchwp-live-search-result p {
    border-bottom: unset;
    padding: 24px 0 0 0;
}

body .searchwp-live-search-result a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

body .searchwp-live-search-result:last-child p {
    padding-bottom: 24px
}

/**/
.fresh-filter-wrapper__drop-down {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 50px;
}

.fresh-filter-wrapper__drop-down .fresh-filter-wrapper__drop-down-wrapper {
    position: relative;
}

.fresh-filter-wrapper__drop-down .fresh-filter-wrapper__drop-down-wrapper select {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    background: #F7F7F7;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    padding: 18px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    width: 100%;
    background-image: url('asset/images/chev-down.svg');
    background-position: calc(100% - 17px) center;
    background-repeat: no-repeat;
}

.fresh-filter-wrapper__drop-down .fresh-filter-wrapper__drop-down-wrapper .fresh-filter-wrapper__labels {
    position: absolute;
    top: -30px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.fresh-entry-meta {
    position: relative;
    margin-left: 4em;
}

.fresh-entry-meta-date-wrapper::before {
    width: 3em;
    margin-top: -0.05em;
    top: 50%;
    transform-origin: left center;
    transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    display: inline-block;
    position: absolute;
    height: 0.1em;
    min-height: 1px;
    left: -4em;
    background-color: #181b31;
}

.fresh-search-error-form-wrapper {
    margin-bottom: 81px;
}

.fresh-search-error-notice__notices p,
.fresh-search-error-notice__notices .fresh-search-list .fresh-search-list__item {
    font-family: 'Avenir';
    font-size: 24px;
    line-height: 36px;
    color: #181B31;

}

.fresh-search-error-notice__notices p {
    margin-bottom: 24px;
}

body.search.search-no-results .content {
    padding-top: 0;
}

body.search.search-no-results .titlebar-col h1 {
    font-weight: 400;
    text-transform: uppercase;
}

.fresh-search-error-notice__link {
    color: #181B31;
    text-decoration: underline;
}

.fresh-search-error-notice__link:hover {
    color: #ED8181FF;
    text-decoration: underline;
}

.fresh-search-error-icon {
    margin-bottom: 30px;
}

.fresh-menu-wrappe {
    position: relative;
}

.fresh-menu-wrapper .header-module {
    width: 100%;
    align-items: flex-start;
    position: static;
}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper {
    position: absolute;
    right: 0;
    max-width: 854px;
    left: 292px;
    top: 75px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    visibility: hidden;
    z-index: -99999;
    background-color: #950952;
    padding: 26px 96px 16px 33px;
}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper.fresh-search-form-wrapper__show {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box {
    width: 100%;
    max-width: 854px;
    position: relative;

}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box .search-field {
    max-width: 725px;
    width: 100%;
    border: unset;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box .search-field::placeholder {
    color: #a4a4a4;
}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box .search-field:focus,
.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box .search-field:active,
.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box .search-field:focus-visible {
    outline: none;
}

.fresh-menu-wrapper .header-module .fresh-search-form-wrapper .search-box .search-submit {
    position: absolute;
    right: -40px;
    background: transparent;
    border: none;
    color: #fff;
}


.fresh-menu-wrapper .fresh-menu-wrapper .search-icon:hover {
    cursor: pointer;
}

/*Tablet*/
@media only screen and (min-width: 992px) {
    .fresh-filter-wrapper__drop-down {
        flex-direction: row;
        margin-top: 0;
    }

    .fresh-search-error-icon {
        margin-bottom: 0;
    }

    .fresh-filter-wrapper__drop-down .fresh-filter-wrapper__drop-down-wrapper select {
        width: 256px;
    }

}

/*desktop*/
@media only screen and (min-width: 992px) {
    .fresh-filter-wrapper__drop-down {
        display: flex;
        justify-content: space-around;
    }
}


.fresh-live-search-holder {

}

.fresh-live-search-holder .searchwp-live-search-results {
    box-shadow: none;
}

.facetwp-page.prev,
.facetwp-page.next {
    display: none;
}

.fresh-more-option {
    padding: 24px;
}

.fresh-more-option .fresh-main-search {
    color: #fff;
}

.searchwp-live-search-no-min-chars:after {
    color: #fff;
}

.searchwp-live-search-results-showing::-webkit-scrollbar {
    -webkit-appearance: auto;
    width: 7px;
    overflow: scroll;
}

.searchwp-live-search-results-showing::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(215, 70, 146);
    box-shadow: 0 0 1px rgb(215, 70, 146);
    overflow: scroll;
}

.searchwp-live-search-no-results {
    color: #fff;
}

.fresh-more-option p {
    text-align: center;
}

.fresh-main-search {
    padding: 10px 15px;
    background-color: rgb(215, 70, 146)
}

.fresh-mobile-search-wrapper {
    padding: 0 !important;
    top: -25px !important;
}

.fresh-mobile-search-wrapper .fresh-search-btn {
    bottom: 0;
}


.sfm-full-single .sfm-scroll {
    justify-content: flex-start;
}

.fresh-mobile-search-wrapper .search-field::placeholder {
    font-weight: normal;
}

.fresh-mobile-search-wrapper .fresh-search-btn {
    right: auto;
    left: 0;
    background-color: transparent;
}

.fresh-mobile-search-wrapper .fresh-search-btn .fa-search {
    color: #950952;
}

.fresh-mobile-search-wrapper .fresh-search-form__search-input {
    padding-left: 60px;
}

.fresh-mobile-live-search-holder .searchwp-live-search-results-showing {
    top: 0 !important;
    text-align: left;
}

.sfm-body-pushed #sfm-sidebar, .sfm-ui-shown #sfm-sidebar {
    top: auto !important;
}

.sfm-nav::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 0;
}

.sfm-nav.fresh-search-open::before {
    opacity: 1;
    z-index: 999999;
    background-color: #af0057;
}

.android.sfm-style-full #sfm-sidebar .sfm-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.iphone.sfm-style-full #sfm-sidebar {
    top: 0 !important;
}

.iphone.sfm-style-full #sfm-sidebar .sfm-nav {
    margin: 0 !important;
}

.fresh-mobile-live-search-holder .searchwp-live-search-results {
    position: relative;
}

.fresh-down-icon {
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 50%;
}

.sfm-menu li:last-child {
    margin-top: 30px !important;
}

#sfm-sidebar .sfm-va-middle .sfm-menu li:last-child a {
    background-color: rgb(215, 70, 146);
    padding: 15px !important;
}

.fresh-search-close-wrapper {
    position: absolute;
    right: 15px;
    top: 19px;
    visibility: hidden;
    opacity: 0;
    color: rgb(215, 70, 146);
}

.fresh-search-close-wrapper.show {
    visibility: visible;
    opacity: 1;
}

.sfm-scroll .sfm-logo:not(.fresh-mobile-search-wrapper) {
    padding-left: 60px !important;
}

#sfm-sidebar .sfm-menu li a {
    font-size: 35px !important;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}


.mobile-logo-default {
    width: 200px !important;
}

.mobile-logo-wrapper,
.mobile-logo-wrapper .navbar-header {
    position: absolute !important;
}

.fresh-download-wrapper {
    background: #fff;
    color: #950952;
    padding: 17px 30px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.fresh-download-wrapper:hover {
    color: #fff;
    background: #950952;
}


/*Filter dropdown */


.filter-dropdown {
    width: 100%;
    margin-bottom: 40px;
}

@media (min-width: 576px) {

    .filter-dropdown {
        width: auto;
    }
}

.filter-dropdown.active .filter-dropdown__button-icon {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.filter-dropdown--auto {
    position: relative;
}

.filter-dropdown__show-more {
    width: 100%;
    text-align: center;
}

.filter-dropdown__button {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    color: #352A41;
    text-transform: capitalize;
    border: none;
    background: none;
    border-bottom: 2px solid #CFCFCF;
    max-width: 311px;
}

.filter-dropdown.active .filter-dropdown__button {
    border-bottom: 2px solid #950952;
}


.filter-dropdown__button:focus,
.filter-dropdown__button:active {
    outline: none;
}


.filter-dropdown__button--dark {
    color: #fff;
    background-color: #1c2224;
}


.filter-dropdown__button-text {
    margin-right: 16px;
}

.fresh-drop-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #000000;
}

.filter-dropdown__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}


.filter-dropdown__dropdown-wrapper {
    width: 100%;
    position: absolute;
    max-width: 488px;
}


.filter-dropdown__dropdown-wrapper.is-visible {
    z-index: 1000;
}


.filter-dropdown__dropdown {
    position: absolute;
    top: 8px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-height: 0;
    padding: 0 18px;
    background-color: #F4F4F4;
    border-radius: 1px;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.8);
}


.filter-dropdown__dropdown-wrapper.is-visible .filter-dropdown__dropdown {
    padding: 18px;
    max-height: 500vh;
    max-width: 488px
}

@media (min-width: 768px) {

    .filter-dropdown__dropdown-wrapper.is-visible .filter-dropdown__dropdown {
        padding: 40px
    }
}

@media (min-width: 768px) {

    .filter-dropdown__dropdown {
        padding: 0 40px;
    }
}


.filter-dropdown__dropdown--left {
    right: 0;
    left: 0;
}


.filter-dropdown__dropdown-list {
    width: 50%;
    margin-bottom: 16px;
    padding: 4px;
    list-style-type: none;
}

@media (min-width: 576px) {
    .filter-dropdown__dropdown-list {
        margin-bottom: 0;
    }

    .filter-dropdown__dropdown-list:last-of-type {
        margin-right: 0;
    }
}


.filter-dropdown__dropdown-list--flexible {
    min-width: auto;
    max-width: none;
    margin-right: 88px;
}

@media (min-width: 768px) {
    .filter-dropdown__dropdown-list--flexible {
        white-space: nowrap;
    }

    .fresh-blog-header-img {
        margin-bottom: 80px;
    }

    .filter-dropdown__dropdown-list--flexible {
        margin-right: 0;
        width: 100%;
    }

    .filter-dropdown {
        margin-bottom: 64px;
    }
}


.filter-dropdown__dropdown-list-item {
    margin-bottom: 16px;
}


.filter-dropdown__dropdown-list-item:last-of-type {
    margin-bottom: 0;
}


.filter-dropdown__dropdown-item-button {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    background-color: transparent;
    color: #4b555a;
    position: relative;
}


.filter-dropdown__dropdown-item-button:after,
.filter-dropdown__dropdown-item-button--active::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #950952;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.filter-dropdown__dropdown-item-button:hover,
.filter-dropdown__dropdown-item-button--active {
    color: #950952;
}

.filter-dropdown__dropdown-item-button:hover:after,
.filter-dropdown__dropdown-item-button--active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.filter-dropdown__dropdown-item-button:active,
.filter-dropdown__dropdown-item-button:focus {
    outline: none;
}


.filter-dropdown__dropdown-item-button.active {
    font-weight: 400;
}


.filter-dropdown__hide {
    height: 0;
    opacity: 0;
    display: none;
}

.filter-dropdown__hide--show {
    height: auto;
    opacity: 1;
    display: block;
}

.filter-dropdown__show-more #show-more-cats {
    display: inline-block;
    padding: 10px;
    color: #5e0035;
    font-size: 12px;
    margin-top: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.fresh-blog-header-img {
    background-image: url('asset/images/blog-header-image-three.jpg');
    padding: 22vh 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 64px;
    background-repeat: no-repeat;
}

body.blog main#content {
    padding-top: 0 !important;
}

.fresh-blog-header-img__heading,
.fresh-blog-header-img__tag-line {
    color: #fff;
}

.fresh-blog-header-img__heading {
    font-size: 75px;
    line-height: 1.12;
}

.fresh-blog-header-img__tag-line {
    max-width: 560px;
    display: block;
    font-size: 24px;
    font-family: 'avenir-book';
}

@font-face {
    font-family: 'fresh-fa-6-brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/themes/ave-child/fonts/webfonts/fa-brands-400.woff2") format("woff2"),
    url("/wp-content/themes/ave-child/fonts/webfonts/fa-brands-400.ttf") format("truetype");
}

.fa-tiktok {
    font-family: 'fresh-fa-6-brands' !important;
}

.fa-tiktok:before {
    content: "\e07b";
}

.text-white {
    color: #fff;
}

.fresh-p-text {
    font-family: 'Avenir';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 168.421% */
}


/* start Banner Styles*/

.book-banner__desktop-image-wrapper,
.book-banner__tablet-image-wrapper,
.book-banner__container--desktop-tablet {
    display: none;
}

.book-banner {
    display: none;
}

.book-banner__close-wrapper {
    position: relative;
}

.book-banner__close {
    background: #fff;
    line-height: 1.3;
    height: 24px;
    width: 24px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color:#F36E39

}

.book-banner {
    position: fixed;
    background-size: contain;
    background-image: url('asset/images/banner-mobile-bg--new.png');
    bottom: 0;
    width: 100%;
    z-index: 99999999;
    padding: 15px;
}
.book-banner-mobile__content {
    max-width:295px;
    margin: 0 auto 61px;
}

.book-banner-mobile__logo-pre-order {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.book-banner-mobile__logo,
.book-banner-mobile__pre-order {
    flex: 1 1 50%
}

.book-banner-mobile__pre-order {
    display: flex;
    justify-content: flex-end;
}

.book--banner__pre-order-btn {
    font-family: 'circular-book';
    background-color: #950952;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    height: 80px;
    width: 80px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.4;
}

.book-banner-content {
    font-size: 14px;
    font-family: 'Avenir';
    color: #fff;
    line-height: 140%;
    letter-spacing: 0.022em;
    font-weight:500;

}
.book-banner-content__heading {
    color: #fff;
    font-family: Avenir;
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.book-banner__button {
    background: #fff;
    color: #F36E39;
    text-align: center;
    padding: 14px 30px;
    display: block;
}

.book-banner-mobile {
    max-width: 405px;
    margin: 0 auto;
}

.book-banner-mobile__text {
    color: #fff;
    margin-bottom: 14px;
    text-align: center;
}

.book-banner-mobile__button {
    margin-bottom: 20px;
}

.book-banner-mobile__button-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.book-banner-mobile__button-text-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book-banner-mobile__button-text,
.book-banner-mobile__image {
    flex: 1 1 100%;
}

.book-banner-mobile__image {
    margin-bottom: 20px;
}

.book-banner-mobile__image img {
    max-width: 200px;
    height: auto;;
}

.book-banner__uk-edition,
.book-banner__uk-edition a {
    color: #fff;
    font-size: 14px;
}

.book-banner__uk-edition a {
    text-decoration: underline;
}

.book-banner__desktop-image-wrapper,
.book-banner__tablet-image-wrapper {
    position: relative;
}

.book-banner__desktop-edition,
.book-banner__tablet-edition {
    position: absolute;
    height: 72px;
    width: 72px;
    color: #fff;
    background-color: #239385;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 9px;
    line-height: 1.2;
    padding: 0 9px;
}

.book-banner__desktop-edition--us {
    left: 86px;
    bottom: 31px;
}

.book-banner__desktop-edition--uk {
    bottom: 30px;
    right: 0;
}

.book-banner__tablet-edition--us {
    bottom: 2px;
    left: 41px;
}

.book-banner__tablet-edition--uk {
    bottom: 2px;
    right: 0;
}
.book-banner__items--end {
    align-self:end;
}
.book-banner__items.book-banner__items--end {
    display:none;
}
@media (min-width: 768px) {
    .book-banner-mobile {
        display: none;
    }

    .book-banner__close {
        top: 34px;
        right: 34px;
    }

    .book-banner {
        position: fixed;
        background-color: #F36E39;
        background-size: cover;
        background-image: url('asset/images/book-deskop-bg.png');
        background-position: left center;
        background-repeat: no-repeat;
        bottom: 0;
        width: 100%;
        z-index: 9;
        padding: 0;
    }

    .book-banner__container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
    }

    .book-banner__tablet-image-wrapper {
        display: block;
        margin-right: 0;
        max-width: 237px;

    }

    .book--banner__pre-order-btn {
        height: 96px;
        width: 96px;
        font-size: 14px;
        margin: 0;
        padding: 10px;

    }


    .book-banner-content {
        font-size: 16px;
        max-width: 260px;

    }

    .book-banner-content p {
        font-size: 16px;
        color:#fff;
        font-weight:500;
    }

    .book-banner-content em {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.75);
        font-style: normal;
    }

    .book-banner__button-logo-wrapper {
        display: flex;
        align-items: center;
    }

    .book-banner__button-wrapper {
        flex: 1 1 60%;
    }

    .book-banner__button {
        padding: 7px 9px;
        display: inline-block;
    }

    .book-banner__separator {
        background: #fff;
        width: 2px;
        align-self: stretch;
        margin: 0 6px;
    }

}

@media (min-width: 992px) {
    .book-banner__button {
        padding: 8px 16px
    }


    .book-banner__button-wrapper {
        flex: unset;
    }

    .book-banner__separator {
        margin: 0 16px;
    }

    .book-banner-content {
        margin-right: 24px;
    }
}

@media (min-width: 1200px) {
    .book-banner {
        background-image: url('asset/images/book-deskop-bg.png');
    }

    .book-banner__container {
        padding: 4px 32px 0;
        justify-content: center;
    }

    .book--banner__pre-order-btn {
        height: 106px;
        width: 106px;
        margin-right: 40px;
    }

    .book-banner__tablet-image-wrapper {
        display: none
    }

    .book-banner__desktop-image-wrapper {
        display: block;
        height: 192px;
        width: 323px;
        margin-bottom: -25px;
    }


    .banner__items--books {
        align-self: flex-end;
    }

    .book-banner__items.book-banner__items--end {
        display:block;
    }

    .book-banner__image-wrapper {
        margin-right: 40px;
        align-items: flex-end;
    }

    .book-banner-content p {
        margin-bottom: 8px;
    }


}

@media (min-width: 1440px) {
    .book-banner-content {
        max-width: 390px;
    }

    .book--banner__pre-order-btn {
        margin-right: 186px;

    }
}

/*END banner style*/


.fresh-audio-excerpt-holder {
    background-color: #950952;
    padding: 15px 20px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'circular-book';
}

.fresh-audio-excerpt-holder__audio-player {
    cursor: pointer;
}

.fresh-audio-excerpt-holder__audio-player,
.fresh-audio-excerpt-holder__excerpt {
    display: flex;
    align-items: center;
    color: #fff;
}

.fresh-audio-excerpt-holder__excerpt:hover {
    color: #fff;
}

.fresh-audio-excerpt-holder__audio-player-icon,
.fresh-audio-excerpt-holder__excerpt-icon {
    margin-right: 15px;
}

.fresh-audio-excerpt-holder-line-separator {
    width: 2px;
    height: 45px;
    background-color: #fff;
}

.fresh-audio-excerpt-holder__audio-player-icon {
    height: 40px;
    width: 40px;
    background-image: url("asset/images/excerpt-play.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.fresh-audio-excerpt-holder__audio-player--playing .fresh-audio-excerpt-holder__audio-player-icon {
    background-image: url("asset/images/fresh-pause.svg");
}

.fresh-audio-excerpt-holder__excerpt-icon {
    height: 42px;
    width: 42px;
    background-image: url("asset/images/excerpt-book.svg");
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    .fresh-audio-excerpt-holder__excerpt {
        width: 205px;
    }
}

/* Updated mobile search */
body .sfm-nav form {
    display: flex !important; /* Overriding !important :( */
    position: relative;
    top: -50px;
    flex-wrap: wrap;
}

body .sfm-nav form .fresh-live-search-holder {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #950952;
    z-index: 999999;
}

body .sfm-nav form .fresh-live-search-holder p,
.fresh-filter-wrapper .fresh-live-search-holder p {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
}

body .sfm-nav form .fresh-main-search {
    display: inline-block;
}

body #sfm-sidebar .sfm-search-form input[type=text] {
    background: #fff;
    padding: 12px 20px 12px 55px !important; /* Overriding !important :( */
    color: #000;
    text-align: left;
    font-size: 16px;
}

body #sfm-sidebar .sfm-search-form span {
    font-size: 16px;
    color: #950952;
    top: calc(50% - 8px);
    left: 20px;
}

body #sfm-sidebar .sfm-search-form input[type=submit] {
    display: block !important; /* Overriding !important :( */
    pointer-events: none;
    position: absolute;
    background: none;
    border: 0;
    padding: 0 !important;
    font-size: 16px;
    top: calc(50% - 8px);
    left: 55px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

body #sfm-sidebar .sfm-search-form input[type=text]:not(:focus) ~ input[type=submit] {
    opacity: 1;
}

.fresh-filter-wrapper .fresh-live-search-holder {
    background: #950952;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.collection-header {
    padding: 76px 0;
    margin-bottom: 80px;

}

.collection-header__title {
    color: #fff;
    font-family: 'Sunflora';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 112.089%; /* 80.704px */
    margin-bottom: 28px;
}

.collection-header__description {
    margin-bottom: 24px;
}

.collection-header__description,
.collection-header__podcast-count {
    color: #fff;
    font-family: 'Avenir';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tax-collections .liquid-lp-footer {
    color: #000;
}

.fresh-podcast-collections--collection-archive {
    margin: 160px 0;
}

.fresh-podcast-collections__header {
    color: #181B31;
    font-family: 'Sunflora';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%; /* 62.4px */
}

.fresh-podcast-collections__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.fresh-podcast-contact-gradient {
    background: linear-gradient(94deg, #5E0035 0%, #950952 95.28%);
}

.fresh-podcast-contact-gradient p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Avenir';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */
}

.fresh-podcast-collections__count a {
    cursor: default;
}

.row--slick-slider .slick-arrow {
    top: 180px;
}

.row--slick-slider .slick-prev {
    left: -50px;
}

.row--slick-slider .slick-next {
    right: -50px;
}

.fresh-podcast-collections__count {
    text-decoration: none;
    color: #950952;
    transition: all 0.3s;
}

/*Shop Page vc style*/
.vc_custom_1720722020202 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    background-image: url(https://therapy-for-black-girls-development.mystagingwebsite.com/wp-content/uploads/2024/07/Blog-Hero-Image-1-Enhanced-2-1.jpg?id=9610) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1720722873593 {
    margin-right: 20px !important;
    margin-left: 20px !important;
    padding-right: 5% !important;
    padding-left: 5% !important;
}

/* Mobile menu for riv file*/
#sfm-sidebar .sfm-widget.sfm-widget-top {
    text-align: center !important;
}

.sfm-logo a {
    display: none!important; ;
}