/*! 
 * * Theme Name: Hapjes.nl
 * * Theme URI: none
 * * Description: Hapjes.nl custom wordpress theme.
 * * Author: Fast Eddy
 * * Author URI:
 * * Version: 1.0
 * * License: GNU General Public License v2
 * * License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 * */
@font-face {
    font-family: "Charter";
    src: url("public/webfonts/charter_regular-webfont.woff2") format("woff2"), url("public/webfonts/charter_regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Charter";
    src: url("public/webfonts/charter_bold-webfont.woff2") format("woff2"), url("public/webfonts/charter_bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.modal-backdrop {
    background: #fff
}

.fs-1 {
    font-size: 68px !important;
    line-height: 1 !important
}

@media(max-width: 767px) {
    .fs-1 {
        font-size: 32px !important
    }
}

.fs-2,
.woocommerce-products-header__title {
    font-size: 40px !important
}

@media(max-width: 767px) {

    .fs-2,
    .woocommerce-products-header__title {
        font-size: 24px !important
    }
}

.fs-3 {
    font-size: 35px !important
}

@media(max-width: 767px) {
    .fs-3 {
        font-size: 20px !important
    }
}

.fs-4 {
    font-size: 26px !important
}

@media(max-width: 767px) {
    .fs-4 {
        font-size: 18px !important
    }
}

.fs-5 {
    font-size: 20px !important
}

@media(max-width: 767px) {
    .fs-5 {
        font-size: 16px !important
    }
}

.fs-6 {
    font-size: 18px !important
}

@media(max-width: 767px) {
    .fs-6 {
        font-size: 16px !important
    }
}

.fs-7 {
    font-size: 16px !important
}

.fs-8 {
    font-size: 15px !important
}

.fw-semibold {
    font-weight: 600 !important
}

.uppercase {
    text-transform: uppercase
}

.text-primary {
    color: var(--primary) !important
}

.text-dark {
    color: #d1d1d1
}

.bordered {
    border: solid 1px #d3d3d3
}

.border-top {
    border-top: solid 1px #d3d3d3 !important
}

.rounded-10 {
    border-radius: 10px
}

.extralight {
    font-weight: 100
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.letter-15 {
    letter-spacing: 3px
}

.bg-primary {
    background: var(--primary) !important
}

.bg-secondary {
    background: var(--secondary) !important
}

.bg-gray {
    background: #f8f8f8 !important
}

.uppercase {
    text-transform: uppercase
}

.rounded {
    border-radius: 20px !important
}

.form-control {
    border-radius: 0;
    min-height: 48px;
    border: solid 1px #fff
}

.form-select:focus,
.form-select:hover {
    box-shadow: 0 0 0 .25rem var(--primary) !important;
    outline: var(--primary);
    border-color: var(--primary)
}

.btn {
    border: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    border-radius: 30px;
    padding: 19px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: fit-content;
    outline: 0 !important;
    box-shadow: none !important;
    transition: .2s ease-in-out
}

.btn.btn-white-primary {
    background: #fff;
    color: var(--primary);
    border: solid 1px var(--primary)
}

.btn.btn-white-primary::before {
    background: var(--primary)
}

.btn.btn-white-primary:hover {
    color: #fff
}

.btn.btn-rounded {
    border-radius: 30px
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 120%;
    height: 120%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    transform: scale(0.1);
    transition: .2s ease-in-out;
    z-index: -1
}

.btn:hover {
    background: rgba(0, 0, 0, 0)
}

.btn:hover::before {
    opacity: 1;
    transform: none
}

.btn.btn-primary {
    background: var(--primary);
    color: #fff
}

.btn.btn-primary::before {
    background: var(--primaryAlt)
}

.btn.btn-secondary {
    background: var(--secondary);
    color: #fff
}

.btn.btn-secondary::before {
    background: var(--secondaryAlt)
}

.btn.btn-outline-white {
    background: rgba(0, 0, 0, 0);
    border: solid 2px #fff;
    color: #fff
}

.btn.btn-outline-white::before {
    background: #fff
}

.btn.btn-outline-white:hover {
    color: var(--primary)
}

.btn.btn-outline-primary {
    background: rgba(0, 0, 0, 0);
    border: solid 2px var(--primary);
    color: var(--primary)
}

.btn.btn-outline-primary::before {
    background: var(--primary)
}

.btn.btn-outline-primary:hover {
    color: #fff
}

.btn.btn-white-secondary {
    background: #fff;
    color: var(--primary)
}

.btn.btn-white-secondary--black {
    color: #000
}

.btn.btn-white-secondary--black:hover {
    color: #fff
}

.btn.btn-white-secondary::before {
    background: var(--secondary)
}

.btn.btn-white-secondary:hover {
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--primary)
}

.main-header {
    background: #fff;
    border-bottom: solid 1px #d6d6d6;
    position: relative;
    z-index: 100
}

.main-header__top-bar {
    border-bottom: solid 1px #d6d6d6
}

@media(max-width: 767px) {
    .main-header__top-bar .btn {
        width: 100%;
        padding: 10px 25px;
        justify-content: center
    }
}

.main-header__top-bar .search-form {
    position: relative;
    width: fit-content
}

.main-header__top-bar .search-form input {
    border: solid 1px #d0d0d0;
    width: 360px;
    height: 56px;
    border-radius: 30px;
    max-width: 100%;
    padding: 10px 70px 10px 25px
}

.main-header__top-bar .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    color: #b4b4b4;
    padding: 0;
    box-shadow: 0;
    background: rgba(0, 0, 0, 0);
    outline: 0
}

.main-header .search-bar {
    position: relative
}

.main-header .search-bar input {
    background: #e0dbd2;
    width: 200px;
    height: 48px;
    border: none;
    border-radius: 24px;
    color: #a5886d;
    padding: 5px 75px 5px 25px;
    font-size: 16px;
    font-weight: 700
}

.main-header .search-bar input::placeholder {
    color: #a5886d;
    font-weight: 700
}

.main-header .search-bar button {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0);
    color: #a5886d;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.main-header .navbar-nav {
    gap: 20px
}

@media(max-width: 767px) {
    .main-header .navbar-nav {
        gap: 0
    }
}

.main-header .navbar-nav .nav-item.active .nav-link {
    font-weight: 900
}

.main-header .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
    color: #000
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .main-header .navbar-nav .nav-link {
        font-size: 15px;
        white-space: nowrap
    }
}

.main-header .navbar-toggler {
    width: 35.5px;
    height: 30px;
    position: relative;
    background: var(--primary);
    outline: none !important;
    box-shadow: none !important
}

.main-header .navbar-toggler span {
    position: absolute;
    background: #fff;
    width: 17px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center center;
    transition: .3s ease-out
}

.main-header .navbar-toggler span:nth-child(1) {
    transform: translateY(-6px)
}

.main-header .navbar-toggler span:nth-child(3) {
    transform: translateY(6px)
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(-45deg)
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0
}

.main-header .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(45deg)
}

@media(max-width: 767px) {
    .main-header .navbar-brand {
        width: 200px
    }

    .main-header .navbar-brand img {
        max-width: 100%;
        height: auto
    }
}

@media(max-width: 1199px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: solid 1px #ebebeb;
        padding: 10px 15px
    }
}

.main-header .social--link {
    font-size: 38px
}

@media(max-width: 767px) {
    .main-header .social--link {
        font-size: 24px
    }
}

.main-footer {
    position: relative;
    z-index: 1;
    padding: 40px 0 0
}

.main-footer__bottom {
    border-top: solid 1px #8b8b8b;
    margin: 40px 0 0
}

.main-footer__bottom .container>div {
    padding: 0 10px;
    line-height: 1
}

.main-footer__bottom .container>div a {
    color: #000;
    text-decoration: none;
    transition: .3s ease-out
}

.main-footer__bottom .container>div a:hover {
    color: var(--primary)
}

@media(min-width: 992px) {
    .main-footer__bottom .container>div+div {
        border-left: solid 1px #000
    }
}

.main-footer figure {
    margin: 0 0 25px
}

@media(max-width: 991px) {
    .main-footer .opacity-0 {
        display: none
    }
}

.main-footer h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px
}

.main-footer .contact-info {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px
}

.main-footer .contact-info div {
    position: relative
}

.main-footer .social-links {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0
}

.main-footer .social-links a {
    color: var(--secondary);
    background: #fff;
    border-radius: 50%;
    width: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-decoration: none;
    transition: .3s ease-out
}

.main-footer .social-links a:hover {
    background: var(--primary)
}

.main-footer p {
    font-size: 16px !important;
    line-height: 1.8;
    color: inherit
}

.main-footer p a {
    color: #fff;
    text-decoration: none
}

.main-footer figure {
    margin: 0 0 20px
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

@media(max-width: 991px) {
    .main-footer ul {
        gap: 5px;
        flex-direction: column
    }
}

.main-footer ul li {
    padding-left: 15px;
    position: relative
}

.main-footer ul li::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-weight: 900;
    font-size: 10px;
    left: 0;
    top: 3px
}

@media(min-width: 992px) {
    .main-footer ul li {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin: 0 0 10px
    }
}

.main-footer ul a {
    font-size: 16px;
    color: inherit;
    text-decoration: none
}

.subscribe-wrapper {
    position: relative;
    z-index: 2
}

.subscribe-wrapper .inner {
    padding: 54px 64px;
    margin-bottom: -140px
}

@media(max-width: 991px) {
    .subscribe-wrapper .inner {
        padding: 30px 30px
    }
}

@media(max-width: 991px) {
    .subscribe-wrapper .inner .btn {
        width: 100%;
        margin: 15px 0 0
    }
}

:root {
    --primary: #3CA928;
    --primaryAlt: #2b7a1f;
    --secondary: #555092;
    --secondaryAlt: #3d3b6c;
}

::selection {
    color: #fff;
    background: var(--primary)
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: "Sora", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mainWrapper {
    max-width: 100vw;
    overflow: hidden
}

img {
    max-width: 100%
}

img.abs-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 992px) {
    .container-fluid {
        padding: 0 50px
    }
}

.container-fluid .container-fluid,
.container-fluid .container {
    padding: 0;
    max-width: 100%
}

.container-fluid--full {
    padding: 0 12px
}

.container .container-fluid,
.container .container {
    padding: 0;
    max-width: 100%
}

.white-block p {
    color: #555
}

.upper-title {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
    margin: 0 0 16px;
    padding: 0 0 4px;
    display: block;
    width: fit-content;
    position: relative
}

.upper-title::after {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--primary);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

.section {
    padding: 90px 0;
    position: relative;
    z-index: 2
}

@media(max-width: 575px) {
    .section {
        padding: 40px 0
    }
}

.section__header .inner__content {
    flex: 1
}

.section__header .btn {
    width: fit-content
}

.section__title span {
    color: var(--primary)
}

.section--white p {
    font-size: 18px !important;
    line-height: 30px
}

.section--white+.section--white {
    padding-top: 0
}

.section--blog .blog-post figure {
    overflow: hidden;
    position: relative;
    padding-bottom: 85%
}

.section--blog .blog-post figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-out
}

.section--blog .blog-post:hover img {
    transform: scale(1.1)
}

.section--blog .blog-post h2 {
    font-size: 25px;
    line-height: 30px;
    color: #151a21
}

.section--blog .blog-post h2 a {
    color: inherit;
    text-decoration: none;
    transition: .2s ease-out
}

.section--blog .blog-post h2 a:hover {
    color: var(--primary)
}

.section--blog .blog-post__date {
    color: #828e9d;
    font-size: 14px
}

.section--blog .blog-post p {
    font-size: 18px !important;
    color: #000
}

.ff-default .ff-el-form-control {
    min-height: 54px;
    border-radius: 27px !important;
    border: none !important;
    background: rgba(212, 212, 212, .2) !important;
    color: #aaa !important
}

.section--single-agenda figure {
    position: relative;
    padding-bottom: 50%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin: 0 0 30px
}

.section--single-agenda figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section--breadcrumb a {
    text-decoration: none;
    color: #000
}

.bordered-block {
    border-radius: 20px;
    border: solid 1px #e9e9e9;
    margin-bottom: 30px
}

.bordered-block__inner {
    padding: 30px 30px
}

.bordered-block__inner+.bordered-block__inner {
    border-top: solid 1px #e9e9e9
}

.searchandfilter {
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    padding: 0
}

.searchandfilter .sf-input-checkbox {
    display: none
}

.searchandfilter .sf-input-checkbox:checked+label::before {
    color: var(--primary)
}

.searchandfilter .sf-input-checkbox+label {
    position: relative;
    display: block;
    padding-left: 30px !important
}

.searchandfilter .sf-input-checkbox+label::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 1;
    border-radius: 5px;
    position: absolute;
    left: -5px;
    top: 0;
    border: solid 1px #e6e6e6;
    transition: .3s ease-out
}

.searchandfilter>ul {
    padding: 0
}

.searchandfilter>ul>li {
    padding: 0 25px
}

.searchandfilter>ul>li h4 {
    padding-top: 20px;
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.searchandfilter>ul>li h4:not(.collapsed)::before {
    transform: rotate(180deg) translateY(3px)
}

.searchandfilter>ul>li h4::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    color: var(--primary);
    left: 0;
    top: 21px;
    transition: .3s ease-out
}

.searchandfilter>ul>li+li {
    border-top: solid 1px #e9e9e9
}

.searchandfilter ul>li ul>li:last-child {
    padding-bottom: 20px
}

.searchandfilter ul>li>ul:not(.children) {
    padding: 0
}

.cpp_form #fbuilder .fields,
.cpp_form #fbuilder #captchaimg_1 {
    margin: 0 0 20px
}

.cpp_form #fbuilder .fields label,
.cpp_form #fbuilder #captchaimg_1 label {
    display: block;
    margin: 0 0 5px
}

.cpp_form #fbuilder .field,
.cpp_form #fbuilder .field.medium,
.cpp_form #fbuilder #hdcaptcha_cp_tslotsbooking_post_1 {
    background: #f5f5f5;
    border-radius: 0;
    border: solid 1px #f5f5f5;
    display: block;
    min-height: 55px;
    width: 100% !important;
    outline: none;
    box-shadow: none;
    padding: 10px 15px;
    transition: .3s ease-out
}

.cpp_form #fbuilder .field:hover,
.cpp_form #fbuilder .field:focus,
.cpp_form #fbuilder .field.medium:hover,
.cpp_form #fbuilder .field.medium:focus,
.cpp_form #fbuilder #hdcaptcha_cp_tslotsbooking_post_1:hover,
.cpp_form #fbuilder #hdcaptcha_cp_tslotsbooking_post_1:focus {
    border-color: var(--primary)
}

.cpp_form #fbuilder .ui-datepicker-inline {
    max-width: 100% !important
}

.cpp_form #fbuilder .ui-datepicker-calendar .ui-state-active {
    background: var(--primary);
    text-shadow: 0px 1px 0px var(--primary);
    border-color: var(--primary)
}

.cpp_form #fbuilder .slotsCalendar {
    margin: 10px 0 20px
}

.cpp_form #fbuilder .slotsCalendar a {
    transition: .3s ease-out
}

.cpp_form #fbuilder .availableslot a {
    text-decoration: none;
    color: #000
}

.cpp_form #fbuilder .currentSelection a {
    color: #fff;
    background: var(--primary)
}

.cpp_form #fbuilder .cancel {
    color: var(--primary)
}

.cpp_form #fbuilder .pbSubmit {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 20px;
    line-height: 1;
    width: 100%;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase
}

.cpp_form #fbuilder .pbSubmit::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    margin-left: 1rem
}

.assortiment-widget {
    border-radius: 5px
}

.testimonial-item {
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
    border: solid 1px #e0e0e0;
    border-radius: 5px
}

.testimonial-item .star-dust {
    color: #ff9e2a;
    font-size: 15px
}

.testimonial-item span {
    color: rgba(18, 17, 39, .56);
    font-size: 15px
}

.product-item,
.blog-item {
    border-radius: 20px;
    border: solid 1px #e0e0e0;
    background: #fff
}

.product-item figure,
.blog-item figure {
    margin: 0;
    position: relative
}

.product-item figure figcaption,
.blog-item figure figcaption {
    background: #a5886d;
    position: absolute;
    right: 17px;
    font-weight: 800;
    bottom: 0;
    border-radius: 5px;
    transform: translateY(50%)
}

.product-item figure>a,
.blog-item figure>a {
    position: relative;
    display: block;
    padding-bottom: 80%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden
}

.product-item figure>a img,
.blog-item figure>a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kenniscentrum-item,
.agenda-item {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: solid 1px #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 40px;
    transition: .3s ease-out
}

.kenniscentrum-item:hover,
.agenda-item:hover {
    background: var(--primary);
    color: #fff
}

.kenniscentrum-item:hover a:not(.btn),
.agenda-item:hover a:not(.btn){
    color: #FFFFFF !important;
}

.kenniscentrum-item:hover .btn,
.agenda-item:hover .btn {
    color: var(--primary) !important;
    background: #fff !important
}

.kenniscentrum-item:hover .btn::before,
.agenda-item:hover .btn::before {
    background: rgba(0, 0, 0, 0)
}

.kenniscentrum-item:hover .agenda__info i,
.agenda-item:hover .agenda__info i {
    color: #fff
}

.kenniscentrum-item .agenda__info,
.agenda-item .agenda__info {
    position: relative;
    padding-left: 25px
}

.kenniscentrum-item .agenda__info i,
.agenda-item .agenda__info i {
    color: var(--primary);
    position: absolute;
    left: 0;
    top: 3px;
    transition: .3s ease-out
}

.kenniscentrum-item figure,
.agenda-item figure {
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}

@media(max-width: 991px) {

    .kenniscentrum-item figure,
    .agenda-item figure {
        min-height: 200px
    }
}

.kenniscentrum-item figure img,
.agenda-item figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kenniscentrum-item figure.img-placeholder img,
.agenda-item figure.img-placeholder img{
    width: 100%;
    height: auto;
    margin: auto;
    transform: scale(2);
}

.kenniscentrum-item a,
.agenda-item a {
    color: inherit;
    text-decoration: none
}

.partner-item,
.partner-item {
    background: #fff;
    border: solid 1px #e2e2e2;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin: 0 0 40px;
    text-decoration: none;
    color: #000;
    transition: .3s ease-out;
}
.partner-item:hover{
    color: var(--primary);
}

.partner-item h2::after,
.partner-item h2::after {
    content: "";
    margin: 10px 0 0;
    display: block;
    width: 32px;
    height: 3px;
    background: var(--primary)
}

.partner-item figure,
.partner-item figure {
    margin: 0
}

.partner-item figure>span,
.partner-item figure>span {
    position: relative;
    display: block;
    padding-bottom: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

.partner-item figure>span.abs-cover,
.partner-item figure>span.abs-cover {
    padding-bottom: 80%
}

.partner-item figure>span.abs-cover img,
.partner-item figure>span.abs-cover img {
    padding: 0;
    object-fit: cover
}

.partner-item figure>span img,
.partner-item figure>span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
    padding: 25px
}

.partner-item figure figcaption span,
.partner-item figure figcaption span {
    display: block;
    padding: 15px 25px;
    line-height: 1;
    text-decoration: none;
    color: #000
}

.woocommerce-products-header__title {
    margin-bottom: 3rem
}

.ui-datepicker-calendar a.ui-state-default{
    background: #FFFFFF !important;
    text-decoration: none !important;
}

.ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default.ui-state-highlight,
.ui-datepicker-calendar .ui-datepicker-week-end a.ui-state-default.ui-state-highlight{
    background: #f4f4f4 !important;
}

.ui-datepicker-unselectable a.ui-state-default{
    background: #f4f4f4 !important;
}

.ui-datepicker-calendar .ui-state-default.ui-state-active{
    background: var(--primary) !important;
}

#fbuilder .top_aligned .fields label{
    font-weight: 600;
    font-size: 15px;
}
#fbuilder .slots{
    box-shadow: none !important;
    border: solid 1px #e9e9e9 !important;
    border-radius: 5px;
}

.cpp_form #fbuilder .availableslot a{
    font-size: 14px !important;
    background: transparent;
}
.cpp_form #fbuilder .ui-datepicker-inline{
    box-shadow: none !important;
    border: solid 1px #e9e9e9 !important;
}
.ui-datepicker-header{
    background: var(--primary);
    color: #FFFFFF;
    border: solid 1px var(--primary) !important;
    text-shadow: none !important;
}
.ui-datepicker-title{
    background: var(--primary);
    color: #FFFFFF;
}
#fbuilder .slots>span{
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 5px;
}
#fbuilder .slots div{
    border: solid 1px #e9e9e9 !important;
    border-radius: 5px;
}
.cpp_form #fbuilder .currentSelection a{
    border-radius: 5px;
    font-size: 15px;
}
.cpp_form #fbuilder .slotsCalendar a:hover {
    background: var(--primary);
    color: #fff;
}
.dfield.fslots .usedSlots{
    font-size: 15px;
}
.dfield.fslots .totalCost{
    font-weight: 600;
}
.content-editor a:not(.btn){
    color: var(--primary)
}
.p-gallery figure{
    position: relative;
    padding-bottom: 120%;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ebebeb;
    background: #000000;
}
.p-gallery figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-out;
}
.p-gallery figure:hover img{
    opacity: .8;
}
.project__status strong{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.project__status span{
    border: solid 1px #ebebeb;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.project__files{
    margin: 20px 0;
    padding: 20px 0;
    border-top: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
}
.project__partners{
    margin: 20px 0;
    padding: 20px 0;
    border-top: solid 1px #ebebeb;
}
.project-sidebar{
    position: sticky;
    top: 0;
}
.cloud-tag{
    flex-wrap: wrap;
}

.cloud-tag a{
    border: solid 1px var(--primary);
    border-radius: 20px;
    font-size: 14px;
    color: var(--primary);
    text-decoration: none;
    transition: .3s ease-out;
}
.cloud-tag a:hover{
    background: var(--primary);
    color: #FFFFFF;
}

.section--people figure{
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}
.section--people figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section--people h4{
    color: var(--primary)
}

.section--donate .form-wrapper .w-dmm_recurring_interval{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

#dmm_interval option[value="one"]{
    display: none;
}
/*# sourceMappingURL=style.css.map */