/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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: 3.4.6.1769689124
Updated: 2026-01-29 07:18:44

*/

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.list-of-categories ul {
    padding: 0;
}

/* =====================
   Custom Post List
===================== */

.custom-post-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
}

.custom-post-list > div {
    width: calc(100% / 3 - 30px);
    padding: 25px 15px;
    margin: 0 15px;
    border-radius: 10px;
    box-shadow:
        0px 0px 55px rgba(0, 0, 0, 0.06),
        0px 33.5362px 20.6377px rgba(0, 0, 0, 0.01),
        0px 15.4783px 15.4783px rgba(0, 0, 0, 0.01),
        0px 3.86956px 7.73913px rgba(0, 0, 0, 0.01);
}

.custom-post-list .post-title h3 a {
    color: var(--e-global-color-69fbbbe);
    font-size: 23px;
    line-height: 1.3;
    color: var(--e-global-color-69fbbbe);
    text-transform: capitalize;
    font-weight: 700;
}
.custom-post-list .post-title h3  {
    font-size: 23px;
    line-height: 1.3;
    color: var(--e-global-color-69fbbbe);
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
}

.post-title .d-flex span {
    font-size: 18px;
    margin-right: 10px;
    color: #000;
}
.post-published span {
    display: block;
}

/* =====================
   Featured Image
===================== */

.box-post {
    height: 100%;
}
.top-post-data {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-post-list .post-title {
     width: calc(100% - 100px);
}
.featured {
    display: inline-block;
    font-size: 0;
    height: 100%;
}
.saved-job {
}

.custom-post-list .featured img {
    max-width: 61px !important;
    height: 61px !important;
    object-fit: cover;
    border-radius: 10px !important;
}

.single-job ul {
    padding: 0px 20px 20px;
}

.single-job h2 {
    font-size: 40px !important;
    margin-top: 30px;
    text-transform: capitalize !important;
    line-height: 1.2em !important;
    color: var(--e-global-color-69fbbbe) !important;
}
.single-job h3 {
    font-size: 32px !important;
}

.single-job h4 {
    font-size: 26px !important;
}

.single-job h5 {
    font-size: 22px !important;
}


/* =====================
   Top / Bottom Data
===================== */

.top-post-data  .post-flex-top > .d-flex {
    gap: 14px;
    width: 100%;
}

.bottom-bar {
    margin-top: 10px;
    justify-content: space-between;
}

.justify-space-between {
    justify-content: space-between;
}

/* =====================
   Categories
===================== */

ul.h-list li {
    margin-bottom: 10px;
}

.list-of-categories {
    margin: 18px 0;
}

.list-of-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.list-of-categories ul li {
    display: inline;
}

.list-of-categories ul li a {
    color: #19213D;
    background: #F7F8FA;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
}

/* =====================
   Meta Info
===================== */

span.adverstise {
    display: flex;
    align-items: center;
    color: var(--e-global-color-aeb1025);
}

span.adverstise img {
    margin-right: 5px;
}

.salary-app span {
    color: #19213D;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Inter';
    letter-spacing: -0.36px;
}

.post-published span {
    color: #666F8D;
    font-size: 14px;
}

/* =====================
   Sorting
===================== */

.sorting-count {
    margin-bottom: 30px;
    align-items: center;
}

.sorting-count span {
    font-size: 18px;
    color: #000;
}

.sorting {
    display: flex;
    align-items: center;
    position: relative;
}

.sorting span {
    display: inline-block;
    width: 100%;
}

.sorting select {
    position: relative;
    z-index: 11;
    min-width: 150px;
    padding: 3px 10px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Mona Sans';
    color: #000;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
    border: 1px solid rgb(255 79 10 / 25%);
    border-radius: 7px;
}

/* =====================
   Filter Bar
===================== */

form.job-filter-bar.d-flex {
    background: #F7F7F7;
    padding: 35px;
    gap: 26px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
}

.filter-field {
    width: 18.675%;
}

.filter-field label {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    color: #141414;
    margin-bottom: 10px;
}

.filter-field input,
.filter-field select {
    background-color: #EAEAEA;
    border-color: #EAEAEA;
    border-radius: 9px;
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 500;
    padding: 16px 20px;
    appearance: none;
}

.post-flex-top {
    display: flex;
    justify-content: space-between;
}
.saved-job img {
    cursor: pointer;
}

/* =====================
   Filter Button
===================== */

.filter-field.filter-btn button {
    width: 100%;
    padding: 10px;
    border-radius: 9px;
    background-color: var(--e-global-color-aeb1025);
    color: var(--e-global-color-f71c09a);
    border: 1px solid var(--e-global-color-aeb1025);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.filter-field.filter-btn button img {
    margin-right: 20px;
}

.filter-field.filter-btn button:hover {
    background: var(--e-global-color-69fbbbe);
    border-color: var(--e-global-color-69fbbbe);
}

/* =====================
   Load More
===================== */

button#load-more-jobs {
    display: block;
    margin: 70px auto 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Mona Sans", sans-serif;
    color: var(--e-global-color-f71c09a);
    background-color: var(--e-global-color-aeb1025);
    border: 1px solid var(--e-global-color-aeb1025);
}

button#load-more-jobs:hover {
    background: var(--e-global-color-69fbbbe);
    border-color: var(--e-global-color-69fbbbe);
}



/* =====================
   Calendar
===================== */

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link{
    color: #1750AC;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link:hover{
    color: var( --e-global-color-aeb1025 );
}
body button.tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #1750AC;
    font-family: "Mona Sans", Sans-serif;
    font-weight: 700;
    line-height: 1.2;
    fill: var(--e-global-color-f71c09a);
    color: var(--e-global-color-f71c09a);
}
body button.tribe-common-c-btn.tribe-events-c-search__button:hover{
    background-color: var(--e-global-color-aeb1025);
}
.archive .tribe-events--filter-bar-horizontal.tribe-common--breakpoint-medium{margin-left: 0;}

.archive .tribe-common .tribe-common-b2,.archive .tribe-events-calendar-list li span{
    font-family: "Mona Sans", Sans-serif !important;
}

.archive .tribe-events-calendar-list li.tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin: 0;
}
.archive .tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title{order: 1;margin: 0;}
.archive .tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a {font-family: 'Inter' !important;font-weight: 600;}
.archive .tribe-common .tribe-common-l-container{max-width: 1260px;z-index: 1;position: relative;}
.archive .tribe-events .tribe-events-calendar-list__month-separator{margin-bottom: 30px;}
.archive .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {background: #cececeba;}
.archive .tribe-events-calendar-list li.tribe-common-g-row.tribe-events-calendar-list__event-row {margin: 0 0 30px 0px;}
.archive .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag{display: flex;justify-content: center;}
.archive .tribe-events-calendar-list__event-date-tag-weekday{font-size: 18px !important;}
.archive .tribe-events-calendar-list__event-date-tag-daynum{font-size: 26px !important;}
.archive .tribe-events .tribe-events-calendar-list__event-date-tag-datetime{justify-content: center;}
.archive .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button {
    background-color: #1750AC;
    font-family: "Mona Sans", Sans-serif;
    font-weight: 700;
    line-height: 1.2;
    fill: var(--e-global-color-f71c09a);
    color: var(--e-global-color-f71c09a);
    border-color: #1750AC;
}
.archive .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button:hover{
    background-color: var(--e-global-color-aeb1025) !important;
    border-color: var( --e-global-color-aeb1025 );
}
.archive .tribe-events-calendar-list__event-datetime-wrapper time {
    font-weight: 600;
    color: #000;
}
.archive .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100%;
}
.archive div#tribe-events-c-subscribe-dropdown-content {background: #1750ac;}
.archive .tribe-events-c-subscribe-dropdown__content li a{color: #fff;}
.archive .tribe-events-c-events-bar__search-form{gap: 20px;}
.archive form.tribe-events-c-search  input#tribe-events-events-bar-keyword {
    background: #F8F8F8 !important;
    color: #544D4D;
    font-size: 15px !important;
    border: 1px solid #1750AC;
    padding: 20px !important;
    border-radius: 20px;
}
.archive .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: column;
    row-gap: 20px;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100% !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper img {
    height: 100% !important;
}

.tribe-events-c-subscribe-dropdown__content{background: #1750ac;}
.tribe-events-c-subscribe-dropdown__content li a{color: #fff;}

.archive .tribe-events-c-nav__next, .archive .tribe-events-c-nav__prev {
    background: transparent;
    border: 1px solid;
    color: var( --e-global-color-aeb1025 );
    padding: 10px 20px;
    border-radius: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Mona Sans' !important;
    font-size: 16px;
}
.archive .tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover {
    color: var( --e-global-color-aeb1025 )
}

.archive .tribe-events-c-nav__next:hover, .archive .tribe-events-c-nav__prev:hover {
background-color: #1750AC;border-color: #1750AC;color: #fff;
}

button.tribe-events-c-events-bar__filter-button {
    background-color: #1750AC !important;
    font-family: "Mona Sans", Sans-serif;
    line-height: 1.2;
    color: #fff;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar{gap: 20px;}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.tribe-events-header button:hover{
    background-color: var(--e-global-color-aeb1025) !important;
    border-color: var(--e-global-color-aeb1025) !important;
}
header.tribe-events-header button:not(.tribe-events-c-top-bar__nav-link--next,.tribe-events-c-top-bar__nav-link--prev) {
    background-color: #1750AC !important;
    font-family: "Mona Sans", Sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
    fill: var(--e-global-color-f71c09a);
    color: var(--e-global-color-f71c09a);
    height: auto;
    padding: 14px 20px !important;
    border-color: #1750AC !important;
}
header.tribe-events-header button:not(.tribe-events-c-top-bar__nav-link--next,.tribe-events-c-top-bar__nav-link--prev):hover{
    background-color: var(--e-global-color-aeb1025) !important;
    border-color: var(--e-global-color-aeb1025) !important;
    color: #fff;
}
.tribe-events-calendar-list li.tribe-events-calendar-list__month-separator h3 {
    color: #1750ac;
}
.tribe-events-c-top-bar__nav-link--next,.tribe-events-c-top-bar__nav-link--prev{
    padding: 0;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container{
    border: 1px solid #000;
    border-radius: 10px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
    background: #F8F8F8 !important;
    color: #544D4D;
    font-size: 13px;
    border: 1px solid #1750AC;
}
ul.tribe-events-calendar-list {
    margin: 50px 0px;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
    display: flex;
    align-items: center;
}
.post-type-archive-tribe_events .tribe-events-c-top-bar__nav-list button {
    padding: 10px;
    border: 0;
}
.tribe-events-c-top-bar__nav-list button svg path{color: #1750AC;opacity: 0.6;}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close {
    display: flex;
    align-items: center;
    height: 20px;
    position: absolute;
    right: var(--tec-spacer-3);
    top: 18px;
    width: 20px;
    padding: 0 !important;
}
.tribe-events .datepicker .day {
    padding: 11px 0 !important;
    width: 48px;
    background-color: transparent !important;
    color: inherit !important;
}

.datepicker .datepicker-switch{width: auto !important;}

/* single Event */
.tribe_events-template-default .tribe-events-schedule span.tribe-event-date-start, .tribe_events-template-default .tribe-events-schedule .tribe-event-time {
    font-weight: 600;
}
.tribe_events-template-default .tribe-events-schedule{margin: 0 0 50px;}
h2.tribe-events-related-events-title {
    font-family: "Inter", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--e-global-color-69fbbbe);
}
.tribe-related-events h3.tribe-related-events-title {
    font-size: 25px !important;
    font-family: 'Inter' !important;
    margin: 0 !important;
}
.tribe-related-event-info > span {
    font-weight: 700;
}
.tribe-events-single .tribe-events-sub-nav a {
    color: var(--e-global-color-aeb1025) !important;
}
.tribe-related-event-info {
    padding: 20px !important;
}
.tribe-related-events h3.tribe-related-events-title a:hover {
    color: var(--e-global-color-aeb1025) !important;
}
.tribe_events-template-default .tribe-events-single-event-description p br{display: none;}
.tribe-events-pg-template {
    margin: 50px auto 0 !important;
    max-width: 1260px !important;
    padding: 0 20px !important;
}
.tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content {
    font-family: 'Mona Sans' !important;
    font-size: 16px !important;
}

.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__button-text {
    border-color: #1750AC !important;
    background: #1750AC !important;
    color: #fff;
}

button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile:hover {
    background: #1750AC;
    color: #fff;
}
button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile {
    border-color: inherit;
    color: inherit;
}
.tribe-events-c-top-bar.tribe-events-header__top-bar {
    margin: 0px 0 40px;
}


.custom-events-banner ,.banner-inner-custom{
    position: relative;
}

.banner-inner-custom:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 7, 37, 0.8) 100%), linear-gradient(0deg, rgba(6, 7, 37, 0.6), rgba(6, 7, 37, 0.6)) !important;
}
.tribe-events .tribe-events-calendar-list__event-title-link{color: var( --e-global-color-69fbbbe );}
.tribe-events .tribe-events-calendar-list__event-title-link:visited{color: var(--e-global-color-aeb1025);}
.banner-inner-custom > img {width: 100%;height: 100%;min-height: 590px;object-fit: cover;}

.custom-events-banner h1.banner-titl {
    color: #fff;
    margin-bottom: 20px;
}
.heading-sep {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.heading-sep img {
    width: auto;
    max-width: 530px;
}


.tec-events-elementor-event-widget__datetime-wrapper {
    display: inline-block !important;
}
.tec-events-elementor-event-widget__datetime-wrapper span {
    display: inline;
    padding: 0 5px 0 0px !important;
}
.tec-events-elementor-event-widget__datetime-wrapper {
    display: inline-block;
}

.eventsme .tec-events-elementor-event-widget__image{font-size:0;margin:0;}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: #1750AC;
    font-family: 'Inter';
    font-size: 20px;
    margin-bottom: 20px;
}

.tribe-events-event-meta .tribe-events-meta-item{display: flex;gap: 20px;}
.single-tribe_events .tribe-events-meta-list li span{font-size: 16px;}
.single-tribe_events .tribe-events-single-section.tribe-events-event-meta{width: 100%;}


/* Headings inside Single Event Page */
.single-tribe_events .tribe-events-single img{border-radius: 15px;}
.single-tribe_events .tribe-events-single-event-description h2,
.single-tribe_events .tribe-events-single-event-description h3,
.single-tribe_events .tribe-events-single-event-description h4,
.single-tribe_events .tribe-events-single-event-description h5 {
    font-family: 'Inter', sans-serif;
    color: #1750AC;
    margin-top: 42px;
}


/* Individual font sizes */
.single-tribe_events .tribe-events-single-event-description h2 {
    font-size: 30px;
    font-weight: 600;
}

.single-tribe_events .tribe-events-single-event-description h3 {
    font-size: 24px;
    font-weight: 600;
}

.single-tribe_events .tribe-events-single-event-description h4 {
    font-size: 22px;
    font-weight: 600;
}

.single-tribe_events .tribe-events-single-event-description h5 {
    font-size: 20px;
    font-weight: 600;
}
p.nopost {
    display: block;
    width: 100%;
}

.job-category-wrap {margin-bottom: 100px;}

.job-category-wrap:last-child {
    margin-bottom: 0;
}
.job-category-wrap h3.job-category-title {
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    color: var(--e-global-color-69fbbbe);
}
.single-tribe_events .tribe_events .rsvp-btn{width: 100% !important;margin-bottom: 40px;}
.rsvp-btn.elementor-button {
    background-color: var(--e-global-color-aeb1025);
    font-family: "Mona Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: var(--e-global-color-f71c09a);
    color: var(--e-global-color-f71c09a);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-aeb1025);
    width: auto !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container {
    align-items: center;
    flex-flow: unset;
    justify-content: flex-start;
}
.right-flex a.elementor-button.elementor-button-link.elementor-size-sm {
    background-color: var(--e-global-color-aeb1025);
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

.right-flex {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

/* =====================
   Responsive
===================== */

@media (max-width: 1700px) {
    form.job-filter-bar.d-flex {
        gap: 20px;
    }
}


@media (max-width: 1366px) {

    .single-job h2 {
        font-size: 35px !important;
    }
    .single-job h3 {
        font-size: 28px !important;
    }

    .single-job h4 {
        font-size: 26px !important;
    }

    .single-job h5 {
        font-size: 20px !important;
    }

    .custom-post-list .post-title h3 {
        font-size: 20px;
    }

    .post-title .d-flex span {
        font-size: 16px;
    }

    .filter-field {
        width: calc(100% / 4);
    }

    form.job-filter-bar.d-flex {
        justify-content: center;
    }

    .custom-events-banner h1.banner-titl{
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    .custom-post-list .post-title h3 {
        font-size: 18px;
    }

    .custom-post-list .featured img {
        max-width: 40px !important;
        height: 40px !important;
    }

    .salary-app span {
        font-size: 16px;
    }
    header.tribe-events-header button:not(.tribe-events-c-top-bar__nav-link--next,.tribe-events-c-top-bar__nav-link--prev){font-size: 16px !important;}
    .archive .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button{font-size: 16px !important;}

    .single-job h2 {
        font-size: 30px !important;
    }
    .single-job h3 {
        font-size: 25px !important;
    }

    .single-job h4 {
        font-size: 22px !important;
    }

    .custom-post-list > div{width: calc(100% / 2 - 30px);}
}

@media (max-width: 1024px) {
	
	
    h2.tribe-events-related-events-title{font-size: 25px;}
    .custom-post-list > div {
        width: calc(100% / 2 - 30px);
    }
    .tribe-events-view{margin: auto !important;}
    header.tribe-events-header button:not(.tribe-events-c-top-bar__nav-link--next,.tribe-events-c-top-bar__nav-link--prev){padding: 10px !important;}
.tribe-related-events h3.tribe-related-events-title {
    font-size: 20px !important;
}

    .single-job h2 {
        font-size: 24px !important;
    }
    .single-job h3 {
        font-size: 22px !important;
    }
    .single-job h4 {
        font-size: 20px !important;
    }

}

@media (max-width: 991px) {
    .filter-field {
        width: 100%;
    }
    .heading-sep img{max-width: 350px;}
}

@media (max-width: 767px) {
    .tribe-events .tribe-events-header {margin: 0;}
    .tribe-events .tribe-events-calendar-list__event-title-link{font-size: 20px;}
    .archive .tribe-events-calendar-list li.tribe-common-g-row.tribe-events-calendar-list__event-row{gap: 20px;}
    .archive .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {justify-content: flex-start;}
    .archive .tribe-common .tribe-common-l-container {max-width: 1560px;}

    .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
    gap: 10px;
    }
    .tribe-filter-bar-c-filter.tribe-filter-bar-c-filter--pill {
    margin-bottom: 10px;
    }
    .tribe-events-header__events-bar button {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    }

    .sorting {
        flex-wrap: wrap;
    }

    .sorting select {
        margin: 0;
        min-width: 100px;
    }

    .custom-post-list > div {
        width: calc(100% - 30px);
    }
.tec-events-elementor-event-widget__datetime-wrapper {
    text-align: center;
}
.tec-events-elementor-event-widget__datetime-wrapper {
    padding: 0;
}
}
.tribe-events-header {
    z-index: 1 !important;
}
.tribe-venue a {
    pointer-events: none;
}