/* Custom Styling */
.zx-template-wrapper {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
	margin-top: 20px;
}
.zx-template-events-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.zx-template-events-left {
    flex: 0 0 25%;
}
.zx-template-events-right {
    flex: 0 0 25%;
}
.zx-template-events-center {
    flex: 0 0 50%;
}
.zx-template-events-row > div {
    padding: 0 10px;
}
.zx-template-events-filters-wrap {
    background-color: #3EA2FF0A;
    border: 1px solid #3EA2FF80;
    padding: 10px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #3EA2FF1A;
    margin-bottom: 20px;
}
.zx-filter-accordion {
    background-color: transparent !important;
    cursor: pointer !important;
    padding: 12px 15px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    transition: 0.4s;
    text-transform: uppercase;
    color: #3EA2FF !important;
    outline: none !important;
}
.zx-active, .zx-filter-accordion:hover {
    background-color: #ccc;
}
.zx-filter-accordion:after {
    content: url(/wp-content/uploads/2024/03/drop_plus.svg);
    float: right;
    margin-left: 5px;
    width: 18px;
    height: 18px;
}
.acc-active:after {
    content: url(/wp-content/uploads/2024/03/drop_minus.svg) !important;
    display: inline-flex;
    align-items: center;
    padding-bottom: 2px;
}
.zx-filter-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.zx-filter-panel-inner {
    padding: 0 15px;
    margin-bottom: 15px;
}
.zx-filter-panel-inner {
    padding: 0 15px;
    margin-bottom: 15px;
}
.zx-filter-panel-inner label {
    font-size: 16px !important;
    font-family: 'DM Sans';
    color: #000 !important;
    display: flex;
    line-height: 100%;
    cursor: pointer !important;
    max-width: max-content;
}
.zx-filter-panel-inner > label:not(:last-child) {
    margin-bottom: 10px;
}
.zx-filter-panel-inner label input {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin-right: 10px;
    -moz-appearance: none;
    -webkit-appearance:none;
    -o-appearance:none;
    border: 1px solid rgb(62 162 255 / 70%);
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}
.zx-filter-panel-inner label input:after {
    content: '';
    display: inline-block;
    background-color: #3EA2FF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    opacity: 0;
}
.zx-filter-panel-inner label input:checked:after {
    opacity: 1 !important;
}
.zx-filter-label {
    color: #B6358A;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.zx-rated-events-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.zx-rec-left {
    flex: 0 0 140px;
    margin-right: 15px;
}
.zx-rec-left img {
    display: block;
    max-width: 140px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.zx-rec-right {
    flex: 1;
}
.zx-rated-events-cards > div:not(:last-child) {
    margin-bottom: 25px !important;
}
.zx-rec-title {
    margin: 0;
}
.zx-rec-title a {
    display: inline-block;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}
.zx-rec-title a:hover {
    color: #CC3366;
}
.zx-template-events {
    background-color: #3EA2FF0A;
    border: 1px solid #3EA2FF80;
    padding: 30px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #3EA2FF1A;
    margin-bottom: 40px;
}
.zx-template-event-map {
    margin-bottom: 25px;
}

.zx-template-event-map img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.zx-template-event-days-label {
    flex: 0 0 100%;
    margin: 0 !important;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3EA2FF;
}
#ZxEventDates {
    padding: 15px 50px;
    flex: 1;
    max-width: 420px;
}
.zx-template-events-days .splide__arrow {
    display: inline-flex;
    max-width: 45px;
    width: 100%;
    height: 45px;
    background-color: #3EA2FF1A;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    outline: none !important;
}
.zx-date-action {
    display: inline-flex;
    max-width: 45px;
    width: 100%;
    height: 45px;
    background-color: #3EA2FF;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    transition: .3s ease;
    font-family: 'DM Sans';
}
.zx-date-action:hover {
    opacity: .8;
}
.zx-template-events-days {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #3EA2FF33;
    margin-bottom: 25px;
}
.zx-template-events-days .splide__arrow--prev {
    left: 0 !important;
    opacity: 1 !important;
}
.zx-template-events-days .splide__arrow--next {
    right: 0 !important;
    opacity: 1 !important;
}
.zx-template-add-event {
    background-color: #3EA2FF1A !important;
    border-color: #3EA2FF1A !important;
    height: 45px;
    font-size: 14px !important;
    margin-left: 20px;
    padding: 0 10px 0 30px;
    color: #3EA2FF !important;
    position: relative;
    outline: none !important;
	display: inline-flex;
	align-items: center;
}
.zx-template-add-event:before {
    content: '';
    display: inline-flex;
    background-image: url(/wp-content/uploads/2024/03/btn_plus_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.zx-template-events-loop-item {
    background: linear-gradient(0deg, rgba(62, 162, 255, 0.1), rgba(62, 162, 255, 0.01)), linear-gradient(0deg, rgba(62, 162, 255, 0.01), rgba(62, 162, 255, 0.1));
    border: 1px solid #3EA2FF33;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden !important;
}
.zx-template-events-loop > div:not(:last-child) {
    margin-bottom: 10px !important;
}
.zx-teli-feature img {
    display: block;
    max-width: 235px;
	width: 100% !important;
    height: 235px;
    object-fit: cover;
    object-position: center;
}
.zx-teli-left {
    flex: 0 0 235px;
}
.zx-teli-right {
    flex: 1;
    padding: 20px;
}
.zx-teli-title {
    margin: 0 0 15px 0;
    text-align: left;
}
.zx-teli-title a {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #000 !important;
    transition: .2s ease;
}
.zx-teli-title a:hover {
    color: #3ea2ff !important;
}
.zx-teli-details {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 15px;
}
.zx-teli-icon {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #3EA2FF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.zx-teli-icon img {
    display: inline-block;
    max-width: 16px;
    width: 100%;
    margin-right: 10px;
}
.zx-teli-details > li:not(:last-child) {
    margin-bottom: 7px;
}
.zx-teli-action {
    padding: 5px;
    display: inline-flex;
    background-color: #3EA2FF1A;
    max-width: 45px;
    height: 45px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    transition: .2s ease;
}
.zx-teli-action img {
    width: 18px;
    height: 18px;
}
.zx-teli-content {
    text-align: right;
}
.zx-teli-action:hover {
    background-color: #3EA2FF !important;
}
.zx-teli-action:hover img {
    filter: brightness(0) invert(1);
}
.zx-template-most-read {
    background-color: #3EA2FF0A;
    border: 1px solid #3EA2FF80;
    padding: 25px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #3EA2FF1A;
    margin-bottom: 40px;
}
.zx-tmr-label {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #3EA2FF;
    margin: 0 0 15px 0;
}
.zx-tmr-list {
    padding-left: 20px !important;
}
.zx-tmr-list li {
    font-family: 'DM Sans';
    color: #000;
    font-size: 18px;
}
.zx-tmr-list li a {
    color: #000 !important;
    transition: .2s ease;
}
.zx-tmr-list li a:hover {
    color: #3ea2ff !important;
}
.zx-tmr-list > li:not(:last-child) {
    margin-bottom: 10px !important;
}
.zx-template-events-product,
.zx-template-event-comp {
    background-color: #3EA2FF0A;
    border: 1px solid #3EA2FF80;
    padding: 25px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #3EA2FF1A;
    margin-bottom: 40px;
}
.zx-template-event-comp{
    padding: 0 !important;
}
.zx-tep-card-top img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.zx-tep-card-top {
    margin-bottom: 15px;
}
.zx-tep-card-subtitle,
.zx-tec-card-subtitle {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    color: #3EA2FF !important;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}
.zx-tep-card-title,
.zx-tec-card-title {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 0 !important;
}
.zx-tep-card-title a,
.zx-tec-card-title a {
    color: #000;
    transition: .2s ease;
}
.zx-tep-card-title a:hover,
.zx-tec-card-title a:hover {
    color: #3ea2ff;
}
.zx-template-events-days .splide__arrow img {
    width: 18px;
    height: 18px;
}
.zx-tec-top img {
    max-width: 100%;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.zx-tec-bottom {
    padding: 20px;
}
.zx-pagination-wrap ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 7px;
    justify-content: center;
}
.zx-pagination-wrap ul > li {
    flex: 0 0 50px;
}
.zx-pagination-wrap ul > li > a,
.zx-pagination-wrap a,
.zx-pagination-wrap span.current{
    display: inline-flex;
    max-width: 50px;
    width: 100%;
    height: 50px;
    background-color: rgba(62, 162, 255, .4);
    border-radius: 5px;
    color: #fff !important;
    padding: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    transition: .3s ease;
    font-family: 'DM Sans';
}
.zx-pagination-wrap ul > li > a:hover,
.pagex-active,
.zx-pagination-wrap a:hover,
.zx-pagination-wrap span.current{
    background-color: rgba(62, 162, 255, 1) !important;
}
.day-active {
    background-color: #b6358a !important;
}
.zx-page-link.pagex-active {
    pointer-events: none !important;
}
.zx-pagination-wrap {
    text-align: center;
	margin-top: 30px;
}
.zx-event-pagination {
    pointer-events: none;
}
.zx-pagination-wrap > a {
    margin-bottom: 5px;
}
.zx-ac-field textarea {
    min-height: 130px;
    resize: none;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #3EA2FF80 !important
}
.no-record {
    background-color: #3EA2FF0A;
    border: 1px solid #3EA2FF80;
    padding: 10px !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #3EA2FF1A;
    margin: 10px 0 !important;
    font-weight: 500;
    line-height: 100% !important;
}
.zx-search-date-filter-wrapper {
    background-color: #3EA2FF0A;
    border: 1px solid #3EA2FF80;
    padding: 25px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #3EA2FF1A;
    margin-bottom: 40px;
}
.zx-search-date-filter-wrapper .zx-filter-panel-inner {
    padding: 0 !important;
    margin: 0 !important;
}
.single .elementor-widget-theme-post-content a {
    text-decoration: none !important;
}
.zx-img-span i {
    color: #646464 !important;
    font-size: 14px !important;
    font-style: normal !important;
    display: block;
}
.zx-img-span {
    display: inline-block;
    text-align: left;
}









@media only screen and (max-width: 1024px) 
{
    .zx-template-events {
        padding: 15px;
    }
    #ZxEventDates {
        flex: 0 0 100%;
    }
    .zx-template-add-event {
        margin-left: 0 !important;
        margin: auto !important;
    }
    .zx-filter-label {
        font-size: 14px;
    }
    .zx-rec-left {
        flex: 0 0 90px;
        margin-right: 10px;
    }
    .zx-rec-left img {
        height: 80px;
    }
    .zx-template-most-read {
        padding: 25px 15px !important;
    }
    .zx-tmr-list li {
       font-size: 14px;
    }
    .zx-template-events-product,
    .zx-tec-bottom{
        padding: 15px !important;
    }
    .zx-tep-card-top img {
        height: 150px;
    }
    .zx-tep-card-title, 
    .zx-tec-card-title,
    .zx-teli-title a {
        display: inline-block;
        font-size: 18px !important;
        line-height: 120% !important;
    }
    .zx-teli-feature img {
        max-width: 200px;
        height: 200px;
    }
    .zx-teli-left {
        flex: 0 0 200px !important;
    }
    .zx-teli-title {
        margin: 0 0 10px 0 !important;
    }
    .zx-teli-icon {
        font-size: 14px;
    }
    .zx-teli-details {
        margin-bottom: 10px;
    }
    .zx-teli-right {
        padding: 12px;
    }
    .zx-template-events-row > div {
        padding: 0 5px;
    }
    .zx-template-most-read,
    .zx-template-events-product, 
    .zx-template-event-comp,
    .zx-template-events-filters-wrap {
        margin-bottom: 25px;
    }
    .zx-teli-action {
        max-width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 820px) 
{
    .zx-template-events-row {
        flex-direction: column;
        margin: 0 !important;
    }
    .zx-template-events-row > div {
        padding: 0 !important;
    }
    #ZxEventDates li {
        text-align: center;
    }
    .zx-template-events-days {
        padding-bottom: 15px;
    }
    .zx-template-events-left {
        flex: 0 0 100% !important;
    }
}

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

}

@media only screen and (max-width: 767px) 
{
    .zx-template-events-row {
        display: block !important;
    }
    .zx-template-events-days {
        display: block !important;
        text-align: center !important;
    }
    .zx-teli-feature img {
        max-width: 140px;
        height: 150px;
    }
    .zx-teli-left {
        flex: 0 0 100px !important;
    }
    .zx-teli-title a {
        font-size: 15px !important;
    }
    .zx-teli-title {
        margin-bottom: 5px !important;
    }
    .zx-teli-details > li:not(:last-child) {
        margin-bottom: 5px;
    }
    .zx-teli-icon {
        font-size: 12px;
    }
    .zx-teli-details {
        margin-bottom: 5px;
    }
    .zx-teli-action {
        max-width: max-content;
        height: auto;
        background-color: transparent !important;
        padding: 0;
    }
    .zx-teli-right {
        padding: 10px;
    }
    .zx-rec-left img {
        height: 100px;
        max-width: 135px;
        width: 100%;
    }
    .zx-rec-left {
        flex: 0 0 135px;
        margin-right: 10px;
    }
}


