/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
h2.heading {
	font-family: roboto;
	font-size: 1.8em;
	font-weight: normal;
}

 {
	font-family: "Roboto Slab", serif;
}

section {
	-webkit-column-width: 500px;
	-moz-column-width: 500px;
	column-width: 500px;
}
.leo-hero-img-left {
    position: relative;
    z-index: 2;
    transform: translate(15px, -10px);
}

.leo-hero-img-middle {
    position: relative;
    z-index: 1;
    transform: translate(-5px, -20px);
}

.leo-hero-img-right {
    position: relative;
    z-index: 3;
    transform: translate(-35px, -15px);
}

.leo-hero-img-left img {
    width: 160px;
    max-width: none;
    border-radius: 18px;
}

.leo-hero-img-middle img {
    width: 185px;
    max-width: none;
    border-radius: 18px;
}

.leo-hero-img-right img {
    width: 170px;
    max-width: none;
    border-radius: 18px;
}
/* LEO 2026 Homepage - Stats Dividers */

.leo-stat-divider {
    position: relative;
}

.leo-stat-divider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #CFC8B8;
}
/* LEO 2026 - reset old column styling inside Upcoming Events */
.leo-upcoming-events section {
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
}
/* LEO 2026 - Event Cards */

.leo-event-card,
.leo-event-card > .kt-inside-inner-col {
    padding: 0 !important;
}

.leo-event-card {
    overflow: hidden;
    border-radius: 16px;
}

.leo-event-card figure.wp-block-image {
    margin: 0 !important;
    width: 100% !important;
}

.leo-event-card figure.wp-block-image img {
    display: block;
    width: 100% !important;
    height: auto;
}
/* LEO 2026 - Partner logo boxes */

.leo-partner-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.leo-partner-logo-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leo-partner-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}