/* miniOrange SSO */

.sso-login-button.sso-button-footer a {
  color: #fff !important;
  padding: 3px 15px !important;
  border-color: #fff;
}

.sso-login-button.sso-button-footer a:hover {
    color: #000 !important;
    border-color: #B7DCAC!important;
}

.sso-login-button a {
    background-color: transparent !important;
    color: #000 !important;
    padding: 14px 16px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: montserrat !important;
    font-weight: 700;
    border-width: 2px;
    margin-right: 10px;
    transition: 0.4s ease;
}

.sso-login-button a:hover {
    background-color: #B7DCAC !important;
    border-color: #B7DCAC;
}

.sso-login-button a i {
    display: none!important;
}


.custom-facet-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.custom-facet-loader img {
    width: 80px;
}

.custom-facet-loader p {
    color: #ffffff;
}

.eb_join_button {
    margin: 0 !important;
}

.feat-image-fix {
    background-size: cover;
}

.special-course-buttons-container a {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 15px !important;
    color: #000000 !important;
}

.special-course-buttons-container input {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 15px !important;
    color: #000000 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease-in-out !important;
}

.special-course-buttons-container:hover a {
	color: #ffffff !important;
}

.special-course-buttons-container .eb_join_button {
    height: 16px !important;
}

.special-course-buttons-container {
    background-color: #D9F1FA !important;
    fill: #000000 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #D9F1FA !important;
    border-radius: 7px 7px 7px 7px !important;
    /*padding: 6px 12px 6px 12px !important;*/
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.special-course-buttons-container:hover {
    background-color: #EA580D !important;
    border-color: #EA580D !important;
}

.wsf-field-wrapper input:focus {
	border-radius: 4px !important;
}




/* Accredited and Unaccredited Tabs */

.accred-button, .unaccred-button {
    cursor: pointer;
}

.accred-button.active-tab a{
    background-color: #fff!important;
    color: #000000!important;
}

.accred-button.deactive-tab a{
    background-color: #13316E!important;
    color: #ffffff!important;
}

.unaccred-button.active-tab a{
    background-color: #fff!important;
    color: #000000!important;
}

.unaccred-button.deactive-tab a{
    background-color: #13316E!important;
    color: #ffffff!important;
}

span.select2-selection.select2-selection--single {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    color: #000000 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 10px !important;
    padding-right: 20px !important;
    height: 30px !important;
    border-color: #EBEBEB !important;
    border-radius: 4px !important;
    outline: none !important;
    background-size: 20px 10px !important;
    background-repeat: no-repeat;
    background-position: right 5px center !important;
    min-height: unset!important;
}

.wsf-form input:focus, .wsf-form select:focus {
    outline: none!important;
    border-width: 1px !important;
}

.form-text-divider {
    margin-top: -20px;
    font-style: italic;
    font-weight: 600;
}

input.select2-search__field {
    padding: 5px !important;
    line-height: 1 !important;
    border-radius: 5px !important;
    border-color: #bbb !important;
}

span.select2-dropdown.wsf-select2-dropdown.select2-dropdown--below {
    border: 1px solid #dedede !important;
}


li.select2-results__option:nth-child(even) {
    background: #dedede !important;
}

span.select2-selection__arrow {
    height: 100%!important;
}

/* Search Results Page  */

.site-search input.search-field, .site-search input.search-field:focus, .site-search input.search-field:active {
    border: 1px solid #dedede !important;
    outline: none !important;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 14px !important;
}

.list-view-summary p:empty {
    display: none;
}

.list-view-summary br {
    display: none;
}

.list-view-meta {
    display: flex;
    flex-flow: row;
    font-size: 12px;
}

.list-view-meta > div {
    margin-right: 10px;
}

span.button-arrow:hover {
    background: #000;
}

.list-view-button:hover span.button-arrow img {
    filter: invert(1);

}

span.button-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    background: #81BD58;
    border-radius: 50%;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    transition: 0.5;
    cursor: pointer;
}

.list-view-button a {
    font-size: 15px;
    color: #000!important;
    font-weight: bold;
    margin-right: 10px;
}

span.button-arrow img{
    width: 100%;
    height: auto;
}

.list-view-region {
    display: none;
    align-self: flex-end;
    font-size: 8px;
    font-weight: bold;
    line-height: 0;
    color: #dedede;
    margin-bottom: 10px;
}
.list-view-summary p {
    font-size: 15px;
}

.list-view-row {
    display: flex!important;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

.list-view-image {
    background: #dedede;
    display: flex;
    background-size: cover;
    background-position: center center;
    min-height: 170px;
    border-radius: 10px;
}

.list-view-title {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.list-view-title a {
    color: #000!important;
}

.list-view-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.list-view-button {
    display: flex;
    align-self: flex-end;
    align-items: center;
}

.list-view-content {
    flex: 1;
}

.facetwp-icon:not(.custom-search-button) {
    opacity: 0!important;
}

@media all and (min-width: 500px) {
    .list-view-image {
        width: 150px;
        margin-right: 20px;
    }

}

@media all and (max-width: 500px) {
    .list-view-image {
        width: 100%;
        margin-right: 0px;
    }

    .list-view-row {
        flex-flow: column;
    }

    
    .facetwp-search-box i.clear {
        right: 0px!important;
    }

}

@media all and (max-width: 600px) {

    .list-view-meta {
        flex-flow: column;
    }
        
    .list-view-button {
        margin-top: 10px;
    }
}

.fwpl-item.el-vppts.grid-item-image {
    width: 100px;
}

/* Site Search in the Heaser */


.site-search form.search-form {
    position: relative;
}

.site-search label, .site-search input.search-field {
    width: 100%;
    max-width: unset;
}

.site-search input.search-field {
    background-image: url(/wp-content/uploads/2024/10/Search.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 1;
    padding: 10px 40px!important;
}

.site-search input.search-field:placeholder {
    text-transform: uppercase!important;
    font-size: 14px;
}

.site-search input.search-field:focus, .site-search input.search-field:active {
    border: 1px solid #dedede !important;
    outline: none!important;
}

input.search-submit {
    display: none;
}

/* FAcet WP Search and Filters Styles */

.facetwp-template {
    font-family: 'Montserrat';
}

.no-match-message {
    border: 2px solid #81BD58;
    border-radius: 4px;
}

.facet-wp-filters-wrapper .facetwp-facet {
    margin: 0px!important;
}


.facetwp-search-box i.clear {
    position: absolute;
    right: 105px;
    top: 8px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    width: 24px;
    height: 100%;
    background-image: url(/wp-content/plugins/facetwp/assets/images/icon-close.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.facetwp-search-box i.clear:before:hover {
    opacity: 1;
}

.facetwp-search-box .facetwp-reset{
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    fill: #000000;
    color: #000000;
    background-color: #D9F1FA;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 12px 5px 12px;
}

.facetwp-search-box span.facetwp-input-wrap input{
    font-family: "Montserrat", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    color: #000000 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-color: #EBEBEB !important;
    border-radius: 4px !important;
    outline: none !important;
}

.facetwp-facet.facetwp-facet-clear_filters.facetwp-type-reset {
    margin-bottom: 0px;
}

.facetwp-facet.facetwp-facet-search.facetwp-type-search {
    margin-bottom: 0px !important;
}

.facetwp-search-box  button.facetwp-icon.custom-search-button {
    position: relative;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    fill: #000000;
    color: #ffffff;
    background-color: #13316E !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #13316E !important;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 12px 5px 12px;
    margin-left: 20px;
    opacity: 1;
    height: auto;
}

span.facetwp-input-wrap {
    display: flex;
    align-items: stretch;
}

.facetwp-search-box  button.facetwp-icon.custom-search-button:before {
    display: none;
}


.facetwp-search-box span.facetwp-input-wrap {
    width: 100%;
}

.facetwp-search-box .facetwp-facet.facetwp-facet-search.facetwp-type-search {
    margin-bottom: 10px;
}

.facetwp-search-boxinput.facetwp-search {
    width: 100% !important;
    max-width: unset;
}

.facet-wp-filters-wrapper input, .facet-wp-filters-wrapper input::placeholder, .facet-wp-filters-wrapper select {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 13px!important;
    padding: 5px;
    line-height: 1;
}


ul.select2-selection__rendered li input {
    border: none !important;
}

.d-none{
    display: none!important;
}

.multi_webinar_register_row p {
    margin-bottom: 0px;
}

.multi_webinar_register_row:not(:nth-last-of-type()) {
    margin-bottom: 10px;
}

.registeration-message-container h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

a.zoomlink {
    padding: 7px 15px 8px;
    background: #81BD58 ;
    display: inline-flex;
    color: #000000!important;
    line-height: 1;
    border-radius: 7px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0px 10px;
    transition: 0.5s;
}

a.zoomlink:hover {
    background: #B7DCAC ;

}

form input[disabled] {
    color: #666 !important;
    -webkit-text-fill-color: #666 !important;
}


form input[readonly] {
    color: #666 !important;
    -webkit-text-fill-color: #666 !important;
    background-color: #e9e9e9!important;
    pointer-events: none;
}


/* Woocommerce Styling */

.user-orders{
font-family: montserrat;
}

.order-row.only-desktop {
    color: #32174d;
    background: #aaa;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}

.order-row {
    display: flex;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.user-orders h1 {
    padding: 0px 20px;
    color: #32174d;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-row > div {
    border-left: 1px solid #dedede;
    padding: 0px 5px;
}

.order-row > div:last-child {
    border-right: 0px solid #dedede;
    padding: 0px 5px;
}


.order-row:nth-child(odd) {
    background: #fcfcfc;
}

@media all and (min-width: 767px) {

    .order-row > div:nth-child(1){
        width: 130px;
    }
    .order-row > div:nth-child(2){
        width: 200px;
    }
    .order-row > div:nth-child(3){
        flex: 1;
    }
    .order-row > div:nth-child(4){
        width: 130px;
    }

    .order-row.only-mobile{
        display: none;
    }

    .order-row .only-mobile{
        display: none;
    }

}

@media all and (max-width: 767px) {

    .order-row > div > span:first-child {
        color: #32174d;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 1;
    }

    .order-row > div {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 5px;
        border-left: none;
        padding: 0px 10px;
        line-height: 1;
        font-family: inherit;
    }

    .order-row > div {
        display: grid;
        grid-template-columns: 0.5fr 2fr;
        padding: 2px;
        grid-gap: 10px;
        border-bottom: 1px solid #dedede;
        padding: 5px 15px!important;
    }

    .order-row.only-desktop{
        display: none;
    }

    .order-row {
        flex-flow: column;
        padding: 0px;
        border-bottom: 1px solid #32174d;
    }

}


.checkout.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
}

.woocommerce-input-wrapper input, .woocommerce-input-wrapper select {
    border: 1px solid #dedede !important;
    border-radius: 4px !important;
    padding: 5px!important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.woocommerce-additional-fields h3 {
    display: none;
}

#customer_details label {
    font-size: 13px!important;
    color: #000;
    font-weight: 700;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.rxb-shortcode-container.rxb-post-loop-container{
    display: grid;
    grid-gap: 20px;
}

.woocommerce-billing-fields {
    background: #efefef;
    padding: 20px;
    border-radius: 10px;
}

.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th {
    border-width: 0px 0px 1px 0px !important;
    border-color: #32174D !important;
    line-height: 1 !important;
}

#payment ul.payment_methods {
    text-align: left;
    padding: 20px 30px 0 30px;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside;
}

.p-GridCell.p-GridCell--12.p-GridCell--md6 input {
    border-radius: 10px;
}


.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td, .shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th{
    border-width: 0px 0px 0px 0px !important;
}

.shop_table.woocommerce-checkout-review-order-table {
border: 1 px solid #32174D !important;
border-color: #32174D !important;
line-height: 1 !important;
}

.woocommerce form h3 {
    font-size: 18px;
    font-weight: 700;
    color: #32174D;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: montserrat;
  }

/* RXBC Course Shortcode */


.rxbc-login-button {
    line-height: 1.3;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.special-course-buttons-container {
    padding: 6px 12px 6px 12px !important;
}

.has_no_access_button {
    line-height: 1;
}

.expired-course {
    line-height: 1.3;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.special-course-buttons-container.expired-course-notice {
    background: #777 !important;
    border-color: #000 !important;
}

.special-course-buttons-container.expired-course-notice:hover {
    background: #aaa !important;
    border-color: #fff !important;
}

.expired-course a {
    color: #fff !important;
}



.views-count .elementor-shortcode {
    display: flex !important;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 1 !important;
    align-items: center !important;
    justify-content: center;
    border-radius: 40px;
    position: absolute;
    top: -80px;
    font-size: 12px;
    flex-flow: row !important;
    border: 1px dotted #000;
    padding: 0px;
    font-weight: 700;
    left: -30px;
    z-index: 22;
}

.newCoursesWrapper .views-count {
    display: none!important;
}



.loop-card-image {
    background-size: cover;
    background-position: center top;
    height: 120px;
    background-color: #ddd;
}

.loop-card-image a {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.loop-post-info-row.only-desktop {
    display: flex;
    background: #fff;
    margin: 10px;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
}

.loop-card-container {
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.1s;
}

.loop-card-container:hover {
    box-shadow: 0px 1px 12px rgba(0,0,0,0.1);
    margin-top: -5px;
    margin-bottom: 5px;
    position: static;
}

.loop-post-title a {
    font-size: 15px;
    line-height: 1.2 !important;
    color: #000 !important;
    font-family: inherit;
    font-weight: 700;
}

.loop-post-title {
    line-height: 1.2;
}

.loop-card-info {
    padding: 20px;
}

.loop-course-info-bottom {
    display: flex;
}

.loop-card-category {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.loop-course-info-duration {
    margin-right: 5px;
}



@media all and (max-width: 400px) {

    span.facetwp-input-wrap {
        flex-wrap: wrap;
    }

    button.facetwp-icon.custom-search-button {
        margin-left: 0px !important;
        margin-top: 10px;
        width: 100%;
    }


    .num-col-1 {
    grid-template-columns: repeat(1, 1fr);
    }

    .num-col-2 {
    grid-template-columns: repeat(1, 1fr);
    }

    .num-col-3 {
    grid-template-columns: repeat(1, 1fr)!important;
    }

    .num-col-4 {
    grid-template-columns: repeat(1, 1fr);
    }

    .num-col-5 {
    grid-template-columns: repeat(1, 1fr);
    }

    .num-col-6 {
    grid-template-columns: repeat(1, 1fr);
    }

}

@media all and (max-width: 767px) {

    .checkout.woocommerce-checkout {
        flex-flow: column;
    }
    
    #customer_details > div {
        width: 100% !important;
    
    }

    .num-col-1 {
    grid-template-columns: repeat(1, 1fr);
    }

    .num-col-2 {
    grid-template-columns: repeat(2, 1fr);
    }

    .num-col-3 {
    grid-template-columns: repeat(2, 1fr);
    }

    .num-col-4 {
    grid-template-columns: repeat(2, 1fr);
    }

    .num-col-5 {
    grid-template-columns: repeat(2, 1fr);
    }

    .num-col-6 {
    grid-template-columns: repeat(2, 1fr);
    }

}

@media all and (min-width: 767px) {

    #customer_details {
        width: 58%;
    }

    #customer_details > div {
        width: 100% !important;  
    }

    #order_review {
    width: 40%!important;

    }

    .num-col-1 {
    grid-template-columns: repeat(1, 1fr);
    }

    .num-col-2 {
    grid-template-columns: repeat(2, 1fr);
    }

    .num-col-3 {
    grid-template-columns: repeat(3, 1fr);
    }

    .num-col-4 {
    grid-template-columns: repeat(4, 1fr);
    }

    .num-col-5 {
    grid-template-columns: repeat(5, 1fr);
    }

    .num-col-6 {
    grid-template-columns: repeat(6, 1fr);
    }

}