/*
Theme Name: Hello Elementor Child
Description: A child theme of Hello Elementor
Author: GPTAM
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Import parent styles */
@import url("../hello-elementor/style.css");

/* event */
.event-list {
    background: #fff;
    border-radius: 20px;
    border: 1px solid hsla(0, 0%, 7%, .1);
    overflow: hidden;
}
.event-list .event-item-img img {
    width: 100%;
}
.event-list .event-item-content {
    padding: 20px;
}
.event-list h2.event-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 14px;
    line-height: 1.1;
    display: inline-block;
    margin-top: 0px;
    font-family: 'Open Sans';
}
.event-list .event-dates {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}
.event-list .event-description {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    width: 100%;
    display: inline-block;
}

