/*
Theme Name: Divi Child
description: >-
  Divi Child Theme
Author: WebIntuitive LTD
Author URI: https://webintuitive.co.uk
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: divi-child
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#main-content .course-page.container:before {
    display: none
}

.course-page>*,
.planyo-page>* {
    font-family: Lato, sans-serif !important
}

.course-page .entry-content {
    padding: 30px 0;
    position: relative
}

.course-page.container {
    width: 90%
}

.course-page .article {
    position: relative
}

.course-page>*,
.planyo-page>* {
    color: #1e1e1e
}

.course-page h1,
.planyo-page h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center
}

.course-page h2,
.planyo-page h2 {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 20px;
    text-align: center
}

.course-page h3,
.planyo-page h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.course-page li,
.course-page p {
    color: #000;
    font-size: 17px
}

.course-page h1,
.course-page h2 {
    margin: auto
}

.course-checkbox-list li {
    list-style: none
}

.course-checkbox-list li::before {
    content: '\002713';
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px
}

.course-page .section-title {
    text-align: center
}

.course-page .embed-container {
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.course-page .embed-container embed,
.course-page .embed-container iframe,
.course-page .embed-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.course-page .course-intro,
.course-page .facilitator-intro {
    padding: 20px 0
}

.course-page .course-image img,
.course-page .facilitator-image img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.course-page .facilitator-title {
    text-align: left
}

.course-page .narrow-divider {
    background: #ddd;
    border-color: transparent;
    height: 1px;
    margin: 10px auto 20px;
    width: 70%
}

.course-page p.quote {
    padding: 20px 0;
    text-align: center
}

.course-page .testimonials {
    padding: 30px 0
}

.course-page .testimonial {
    background-color: #f5f5f5;
    padding: 40px 30px 30px;
    position: relative;
    width: 100%;
    border: 15px solid #fff
}

picture.testimonial-image img {
    float: right;
    margin-left: 20px;
    max-width: 100px
}

.course-page .testimonial::before {
    background-color: #fff;
    border-radius: 40px;
    color: #0060fe;
    content: "\7c";
    direction: ltr;
    font-family: ETmodules !important;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 50%;
    line-height: 1;
    margin-left: -20px;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    text-shadow: 0 0;
    text-transform: none;
    top: -20px;
    z-index: 2
}

.course-page .entry-sidebar {
    padding: 0;
    width: 100%;
    z-index: 3 !important
}

.course-page .entry-sidebar p {
    text-align: center
}

.course-page .course-conductor {
    font-size: 17px;
    text-align: center
}

.course-page .floating-title {
    font-weight: 700;
    text-transform: uppercase
}

.course-page .hidden {
    display: none
}

.course-page .book-course-btn {
    background-color: #0079f4;
    border: 2px solid #0079f4;
    color: #fff
}

.course-page .book-facilitator-btn,
.course-page .book-taster-btn {
    background-color: #fff;
    border: 2px solid #0079f4;
    color: #0079f4
}

.course-page .book-course-btn,
.course-page .book-facilitator-btn,
.course-page .book-taster-btn {
    border-radius: 5px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase
}

#course-detail-text span,
#facilitator-detail-text span,
#taster-detail-text span,
#weekly-course-detail-text span {
    display: block;
    font-size: 18px;
    line-height: 1.4
}

#course-detail-text,
#facilitator-detail-text,
#taster-detail-text {
    padding-bottom: 0.5rem
}

.course-page .sticky-bottom {
    background-color: #000;
    bottom: 0;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 5
}

.course-page .sticky-bottom .book-course-btn {
    font-size: 16px;
    padding: 8px 15px
}

@media only screen and (min-width:500px) {
    .course-page .course-image {
        float: left;
        margin-right: 20px;
        max-width: 250px
    }

    .course-page .facilitator-image {
        float: right;
        margin-left: 20px;
        max-width: 250px
    }
}

@media only screen and (min-width:768px) {

    .course-page h1,
    .planyo-page h1 {
        font-size: 30px
    }

    .course-page h2,
    .planyo-page h2 {
        font-size: 25px
    }

    .course-page h3 {
        font-size: 22px;
        text-align: left;
    }

    .course-page .testimonial {
        width: 50%
    }

    .course-page .testimonials {
        align-items: flex-start;
        -webkit-box-align: start;
        -webkit-box-pack: center;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        -ms-flex-align: start;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:1000px) {
    .course-page .entry-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        max-width: 60%
    }

    .course-page .entry-subtitle,
    .course-page .entry-title {
        max-width: 80%
    }

    .course-page .entry-sidebar {
        max-width: 360px;
        position: absolute;
        right: 0;
        top: 30px
    }

    .course-page .entry-sidebar .sticky-content {
        background-color: #f5f5f5;
        border-top: 5px solid #0060fe;
        max-width: 360px;
        padding: 0 0 20px;
    }

    .page-template-page-template-monthly-course-detail .course-page .entry-sidebar {
        max-width: 360px;
        padding: 0;
        border: none;
    }

    .course-page .sticky-bottom {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    .course-page.container {
        max-width: 1200px
    }
}

#content-area .schedule table {
    border: none;
    width: auto;
    margin-top: 10px
}

#content-area .schedule table tr {
    border: none
}

#content-area .schedule table td {
    padding: 10px 15px 0 0;
    border: none;
    vertical-align: top;
}

/*Session page*/
#main-content .session-page picture {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 20px 10px 0;
    float: left;
}

.session-details-bar {
    max-width: fit-content;
    margin-left: auto;
    padding: 10px;
}

.session-details-bar .custom_property:first-child {
    margin-left: auto;
}

.facilitators-box {
    margin: 20px 0;
}

.facilitator-box {
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.facilitator-image {
    width: 200px;
    flex-shrink: 0;
}

.facilitator-bio {
    min-width: 440px;
    padding: 0 20px;
}

.facilitator-calendar {
    min-width: 300px;
}

.f-about-box {
    max-height: 160px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #9d9d9d #ebebeb;
    padding-right: 5px;
    margin-top: 10px;
}

.f-about-box::-webkit-scrollbar {
    width: 6px;
}

.f-about-box::-webkit-scrollbar-track {
    background: #ebebeb;
}

.f-about-box::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    border: 0px none;
}

.f-header-box {
    display: flex;
    align-items: center;
}

.f-header-box h3 {
    font-weight: bold;
    margin: 0;
}

.f-header-box .custom_property:first-of-type {
    margin-left: auto;
}

.session-page li,
.session-page p {
    color: #000;
    font-size: 17px;
}

.session-page>* {
    font-family: Lato, sans-serif !important;
}

.session-page h1 {
    font-weight: 700;
    line-height: 1.3;
}

.session-page .narrow-divider {
    background: #ddd;
    border-color: transparent;
    height: 1px;
    margin: 30px auto 40px;
    width: 70%;
}

.facilitator-box.max-view {
    position: fixed;
    top: 185px;
    left: 0;
    background: #ffffff;
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 30px 0 30px;
    z-index: 98;
    width: 100%;
}

.facilitator-box.max-view .facilitator-bio {
    min-width: 100% !important;
}

.facilitator-box.max-view .facilitator-bio .f-about-box {
    max-height: 100%;
}

.close-maxview {
    position: fixed;
    top: 160px;
    right: 20px;
    font-size: 50px;
    z-index: 100;
    cursor: pointer;
    background: #ffffff;
    padding: 5px;
}

body.no-overflow {
    overflow: hidden !important;
}

.facilitator-image {
    position: relative;
}

.facilitator-image h3 {
    display: none;
}

.facilitator-box.max-view .f-header-box,
.facilitator-box.max-view .facilitator-calendar {
    display: none !important
}

.planyo-page {
    max-width: 950px !important;
    margin: 0 auto;
}

.planyo-page .main_title {
    text-align: center;
}

body:not(.et-tb) .planyo-page {
    padding-top: 58px;
}

.planyo-box {
    margin-top: 20px;
}

.planyo-pagee li,
.planyo-page p {
    color: #000;
    font-size: 17px;
}

.page-template-page-template-monthly-course-detail .facilitator-image {
    margin-left: 0;
    max-width: 120px;
    min-width: auto !important;
}

.page-template-page-template-monthly-course-detail .facilitator-image a {
    display: block;
}

.page-template-page-template-monthly-course-detail .facilitator-image h4 {
    text-align: center;
    font-size: 16px;
}

.page-template-page-template-monthly-course-detail .facilitator-image img {
    margin-bottom: 0;
}

.page-template-page-template-monthly-course-detail .course-detail-text span {
    display: block;
}

.page-template-page-template-monthly-course-detail .course-detail-text span:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
}

.page-template-page-template-monthly-course-detail .course-detail-text var.f_year {
    font-style: normal;
}

.page-template-page-template-monthly-course-detail .course-detail-text .t_duration {
    display: none;
}

.page-template-page-template-monthly-course-detail .course-detail-text span:nth-child(2) {
    font-size: 15px;
}

.page-template-page-template-monthly-course-detail .taster-detail-text span {
    display: inline-block;
    font-size: 15px;
    margin-right: 3px;
    font-style: normal;
}

.page-template-page-template-monthly-course-detail var.your_time {
    font-size: 13px;
    font-style: normal;
}

.page-template-page-template-monthly-course-detail .taster-detail-text var,
.page-template-page-template-monthly-course-detail .course-detail-text {
    font-style: normal;
}

.page-template-page-template-monthly-course-detail .taster-detail-text var.f_year,
.page-template-page-template-monthly-course-detail .taster-detail-text var.end_h,
.page-template-page-template-monthly-course-detail .taster-detail-text var.your_time {
    display: none;
}

.free_taster_box a {
    font-size: 15px;
}

.text-center {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.p-0 {
    padding-bottom: 0 !important;
}

.local-time-label {
    font-style: italic;
    font-size: 15px;
}

.page-template-page-template-monthly-course-detail .course-description h1 {
    font-size: 32px;
    margin-bottom: 1em;
    text-transform: none;
}

.page-template-page-template-monthly-course-detail .course-description h2 {
    font-size: 28px;
    margin-bottom: 1em;
    text-transform: none;
}

.page-template-page-template-monthly-course-detail .course-description h3 {
    font-size: 24px;
    margin-bottom: 1em;
    text-transform: none;
}

.page-template-page-template-monthly-course-detail .course-description h4 {
    font-size: 20px;
    margin-bottom: 1em;
    text-transform: none;
}

.page-template-page-template-monthly-course-detail .course-description h5 {
    font-size: 16px;
    text-transform: none;
}

.page-template-page-template-monthly-course-detail .quote {
    font-size: 22px;
}

.page-template-page-template-monthly-course-detail .quote em {
    display: block;
}

.page-template-page-template-monthly-course-detail .custom_property:first-child {
    margin-left: 0;
    font-size: 24px;
    font-weight: bold;
}

.page-template-page-template-monthly-course-detail .custom_property:last-child {
    margin-left: auto;
    font-size: 18px;
}

.page-template-page-template-monthly-course-detail .session-details-bar {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    max-width: none;
    border-radius: 0;
    display: flex;
}

.page-template-page-template-monthly-course-detail .facilitator-box {
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 20px;
}

.page-template-page-template-monthly-course-detail .training-box {
    padding: 0 20px 20px;
    text-align: center;
}

.page-template-page-template-monthly-course-detail .training-box p {
    font-size: 14px;
}

.page-template-page-template-monthly-course-detail .training-box h4 {
    font-weight: bold;
    font-size: 18px;
}

.page-template-page-template-monthly-course-detail .entry-left {
    max-width: calc(100% - 460px);
}

.page-template-page-template-monthly-course-detail .entry-sidebar {
    background: none;
}

.page-template-page-template-monthly-course-detail .facilitators-box {
    margin-bottom: 0px;
}

.course-featimage {
    line-height: 0;
}

.floating-relative {
    width: 100%;
    position: relative;
}

.facilitator-box-wapper {
    background-color: #f5f5f5;
}

.facilitator-box-toggle {
    display: none;
}

#close-course-dates {
    display: none;
}

.mobile-fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    padding: 0 20px 20px;
    height: 100vh;
    overflow: auto;
    display: block !important;
    width: 100%;
}

.mobile-fixed .session-details-bar {
    visibility: hidden;
}

.page-template-page-template-monthly-course-detail .facilitator-calendar {
    min-width: 210px;
}

.page-template-page-template-monthly-course-detail p.quote {
    padding: 10px 0 30px;
    text-align: center;
}

@media only screen and (max-width:600px) {
    .container {
        width: 90%;
    }

    .page-template-page-template-monthly-course-detail .entry-left {
        max-width: 100%;
    }

    .session-details-bar {
        flex-flow: wrap;
    }

    .session-details-bar .custom_property {
        margin-left: 0 !important;
    }

    .facilitator-box {
        flex-flow: column;
    }

    .facilitator-image,
    .facilitator-bio {
        width: 100% !important;
        padding: 0px;
    }

    .facilitator-image img {
        margin: 20px 0;
        display: block;
        width: 100%;
    }

    .facilitator-box.max-view .facilitator-image img {
        margin: 20px;
        display: block;
        width: calc(100% - 40px);
    }

    .facilitator-box.max-view .f-header-box .custom_property,
    .f-about-box {
        display: none !important;
    }

    .facilitator-box.max-view .f-about-box {
        overflow: visible;
        padding: 0 20px;
        display: block !important;
    }

    .f-header-box .custom_property:first-of-type {
        margin-left: 0;
    }

    .facilitator-image h3 {
        padding: 10px 20px;
        background: #000000;
        color: #0079f4;
        position: absolute;
        bottom: 30px;
        left: 0px;
        display: block;
    }

    .facilitator-box.max-view .facilitator-image h3 {
        left: 20px;
    }

    .f-header-box h3 {
        display: none !important
    }

    .entry-sidebar,
    .facilitator-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-template-page-template-monthly-course-detail .facilitator-calendar {
        min-width: 210px;
    }

    .page-template-page-template-monthly-course-detail .facilitator-image h4 {
        text-align: center;
        margin-top: 10px;
    }

    .page-template-page-template-monthly-course-detail .facilitator-box {
        flex-flow: row;
    }

    .page-template-page-template-monthly-course-detail .custom_property:last-child {
        margin-left: auto;
        font-size: 18px;
    }

    #facilitator-detail-text span:nth-child(2) {
        display: inline !important;
    }

    .facilitator-box-wapper {
        display: none;
    }

    .facilitator-box-toggle {
        display: flex;
        align-items: center;
        padding: 10px;
        background: #000000;
        color: #ffffff;
        position: fixed;
        z-index: 100;
        top: calc(100vh - 55px);
        width: 100%;
        left: 0;
    }

    .et_mobile_device.iphone .facilitator-box-toggle {
        top: auto !important;
        padding: 20px 10px;
        bottom: 0px !important;
    }

    #wpadminbar {
        position: fixed;
    }

    .facilitator-box-toggle button {
        margin-left: auto !important;
        margin-right: 10px !important;
    }

    #close-course-dates {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        font-size: 20px;
        border: none;
        background: #ffffff;
        width: 40px;
        height: 40px;
        padding: 5px;
    }

    .admin-bar #close-course-dates {
        top: 50px;
    }
}

/*Specialities*/

.f-specialities {
    display: flex;
    align-items: center;
}

.specialities-heading {
    color: #333;
    line-height: 1em;
    font-weight: 900;
    margin: 0;
    font-size: 22px;
    width: 200px;
    text-align: right;
    margin-right: 16px;
}

.speciality-box {
    padding: 4px;
}

.speciality-modal-btn {
    color: #0000ff;
    font-size: 16px;
    cursor: pointer;
}

.facilitator-box {
    border: none;
}

.f-box-divider {
    padding: 0 0 20px 0;
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.speciality-modal-backdrop {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.speciality-modal-box,
.contact-facilitator-modal-box {
    position: fixed;
    padding: 40px 20px 40px;
    background: #e8f0fa;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-height: 90vh;
    overflow: auto;
    max-width: 80vw;
    width: 100%;
}

.speciality-modal-box #close-course-dates {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    font-weight: 200;
    border: 0;
    background: transparent;
    color: #b7b7b7;
    cursor: pointer;
    z-index: 1000;
}

.speciality-modal-box .modal-content,
.contact-facilitator-modal-box .modal-content {
    text-align: center;
}

.speciality-modal-box h3,
.contact-facilitator-modal-box h3 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: block !important;
}

.speciality-modal-box.hidden,
.speciality-modal-box.hidden+.speciality-modal-backdrop {
    display: none;
}

.send-email-box {
    margin-left: auto;
}

.f-header-box .custom_property {
    margin-left: auto;
}

.f-header-box .send-email-box+div+div+.custom_property {
    margin-left: 10px;
}

.send-email-modal-btn {
    padding: 0;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smooth: antialiased;
    color: #ffffff;
    font-size: 16px;
    border: 0px solid #0000ff;
    cursor: pointer;
    background: none;
}

.send-email-modal-btn svg {
    width: 30px !important;
    height: auto;
    margin-top: 5px;
}

.contact-facilitator-modal-box.hidden,
.contact-facilitator-modal-box.hidden+.speciality-modal-backdrop {
    display: none;
}

.contact-facilitator-modal-box {
    width: 100%;

}

.contact-facilitator-modal-box .modal-header {
    display: flex;
    align-items: center;
}

.contact-facilitator-modal-box .facilitator-image {
    width: 120px !important;
    margin-right: 30px;
}

.contact-facilitator-modal-box .modal-header h3 {
    text-align: left;
    line-height: 1.6rem;
    display: block !important;
}

.contact-facilitator-form .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-facilitator-form .form-row .form-label {
    text-align: right;
    width: 150px;
    padding-right: 20px;
    color: #1e1e1e;
    font-weight: 500;
}

.contact-facilitator-form .form-row .form-input-area {
    flex-grow: 1;
}

.contact-facilitator-form .form-row .form-input-area h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
}

.contact-facilitator-form .form-row .form-input-area textarea {
    width: 100%;
    font-style: italic;
    width: 100%;
    outline-style: none;
    padding: 10px;
    letter-spacing: normal;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.contact-facilitator-form button {
    cursor: pointer;
    background-color: #0060fe !important;
    box-shadow: none !important;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
    padding: 12px 30px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transition-delay: 0s;
    transition-duration: 400ms;
    transition-property: background-color, color;
    transition-timing-function: ease;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 5px !important;
}

.contact-facilitator-form button:focus,
.contact-facilitator-form button:hover {
    background-color: #0043b2 !important;
    color: #ffffff !important;
}

.contact-facilitator-form .terms {
    font-size: 12px;
    color: #333;
    text-align: left;
    line-height: 1rem;
}

.contact-facilitator-form .invalid-feedback {
    color: red;
    text-align: left;
}

.contact-facilitator-form .words_count {
    text-align: left;
}

.contact-facilitator-modal-box .close-course-dates {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    font-weight: 200;
    border: 0;
    background: transparent;
    color: #b7b7b7;
    cursor: pointer;
    z-index: 1000;
}

.trap-box {
    margin: 0 auto;
}

.et_mobile_device .contact-facilitator-modal-box {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    height: 100vh;
    overflow-y: auto;
}

.d-block {
    display: block;
}

@media only screen and (max-width:600px) {
    .contact-facilitator-form .form-row {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact-facilitator-form .form-row .form-label {
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-facilitator-form .form-row .form-input-area {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-facilitator-form .form-row:nth-child(3),
    .contact-facilitator-form .form-row:nth-child(4),
    .contact-facilitator-form .form-row:nth-child(5) {
        flex-direction: row;
    }
}

/*sessions updates*/

.back-to-sessions {
    color: #0C71C3 !important;
    border-width: 0 !important;
    font-size: 16px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: capitalize !important;
    background: url(https://stagingbooking.osho.com/wp-content/uploads/2023/09/hand-left-1.png) center left no-repeat;
    padding-left: 70px !important;
    margin: 10px;
    line-height: 54px;
    display: inline-block;
    background-size: contain;
}

.next-to-sessions {
    color: #0C71C3 !important;
    border-width: 0 !important;
    font-size: 16px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: capitalize !important;
    background: url(https://stagingbooking.osho.com/wp-content/uploads/2023/09/hand-right-1.png) center right no-repeat;
    padding-right: 70px !important;
    margin: 10px;
    line-height: 54px;
    display: inline-block;
    background-size: contain;
}

.next-to-courses {
    color: #0C71C3 !important;
    border-width: 0 !important;
    font-size: 16px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: capitalize !important;
    background: url(/wp-content/uploads/2023/09/leaf.png) center right no-repeat;
    padding-right: 50px !important;
    margin: 10px;
    line-height: 54px;;
    display: inline-block;
    background-size: contain;
}

@media only screen and (max-width: 600px) {
    .back-to-sessions, .next-to-sessions, .next-to-courses {
        margin: 0 10px;
    }
}

.blue-btn {
    color: rgb(37, 59, 223) !important;
    border-width: 0 !important;
    border-radius: 10px;
    font-size: 17px;
    background-color: #E2F3FF;
    padding: 0.7em !important;
    display: block;
    margin: 20px auto;
}

.hidden2 {
    display: none !important;
}

#month-course-detail-text span {
    display: block;
}

.f-specialities {
    display: flex;
    align-items: start !important;
    padding-right: 100px;
    position: relative;
    max-width: 762px;
    flex-wrap: wrap
}

.f-certifications {
    width: 100px;
    border: 1px solid #1C732F;
    padding: 4px;
    position: relative;
    top: auto;
    text-align: center;
    border-radius: 4px;
    margin-left: auto
}

.specialities-heading {
    color: #333;
    line-height: 1em;
    font-weight: 400 !important;
    margin: 0;
    font-size: 16px !important;
    width: 200px;
    text-align: right;
    margin-right: 16px;
    padding: 8px;
}

.session-page .custom_property,
.f-certifications {
    text-align: center;
    margin: 5px 0 5px 20px;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    color: #1C732F;
    font-weight: bold;
    font-size: 15px;
    background: #E6F4E8;
    border: none !important;
}

.session-page .custom_property>span {
    font-size: 12px !important;
    line-height: 1.5;
    color: #5C625D;
    display: block;
    text-align: left;
    font-weight: 400;
}

.session-page .custom_property .mdi:before {
    font-size: 15px !important;
    line-height: 24px !important;
    padding-right: 5px;
}

body #page-container .et_pb_section .et_pb_button_1.nav-right-post,
body #page-container .et_pb_section .et_pb_button_1.nav-right-post:hover,
body #page-container .et_pb_section .et_pb_button_2.nav-right-post,
body #page-container .et_pb_section .et_pb_button_2.nav-right-post:hover {
    background: url('/wp-content/uploads/2023/09/hand-right-1.png') center right no-repeat;
    background-size: contain !important;
    padding-right: 50px !important
}

body #page-container .et_pb_section .et_pb_button_0.nav-left-post,
body #page-container .et_pb_section .et_pb_button_0.nav-left-post:hover,
body #page-container .et_pb_section .et_pb_button_1.nav-left-post,
body #page-container .et_pb_section .et_pb_button_1.nav-left-post:hover {
    background: url('/wp-content/uploads/2023/09/hand-left-1.png') center left no-repeat;
    background-size: contain !important;
    padding-left: 50px !important
}

#menu-explore-more-menu {
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
    body:not(.et-tb) #main-content .container.session-page, 
    body:not(.et-tb-has-header) #main-content .container.session-page {
        padding-top: 20px !important;
    }
}

.et_pb_image_wrap {
    position: absolute !important;
}

.et_pb_image_wrap img {
   top: -22px;
    right: 34px;
    width: 85%;
}
