/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
table.event-calendar tbody tr td,
table.event-calendar tbody tr th {
    background-color: transparent !important;
}

table.event-calendar td,
table.event-calendar th {
    border: none;
}

table.event-calendar th {
    border-bottom: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

table.event-calendar td.day {
    font-weight: bold;
    color: #C0DED9;
    font-size: 18px;
    text-align: center;
}

table.event-calendar td.day.live {
    color: var(--e-global-color-primary);
    cursor: pointer;
}

table.event-calendar td.day.live.active {
    color: var(--e-global-color-primary);
    background: url("https://mycommunityfestival.sg/wp-content/uploads/2021/08/bg-select.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.event-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.event-info .text-info {
    max-width: 85%;
}

.event-info .text-info .event-name {
    font-size: 22px;
    color: var(--e-global-color-primary);
    margin: 0 0 8px;
}

.event-info .text-info .event-time {
    color: var(--e-global-color-primary);
}

.fa-stack.icon-right-arrow {
    width: 4em;
    color: var(--e-global-color-primary);
}

.calendar-list .event-link {
    display: none;
}

.calendar-list.event-detail .event-link {
    display: block;
}

.event-popup {
    cursor: pointer;
}

.eventbrite-code {
    display: none;
}

.all-list {
    min-height: 100vh;
}

.all-list .event-link {
    width: 50%;
    float: left;
    display: block;
    min-height: 240px;
}

.all-list .event-info {
    align-items: center;
}

.all-list .event-info .event-image {
    width: 30%;
}

.all-list .event-info .text-info {
    width: 70%;
    padding: 1rem;
}

.event-cat {
    color: var(--e-global-color-primary);
}

.eventfilter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterevent {
    margin: 1rem;
    border-color: var(--e-global-color-primary);
    border-radius: 24px;
    border-width: 2px;
    color: var(--e-global-color-primary);
    font-size: 22px;
    overflow: hidden;
}

.floatpicker {
    position: fixed;
    top: 20%;
    left: 5%;
    width: 110px;
    text-align: center;
    border: 1px solid var(--e-global-color-primary);
    background: white;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}


.monthpicker {
    background: var(--e-global-color-primary);
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 0 0 1px 0;
    cursor: pointer;
}

.daypicker {
    color: var(--e-global-color-primary);
    font-size: 60px;
    font-weight: bold;
    border-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 0 0 1px 0;
    cursor: pointer;
}

.timepicker {
    color: var(--e-global-color-primary);
    font-size: 36px;
    font-weight: bold;
    border-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 0 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.resetpicker {
    display: none;
    cursor: pointer;
    color: var(--e-global-color-primary);
    margin-bottom: 1rem;
}

@media (max-width:768px) {
    .eventfilter-container {
        flex-direction: column;
    }

    .all-list .event-link {
        width: 100%;
        float: none;
    }

    .daypicker {
        font-size: 36px;
    }

    .timepicker {
        font-size: 20px;
    }

    .floatpicker {
        width: 80px;
    }
}

.event-image img {
    border-radius: 4px;
}
