/* 
Theme Name: Child Theme Kennedys
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.event-list-wrapper {
    background: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
	border-top: 2px solid #fff;
	padding-top:20px;
}
.event-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #2e2e2e;
    gap: 20px;
}
.event-time {
    font-weight: 500;
    font-size: 16px;
    width: 15%;
}
.event-title {
    font-size: 18px;
    font-weight: 600;
    width: 35%;
}
.event-speaker {
    font-size: 15px;
    color: #ccc;
    width: 20%;
}
.event-location {
    font-size: 15px;
    color: #ccc;
    width: 20%;
}
.event-location .sub {
    font-size: 14px;
    color: #777;
}
.event-link .event-btn {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background: #1a1a1a;
    padding: 8px 12px;
    border-radius: 100%;
    border: 1px solid #444;
    transition: background 0.2s ease;
}
}
.event-link .event-btn:hover {
    background: #444;
}
.label {
    display: block;
    font-size: 12px;
    color: #888;
}