/*
Theme Name: Hello Elementor Child
Theme URI: https://gauditours.de/
Template: hello-elementor
Author: Touhidul Sadeek
Author URI: http://www.devtoday.pro/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0
*/

.ekit-template-content-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    font-weight: 600;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li.contact-nav>a {
    background: #F9B51C;
    border-radius: 4px;
    padding: 12px 20px !important;
    margin-left: 12px;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li.contact-nav>a:hover {
    background: #00C0EC !important;
    color: #000000 !important;
}

.icon-box .elementor-icon-wrapper {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-box .elementor-heading-title span {
    background: #7024DF;
    display: inline-block;
    padding: 6px;
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-radius: 16px 16px 0 0 !important;
}

.post-card .post-card-title .elementor-heading-title {
    display: inline;
    background: #7024df;
    white-space: break-spaces;
    padding: 2px;
}

.single-event-item {
    border-radius: 24px;
    background: #FFFFFF;
    overflow: hidden;
}

.event-image {
    height: 285px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event-text {
    padding: 32px 24px;
}

.event-text h2 {
    background: #7024DF;
    display: inline;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    white-space: break-spaces;
    padding: 2px;
    text-transform: uppercase;
}

.event-text h2 a {
    color: #fff;
}

.event-text p {
    font-size: 17px;
}

.event-text h3 {
    font-size: 36px;
    color: #38D430;
    font-weight: 600;
    margin: 0 0 10px;
}

.event-text p:last-child {
    margin: 0;
}

.event-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.event-category-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
}

.event-category-list {
    margin: 0 0 32px;
}

.event-category-list input {
    display: none;
}

.event-category-list label {
    border: 1px solid #7024DF;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px;
    background: #E8DCFA;
    cursor: pointer;
}

.event-category-list input:checked~label,.event-category-list label:hover {
    background: #7024DF;
    color: #fff;
}

.loading {
    text-align: center;
    margin-bottom: 30px;
    display: none;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: currentColor;
    margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icon-card .elementor-icon-box-icon {
    background: #F9B51C;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px !important;
}

.simplefavorite-button.preset {
    position: absolute;
    right: 16px;
    z-index: 1;
    background: #FEF3DB url(img/love.svg) no-repeat scroll center center / 25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    top: 16px;
    border: 0;
}

.simplefavorite-button.preset.active,
.simplefavorite-button.preset:hover {
    background: #FEF3DB url(img/favorite-red.svg) no-repeat scroll center center / 25px;
}

.event-filter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    margin-bottom: 44px;
}

.event-filter-slector {
    position: absolute;
    border: 2px solid #7024DF;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 8;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-top: 8px;
    max-height: 225px;
    overflow: auto;
    opacity: 0;
    height: 0;
    transition: 0.3s all;
    visibility: hidden;
    top: 150%;
}

.event-filter {
    position: relative;
    border: 2px solid #7024DF;
    border-radius: 8px;
    background: #fff;
}

.event-filter.open {
    background: #E8DCFA;
}

.event-filter>label {
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    background: #F4F1EA;
    top: -12px;
    left: 15px;
    padding: 3px 5px;
}

.event-filter .placeholder {
    padding: 16px;
    color: rgba(0, 0, 0, 0.64);
    font-size: 16px;
    cursor: pointer;
    background: url(img/arrow-down.svg) no-repeat scroll center right 16px;
}

.event-filter.open .placeholder {
    background-image: url(img/arrow-up.svg);
    color: #000;
}

.event-filter.open .event-filter-slector {
    opacity: 1;
    height: auto;
    visibility: visible;
    top: 100%;
}

.event-filter-slector ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.event-filter-slector ul li label {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    align-items: center;
    cursor: pointer;
}

.event-filter-slector ul li:hover {
    background: #E8DCFA;
}

.event-filter-slector ul li input {
    display: none;
}

.event-filter-slector ul li label .selector-check {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 2px;
    position: relative;
}

.event-filter-slector ul li input:checked~label .selector-check:before {
    content: "";
    background: #7024DF;
    position: absolute;
    inset: 3px;
    border-radius: 2px;
}

.btn-load-more {
    background: #F9B51C;
    color: #000;
    border: 0;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 20px;
}

.event-list-wrapper .btn-load-more {
    margin-top: 48px;
}

.menu_float_badge {
    background-color: #7024DF;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    top: -1px;
    display: inline-block;
}

.soon_float_badge {
    background-color: #E8E5FF;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #7024DF;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 10px;
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    .elementskit-megamenu-panel {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {

    .event-list-grid,
    .event-filter-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-text h2,
    .event-text h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li.contact-nav>a {
        width: 94%;
    }

    .event-list-grid,
    .event-filter-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* v2 */
.design-v2 .event-category-list input:checked~label,.design-v2 .event-category-list label:hover {
    background: #F62542;
}

.design-v2 .event-category-list label {
    border-color: #F62542;
    background: #fcd9de;
}

.design-v2 .event-text h2 {
    background: #F62542;
}

.card-box.v2 .elementor-heading-title span,.design-v2 .elementor-heading-title span {
    background: #F62542;
}

.design-v2 .event-text h3 {
    color: #7024E0;
}