html {
    margin-top:0px!important;
}

.home-banner-title h2 {

}

.home-banner-sub-title h2 {
    color: inherit!important;
}

footer h6 {
    color: inherit!important;
}
footer a {
    color: inherit!important;
}

.header-logo-title h2,
.header-logo-title h2 a {
    color: #fff!important;
}


.header-container-holder {

}
.header-inner-holder {

}
.header-logo-holder {

}
.header-menu-holder {

}
.header-menu {

}
.header-menu-mobile {
    display:none
}

.header-menu-holder  ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width : 1025px) {
    .header-logo-holder {
        width: 30%!important;
    }
    .header-menu-holder {
        width: 70%!important;
    }
}
@media only screen and (max-width : 992px) {
    .header-logo-holder {
        width: calc(100% - 50px)!important;
        justify-content: flex-start !important;
    }

    .header-menu-holder {
        width: auto !important;
        display: block;
        position: absolute !important;
        top: 0px !important;
        right: 0px !important;
        z-index: 999;
    }
    .header-menu {
        position: fixed;
        top: 90px;
        left: 100%;
        width: 100% !important;
        transition: left 0.3s ease-in-out !important;
    }
    .header-menu ul,
    .header-menu ul li {
        margin: 0px!important;
        width: 100%;
        border-bottom:#fff solid 1px;
    }
    .header-menu ul li {
        margin: 0px!important;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #A48A7A;
        border-top:#fff solid 1px;
    }
    .header-menu ul li a {
        font-size: 2em !important;
    }
    body.show-mobile-menu .header-menu {
        left: 0%;
    }
    .header-menu-mobile {
        display:block;
        margin-left:15px;
    }
}

body.home .header-logo-title {
    display: none;
}
body.home .menu-sticky.sticky .header-logo-title {
    display: block;
}

#themephi-header.header-style-1 .header-inner.tp-sticky {
    background-color: rgba(0,0,0,0.7);
}

#wpadminbar {
    display:none;
}
.header-logo-title:hover + #wpadminbar {
    display:block;
}

.themephi-breadcrumbs .breadcrumbs-single:has(> img):before {
    content: '';
    display: 'block';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.elementor-icon-list-item > a[data-bg-color] {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.elementor-icon-list-item > a[data-bg-color]:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    transition: background-color 0.3s;
}
.elementor-icon-list-item > a[data-bg-color="blue"] {
    background-color:#68B9BD;
}
.elementor-icon-list-item > a[data-bg-color="yellow"] {
    background-color:#FFB42A;
}
.elementor-icon-list-item > a[data-bg-color="orange"] {
    background-color:#EE8054;
}
.elementor-icon-list-item > a[data-bg-color]:hover {
    color: #fff!important;
}
.elementor-icon-list-item:hover > a[data-bg-color] .elementor-icon-list-text {
    color: #fff!important;
}
.elementor-icon-list-item > a[data-bg-color]:hover:before {
    background-color: rgba(0,0,0,0.3);
}

body.single-tribe_events .main-contain #content {
    padding-top: 0px;
    padding-bottom: 0px;
}
body.single-tribe_events .main-contain #content .tribe-events-pg-template {
    padding: 0px;
}


body:not(.home):not(.single-tribe_events) .main-contain #content {
    padding-top: 12px;
    padding-bottom: 12px;
}

div:has(> .side-title) {
    display: relative;
}
.side-title {
    position: absolute;
    top: 50%;
    left: 0px;
}
.side-title > div {
    position: absolute;
    top: 50%;
    /* left: 0px; */
    width: 0px;
    height: 0px;
    left: 80px;
    transform: rotate(270deg);
    transform-origin: center;
}
.side-title > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    font-weight: bold;
    white-space: nowrap;
    /* color: rgba(0, 0, 0, 0.2); */
    color: #A48A7A;
    opacity: 0.5;
}

@media only screen and (max-width : 1444px) {
    .side-title {
        display: none;
    }
}

.testimonial_section1 .testi_item { background-color:#68B9BD; } /*blue*/
.testimonial_section1 .testi_item.color1 { background-color:#FFB42A; } /*yellow*/
.testimonial_section1 .testi_item.color2 { background-color:#EE8054; } /*orange*/
.testimonial_section1 .testi_item.color3 { background-color:#A48A7A; } /*brown*/

.testimonial_section1 .testi_item.color4 { background-color:#68B9BD; } /*blue*/
.testimonial_section1 .testi_item.color5 { background-color:#FFB42A; } /*yellow*/
.testimonial_section1 .testi_item.color6 { background-color:#EE8054; } /*orange*/
.testimonial_section1 .testi_item.color7 { background-color:#A48A7A; } /*brown*/

.testimonial_section1 .testi_item.color8 { background-color:#68B9BD; } /*blue*/
.testimonial_section1 .testi_item.color9 { background-color:#FFB42A; } /*yellow*/
.testimonial_section1 .testi_item.color10 { background-color:#EE8054; } /*orange*/
.testimonial_section1 .testi_item.color11 { background-color:#A48A7A; } /*brown*/

.custom_accordion .e-n-accordion-item#blue { background-color:#68B9BD!important; }
.custom_accordion .e-n-accordion-item#yellow { background-color:#FFB42A!important; }
.custom_accordion .e-n-accordion-item#orange { background-color:#EE8054!important; }
.custom_accordion .e-n-accordion-item#brown { background-color:#A48A7A!important; }

.custom_accordion .e-n-accordion-item#blue,
.custom_accordion .e-n-accordion-item#yellow,
.custom_accordion .e-n-accordion-item#orange,
.custom_accordion .e-n-accordion-item#brown { margin-bottom: 5px; }

.custom_accordion .e-n-accordion-item#blue svg path,
.custom_accordion .e-n-accordion-item#yellow svg path,
.custom_accordion .e-n-accordion-item#orange svg path,
.custom_accordion .e-n-accordion-item#brown svg path { fill:#333!important; }

#kraampjes .slider_btn_area .slider_btn_inner {
    background-color:#EE8054;
}

.rowno-gutters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#top-to-bottom i {
    background-color:#EE8054;
}

.wpcf7-form label {
    display: block;
}
.wpcf7-form:has(.form-keep-me-posted) {
    max-width: 400px;
}
.form-keep-me-posted {

}
.form-keep-me-posted > p {
    display: block;
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-radius: 30px;
    padding: 3px;
    position: relative;
}
.form-keep-me-posted > p:after {
    content: '';
    display: block;
    clear: both;
}
.form-keep-me-posted [data-name="your-email"],
.form-keep-me-posted [type="submit"] {
    display: block;
    float: left;
}
.form-keep-me-posted [data-name="your-email"] {
    width: calc(100% - 50px);
    clear: both;
}
.form-keep-me-posted [data-name="your-email"] input {
    margin: 0px!important;
    background-color: transparent !important;
    border: 0px !important;
    outline: none !important;
    color: #fff!important;
}
.form-keep-me-posted [data-name="your-email"] input::placeholder {
    color: #ccc!important;
}
.form-keep-me-posted [data-name="your-email"] input:-webkit-autofill,
.form-keep-me-posted [data-name="your-email"] input:-webkit-autofill:hover,
.form-keep-me-posted [data-name="your-email"] input:-webkit-autofill:focus,
.form-keep-me-posted [data-name="your-email"] input:-webkit-autofill:active {
    
    /*-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: inherit !important;*/

    /*-webkit-background-clip: text;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #FFFFFF1A;*/
}
.form-keep-me-posted [data-name="your-email"] span {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.form-keep-me-posted [type="submit"] {
    float: right;
    width: 48px;
    height: 48px;
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px !important;
    background-color: transparent !important;
    border-radius: 30px !important;
    border: 0px !important;
}
.form-keep-me-posted svg{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    object-fit: contain;
}
.form-keep-me-posted .wpcf7-spinner {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    left: 50%;
    transform: translateX(-50%);

}
.form-keep-me-posted br {
display: none;
}


.tp-events-dynamic-wrapp > .row > div:nth-of-type(1) > div,
.tp-events-dynamic-wrapp > .row > div:nth-of-type(1) .events-text { background-color:#68B9BD!important; } /*blue*/
.tp-events-dynamic-wrapp > .row > div:nth-of-type(2) > div,
.tp-events-dynamic-wrapp > .row > div:nth-of-type(2) .events-text  { background-color:#FFB42A!important; } /*yellow*/
.tp-events-dynamic-wrapp > .row > div:nth-of-type(3) > div,
.tp-events-dynamic-wrapp > .row > div:nth-of-type(3) .events-text  { background-color:#EE8054!important; } /*orange*/

.tp-events-dynamic-wrapp > .row > div .events-btn { background-color:#A48A7A!important; }

.tp-events-dynamic-wrapp .themephi-addon-events { height: 100%; }
.tp-events-dynamic-wrapp .events-text { border-bottom: 0px!important; }