/* DEFAULT STYLE */
p {
    line-height: 2em;
}

.title-area {
    max-width: 320px;
    padding: 0;
}

.site-section {
    padding: 60px 0;
}

.site-row {
    margin-bottom: 30px;
}

.site-col {
    padding-left: 15px;
    padding-right: 15px;
}

.section-title {
    font-size: 40px;
}

.section-title span {
    font-weight: 600;
    color: #657153;
}

.home-widget-area {
    padding: 80px 0;
}

.page-template-search-results .entry-content {
    max-width: 1400px;
}

.site-header-bar {
    background-color: #84074d;
    color: #FFF;
    padding: 5px 0;
    font-size: 16px;
}

/* END DEFAULT STYLE */

/*Home layout revision */


/* Hero Banner */
.hero-banner {
    position: relative;
    background: url('/wp-content/uploads/2026/03/retreats-for-good-hero-image.webp');
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.hero-banner::before {
    content: '';
    background-color: #5c4b0973;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}


.hero-content {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.hero-content h1 {
    font-size: 90px;
    margin-bottom: 20px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px;
    color: #fff;
    font-family: serif;
    font-weight: 900;
    line-height: 1em;
}

.hero-snippet {
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 3em;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px;
}

.content-snippet {
    padding: 0 40px;
}

.content-snippet ul {
    padding-left: 40px;
}

.content-snippet ul li {
    list-style-type: disc;
}

.home-widget-four .widget-wrap {
    padding: 0 20px;
}


.cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-wrapper button {
    max-width: fit-content;
    padding: 10px 15px;
    background-color: #e1ede5;
    color: #1a5f5a;
    border: 0 solid #e5e7eb;
}

span.bolder {
    font-weight: 700;
}

.home-widget-area.has-bg .content-snippet,
.home-widget-area.has-bg .content-snippet h2 {
    color: #fff;
}

.label-accent.alt {
    color: #fff;
}

.hr-accent.alt {
    background-color: #fff;
}

.label-accent {
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #1a5f5a;
    letter-spacing: 1.4px;
}

.font-serif {
    font-family: serif;
    font-size: 36px;
    text-align: center;
    line-height: 40px;
}

.hr-accent {
    width: 65px;
    background-color: #1a5f5a;
    height: 2px;
    margin: 0 auto 64px;
}

/* Retreat Type Card */
.slide.retreat-type-card {
    position: relative;
    overflow: hidden;
}

.slide.retreat-type-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 0;
}

.slide.retreat-type-card:hover::before {
    transform: scale(1.15);
}

.retreat-title {
    position: relative;
    z-index: 1;
}

.section.focus-icon {
    text-align: center;
    border: 2px solid #4f7d6a1f;
    max-width: 105px;
    border-radius: 50%;
    padding: 10px;
    margin: 40px auto;
}

.accent-text {
    font-style: italic;
    text-align: center !important;
    margin: 10px auto;
}

.section.focus-icon svg {
    font-size: 50px;
    margin: auto;
}

.search-bar form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: anchor-center;
}

.search-bar input,
.search-bar select {
    padding: 12px 10px;
    border-radius: 6px;
    max-width: 140px;
    font-size: 15px;
    color: #333;
}

.date-wrapper {
    position: relative;
    display: inline-block;
}

.date-wrapper input[type="date"] {
    padding: 11px;
    border-radius: 5px;
}

.dropdown button {
    padding: 10px;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    color: #888;
}



.date-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    pointer-events: none;
    transition: all 0.2s ease;
    background: white;
    padding: 0 4px;
    width: 95px;
    text-align: left;
    font-size: 14px;
}


.search-btn,
#clear-button {

    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #1a5f5a;
    color: #fff;
}

.swiper-wrapper {
    gap: 10px;
    justify-content: center;
    margin: 50px;
}

/*
form#business-profile-post-form{
max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
*/
select#acf-field_696f424010dc7 {
    display: none;
}

.acf-tab-wrap.-top {
    overflow: hidden;
}

.acf-fields>.acf-tab-wrap:first-child .acf-tab-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 32px;
}

.acf-hl.acf-tab-group li {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    background: #f3f4f6;
    color: #374151;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.acf-hl.acf-tab-group li:hover {
    background: #e5e7eb;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li a {
    border: none;
}

.acf-hl.acf-tab-group li.active {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    position: relative;
    top: 1px;
}

ul.acf-checkbox-list li,
ul.acf-radio-list li,
ul.acf-checkbox-list li,
ul.acf-radio-list li {
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background 0.2s ease;
}

ul.acf-checkbox-list li label,
ul.acf-radio-list li label,
ul.acf-checkbox-list li label,
ul.acf-radio-list li label {
    padding: 6px 8px;
}

ul.acf-checkbox-list li label:hover,
ul.acf-radio-list li label:hover,
ul.acf-checkbox-list li label:hover,
ul.acf-radio-list li label:hover {
    background: #f9fafb;

}

/*
ul.acf-hl.acf-tab-group{
    background: #fff !important;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{
background: #fff !important;
border-color:#fff !important;
font-weight:600 !important;;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{
color:#754f5b !important;
background:#f1f1f1 !important;
border-top-left-radius:10px !important;
border-top-right-radius:10px !important;
}
.acf-tab-wrap{
overflow:hidden !important;
}

.acf-fields>.acf-tab-wrap .acf-tab-group{
border-bottom: 1px solid #ccd0d4 !important;
}

.acf-fields>.acf-field{
padding: 20px 50px !important;
}

.acf-tab-group li a{
font-weight: 500 !important;
border:none !important;
}
*/

/*RETREAT CENTER RETREATS CARD GRID */

.listing-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.listing-card-link:hover {
    text-decoration: none;
}

.retreats-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.rt-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.rt-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.rt-card-thumb img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.rt-card-body {
    padding: 12px 15px;
}

.rt-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* Retreat Import Manager */

.wp-admin input[type=file].open-file-import {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.inf-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    height: 65px;
    width: 450px;
    max-width: 100%;
    border: 1px dashed #c4c4c4;
    border-radius: 3px;
    padding: 0 20px;
    transition: 0.2s;
}

span.inf-btn {
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 5px 12px;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.import-notice,
div.error,
div.updated {
    background: #f6f5f1;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    margin: 5px 15px 2px;
    padding: 1px 12px;
}

/* Retreat Review Form*/

/* custom comment display */

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#comments {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 30px;
}

.comment-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.comment-avatar img {
    border-radius: 50%;
    margin-right: 15px;
}

.comment-content {
    flex: 1;
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
}

.comment-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.comment-author {
    font-weight: bold;
    color: #333;
}

.comment-date {
    font-size: 12px;
    margin-left: 8px;
}

.comment-rating {
    margin-bottom: 5px;
}

.star {
    font-size: 16px;
    color: #ccc;
    display: inline-block;
    margin-right: 2px;
}

.star.filled {
    color: #ffcc00;
}

.comment-text {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

.comment-list li {
    padding: 30px !important;
    border-radius: 10px;
    margin: 10px auto;
    background: #f8f9fa;
}

/*  Single Page Comment */



button#copyReviewLink svg {
    color: #fff;
}

button#copyReviewLink {
    background-color: #7b886b;
    color: #fff;
}

.retreat-general-details.retreat-card.flex {
    flex-direction: column-reverse;
    max-width: 200px;
    margin: auto;
    text-align: center;
}

span#copyMessage {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 16px 24px;
}

.instructor-profile-card {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    align-items: flex-start;
}

/* Photo */
.instructor-profile-card .instructor-photo {
    flex: 0 0 250px;
    text-align: center;
}

.instructor-profile-card .instructor-photo img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Info */
.instructor-profile-card .instructor-info-box {
    flex: 1;
    min-width: 250px;
}

.instructor-profile-card .instructor-name {
    font-size: 1.8rem;
    margin: 0 0 5px;
    font-weight: 700;
    color: #222;
}

.instructor-profile-card .instructor-title {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
}

.instructor-profile-card .instructor-bio {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Social Links */
.instructor-social h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.social-links-instructor {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-links-instructor li a {
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}

.social-links-instructor li a:hover {
    transform: scale(1.2);
}

/* Contact */
.instructor-contact {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #444;
}

.instructor-contact div {
    margin-bottom: 8px;
}

.instructor-contact i {
    margin-right: 8px;
    color: #777;
}

.single-retreat_instructor .entry-header {
    display: none;
}

.retreat-general-details {
    margin-top: 50px;
}

p.instructor-title {
    font-weight: 500;
}

.retreat-listing-container .listing-box-wrapper {

    padding: 15px !important;
    border-radius: 12px;
    margin: 20px 0;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}


.retreat-listing-container.flex .listing.flex.xlgutter {
    margin: 0;
}

.retreat-listing-container.flex h4.listing-title {
    min-height: 50px;
    margin-top: 10px;
}

.listing-box-wrapper .location svg,
.date svg {
    margin-right: 10px;
}


/* Toggle-Switch */




.acf-true-false input {
    opacity: 0;
    width: 0;
    height: 0;
}

.acf-switch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.acf-switch:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.acf-true-false input:checked+.acf-switch:before {
    transform: translateX(33px);
}

.acf-true-false label {
    font-size: 0;
}

.acf-field.acf-field-true-false {
    text-align: center;
}

/* Toggle-Switch */

/* Submit Form */
.acf-gallery .acf-gallery-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
    padding: 3px 8px 3px 3px;
    margin-bottom: 20px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    min-height: 150px;
    background: #f9f9f9;
}

.acf-gallery .acf-gallery-attachment img {
    width: 300px;
    height: 180px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.acf-field-683592548aed9 ul.acf-checkbox-list li span {
    font-weight: 600;
}

.acf-field-683592548aed9 .acf-taxonomy-field .acf-checkbox-list ul.children li span {
    font-weight: normal;
}


/* new instructor popup */
#instructor-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0009;
}

#instructor-modal #add-instructor-form {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    margin: 100px auto;
    border-radius: 8px;
    position: relative;
    z-index: 10001;
    overflow-y: auto;
    max-height: 90vh;
    border: 5px solid #222;
}

#add-instructor-form input,
#add-instructor-form textarea {
    border-radius: 5px;
    line-height: 1.5 !important;
    border: 1px solid #aaa !important;
    box-sizing: border-box;
    font-size: 14px;
    margin: 10px;
    padding: 4px 8px;
    width: 100%;
}

/* new instructor popup */

.acf-gallery-toolbar ul>li {
    list-style: none;
    text-align: center;
}

.acf-gallery-side,
select.acf-gallery-sort {
    display: none;
}

.acf-field.acf-field-taxonomy.acf-field-6790b82b8380d,
.acf-field.acf-field-taxonomy.acf-field-6790b8e3147bc {
    max-width: 100%;
}

#terms_condition ul.acf-checkbox-list {
    columns: 1;
}

div#terms_condition {
    text-align: center;
}

.categorychecklist-holder ul.acf-checkbox-list li {
    list-style-type: none;
}

.categorychecklist-holder ul.acf-checkbox-list {
    columns: 3;
    width: 800px;
}

.acf-field-67da3f556a4b6 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.acf-field.acf-field-taxonomy {

    margin: 30px 0;
}

.acf-field.acf-field-taxonomy.acf-field-67da3f556a4b6 span.select2.select2-container {
    display: none;
    visibility: hidden;
}

select#acf-field_67da3f556a4b6,
.state-select-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 0 !important;
    padding: 5px !important;
}

.acf-field.acf-field-taxonomy.acf-field-67da3cfe1695c {
    display: none !important;
}



span.select2.select2-container.select2-container--default.-acf.select2-container--below.select2-container--focus {
    display: none;
}

.acf-taxonomy-field ul li {
    list-style-type: none;
}

.acf-field.acf-field-group {
    margin: 30px auto;
}

.acf-field.acf-field-group {
    margin: 30px auto;
    border-top: 4px solid #eee;
    padding-top: 20px;
}

/* Login / Registration Forms */

select#account_type {
    /* max-width: max-content; */
    max-width: 270px;
    margin: auto 50px;
    appearance: auto;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 0;
}



.um-register {
    width: 270px !important;
}

/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.pagination li,
.archive-pagination li {
    margin: 0 5px;
}

.pagination a,
.archive-pagination li a {
    padding: 10px 15px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 5px;
}

.pagination a:hover,
.archive-pagination li a:hover {
    background: #5D4954;
    color: #fff;
}

.pagination .current,
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    padding: 10px 15px;
    background: #5D4954;
    color: #fff;
    border: 1px solid #5D4954;
    border-radius: 5px;
    margin: 0 5px;
}

/* My Account Nav Steps */


.page-id-98 .site-header-bar,
.page-id-98 .site-before-header {
    display: none;
}

.steps-navigation {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    margin: 25px 0;
}

.steps-navigation .step {
    text-decoration: none;
    color: #754F5B;
}

.steps-navigation .current-step {
    font-weight: bold;
    color: #000;
}

#terms-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-popup {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

#um_account_submit_tc_tab,
#um_account_submit_mytab {
    display: none;
}

/* Retreat Listing Tabs */
.custom-sub-tabs {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

ul.custom-sub-tabs li {
    list-style-type: none;
}

.custom-sub-tabs li {
    padding: 10px 15px;
    color: #555;
    cursor: pointer;
}

.custom-sub-tabs li.active {
    color: #000;
    border-bottom: 3px solid #e7cb44;
}

.sub-tab-content .sub-tab {
    display: none;
}

.sub-tab-content .sub-tab.active {
    display: block;
}

/* UM Account Listing tab ACF Form */

.um-page-account .acf-field-group {
    display: none;
}

.um-acf-form-wrapper .acf-field--post-title,
.um-acf-form-wrapper .acf-field--post-content {
    display: none;
}

.um-page-account .acf-field-group.is-active {
    display: block;
}

.acf-field .select2-container--default .select2-selection--single {
    height: 46px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background-color: #fff;
    padding: 0 14px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.acf-field .select2-container--default .select2-selection--single:hover {
    border-color: #98a2b3;
}

.acf-field .select2-container--default .select2-selection--single.select2-selection--focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.acf-field .select2-selection__rendered {
    padding: 0;
    line-height: 1;
}

.acf-field .select2-selection__rendered .acf-selection {
    font-size: 15px;
    font-weight: 500;
    color: #101828;
}

.acf-field .select2-selection__placeholder {
    color: #667085;
    font-weight: 400;
}

.select2-dropdown {
    border-radius: 10px;
    border: 1px solid #d0d5dd;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 10px;
    border-bottom: 1px solid #eaecf0;
    background: #fff;
}


.select2-search__field {
    height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    font-size: 14px;
    outline: none;
}


.select2-search__field:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}

.select2-results__option {
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
}


.select2-results__option--highlighted {
    background-color: #f2f4f7 !important;
    color: #101828 !important;
}


.select2-results__option[aria-selected="true"] {
    background-color: #eff4ff;
    color: #2563eb;
    font-weight: 500;
}

/* End -- UM Account Listing tab ACF Form */

/* Search function on home 2*/
.search-header {
    display: flex;
    align-items: center;
    margin: 50px auto;
    padding: 10px 10px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    gap: 10px;
    max-width: 1200px;
    flex-wrap: wrap;
}




.search-form-fullwidth .date-wrapper input[type="date"] {
    padding: 14px;
}

select.filter {
    display: flex;
    align-items: center;
    gap: 5px;

    padding: 5px 10px;
    border-radius: 5px;
}

.filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-container {
    display: flex;
    align-items: center;
    /* background: #f8f8f8;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc; */
}



.filter-remove-btn {
    background: #754F5B;
    color: white;
    border: none;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 12px;
}

#addFilterBtn {
    background: #754F5B;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    width: 200px;
    flex-direction: column;
    gap: 5px;
    z-index: 1000;
}

.search-form-fullwidth {
    width: 100%;
}

.page-id-1081 .entry-content .search-form {
    width: 100%;
}

.dropdown-menu.show {
    display: flex !important;
}

form.search-form {
    overflow: visible;
}

#filterMenu label {
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    display: inline-block;
}

.listing-featured-img img {
    height: 200px;
    object-fit: cover;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

/* Gtranslate */

.site-before-header {
    background-color: #1a5f5a;
    color: #FFF;
    padding: 8px 0;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}

.language-switcher-header svg {
    color: #fff !important;
}

select.gt_selector.notranslate {
    color: #222;
    background-color: #ddd;
    border-color: #4c4248;
    border-radius: 0;
    padding: 4px 10px;
    font-size: 14px;
    max-width: 180px;
    cursor: pointer;
}


/* Main Container */
.rcenter-search-box.modern-ui {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', sans-serif;
}

/* Heading */
.form-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
    color: #333;
}

/* Message box */
.checker-message {
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    display: none;
}

.checker-message.success {
    background-color: #e6ffed;
    border: 1px solid #b7eb8f;
    color: #237804;
}

.checker-message.warning {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    color: #614700;
}

.checker-message.error {
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
    color: #a8071a;
}

ul.tab-nav>li {
    list-style: none;
}

.tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    border-bottom: 2px solid #ccc;
}

.tab-nav li {
    padding: 8px 15px;
    cursor: pointer;
}

.tab-nav li.active {
    border-bottom: 3px solid #0073aa;
    font-weight: bold;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.approval-note {
    margin-top: 15px;
    font-size: 0.9em;
    color: #666;
}

/* Suggestions */
.suggestions-list {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.suggestions-list li {
    padding: 12px 16px;
    background: #f9f9f9;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 15px;
}

/* No results */
.no-results {
    font-size: 14px;
    color: #555;
    background: #f1f1f1;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 16px;
}

/* CTA Lookup suggestion */
.retreat-center-checker {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #efefef, #ffffff);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    margin: 40px auto;
    max-width: 800px;
}

.checker-container h2 {
    font-size: 2rem;
    color: #2e251f !important;
    margin-bottom: 10px;
    font-weight: 700;
}

.checker-container h2 span.alt-color {
    color: #1a5f5a;
}

.checker-container p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
}

.search-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

input#rcenter-name-1 {
    width: fit-content;
}

.search-box-container input,
.search-box-wrapper input,
.search-box-wrapper textarea,
.search-bar input {
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    flex: 1;
    margin: 10px;
    transition: all 0.3s ease;
}

.search-bar input[type="button"],
.search-bar input[type="button"]:hover,
.search-box-container input[type="button"]:hover,
.cta-wrapper button:hover,
#clear-button:hover {
    border-color: #1a5f5a;
    background-color: #268a83;
    color: #fff;
}


.search-box-container input:focus,
.search-box-wrapper input:focus,
.search-box-wrapper textarea:focus,
.search-box-container select:focus,
.search-bar input:focus,
.search-bar select:focus {
    border-color: #754f5b;
    box-shadow: 0 0 8px #754f5b;
    outline: none;
}

.location-dropdown-wrapper {
    display: flex;
    gap: 8px;
    padding: 10px 0;
}

.location-dropdown-wrapper select {
    max-width: 300px;
    border: 2px solid #ddd;
    margin: 10px;
}

.tab-content {
    max-width: 600px;
    margin: auto;
}

ul.suggestions-list>li {
    list-style-type: none;
}

ul.suggestions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suggestions-list li {
    background: #fff;
    padding: 14px 20px;
    margin-bottom: 8px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: background 0.2s;
}

.suggestions-list li:hover {
    background: #f9faff;
}

.widget ul.suggestions-list>li:last-of-type {
    padding-bottom: 10px;
}

.wishlist-cta {
    background: linear-gradient(135deg, #fff0f0, #ffffff);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    background-size: cover;
    padding: 60px 40px;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
    background-image: url('/wp-content/uploads/2026/01/retreats-global-wishlist-bg.webp');
    background-position: right;
}

.wishlist-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3ebdd96;
    z-index: 1;
}

.cta-content {
    z-index: 2;
    position: relative;
    z-index: 2;
    color: #000;
    text-align: center;
    padding: 20px;
}

h2.cta-header {
    font-size: 40px;
    font-family: 'Roboto';
    color: #84074d;
}

p.cta-snippet {
    max-width: 400px;
    margin: 20px auto;
}

/* contact us page */

.contact-form {
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.contact-info {
    font-family: 'Roboto';
}

h3.contact-label {
    font-weight: 400;
    font-family: 'Roboto';
}

.contact-label svg {
    padding-right: 10px;
}

/*
ul#location-suggestions {
    left: 898px;
}

.suggestions-list {
  display: none;
  list-style: none;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  width: 500px;
}

.suggestions-list li {
  padding: 8px;
  cursor: pointer;
  text-align: left;

}

ul.suggestions-list > li {
    list-style-type: none;
}

.suggestions-list li:hover {
  background: #f0f0f0;
}
*/
/* search results Home 2 */
.retreat-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.listing-grid {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.listing-grid:hover {
    transform: translateY(-5px);
}

.listing-grid-featured-img img {
    width: 100%;
    height: 246px;
    /* Set height */
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.listing-grid-body {
    padding: 15px;
    text-align: center;
}

.listing-grid-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.location,
.date {
    font-size: 14px;
    color: #666;
}


.entry-box-container p {
    font-size: 18px;
    text-align: center;
}

.entry-box-container h1 {
    text-align: center;
    font-size: 48px;
    font-family: 'Roboto';

}


.experience-tags li {
    display: inline-block;
    background: #f3f6f8;
    padding: 8px 14px;
    border-radius: 25px;
    margin: 6px;
}

.upcoming-retreats {
    margin: 25px;
}

.upcoming-retreats .retreat-item {
    margin-bottom: 15px;
}

.upcoming-retreats .retreat-item a {
    text-decoration: none;
    font-weight: 500;
}

.accommodation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 10px;
}

.accommodation-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    transition: all .25s ease;
}

.accommodation-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 14px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2f7f4;
    font-size: 22px;
}

.accommodation-icon svg {
    background-color: #4f7d6a1f;
    color: #437053;
}

.accommodation-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.accommodation-card:hover,
.highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}


ul.accommodation-list li {
    border: 2px solid #e8e2d9;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
}

.retreat-highlights {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 30px 10px;
}

.highlight-card {
    border: 1px solid #e8e2d9;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 300px;
}

.highlight-card svg {
    background-color: #4f7d6a1f;
    color: #437053;
    padding: 15px;
    border-radius: 50px;
    font-size: 19px;
}



ul.retreat-card-info__social-links li {
    list-style-type: none !important;
}

button#openSharePopup {
    background-color: #1a5f5a;
}

/* HERO */

.hero {
    height: 100vh;
    /* Full height */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*background-color: #f4f4f4; */
    background-image: url('/wp-content/uploads/2024/10/istockphoto-1648684355-2048x2048-1.webp');
    background-position: bottom;
    background-size: cover;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #754F5B;
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #000;
}

.blog-image img {
    height: 230px;
    object-fit: cover;
}


form#rt-filters {
    display: flex;
}

.dropdown-select {
    padding: 10px;
    font-size: 1rem;
}

#search-filter .button.search-btn {
    border-radius: 50%;

}


.custom-select {
    position: relative;
    display: flex;
    width: 250px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.custom-select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    transition: .25s all ease;
    pointer-events: none;
}

.custom-select:hover::after {
    color: #754F5B;
}

#location-filter ul>li,
.activities-filter ul>li {
    list-style-type: none;

}

li.country-item svg,
li.state-item svg {
    font-size: 16px;
    padding: 0 10px 0 0;
}

.retreat-listing-filter {
    border: 1px solid #eee;
    padding-top: 20px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    margin: 20px 0;
    height: 100%;
}

.retreat-listing-filter ul {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
}

/* custom radio button */
input.country-item,
input.state-item,
input.activity-item {
    display: none !important;
}

span#selected-country-label,
span#selected-state-label,
span#selected-activity-label {
    border-radius: 50px;
    border: 1px solid #ccc;
    width: 250px;
    display: block;
    padding: 11px;
    cursor: pointer;
}

#state-options label.highlighted,
.country-dropdown label.highlighted {
    background-color: #f0f0f0;
}

#post-suggestions {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    max-height: 200px;
    overflow-y: auto;
    border-radius: 12px;
    margin-top: 4px;
    font-size: 12px;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover,
.suggestion-item.active {
    background-color: #eee;
}

.dropdown-options,
#state-options {
    max-height: 220px;
    overflow-y: auto;
}

/* nice to have */
.country-dropdown .country-item+label,
#state-options label {
    display: block;
    padding: 6px 10px;
    cursor: pointer;
}

.highlighted {
    background: #f0f0f0;
}

/* END HERO */

/* Main Menu */
.genesis-nav-menu a,
.genesis-nav-menu .current-menu-item>a {
    cursor: pointer;

}

#responsive-menu .sidr-class-logo-slogan-wrap {
    border-bottom: 3px solid #1a5f5a;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

#responsive-menu .sidr-class-custom-logo-link {
    box-shadow: none;
}


.listed a {
    color: #fff;

    font-weight: 500;
    background: #84074d;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a:hover {
    color: #fff;
    font-weight: 500;
    background: #754F5B;


}



/* About Us*/

.wp-block-cover {
    padding: 1em 3em;
}

.about-cover-title {
    font-size: 36px;
    font-weight: 500;
}

.focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 40px;
}

.focus-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;

}

.focus-card:hover .focus-icon svg {
    background-color: #e1ede5;
    color: #1a5f5a;
}

.focus-icon svg {
    background-color: #4f7d6a1f;
    color: #437053;
    padding: 15px;
    border-radius: 50px;
    font-size: 19px;
    margin-bottom: 20px;
}

.focus-card p {
    line-height: 2.2em;
    text-align: justify;
}

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

.rg-container-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.box-title {
    width: 40%;
}

.box-title h2,
.rg-principle-wrapper h2 {
    font-size: 3rem;
    color: #754F5B;

}

.rg-principle-wrapper.alignfull {
    background: #f5f8f7;
    padding: 60px 0;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.card-box {
    max-width: 20%;
    padding: 10px 30px;
    background: #faf8f5;
    border: 2px solid #e8eae4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon svg {
    font-size: 30px;
    background: #e5dce7;
    padding: 10px;
    border-radius: 50px;
}

.card-title {
    font-size: 20px;
    margin: 10px 0;
}

.card-snippet {
    font-size: 13px;
    text-align: justify;
    line-height: 2em;
    margin: 20px 0;
}

.box-content {
    width: 60%;
    padding: 20px;
    background: #f5f8f7;
    border-left: 6px solid #754F5B;
    border-radius: 10px;
}

.about-img-wrapper img {
    height: 100%;
}

.about-desc-wrapper {
    position: relative;
}

.about-title {
    letter-spacing: 18px;
    font-size: 100px;
    top: 0;
    right: 0;
    font-weight: 600;
    color: #657153;
    width: 800px;
    text-align: right;
}

.about-content {
    padding: 0 50px;
}

/* Related Articles */
.related-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.related-block {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #e7e7e7;
    padding: 5px;
    width: 100%;
}

.related-item-block.lefty {
    max-width: 130px;
    width: 100%;
    min-height: 130px;
}

.related-item-block.lefty img {
    min-height: 130px !important;
}

.article-title h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.article-posted {
    font-size: 12px;
}

.related-block:hover {
    background-color: #b7c9a0;
    ;
}

.related-block:hover .article-title h2 a,
.related-block:hover .article-posted {
    color: #fff;
}

.article-edit-link .button-link {
    color: #fff;
    background-color: #7b886b;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    margin: 0 5px 0 0;
}

/* Related Articles*/


/* RETREATS */

.retreat-block {
    max-width: 358px;
    width: 100%;
    height: 80px;
    background-color: #754F5B;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 25px 10px;
    border-radius: 7px;
}

.retreat-block svg {
    font-size: 30px;
    color: #fff;
}

/* END RETREATS */

/* VENUE */

.venue-block {
    position: relative;
}

.venue-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgb(0 0 0 / 64%);
    color: #fff;
    padding: 8px 10px;
}


/* END VENUE */

/* Main Blog */

/* Main Blog */

.archive-entry-header {
    background: linear-gradient(to bottom, #34dbbc2e, #ffffff);
    border: 1px solid #e5e7eb;
    padding-block: 6rem;
    margin-bottom: 60px;
}

.blog .main-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px;
}

.article-entry-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.article-entry-wrapper {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}


.article-entry-wrapper:hover {
    border-color: rgba(79, 125, 106, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.article-entry-wrapper figure {
    overflow: hidden;
}

.article-entry-wrapper img {
    width: 100%;
    height: 246px;
    display: block;
    transition: transform 0.5s ease;
}

.article-entry-wrapper:hover img {
    transform: scale(1.05);
}

.article-entry-wrapper a:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 3px;
}

.article-details {
    padding: 16px;
}


.article-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.article-category {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;

    padding: 0.35rem 0.65rem;
    border-radius: 999px;

    background-color: rgba(79, 125, 106, 0.12);
    color: #333;
    text-decoration: none;

    transition: background-color 0.2s ease, color 0.2s ease;
}

a.article-category:hover,
a.article-category:focus-visible {
    background-color: #335537;
    color: #ffffff;
    text-decoration: none;
}

.featured-story {
    margin: 3rem auto 4rem;
}

.featured-story-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
    background: #faf8f5;
    border-radius: 16px;

}

/* Image */
.featured-story-image img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* Content */
.featured-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-story-content .post-category {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7b6a58;
}

.featured-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.featured-title a {
    color: #1f1f1f;
    text-decoration: none;
}

.featured-title a:hover,
.featured-title a:focus {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

/* Excerpt */
.featured-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    max-width: 40ch;
}

.entry-title {
    text-align: center;
    padding: 20px;
}

.listing-box-head img {
    margin: 30px 0;
}

/* BLOG */

.article-actions {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
}

/* END BLOG */

/* CTA Banner */
.cta-wrap {
    height: 500px;
    background-size: cover;
    background-position: 50% 44%;
    background-image: url('/wp-content/uploads/2024/10/istockphoto-1140056223-2048x2048-1.jpg');
}

.cta-text-block {
    z-index: 10;
    color: #000;
    height: 500px;
    text-align: center;
    display: flex;
    width: 100%;
    max-width: 650px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

.cta-heading {
    font-size: 50px;
    line-height: 1em;
    color: #754F5B;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-desc {
    margin-bottom: 15px;
    color: #222;
}

.cta-button:hover,
.about-btn:hover {
    font-weight: 600;
    color: #754F5B;
    background-color: #e6e8e6;
    text-decoration: none;
}

.cta-button,
.about-btn {
    background-color: #754F5B;
    max-width: fit-content;
    padding: 20px 25px;
    margin: 15px auto;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}



/* Newsletter */

.newsletter-container {
    padding: 40px 35px;
    background-color: #7b886b;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.news-heading {
    font-size: 34px;
}

.news-text {
    font-size: 15px;
    margin-bottom: 20px;
}

.newsletter-wrap form {
    display: flex;
    max-width: 400px;
    margin: auto;
    width: 100%;
}

.newsletter-wrap button {
    background-color: #754F5B;
    cursor: pointer;
}

.nav-primary {
    background-color: transparent;
}

.genesis-nav-menu a:focus>span:after,
.genesis-nav-menu a:hover>span:after,
.genesis-nav-menu .current-menu-item>a span:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.genesis-nav-menu a>span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    left: 0;
}

.site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgb(249 249 249 / 50%);

}

span.site-slogan {
    font-size: 13px;
    font-weight: 500;
}

.logo-slogan-wrap a {

    width: 100%;
}

.clearHeader {
    background: #fff !important;
    top: 0;
}



.home-about-section>div {
    flex: 1;
}

.image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.entry-box-container {
    margin: 50px 0;
}

.description-wrapper {
    margin: auto;
    font-size: 45px;
    font-family: sans-serif;
    text-align: center;
    font-style: italic;

    color: #657153;
}

.service-wrapper {
    margin: 100px 0;
}

.service-container {
    gap: 50px;
    justify-content: center;
    margin: 25px 0;
}

.service-box {
    max-width: 300px;
    margin: 30px 0;
}

.icon img {
    width: 120px;
}

.service-container .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 10px;
}

.service-container .desc {
    line-height: 1.7em;
}

/* Footer */

.site-footer {
    background-color: #1a5f5a;
    color: #FFF;
    font-size: 14px;
    padding: 13px 0;
    text-align: center;
}

.footer-widgets a,
.footer-widgets a:hover,
.footer-widgets a:focus,
.footer-widgets a:visited {

    color: #303030;
    font-weight: 500;
}

.footer-widgets {
    clear: both;
    font-size: 16px;
    background: #eaefea;
    color: #4f5a41;
}

.footer-widgets-1 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 5%;
}

.footer-widgets-2 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 50%;
}

.footer-widgets-3 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 6%;
}

ul.quick-link-box {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
    height: 200px;
}

ul.quick-link-box li,
ul.social-links li {
    margin: 0;
}

ul.social-links {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.footer-column-wrapper,
.footer-widgets-1 {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-column-wrapper h3 {
    color: #303030;
    letter-spacing: 5px;
}

ul.social-links {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
    height: 58px;
}

.social-links svg {
    font-size: 25px;
    color: #eee;
    border-radius: 40px;
    border-color: #303030;
    border-width: 10px;
    border-style: solid;
    background: #303030;
}


.contact-list svg {
    font-size: 20px;
    width: 25px;
    color: #754F5B;
    margin-right: 10px;
}



.gotop,
.gotop:hover {
    background-color: #fff;
    border: 2px solid #335537;
}

/* Retreat Claim Listing */

.claim-btn-wrap {
    width: 100%;
    max-width: fit-content;
    border: 2px solid #cecece;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    display: inline-block;
}

.claim-btn-wrap:hover .tooltip-text {
    visibility: visible;
}

.claim-btn-wrap .tooltip-text {
    visibility: hidden;
    font-weight: 500;
    background-color: #faebd7;
    width: max-content;
    border: 2px solid #ebc086;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
}

.claim-btn-wrap a {
    color: #cecece;
    cursor: not-allowed;
    text-decoration: none;
}


.claim-btn-wrap.active {
    background-color: #754F5B;
    border: 2px solid #754F5B;
}

.claim-btn-wrap.active a {
    color: #fff;
    cursor: pointer;
}

.listing-status-msg {
    font-weight: 500;
    background-color: #faebd7;
    width: max-content;
    border: 2px solid #ebc086;
    border-radius: 5px;
    padding: 10px;

}

.search-message-wrapper {
    font-size: 16px;
    background-color: #e5efd6;
    padding: 10px;
    border: 2px solid #657153;
    color: #222;
}

h4.listing-title {
    font-size: 22px;
    color: #333;
    padding: 0 50px 0 0;
}

.retreat-listing-filter h4.listing-title {
    border-bottom: 1px solid #eee;
}

/*verify code page*/

form.v_code_form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

input#verification_code {
    width: 100%;
    max-width: 450px;
}

span#countdown {
    color: #754F5B;
    font-weight: 700;
    font-size: 30px;
    border: 2px dashed #754F5B;
    padding: 10px;
    background-color: #754f5b29;
}

#resend-button {
    width: 100%;
    max-width: 200px;
    display: block;
}

.code-error-msg {
    text-align: center;
    background-color: #d95b5b;
    color: #fff;
    padding: 5px 0;
    margin-top: 20px;
}

/* Archive */

.archive-description .archive-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.archive .entry {
    border-bottom: none !important;
}

/* RT Centers Search*/
.listing-box-wrapper.rtc {
    height: auto;
}

/* Add popup styling here */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 30px;
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    border: 10px solid #754F5B;
}

.um input[type=submit].um-button {
    background: #333 !important;
}

#claim-listing-form input[type="radio"] {
    margin: 10px;
}

.button-alt {
    background-color: #e1ede5;
    color: #1a5f5a;
    border: 0 solid #e5e7eb;
    border-radius: 10px;
}

.button-alt:hover {
    border-color: #1a5f5a;
    background-color: #268a83;
    color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button .wp-block-button__link {
    background-color: #1a5f5a;
    border-radius: 10px;
    padding: 10px 16px;
    line-height: 1.625;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button .wp-block-button__link:hover,
a.cta-btn:hover {
    border-color: #1a5f5a;
    background-color: #268a83;
    color: #fff;
}


.acf-field {
    padding: 10px 0;
}

.acf-field.acf-field-taxonomy .acf-label label {
    font-weight: 500;
}

.acf-field.acf-field-group .acf-fields {
    margin: 30px;
}


.acf-field.acf-field-text.acf-field--post-title.is-required .acf-label,
.acf-field.acf-field-wysiwyg.acf-field--post-content {
    font-size: 25px;
    font-weight: 500;
}

.acf-field.acf-field-group .acf-label label {
    font-weight: 500;
    font-size: 16px;
}

.acf-field.acf-field-url.acf-hidden {
    display: none;
}


.acf-field.acf-field-image {
    position: relative;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: auto;
}


.acf-image-uploader {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    background-color: #f9f9f9;
    min-width: 300px;
}


.acf-image-uploader:hover {
    border-color: #754F5B;
}


.acf-basic-uploader input[type="file"] {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background-color: #f7f7f7;
    border: 2px dashed #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.acf-basic-uploader input[type="file"]:hover {
    background-color: #eee;
    border-color: #999;
}

.acf-basic-uploader input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.acf-basic-uploader input[type="file"]::before {
    display: inline-block;
    background: #6c5a77;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.acf-image-uploader .image-wrap img {
    background-color: #f9f9f9 !important;
}


.acf-field.acf-field-image.acf-field-67c544cd9fe10 {
    max-width: 100%;
}

.acf-label .description {
    font-size: 14px;
}

.gallery-wrapper .acf-fields {
    display: flex;
}


.acf-field.acf-field-group {
    margin: 30px auto;
}

ul.acf-checkbox-list {
    columns: 3;
}


ul.acf-checkbox-list li,
.acf-checkbox-list li {
    list-style-type: none;
}

/* Single Retreat Listing */

.claim-btn-wrap {
    width: 100%;
    max-width: fit-content;
    border: 2px solid #6E7881;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
}

.claim-btn-wrap a {
    color: #6E7881;
    cursor: not-allowed;
    text-decoration: none;
}


.claim-btn-wrap.active {
    background-color: #754F5B;
    border: 1px solid #754F5B;
}

.claim-btn-wrap.active a {
    color: #fff;
    cursor: pointer;
}

#countdown-timer {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 10px;
}

.single-content-section.image-gallery-section {
    margin: 30px 0;
}

.gallery-small-thumbnail.gallery-thumbnail img {
    margin: 10px;
}

.gallery-small-thumbnail.gallery-thumbnail img {
    width: 303px;
    height: 202px;
}

ul.retreat-card-info__social-links {
    display: flex;
    gap: 15px;
    padding-left: 0 !important;
}

ul.retreat-card-info__social-links li {
    list-style: none;
}

ul.retreat-card-info__social-links svg {
    font-size: 30px;
}

.retreat-card-info-table {
    max-width: 550px;
}

.retreat-card-info-table__label {
    max-width: 170px;
}

.retreat-card-info-table__row.flex {
    padding: 10px 0;
}

.message-bar {
    background-color: #fff5db;
    border: 1px solid #ffc83e;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
    color: #795600;
    margin-top: 50px;
}

.message-bar-wrapper {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-bar-wrapper .button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-bar-wrapper p {
    margin: 0;
}

/* Single Page Gallery section */

.acf-lightbox-gallery {
    width: 100%;
}


.gallery-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    height: 500px;

}


.gallery-top>a {
    grid-column: 1;
    grid-row: 1 / span 3;
}

.gallery-top>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}


.gallery-side {
    display: contents;

}


.gallery-side a:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.gallery-side a:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
}

.gallery-side a:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
}

.gallery-side img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}


.more-overlay-wrap {
    position: relative;
    display: inline-block;
}

.more-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 6px;
}


@media (max-width: 1199px) {



    .um-dashboard-layout {

        grid-template-columns: 220px 1fr;

        gap: 16px;

    }



    .um-account-side {



        padding: 16px !important;

    }



    .um-account-tab {

        padding: 20px;

    }



}



@media (max-width: 991px) {



    /* Restore UM mobile controls */

    .um-account-dropdown-toggle,

    .um-account-arrow {

        display: block !important;

    }





    .um-account-side {

        width: 100% !important;

        min-height: auto;

        border-right: none;

        padding: 0 !important;



    }





    .um-account-side.um-account-side-open {

        display: block;

    }





    /* Stack layout */

    .um-dashboard-layout {

        display: block;

    }



    .um-account-main {

        width: 100% !important;

        padding: 0 !important;

    }



    .dashboard-right {

        width: 100%;

        padding: 16px;

    }



    .um-account-tab {

        padding: 16px;

        min-height: auto;

    }



    .hero-snippet {

        margin-top: 0px;

    }



    .hero-content h1 {
        margin-top: 70px;
        margin-bottom: 0;
        font-size: 70px;
    }



}







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



    .um-account-side {

        width: 280px !important;



    }

    .retreat-wrap {

        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 10px;

    }



    .about-wrap {

        position: relative;

        display: flex;

    }



    .about-title {

        position: absolute;

    }



    .about-content {

        margin-top: 35%;

    }



    .blog-wrap {

        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 20px;

    }



    .venue-container {

        display: flex;

        justify-content: center;

    }



    .venue-wrap {

        display: grid;

        grid-template-columns: 1fr 1fr;

        grid-template-rows: repeat(2, 150px);

        gap: 10px;

        width: 100%;

    }



    .venue-block {

        background-size: cover;

        background-position: center;

        height: 100%;

    }



    .venue-block:nth-child(1) {

        grid-column: 1 / 2;

        grid-row: 1 / 2;

    }



    .venue-block:nth-child(2) {

        grid-column: 1 / 2;

        grid-row: 2 / 3;

    }



    .venue-block:nth-child(3) {

        grid-column: 2 / 3;

        grid-row: 1 / 3;

    }



}



/* Responsive for smaller screens */

@media (max-width: 1024px) {

    .retreat-listing-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media only screen and (max-width: 1023px) {



    .blog-wrap {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 20px;

    }



    .venue-wrap {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 20px;

    }



    .venue-block {

        height: 300px;

        max-width: 370px;

        width: 100%;

    }



    .retreat-wrap {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 1em;

    }





}



@media only screen and (max-width: 920px) {

    .title-area,
    .mobile-nav {

        -ms-flex-preferred-size: 50%;

        flex-basis: 50%;

        min-width: 50%;

    }



    .mobile-nav {

        text-align: right;

        display: block;



    }



    .mobile-nav-toggle {

        color: #5D4954;

    }



    .nav-primary {

        display: none;

    }



    .about-title {

        font-size: 50px;

        text-align: center;

        max-width: initial;

        width: 100%;

    }



}

@media (max-width: 900px) {
    .focus-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 820px) {
    .hero-banner {
        height: 650px;
        background-position: 80% 25%;
    }

    .search-bar form {
        justify-content: center;
    }

}

@media only screen and (max-width: 800px) {

    .um-account-main {

        float: none !important;

        display: block !important;

        margin: auto !important
    }



    .um-dashboard-layout {

        display: block !important;

    }



    .um-back-home {

        display: flex;

        justify-content: center;

    }



    .um-back-home .um-account-title {

        display: none;

    }



    .um-back-home .um-account-icon {

        display: flex;

    }



    .um-back-home .um-account-icon {

        font-size: 22px !important;

        margin-right: 0 !important;

        color: #666;

    }

    .categorychecklist-holder ul.acf-checkbox-list,
    ul.acf-checkbox-list {

        columns: 1 !important;

        width: 100% !important;

    }

    .acf-fields>.acf-field {

        padding: 0 !important;

    }

    .acf-image-uploader {

        min-width: auto !important;

    }

    .acf-gallery-toolbar ul {

        padding: 0 !important;

    }



}



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

    .slide {
        flex: 0 0 50%;
    }



    .gallery-top {
        display: block;
        height: auto;
    }

    .gallery-side {
        display: flex;
    }

    .gallery-side img {
        width: 100%;
    }


}



@media only screen and (max-width: 640px) {



    .footer-widgets .wrap {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }



    .footer-widget-area {

        width: 100% !important;

        margin: 10px;

    }

    ul.social-links {

        justify-content: center;

    }

    .location-dropdown-wrapper {

        flex-direction: column;

    }



}

@media (max-width: 600px) {

    .retreat-listing-grid {

        grid-template-columns: 1fr;

    }

}



@media (max-width: 575px) {



    .um-account-side ul li a {

        font-size: 12px;

        padding: 10px 12px;

    }

    .about-cover-title {
        font-size: 20px;
    }

    .acf-fake-tabs {

        gap: 6px;

    }



    .acf-fake-tabs button {

        font-size: 11px;

    }



    a.um-view-listing {

        font-size: 11px;

        padding: 4px 10px;

    }

    .hero-content h1 {

        font-size: 60px;

    }



}



@media only screen and (max-width: 480px) {



    .search-container {

        flex-direction: column;

        gap: 1em;

    }



    .slide {

        flex: 0 0 100%;

    }



    .hero-content h1 {

        font-size: 45px;

    }

    .gallery-side {
        display: block;
    }



}



/* Custom Account Dashboard */

.custom-sub-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #eee;
}

.custom-sub-tabs li {
    cursor: pointer;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    font-weight: 600;

    transition: 0.3s;
}



/* Tab content */
.sub-tab-content {
    background: white;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

.sub-tab {
    display: none;
}

.sub-tab.active {
    display: block;
}

.listing-action-wrapper {

    justify-content: space-between;

    align-items: center;

    padding: 0 10px;

}





.listing-actions a {

    text-decoration: none;

    color: #334155;

}



.listing-actions a:hover {

    text-decoration: underline;

}



.listing-actions {

    display: flex;

    justify-content: space-between;

    margin-top: 10px;

    font-size: 0.9rem;

    gap: 20px;

}



.retreat-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

}

/*
.um-account-side li a {
    display: block;
    padding: 12px 16px !important;
    margin-bottom: 4px;
    background: #0c304d;
    color: #fff;
    font-size: 16px;
    height: 35px;
    font-weight: 500;
    transition: background 0.2s;
}
.um-account-side li a:hover {
    background-color: #25455f !important;
}

.um-account-dropdown-menu li a {
    color: #0c304d;
}

.um-account-main {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px !important;
    margin: 2%;
    border-radius: 10px;
}


.um-account-btn {
    background-color: #5a2a33;
    border: none;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

.um-account-btn:hover {
    background-color: #6f3440;
}


#um_account_submit_myreport{display: none;}

.um-account-side li a span.um-account-title {
    color: #fff !important;
}

.um-account-side {
    height: 100%;
    width: 15% !important;
    background: #0c304d;
    padding: 20px 0 !important;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    top: 0px;
    min-height: 1300px;
}

.um-user-dropdown{
    position: relative;
    display: flex;
    justify-content: end;
    background: #fff;
    padding: 10px 5px;
}

.um-account-dropdown-toggle{
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-weight: 600;
    background-color: #fff;
    color: #555;
}

button.um-account-dropdown-toggle:hover {
    background: #fff;
    color: #0c304d;
}

.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon{
    width: 0px !important;
    padding: 0px !important;
    border:none !important;

 }
 
 .um-account-side li a span.um-account-icon i, .um-account-meta, .um-account-arrow{
    display:none !important;
 }

.um-account-dropdown-menu{
    position: absolute;
    right: 0px;
    top: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 6px;
    list-style: none;
    margin: auto 0px 0px auto;
    padding: 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
    z-index: 999;
}

.um-account-dropdown-menu li{list-style: none;}

ul.um-account-dropdown-menu {
    padding: 10px;
}

ul.um-account-dropdown-menu li {
    list-style: none;
}

ul.um-account-dropdown-menu li a i {
    margin-right: 10px;
}

ul.um-account-dropdown-menu li:hover{
    background-color:#eee;
    border-radius: 5px;

}
    */

.acf-repeater .acf-row-handle.order {
    background: #fff !important;
    border: none !important;
}

.acf-repeater .acf-table>tbody>tr>td {
    border-style: none !important;
}

.acf-repeater .acf-row-handle.remove {
    background: #fff !important;
}

.acf-repeater .acf-table {
    border: none !important;
}

.acf-repeater .acf-table>thead>tr>th {
    border-color: #f4f4f4;
    border-width: 1px;
    background: #f4f4f4;
}

.acf-repeater .acf-th label {
    font-weight: 500;
}

.acf-repeater .acf-row {
    border: none;
}

.acf-repeater .acf-field input[type=url] {
    border: 1px solid #ddd !important;
    outline: 0 !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
}

.um-account-tab.um-account-tab-mytab,
.um-account-tab.um-account-tab-tc_tab {
    max-width: 1000px;
}

.um-page.um-page-account .entry-content {
    background-color: #fff;
}

.um-account-meta,
.um-account-dropdown-toggle,
.um-account-arrow {
    display: none !important;
}


.um-account-side {
    min-height: auto;
    padding: 20px !important;
    float: left;
    position: relative;
    box-sizing: border-box;
    top: 0px;
    background: #fff;
    padding: 24px 16px;
    float: none;
}



.um-account-side ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #334155;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 13px;
}

.um-account-side a {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    color: #334155;

}

.um-account-side li {
    background: #fff;
}

.um-account-side li a.current,
.um-account-side a.um-account-link.current {
    background: #5D87FF !important;
    font-weight: inherit !important;
}

.um-account-side li a:hover {
    background-color: #ecf2ff !important;
    color: #5da3ff !important;
}

.um-account-side a.um-account-link.current:hover {
    color: #fff !important;
    background: #5D87FF !important;
}

.um-account-side li a.current span.um-account-icon {
    color: #000 !important;
}

.um-account-side li a span.um-account-title {
    color: inherit !important;
    padding-left: 0 !important;
}

.um-account-side a.um-account-link.current {
    color: #fff !important;
}

.um-account-tab {
    margin: 20px;
    border: 1px solid #eee;
    max-width: 520px;
    background: #fff;
    border-radius: 12px;
    padding: 60px 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    min-height: 63vh;
}

.button.um-logout {
    background: #333 !important;
    letter-spacing: 1.5px;
}

.um .um-form input[type=text],
.um .um-form textarea,
.um .um-form input[type=password] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.um-account-main {
    padding: 0px !important;
    background-color: #fff;
    min-width: auto;
    width: calc(100% - 280px);

}

.rc-dashboard {
    max-width: 1100px;
}

.rc-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.rc-dashboard-header h2 {
    margin: 0;
}

.rc-dashboard-header p {
    margin: 4px 0 0;
    color: #64748b;
}

.rc-btn-primary {
    background: #333;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
}

.rc-btn-primary:hover {
    background: #333;
    color: #fff;
}

.rc-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.rc-stat {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.rc-stat span {
    display: block;
    font-size: 13px;
    color: #64748b;
}

.rc-stat strong {
    font-size: 26px;
}

.rc-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.rc-table {
    width: 100%;
    border-collapse: collapse;
}

.rc-table th {
    text-align: left;
    font-size: 13px;
    color: #64748b;
    padding-bottom: 12px;
}

.rc-table td {
    padding: 14px 0;
    border-top: 1px solid #e5e7eb;
}

.rc-status {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.rc-status.publish {
    background: #dcfce7;
    color: #15803d;
}

.rc-status.pending {
    background: #fef3c7;
    color: #b45309;
}

.rc-status.draft {
    background: #e5e7eb;
    color: #374151;
}

.rc-actions {
    position: relative;
    text-align: right;
}

.rc-actions-trigger {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 6px;
    color: #333 !important;
}



.rc-actions-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    z-index: 50;
}

.rc-actions-menu a,
.rc-actions-menu button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 6px;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #0f172a;
}

.rc-actions-menu a:hover,
.rc-actions-menu button:hover {
    background: #f1f5f9;
}

.rc-actions-menu .rc-delete {
    color: #dc2626;
}

.um-account-main div.um-account-heading {
    padding: 20px;
    border-bottom: 2px solid #ddd;
}

.um-account-side li a span.um-account-icon {
    border: none !important;
    ;
}

.um-dashboard-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
}

ul.center-nav {
    padding-left: 0 !important;
}

ul.center-nav li {
    list-style-type: none;
    padding: 5px !important;
}

ul.center-nav li.active a {
    color: #fff;
}

ul.center-nav li.active {
    background: #5D87FF !important;
    font-weight: inherit !important;
}

ul.center-nav li:hover {
    background-color: #ecf2ff !important;
}

.um-back-home {
    padding: 0 20px;
}

.um-back-home .um-account-icon {
    margin-right: 20px;
    font-size: 20px;
}

.um-back-home:hover {
    background-color: #ecf2ff;
}

.um-back-home:hover a {
    color: #5da3ff;
}

.um-back-home:hover .um-account-icon i {
    color: #000;
}



/* LEFT */
.dashboard-left {}

/* RIGHT */
.dashboard-right {
    background: #ffffff;
    padding: 28px;
    min-width: auto;
}

.acf-fake-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    align-items: start;
    margin: 20px 0;
    flex-wrap: wrap;
}

.acf-fake-tabs button {
    font-size: 12px;
    border: none;
    background: #fff;
    cursor: pointer;
    color: #333;
}

.acf-fake-tabs button:hover {
    color: #5da3ff;
}

.acf-fake-tabs button.active {
    color: #5da3ff;
}

.view-button {
    display: flex;
    justify-content: end;

}

.view-button a.um-view-listing {
    border: 1px solid #5da3ff85;
    padding: 5px 15px;
    background: #5da3ff26;
    color: #0000ffab;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #5da3ff85 !important;
    cursor: pointer;
}

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

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead tr {
        display: none;
        /* hide headers */
    }

    tr {
        margin-bottom: 1rem;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 8px;
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 6px 10px;
        border-bottom: 1px solid #eee;
        text-align: right;
    }



    td:last-child {
        border-bottom: none;
    }
}

.page-id-98 .entry {
    margin-bottom: 0;
}



.page-id-98 .gotop.show {
    visibility: hidden;
}

.page-id-98 .site-header .wrap,
.page-id-98 .page .entry-header,
.page-id-98 #genesis-footer-widgets,
.page-id-98 .site-footer,
.post-edit-link,
.page-id-98 .um-form .um-clear {
    display: none;
}

.page-id-98 .wrap {
    background-color: #eee;
}

.page-id-98 .content-sidebar-wrap {
    margin-top: 0 !important;
}

.page-id-98 .site-inner {
    margin: 0;
}

.page-template-account-type-registration .entry-header,
.page-template-search .entry-header,
.page-template-business-profile-form .entry-header {
    margin-top: 150px;
}

.page-id-98 .site-header {
    box-shadow: none;
    padding: 0;
}

.page-id-98 .entry-content {
    max-width: 100%;
}

.page-id-98 .wrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Custom Account Dashboard */


/* Retreat sidebar filters */
input[type="range"] {
    width: 100%;
}

#duration-val {
    font-weight: bold;
    margin-left: 8px;
}

.retreat-filters-sidebar {
    padding: 20px;
}


label.filter-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #657153;
}

.filter-group label {
    line-height: 1.8em;
    vertical-align: text-bottom;
    font-size: 14px;
}

a.toggle-btn {
    font-size: 12px;
    text-decoration: underline;
}

.filter-group {
    margin-bottom: 30px;
}

/* Retreat sidebar filters */




/* Banner Page Templates */

.custom-banner-wrapper .site-header-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-banner-wrapper .site-header-container .overlay {
    /*background: rgba(0,0,0,0.3); */
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.filter {
    font-size: 0;
    display: flex;
}

/* Banner Page Templates */


.home.wp-singular .content-sidebar-wrap,
.page-template .site-inner,
.home .site-inner {
    margin-top: 0px;
}

.site-inner {
    margin-top: 145px;
}

.custom-banner-wrapper {
    margin-bottom: 60px;
}

.retreat-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
    gap: 20px;
    margin: 0 auto;
}

.retreat-card {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}


.listing-body.venue {

    color: #fff;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    top: 38%;
    margin: 0 10%;
}

.listing-body.venue .listing-title {
    font-size: 50px;
    font-family: sans-serif;
    text-shadow: 0 5px 18px rgb(12 12 12 / 80%);
}

.listing-body.venue .listing-title a {
    color: #fff;
}

.shareButton {

    margin: 16px auto 60px auto;
    width: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    max-width: 250px;
}

/* thumbnail slider */
.retreat-dots {
    display: flex;
    justify-content: center;
    margin-top: -15px;
    gap: 8px;
    position: relative;
}

.retreat-dots .dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.retreat-dots .dot:hover {
    background: #666;
}

.retreat-gallery img.main-image {
    width: 100%;
    max-height: 246px;
    height: 100%;
    display: block;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.retreat-gallery img.main-image.fade-out {
    opacity: 0;
}

/* thumbnail slider */

ul.featured-info {
    padding: 10px 0 0 40px;
    font-size: 14px;
}

ul.featured-info li {
    list-style-type: disc;
}

/* About Us*/

ul.wp-block-list li::marker {
    list-style: disc;
    color: #754F5B;
}

ul.wp-block-list {
    line-height: 2rem;
}

.custom-heading {
    font-family: 'Outfit';
    color: #754F5B;
    font-size: 30px;
}

.custom-heading svg {
    font-size: 30px;
    color: #754F5B;
}

.campaign-banner {
    background: #f5f8f7;
    padding: 40px;
    border: 2px solid #1a5f5a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin: auto;
}

.campaign-date {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    background: #e1ede5;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-title {
    font-size: 30px;
    color: #1a5f5a;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.banner-snippet {
    max-width: 550px;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
    margin-bottom: 20px;
}

.banner-button {
    background: #1a5f5a;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}





/* retreat instructor list homepage */
.retreat-card.instructor {
    gap: 20px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    padding: 20px;
    margin: 20px auto;
    justify-content: space-around;
}

.retreat-card.instructor .listing-body {
    justify-items: left;
    max-width: 750px;
}

.retreat-card.instructor .retreat-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    max-width: 300px;
    border-radius: 10px;
}

.retreat-card.instructor .listing-body .excerpt {
    text-align: justify;
    line-height: 1.5em;
}

.retreat-card.instructor .button-container {
    margin: 15px 0;
    font-size: 14px;
    gap: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;

}

/* Social Share Button */

#sharePopup {
    display: block;
    position: absolute;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
    border-radius: 6px;
    width: 300px;
}

.social-share-box {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.social-share-box a svg {
    font-size: 30px;
}

#closeSharePopup {
    float: right;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
}

/* retreat venues home */

.retreat-card.venue {
    position: relative;
    height: 350px;
    margin: 20px auto;
    border-radius: 12px !important;
    width: 100%;
}

.listing-featured-img.venue img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
    transition: opacity 0.3s ease-in-out;
}

ul.social-links-instructor {
    display: flex;
    gap: 10px;
    font-size: 30px;
}

ul.social-links-instructor li {
    list-style-type: none;
}

/* home retreat type slider */
.custom-slider {
    overflow: hidden;
    position: relative;
}


.slides-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    width: calc(100% * totalSlides / visibleSlides);
    /* optional */
}

.slide {
    flex: 0 0 24.7%;
    box-sizing: border-box;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.slider-prev:disabled,
.slider-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}


.retreat-type-card {
    justify-content: center;
    width: 220px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    margin: 0 6px;
    border: 1px solid #eee;
    box-shadow: none;
    aspect-ratio: 3 / 4;
}

.retreat-title {
    width: 100%;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.35);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
    font-family: inherit;
    color: #000;
    font-size: 14px;

}

.custom-dropdown-selected {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
}

.custom-dropdown-options {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    margin-top: 2px;
    border-radius: 6px;
}

.custom-dropdown-options.show {
    display: block;
}

.custom-dropdown-option {
    padding: 8px 12px;
    cursor: pointer;
}

.custom-dropdown-option:hover {
    background: #f0f0f0;
}

.custom-dropdown-group {
    font-weight: bold;
    padding: 6px 10px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

#addFilterBtn {
    background-color: #1a5f5a;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 0.5rem 1.2rem;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

#addFilterBtn:hover {
    border-color: #1a5f5a;
    background-color: #268a83;
    color: #fff;

}

.filter {
    margin: 0px 10px 0px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0;
}


.filter select {
    width: 140px;
    padding: 12px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.filter select::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #666;
}


.filter button {
    background: #f87171;
    border: none;
    border-radius: 50%;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    padding: 1px 1px 1px 3px;
}

.filter button:hover {
    background: #ef4444;
}


.selected-country-label,
.selected-state-label {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}


.dropdown-options,
#state-options {
    background: #fff;
    border: 1px solid #ddd;

    margin-top: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-height: 250px;
    width: 150px;
    overflow-y: scroll;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.country-item,
.state-item {
    margin-bottom: 8px;
}


/* FADE-IN ANIMATION */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animation when filter menu is shown */
#filterMenu.show {
    animation: fadeIn 0.3s ease-out;
}

.search-page {
    width: 100%;
    display: contents;
    gap: 10px;
}

.search-page .dropdown-select,
.search-page .dropdown-select {
    max-width: 160px;
    width: 100%;
    padding: 10px;
}

.search-page input[type="checkbox"],
.search-page input[type="image"],
.search-page input[type="radio"],
.search-form input[type="checkbox"] {
    width: auto;
    max-width: 20px !important;
    margin-right: 10px;
}

/* Business Profile Form */

.acf-fields.-border {
    border: none !important;
}

.acf-fields>.acf-field {
    border-top: none !important;
}

.acf-true-false {
    position: relative;
    display: inline-block;
    width: 90px;
    padding: 10px;
}

.acf-taxonomy-field .categorychecklist-holder {
    border: none !important;
    max-height: none !important;
    overflow: hidden !important;
}

.acf-field input[type=date],
.acf-field input[type=datetime-local],
.acf-field input[type=datetime],
.acf-field input[type=email],
.acf-field input[type=month],
.acf-field input[type=number],
.acf-field input[type=password],
.acf-field input[type=search],
.acf-field input[type=tel],
.acf-field input[type=text],
.acf-field input[type=time],
.acf-field input[type=url],
.acf-field input[type=week],
.acf-field select,
.acf-field textarea {
    border-radius: 5px;
    line-height: 1.5 !important;
    border: 1px solid #aaa !important;
}

.acf-field.acf-field-checkbox.social ul.acf-checkbox-list {
    columns: unset;
}

.acf-gallery {
    border: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0px 8px !important;
}

ul.acf-checkbox-list li,
ul.acf-radio-list li {
    font-size: 16px !important;
    line-height: 25px !important;
}

/* Relationship fields */

.acf-relationship-grid {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fafafa;
}

.acf-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.acf-card {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: 0.2s;
}

.acf-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.acf-card.selected {
    border: 2px solid #0073aa;
    background: #eaf6ff;
}

.acf-selected-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.acf-selected-cards .acf-card {
    border: 2px solid #0073aa;
}

/* Account Billing Tab */
.pricing-plans {
    text-align: center;
    margin-top: 40px;
}

.pricing-plans h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.pricing-plans .subhead {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.plan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.plan-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    width: 260px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.plan-card:hover {
    transform: translateY(-5px);
}


.plan-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.plan-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    min-height: 60px;
}

.plan-card .price {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.plan-card .price span {
    font-size: 14px;
    color: #777;
}

.plan-card .button {
    background-color: #00c2a8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.plan-card .button:hover {
    background-color: #009f8d;
}

.plan-card .button.selected {
    background-color: #ccc;
    color: #333;
    cursor: default;
}

.plan-card ul {
    text-align: left;
}

.plan-card ul li {
    padding-left: 15px;
}

.plan-card ul li::marker {
    content: "\f058";
    font-size: 17px;
    color: #00B2B2;
    position: absolute;
    left: 0;
    margin-right: 0;
    font-family: 'FontAwesome';
    font-weight: 900;
    width: 30px;
    height: 30px;
}


.um-notice.success {
    color: white;
    background-color: #057305 !important;
    margin-top: .25rem !important;
    top: 5px;
}

/* Custom Styles for Free Products */
#um_account_submit_bulk_psi_tab,
#um_account_submit_free_looker_studio_report_tab,
#um_account_submit_free_site_health_check_tab {
    display: none;
}

/*removes the button for the free products on the accounts tab*/
.um-account-side .um-account-link[data-tab="bulk_psi_tab"] {
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
    padding-top: 15px;
}

.um-account-side .um-account-link[data-tab="free_site_health_check_tab"] {
    border-bottom: 1px solid #e1e1e1 !important;
    margin-top: 15px;
    padding-top: 15px;
}

#shc-scan-button {
    margin: 1rem 0 6rem 0;
}

.entry-content.shc-report-content {
    max-width: 1200px;
}

/* .um-account-tab.um-account-tab-bulk_psi_tab,.um-account-tab.um-account-tab-free_looker_studio_report_tab,.um-account-tab.um-account-tab-free_site_health_check_tab {
  width: 100% !important;
  max-width: 100% !important;
} */
.padding-cancel-list {
    padding: 0 !important;
}

.faq-accordion-wrap .wp-block-accordion-heading__toggle {
    padding: .5rem .75rem;
}

.faq-accordion-wrap .wp-block-accordion-heading__toggle-title:hover,
.faq-accordion-wrap .wp-block-accordion-heading__toggle:hover>span:first-child {
    text-decoration: none !important;
}

.faq-accordion-wrap .wp-block-accordion-item {
    margin-bottom: 1.75rem !important;
}

.faq-accordion-wrap .wp-block-accordion-panel {
    padding: 0 .65rem;
}

#ps-domain {
    width: 100%;
    margin-bottom: 2rem !important;
}

#ps-strategy,
.ps-input-group label {
    display: inline;
}

#ps-strategy,
#scan-button,
#ps-download-csv,
.ps-btn,
#shc-form button {
    background: #375b3c;
    border: 1px solid #3c5f41;
}

#ps-strategy:hover,
#scan-button:hover,
#ps-download-csv:hover,
.ps-btn:hover,
#shc-form button:hover,
#ps-strategy:focus {
    background: #5a8d61;
    border: 1px solid #62ad6d;
}

#ps-strategy {
    width: auto;
}

#shc-form {
    margin: 20px auto;
}

#shc-form p {
    margin: 0 !important;
}

.brxe-container {
    display: flex;
    column-gap: 2rem;
    margin: 10px auto;
    align-items: center;
}

.brxe-block {
    width: 33.33%;
    margin: 1rem 0;
}

#brxe-ctslfv {
    display: block;
}

.moz-scores-title {
    margin: 2rem 0 1rem 0;
}

.moz-card .card-header .icon-block svg {
    position: relative;
    top: -1rem;
    left: -.35rem;
}

.svg-inline--fa.fa-question {
    color: #fff;
    background: #754F5B;
    padding: 6px 9px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -5px;
}

#shc-status {
    font-style: normal !important;
}

#shc-status p {
    margin-bottom: 1.5rem !important;
}

#shc-status p a {
    color: #fff;
    font-style: normal;
    background: #3c6041;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: capitalize;
}

/* extra styles for the free-looker report page */
.um-account-tab.um-account-tab-free_looker_studio_report_tab {
    max-width: 880px;
}

.free-looker-padding-top .wp-block-group {
    padding-top: 45px;
}

.free-looker-report-intro,
.free-looker-report-cards {
    padding: 2.5rem 3rem;
    background:
        /* Top-layer glow: Soft white-magenta shine */
        radial-gradient(103.89% 81.75% at 95.41% 106.34%, rgba(255, 245, 250, 1) 6%, rgba(255, 245, 250, 0) 79.68%),

        /* Main background: Pastel base with a hint of #910a5a in the shadows */
        radial-gradient(297.85% 151.83% at -21.39% 8.81%, #fdf2f8, #fce7f3 15.29%, #f3e8ff 21.39%, #fae8f0 40.79%);
    border: 1px solid #ffffff55;
    border-radius: 12px;
}

.free-looker-report-cards {
    margin: 1rem auto;

    gap: 3.5rem;
}

.free-looker-report-cards .wp-block-column.is-vertically-aligned-top.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #93a6962b;
    min-height: 302px;
}

.free-looker-report-cards h4.wp-block-heading {
    font-size: 28px;
    color: #36583a;
    border-radius: 12px;
}

.number-heading {
    color: #911b5f;
}

.free-looker-report-cards p.has-text-align-left {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.um-account-tab-free_looker_studio_report_tab .wp-block-group.alignfull>.wp-block-group__inner-container,
.um-account-tab-free_looker_studio_report_tab .wp-block-group.alignfull.is-content-justification-center {
    max-width: 880px;
    margin: 0 auto;
}

/* Added by Arnold to change the look of the account page */
#genesis-content .um:not(.um-admin) {
    margin-bottom: 0 !important;
}

.um-account-side,
.um-account-main {
    min-height: 900px;
}

.um-form form {
    display: flex;
    justify-content: center;
}

/* Fix for login form */
.um-login.um-89 .um-form form {
    display: block;
}

.um-account-side {
    background-color: #fff;
    border-right: 1px solid #ddd;
}

.um-account-tab {
    display: block;
    max-width: 860px;
    margin: 0 auto;
}

.um-account-main {
    padding: 2rem 0 !important;
}

/* end custom styles for account page */
@media screen and (max-width: 940px) {

    .moz-cards-col,
    .moz-scores-section {
        width: 100% !important;
    }

    .moz-scores-section {
        margin-top: 2rem;
        padding: 0 !important;
    }

    .shc-moz-table th {
        width: 100% !important;
    }

    .um-toggle-sidebar-btn {
        max-width: 200px;
    }

    .um-account-side {
        width: 40% !important;
    }

    .um-account-main {
        width: 60% !important;
    }
}

@media screen and (max-width: 760px) {
    .shc-moz-table th {
        width: 100% !important;
    }
}

@media screen and (max-width: 580px) {
    .moz-card {
        max-width: 100% !important;
        padding: 45px !important;
    }

    .brxe-block {
        width: 100%
    }

    .brxe-container {
        display: block;
    }

    .um-account-main {
        padding: 2rem 1rem !important;
    }

    .um-toggle-sidebar-btn {
        display: none !important;
    }

    .um-account-main .um-account-tab {
        max-width: 100%;
        margin: 1rem 0;
    }

    .um-account-nav {
        display: block !important;
    }

    .um-account-side {
        width: 100% !important;
    }

    .um-account-main {
        width: 100% !important;
    }

    .rc-dashboard-header {
        margin-top: .75rem;
    }
}

@media screen and (max-width: 480px) {
    .um-account-main {
        padding: 2rem 1rem !important;
    }

    .um-toggle-sidebar-btn {
        display: none !important;
    }

    .um-account-tab {
        margin: 1.5rem 0 !important;
    }

    .um-account-main .um-account-tab {
        max-width: 100%;
    }
}