@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'futura-lt-book';
    src: url('../fonts/futura-lt-book.ttf');
}

@font-face {
    font-family: 'henri-didot';
    src: url('../fonts/henri-didot-regular.otf');
}

.font-pdr {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.font-pdri {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
}

.font-pdb {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.font-pdbi {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
}

#lwf-sec {
    padding: 50px !important;
    border: 5px solid #000000 !important;
}

.lwf-sub-title {
    font-size: 32px;
    text-align: center !important;
    color: #464646 !important;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    margin: 40px 0 60px !important;
}

.lwf-title-bottom {
    color: #9e0b0f !important;
    text-align: center !important;
    /* background-color: white; */
    font-family: 'futura-lt-book';
    font-size: 24px;
    line-height: 1.2;
}

#lwf-sec .lwf-img {
    margin-top: 60px !important;
}

h2.section-title {
    text-transform: uppercase !important;
    text-align: center !important;
    font-family: 'Playfair Display', serif;
    color: #9e0b0f !important;
    padding-bottom: 0 !important;
}

.module-title {
    text-align: center !important;
    font-family: 'Playfair Display', serif;
    color: #9e0b0f !important;
    font-size: 50px;
    padding: 0 !important;
    font-weight: 400;
}

span.num-zero {
    font-size: 38px;
    border-bottom: 1px solid !important;
    display: inline-block;
    line-height: 38px;
    position: relative;
    top: -15px;
}

span.mn-text {
    font-size: 65px;
}

/* START HERE */
.vertical-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#et-boc .vertical-tabs .et_pb_tabs_controls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    background: transparent !important;
    border-right: 1px solid #a2a1a2 !important;
}

#et-boc .vertical-tabs ul.et_pb_tabs_controls>li {
    display: block;
    float: none !important;
    height: auto !important;
    /*   margin: 8px 4px; */
    border: 0 !important;
    background: transparent !important;
    width: 100%;
}

#et-boc .vertical-tabs ul.et_pb_tabs_controls>li>a {
    display: block;
    padding: 10px 6px !important;
    text-transform: uppercase;
    border: 0 !important;
    background: transparent !important;
    color: #000 !important;
    line-height: 1.2 !important;
    font-family: 'futura-lt-book';
}

.vertical-tabs .et_pb_all_tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.vertical-tabs .et_pb_tabs_controls:after {
    opacity: 0;
    visibility: hidden;
}

#et-boc .vertical-tabs ul.et_pb_tabs_controls>li.et_pb_tab_active>a {
    background: #000 !important;
    color: #fff !important;

}

.vertical-tabs .et_pb_all_tabs .et_pb_tab {
    padding: 4px 10px !important;
}

h4.audio-title {
    font-family: futura-lt-book;
    font-size: 16px;
    color: #9c0f17 !important;

}

a.download-btn:hover {
    background: #000 !important;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

a.download-btn {
    width: 100% !important;
    border: 0 !important;
    padding: 20px !important;
    background: #9e0b0f !important;
    color: #fff !important;
    font-family: 'Playfair Display', serif;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 20px;
    display: block;
    line-height: 1.4 !important;
}

.audio-block {
    border: 2px solid #000 !important;
    padding: 20px !important;
}

.audio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 380px;
    background: #ccc !important;
    padding: 14px 12px !important;
    /* justify-content: center; */
    margin: 0 auto 10px !important;
    position: relative;
}

.audio-icon-wrap {
    height: auto !important;
    display: inherit;
    margin-right: 15px !important;
    max-width: 50px;
}

h4.audio-title {
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
}

h3.audio-text {
    padding-bottom: 0 !important;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
    font-size: 25px;
    margin-top: 2px !important;
    color: #000 !important;
}

span.btn-st {
    display: block;
    text-align: left;
    font-size: 14px;
}

.innerpage-wrap ul.bullet-list {
    margin: 0 !important;
    list-style: none !important;
}

.innerpage-wrap ul.bullet-list li {
    margin: 15px 0 !important;
    position: relative;
    list-style: none !important;
    padding-left: 20px !important;
    font-family: futura-lt-book;
}

.innerpage-wrap ul.bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    background: #9e0b0f;
    top: 8px;
    border-radius: 50%;
}
h3.module-title {
    font-size: 34px;
}

h3.module-title span.mn-text {
    font-size: 45px;
}
.cl-title {
    text-align: center !important;
    margin-bottom: 15px !important;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #9e0b0f !important;
    letter-spacing: 1px !important;
}
.cl-title a{
    color: #9e0b0f !important;
}
.cl-vframe {
    margin-bottom: 20px !important;
}
a.wrap-call-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    top: 0;
}
.date-lwfsr {
    text-align: center !important;
    display: block;
    /* text-transform: uppercase; */
    margin-bottom: 15px !important;
    font-size: 20px;
}

.rcs-cr-text {
    text-align: center !important;
    font-size: 20px;
    text-decoration: underline;
}
.bg-call {
    background: #9e0b0f !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 18px !important;
    line-height: 1;
}
.call-date {
    font-size: 18px !important;
}
@media screen and (max-width:767px) {
    div.vertical-tabs {
        background: #eee !important;
        padding: 10px !important;
    }

    #et-boc .vertical-tabs .et_pb_tabs_controls {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        background: transparent !important;
        border-right: 0 !important;
    }

    #et-boc .vertical-tabs ul.et_pb_tabs_controls>li>a {
        width: 100% !important;
        display: block !important;
    }

    .module-title {
        font-size: 44px;
        margin-bottom: -20px !important;
    }
}

