  /*** Nav ***/
nav li a .sub-arrow {
    padding: 8px 5px 5px !important;
}
nav li a .sub-arrow svg {
    height: 1em !important;
    width: 1em !important;
}
nav li .sub-arrow path {
    fill: #3765E2 !important;
}

/*** Mobile Menu ***/
#mobile-nav {
    float: right;
    height: 18px;
    width: 30px;
    right: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
#mobile-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3765E2;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-nav span:nth-child(1) {
    top: 0px;
}
#mobile-nav span:nth-child(2) {
    top: 8px;
}
#mobile-nav span:nth-child(3) {
    top: 16px;
}
#mobile-nav.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mobile-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#mobile-nav.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*** Responsive Menu ***/
.rmp-menu-wrap .rmp-submenu-open li {
    margin-bottom: 13px !important;
}
.rmp-menu-wrap .rmp-submenu-open li a {
    height: unset !important;
    line-height: unset !important;
}
.rmp-submenu.rmp-submenu-depth-2 {
    margin-top: 12px !important;
}
.rmp_menu_trigger { 
    display: none!important; 
}
.rmp-menu-title-image { 
    margin: 0 0 25px !important;
    max-width: 200px !important;
    width: 100%;
}
.rmp-search-box {
    font-size: 14px !important;
    font-weight: 300 !important;
    outline: none !important;
}

/*** Packages Tab ***/
.packages__tab .e-n-tabs-heading {
    display: flex;
    align-items: center;
}
.e-n-tabs-heading .text-label {
    position: relative;
    font-weight: 500;
    line-height: 1.2em;
    padding: 0 10px 0 27px;
    text-transform: capitalize;
}

/*** Search Block ***/
.search-block__wrapper {
    top: -105px !important;
}
.search-block__wrapper.active {
    top: 0 !important;
    transition: .5s ease-in-out !important;
}

/*** Breadcrumb ***/
#breadcrumbs .breadcrumb_last {
    color: #3765E2;
}

/*** Heading ***/
.heading-title span {
    color: #3765E2;
    font-weight: 600;
}

/*** Default ***/
.elementor-widget-text-editor ol {
    margin-bottom: 28px;
}
.e-n-accordion ol,
.e-n-accordion ul {
    padding-bottom: 15px;
}
.elementor-widget-text-editor ul {
    padding-left: 25px;
}
.elementor-widget-text-editor li {
    padding: 0 0 8px 5px;
}
.elementor-widget-text-editor li:last-child {
    padding-bottom: 0;
}


/*** Post Nav Button ***/
.post-navigation__prev--label,
.post-navigation__next--label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 500;
    padding: 12px 12px 12px 20px;
}
.post-navigation__prev--label {
    background-color: #fff;
    border: 1px solid #3765E2;
    color: #3765E2;
}
.post-navigation__next--label {
    background-color: #3765E2;
    border: 1px solid #3765E2;
    color: #fff;
}
.post-navigation__prev--label:hover {
    color: #fff;
}
.post-navigation__next--label:hover {
    color: #3765E2;
}

/*** Button ***/
.elementor-button,
.post-navigation__prev--label,
.post-navigation__next--label {
    transition: ease-out 1s !important;
}
.elementor-button .elementor-button-text {
    display: flex;
    align-items: center;
}
.elementor-button .elementor-button-text:after,
.post-navigation__prev--label:after,
.post-navigation__next--label:after {
    content: "";
    background: url('/wp-content/themes/hello-child/assets/images/circled-arrow-white.svg') no-repeat;
    background-size: contain !important;
    display: inline-block;
    margin-left: 13px;
    height: 24px;
    width: 24px;
    transtion: .3s ease;
}
.post-navigation__next--label:hover,
.elementor-button:hover {
    box-shadow: inset -400px 0 0 0 #fff;
}
#secondary.elementor-button:hover,
.post-navigation__prev--label:hover {
    box-shadow: inset -400px 0 0 0 #3765E2;
}
.post-navigation__next--label:hover:after,
.elementor-button:hover .elementor-button-text:after,
#secondary.elementor-button .elementor-button-text:after,
.post-navigation__prev--label:after,
.slider-wrapper .elementor-button .elementor-button-text:after,
.slider-advisor .elementor-button .elementor-button-text:after {
    background: url('/wp-content/themes/hello-child/assets/images/circled-arrow-blue.svg') no-repeat;   
}
#secondary.elementor-button:hover .elementor-button-text:after,
.post-navigation__prev--label:hover:after,
.slider-wrapper .elementor-button:hover .elementor-button-text:after,
.advisor .elementor-button:hover .elementor-button-text:after {
    background: url('/wp-content/themes/hello-child/assets/images/circled-arrow-white.svg') no-repeat;
}
#secondary.elementor-button:active,
#secondary.elementor-button:focus,
#secondary.elementor-button:visited {
    background-color: #fff !important;
    color: #3765E2 !important;
}
#secondary.elementor-button:hover:active,
#secondary.elementor-button:hover:focus,
#secondary.elementor-button:hover:visited {
    background-color: #3765E2 !important;
    color: #fff !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

/*** Slider Container Layout ***/
.slider-wrapper .slick-list,
.slider-advisor .slick-list {
    overflow: visible;
}
.slider-wrapper .slick-track,
.slider-advisor .slick-track {
    display: flex !important;
}
.slider-wrapper .item-inner__wrap,
.slider-advisor .item-inner__wrap {
    margin: 0 10px;
}
.slider-wrapper .item__post-content,
.slider-advisor .item__post-content {
    padding-bottom: 65px !important;
}
.slider-wrapper .item__post-content .elementor-widget-button,
.slider-advisor .item__post-content .elementor-widget-button {
    position: absolute;
    bottom: 15px !important;
}

/*** Grid Container Layout ***/
.post__grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    column-gap: 1.3em;
    row-gap: 1.3em;
}

/*** Post Item ***/
.item-inner__wrap {
    border-radius: 20px;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
    height: inherit !important;
    padding: 5px;
}
.item__featured-image img {
    border-radius: 20px;
    height: 16vw;
    object-fit: cover;
    width: 100%;
}
.item__featured-image,
.item__post-category {
    margin-bottom: 10px;
}
.item__post-content {
    padding: 0 15px 15px;
}
.post__grid-layout .item-inner__wrap {
    position: relative;
}
.post__grid-layout .item__post-content {
    padding-bottom: 120px;
}
.item__post-category span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #FFAD33;
    border-radius: 5px;
    padding: 4px 10px;
    margin-bottom: 5px;
}
.item__title {
    font-size: 23px !important;
    border-bottom: 1px solid rgba(219, 219, 219, 0.5);
    padding-bottom: 15px;
}
.slider-advisor .item__title {
    margin: 15px 0 10px;
    border: 0;
    padding-bottom: 0;
}
.slider-advisor .meta__fields {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(219, 219, 219, 0.5);
    padding-bottom: 15px;
}
.slider-advisor .meta__fields span {
    color: #535353;
    font-size: 14px;
}
.item__excerpt {
    margin-bottom: 20px;
}
.item__post-content .elementor-button {
    background-color: #fff;
    color: #3765E2;
}
.item__post-content .elementor-button:hover {
    box-shadow: inset -400px 0 0 0 #3765E2;
    color: #fff;
}
.podcast__external-links--wrapper {
    position: absolute;
    left: 0;
    bottom: 8px;
    padding: 0 15px;
    width: 100%;
}
.item__post-content .podcast__external-links {
    display: flex;
    gap: 8px;
}
.item__post-content .podcast__external-links img {
    max-width: 165px;
    width: 100%;
}
.post-type__physician .item-inner__wrap {
    padding: 20px 20px 70px 20px;
}
.post-type__physician .image img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    height: 150px;
    width: 150px;
}
.related-locations h3,
.item__content h3,
.field--editor h3 {
    font-size: 23px;
    margin: 5px 0 12px;
}
.item__content .custom-fields span {
    color: #101010;
    font-weight: 500;    
}
.item__content,
.social__profile-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.item__content {
    flex-wrap: wrap;
}
.post-type__physician .item__content h3,
.post-type__physician .item__content .custom-fields {
    text-align: center;
    line-height: 1.4em;
}
.social__profile-links {
    border-bottom: 1px solid rgba(219, 219, 219, 0.5);
    gap: 3px;
    margin: 20px 0 0;
    padding-bottom: 15px;
}
.social__profile-links .website:before,
.social__profile-links .twitter:before,
.social__profile-links .linkedin:before,
.social__profile-links .instagram:before {
    content: "";
    background-size: contain !important;
    display: block;
    height: 24px;
    width: 24px;
}
.social__profile-links .website:before,
.social__profile-links .twitter:before {
    margin: 0 3px;
    height: 18px;
    width: 18px;
}
.social__profile-links a {
    transition: .5s ease;
}
.social__profile-links a:hover {
    transform: translateY(-5px);
}
.social__profile-links .website:before {
    background: url('/wp-content/uploads/2024/11/website-icon.png') no-repeat;
}
.social__profile-links .twitter:before {
    background: url('/wp-content/uploads/2024/11/twitter-icon.png') no-repeat;
}
.social__profile-links .linkedin:before {
    background: url('/wp-content/uploads/2024/08/LinkedIn.svg') no-repeat;
}
.social__profile-links .instagram:before {
    background: url('/wp-content/uploads/2024/08/Instagram.svg') no-repeat;
}
.session-date {
    text-align: center;
    margin: 15px 0 30px;
    width: 100%;
}
.session-date span {
    color: #535353;
    font-weight: 500;
}
.post-type__physician .item__content .elementor-widget-button {
    position: absolute;
    bottom: 20px;
}
.item__content .elementor-button .elementor-button-text:before {
    content: "";
    background: url('/wp-content/uploads/2024/09/play-white.png') no-repeat;
    background-size: contain;
    margin-right: 12px;
    height: 16px;
    width: 22px;
}
.item__content .elementor-button:hover .elementor-button-text:before {
    background: url('/wp-content/uploads/2024/09/play-blue.png') no-repeat;
}

.field--editor h3:not(:first-child) {
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    margin-top: 25px;
}
.essay--editor h3 {
    font-size: 20px !important;
    line-height: 1.5em;
}
.field--editor p:last-child {
    /*
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;*/
}
.field--editor .additional-content {
    margin-top: 15px;
}
.field--editor .additional-content a {
    text-decoration: underline;
}

.field--editor strong {
    color: #3765E2;
    font-weight: 500;
}

/*** Card Slider ***/
body:not(.elementor-editor-active) .card__slider--block .slick-list {
    overflow: visible;
}
body:not(.elementor-editor-active) .card__slider--block .slick-track {
    display: flex !important;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap {
    height: inherit !important;
    position: relative;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap.slick-current .elementor-image-box-title {
    color: #3765E2 !important;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap .elementor-image-box-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 18px;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(odd):after,
body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(even):before {
    content: "";
    position: absolute;
    background-color: #dbdbdb;
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 26px;
    width: 26px;
    z-index: 5;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(odd):after {
    bottom: -48px;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(even):before {
    top: -20px;
}

body:not(.elementor-editor-active) .card__slider--block .inner-wrap.slick-active:before,
body:not(.elementor-editor-active) .card__slider--block .inner-wrap.slick-active:after {
    background-color: #FFAD33;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap.slick-current:before,
body:not(.elementor-editor-active) .card__slider--block .inner-wrap.slick-current:after {
    background-color: #3765E2;
    height: 38px;
    width: 38px;
}
body:not(.elementor-editor-active) .card__slider--block .inner-wrap.slick-current:after {
    bottom: -58px;
}

/**** Slick Dots ***/
.slick-dots {
    position: relative !important;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    border: 0 !important;
    line-height: 8px !important;
    height: 8px !important;
    width: 8px !important;
}
.slick-dots li button:before {
    color: #dbdbdb !important;
    font-size: 9px !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    color: #3765E2 !important;
}

/*** Pagination ***/
.customized-pagination .elementor-pagination,
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-pagination .prev,
.customized-pagination .elementor-pagination .prev {
    margin-right: 25px !important;
}
.custom-pagination .next,
.customized-pagination .elementor-pagination .next  {
    margin-left: 25px !important;
}
.custom-pagination .next,
.custom-pagination .prev,
.customized-pagination .elementor-pagination .prev,
.customized-pagination .elementor-pagination .next {
    position: relative;
    color: transparent !important;
    border: 1px solid #535353;
    border-radius: 50px;
    opacity: 0.5;
    height: 45px;
    width: 45px;
} 
.custom-pagination a.prev,
.custom-pagination a.next,
.customized-pagination .elementor-pagination a.prev,
.customized-pagination .elementor-pagination a.next {
    opacity: 1;
}
.custom-pagination .next:hover,
.custom-pagination .prev:hover
.customized-pagination .elementor-pagination .prev:hover,
.customized-pagination .elementor-pagination .next:hover {
    background-color: #D2DEF9;
    border-color: #D2DEF9;
}
.custom-pagination .next:before,
.custom-pagination .prev:before,
.customized-pagination .elementor-pagination .prev:before,
.customized-pagination .elementor-pagination .next:before {
    content: "";
    background: url('/wp-content/uploads/2024/08/slider-arrow-dark.svg') no-repeat;
    background-size: auto;
    background-size: contain !important;
    position: absolute;
    height: 13px;
    width: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-pagination .prev:before {
    margin-left: -1px;
}
.custom-pagination .next:before {
    margin-right: -1px;
}

.custom-pagination .prev:before,
.customized-pagination .elementor-pagination .prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

/*** Custom Pagination ***/
.custom-pagination {
    margin-top: 35px;
}
.custom-pagination .page-numbers:not(.next) {
    margin: 0 6px;
}
.custom-pagination .current {
    color: #3765E2;
}

/*** Custom Pagination - Bullet ***/
.custom-pagination.bullet .page-numbers:not(.prev),
.custom-pagination.bullet .page-numbers:not(.next) {
    position: relative;
    color: transparent !important;
    display: flex;
    align-items: center;
}
.custom-pagination.bullet .page-numbers:not(.prev):after,
.custom-pagination.bullet .page-numbers:not(.next):after {
    content: "";
    background-color: #dbdbdb;
    position: absolute;
    border-radius: 50px;
    height: 8px;
    width: 8px;
}
.custom-pagination.bullet .prev:after,
.custom-pagination.bullet .next:after {
    display: none;
}
.custom-pagination.bullet .page-numbers.current:after {
    background-color: #3765e2;
}

/*** Spinner ***/
.ajax-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.ajax-spinner.active {
    display: block;
}
.post__grid-layout.loading {
    opacity: 0.2;
}

/*** Calculator ***/
.gpac-result-table,
.gpac-result .gpac-result-chart {
    width: 100% !important;
}
.gpac-result {
    margin: 40px auto !important;
    width: 100% !important;
}
.gpac-form {
    overflow: auto;
}
#gpac .gpac-result .gpac-result-table h3 {
    font-size: 23px;
}
.gpac-result-table table th,
.gpac-result-table table td {
    padding: 10px !important;
}

/*** Map ***/
.wpgmp_infowindow .fc-item-title {
    color: #101010 !important;
    font-family: "Urbane", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.wpgmp_infowindow a {
    font-size: 14px !important;
}

/*** Form ***/
.gform_wrapper .gfield_label {
    color: #101010;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
}
.gform_wrapper .gfield_required {
    color: #FFAD33 !important;
    font-size: 16px !important;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
    border: 1px solid #DBDBDB !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    font-weight: 300;
    font-size: 14px !important;
    padding: 16px 20px !important;
    line-height: 1.5em !important;
    outline: none !important;
}
.gform_wrapper textarea {
    height: 100px !important;
}
.gform_wrapper .gchoice label {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.gform_wrapper .gchoice label a {
    font-weight: 600 !important;
}

/*** Radio ***/
body .gform_wrapper .gfield_radio {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}
body .gform_wrapper .gfield_radio label {
    padding-left: 38px;
    line-height: 1.5em;
}
body .gform_wrapper .gfield_radio label::after {
    content: "";
    opacity: 1;
}
body .gform_wrapper .gfield_radio input[type="radio"] {
    display: none;
}
body .gform_wrapper .ginput_container_radio .gchoice {
    position: relative;
}
body .gform_wrapper .ginput_container_radio .gchoice label:after,
body .gform_wrapper .ginput_container_radio .gchoice label:before,
body .gform_wrapper .ginput_container_radio .gchoice label:after {
    bottom: 0;
    content: '';
    margin: 0 !important;
    position: absolute;
    top: 0;
}
body .gform_wrapper .ginput_container_radio .gchoice label:after {
    content: "";
    background-color: transparent;
    border: solid 1px #3765E2;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    transition: left .25s, background-color .13s;
    height: 25px;
    width: 25px;
}
/*
body .gform_wrapper .ginput_container_radio input[type="radio"]:checked + label:after {
    border: solid 1px #336AEA;
}*/
body .gform_wrapper .ginput_container_radio .gfield-choice-input + label {
    max-width: 100% !important;
}
body .gform_wrapper .ginput_container_radio .gfield_radio input[type="radio"]:checked + label:before {
    content: "";
    background-color: #3765E2;
    border-radius: 50%;
    left: 5px;
    top: 11px;
    height: 15px;
    width: 15px;
    z-index: 10;
}

input {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: rgba(46, 41, 41, 0.5);
}
::-moz-placeholder {
    color: rgba(46, 41, 41, 0.5);
}
:-ms-input-placeholder {
    color: rgba(46, 41, 41, 0.5);
}
:-moz-placeholder {
    color: rgba(46, 41, 41, 0.5);
}

/*** Checkbox ***/
body .gform_wrapper .gfield_checkbox label a {
    color: #3765E2;
    text-decoration: underline;
    font-size: 14px;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;   
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before,
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:after{
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #1B63B6;
    border-radius: 5px;
    top: -2px;

}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after{
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid #3765E2;
    background-color: #3765E2;
    z-index: 0;
    border-radius: 5px;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before{
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before{
    top: -2px;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper .gform_footer {
    margin-top: 12px !important;
    padding-bottom: 0 !important;
}
body .gform_wrapper input[type="submit"] {
    line-height: 1em !important;
}
body .gform_wrapper input.gform_next_button,
body .gform_wrapper input.gform_previous_button {
	line-height: 1.6em !important;
	padding: 10px 25px !important;
}

.gform_required_legend {
    display: none !important;
}

/*** Range Slider ***/
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rangeslider {
    background: #e6e6e6;
    position: relative;
}
.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
    background: #3765E2;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/*** Advisors Media List ***/
.media--list{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    max-height: 590px;
    overflow: hidden;
    overflow-y: scroll;
    direction: rtl;
	position: relative;
}
.ig-lik  .elementor-shortcode::after{
    content: "";
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 0%));
    pointer-events: none;
}

.media--list .media--item {
	position: relative;
    margin: 0 5px;
    cursor: pointer;
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 8px);
}

.ig-lik .elementor-shortcode > div {
	border: none !important;
}

.media--list .slick-list {
    margin: 0 -5px 7px !important;
}
.media--list .slick-track {
    margin: 0 !important;
    width: 100%;
}
.media--list .media--item {
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}
.media--list .media--item:before {
    content: "";
    background: url('/wp-content/themes/hello-child/assets/images/video_icon.svg') no-repeat;
    background-size: contain !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    height: 32px;
    width: 32px;
    pointer-events: none;
    transition: all .6s ease-in-out;
}
.media--list .media--item:hover:before {
    transform: translate(-50%, -50%) scale(0.75);
}
.media--list .media--item img {
    border-radius: 20px;
    object-fit: cover;
    height: 275px;
    width: 100%;
}

#youtubeModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 760px;
    width: 95%;
    z-index: 1000;
}
#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    width: 100%;
    z-index: 1000;
}
#youtubeModal iframe {
    width: 760px;
    height: 515px;
    border: none;
}
.close-btn {
    display: block;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

/*** Featured Podcast Appearances ***/
.featured__podcast--list {
    padding: 25px 20px;
}
.featured__podcast--list h3,
.extra__field--list h2 {
    color: #3765E2;
    font-size: 23px;
}
.featured__podcast--list ul {
    padding-left: 25px;
}
.featured__podcast--list li {
    margin-bottom: 3px;
}
.featured__podcast--list li a {
    text-decoration: underline;
}
.extra__field--list:not(:first-child) {
    margin-top: 30px;
}

/*** Sidebar ***/
.related-locations ul {
    padding: 0;
}
.related-locations li {
    display: block;
    margin-bottom: 7px;
}
.related-locations li a {
    text-decoration: underline;
}
.related-locations li span:after {
    content: "";
    background: url('/wp-content/themes/hello-child/assets/images/down-icon.svg') no-repeat;
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 3px;
    height: 12px;
    width: 14px;
}

/*** Event ***/
.mec-calendar .mec-event-article .mec-event-image {
    max-width: unset !important;
}
.mec-liquid-wrap .mec-list-liquid-large .content .EventScheduled span {
    font-weight: 300;
}

/*** Filters ***/
.search__filter {
    position: relative;
    max-width: 295px;
    margin: 0 0 20px auto;
}
.search__filter:before {
    content: "";
    background: url('/wp-content/uploads/2024/08/search-icon.svg') no-repeat;
    background-size: contain !important;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    height: 21px;
    width: 22px;
}
.search__filter:after {
    content: "";
    background-color: #DBDBDB;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
}
.dropdown__filter {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.dropdown__filter label {
    position: relative;
    font-weight: 500;
    line-height: 1.2em;
    padding: 0 7px 0 27px;
}
.dropdown__filter label:before,
.e-n-tabs-heading .text-label:before {
    content: "";
    background: url('/wp-content/themes/hello-child/assets/images/filter-icon.svg') no-repeat;
    background-size: contain !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 17px;
}
.filter__wrap {
    display: flex;
    align-items: center;
}
.filter__wrap:not(:last-child) {
    padding-right: 20px;
}
.search__filter input,
.dropdown__filter select {
    background-color: #fff;
    border: 1px solid #DBDBDB !important;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    font-weight: 300;
    font-size: 14px;
    padding: 16px 20px;
    line-height: 1.5em;
    outline: none;
}
.search__filter input {
    padding-left: 64px !important;
}
.search__filter input::placeholder {
    color: rgba(46, 41, 41, 0.5) !important;
}
.dropdown__filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/wp-content/themes/hello-child/assets/images/down-icon.svg') scroll right 12px center no-repeat;
    padding-right: 35px;
}

/*** Select2 ***/
.select2-container {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.select2-container--default .select2-selection--single {
    border: 1px solid #DBDBDB !important;
    border-radius: 10px !important;
    padding: 0 12px;
    height: 55px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(46, 41, 41, 0.5) !important;
    font-size: 14px;
    line-height: 55px !important;
}
.select2-container .select2-selection--single:before {
    content: "";
    background: url('/wp-content/themes/hello-child/assets/images/down-icon.svg') no-repeat;
    background-size: contain !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

/*** Footer ***/
.adthrive-footer-message {
    /*display: none !important;*/
}

/*** Responsive ***/
@media only screen and (min-width: 650px) {
    .item__post-content .elementor-widget-button {
        position: absolute;
        bottom: 70px;
    }
    body .gform_wrapper .gfield_radio {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
}

@media only screen and (min-width: 768px) {
    .item__featured-image img {
        max-height: 210px;
    }
}

@media only screen and (min-width: 1025px) {
    .container-block__wrap {
        max-width: 530px !important;
        margin: 0 0 0 auto !important;
    }
    .item__post-content .podcast__external-links {
        flex-wrap: wrap;
    }
    .post__grid-layout .item__featured-image img {
        max-height: 165px;
    }
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(odd) {
        display: flex;
        justify-content: flex-end;
        transform: translateY(-56%);
    }
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(even) {
        display: flex;
        justify-content: flex-start;
        transform: translateY(60%);
    }
}

@media only screen and (min-width: 1201px) {
    .item__post-content .podcast__external-links .inner__block-wrap {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 1200px) {
    .post__grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
}

@media only screen and (max-width: 1132px) and (min-width: 1025px) {
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(even):before {
        top: -9%;
    }
}

@media only screen and (max-width: 1024px) {
    .item__featured-image img {
        height: 34vw;
    }
    .item__title,
    .featured__podcast--list h3,
    .extra__field--list h2 {
        font-size: 20px !important;
    }
    .search__filter {
        margin: 0 0 20px;
    }
    .dropdown__filter {
        justify-content: flex-start;
        gap: 25px;
    }
    .search__filter {
        max-width: 100%;
    }
    .filter__wrap {
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }
    .filter__wrap:not(:last-child) {
        padding-right: 0;
    }
    .select2-container,
    .dropdown__filter label {
        width: 100% !important;
    }
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap:before,
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap:after {
        top: -22px;
        bottom: unset;
    }
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap:nth-child(even):before {
        top: -24px;
    }
    .media--list .media--item img {
          height: 525px;
    }
	.media--list {
    max-height: 998px;
	}
	.ig-lik .elementor-shortcode::after {
    bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
    .item__featured-image img {
        height: 45vw;
    }
    .dropdown__filter {
        flex-wrap: wrap;
    }
    #gpac .gpac-result-table {
        padding: 0 20px !important;
    }
    .featured__podcast--list h3,
    .extra__field--list h2 {
        font-size: 18px !important;
    }
    body:not(.elementor-editor-active) .card__slider--block .inner-wrap {
        margin: 0 5px;
    }
    #youtubeModal iframe {
        height: 315px;
    }
    .media--list  {
        margin-top: 15px;
    }
	
	table.elementor-table tbody tr td, table.elementor-table tbody tr, table.elementor-table tbody, table.elementor-table {
		display: block;
	}
	
	table.elementor-table tbody tr td {
		border-bottom: 0;
	}
	
	table.elementor-table tbody tr td:before {
		content: attr(data-label);
		font-weight: bold;
		margin-right: 10px;
		min-width: 160px;
		display: inline-block;
		text-align: right;
	}
	
	table.elementor-table tbody tr {
		margin-bottom: 20px;
	}
	
	table.elementor-table tbody tr td:last-child {
		border-bottom: 1px solid rgba(128, 128, 128, 0.5019607843);
	}
	
	table.elementor-table thead {
		display: none;
	}

}

@media only screen and (max-width: 650px) {
    .post__grid-layout {
        grid-template-columns: 100%;
    }
    .post__grid-layout .item__post-content {
        padding-bottom: 75px;
    }
    .filter__wrap {
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .search__filter {
        max-width: 100%;
    }
    .dropdown__filter label {
        margin-bottom: 5px;
    }
	
	.media--list .media--item {
		flex: 1 1 calc(50% - 16px);
		max-width: calc(50% - 8px);
	}
	    .media--list .media--item img {
        height: 350px;
    }
}

@media only screen and (max-width: 450px) {
    .mobile__full-width,
    .mobile__full-width .elementor-button {
        width: 100% !important;
    }
	 .media--list .media--item img {
        height: 265px;
    }
	
}
