/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

ul.button-tabs .button-nav a {
    text-transform: uppercase;
}

body {
    color: #302F2F !important;
    background: #FAFBFD !important;
}

.page__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.list-title a {
    font-weight: 100;
}

#friend-list.bp-list.grid .item-avatar img,
#members-list.bp-list.grid .item-avatar img {
    max-width: 100%;
    border-radius: 0;
}

#activity-personal-li {
    display: none;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    height: 315px !important;
}

.member__softskills,
.member__avilability {
    font-weight: bold;
    font-size: 16px;
}

.member__description {
    font-size: 16px;
}

/*.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed:after {
    top: 20px;
}*/

span.completed_staus {
    position: absolute;
    top: 33px;
    height: 14px;
    line-height: 10px;
}

a:hover {
    text-decoration: none;
}

.select2-container--default .select2-results__group {
    text-align: center;
    background: rgb(253, 115, 80);
    color: white;
}

.member__profile p {
    margin-bottom: 0.5rem;
}

.middle-of-screen {
    margin-top: 10%;
}

.mentor__profiles-grid {
    width: 80%;
    float: left;
}

.mentor__profiles-search {
    float: left;
    width: 20%;
    padding: 0 15px;
}

.mentor__profiles-search select {
    width: 100%;
}

.mentor__profiles-search button {
    width: 100%;
    font-size: 16px !important;
    /* font-family: 'glacial-indifference' !important; */
}

@media screen and (min-width: 75em) {
    body:not(.has-sidebar) .buddypress-wrap .grid.bp-list>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.appointments {
    margin-bottom: 3rem;
}

#ldms-message-list .ldms-next-posts {
    margin-bottom: 0;
}

.introduction__video.parent_video_wrapper .fluid-width-video-wrapper iframe {
    position: initial;
    float: left;
    width: 100%;
    margin: 0;
}

.introduction__video.parent_video_wrapper .fluid-width-video-wrapper {
    position: initial;
    float: left;
    width: 100%;
    margin: 0;
    padding-top: 0px !important;
    margin-bottom: 20px;
}

body.xprofile.bp-user.member-type-mentor tr.field_1060 {
    display: none;
}

.page-template-template-mentorpage .site-main .page__title {
    visibility: hidden;
}

@media screen and (max-width: 1024px) {
    .page-template-template-mentorpage .mentor__profiles {

        display: flex;
        flex-direction: column;
    }

    .page-template-template-mentorpage .mentor__profiles-grid {
        width: 100%;
        order: 2;
    }

    .page-template-template-mentorpage .mentor__profiles-search {
        float: left;
        width: 100%;
        margin-left: 0;
        order: 1;
    }
}

.booking__button.percentage .button {
    color: #414288;
    border-color: #414288 !important;
}

.booking__button.percentage .button.orange_btn {
    color: orange;
    border-color: orange !important;
}

.booking__button .button.mail_sent {
    border-color: red !important;
    background: none !important;
    color: red !important;
}

body.my-account.reviews .item-body-inner {
    padding: 10px 0 10px 30px;
}

.sticky-header .site-header.has-scrolled {
    top: 0;
}

.top_notfication {
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.top_notfication>p {
    color: #ff1313;
}

body.my-profile .item-meta {
    display: inline-block;
    width: 100%;
}

/*Hide Enroll for full program*/
.single-sfwd-courses .bb-course-preview-content a.ld-status.ld-status-complete.ld-first-background {
    display: none;
}

p.mentee_access_error {
    color: red;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

body.my-profile .bp-widget.introduction-video {
    display: none;
}

.inner_banner h1 {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}

.inner_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.build__knowledge h2.bb-course-title {
    text-align: left;
    text-transform: capitalize;
}

.build__knowledge .bb-courses-directory {
    display: none
}

div#login {
    box-shadow: unset !important;
}

.display-posts-listing .listing-item {
    float: left;
    width: 33.3%;
    min-height: 460px;
    padding-right: 30px;
}

.listing-item a {
    display: block;
}

.display-posts-listing .listing-item img {
    width: 100%;
    margin: 0 0 10px;
    height: 230px;
    object-fit: cover;
}

.primary-menu>li:first-child {
    padding-left: 0 !important;
}

ul#primary-menu {
    margin: 0 auto;
}

a.user-link {
    font-size: 16px;
    font-weight: 400;
}

#page .footer-bottom {
    padding-top: 20px;
    padding-bottom: 0px;
}

footer.footer-bottom p {
    font-size: 15px !important;
    font-weight: 400;
}

span.bps-form-title {
    font-size: 16px !important;
    color: var(--bb-primary-color) !important;
    font-weight: 700;
    background: transparent !important;
    padding: 30px 0 20px !important;
    /* font-family: 'glacial-indifference' !important; */
    border: none !important;
    outline: none;
    text-transform: uppercase;
}

.mentor__profiles-search form {
    border: none;
    padding: 0 !important;
    background: transparent;
}

.bps-form strong,
.bps-form label,
.mentor__profiles-search select {
    font-size: 16px;
}

em.bps-description {
    font-size: 13px;
    color: #f6951c;
}

a.excerpt-more {
    margin-top: 10px;
    font-size: 16px;
}

.build__knowledge .ld-course-list-content {
    margin-bottom: -47px;
}

.display-posts-listing .listing-item span.date {
    display: block;
    font-size: 17px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 18px;
}

.display-posts-listing .listing-item span.date:before {
    content: ' ';
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    color: #f6951c;
    font-weight: bold;
    width: 7px;
    height: 7px;
    border: solid 2px #f6951c;
    border-radius: 100%;
    transform: translate(0, -50%);
    background: #f6951c;
}

.display-posts-listing .listing-item span.excerpt-dash {
    display: none;
}

.buddypress-wrap .profile.public .profile-group-title,
.bb-about-instructor h4,
.learndash-wrapper .ld-section-heading h2,
.bb-single-course-sidebar h4 {
    font-size: 18px !important;
    font-weight: 400;
}

.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
    padding: 0 !important;
}

.single .entry-title {
    font-size: 60px;
}

.mentor__profiles-search .bps-label span {
    display: none;
}

.author-post-meta i {
    opacity: 1;
    color: #302F2F;
}

.buddypress-wrap .current-visibility-level,
.buddypress-wrap .profile.edit .editfield .description {
    display: inline-block;
}

.buddypress-wrap .current-visibility-level:first-letter,
.buddypress-wrap .profile.edit .editfield .description:first-letter {
    text-transform: uppercase;
}

.btn-advance,
.switch-button,
.bb-single-course-sidebar h4,
.ld-status,
.buddypress-wrap .bp-feedback p,
.profile-loop-header .entry-title.bb-profile-title,
.bb-profile-title,
.bp-avatar-nav-item,
.learndash-wrapper .bb-ld-status .ld-status,
#buddypress .bb-bp-settings-content label {
    text-transform: lowercase !important;
}

.btn-advance:first-letter,
.switch-button:first-letter,
.ld-status:first-letter,
.buddypress-wrap .bp-feedback p:first-letter,
.profile-loop-header .entry-title.bb-profile-title:first-letter,
.bb-profile-title:first-letter,
#page #buddypress #item-body .bp-profile-wrapper #subnav a:first-letter,
.bp-avatar-nav-item:first-letter,
.bb-about-instructor h4:first-letter,
.learndash-wrapper .ld-section-heading h2:first-letter,
.bb-single-course-sidebar h4:first-letter,
.learndash-wrapper .bb-ld-status .ld-status:first-letter,
#buddypress .bb-bp-settings-content label:first-letter {
    text-transform: uppercase !important;
}

.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:after {
    content: '\e956';
    font: normal normal normal 18px/1 "bb-icons";
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    margin-left: 10px;
}

.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title:before {
    display: none;
}

.learndash-wrapper .ld-item-list-item-quiz .ld-item-name .ld-item-title {
    padding-left: 0 !important;
}

.bps-radio a {
    font-size: 13px;
}

em.bps-description {
    font-style: normal;
}

.ld-item-details {
    display: none !important;
}

.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.progress_not_started .progress .completed_staus {
    border-color: #f6951c;
    color: #f6951c;
}

.widget.widget_bp_profile_completion_widget h2.widget-title {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}

span.current-visibility-level {
    color: #bdbdbd !important;
    font-size: 14px;
    font-weight: 400;
    font-style: italic !important;
}

div.content-area {
    padding: 0 !important;
}

.mentor__availability tr:first-child .data {
    color: #f6951c !important;
}

div#cover-image-container {
    margin-top: 0px;
}

.cn-button.bootstrap {
    color: #fff;
    background: #33d47c;
}

#cookie-notice .cookie-notice-container {
    /* font-family: "Glacial Indifference", sans-serif !important; */
}

#buddypress div.bp-profile-content table.profile-fields tr td.label {
    font-weight: 600 !important;
}

/*Hide Cat Links*/
.post-meta-wrapper .cat-links {
    display: none;
}

#members-list.grid .list-wrap .item-block .member-name a {
    font-size: 16px;
    font-weight: bold;
}

.site-main h1.page__title.d-block {
    display: block !important;
    margin-top: 10px;
}

.member-review-stars .far.fa-star {
    color: #f6951c;
}

body.members ul#members-list {
    margin-bottom: 0;
}

.mentor__profiles-search label,
.mentor__profiles-search select {
    font-size: 16px !important;
    /* font-family: 'glacial-indifference' !important; */
}

header.profile-header {
    padding: 20px 15px;
}

.bp-profile-content header.entry-header {
    padding: 10px 30px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label {
    color: #f6951c;
    display: inline-block;
    margin: 0 6px;
}

.wpProQuiz_content .wpProQuiz_questionListItem input {
    visibility: visible;
    margin: 0 !important;
}

.gform_wrapper .gfield_description {
    font-size: 16px !important;
}

.wpProQuiz_content .wpProQuiz_questionListItem input:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    border: solid 1px #888;
    content: '';
    display: inline-block;
    visibility: visible;
}

.wpProQuiz_content .wpProQuiz_questionListItem input:checked:after {
    background-color: #29BE6F;
    border-color: transparent;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab span:first-letter {
    text-transform: uppercase;
}

ul.bb-course-volume-list li {
    text-transform: capitalize;
}

.logged-in-as {
    display: none;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.gform_wrapper .gfield_required {
    color: #f6951c ! important;
}

.build__knowledge h2 {
    font-size: 24px;
    margin: 60px 0 45px;
    text-align: center;
    text-transform: uppercase;
}

div#ldms-message-list th {
    text-transform: unset !important;
    color: var(--bb-primary-color) !important;
}

.notification-header .mark-read-all,
.notification-footer .delete-all,
#ldms-comment-form h3,
#ldms-return-to-message a,
.attachmentFile a {
    color: var(--bb-primary-color) !important;
}

div#ldms-comment-form input[type='submit'] {
    background-color: var(--bb-primary-button-background-regular) !important;
    color: var(--bb-primary-button-text-regular) !important;
    border: 1px solid var(--bb-primary-button-border-regular) !important;
    border-radius: var(--bb-button-radius) !important;
    padding: 10px 20px;
}

span.gform_description {
    /* font-family: "Glacial Indifference", sans-serif; */
    font-size: 16px;
}

#ldms-message-list .ldms-next-posts a {
    font-size: 17px;
    color: var(--bb-primary-color) !important;
    background: transparent !important;
    font-weight: 400;
    text-transform: unset;
}

.ldms-comment .ldms-comment-wrapper .ldms-comment-username a {
    display: none;
}

label.gfield_label {
    font-weight: 400 !important;
}

.associated label.gfield_label {
    font-weight: 700 !important;
}

.bb-sticky-sidebar a.button.small {
    width: 80% !important;
}

.booking__button .button.small:hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1) !important;
}

.inner_banner img {
    object-position: left;
}

.bp-profile-content td.data * {
    font-size: 14px !important;
    /* font-family: inherit !important; */
    color: #302F2F !important;
}

.bookly-day,
.bookly-time-main {
    width: 100%;
}

.ladda-label.bookly-time-main,
label.bookly-day.bookly-js-first-child {
    font-size: 18px !important;
    /* font-family: 'glacial-indifference' !important; */
}

article#post-3308 {
    margin: 10px 115px;
}

#wpcf7-f3310-p3308-o1 .wpcf7-form p label {
    width: 50%;
}

.podcast {
    padding: 0 !important;
}

.podcasts .podcast-title,
.listing-item a {
    color: var(--bb-primary-color);
    //    font-size: 24px;
}

.podcast__slider span.btn-txt,
.copyright a {
    color: var(--bb-primary-color);
}

@media (max-width: 1100px) {
    .podcasts {
        padding: 0 35px;
    }
}

.comming {
    opacity: 0.5 !important;
}

.podcasts .podcast-modal img {
    width: 100% !important;
}

.single-podcasts .bb-grid.site-content-grid {
    padding: 0;
}

.podcast_banner-txt {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    color: #fff;
}

.min_container {
    max-width: 740px;
    margin: 0 auto;
}

.podcast_content.container {
    margin: -90px auto 0;
    background: #fff;
    position: relative;
    padding: 30px;
}

.podcast_banner-txt h1 {
    color: #fff;
    font-size: 45px;
    max-width: 560px;
    width: 100%;
}

.podcast_banner-txt ul {
    margin: 30px 0 0;
    list-style: none;
}

.podcast_banner-txt ul li {
    width: 170px;
    float: left;
    font-size: 14px;
    color: #999;
}

.podcast_banner-txt ul li span {
    display: block;
    color: #fff;
}

.podcast_content .play path {
    fill: rgb(241 93 6) !important;
}

.podcast_content .track-title {
    display: none;
}

.podcast_content .iron-audioplayer .album .album-art {
    max-width: 100% !important;
}

.podcast_content .iron-audioplayer .album {
    max-width: 100% !important;
}

.podcast_banner img {
    height: 465px;
    object-fit: cover;
    width: 100%;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
}

@media (max-width: 767px) {
    .display-posts-listing .listing-item {
        width: 100%;
        padding: 0;
    }

    .inner_banner h1 {
        font-size: 20px;
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
        width: 100%;
    }

    #page #buddypress #item-body .bp-profile-wrapper #subnav a {
        padding: 10px;
    }

    .podcast_banner-txt {
        top: 5%;
        width: 68%;
    }

    .podcast_banner-txt h1 {
        font-size: 19px;
    }

    .podcast_banner-txt ul li {
        width: 50%;
    }

    .podcast_content.container {
        margin: 0 auto;
    }

    .podcast_banner img {
        height: 190px;
    }

    .podcast_banner-txt ul {
        margin: 15px 0 0;
    }

    .mentor__profiles-search {
        width: 100%;
    }

    .mentor__profiles-grid {
        width: 100%;
    }
}

@media (min-width: 800px) {
    .bb-grid.site-content-grid {
        flex-flow: row-reverse;
    }

    .my-profile .bb-grid.site-content-grid {
        flex-flow: row wrap;
    }
}

@media (max-width: 800px) {
    .bb-grid.site-content-grid {
        flex-flow: column-reverse;
    }

    .my-profile .bb-grid.site-content-grid {
        flex-flow: row wrap;
    }
}

@media (max-width: 1024px) {}

.profile-match {
    color: var(--bb-primary-color);
    font-weight: bold;
    font-size: 16px;
}

/*.sidebar-left:not(.forums-sidebar) .site-content-grid {
    -ms-flex-flow: unset;
    flex-flow: unset;
}*/

.session-left-col {
    padding-right: 0px !important;
}


.member-type-mentor .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_name,
.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_name {
    width: calc(100% - 25px) !important;
    white-space: normal !important;
}

.member-type-mentor .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed:after {
    top: 21px;
}

/*.widget-area.sm-grid-1-1.profile-widget-area.custom__sidebar {
    padding-top: 62px;
}*/

.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed:after {
    top: 21px;
}

li#general-personal-li {
    display: none;
}

li#profile-personal-li {
    display: none;
}

input#field_1 {
    width: 100%;
    background: #fff !important;
}

div#field_1_wrap input {
    background: none;
    padding-left: 0.8rem;
    font-size: 14px;
}

.type-post span {
    color: #f6951c !important;
}

.bb-course-categories,
.bb-single-course-sidebar h4,
.lms-topic-sidebar-instructor .bb-about-instructor>h4,
.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title,
.lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading,
.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading,
.learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong,
.learndash-wrapper #ld-profile .ld-progress-label,
.bb-course-footer,
.learndash-wrapper .ld-login-modal .ld-login-modal-form label,
.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading {
    color: #302F2F !important;
}

#gform_6 label#label_6_16_1 {
    color: white !important;
}

.page-id-108 label.bookly-day.bookly-js-first-child {
    /* font-family: 'titillium-web' !important; */
}

.page-id-0 .header-search-link {
    display: none;
}

.field_3206.field_introduction-video {
    display: none !important;
}

.w-29 {
    height: 29px;
    position: relative;
    top: -2px;
}


.introduction__video {
    height: 360px;
    overflow: hidden;
}

p.mentee_access_error a {
    border: 1px solid #00d482;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
}

body.xprofile.profile-edit #page #buddypress #item-body .bp-profile-wrapper #subnav {
    flex: 0 0 300px !important;
}

body.xprofile.profile-edit li.single_section_wrap.completed:after {
    top: 50% !important;
}

body.my-account.my-profile .profile_completion_wrap a.group_link::before {
    display: none !important;
}

body.my-account.my-profile a.group_link {
    padding-left: 0px !important;
}

.my__mentors .item-avatar {
    float: none !important;
}

.my__mentors .button-wrap.member-button-wrap {
    justify-content: center !important;
}

.my__mentors li.item-entry {
    width: 377px;
}

.my__mentors td img.img {
    width: 35px;
    border-radius: 50%;
}

table.centered-table-text td {
    vertical-align: middle !important;
}

.servay_form.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    /* Add some spacing between the loader and text */
}

/* Style for the button while the request is in progress */
#send__survey__request[disabled] {
    background-color: #3498db;
    /* Blue background */
    color: #fff;
    /* White text */
    cursor: not-allowed;
    /* Show "not-allowed" cursor when disabled */
}

/* Style for the response message inside the button */
#send__survey__request.message {
    margin-left: 10px;
    /* Add some spacing between the loader and message */
    font-weight: bold;
}

.btn_span_grid {
    display: grid !important;
}

.btn_span_grid_survay {
    display: inherit !important;
}

.btn_span_grid_survay p {
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

.bp-avatar-status .warning {
    display: none !important;
}

.site-main h1.page__title,
.widget.widget_bp_profile_completion_widget h2.widget-title {
    text-transform: uppercase !important;
}

.booking__button a[href="JavaScript:Void(0);"] {
    color: var(--bb-body-text-color);
}

i.bb-icon-l.bb-icon-bars:before {
    content: '\e858';
}

.bb-mobile-panel-inner .bb-primary-menu li a {
    text-transform: uppercase;
    font-size: 16px !important;
    color: var(--bb-header-links) !important;
}

.bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
    color: var(--bb-primary-color) !important;
    font-weight: 600;
}

.login .login-heading span {
    display: none !important;
}

div.booking__button .button {
    background-color: #414288 !important;
    border-color: #414288 !important;
}


.single-post main#main.site-main {
    display: flex;
    flex-direction: column;
}

.single-post .post-related-posts {
    order: 5;
}

.post-author-info {
    order: 4;
}

.single-post div#comments {
    order: 6;
}

.single-post .mentor-credits {
    order: 3;
    border-bottom: 1px solid var(--bb-content-border-color);
    margin-bottom: 0px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--bb-content-border-color);
}

.single-post .mentor-credits img {
    border-radius: 100%;
    border: solid 1px #ddd;
}

.member-type-mentor .profile h2.post-title {
    margin: 10px 0 20px !important;
}

.entry-content .booking-preferences .post-thumbnail img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 560px;
}

.entry-content .booking-preferences .post-content {
    max-width: 560px;
    margin: 0 auto;
}

div.booking__button a.button {
    color: #fff !important;
}

div.booking__button a.button:hover {
    background: #c2cae8 !important;
    border-color: #c2cae8 !important;
}