@charset "utf-8";
/* CSS Document */

img.attachment-full.size-full.wp-post-image {}

.fwpl-item.rdl-image {
    width: 100%;
}

select.facetwp-dropdown {
    height: 58px;
    border-radius: 31px;
    font-size: 24px;
    padding: 5px 35px 8px 20px;
    appearance: none;
    border: 2px solid #000;
    background: transparent;
    color: #575757;
    cursor: pointer;
  /* Remove IE arrow */
    -ms-expand {
    display: none;
  }
    focus {
    outline: none;
  }
}

.rdl-image a {
    height: 370px;
    display: block;
    width: 83%;
    margin: 0 auto;
    border-radius: 40px;
}

.rdl-image a img {
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: inherit;
    height: 100%;
    width: 100%;
}

.fwpl-item.rdl-name {
    text-align: center;
    background: white;
    height: 45px;
    border: 1px solid #000;
    border-radius: 50px;
    /* position: absolute; */
    /* width: 294px; */
    padding: 10px;
    position: relative;
    margin-top: -65px;
}

.fwpl-item.rdl-titles {
    text-align: center;
    /* position: absolute; */
    top: -30px;
    display: block;
    position: relative;
    font-size: smaller;
}

.rdl-name a {
    text-decoration: none !important;
    font-weight: 600;
}



option {background: transparent !important;padding: 5px 20px 5px 20px;margin: 10px;height: 55px;}


.facetwp-type-dropdown::after {
    content: '';
    /* border: 6px solid transparent; */
    /* border-top: 4px solid #4c4c4c; */
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
    background: url(https://page.agency/dev/down-arrow.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    left: -48px;
    position: relative;
    top: -11px;
    pointer-events: none;
}

.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager {
    text-align: center;
}

button.facetwp-load-more {
    width: 150px;
    height: 55px;
    border: 2px solid black;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    cursor: pointer;
    border-radius: 30px;
}


/************************* filters *******************************/

.filter-list {
    list-style: none !important;
    border: 1px solid #ccc;
    position: absolute; /* Ensure positioning context for potential dropdown elements */
    display: none;
    z-index: 999;
	background: #B6CCAE;
	color: #000000;
    padding: 20px 0 20px 0;
    border-radius: 50px;
    top: calc(100% + 5px);
    margin: 0 !important;
    overflow: hidden;
    left: 0;
}

.filter-list li {
    padding: 5px 25px;
    cursor: pointer;
    white-space: nowrap;
}


.rdn-p-filter-title:hover .filter-list li {
    display: block; /* Show all items when the list is hovered */
}

.filter-list li[data-selected="true"] {
    display: block; /* Always display the selected item */
    background-color: #eee;
}

form#filter {
    /* min-height: 20em; */
    /* background: aliceblue; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    position: relative;
}


div#response {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    /* row-gap: 22px; */
    margin-top: 50px;
    min-height: 579px;
    justify-content: center;
}

.dietitian-entry {
    /* width: 19.45%; */
    padding: 0px 0px;
    box-sizing: border-box;
    display: none;
    /*visibility: hidden;*/
    transition: all .5s cubic-bezier(0, 1.16, 1, 0.99);
    /*opacity: 0;*/
    /*transform: translateY(20px);*/
    /*display: block;*/
    margin-bottom: 25px;
    width: 234px;
}
.dietitian-entry.visible {
    opacity: 1;
    /*transform: translateY(0);*/
    display: inherit;
    /*visibility: visible;*/
}
.dietitian-entry:nth-child(-n+10) {
    /*display: block;*/
}
.dietitian-entry:hover {transform: scale(1.05); opacity: .9;}
.page-id-1320 .sie-post-content_0.se {
    width: 100%;
    margin: 0 auto;
    left:auto;
    /*height: 950px !important;*/
}

.rdn-image {height: 245px;border-radius: 50px 50px 25px 25px;position: relative;overflow: hidden;width: 87%;margin: 0 auto;}

.rdn-image img {
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: inherit;
    height: 100%;
    width: 100%;
}

.rdn-details {
    text-align: center;
    border: 1px solid black;
    border-radius: 50px;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin-top: -50px;
    padding: 10px 0 10px 0;
    color: white;
}

.rdn-details h2 {
    font-size: 16px !important;
    text-decoration: none !important;
    margin: 0 !important;
    color: #001C3F !important;
    font-weight: 600 !important;
}

.rdn-details p {
    position: relative;
    /* margin-top: -25px; */
    margin: 0 !important;
    font-size: 15px;
    color: #001C3F;
}

.dietitian-entry a {
    text-decoration: none !important;
}

.filter-list li:hover {
    background: #ffffff36;
}

.rdn-filter-title {
    /* width: 35%; */
    border-radius: 50px;
    /* border: 1px solid black; */
    /* display: inline; */
    /* padding: 20px 15px 18px 25px; */
    /* margin: 0 auto; */
    /* width: 350px; */
    display: flex;
    position: relative;
    background: #934eff;
    color: white;
    transition: all .5s ease;
}
.rdn-filter-title.filter-sub {
    /*display:none;*/
    max-width:0px;
    overflow: hidden;
    
    transition: all .2s ease;
}
.filter-sub.shown {
    overflow:visible;
}
div#rdn-count {
    width: 100%;
    text-align: center;
}

.filter-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px 5px 0 5px;
}

.rdn-filter-title h4:after {
        content: "";
        position: relative;
        transform: translateY(-50%);
        width: 9px;
        height: 9px;
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
        margin: 0 0 0 23px;
        display: inline-block;
        top: -2px;
}

button#loadMore {
    text-align: center;
    margin: 50px auto 100px auto;
    position: relative;
    display: block;
}

.specialty-list .tb-field {
    /* display: grid; */
    /* grid-template-columns: 48% 48%; */
    margin: 0 0px 0 9px;
    /* grid-template-columns: repeat(2, 1fr); */
    /* display: flex; */
    /* flex-wrap: wrap; */
    column-count: 2;
    column-gap: 25px;
    padding: 0 0px 0 0;
}

.specialty-list .tb-field a {
    font-size: 14px !important;
    text-decoration: none !important;
    margin: 0px 0 5px 0;
    /* flex: 1 0 50%; */
    box-sizing: border-box;
    break-inside: avoid;
    display: block;
    overflow-wrap: anywhere;
}

.rdn-page-image {
    width: 80%;
    /* height: 85%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: flex-start; */
    /* clip-path: circle(47% at 50% 50%); */
    overflow: visible;
    position: relative;
    border-radius: 50% !important;
    overflow: hidden;
    /* padding-top: 100%; */
    aspect-ratio: 1 / 1;
}

.rdn-page-image img {position: absolute;top: 0;/* right: 0; *//* bottom: 0; */left: 0;object-fit: cover;width: 100%;height: 100%;object-position: 50% 45%;}

.rdn-page-top h1.tb-heading {
    margin: 0px 0 0 0!important;
}

.rdn-page-top .rdn-creds {
    font-size: 25px;
}

.rdn-page-top h3.wp-block-heading {
    font-size: 15px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.rdn-page-left .kt-inside-inner-col {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100px !important;
}

.rdn-page-right a.tb-button__link {
    color: white !important;
    border-radius: 35px;
    /* height: 31px; */
    padding: 15px 30px 17px 30px !important;
    margin-left: -8px !important;
}

.rdn-page-right span.tb-button__content {
    color: white;
    font-size: 14px;
    font-weight: 600 !important;
}

.rdn-page-right h3.tb-heading {
    margin: 0 !important;
    top: -18px;
    display: block;
    position: relative;
    /* font-size: 13px !important; */
}

.specialty-list {
    margin-top: -30px;
    flex-direction: row !important;
    padding: 0 9px 0 0;
}


.single-registered-dietitian .kt-has-1-columns .kb-row-layout-wrap .kt-row-column-wrap.kt-has-2-columns .wp-block-kadence-column:nth-of-type(2) .kt-inside-inner-col {
    background: #f2e7fb;
    padding: 20px 10px 20px 20px;
    border-radius: 50px;
}
.d .sib-post-content.sb-nd-dH .sc {min-height:950px !important;}

div#rdn-btn-wrap {
    /* height: 150px; */
    /* width: 200px; */
    /* background: antiquewhite; */
}
.page-id-1320 #post-content {
    transition: all .5s ease;
    margin-top: -100px;
}

button#load-more {
    margin: 50px auto;
    position: relative;
    display: block;
    background: #3F6655;
    padding: 20px 40px;
    border: 1px solid;
    border-radius: 30px;
    cursor: pointer;
    transition: all .24s ease-out;
    white-space: nowrap;
	color: white
}

button#load-more:hover {
    background: #dbdbdb70;
    padding: 20px 45px;
}

.rdn-filter-title h4 {
    height: auto;
    background: #B6CCAE;
    cursor: pointer;
    padding: 20px 30px 20px 32px;
    border-radius: 30px;
    white-space: nowrap;
	color: #000000;
}

.page-id-1320 .sie-blog-title_0.se {
    display: none;
}

h2.wp-block-heading.has-text-align-center.has-x-large-font-size {
    margin: 0 0 30px 0;
}

h4.tb-heading.specialties {
    margin: 30px 0 40px 0;
    font-weight: 600;
}

h4.tb-heading.age-groups {
    font-weight: 600;
    display: inline-block;
    margin: 30px 10px 55px 0 !important;
    font-size: 15px;
    /* position: absolute; */
}

.tb-field.age-groups {
    display: inline-block;
    position: relative;
    bottom: -1px;
    font-size: 13px;
}

.specialty-list a:before {
    content: "• ";
    position: absolute;
    margin-left: -10px;
}

div.age-groups a {
    font-size: 13px !important;
}

h3.wp-block-heading.rdn-top-sub {
    margin: 0 !important;
}

p.rdn-body {
    margin-top: -70px;
}

.kb-row-layout-wrap.rdn-page-top {
    margin: 20px 0 50px 0;
}
@media only screen and (max-width: 767px) {
    .dietitian-entry {/* width:49.5%; */}
    .single-registered-dietitian .kb-section-dir-vertical.rdn-page-left {
    margin-top: -25px;
}

h3.wp-block-heading.rdn-top-sub {
    text-align: center !important;
    font-size: 12px !important;
}

h1.tb-heading.rdn-name {
    text-align: center !important;
    font-size: 25px !important;
}

.tb-field.rdn-creds {
    text-align: center;
    font-size: 20px;
}

.single-registered-dietitian a.tb-button__link {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center !important;
}

h4.tb-heading.age-groups {
    margin: 30px auto 0px auto !important;
    position: relative;
    display: block !important;
    text-align: center;
}

.tb-field.age-groups {
    margin: 0px auto 38px auto !important;
    position: relative;
    display: block !important;
    text-align: center;
}

.single-registered-dietitian h5.wp-block-heading {
    text-align: center !important;
    display: block !important;
    position: relative !important;
}
}
@media only screen and (max-width: 475px) {
    .dietitian-entry { width:350px; }
    .rdn-image {/*height:340px;*/}

}

.page-id-1320 .sie-rdns_0.se {
    transform: none !important;
    width: 100% !important;
    /* clear: both !important; */
    position: relative !important;
}

.page-id-1320 div#rdns {
    height: auto !important;
    display: contents;
    overflow: visible;
}

.page-id-1320 .ss-s.ss-bg {
    position: relative;
}


.page-id-1320 .se-t.sie-rdns_0-text {
    /*clear: both !important;*/
}

.page-id-1320 div#rdns div.sc {
    height: auto !important;
}