.event-content-container {
    display: flex;
    background: var(--darkBlue);
/*    line-height: 0;*/
    flex-direction: column-reverse;
}
.event-excerpt {
    max-width: 900px;
    margin: auto;
}
.event-date-location {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1;
    margin-top: 40px;
}
.event-date-location .event-location {
    padding-left: 20px;
}
.event-buttons.event-buttons-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 60px 0 80px;
}
.event-content-container .event-featured-image-container,
.event-content-container .text-content {
    flex: 1;
}
.event-content-container .event-featured-image-container {
    display: none;
}
.event-content-container .event-featured-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.event-featured-image img {
    object-fit: cover;
}
.event-content-container .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
    margin-bottom: 80px;
    padding: 20px;
}
.event-post-header {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 90%;
    display: flex;
    border-bottom: 2.5px solid var(--lightOrange);
    color: var(--lightOrange);
    text-transform: uppercase;
}
.event-post-archive-link {
    margin-left: auto;
}
.event-post-archive-link a {
    color: var(--lightOrange);
    position: relative;
    padding-right: 28px;
    transition: .4s ease;
}
.event-post-archive-link a:before {
    content: '';
    background: var(--lightOrange);
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: .4s ease;
}
.event-post-archive-link a:hover:before {
    width: calc(100% - 28px);
}
.event-post-archive-link a:after {
    content: '';
    background: url(../../img/Icon-Arrow.svg) no-repeat;
    position: absolute;
    width: 16px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s ease;
}

.events-icons svg path {
    fill: var(--lightOrange);
}
.events-icons svg {
    height: 111px;
}

.event-content-container .meta-container {
    max-width: 550px;
}
.event-content-container .meta-container .entry-title {
    color: var(--white);
}
.event-content-container .date-location-container {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 10px;
    color: var(--white);
}
.event-content-container .event-date-local-seperator {
    margin: 0 20px;
    display: none;
}
.event-content-container .event-description {
    font-size: var(--smallFontMax);
    color: var(--white);
}
.event-button-container {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.event-button-container a {
    color: var(--white);
    border-width: 0px;
    border-color: transparent;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: var(--lightOrange);
    padding: 0.3em 1em;
    transition: .4s ease;
    margin-right: 30px;
    line-height: 1.3;
}
.event-button-container a:last-child {
    margin-right: 0;
}
.event-button-container a:hover {
    background-color: var(--blue);
}
body.post-type-archive-events .custom-posts .meta--contributors-list {
    display: none;
}
.description {
    max-width: 900px;
}
.featured-speakers-grid {
    display: grid;
    gap: 40px;
    margin: 20px 0;
    grid-template-columns: repeat(1, 1fr);
}
.featured-speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.featured-speaker-details {
    align-self: flex-start;
}
.featured-speaker-image {
    width: 100%;
}
.featured-speaker-image img {
    object-fit: cover;
    width: 100%;
    min-height: 250px;
    aspect-ratio: 4 / 3;
}
.et-db #et-boc .et-l .featured-speaker-name .entry-title {
    padding-bottom: 0;
    line-height: 1.1;
}
.event-buttons {
    margin-top: 30px;
}
.event-container {
    margin: 80px 0 40px;
}
.event-tickets-container .custom-heading-module {
    margin-bottom: 0;
}
a.custom-events-button{
    background: var(--darkOrange);
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    font-size: var(--smallestFontMax);
    transition: .4s ease;
    display: inline-block;
    color: var(--white);
}
.event-highlights-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
}
.event-topics {
    flex: 1;
}
.topics-featured-image {
    flex: 1;
}
.custom-ordered-list {
    color: var(--black);
}
ul.custom-ordered-list {
    list-style: none; /* Remove default list style */
    padding: 0 0 0 10px;
}

ul.custom-ordered-list li {
    display: flex;
/*    align-items: center;*/
}

ul.custom-ordered-list li::before {
    content: '';
    width: 0.25em; /* Adjust for size of circle */
    height: 0.25em; /* Adjust for size of circle */
    background-color: var(--darkOrange); /* Change this to your desired color */
    border-radius: 50%; /* Makes the pseudo-element a circle */
    margin-right: 15px;
    margin-top: 10px;
}
.custom-ordered-list li {
    margin-bottom: 15px;
}
.event-tickets-grid {
    display: flex;
    flex-direction: column;
}
.event-tickets-table {
    display: flex;
    flex-direction: column;
}
.event-tickets-row {
    display: flex;
    flex-direction: column;
    padding: 0;
    flex: 1;
}
.event-tickets-row.header .event-tickets-column {
    padding: 30px;
    line-height: 1;
}
.event-tickets-column:nth-child(even) {
    background-color: rgb(188 94 30 / 9%);
}
.event-tickets-column {
    display: flex;
    flex: 1;
    padding: 10px 30px;
}
/*.event-tickets-column:not(:last-child) {
    border-bottom: 1px solid rgb(188 94 30 / 50%);
}*/

span.ealry-bird-ends {
    display: block;
    font-size: 18px;
    margin-left: 10px;
}
.customer-message {
    margin-top: 15px;
}
.event-venue-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.venue-image {
    order: 0;
}
.event-venue-content .event-buttons {
    order: 3;
}
.venue-image img {
    width: 100%;
    object-fit: cover;
}
.venue-details {
    flex: 1;
}
.venue-additional-details {
    flex: 2;
}
.event-sponsors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
    justify-content: center;
}
/*.event-sponsor-logo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}*/
.event-sponsor-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
/*    transform: scale(1.2);*/
}
.past-events-highlights-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0;
}
.past-events-highlights-grid .slick-track {
    height: 250px;
}
.past-events-highlights-grid .slick-slide > div {
    display: flex;
}
.past-events-highlights-grid .fluid-width-video-wrapper {
    height: 100%;
}
.past-events-highlights-grid .slick-slide img {
    height: 100%;
    object-fit: cover;
}
.highlight-item {
    width: 380px;
}
.past-events-highlights-grid .slick-next {
    right: 10px;
    bottom: -60px;
    transform: translate(0, 0);
    top: auto;
}
.past-events-highlights-grid .slick-prev {
    right: 70px;
    bottom: -60px;
    transform: translate(0, 0);
    top: auto;
    left: auto;
}

@media only screen and (min-width: 768px) {
    .event-content-container {
        flex-direction: row;
    }
    .event-post-header {
        left: 10%;
        width: 80%;
    }
}
@media only screen and (min-width: 981px) {
    .featured-speakers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .event-highlights-content {
        flex-direction: row;
    }
    .event-venue-content {
        flex-direction: row;
    }
    .event-sponsors-grid {
        gap: 70px;
        justify-content: unset;
    }
    .event-sponsor-logo {
        max-width: 180px;
/*        height: 180px;*/
    }
    .past-events-highlights-grid .slick-prev {
        left: -50px;
        bottom: unset;
        top: 50%;
        transform: translate(0, -50%);
        right: unset;
    }
    .past-events-highlights-grid .slick-next {
        right: -50px;
        bottom: unset;
        top: 50%;
        transform: translate(0, -50%);
    }
    .event-content-container .event-featured-image-container {
        display: flex;
    }
    .event-tickets-grid {
        flex-direction: row;
    }
    .event-tickets-row:not(:last-child) {
        border-right: 1px solid rgb(188 94 30 / 50%);
    }
    .event-tickets-container .custom-heading-module {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .event-tickets-row {
        flex-direction: column;
        border-bottom: 1px solid rgb(188 94 30 / 50%);
    }

    .event-tickets-row.header {
        display: none;
    }

    .event-tickets-column {
        border-right: none;
/*        border-bottom: 1px solid rgb(188 94 30 / 50%);*/
        padding: 15px;
    }

    .event-tickets-column:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .event-tickets-column {
        padding: 15px;
    }

    .event-tickets-column:not(:last-child) {
        border-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .span.ealry-bird-ends {
        font-size: 20px;
    }
}