:root {
  --gray-border-color: #e4e4e4;
  --wpem-dark-color: #111111;
  --wpem-gray-color: #555555;
  --wpem-white-color: #fff;
}

.event-layout-wrapper {
    border: 1px solid var(--gray-border-color);
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.event-layout-wrapper {
    border-top: 1px solid var(--gray-border-color);
    border-right: 1px solid var(--gray-border-color);
    margin: 0;
    transition: background 0.2s;
}

.event-banner-img {
    height: 230px;
    width: 100%;
    border-radius: 0;
    position: relative;
	
    background-size: cover !important;
    background-position: center !important;
    border-radius: 4px;
    background-color: var(--wpem-gray-border-color);
}

.event-date .event-date-type .from-date {
    display: inline-block;
    float: left;
    text-align: center;
    background: var(--wpem-white-color);
    padding: 10px 15px;
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    box-shadow: 5px 3px 15px rgb(0 0 0 / 20%);
}

.event-date-type .from-date .date {
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
    color: var(--wpem-dark-color);
}
.event-date-type .from-date .month {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    color: var(--wpem-gray-color);
}
.event-layout-wrapper .event-infomation {
    float: left;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    position: relative;
}


.event-layout-wrapper .event-infomation .event-details {
    width: 100%;
    padding-left: 90px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    color: var(--wpem-gray-color);
}

.event-layout-wrapper .event-infomation .event-details .event-date-time,
.event-layout-wrapper .event-infomation .event-details .event-title,
.event-layout-wrapper .event-infomation .event-details .event-location {
    margin: 5px;
    min-height: 23px;
    color: var(--wpem-gray-color);
    line-height: 1.42;
}

.event-layout-wrapper .event-infomation .event-details .event-title .heading-text {
    font-size: 22px;
    line-height: 1.42;
    font-weight: 700;
    color: var(--wpem-dark-color);
    margin: 0 0 10px;
}

.event-layout-wrapper .event-infomation .event-details .event-title .heading-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--wpem-dark-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.event-layout-wrapper .event-infomation .event-details {
    padding: 10px;
    line-height: 18px;
}

.event-layout-wrapper:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.elementor-event-element-populated{
	width: 100%;
}
.event_listing.has-post-thumbnail {
    height: 100%;
}
.event_listing.has-post-thumbnail .event-action-url{
    height: 100%;
	display:block;
	
}

.jcieventlist.elementor-container{
    flex-wrap: wrap;
}

.event-city{
	margin-bottom: 15px;
    margin-top: 10px;
}
.event-city-text{
	background-color: #3A67B1;
	color: white;
	padding: 5px 10px;
	border-radius: 3px;
}
#event-filter-form {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end; /* This will align the form to the right */
}

#event-filter-form label {
    font-weight: bold;
}

#month-select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
	width: 200px;
}

#event-filter-form button {
    padding: 5px 10px;
    background-color: #3A67B1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#event-filter-form button:hover {
    background-color: #005177;
}
