.events_class {
    display: flex;
    flex-wrap: wrap;
}

.event_loader,
.event-search-nav.event-search-nav-new,
#show_more_block,
.event-item__no-image {
    display: none;
}

.event-item__details {
    display: flex;
}

#tribe-events,
#tribe-events-pg-template,
.tribe-events-pg-template {
    padding: 0;
}

.event-lsiting-page .col-sm-9 {
    padding-right: 0;
}

.event-search-form,
.event-lsiting-page #tribe-bar-form {
    background: #f2f2f2;
    padding: 28px 27px 17px 27px;
    max-width: 928px;
    width: 100%;
    margin-bottom: 33px;
}

.event-search-form__inner {
    display: flex;
    align-items: flex-end;
}

h2.river-heading.section-title__heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #191818;
    border-bottom: 1px solid #dbdbda;
    max-width: 930px;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 30px;
    text-transform: inherit;
}

.event-search-form__inputs label,
.event-lsiting-page #tribe-bar-form label {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #191818;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.event-lsiting-page .tribe-bar-date-filter,
.event-lsiting-page .tribe-bar-search-filter,
.event-lsiting-page .tribe-bar-date-filter {
    padding: 0;
}

.event-search-form__inputs select,
.event-search-form__inputs input,
.event-lsiting-page #tribe-bar-form input[type="text"],
.event-lsiting-page #tribe-bar-views-toggle {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #686868;
    /* text-transform: unset; */
    background: #ffffff;
    border: 1px solid #e2e2e2;
    display: flex;
    font-style: initial;
}

.event-lsiting-page #tribe-bar-form input[type="text"]:focus {
    outline: none;
}

.event-lsiting-page .tribe-bar-views-inner label {
    padding: 0 !important;
}

.event-lsiting-page .tribe-bar-date-filter {
    margin-right: 15px;
}

.event-search-form__inputs input {
    text-transform: lowercase;
}

.event-search-form__inputs select option:first-child {
    text-transform: lowercase;
}

.event-search-form__inputs select option:not(:first-child) {
    text-transform: capitalize;
}

.event-search-form__inputs select,
.event-lsiting-page #tribe-bar-form input[type="text"],
.event-lsiting-page #tribe-bar-views-toggle {
    padding: 10px 24px 10px 7px;
    margin-right: 62px;
    font-style: initial;
}

.event-lsiting-page div#tribe-bar-views {
    right: 50px;
}

.event-lsiting-page #tribe-bar-form input[type="text"]::placeholder {
    font-style: initial;
}

.event-search-form__inputs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.png) no-repeat;
    background-size: 11px 6px;
    background-color: #fff;
    background-position: 117px 15px;
    max-width: 139px;
    width: 100%;
}

.event-search-form__inputs.select-opened select {
    background: url(../images/select-arrow-opened.png) no-repeat;
    background-size: 11px 6px;
    background-color: #fff;
    background-position: 117px 15px;
}

.event-search-form__inputs input {
    padding: 10px 25px 10px 15px;
    margin-right: 8px;
}

.event-search-form__inputs select:focus-visible,
.event-search-form__inputs input:focus-visible {
    outline: none;
}

.event-search-form__inputs button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #E51B39 !important;
    border: none;
    text-transform: uppercase;
}

.event-lsiting-page #tribe-bar-form .tribe-bar-submit input[type="submit"] {
    padding: 7px 23px 7px 41px;
    background: url(../images/white-search.png) no-repeat;
    background-color: #E51B39 !important;
    background-size: 20px 20px;
    background-position: 12px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 10px;
}

.event-lsiting-page .tribe-bar-views-inner {
    background: unset;
    margin: unset;
    padding: unset;
}

.event-search-form__inputs button:first-child {
    padding: 7px 23px 7px 54px;
    margin-right: 8px;
    background: url(../images/white-search.png) no-repeat;
    background-size: 25px 24px;
    background-position: 10px 6px;
}

.event-search-form__inputs button:hover:first-child,
.event-lsiting-page #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover:first-child {
    background-color: #181818 !important;
}

.event-lsiting-page #tribe-bar-form .tribe-bar-submit {
    margin-left: 0;
}

.event-search-form__inputs button:last-child {
    padding: 7px 27px;
}

.event-search-form__filters #show_more_block_link {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #E51B39;
    text-transform: uppercase;
    width: max-content;
    margin: auto;
    margin-top: 35px;
    cursor: pointer;
    position: relative;
}

.event-search-form__filters #show_more_block_link:after {
    content: "";
    background: url(../images/show-more.png) no-repeat;
    position: absolute;
    top: 4px;
    right: -16px;
    width: 11px;
    height: 6px;
}

.more-filters.event-search-form__filters #show_more_block_link:after {
    transform: rotate(180deg);
}

.event-search-form__filters {
    display: flex;
    flex-direction: column;
}

#show_more_block {
    margin-top: 15px;
}

.pbm-row.show-expanded-more-event {
    display: flex;
}

.post-river .more-filters .pbm-row {
    margin-left: 0;
    margin-right: 0;
}

.event-search-form__filters .event-search-form__inputs select {
    margin-right: 30px;
}

.event-search-form__filters .event-search-form__inputs input {
    margin-right: 30px;
}

.events_class {
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 104px;
}

.container.events_class:before {
    content: unset;
}

.event-item {
    background: #ffffff;
    border: 2px solid #f2f2f2;
    text-align: center;
    max-width: 304px;
    width: 100%;
    padding: 28px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-item .tag-list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

.event-item .tag-list span {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background: #E51B39;
    padding: 0px 4px;
    text-transform: uppercase;
}

.event-item .event-item-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    color: #191818;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}

.event-item .event-item__date {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #191818;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.event-item .location-meta.tail {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #191818;
    text-transform: capitalize;
}

.event-item__cta a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #434343;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 7px 29px;
    display: inline-block;
}

.event-item__cta a:last-child {
    margin-top: 5px;
}

.event-item__cta a:hover,
#tribe-events-content a.tribe-events-read-more:hover {
    background-color: #E51B39;
}


/* detail-page */

.tribe_events-template-default .heading-section {
    margin-bottom: 59px;
}

.tribe-events-pg-template .event-item--details {
    padding-top: 10px;
}

.tribe-events-pg-template .event-content {
    margin-top: 25px;
}

.tribe-events-pg-template h2 {
    font-size: 28px;
    line-height: 15.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tribe-events-pg-template .event-start-date {
    margin-bottom: 25px;
}

.tribe-events-pg-template .event-venue {
    padding-left: 50px;
}

.tribe-events-pg-template .event-venue.col-sm-12 {
    display: flex;
    padding-left: 0px;
    margin-bottom: 15px;
}

.tribe-events-pg-template .event-venue.col-sm-12 .date-time {
    margin-right: 50px;
}

.tribe-events-pg-template .location-meta.tail b {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

.tribe-events-pg-template .event-date-time .location-meta.tail {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-top: 6px;
}

.tribe-events-pg-template .event-venue .location-meta.tail a {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

.register-now-button .btn-custom{
	padding: 8px 15px;
    border-radius: 11px;
    color: #ffffff !important;
    margin-top: 25px;
    display: inline-block;
}

.tribe-events-pg-template .event-venue .location-meta.tail a:hover {
    color: #E51B39;
}

.tribe-events-pg-template .event-content h2 {
    margin-bottom: 15px;
}

.tribe-events-pg-template .event-content ul.social-share-links {
    display: flex;
}

.tribe-events-pg-template .event-content ul.social-share-links li {
    margin-right: 10px;
}

.tribe-events-pg-template .event-content .event-see-all-events {
    max-width: 354px;
    height: 42px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tribe-events-pg-template .event-content .event-see-all-events a {
    width: 100%;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background: #E51B39;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
}


/* --------------- */

#tribe-events .section-content {
    max-width: 928px;
    display: flex;
    column-gap: 8px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#tribe-events .hfd-conference-item {
    max-width: 304px;
    width: 100%;
    min-height: 209px;
    background-color: #f2f2f2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 22px 0 18px 0;
}

#tribe-events .h4.hfd-conference__title {
    margin-bottom: 0;
}

.events_class h2.h4.event-item__title {
    margin-bottom: 2px;
}

.hfd-conference__title,
.hfd-conference__date {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 29px !important;
    text-align: center !important;
    color: #191818 !important;
    display: inline-block !important;
}

.hfd-conference__date {
    font-weight: 400 !important;
    line-height: 23px !important;
    display: block !important;
}

.hfd-conference__date .date_custom_text {
    font-size: 16px;
    line-height: 23px;
    color: #191818;
    text-transform: uppercase;
    display: block;
}

.hfd-conference__date .date_custom_text a {
    color: #191818;
    text-decoration: underline;
}

.hfd-conference__date .date__month {
    display: block;
    text-transform: uppercase;
}

.hfd-conference-item .image-section a {
    height: 109px;
    max-width: 260px;
    display: inline-block;
}

.hfd-conference-item .image-section a img {
    height: 109px;
    width: 100%;
    object-fit: contain;
}

.events_class .event-item__image img {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
    margin-bottom: 15px;
}

.event-image {
    text-align: left;
}

.event-image img {
    width: 100%;
    max-width: fit-content;
    margin-bottom: 36px;
}


/* mobile */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .tribe_events-template-default .heading-section {
        margin-bottom: 45px;
        padding: 17px 0;
    }
    .tribe_events-template-default .heading-section .page-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .tribe-events-pg-template .container {
        padding: 0px;
        justify-content: center;
        margin-bottom: 30px;
    }
    .events_class {
        row-gap: 14px;
    }
    #tribe-events .section-content {
        justify-content: center;
        row-gap: 14px;
    }
    .tribe-events-pg-template .event-item__details {
        display: inherit;
    }
    .tribe-events-pg-template .event-date-time {
        margin-bottom: 55px;
    }
    .tribe-events-pg-template .event-venue {
        margin-bottom: 57px;
    }
    .tribe-events-pg-template .event-venue {
        padding-left: 0px;
    }
    .event-lsiting-page div#media_image-15 img {
        margin-top: 28px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #tribe-events .hfd-conference-item {
        max-width: 354px !important;
        min-height: 243px !important;
    }
    .event-search-form__inner {
        flex-direction: column;
    }
    .event-lsiting-page .col-sm-9 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .hfd-conference-item .image-section a {
        height: 126px !important;
        width: 313px;
    }
    .hfd-conference-item .image-section a img {
        height: 126px !important;
        width: 100% !important;
    }
    .tribe-events-page-template .heading-section {
        margin-bottom: 28px;
    }
    #tribe-events-pg-template h2.river-heading.section-title__heading {
        padding-bottom: 4px;
        margin-bottom: 22px;
    }
    .event-lsiting-page .event-search-form {
        padding: 12px 7px 17px 7px;
        margin-bottom: 33px;
        border-top: 1px solid #dbdbda;
        border-bottom: 1px solid #dbdbda;
        position: relative;
    }
    .event-lsiting-page .event-search-form .event-search-form-wrapper {
        max-width: 338px;
        margin: auto;
    }
    .event-search-form__inner {
        display: unset;
    }
    .event-search-form__inputs:first-child {
        float: left;
        max-width: 168px;
        width: 100%;
        margin-right: 2px;
    }
    .event-search-form__inputs:nth-child(2) {
        float: left;
    }
    select#event-search-date {
        margin-right: 0;
        max-width: 168px;
        width: 100%;
    }
    input#event-search-keyword {
        margin-right: 0;
        max-width: 168px;
        width: 100%;
    }
    .event-search-form__inputs select,
    .event-search-form__inputs.select-opened select {
        background-position: 145px 15px;
    }
    .event-search-form__inputs button:last-child {
        position: absolute;
        top: 0;
        right: 0;
        background: unset !important;
        font-style: italic;
        color: transparent;
        padding: unset;
    }
    .event-search-form__inputs button:last-child:before {
        content: "Clear";
        position: absolute;
        right: 10px;
        top: 15px;
        font-style: italic;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        color: #8c8c8c;
    }
    .event-search-form__inputs button:first-child {
        padding: 7px 23px 7px 54px;
        margin-right: 0;
        background-position: 33% 6px;
        max-width: 353px;
        width: 100%;
        margin-top: 7px;
    }
    .event-search-form__filters #show_more_block_link {
        display: none;
    }
    .events_class .event-item {
        max-width: 354px;
        min-height: 272px;
    }
    .event-item__cta a:last-child {
        margin-top: 0px;
    }
    .event-item .event-item__date {
        margin-top: 6px;
    }
    .event-lsiting-page .widget_media_image {
        text-align: center;
    }
    .event-image img {
        width: 100%;
    }
    .event-image img {
        margin-top: 0;
    }
    .event-lsiting-page #tribe-bar-form .tribe-bar-filters-inner {
        padding: 10px;
    }
    .event-lsiting-page .tribe-bar-search-filter {
        margin-top: 15px;
    }
    #tribe-events-content .type-tribe_events {
        max-width: 354px !important;
        min-height: 272px !important;
        margin: auto !important;
    }
    .tribe-events-loop .tribe-events-event-meta {
        background: unset;
        border: unset;
        margin-top: unset;
        padding: unset;
    }
    #tribe-events-content div#tribe-events-day {
        display: unset !important;
    }
    #tribe-events-content .tribe-events-day-time-slot {
        justify-content: center !important;
        margin-bottom: 15px;
    }
}

#tribe-events-content #tribe-events-header,
#tribe-events-content .tribe-events-day-time-slot-heading {
    display: none;
}

#tribe-events-content div#tribe-events-day {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 104px;
    max-width: 100%;
}

#tribe-events-content .tribe-events-day-time-slot:first-child {
    display: none;
}


/* #tribe-events-content .tribe-events-day-time-slot {
  display: flex;
  border: 2px solid #f2f2f2;
} */

#tribe-events-content .type-tribe_events {
    align-items: center;
    margin: 0 !important;
    background: #ffffff;
    text-align: center;
    max-width: 297px;
    width: 100%;
    padding: 28px 16px !important;
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #f2f2f2;
}

#tribe-events-content .tribe-events-list-event-title {
    order: 2;
}

#tribe-events-content .tribe-events-event-meta {
    order: 3;
}

#tribe-events-content .tribe-events-event-image {
    order: 1;
}

#tribe-events-content .tribe-events-event-image img {
    margin-bottom: 15px;
}

#tribe-events-content .tribe-events-list-event-description {
    order: 4;
}

#tribe-events-content .tribe-events-venue-details {
    display: none !important;
}

#tribe-events-content .time-details span {
    display: block;
}

#tribe-events-content h3.tribe-events-list-event-title.summary a {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    color: #191818;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}

#tribe-events-content .tribe-updated.published.time-details {
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #191818;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 10px;
}

#tribe-events-content a.tribe-events-read-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #434343;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 7px 29px;
    display: inline-block;
}

#tribe-events-content .tribe-events-event-image {
    width: 100% !important;
    margin: 0 !important;
}

#tribe-events-content .tribe-events-nav-previous a,
#tribe-events-content .tribe-events-nav-next a,
#tribe-events-content .tribe-events-ical.tribe-events-button {
    padding: 5px 15px;
    background-color: #E51B39 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

#tribe-events-content .tribe-events-nav-previous a:hover,
#tribe-events-content .tribe-events-nav-next a:hover,
#tribe-events-content .tribe-events-ical.tribe-events-button:hover {
    background-color: #181818 !important;
}

#tribe-events-content .tribe-events-day .tribe-events-day-time-slot .type-tribe_events:before {
    content: unset;
}

#tribe-events-content .tribe-events-list-event-description p {
    display: none;
}

.events_class-show .event-item {
    display: none;
}

.events_class-show .event-item.event-item-show {
    display: inline-flex;
}

.events-list .tribe-events-loop {
    max-width: 100%;
}

.tribe-event-schedule-details {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.tribe-event-schedule-details span,
.tribe-events-event-meta span {
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #191818;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    font-weight: normal;
}

#tribe-events-content .tribe-event-url {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    color: #191818;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
}

#tribe-events-content .tribe-events-loop .type-tribe_events {
    display: inline-flex !important;
    min-height: 240px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    position: unset !important;
}

h3.tribe-events-map-event-title {
    order: 1;
}

.tribe-events-map-event-description.tribe-events-content.description.entry-summary {
    order: 3;
    padding: 0;
}

.type-tribe_events .tribe-events-photo-event-wrap {
    background: transparent !important;
    border: unset !important;
}

.type-tribe_events .tribe-events-photo-event-wrap:hover {
    box-shadow: unset !important;
}

#tribe-events-photo-events {
    height: unset !important;
}


/* -------------------------------- */

#quick-jumps .elementor-button-link {
    color: #fff !important;
}

#tickets .elementor-element-populated {
    max-height: 442px;
    height: 100vh;
    max-width: 909px;
}

#tickets .elementor-element-populated .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 442px;
    height: 100vh;
    max-width: 909px;
}

#salutation-wrapper h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 16px;
    text-align: center;
    color: #232526;
}

.event-lsiting-page .elementor-container h2:not(.event-content__sidebar h2) {
    color: #232526 !important;
    font-weight: 700 !important;
    font-size: 23px !important;
    line-height: 16px;
    text-align: center;
}

#salutation-wrapper p,
#honorees p {
    text-align: center;
    color: #232526;
    font-size: 22px;
    line-height: 16px;
}

.event-lsiting-page .elementor-container .agenda-wrapper b {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #232526;
}

.event-lsiting-page .elementor-container .agenda-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #232526;
    text-align: left;
}

.agenda-wrapper {
    overflow: hidden;
}

.agenda-wrapper .row:not(:last-child) {
    border-bottom: 1px solid #b5b5b594;
    margin-bottom: 12px;
}

#quick-jumps {
    margin: 25px 0 119px;
}

section#tickets {
    margin-bottom: 95px;
}

@media screen and (min-width: 767px) {
    #sponsors .gallery {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 40px;
        place-items: center;
    }
    #sponsors figure.gallery-item {
        max-width: 190px !important;
        width: 100% !important;
    }
    #platinum-sponsors .gallery {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 40px;
        place-items: center;
    }
    #platinum-sponsors figure.gallery-item {
        max-width: 160px !important;
        width: 100% !important;
    }
    .homepage-categories-section img,
    .latest-category-section img {
        height: 162px !important;
    }
}

@media screen and (max-width: 767px) {
    #platinum-sponsors .gallery {
        display: grid;
        grid-template-columns: auto auto;
        place-items: center;
        gap: 20px;
        row-gap: 40px;
    }
    #platinum-sponsors figure.gallery-item {
        max-width: 130px !important;
    }
    #sponsors .gallery {
        display: grid;
        place-items: center;
        row-gap: 40px;
    }
    #sponsors figure.gallery-item {
        max-width: 220px !important;
    }
}

.article_dfp_ads iframe {
    width: max-content !important;
}

.sponsor-describe{
	font-size: 1rem;
    font-weight: 400;
    max-width: 92%;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 1rem;
}
.event_contact_information{
	border-top: 2px solid #191818;
    width: 90%;
    border-bottom: 2px solid #191818;
    padding: 0px 0px 15px 0px;
    margin-bottom: 2rem;
    margin-left: 12px;
}

.presenting_sponsor_section{
	margin-bottom: 50px;
}
.presenting_sponsor_section img {
    max-width: 400px;
    margin-top: 20px;
}