/* COMMON */
a:-webkit-any-link {
    color: var(--color-primary);
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.header__action-item-icon_menu path {
    fill: var(--color-menu-items);
}

h1.entry-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* BUTTONS */
.btn {
    border-radius: 50px !important;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.btn.primary-btn {
    background-color: var(--color-primary);
    color: #fff;
}

.btn.btn-sm {
    padding: 5px 25px;
    font-size: 14px;
}

.btn.transparent-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn.transparent-btn:hover {
    background: var(--color-green);
    color: #fff !important;
    border: 1px solid var(--color-green);
}

/* FORMINATOR FORM */
.forminator-label {
    font-size: var(--font-size-text) !important;
    line-height: var(--line-height-normal) !important;
    padding-bottom: 5px;
    color: #000;
}

/* HEADER */
.admin-bar .header {
    top: 46px;
}

@media (min-width: 783px) {
    .admin-bar .header {
        top: 32px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    transition: box-shadow 0.3s ease 0s;
}

.home .header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    transition:
        background-color 0.3s ease 0s,
        box-shadow 0.3s ease 0s;
}

.header._header-scroll {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header__top-bar {
    position: relative;
    z-index: 17;
    display: none;
    pointer-events: none;
    padding: 4px 16px;
}

.header__top-bar-wrap {
    position: relative;
}

@media (min-width: 1024px) {
    .header__top-bar {
        display: block;
    }

    .header__top-bar {
        padding: 30px 0 0;
    }
}

.header__main-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    column-gap: 10px;
    padding-bottom: 26px;
    margin: 0 auto;
    transition: padding-top 0.3s ease 0s;
}

@media (min-width: 480px) {
    .header__main-wrap {
        column-gap: 20px;
    }
}

@media (min-width: 1024px) {
    .header__main-wrap {
        padding-top: 20px;
        margin-top: -47px;
        align-items: flex-end;
        min-height: 132px;
    }
}

.header__logo {
    position: relative;
    z-index: 11;
    bottom: -6px;
    left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 136px;
    pointer-events: all;
}

.header__logo-img {
    height: 100%;
}

@media (min-width: 480px) {
    .header__logo {
        height: 63px;
        width: 160px;
    }
}

@media (min-width: 1280px) {
    .header__logo {
        left: -4px;
        height: 86px;
        width: 231px;
    }
}

.header__top-link {
    pointer-events: all;
}

.header__top-link.btn.primary-btn {
    background-color: var(--color-green);
    font-weight: 500;
}

.members-header .header__top-link.btn.btn-sm.transparent-btn{
	border-color: #fff;
	color: #fff;
}

.header__top-link.active {
    padding: 4px 13px;
    margin: -4px 0;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.12);
}

.header__main {
    color: var(--color-menu-items);
}

.header__nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%;
    transform: translateX(100%);
    transition:
        transform 0.3s ease 0s,
        opacity 0.3s ease 0s;
    opacity: 0;
}

.header__nav {
    height: auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 154px 32px 70px;
    background-color: #fff;
}

.members-header .header__nav{
	background-color: var(--color-primary);
}

.menu-open .header__nav-wrap {
    transform: translateX(0);
    opacity: 1;
}

.header__nav .menu-item {
    display: inline-flex;
    width: 100%;
}

.header__nav .menu-item > a {
    z-index: 16;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: var(--color-menu-items);
    transition: color 0.3s ease 0s;
}

/* ._header-scroll .header__nav .menu-item > a {
    color: #000;
} */

.header__nav-bg-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}

.header__nav-bg-img {
    height: 248px;
    width: 390px;
    fill: var(--color-light-gray);
}

/* .single-events .header__nav .menu-item > a,
.single-dine .header__nav .menu-item > a,
.single-do .header__nav .menu-item > a,
.single-stay .header__nav .menu-item > a,
.single-post .header__nav .menu-item > a,
.page-template-member-account .header__nav .menu-item > a,
.page-id-744 .header__nav .menu-item > a,
.page-id-748 .header__nav .menu-item > a,
.error404 .header__nav .menu-item > a,
.search-results .header__nav .menu-item > a,
.search-no-results .header__nav .menu-item > a,
.single-member-post .header__nav .menu-item > a,
.single-member .header__nav .menu-item > a,
.single-service .header__nav .menu-item > a {
    color: #000;
}

.single-events .header__nav .menu-item-has-children > a::after,
.single-dine .header__nav .menu-item-has-children > a::after,
.single-do .header__nav .menu-item-has-children > a::after,
.single-stay .header__nav .menu-item-has-children > a::after,
.single-post .header__nav .menu-item-has-children > a::after,
.page-template-member-account .header__nav .menu-item-has-children > a::after,
.page-id-744 .header__nav .menu-item-has-children > a::after,
.page-id-748 .header__nav .menu-item-has-children > a::after,
.error404 .header__nav .menu-item-has-children > a::after,
.single-member-post .header__nav .menu-item-has-children > a::after,
.single-member .header__nav .menu-item-has-children > a::after,
.single-service .header__nav .menu-item-has-children > a::after,
.search-results .header__nav .menu-item-has-children > a::after {
    filter: brightness(0) invert(0);
}

.single-events .header__action-item-icon,
.single-dine .header__action-item-icon,
.single-do .header__action-item-icon,
.single-stay .header__action-item-icon,
.single-post .header__action-item-icon,
.page-template-member-account .header__action-item-icon,
.page-id-744 .header__action-item-icon,
.page-id-748 .header__action-item-icon,
.search-results .header__action-item-icon,
.search-no-results .header__action-item-icon,
.single-member-post .header__action-item-icon,
.single-member .header__action-item-icon,
.single-service .header__action-item-icon,
.error404 .header__action-item-icon {
    fill: #000;
}

.single-events .header__action-item-text,
.single-dine .header__action-item-text,
.single-do .header__action-item-text,
.single-stay .header__action-item-text,
.single-post .header__action-item-text,
.page-template-member-account .header__action-item-text,
.page-id-744 .header__action-item-text,
.page-id-748 .header__action-item-text,
.search-results .header__action-item-text,
.search-no-results .header__action-item-text,
.single-member-post .header__action-item-text,
.single-member .header__action-item-text,
.single-service .header__action-item-text,
.error404 .header__action-item-text {
    color: #000;
} */

/* ._header-scroll.members-header .header__action-item:not(:last-child),
.search-no-results .members-header .header__action-item:not(:last-child),
.search-results .header__action-item:not(:last-child),
.single-member-post .members-header .header__action-item:not(:last-child),
.single-service .members-header .header__action-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
} */

.members-header_logged-out {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.members-header_logged-out .header__top-links_desktop {
    display: flex;
}

.members-header_logged-out .header__top-bar {
    height: 32px;
}

.members-header .header__action-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.members-header {
	background-color: var(--color-primary);
	color: #fff;
}

.members-header, .members-header._header-scroll {
	background-color: var(--color-primary);

}

.members-header .header__nav .menu-item > a,
.members-header .header__action-item{
	color: #fff;
}

.members-header .header__logo-img.logo-dark{
	fill: #fff;
}

.members-header .header__action-item-icon{
	fill: #fff;
}

@media (any-hover: hover) {
    .header__nav .menu-item:hover > a {
        /* color: var(--color-primary); */
        color: var(--color-secondary);
    }
}

.sub-menu__list-btn-wrap {
    margin-top: 20px;
    flex: 0 1 100%;
    width: 100%;
}

.sub-menu__list-btn-wrap .button {
    width: 100%;
}

@media (max-width: 1023px) {
    .members-header .header__nav .menu-item > a {
        padding-right: 0;
    }
}

@media (min-width: 576px) {
    .sub-menu__list-btn-wrap {
        width: auto;
    }

    .sub-menu__list-btn-wrap .button {
        align-self: flex-start;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .header__nav-wrap {
        position: static;
        transform: none;
        opacity: 1;
    }

    .header__nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 32px;
        row-gap: 12px;
        padding: 0;
        max-width: 100%;
        background-color: transparent;
    }

    .header__nav .menu-item {
        width: auto;
    }

    .header__nav .menu-item > a {
        font-weight: 600;
        font-size: 16px;
        text-align: right;
        line-height: inherit;
        text-transform: none;
    }

    .members-header .header__nav .menu-item > a {
        font-size: 16px;
    }

    .header__nav-bg-img {
        display: none;
    }

    .members-header .header-menu-btn {
        display: none;
    }

    .header__action-item.header-menu-btn {
        display: none;
    }

    .members-header .header__action-item:nth-child(2),
    ._header-scroll.members-header .header__action-item:nth-child(2),
    .search-no-results .members-header .header__action-item:nth-child(2),
    .search-results .members-header .header__action-item:nth-child(2),
    .single-member-post .members-header .header__action-item:nth-child(2),
    .single-service .members-header .header__action-item:nth-child(2) {
        border-right: none;
    }
}

/* .submenu-open .header__nav .menu-item > a {
    color: #000;
} */

.header__nav .menu-item > a {
    position: relative;
    z-index: 20;
}

@media (max-width: 1023px) {
    .header__nav .menu-item > a {
        padding-right: 25px;
    }
}

.header__nav .menu-item-has-children > a {
    position: relative;
    z-index: 20;
    width: 100%;
    padding-right: 20px;
}

.header__nav .menu-item-has-children.active .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.header__nav .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53033 2.03033C9.82322 1.73744 9.82322 1.26268 9.53033 0.969783C9.23744 0.67689 8.76268 0.67689 8.46978 0.969783L5.00006 4.43951L1.53033 0.969783L1.47369 0.918025C1.17911 0.677717 0.744386 0.69518 0.469783 0.969783C0.195179 1.24439 0.177716 1.67911 0.418025 1.97369L0.469783 2.03033L4.46978 6.03033C4.76268 6.32322 5.23744 6.32322 5.53033 6.03033L9.53033 2.03033Z' fill='%2314382a'/%3E%3C/svg%3E%0A");
    transition: filter 0.3s ease 0s;
}

@media (max-width: 1023px) {
    .header__nav .menu-item-has-children > a {
        padding-right: 25px;
    }

    /* .header__nav .menu-item-has-children > a::after {
        width: 15px;
        height: 10px;
        filter: brightness(0) invert(0);
        transform: translateY(-50%) rotate(-90deg);
    } */
}

.home .submenu-open .header__nav .menu-item-has-children > a::after,
.home ._header-scroll .header__nav .menu-item-has-children > a::after {
    filter: brightness(0) invert(0);
}

.header__nav .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px 32px;
    z-index: 50;
    background-color: #fff;
    color: #000;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    /* transform: translateY(-10px); */
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.sub-menu__back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
}

.sub-menu__back-btn-icon {
    fill: #fff;
    width: 21px;
    height: 21px;
    transform: rotate(180deg);
}

.sub-menu__body-wrap {
    background-color: var(--color-green);
}

.sub-menu__body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 279px;
}

.sub-menu__info {
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .sub-menu__info {
        max-width: 260px;
    }

    .home .header__nav .menu-item-has-children > a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.53033 2.03033C9.82322 1.73744 9.82322 1.26268 9.53033 0.969783C9.23744 0.67689 8.76268 0.67689 8.46978 0.969783L5.00006 4.43951L1.53033 0.969783L1.47369 0.918025C1.17911 0.677717 0.744386 0.69518 0.469783 0.969783C0.195179 1.24439 0.177716 1.67911 0.418025 1.97369L0.469783 2.03033L4.46978 6.03033C4.76268 6.32322 5.23744 6.32322 5.53033 6.03033L9.53033 2.03033Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    }
}

@media (min-width: 1200px) {
    .header__nav .menu-item-has-children > a::before {
        content: '';
        position: absolute;
        left: -4px;
        bottom: -26px;
        width: calc(100% + 8px);
        height: 18px;
        background: var(--color-green);
        opacity: 0;
        pointer-events: none;
        transition:
            opacity 0.3s ease,
            transform 0.3s ease;
        transform: translateY(4px);
        z-index: 5;
    }

    .header__nav .menu-item-has-children:hover > a::before {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }
}

@media (min-width: 1400px) {
    .sub-menu__info {
        max-width: 320px;
    }
}

.sub-menu__info-title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}

.sub-menu__info-text {
    display: none;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark-gray);
}

.sub-menu__view-all.button {
    padding: 15px 50px;
}

.sub-menu__view-all_mobile {
    display: inline-flex;
    margin-top: 24px;
    margin-bottom: 16px;
}

.sub-menu__view-all_desktop {
    display: none;
}

.sub-menu__list-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 18px;
    line-height: 1.56;
    color: var(--color-dark-gray);
    flex-wrap: wrap;
    align-content: flex-start;
}

@media (max-width: 1023px) {
    .header__nav .sub-menu {
        height: 100vh;
        overflow: auto;
        background-color: var(--color-green);
    }

    .header__nav .sub-menu .sub-menu__body {
        padding: 0;
        /* margin: 0; */
    }
}

@media (min-width: 1024px) {
    .header__nav .sub-menu {
        z-index: 10;
        padding: 151px 0 0;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .header__nav .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        pointer-events: all;
    }

    .sub-menu__body-wrap {
        padding: 42px 0 42px;
    }

    .sub-menu__body {
        flex-direction: row;
    }

    .sub-menu__back-btn {
        display: none;
    }

    .sub-menu__info-title {
        margin-bottom: 12px;
    }

    .sub-menu__info-text {
        display: block;
    }

    .sub-menu__view-all_desktop {
        display: inline-flex;
    }

    .sub-menu__view-all_mobile {
        display: none;
    }

    .sub-menu__list-wrap {
        z-index: 1;
        flex: 1;
        max-width: calc(50% - 20px);
        flex-direction: row;
        gap: 24px;
        flex-shrink: 0;
    }
}

@media (min-width: 1400px) {
    .sub-menu__body {
        gap: 40px;
    }

    .sub-menu__list-wrap {
        gap: 20px;
    }
}

.header__nav .sub-menu > a {
    font-size: 14px;
    text-transform: none;
}

.header__nav a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.header__top-links {
    column-gap: 30px;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.header__top-links_desktop {
    display: none;
}

.header__top-links_mobile {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 21;
    height: 32px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background-color: #fff;
}

.members-header .header__top-links_mobile{
	background-color: var(--color-primary);
}

@media (min-width: 1024px) {
    .header__top-links_mobile {
        display: none;
    }

    .header__top-links_desktop {
        display: flex;
    }
}

.sub-menu__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
}

.sub-menu__list li {
    transition:
        color 0.3s ease 0s,
        background-color 0.3s ease 0s;
    border-radius: 4px;
    padding: 4px 8px;
    margin: -4px -8px;
}

.sub-menu__list li a {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.sub-menu__list li:hover,
.sub-menu__list li a:hover {
    color: var(--color-secondary);
}

.sub-menu__card-wrap {
    display: flex;
    width: calc(50% - 8px);
    flex-shrink: 0;
    align-self: flex-start;
}

@media (min-width: 1024px) {
    .sub-menu__card-wrap {
        width: 100%;
    }

    .sub-menu__list {
        width: 45%;
    }
}

@media (min-width: 1280px) {
    .sub-menu__card-wrap {
        width: calc(50% - 8px);
    }
}

.sub-menu__cards {
    display: flex;
    gap: 16px;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

@media (min-width: 1024px) {
    .sub-menu__cards {
        flex: 1;
        flex-direction: column;
    }
}

@media (min-width: 1280px) {
    .sub-menu__cards {
        flex-direction: row;
    }
}

@media (min-width: 1400px) {
    .sub-menu__cards {
        gap: 28px;
        min-width: 400px;
    }

    .sub-menu__card-wrap {
        width: calc(50% - 14px);
        max-width: 250px;
    }
}

.sub-menu__card {
    position: relative;
    display: block;
    width: 100%;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 8px;
}

.sub-menu__card-img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s ease 0s;
    will-change: transform;
}

.sub-menu__card-wrap:hover .sub-menu__card-img {
    transform: scale(1.05);
}

@media (min-width: 1280px) {
    .sub-menu__card-img {
        height: 279px;
    }
}

.sub-menu__card-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px 8px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 122.283%);
}

@media (min-width: 1024px) {
    .sub-menu__card-text {
        padding: 56px 16px 16px;
        line-height: 28px;
        font-size: 18px;
        text-align: left;
    }
}

@media (min-width: 1600px) {
    .sub-menu__card-text {
        padding: 56px 36px 16px;
    }
}

.sub-menu__bg-img-wrap {
    position: absolute;
    z-index: 0;
    bottom: -44px;
    left: 0;
    display: none;
}

.sub-menu__bg-img {
    height: 340px;
    width: 263px;
}

@media (min-width: 1024px) {
    .sub-menu__bg-img-wrap {
        display: block;
    }
}

.header__actions {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    z-index: 20;
}

.header__action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 45px;
    cursor: pointer;
    transition:
        color 0.3s ease 0s,
        border 0.3s ease 0s;
    background: none;
    border: none;
    text-transform: uppercase;
    color: var(--color-menu-items);
    padding-top: 15px;
}

.header__action-item:not(:last-child) {
    padding-right: 7px;
    margin-right: 7px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}

.header__action-item-text {
    font-size: 12px;
    line-height: 1.33;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease 0s;
    display: none;
}

@media (min-width: 768px) {
    .header__action-item-text {
        display: block;
    }
}

@media (min-width: 1024px) {
    button.header__action-item.header-map-btn {
        padding: 0;
        padding-top: 15px;
    }

    button.header__action-item.header-globe-btn {
        margin: 0;
    }
}

/* ._header-scroll .header__action-item {
    color: #000;
} */

/* ._header-scroll .header__action-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
} */

@media (any-hover: hover) {
    .header__action-item:hover .header__action-item-text {
        color: var(--color-secondary);
    }

    /* .home .header:not(.submenu-open) .header__action-item:hover .header__action-item-text {
        color: #fff;
        opacity: 0.7;
    } */

    .header__action-item:hover .header__action-item-icon {
        fill: var(--color-secondary);
    }
}

.submenu-open .header__action-item-text {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}

/* .header__action-item-icon:not(.header__action-item-icon_favorite) { */
.header__action-item-icon {
    flex-shrink: 0;
    fill: var(--color-menu-items);
    transition: all 0.3s ease 0s;
    width: 20px;
    height: 20px;
}

.submenu-open .header__action-item-icon {
    fill: var(--color-primary);
}

/* .submenu-open .header__action-item-icon,
._header-scroll .header__action-item-icon {
    fill: #000;
} */

.header__action-item-icon_lang {
    height: 22px;
    width: 22px;
}

.header__action-item-icon_search {
    height: 20px;
    width: 20px;
}

.header__action-item-icon_lang {
    height: 20px;
    width: 20px;
}

.header__action-item-icon_menu {
    height: 19px;
    width: 31px;
}

.members-header .header__action-item.header-menu-btn{
	color: #fff;
	fill: #fff;
}

.members-header .header__action-item-icon.header__action-item-icon_menu{
	fill: #fff;
}

.header__action-item-icon_user {
    width: 20px;
    height: 22px;
}

.header__action-item-icon_logout {
    width: 20px;
    height: 22px;
}

.header__top-link-icon {
    margin-right: 6px;
}

.header__top-link-icon_return {
    fill: #fff;
    width: 14px;
    height: 12px;
    transition: fill 0.3s ease 0s;
}

.header__action-item.header-menu-btn {
    order: 1;
}

@media (min-width: 480px) {
    .header__action-item:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1024px) {
    .sub-menu__list li a {
        padding: 5px 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 25px;
    }

    .header__action-item:not(:last-child) {
        padding-right: 0;
        margin-right: 20px;
    }
	
	.members-header .header__action-item:not(:last-child) {
        padding-right: 20px;
        margin-right: 20px;
    }
}

.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header:focus-within {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header:focus-within .header__nav .menu-item > a,
.header:focus-within .header__action-item-text{
    color: var(--color-primary);
}

.header:focus-within .btn.btn-sm.transparent-btn.header__top-link  {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.header:focus-within .btn.btn-sm.primary-btn.header__top-link {
    color: #fff;
    border-color: var(--color-primary);
}

.header:focus-within .header__top-link svg {
    fill: var(--color-primary);
}

.header:focus-within .header__action-item-icon {
    fill: var(--color-primary);
}

.header:focus-within .logo-light {
    display: none !important;
}

.header:focus-within .logo-dark {
    display: block !important;
}

.header.members-header:focus-within {
    background: var(--color-primary);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header.members-header:focus-within .header__nav .menu-item > a,
.header.members-header:focus-within .header__action-item-text{
    color: #fff;
}

.header.members-header:focus-within .btn.btn-sm.transparent-btn.header__top-link  {
    color: #fff;
    border-color: #fff;
}

.header.members-header:focus-within .btn.btn-sm.primary-btn.header__top-link {
    color: #fff;
    border-color: #fff;
}

.header.members-header:focus-within .header__top-link svg {
    fill: #fff;
}

.header.members-header:focus-within .header__action-item-icon {
    fill: #fff;
}

.header.members-header:focus-within .logo-light {
    display: block !important;
}

.header.members-header:focus-within .logo-dark {
    display: none !important;
}

/* .submenu-open .header__action-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
} */

/* .submenu-open .header__action-item {
    color: #000;
} */

.side-menu__bg-img-wrap {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.side-menu__bg-img {
    height: 202px;
    width: 326px;
    fill: var(--color-light-gray);
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-width: 360px;
    overflow: auto;
    text-align: left;
    opacity: 0;
    transform: translateX(100%);
    background-color: #fff;
    transition:
        opacity 0.3s ease 0s,
        transform 0.3s ease 0s;
}

.side-menu__body {
    position: relative;
    width: 100%;
    padding: 76px 36px 112px;
    height: 100%;
}

.side-menu-open .side-menu {
    opacity: 1;
    transform: translateX(0);
}

.side-menu__close-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 43px;
    padding: 4px;
    background-color: #000;
}

.side-menu__close-btn::before,
.side-menu__close-btn::after {
    content: '';
    position: absolute;
    top: 21px;
    right: 10px;
    width: 22px;
    height: 2px;
    background-color: #fff;
}

.side-menu__close-btn::before {
    transform: rotate(-45deg);
}

.side-menu__close-btn::after {
    transform: rotate(45deg);
}

.side-menu__nav {
    width: 100%;
}

.side-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.side-menu__list li:not(:last-child) {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.side-menu__list a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.side-menu__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-menu__list a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.side-menu__item a:hover::after {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    margin-left: 8px;
}

.header .logo-light {
    display: none;
}
.header .logo-dark {
    display: block;
}
.home .header .logo-light {
    display: block;
}
.home .header .logo-dark {
    display: none;
}
.home .header._header-scroll .logo-light {
    display: none;
}
.home .header._header-scroll .logo-dark {
    display: block;
}

.members-header .header__logo-img.logo-light {
    display: block;
}
.members-header .header__logo-img.logo-dark {
    display: none;
}

.home .submenu-open .logo-light {
    display: none;
}
.home .submenu-open .logo-dark {
    display: block;
}
.home .submenu-open .menu-item > a {
    color: var(--color-primary);
}

.home .submenu-open .menu-item:hover > a {
    color: var(--color-secondary);
}

.header .btn.transparent-btn {
    color: var(--color-green);
    border: 1px solid var(--color-green);
}
.home .header .btn.transparent-btn {
    color: #fff;
    border: 1px solid #fff;
}
.home ._header-scroll .btn.transparent-btn {
    color: var(--color-green);
    border: 1px solid var(--color-green);
}
.home .header.submenu-open .btn.transparent-btn {
    color: var(--color-green);
    border: 1px solid var(--color-green);
}

.home .header.submenu-open .header__action-item {
    color: var(--color-primary);
}
.home .header.submenu-open .header__action-item {
    color: var(--color-primary);
}

/* .home .header.submenu-open .header__action-item-icon path:not(.header__action-item-icon_favorite) { */
.home .header.submenu-open .header__action-item-icon path {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}

.members-header .header__action-item-icon_menu path{
	fill: #fff;
    stroke: #fff;
}

/* FOOTER*/

.footer {
    padding-bottom: 24px;
    padding-top: 56px;
    background-color: #000;
    color: #fff;
}

.footer__top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
}

.members-footer .footer__top {
    padding-bottom: 0;
}

.footer__logo {
    display: none;
    padding-bottom: 20px;
}

.footer__subscription {
    width: 100%;
    max-width: 580px;
    text-align: center;
}

.footer__subscription-form-checkbox {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
}

.footer__subscription-form-checkbox .checkbox-label {
    display: flex;
    gap: 5px;
}

.footer__subscription-form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 580px;
}

.footer__subscription-form-wrapper label {
    cursor: pointer;
}

.footer__subscription-form-input-wrapper label {
    font-weight: 700;
}

.footer__subscription-text {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.footer__subscription-form {
    position: relative;
    display: flex;
    border: 1px solid var(--color-primary);
    border-radius: 9999px;
    width: 100%;
}

.footer__subscription-input {
    flex: 1;
    width: 100%;
    border: none;
    border-radius: 9999px;
    background-color: #000;
    padding: 12px 175px 12px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    outline: none;
}

.footer__subscription-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer__subscription-btn {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 48px;
    border-radius: 9999px;
    background-color: var(--color-primary);
    padding: 8px 24px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #000;
    transition: box-shadow 0.3s ease 0s;
}

.footer__subscription-btn:hover {
    box-shadow: 0 0 12px 1px var(--color-primary);
}

.footer__socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.footer-socials__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

.footer-socials__list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease 0s;
}

.footer-socials__link:hover {
    background-color: var(--color-primary);
}

.footer-socials__link-icon {
    fill: #000;
}

.footer-socials__link-icon_facebook {
    width: 24px;
    height: 24px;
}

.footer-socials__link-icon_x {
    width: 22px;
    height: 19px;
}

.footer-socials__link-icon_instagram {
    width: 24px;
    height: 24px;
}

.footer-socials__link-icon_tiktok {
    width: 24px;
    height: 24px;
}

.footer-socials__link-icon_linkedin {
    width: 28px;
    height: 24px;
}

.footer__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 0;
}

.members-footer .footer__center {
    padding: 0 0 40px;
    border-top: none;
}

.footer__partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 40px;
    order: 1;
}

.footer__partner-logo_first {
    height: 43px;
}

.footer__partner-logo_second {
    height: 54px;
}

.footer__links {
    display: flex;
    gap: 40px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.members-footer .footer__links {
    z-index: 1;
    gap: 20px;
}

.footer__link {
    transition: color 0.3s ease 0s;
}

.footer__link:hover {
    color: var(--color-secondary);
}

.footer__links-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1.4;
}

.footer__links-block_first {
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
}

.footer__links-block_second {
    font-size: 16px;
    gap: 16px;
}

.members-footer .footer__links-block_second {
    font-size: 18px;
}

.footer__links-block_second .footer__link {
    text-decoration: underline;
}

.members-footer .footer__links-block_second .footer__link {
    text-decoration: none;
}

.footer__bottom {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 24px;
}

.footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    order: 1;
}

.footer__copyright a {
    transition: color 0.3s ease 0s;
}

.footer__copyright a:hover {
    color: var(--color-secondary);
}

.footer__copyright-divider {
    display: none;
}

.footer__policies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 50px;
    font-size: 16px;
}

.footer__policy-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.footer__policy-link:hover {
    color: var(--color-secondary);
}

.footer__policy-link_terms {
    order: 1;
}

.footer__scroll-top {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--color-primary);
    border-radius: 50%;
    margin: 0 auto;
}

.footer__scroll-top-icon {
    width: 20px;
    height: 20px;
    fill: #000;
}

.footer__circle-logo {
    position: absolute;
    right: 0;
    top: -118px;
    /* z-index: 10; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    height: 199px;
    width: 199px;
    background-color: #000;
    pointer-events: all;
}

.footer__circle-logo .footer__logo-img {
    position: absolute;
    top: 18px;
    height: 63px;
}

footer.site-footer {
    background-color: var(--color-primary);
    padding-top: 30px;
    padding-bottom: 15px;
    z-index: 1;
    position: relative;
}

.footer__container {
    position: relative;
}

.footer-widgets {
    padding: 100px 0 30px 0;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

@media (min-width: 768px) {
    .footer-widgets {
        padding: 10px 0 30px 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
    }
}

@media (min-width: 1024px) {
    .footer-widgets {
        padding: 50px 0;
    }
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.site-footer {
    color: #fff;
}
.site-footer a {
    color: #fff;
}

h3.footer-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-bottom: 10px;
}

.footer-menu .menu-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.2px;
}

.footer-menu .menu-item .nav-link {
    transition: color 0.3s ease 0s;
}

.footer-menu-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-widgets > div {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: unset;
}

.footer-widgets > div > section {
    padding: 0 10px;
    text-align: center;
}

.members-footer .footer-widgets > div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
/* .members-footer .footer-menu-items {
    flex: 0 0 70% !important;
    max-width: 70% !important;
} */

.brands-track > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.brands-track img {
    max-width: 100%;
}

.brands-track a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (any-hover: hover) {
    .footer-menu .menu-item .nav-link:hover {
        color: var(--color-secondary);
    }
}

@media (min-width: 480px) {
    .brands-track > div {
        flex: none;
    }
}

@media (min-width: 768px) {
    .footer-widgets > div {
        gap: 30px;
        flex: 1 0 25%;
    }
    .footer-widgets > div > section {
        text-align: left;
    }
	
	.members-footer .footer-widgets > div {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}
	.members-footer .footer-menu-items {
		flex: 0 0 70% !important;
		max-width: 70% !important;
	}
}

@media (min-width: 1024px) {
    .footer-widgets > div {
        gap: 40px;
    }
    .footer-widgets > div > section {
        padding: 0;
    }
    .footer-menu-section {
        gap: 20px;
    }
    h3.footer-widget-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .footer-menu .menu-item {
        font-size: 18px;
    }
}

footer.site-footer .footer-row.footer-brands {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
}

footer.site-footer .footer-row.footer-brands,
footer.site-footer .footer-row.footer-widgets {
    border-bottom: 1px solid #fff;
}

.members-footer .footer-brands{
	padding-top: 60px;
}

.footer-copyright {
    flex-direction: column;
}

.brands-track {
    align-items: center;
}

.copy-right-text {
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.footer-logo {
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 120px;
    max-width: 100%;
    z-index: 10;
}

@media (min-width: 768px) {
    .footer-logo {
        left: unset;
        right: 30px;
        transform: none;
        height: 260px;
        top: -55px;
    }
}

@media (min-width: 1024px) {
    .footer-logo {
        height: 290px;
        top: -60px;
    }
}

@media (min-width: 1280px) {
    .footer-logo {
        height: 400px;
        top: -73px;
    }
}

@media (min-width: 1440px) {
    .footer-logo {
        right: 0;
    }
}

@media (min-width: 1024px) {
    .footer {
        padding-bottom: 56px;
    }

    .footer__top {
        flex-direction: row;
        align-items: flex-end;
        gap: 24px;
        padding-bottom: 24px;
    }

    .members-footer .footer__top {
        padding-bottom: 0;
    }

    .footer__logo {
        display: block;
        padding-bottom: 0;
        padding-right: 32px;
    }

    .footer__subscription {
        text-align: left;
    }

    .footer__subscription-input {
        padding-right: 240px;
    }

    .footer__subscription-btn {
        padding: 8px 56px;
    }

    .footer__socials {
        align-items: flex-start;
    }

    .footer__center {
        flex-direction: row;
        padding: 24px 0;
    }

    .members-footer .footer__center {
        padding: 30px 0 60px;
    }

    .footer__partners {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        width: auto;
        border-top: none;
        padding-top: 0;
        order: 0;
    }

    .members-footer .footer__partners {
        z-index: 2;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .footer__partner-logo_first {
        height: 68px;
    }

    .members-footer .footer__partner-logo_first {
        height: 54px;
    }

    .footer__partner-logo_second {
        height: 64px;
    }

    .members-footer .footer__partner-logo_second {
        height: 38px;
    }

    .footer__links {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__links-block {
        flex-direction: row;
        font-weight: 400;
        justify-content: flex-end;
    }

    .footer__links-block_first {
        font-size: 22px;
        line-height: 1.3333;
    }

    .members-footer .footer__links-block_first {
        column-gap: 16px;
    }

    .footer__links-block_second {
        column-gap: 24px;
    }

    .footer__bottom {
        flex-direction: row;
    }

    .footer__copyright {
        flex-direction: row;
        order: 0;
    }

    .footer__copyright-divider {
        display: block;
    }

    .footer__policies {
        column-gap: 20px;
        font-size: 18px;
        line-height: 1.55;
    }

    .footer__scroll-top {
        display: none;
    }
}

@media (min-width: 1280px) {
    .footer__links-block_first {
        column-gap: 76px;
    }

    .members-footer .footer__links-block_first {
        column-gap: 60px;
    }

    .footer__links-block_second {
        column-gap: 70px;
        font-weight: 300;
    }

    .members-footer .footer__links-block_second {
        font-weight: 400;
    }

    .footer__policy-link_terms {
        order: 0;
    }

    .footer__circle-logo {
        top: -164px;
        height: 345px;
        width: 345px;
    }

    .footer__circle-logo .footer__logo-img {
        top: 36px;
        height: 125px;
    }
}

/* Mobile menu */
.header__nav .menu-item.only-mobile-menu-items-wrapper {
    display: block;
}

.header__nav .menu-item.only-mobile-menu-items > a {
    display: block;
    text-transform: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.only-mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

@media (min-width: 1024px) {
    .header__nav .menu-item.only-mobile-menu-items-wrapper {
        display: none;
    }
}
.header__nav-close-btn {
    position: absolute;
    top: 70px;
    right: 32px;
    z-index: 48;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    padding: 4px;
    background-color: #000;
}

.header__nav-close-icon {
    position: relative;
    width: 20px;
    height: 20px;
}

.header__nav-close-icon::before,
.header__nav-close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
}

.header__nav-close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header__nav-close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (any-hover: hover) {
    .header__nav-close-btn:hover .header__nav-close-icon::before,
    .header__nav-close-btn:hover .header__nav-close-icon::after {
        /* background-color: var(--color-primary); */
        background-color: var(--color-secondary);
    }
}

@media (min-width: 1024px) {
    .header__nav-close-btn {
        display: none;
    }
}

@media (max-width: 1023px) {
    .header__nav {
        height: 100vh;
        overflow: auto;
    }
}

/* .plan__item-icon-wrap svg.plan__item-icon {
    width: 100%;
    height: 100%;
    fill: currentColor;
    transition: fill 0.3s ease;
} */

.plan__item-icon-wrap svg.plan__item-icon path,
.plan__item-icon-wrap svg.plan__item-icon circle,
.plan__item-icon-wrap svg.plan__item-icon rect,
.plan__item-icon-wrap svg.plan__item-icon polygon,
.plan__item-icon-wrap svg.plan__item-icon polyline {
    fill: inherit;
    transition: fill 0.3s ease;
}

.plan__item:hover .plan__item-icon-wrap svg.plan__item-icon {
    fill: var(--color-pink) !important;
}

.plan__item:hover .plan__item-icon-wrap svg.plan__item-icon path,
.plan__item:hover .plan__item-icon-wrap svg.plan__item-icon circle,
.plan__item:hover .plan__item-icon-wrap svg.plan__item-icon rect,
.plan__item:hover .plan__item-icon-wrap svg.plan__item-icon polygon,
.plan__item:hover .plan__item-icon-wrap svg.plan__item-icon polyline {
    fill: var(--color-pink) !important;
}

.header-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
    background: #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
    padding: 32px 0;
    display: block;
}

.search-overlay-open .header-search-overlay {
    transform: translateY(0);
}

.header-search-overlay__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.header-search-overlay__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: left;
}

.header-search-overlay .search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.header-search-overlay .search__icon {
    width: 20px;
    height: 20px;
}

.header-search-overlay .search__input {
    flex: 1;
    padding: 14px 48px 14px 24px;
    background: var(--color-light-gray);
}

.splitted_search {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.splitted_search .loader-wrapper {
    min-height: 600px;
}

.members-footer-main-links{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 20px;
	gap: 20px;
}

.members-footer-account-links{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	font-size: var(--font-size-text);
}

.members-footer-main-links > a:hover,
.members-footer-account-links > a:hover{
	color: var(--color-secondary);
}

.members-footer .footer-menu-items{
	width: 100%;
}

/* Archive posts */
.archive-posts__body {
    padding: 60px 0;
    position: relative;
}

.archive-posts__desc {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
    flex-direction: column;
}

.archive-posts__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    width: 100%;
}

.archive-posts__top-panel.events{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap:30px;
}

.archive-posts__top-panel.members-directory{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.archive-posts__top-panel.inspiration-filter-buttons{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:30px;
}

.inspiration-filter-buttons.archive-posts__controls{
	
}

@media (min-width: 768px) {
	.members-footer-main-links{
		flex-direction: row;
		align-items: start;
		padding-bottom: 20px;
		gap: 0;
	}

	.members-footer-account-links{
		flex-direction: row;
		align-items: start;
		gap: 100px;
	}

    .archive-posts__desc {
        flex-direction: row;
    }

    .archive-posts__body {
        padding: 60px 0 100px;
    }

    .archive-posts__header {
        align-items: flex-start;
        gap: 40px;
    }
	
	.archive-posts__top-panel.members-directory{
		width: 100%;
		flex-direction: row;
	}
	
	.archive-posts__top-panel.events{
		flex-direction: row;
	}
	
	.archive-posts__top-panel.inspiration-filter-buttons{
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.inspiration-filter-buttons .archive-posts__controls{
		justify-content: start;
	}
	
	.archive-posts__top-panel.events{
		gap:20px;
	}
}

.results-info{
	font-size: 14px;	
}

.archive-posts__title {
    text-align: center;
    font-size: 32px;
}

.archive-posts.bg-orange .archive-posts__title {
    color: #fff;
}

.archive-posts.bg-orange .dropdown__button {
    background-color: #fff;
}

.archive-posts__controls {
    display: flex;
/* 	justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    gap: 16px;
    flex-direction: row;
}

.archive-filters{
	display: flex;
	flex-direction: column;
	gap: 22px;
}

@media (max-width: 767px){
	.archive-filters{
		width: 100%;
	}
	
	.member-search, .search_filter_input_directory{
		width: 100%;
	}
} 

@media (min-width: 768px) {
	.archive-filters{
		flex-direction: row;
	}
}

.archive-posts__controls .archive-posts__item:first-child {
    min-width: 275px;
}

.archive-posts__controls .archive-posts__item:last-child {
    min-width: 170px;
}

.archive-posts__controls .archive-posts__item {
    width: 100%;
}

.archive-posts__controls .archive-posts__item:first-child {
    min-width: 275px;
}

.archive-posts__controls .archive-filters .archive-posts__item:last-child {
    min-width: 170px;
}

.archive-posts__controls .archive-filters .archive-posts__item {
    width: 100%;
}

.archive-posts__view-all {
    width: 100%;
    padding: 12px 40px;
    gap: 12px;
    font-size: 20px;
}

.archive-posts__card {
    position: relative;
    display: inline-flex;
    border-radius: 24px;
    color: #fff;
    overflow: hidden;
    text-align: left;
    height: 310px;
}

.archive-posts__card:hover .archive-posts__card-img {
    transform: scale(1.05);
}

.archive-posts__card-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: 10px 10px 12px;
}

.archive-posts__card-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.archive-posts__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 24px;
    transition: transform 0.2s ease 0s;
    will-change: transform;
}

.archive-posts__card-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;
    padding: 0 32px 16px 32px;
}

.archive-posts__card-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 179px;
    width: 100%;
    background: linear-gradient(359.27deg, #000000 -21.99%, rgba(0, 0, 0, 0.63) 48.09%, rgba(0, 0, 0, 0) 99.38%);
}

.archive-posts__item .input{
	height: 48px;
}

.search_filter_input_directory:focus{
	border: none;
}

.member-search{
	display: flex;
}


.search-button-icon{
	fill: var(--color-primary);
	height: 20px;
	width: 20px;
	position: absolute;
	top: 30%;
	left: 87%;
}


@media (min-width: 768px) {
    .archive-posts__controls .archive-posts__item {
        width: unset;
    }

    .archive-posts__view-all {
        width: unset;
    }
	
	.archive-posts.search .search__input{
		width: 200px;
	}
}

.archive-posts__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.archive-posts__list .full-card__header .full-card__img {
    transition: transform 0.3s ease;
}

.archive-posts__list .full-card__header:hover .full-card__img {
    transform: scale(1.05);
}

@media (min-width: 576px) {
    .archive-posts__list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (min-width: 768px) {
    .archive-posts__list {
        gap: 38px;
    }
}

@media (min-width: 1280px) {
    .archive-posts__list {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
        margin-bottom: 60px;
        column-gap: 70px;
        row-gap: 60px;
    }
    .archive-posts__list.grid-column-4 {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        margin-bottom: 60px;
        column-gap: 30px;
        row-gap: 30px;
    }
}

.archive-posts__search {
    flex: 1;
	width: 
}

/* Add event form */
.acf-form.kildare-form {
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px;
    margin: 60px auto;
    background-color: var(--color-light-beige);
    border-radius: 40px;
}

.acf-form.kildare-form .acf-icon:before {
    display: none;
}

.kildare-form .acf-form-submit {
    display: flex;
    justify-content: flex-end;
}

.kildare-form .acf-form-submit .acf-button {
    background-color: var(--color-primary);
    color: #fff;
}

.kildare-form .acf-field {
    margin: 0 0 40px 0;
}

.kildare-form .acf-field .input {
    padding: 10px 40px 10px 32px;
    border-radius: 60px;
    border: 1px solid #000;
    transition: border-color 0.2s ease 0s;
}

.kildare-form .acf-field .input.acf-relationship {
    border-radius: 20px;
}

.kildare-form .acf-field .input_border-light {
    border: 1px solid rgba(20, 56, 42, 0.3);
}

.kildare-form .acf-field .input {
    width: 100%;
    background: #fff;
    padding: 10px 40px 10px 20px;
    font-size: 15px;
}

.kildare-form .acf-field p.description, .kildare-form .organiser-block__description{
	color: #5D6C79;
}

.kildare-form .acf-switch.-on{
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.kildare-form .acf-taxonomy-field .categorychecklist-holder {
    border: none;
    max-height: unset;
}

.kildare-form .acf-taxonomy-field .acf-checkbox-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
}

.kildare-form .acf-checkbox-list:after,
.kildare-form .acf-checkbox-list:before {
    display: none;
}

.kildare-form ul.acf-checkbox-list li input[type='checkbox'],
.kildare-form ul.acf-checkbox-list li input[type='radio'],
.kildare-form ul.acf-radio-list li input[type='checkbox'],
.kildare-form ul.acf-radio-list li input[type='radio'] {
    width: 18px;
    height: 18px;
    margin: -4px 4px 0 0;;
    accent-color: var(--color-primary);
}

@media (min-width: 768px) {
    .acf-form.kildare-form {
        padding: 30px 60px;
    }

    .kildare-form .acf-taxonomy-field .acf-checkbox-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .kildare-form .acf-field .input {
        padding: 10px 40px 10px 32px;
        font-size: var(--font-size-base);
    }
}
.kildare-form .acf-field .dropdown__button {
    text-align: left;
}

div.pswp__container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.related-posts {
    padding: 32px 0;
}

.related-posts_bg-pink {
    background-color: var(--color-secondary);
}

.related-posts_bg-orange {
    background-color: var(--color-orange);
}

.related-posts__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.related-posts__desc {
    text-align: center;
}

.related-posts__slider.swiper {
    margin: 0 -32px;
}

.related-posts__button {
    align-self: flex-end;
}

.related-posts__button.button.link-button {
    font-size: 18px;
}

.related-posts__button.button span {
    text-decoration: underline;
}

.children.acf-bl {
    margin-top: 10px;
    /* background-color: #fff; */
    /* padding: 10px 20px; */
    border-radius: 8px;
    display: none;
}

.acf-checkbox-list.acf-bl > li:has(> label > input[type='checkbox']:checked) > .children.acf-bl {
    display: block !important;
}

.acf-checkbox-list.acf-bl > li:has(> .children.acf-bl) > label {
    position: relative;
    padding-right: 18px;
    cursor: pointer;
}

.acf-checkbox-list.acf-bl > li:has(> .children.acf-bl) > label::after {
    /* content: "▸"; */
    content: '▾';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition:
        transform 0.2s ease,
        content 0.2s ease;
    opacity: 0.6;
}

.acf-checkbox-list.acf-bl > li:has(> label > input[type='checkbox']:checked) > label::after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
    /* rotate: 180deg;
    top: -12px; */
}

@media (min-width: 768px) {
    .related-posts {
        padding: 100px 0;
    }

    .related-posts__header {
        flex-direction: row;
        align-items: flex-end;
        gap: 0;
        margin-bottom: 40px;
    }

    .service-page .related-posts__header {
        align-items: center;
    }

    .related-posts__desc {
        text-align: left;
    }

    .related-posts__slider.swiper {
        margin: 0 auto;
    }
}

/* Hide the default file input */
.acf-basic-uploader input[type='file'] {
    display: none;
}

/* Create a custom button */
.acf-basic-uploader {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    user-select: none;
    position: relative;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-color: #fff;
}

.acf-basic-uploader:active {
    transform: translateY(1px);
}

/* Optional: Add an upload icon */
.acf-basic-uploader::before {
    content: 'Upload image';
    font-size: 16px;
}

.acf-basic-uploader::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23F15A29' d='M18.056 11.75a1 1 0 0 1 1 1v3.667a2.833 2.833 0 0 1-2.833 2.833H3.389a2.833 2.833 0 0 1-2.833-2.833V12.75a1 1 0 1 1 2 0v3.667a.833.833 0 0 0 .833.833h12.834a.833.833 0 0 0 .833-.833V12.75a1 1 0 0 1 1-1Zm-8.25-11c.058 0 .116.006.172.016l.021.003c.019.003.037.008.056.013l.039.01c.05.015.098.035.144.058l.042.02c.086.046.164.105.233.173l4.584 4.583a1 1 0 0 1-1.414 1.414l-2.877-2.877v8.587a1 1 0 0 1-2 0V4.163L5.93 7.04a1 1 0 0 1-1.414-1.414l4.583-4.583c.037-.038.077-.071.119-.102L9.25.918a.991.991 0 0 1 .128-.071c.016-.008.031-.016.048-.023l.03-.01c.019-.008.037-.015.057-.021l.061-.016.034-.007.006-.001.09-.014C9.736.75 9.77.75 9.805.75Z'/%3E%3C/svg%3E")
        no-repeat right;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.event-submission-fields .acf-file-name {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
}

.event-submission-fields .three-columns-block,
.event-submission-fields .two-columns-block {
    display: flex;
    column-gap: 24px;
    flex-wrap: wrap;
}

.event-submission-fields .three-columns-block .acf-field,
.event-submission-fields .two-columns-block .acf-field {
    flex: 0 0 100%;
    max-width: 100%;
}

.organiser-block__title {
    margin: 0 0 6px;
    font-weight: 600;
}

.organiser-block__description {
    margin-bottom: 10px;
    color: #667085;
}

.organiser-block__fields .acf-label {
    display: none;
}

.kildare-form .organiser-block .acf-field:not(:last-child) {
    margin-bottom: 0;
}

.event-submission-fields__consent {
    margin-bottom: 20px;
}

.event-submission-fields__consent .acf-label {
    display: none;
}

.kildare-form .event-submission-fields__consent .acf-field .input {
    padding: 0;
    background: transparent;
    border: none;
}

.event-submission-fields__consent ul.acf-checkbox-list li {
    font-size: 16px;
}

.event-submission-fields__consent ul.acf-checkbox-list label {
    display: flex;
    line-height: 22px;
    cursor: pointer;
}

.kildare-form .event-submission-fields__consent ul.acf-checkbox-list li input[type='checkbox'] {
    flex-shrink: 0;
    margin: 4px 8px 0 0;
    cursor: pointer;
}

.organiser-block__fields {
    row-gap: 24px;
}

@media (min-width: 768px) {
    .event-submission-fields .acf-file-name {
        display: inline-block;
        margin-top: 0;
        margin-left: 12px;
    }
}

@media (min-width: 992px) {
    .event-submission-fields .three-columns-block .acf-field {
        flex: 0 0 calc(33.33% - 16px);
        max-width: calc(33.33% - 16px);
    }

    .event-submission-fields .two-columns-block .acf-field {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }

    .kildare-form .event-submission-fields__consent ul.acf-checkbox-list li input[type='checkbox'] {
        margin: 2px 8px 0 0;
    }

    .event-submission-fields__consent ul.acf-checkbox-list label {
        align-items: center;
    }
}

/* Add spacing and context to the field */
.acf-field-image .acf-label {
    margin-bottom: 6px;
}

/* Events page */
.tribe-events-view--list {
    background-color: var(--color-beige);
}

.archive-posts__datepicker-icon {
    position: absolute;
    top: 50%;
    left: 36px;
    transform: translateY(-50%);
    width: 21px;
    height: 20px;
    fill: var(--color-orange);
    pointer-events: none;
}

.archive-posts__datepicker {
    position: relative;
}

.archive-posts__datepicker .archive-posts__datepicker-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 230px;
    padding: 14px 16px 14px 66px;
}

.search {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .archive-posts__datepicker .archive-posts__datepicker-btn {
        justify-content: center;
        width: 230px;
    }
}

.event__periods {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 4px;
    margin-bottom: 32px;
}

.event__periods-link {
    position: relative;
    color: var(--color-primary);
    opacity: 0.7;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 2px solid transparent;
    transition: color 0.3s ease 0s;
}

.event__periods-link.active {
    font-weight: 700;
    border-bottom: 2px solid var(--color-primary);
    opacity: 1;
}

.event__periods-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-pink);
}

@media (any-hover: hover) {
    .event__periods-link:not(.active):hover {
        color: var(--color-secondary);
    }
}

.bg-beige {
    background-color: var(--color-beige);
}

.bg-beige .pagination__item a:not(.pagination__arrow),
.bg-beige .pagination__item span {
    color: rgba(20, 56, 42, 0.5);
}

.bg-beige .pagination__item span.active {
    background-color: var(--color-orange);
    color: #fff;
}

.bg-beige .pagination__arrow-icon {
    fill: rgba(20, 56, 42, 0.5);
}

.bg-orange .pagination__item a:not(.pagination__arrow),
.bg-orange .pagination__item span {
    color: rgba(255, 255, 255, 0.8);
}

/* New style */
.bg-orange .pagination__link:not(.pagination__arrow):last-of-type {
    color: rgba(255, 255, 255);
}


.bg-orange .pagination__item span.active {
    background-color: var(--color-primary);
    color: #fff;
}

.bg-orange .pagination__arrow-icon {
    fill: rgba(255, 255, 255, 0.5);
}

.archive-posts.bg-beige .dropdown__button {
    background-color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-white .pagination__item a:not(.pagination__arrow),
.bg-white .pagination__item span {
    color: var(--color-primary);
}

.bg-white .pagination__item span.active {
    background-color: var(--color-primary);
    color: #fff;
}

.bg-white .pagination__arrow-icon {
    fill: var(--color-primary);
}

/* INSPIRATION & POST SINGLE */
.single-kildare_inspiration .single-post__top-section,
.single.single-post .single-post__top-section {
    background-color: var(--color-primary);
    position: relative;
    min-height: 450px;
}

.single-kildare_inspiration .single-post .breadcrumbs a,
.single.single-post .single-post .breadcrumbs a {
    color: #fff;
}

.single-kildare_inspiration .single-post .breadcrumbs__separator-icon,
.single.single-post .single-post .breadcrumbs__separator-icon {
    fill: #fff;
}

.single-kildare_inspiration .single-post__title,
.single.single-post .single-post__title {
    color: #fff;
}

.single-kildare_inspiration .single-post__header,
.single.single-post .single-post__header {
    gap: 0px;
}

@media (min-width: 768px) {
    .single-kildare_inspiration .single-post__header,
    .single.single-post .single-post__header {
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        gap: 5px;
    }

    .single-kildare_inspiration .single-post__top-section,
    .single.single-post .single-post__top-section {
        min-height: 700px;
        padding-bottom: 0;
    }
}

.single-kildare_inspiration .single-post__sidebar,
.single.single-post .single-post__sidebar {
    background-color: var(--color-light-beige);
    border-radius: 12px;
    padding: 35px 50px;
}

.single-kildare_inspiration .single-post__top-section::before,
.single.single-post .single-post__top-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 315px;
    background:
        url('../images/shape-left-aligned.svg') no-repeat center,
        linear-gradient(to bottom, transparent 50%, #fff 50% 100%);
    /* background: url('https://kildare-new.mystagingwebsite.com/wp-content/themes/kildare-new/assets/images/shape-left-aligned.svg') no-repeat center, linear-gradient(to bottom, transparent 50%, #fff 50% 100%); */
    background-size:
        101% 220%,
        100% 101%;
}

.single-kildare_inspiration .single-post__top-section::after,
.single.single-post .single-post__top-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    z-index: 2;
    display: block;
    width: 100%;
    height: 400px;
    background:
        url('../images/shape-white-cover.svg') no-repeat center,
        linear-gradient(to bottom, transparent 50%, #fff 50% 100%);
    /* background: url('https://kildare-new.mystagingwebsite.com/wp-content/themes/kildare-new/assets/images/shape-white-cover.svg') no-repeat center, linear-gradient(to bottom, transparent 50%, #fff 50% 100%); */
    background-size:
        101% 220%,
        100% 101%;
}

.single.single-post .single-post__title {
    margin-bottom: 150px;
}

@media (min-width: 1024px) {
    .single-kildare_inspiration .single-post__title,
    .single.single-post .single-post__title {
        font-size: 60px;
        line-height: 63px;
    }

    .single.single-post .single-post__title {
        margin-bottom: 240px;
    }
}

@media (min-width: 1440px) {
    .single-kildare_inspiration .single-post__top-section::after,
    .single.single-post .single-post__top-section::after {
        bottom: -100px;
    }
}

.single-kildare_inspiration .single-post__container,
.single.single-post .single-post__container {
    position: relative;
    z-index: 2;
}

.single-kildare_inspiration .single-post__container .single-post__grid,
.single.single-post .single-post__container .single-post__grid {
    padding-top: 0;
}

.single-post__featured-image {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: unset;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .single-post__featured-image {
        position: absolute;
        top: -600px;
        right: 32px;
        width: 45%;
        height: 520px;
    }

    .single.single-post .breadcrumbs,
    .single-kildare_inspiration .breadcrumbs {
        width: 50%;
    }
}

.single-post__featured-image .single-post__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.itinerary-duration-hero,
.single-kildare_inspiration .post-location {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    fill: var(--color-yellow);
    border: 1px solid var(--color-secondary);
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
	margin-top: 20px;
}

.itinerary-duration,
.single-kildare_inspiration .post-location {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    fill: #000;
    font-size: 24px;
    font-weight: 700;
}

.itinerary-category-group {
    margin-top: 30px;
    color: #000;
    font-weight: 700;
}

.itinerary-category-item {
    margin-top: 20px;
}

.single-kildare_inspiration .single-post__header-actions {
    justify-content: flex-start !important;
    min-width: 0;
    margin-top: 20px;
}

.single-kildare_inspiration .post-location {
    font-size: 14px;
    color: #fff !important;
}

.single-post__sidebar .itinerary-category-item a {
    color: var(--color-secondary);
    text-decoration: underline;
}

.single-kildare_inspiration .flexible-content h1 {
    margin-top: 0;
}

/* form copied from kilk */
/* FORM */
.kilkenny-form {
    background: #ebebeb;
    margin: 40px 0;
    padding: 20px 20px;
    border-radius: 40px;
}
@media (min-width: 768px) {
    .kilkenny-form {
        background: #ebebeb;
        margin: 60px 0;
        padding: 30px 40px;
    }
}
@media (min-width: 1024px) {
    .kilkenny-form {
        background: #ebebeb;
        margin: 90px 0;
        padding: 60px 90px;
        border-radius: 60px;
    }
}
.form-group-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.form-row-1 .form-group,
.form-row-2 .form-group,
.form-row-3 .form-group {
    flex: 0 0 100%;
    box-sizing: border-box;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 768px) {
    .form-group-row {
        gap: 40px;
        margin-bottom: 40px;
        flex-direction: row;
    }
    .form-row-1 .form-group {
        flex: 0 0 100%;
    }
    .form-row-2 .form-group {
        flex: 0 0 calc(50% - 20px);
    }
    .form-row-3 .form-group {
        flex: 0 0 calc(33.33% - 26.66px);
    }
}
.kilkenny-form .input {
    width: 100%;
    background: #fff;
    padding: 10px 40px 10px 20px;
    font-size: 15px;
}
@media (min-width: 768px) {
    .kilkenny-form .input {
        padding: 10px 40px 10px 32px;
        font-size: var(--font-size-base);
    }
}
.kilkenny-form .dropdown__button {
    text-align: left;
}
textarea.input {
    border-radius: 20px;
    height: 230px;
    resize: none;
}
.add-row__button {
    position: relative;
    text-align: left;
}
.add-row__button::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 18px;
    width: 17px;
    height: 17px;
    background: url('../images/icons/add-icon.svg') no-repeat center/cover;
    pointer-events: none;
    transition: all 0.2s ease 0s;
}
.file-input-hidden {
    display: none;
}
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.cancel-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
}
.file-upload-group {
    height: 359px;
    padding: 10px;
    border-radius: 20px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='black' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    background-color: #fff;
}
@media (min-width: 768px) {
    .file-upload-group {
        padding: 40px;
    }
}
.file-upload-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 20px;
}
.file-upload-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 768px) {
    .file-upload-actions {
        flex-direction: row;
    }
}
.file-upload-wrap .button__icon {
    height: 22px;
    width: 22px;
}
.button_secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    cursor: pointer;
    padding: 5px 15px;
}
@media (min-width: 768px) {
    .button_secondary {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 24px;
    }
}
.button.filter-clear-button {
    padding: 12px 50px;
}
.file-upload-wrap ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .file-upload-wrap ul {
        flex-direction: row;
    }
}
.file-upload-wrap li {
    font-weight: 500;
    font-size: 14px;
    list-style: disc;
    margin-left: 20px;
    opacity: 0.6;
}
.kilkenny-form h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.kilkenny-form p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 0.6;
}
.form-option-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

/* SWITCHER */
.switcher {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 26px;
    transition: background-color 0.3s;
    border: 1px solid #000;
}

.slider::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: #000;
    border-radius: 50%;
    transition: transform 0.3s;
}

.switch input:checked + .slider {
    background-color: #fff;
}

.switch input:checked + .slider::before {
    transform: translateX(24px);
}

.switcher-option {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.button-transparent {
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.member__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .member__list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (min-width: 768px) {
    .member__list {
        gap: 38px;
    }
}

@media (min-width: 1280px) {
    .member__list {
        grid-template-columns: repeat(4, 1fr);
        gap: 38px;
        margin-bottom: 60px;
    }
}

.catalog-posts__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .catalog-posts__list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (min-width: 768px) {
    .catalog-posts__list {
        gap: 38px;
    }
}

@media (min-width: 1280px) {
    .catalog-posts__list {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
        margin-bottom: 60px;
    }
}

.members-archive-news .full-card {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

/* EVENTS SINGLE POST */
.member-single-post {
    padding: 140px 0 60px;
}

.member-single-post__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

.member-single-post__main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .member-single-post__main h1 {
        font-size: 60px;
        line-height: 63px;
    }
}

.member-single-post__content {
    line-height: 30px;
}

.member-single-post__content a {
    color: var(--color-secondary);
}

.member-single-post__content a:hover {
    text-decoration: underline;
}

.member-single-post__title {
    margin-bottom: 20px;
}

.member-single-post__top-category {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
}

.event-single .member-single-post__top-category {
    display: none;
}

.member-single-post__section-title {
    font-weight: 600;
}

.member-single-post__image-wrap {
    height: 300px;
    overflow: hidden;
    border-radius: 40px;
}

.member-single-post__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-single-post__categories {
    display: flex;
    gap: 4px;
}

.member-single-post__category {
    transition: color 0.2s ease 0s;
}

.member-single-post__tags {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.member-single-post__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.member-single-post__tag {
    padding: 8px 14px;
    font-weight: 500;
    line-height: 25px;
    transition: background-color 0.2s ease 0s;
}

.member-single-post__sidebar {
    padding: 60px 44px;
    border-radius: 40px;
    background-color: var(--color-primary);
    color: #fff;
}

.member-single-post__sidebar .dropdown__button {
    border: none;
}

.member-single-post__sidebar .dropdown__button::after {
    right: auto;
    margin-left: 14px;
}

.member-single-post__when,
.member-single-post__where,
.member-single-post__site,
.member-single-post__cost {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.member-single-post__where a:hover,
.member-single-post__site a:hover {
    text-decoration: underline;
    font-weight: 600;
}

.member-single-post__sidebar-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
}

.member-single-post__date,
.member-single-post__site-link {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 22px;
}

.member-single-post__date-icon,
.member-single-post__site-icon {
    width: 19px;
    height: 19px;
    fill: #000;
    flex-shrink: 0;
}

.member-single-post__add-to-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 60px;
    background-color: #fff;
    text-transform: uppercase;
    transition: box-shadow 0.3s ease 0s;
}

.member-single-post__add-to-calendar-icon {
    width: 16px;
    height: 16px;
    fill: var(--color-pink);
}

.member-single-post__sidebar-block {
    padding-bottom: 30px;
}

.member-single-post__sidebar-block:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.member-single-post__location,
.member-single-post__cost-value {
    display: flex;
    align-items: center;
    gap: 16px;
}

.member-single-post__location-icon {
    width: 17px;
    height: 22px;
    fill: #000;
}

.member-single-post__ticket-icon {
    width: 22px;
    height: 22px;
    fill: #000;
}

a.member-single-post__directions {
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

.member-single-post__manager,
.member-single-post__social {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.member-single-post__social-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.member-single-post__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    transition: box-shadow 0.3s ease 0s;
}

.member-single-post__buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.member-single-post__sidebar-btn {
    width: 100%;
}

.member-single-post__fav-btn {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}

.member-single-post__fav-btn.button .member-single-post__fav-icon {
    width: 23px;
    height: 20px;
    fill: #000;
    vertical-align: sub;
}

.member-single-post__fav-btn.button .simplefavorite-button.active .member-single-post__fav-icon {
    fill: var(--color-secondary);
}

.member-single-post__sidebar .search__icon {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    fill: var(--color-primary);
}

.member-single-post__sidebar .search__input::placeholder {
    color: rgba(20, 56, 42, 0.5);
}

@media (min-width: 768px) {
    .member-single-post__add-to-calendar {
        font-size: 16px;
        padding: 13px 38px;
    }

    .member-single-post__image-wrap {
        height: 423px;
    }

    .member-single-post__content {
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .member-single-post {
        padding: 224px 0 120px;
    }

    .member-single-post__grid {
        grid-template-columns: 1fr 372px;
        gap: 70px;
    }
}

@media (any-hover: hover) {
    .member-single-post__category:hover {
        color: var(--color-primary);
    }

    .member-single-post__tag:hover {
        font-weight: 700;
        text-transform: uppercase;
        background-color: var(--color-secondary);
    }

    .member-single-post__social-link:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .member-single-post__add-to-calendar:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }
}

/* MAP */
.map-modal-overlay {
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.map-modal-content-wrapper {
    background: #fff;
    max-width: 1600px;
    width: 90%;
}

.close-btn-map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background-color: var(--color-orange);
    color: #ffffff;
    transition: background-color 0.3s ease 0s;
}


.close-btn-map:hover {
    background-color: var(--color-primary);
    color: #ffffff;
}

.map-modal-plan-trip {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 48px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--color-primary);
    margin: 10px 0px 38px 0px;
}

.map-current-location {
    display: flex;
    gap: 10px;
    align-items: center;

    margin: 10px 0px 30px 0px;
    cursor: pointer;
}

.map-current-location svg {
    fill: #fd63c4;
}

.map-current-location p {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.map-current-show p {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
}

.map-member-image {
}

.map-member-image-img {
    width: 106px;
    height: 106px;
    border-radius: 20px;
    object-fit: cover;
}

.map-modal-member {
    display: flex;
    gap: 8px;
    /* border: 1px solid #000000ff; */
    border-radius: 20px;
    padding: 15px 13px;
    cursor: pointer;
    background-color: #fef7eb;
}

.map-modal-member.active {
    /* outline: 2px solid #000; */
    background-color: #f15a29;

    transition: background-color 200ms linear;
}

.mab-member-text-texts {
    flex-grow: 1;
}

.map-modal-member-subcategory {
    font-family: var(--font-main);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-orange);
}

.map-modal-member-title {
    font-family: var(--font-main);
    color: var(--color-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.pin-content-inner .map-modal-member-title {
    font-size: 16px;
}

.pin-content-inner .map-modal-address p {
    font-size: 12px;
}

.map-modal-row-members {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
    min-height: 200px;
    padding: 5px 15px 5px 5px;
}

.map-modal-row.close_button {
    position: absolute;
    right: 23px;
    top: 23px;
}

.map-modal-content-wrapper {
    margin: 0 auto;
    height: 100%;
    display: flex;
}

.map-modal-left-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 48px 60px 10px 60px;
    position: relative;
    background-image: url('/wp-content/themes/kildare-new/assets/images/map-wrapper-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom 0px left 20px;
}

.map-modal-members-wrapper {
    flex-grow: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.map-modal-right-side {
    flex-grow: 1;
}

.map-modal-address {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.map-modal-address p {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
}

.map-modal-address svg {
    fill: #fd63c4;
}

.map-modal-member.active .map-modal-member-title,
.map-modal-member.active .map-modal-address p,
.map-modal-member.active .map-modal-member-subcategory {
    color: white;
    transition: color 200ms linear;
}

.map-modal-member.active .map-modal-address svg {
    fill: #ffffffff;
    transition: fill 200ms linear;
}

.map-inner-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fd63c4;
}

.pin-content-inner {
    width: 240px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.pin-content-image {
    height: 173px;
}

.pin-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pin-content-texts {
    padding: 10px 15px 18px 15px;
    background-color: #fff;
}

.pin-content .button {
    font-size: 16px;
    padding: 12px 24px;
    width: 100%;
    margin-top: 10px;
    font-family: var(--font-main);
    border: 1px solid #000;
}

.pin-content-inner .full-card__labels {
    position: absolute;
    left: 20px;
    top: 11px;
}

.pin-content-inner .full-card__labels .card-label {
    font-family: var(--font-main);
    line-height: 14px;
    font-weight: 500;
    color: var(--color-primary);
}

.card-label-map{
	font-size: 14px;
}

.map-map-pin {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 32px;
}

.pin-content {
    position: absolute;
    bottom: 30px;
    left: 15px;

    display: none;
}

.map-map-pin.active .pin-content {
    display: block;
}

.map-map-pin .map-icon {
    opacity: 0.5;
}

.map-map-pin.active .map-icon {
    opacity: 1;
}

.close-btn-map.side-menu__close-btn {
    position: relative;
}

.close-btn-map.side-menu__close-btn::after,
.close-btn-map.side-menu__close-btn::before {
    background-color: #ffffffff;
    right: 11px;
}

#mapFilter {
    padding: 10px 0px;
}

.map-filter-by {
    cursor: pointer;
}

.map-filter-separator {
    font-weight: 200;
}

.map-filter-by.active {
    font-weight: 600;
}

.map-modal-row-fltr {
    display: flex;
    justify-content: space-between;

    margin-bottom: 20px;
    align-items: flex-end;
}

.cat_fltr {
    flex: 1 1 100%;
}

.cat_fltr .dropdown {
    display: block;
    width: 100%;
	min-width: 100%;
}


.cat_fltr .input {
	text-align: start;
    padding: 15px 36px 15px 0;
    font-weight: 700;
    color: var(--color-primary);
	border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--color-primary);
}

.dropdown__list-item[data-value='---'] {
    pointer-events: none;
    background-color: #92929275;
}

.dropdown__list-separator{
	pointer-events: none;
}

.map-block-container {
    display: block !important;
    position: relative;
    height: 600px;
    width: 100%;
}

.map-listings-block {
    padding: 24px 0;
}

@media (max-width: 767.98px) {
    .map-modal-overlay {
        padding: 20px 0px;
    }

    .map-modal-content-wrapper {
        flex-direction: column;
        overflow-y: scroll;
        /* height: 100%; */
    }

    .map-modal-left-side {
        padding: 10px;
        width: 100%;
    }

    .map-modal-right-side {
        min-height: 600px;
    }

    .map-modal-row-members {
        height: 400px;
    }

    .pin-content {
        left: unset;
    }

    .map-modal-plan-trip {
        margin: 22px 0px 38px 0px;
    }

    .map-modal-row-fltr {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        align-items: flex-start;
    }

    .cat_fltr .dropdown,
    .cat_fltr {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .map-modal-left-side {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .map-modal-left-side {
        padding: 48px 100px 10px 100px;
    }
}

.contact-us__faqsection {
    background-color: var(--color-secondary);
    padding: 35px 0px;
}

.contact-us__faqquestion {
    font-family: var(--font-main);
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}

.contact-us__faqanswer {
    color: #fff;
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 28px;
    vertical-align: middle;
}

.contact-us__faqblock:not(:last-child) {
    border-bottom: 1px solid color-mix(in srgb, #fff 30%, transparent);
}

.contact-us__faqblock:not(:first-child) {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .contact-us__faqsection {
        padding: 75px 0px;
    }

    .contact-us__faqquestion {
        font-size: 48px;
    }

    .contact-us__faqanswer p {
        font-size: 20px;
    }

    .contact-us__faqrow.faq-header {
        margin-bottom: 20px;
    }

    .contact-us__faqrow.faq-answer {
        margin-bottom: 40px;
    }
}

.page-template-template-members .swmp-error-wrapper,
.page-template-single-member .swmp-error-wrapper {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FLEXIBLE CONTENT BLOCKS*/
.flexible-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.flexible-content {
    margin-bottom: 32px;
}

.flexible-itinerary-title {
    margin: 16px 0 32px;
}

.flexible-itinerary-title .itinerary-title-number {
    min-width: 130px;
    font-size: 80px;
    line-height: 115px;
    font-weight: 700;
}

.flexible-itinerary-title h2.itinerary-title {
    font-size: 46px;
    font-weight: 700;
    padding-top: 24px;
    margin-block-start: 0;
}

.flexible-itinerary-title .itinerary-title-location {
    font-size: 1.1rem;
    font-weight: 500;
}

.flexible-itinerary-title__wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.flexible-image {
    position: relative;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.flexible-image__caption {
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-left: 4px solid var(--color-orange);
    font-size: 14px;
    color: #555;
    font-style: italic;
    border-radius: 0 4px 4px 0;
}

.flexible-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.flexible-quote {
    margin-block-start: 2em;
    margin-block-end: 1em;
}

@media (min-width: 768px) {
    .flexible-itinerary-title__wrap {
        flex-direction: row;
    }
}

/* Instagram Feed Section*/
.instagram-section {
    padding: 40px 0;
}

.instagram-section .es-load-more-button {
    margin: 40px auto 0;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 9999px;
    border: 1px solid var(--color-primary);
    background: #fff !important;
    color: var(--color-primary);
    transition: all 0.2s ease 0s;
}

.instagram-section .es-load-more-button:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: var(--color-green) !important;
    color: #fff;
}

.instagram-section .eapps-instagram-feed-posts-grid-load-more:focus-visible {
    outline-offset: 0;
}

.instagram-section .eapps-instagram-feed-posts-item {
    border-radius: 12px;
    overflow: hidden;
}

.instagram-section__header {
    margin-bottom: 40px;
    text-align: center;
}

.instagram-section .instagram-section__link {
    font-size: 28px;
    font-weight: 500;
    color: var(--color-secondary);
}

.instagram-section__title {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .instagram-section {
        padding: 94px 0;
    }
}

.forminator-ui#forminator-module-36582.forminator-design--default .forminator-input {
    border-radius: 60px;
    border-width: 1px;
    padding: 15px 20px;
    background-color: #fff !important;
    border-color: color-mix(in srgb, #14382A 30%, transparent);
}

.forminator-ui#forminator-module-27086.forminator-design--default .forminator-input {
    border-radius: 60px;
    border-width: 1px;
    padding: 15px 20px;
    background-color: #fff !important;
    border-color: color-mix(in srgb, #14382A 30%, transparent);
}


#forminator-module-27086 .forminator-button-submit {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background-color: var(--color-primary) !important;
    font-size: 18px !important;
    border: 1px solid var(--color-primary);
    color: #fff !important;
}


#forminator-module-27086 .forminator-label{
	display: none;
}

.forminator-ui#forminator-module-27086.forminator-design--default .forminator-checkbox__label p {
	font-size: 16px !important;
}