/* Event catalog */
.event-list-speaker-box {
    display: flex;
    align-items: center;
    max-width: 552px;
}
.event-catalog-box-c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
    flex-wrap: wrap;
    gap: 20px;
}
.event-catalog-box {
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.speakers-list-box {
    border-radius: 20px 0px 0px 0px;
    background: #FFF;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.sub_speaker-item {
    display: flex;
    align-items: center;
}
.event-catalog_date {
    border-radius: 0px 0px 20px 20px;
    background: #444BD3;
    padding: 16px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event-catalog_date:hover {
    border-radius: 0px 0px 20px 20px;
    background: #E0E7FF;
    color: #444BD3;
}
.sub_speaker-theme-box {
    color: #121127;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}
.sub_speaker-name-box {
    color: #6C6B80;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.sub_speaker-item {
    display: flex;
    align-items: center;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.host-box {
    min-width: 176px;
    min-height: 192px;
    border-radius: 0px 20px 0px 0px;
    background: #F9FAFB;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 52px 8px 24px;
    position: relative;
}
.host-box.Previous.Meetup .host--badge-box {
    background: #EF4444;
}
.host--badge-box {
    position: absolute;
    top: 0;
    padding: 8px 20px;
    background: #10B981;
    border-radius: 0px 25px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.host-image-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    min-width: 80px;
}
.host-status-box {
    width: 100%;
    color: #444BD3;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.host-name-box {
    color: #6C6B80;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.sub_speaker-image-box {
    min-width: 64px;
    width: 64px;
}
.event-catalog_date:hover .event-catalog_date-img-c {
    color: #444BD3;
}


@media screen and (max-width: 1160px) {
	.event-catalog-box-c {
		flex-wrap: wrap;
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
	.event-catalog-box {
		width: 100%;
	}
	.event-list-speaker-box {
		max-width: inherit;
	}
}
@media screen and (max-width: 600px) {
	.event-list-speaker-box {
		flex-wrap: wrap;
	}
	.host-box {
		min-width: inherit;
		width: 100%;
		min-height: inherit;
		order: -1;
	}
	.host-box-r {
		order: -1;
		width: 100%;
		min-height: inherit;
		min-width: inherit;
	}
}

/* Event thx */
.header-event-box {
    max-width: 746px;
    margin: 0 auto 56px;
    text-align: center;
}
.social-event-box {
    border-radius: 6px;
    background: #F9FAFB;
    max-width: 480px;
    margin: 0 auto 160px;
    padding: 32px 24px;
    text-align: center;
}
.social-list_items-img img {
    min-width: 40px;
}
.social-list_items-link {
    display: flex;
}
.social-list-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}