/* 
Theme Name: Hello Envirotivity
Theme URI: https://envirotivity.com
Description: Hello envirotivity is a child theme of Hello Elementor with all (hopefully) its products brand guidelines into a single theme (amazing isn't it?)
Author: Elementor Team + Envirotivity team
Author URI: https://envirotivity.com
Template: hello-elementor
Version: 1.2
Text Domain: hello-elementor-child
*/

/*
 STYLES ARE CURRENTLY UNDER CUSTOMIZE->CUSTOM CSS
*/
:root {
    --text: #424242;
    --text-white: #fff;
    --purple: #5A3ED3;
    --purple-light:#CCC4F2;
    --green: #00C880;
    --transparent: transparent;
    --new-green: #72ae47;
}

html {
    font-size: 16px;
}

body {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--e-global-typography-primary-font-family);
    line-height: 1.175 !important;
    margin-top: 0;
    color: var(--e-global-color-primary);
}

a{color: var(--purple);}
.elementor p a {
    color: var(--purple);
    text-decoration: underline;
}
table{font-size: 1em;}

/* text background*/
.purple-text-bg h1 {
    z-index: 5;
    position: relative;
}

.purple-text-bg .elementor-widget-container:before {
    content: '';
    position: absolute;
    width: 77%;
    border: 16px solid var(--e-global-color-secondary);
    left: 12%;
    top: 50%;
}

/* Gradient backgrounds */
.purple-green-gradient .elementor-column{
    background:linear-gradient(180deg, rgba(90, 62, 211, 0) 50%, #5A3ED3 80%, #00C880 100%);
}
.purple-gradient .elementor-column{
    background: linear-gradient(180deg,#5a3ed300 35%,#5A3ED3 85%);
}

/* Wave separators */
.purple-green-gradient .elementor-shape-bottom {
    z-index: 1 !important;
}
/* .gradient-wave {
    top: 0;
}

.gradient-wave svg {
    height: 18px;
    z-index: 1;
}

#gradient-color1 {
    stop-color: var(--e-global-color-accent);
}

#gradient-color2 {
    stop-color: var(--e-global-color-secondary);
} */

/* BUTTONS */
.elementor-button.elementor-size-lg {
    font-size: 1rem;
    padding: 16px 30px;
}

.btn-primary .elementor-button {
    background-color: var(--purple);
    border-color: var(--purple);
    color: var(--text-white)!important;
}

.btn-primary-2, a.btn-primary-2 {
    padding: 12px 21px;
    border-radius: 50px;
    background-color: var(--purple);
    border-color: var(--purple);
    color: var(--text-white);
    font-size: var(--e-global-typography-7032a37-font-size );
    font-family: var(--e-global-typography-text-font-family),Sans-serif;
    text-align: center;
}
.btn-primary-2:hover {
    color: var(--text-white);
}

/* .btn-primary .elementor-button:hover{background-color: var( --btn-red-hover );border-color: var( --btn-red-hover );color: var( --text );} */
.btn-secondary .elementor-button {
    background-color: var(--transparent);
    border-color: var(--purple);
    color: var(--text);
}

.btn-secondary-2, a.btn-secondary-2 {
    padding: 12px 21px;
    border-radius: 50px;
    border: 1px solid var(--purple);
    color: var(--e-global-color-text);
    font-size: var(--e-global-typography-7032a37-font-size );
    font-family: var(--e-global-typography-text-font-family),Sans-serif;
    text-align: center;
}
.btn-secondary-2:hover {
    color: var(--e-global-color-text);
}

/* .btn-primary .elementor-button:hover{background-color: var( --btn-red-hover );border-color: var( --btn-red-hover );color: var( --text );} */

/* CHIPS */
.chip-primary-light .elementor-button-wrapper .elementor-button, .chip-primary-light-widget {
    fill: var( --e-global-color-secondary );
    color: var( --purple );
    background-color: var(--purple-light);
    border-style: none;
    border-radius: 13px;
    padding: 12px 23px;
}

/* HELPERS */
.lock-scroll {
    overflow: hidden;
}
.btn-fw .elementor-button{width:100%;}

/* sticky-header */
header.sticky-header {
	--header-height: 60px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: #fff;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/* Sticky header activated */
header.sticky-header.elementor-sticky--effects {
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/* navbar logo */
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/*MOBILE MENU*/
#mobile-menu {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    background: #fff;
    width: 100vw;
    z-index: 999999;
    transition: right 0.5s;
}
#mobile-menu.active {
    right: 0;
}

#search-results .no-results {
    width: 100% !important;
}
#search-results h4 {
    text-align: center;
    margin-right: 10px;
}

/* CARDS */
.event-container, .social-container {
    width: 99.5%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.event-pagination,
.social-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
}

.event-pagination .swiper-button-next,
.event-pagination .swiper-button-prev,
.social-pagination .swiper-button-next,
.social-pagination .swiper-button-prev {
    position: initial;
    margin: 0;
    padding: 18px;
    background-image: none;
    --swiper-navigation-size: 24px !important;
}

.social-pagination,
.social-pagination .swiper-button-next,
.social-pagination .swiper-button-prev {
    color: #fff;
}

.event-container .swiper-pagination,
.social-container .swiper-pagination {
    position: inherit;
    max-width: 75px;
}

.event-card,
.social-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d9d9d9 !important;
    height: calc((100% - 20px) / 2) !important;
}

.event-card a {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-card p,
.social-card p {
    margin: 0;
}

.event-photo,
.social-photo {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.event-dates {
    color: #fff;
    background-color: #866aff;
    font-size: 0.8rem;
    padding: 8px 16px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
}

.social-handle {
    color: var(--e-global-color-secondary);
    background-color: #fff;
    font-size: 0.8rem;
    padding: 12px 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--e-global-color-secondary);
    margin: 10px;
}

.event-favorite {
    font-size: 22px;
    margin: 12px 10px;
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0;
}

.event-info {
    padding: 15px 16px;
    display: flex;
    align-items: flex-start;
    background: #fff;
    flex-direction: column;
    min-height: 144px;
}

.event-title h3 {
    font-size: 1.25rem;
    margin: 0;
}

.event-activity svg {
    width: 25px;
    fill: var(--e-global-color-secondary);
}
.promo-card .card-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #00000070;
}
.promo-card .event-photo {
    min-height: 326px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.promo-card .promo-heading, .promo-card .promo-heading h3, .promo-card .promo-heading h4 {
    z-index: 2;
    color: #fff;
    text-align: center;
}
.promo-card .promo-heading h4 {
    font-family: winkle,sans-serif;
    margin: 10px;
}
.promo-card .promo-cta {
    margin-bottom: 22px;
    z-index: 2;
}
.promo-card .promo-cta button {
    border: none;
}

/* SEARCH FILTER */
#menu-header {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}
#menu-header.sticky-hide {
    max-height: 0;
}
#search-filter-container{
    transition: padding 0.3s;
}
#search-filter-container.sticky{
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100vw;
    padding-bottom:5px;
}
#search-filter {
    display: flex;
    justify-content: center;
    max-width: 750px;
    margin: 0 auto;
}
#search-filter-opt-lists .opts-list .fts {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: inherit;
}
#search-filter-opt-lists .opts-list .fts li {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
}
#search-filter .filter-opt {
    border: 1px solid var(--e-global-color-be59aff);
    border-left: none;
    border-radius: 0px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
}
#search-filter .filter-opt:first-child {
    border-left: 1px solid var(--e-global-color-be59aff);
}
#search-filter .filter-opt.active {
    z-index: 101;
}
#search-filter .filter-opt svg {
    width: 14px;
    margin-right: 8px;
}
#search-filter .filter-opt i {
    margin-left: 8px;
}
#search-filter .filter-opt:focus {
    outline: 0;
}

/* div[data-option_list="fts"], button[data-option="fts"]{display: none !important;} */
#search-filter button[data-option="fts"] {
    background-color: #cccccc4d;
}
#search-filter button[data-option="fts"].active {
    background-color: #fff;
}
#search-filter-opt-lists .opts-list {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 64px;
    border-radius: 25px;
    overflow: hidden;
    min-width: 220px;
}
#search-filter-opt-lists .opts-list.active {
    z-index: 101;
    display: inherit;
}
#search-filter-opt-lists .opts-list ul {
    list-style: none;
    padding: 15px 4px 15px 15px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#search-filter-opt-lists .opts-list li {
    padding: 0 0px 8px;
}
#search-filter-opt-lists .opts-list ul::-webkit-scrollbar {
    background-color: transparent;
    width: 14px;
}
#search-filter-opt-lists .opts-list ul::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-be59aff);
    border-radius: 10px;
    border: 5px solid #fff;
}
#search-filter-opt-lists .opt-btn {
    border-color: var(--e-global-color-be59aff);
    padding: 6px 12px;
    display: flex;
    align-items: center;
}
#search-filter-opt-lists [data-option_list="where"] button {
    border: none;
}
#search-filter-opt-lists [data-option_list="where"] .opt-btn svg {
    width: 12px;
}
#search-filter-opt-lists [data-option_list=type] ul {
    min-width: 420px;
    max-width: 420px;
    display: flex;
    row-gap: 8px;
    column-gap: 4px;
    flex-wrap: wrap;
    align-content: flex-start;
}
#search-filter-opt-lists [data-option_list="type"] li {
    padding: 0;
}
#search-filter-opt-lists [data-option_list="fts"] {
    position: relative;
    top: 20px;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px;
    left: initial !important;
}
#search-filter-opt-lists .fts {
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
}
#search-filter-opt-lists .fts input, 
#search-filter-opt-lists .fts input:focus{border:none; outline:none;}
#search-filter-opt-lists .opts-list[data-option_list="fts"] .filter-controls {display: none;}
#search-filter-opt-lists .fts [value="search"] {
    border-radius: 0px 50px 50px 0px;
    min-width: 50px;
}
#search-filter-opt-lists .fts button[value="reset"] {
    font-size: 1.25em;
    background-color: #fff;
    border: none;
    color: var(--e-global-color-be59aff);
    margin-right: 5px;
}
#search-filter-opt-lists .opt-btn:hover{
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-d9deabd);
}
#search-filter-opt-lists .opt-btn.active {
    background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-d9deabd) !important;
}
#search-filter-opt-lists .opt-btn:focus {
    outline: 0;
    background-color: #fff;
    color: inherit;
}
#search-filter-opt-lists .opt-btn svg {
    position: relative;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    fill: currentColor;
    transition: fill .3s;
    margin-right: 8px;
}
#search-filter-opt-lists .opt-btn svg:last-child {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    fill: var(--e-global-color-be59aff);
    margin-right: 0;
}
#search-filter-opt-lists .filter-controls {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--e-global-color-be59aff);
    min-height: 58px;
}
#search-filter-opt-lists .opt-btn[value="search"] {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-d9deabd);
}#search-filter-opt-lists .opt-btn[value="reset"] {
    background-color: var(--e-global-color-be59aff);
}
#event-calendar.active {max-height: 300px;}
#event-calendar {max-height: 0;overflow: hidden;transition: max-height 0.5s;margin-top: 10px;}
#event-calendar .flatpickr-calendar.arrowTop:after, #event-calendar .flatpickr-calendar.arrowTop:before {display:none;}
#event-calendar .flatpickr-calendar.inline {border: 1px solid #ccc;top: 0px;}
#event-calendar .flatpickr-month .flatpickr-current-month{display: flex;align-items: center;justify-content: space-between;}
#event-calendar .flatpickr-day.selected.startRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange, .flatpickr-day.endRange {background: var(--e-global-color-secondary); border-color: var(--e-global-color-secondary);}
#filter-overlay {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0000004a;
}
#filter-overlay.active {display: inherit;}
#search-load-more-btn {
    display: none;
}
.direct-filter-list.btn-list a {
    border: 1px solid var(--purple);
    padding: 12px 20px;
    border-radius: 50px;
    color: var(--e-global-color-primary);
}

.direct-filter-list.btn-list a {
    border: 1px solid var(--purple);
    padding: 12px 20px;
    border-radius: 50px;
    color: var(--e-global-color-primary);
}
.direct-filter-list.btn-list a:hover, .direct-filter-list.btn-list a[data-query="kids/month"] {
    background-color: var(--purple);
    color: var(--text-white);
}
/* /SEARCH FILTERS */

/* NEWSLETTER */
input[type="email"] {
    border-radius:10px !important;
    border:2px solid;
}
input[type="email"] {
    border-image: linear-gradient(to right, #5b40cc, #00b186) 1;
}
.newsl-response-ele {
    max-height: 200px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.newsl-response-ele.envirotivity-hide {
    max-height: 0;
}
#newsletter-response-body {
    text-align: center;
    margin: 15px 0 0 0;
}

/* SHORTCODES */

.tags-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.tags-container a{text-decoration: none;}

.event-cta-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.event-cta-container p{
    font-size: 0.75rem;
}

.workshop-tabs{display: none;}
.workshop-tabs.active{display: block;}
.workshop-tabs h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--new-green);
    margin: 8px 0;
}
.workshop-tabs ul{
    margin-bottom: 16px;
}
.workshop-tab-buttons {
    border-bottom: none;
}

.workshop-tab-buttons .elementor-button {
    border:none;
}

.tab-buttons.active .elementor-button {
    color: var(--purple);
    border-bottom: 3px solid var(--purple) !important;
}

#workshop-highlights {
    list-style: none;
}
  
#workshop-highlights li::before {
    content: "\2022";
    color: transparent;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: -25px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    background-color: var(--new-green);
    border-radius: 50%;
}

#workshop-keypoints {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    justify-items: center;
}

#workshop-keypoints .ws-item {
    display: flex;
    align-items: center;
}

#workshop-keypoints i, #workshop-keypoints svg {
    margin-right: 10px;
    margin-top: 10px;
    color: var(--new-green);
    font-size: 24px;
    width: 24px;
}
#workshop-keypoints p {
    margin: 0;
    font-weight: 200;
}

/* EVENT PAGE */
.event-hero .elementor-column {
    height: 400px;
    overflow: hidden;
    border-radius: 25px;
}

.feature-event .elementor-column{ /* OLD fetured events module */
    min-height: 300px !important;
}

.featured-container {
    display: grid;
    grid-template-rows: repeat(4,65px);
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    justify-content: center;
}

.featured-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
}

.featured-item {
    border-radius: 20px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.featured-item-content {
    padding: 10px;
    background-image: linear-gradient(180deg,#FFFFFF00 0%,#000000a8 45%);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 110px;
}

.featured-item-content h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}

.featured-item:nth-child(1) {
    grid-row: 1/5;
    grid-column: 1/3;
}

.featured-item:nth-child(2) {
    grid-row: 1/5;
    grid-column: 3/4;
}

.featured-item:nth-child(3) {
    grid-row: 1/5;
    grid-column: 4/5;
}

/*** BLOG ***/
.blog-content-container h3,
.blog-content-container h4{
    color: var( --e-global-color-4e0ee9f );
    font-style: italic;
}
.blog-content-container p a,
.blog-content-container p a:hover{
    color: var( --e-global-color-4e0ee9f );
    text-decoration: none;
    border-bottom:1px solid;
}
.blog-content-container ul {
    margin-bottom:0.9rem; 
}
.blog-content-container li {
    margin-block-end: 0.3rem;
}
.blog-content-container blockquote {
    background-color: var(--e-global-color-8fa5d91);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    margin: 40px 10px;
}
.blog-content-container blockquote p {margin-block-end: 0;max-width: 90%;}
.blog-content-container blockquote::before {
    content: "\f0eb";
    background-color: #fff;
    color: var( --e-global-color-4e0ee9f );
    border-radius: 10px;
    border: 1px solid;
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    left: 0px;
    bottom: 30px;
    position: relative;
    width: 76px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*** CONTACT US FORM **/
#contactForm h3{
    text-align: center;
    margin-bottom: 30px;
}
#contactModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#contactModal .modal-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

#contactModal .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

#contactModal .form-field {
    margin-bottom: 1rem;
}

#contactModal .form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

#contactModal .form-field input,
#contactModal .form-field textarea {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
}

#contactModal .submit-btn:hover,
#contactModal .submit-btn:focus {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-d9deabd);
}

#contactModal .error-message {
    color: red;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
    .featured-container {
        grid-template-rows: repeat(8, 50px);
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-item:nth-child(1) {
        grid-row: 1/5;
        grid-column: 1/3;
    }

    .featured-item:nth-child(2) {
        grid-row: 5/9;
        grid-column: 1/2;
    }

    .featured-item:nth-child(3) {
        grid-row: 5/9;
        grid-column: 2/3;
    }
    .featured-item-content h5 {
        font-size: 18px;
    }

    /*** BLOG ***/
    .blog-content-container blockquote {
        gap: 10px;
    }
    .blog-content-container blockquote p {
        max-width: 80%;
    }
    .blog-content-container blockquote::before {
        width: 160px;
    }
}

/* HOJAR OVERRIDES */
._hj--NfhW__ExpandedWidget__innerContainer {
    width: 100% !important;
}
._hj-cl39T__MinimizedWidgetMessage__message button._hj-SU8LU__styles__primaryButton {
    display: none !important;
}
#_hj_feedback_container ._hj-PFeiP__MinimizedWidgetMessage__messageText {
    font-size: 16px;
    padding: 20px;
}
#_hj_feedback_container ._hj-ONMkJ__MinimizedWidgetMessage__close {
    width: 30px !important;
    height: 30px !important;
}

@media all and (max-width:1025px){
    
    /*** SEARCH FILTER ****/
    #search-filter .filter-opt {
        padding: 8px 12px;
    }
    #search-filter {
        justify-content: center;
    }
}

@media all and (max-width:599px) {

    .chip-primary-light-widget {
        padding: 4px 8px;
    }

    /*** SEARCH FILTER ****/
    #search-filter-opt-lists .opt-btn:hover {
        outline: 0;
        background-color: #fff;
        color: inherit;
    }
    #search-filter {
        overflow: scroll;
        justify-content: inherit;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    #search-filter::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    #search-filter {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    #search-filter-opt-lists .opts-list.active {
        top: 42px;
        width: 100%;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #search-filter-opt-lists .opts-list ul {
        max-height: inherit;
    }
    #search-filter-opt-lists .opts-list[data-option_list="fts"] {
        top: 0;
    }
    #fts-mobile {
        border: none;
        padding: 10px;
        color: var(--e-global-color-secondary);
    }
    #search-filter button[data-option="fts"]{display: none !important;}
    /*** /SEARCH FILTER ****/

    .event-container[data-widget_type="normal"] .swiper-wrapper,
    .event-container[data-widget_type="related"] .swiper-wrapper {
        height: inherit;
    }

    .event-container[data-widget_type="search"] .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .event-container[data-widget_type="search"] .event-card {
        max-height: 0px;
        overflow: hidden;
        transition: all 0.4s ease;
        opacity: 0;
        border-width: 0 !important;
    }
    .event-container[data-widget_type="search"] .event-card.active {
        max-height: 500px;
        opacity: 1;
        margin-bottom: 32px;
        border-width: 1px !important;
    }

    .event-container[data-widget_type="normal"] .event-pagination,
    .social-container .social-pagination {
        display: none;
    }

    [data-widget_type="search"] .event-pagination .swiper-button-next,
    [data-widget_type="search"] .event-pagination .swiper-button-prev,
    [data-widget_type="search"] .event-pagination .swiper-pagination{
        display: none;
    }
    [data-widget_type="search"] .event-pagination{
        margin-top:0;
    }

    #search-load-more-btn.active {
        display: inherit;
    }

    [data-widget_type="search"] .event-info{
        min-height: fit-content;
    }

    /* EVENT PAGE */
    .event-hero .elementor-column {
        height: 180px;
        border-radius: 20px;
    }

    .feature-event .elementor-column{
        min-height: 240px !important;
    }

    .feature-event .elementor-background-overlay{
        background-color: #00000070 !important;
    }

    /* Workshop tabs */
    .workshop-tab-buttons.elementor-sticky--effects {
        width: 100% !important;
        left: 0 !important;
        top: 58px !important;
    }
    .workshop-tab-buttons .elementor-widget-wrap {
        overflow: scroll;
        flex-wrap: nowrap;
        padding: 0;
    }
    .workshop-tab-buttons .elementor-button {
        width: max-content;
        padding: 8px 32px;
    }

    /* Workshop keypoints */
    #workshop-keypoints {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 60% 40%;
        justify-items: stretch;
        background-color: var(--e-global-color-8fa5d91);
        padding: 10px;
        border-radius: 8px;
    }

    /* Contact us form */
    #contactModal .modal-content {
        padding: 1rem;
    }
}