.cb-events-list {
	display: grid;
	gap: 22px;
	width: 100%;
}

.cb-event-card {
	display: grid;
	grid-template-columns: 122px minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 26px;
	border: 1px solid #e6e0d9;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(75, 75, 76, 0.04);
}

.cb-event-date {
	display: grid;
	min-height: 112px;
	place-items: center;
	padding: 16px;
	background: #cec0ad;
	color: #ffffff;
	text-align: center;
}

.cb-event-date strong,
.cb-event-date span {
	display: block;
}

.cb-event-date strong {
	font-size: 38px;
	font-weight: 600;
	line-height: 1;
}

.cb-event-date span {
	margin-top: 7px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cb-event-content {
	min-width: 0;
}

.cb-event-type {
	margin: 0 0 8px;
	color: #a18466;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cb-event-title {
	margin: 0 0 10px;
	color: #4b4b4c;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}

.cb-event-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	margin-bottom: 10px;
	color: #766f69;
	font-size: 12px;
}

.cb-event-description {
	margin: 0;
	color: #909090;
	font-size: 13px;
	line-height: 1.65;
}

.cb-event-action {
	min-width: 170px;
	text-align: center;
}

.cb-event-button,
.single-tribe_events .tribe-common .tribe-common-c-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 22px;
	border: 1px solid #cec0ad;
	border-radius: 24px;
	background: #cec0ad;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.cb-event-button:hover,
.cb-event-button:focus,
.cb-event-button:focus-visible,
.single-tribe_events .tribe-common .tribe-common-c-btn:hover,
.single-tribe_events .tribe-common .tribe-common-c-btn:focus {
	background: #b9a78f;
	color: #ffffff;
	text-decoration: none;
	outline: 3px solid transparent;
	outline-offset: 3px;
}

.cb-event-button:focus-visible,
.single-tribe_events .cb-event-registration-form input:focus-visible,
.single-tribe_events .cb-event-registration-form button:focus-visible,
.single-tribe_events .cb-event-registration-form textarea:focus-visible {
	outline: 3px solid #806b57;
	outline-offset: 3px;
}

.cb-events-empty {
	margin: 0;
	padding: 30px;
	border: 1px solid #e6e0d9;
	background: #ffffff;
	color: #909090;
	text-align: center;
}

.cb-events-page {
	overflow: hidden;
	background: #ffffff;
}

.cb-events-page > .vc_row {
	margin-right: 0;
	margin-left: 0;
}

.cb-events-page .cb-events-hero {
	position: relative;
	padding-top: 140px !important;
	padding-bottom: 140px !important;
	background-position: center !important;
	background-size: cover !important;
	color: #ffffff;
	text-align: center;
}

.cb-events-page .cb-events-hero::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(50, 38, 28, 0.48);
	content: '';
}

.cb-events-page .cb-events-hero > * {
	position: relative;
	z-index: 1;
}

.cb-events-page .cb-events-hero .vc_column-inner {
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

.cb-events-page .cb-events-hero h1,
.cb-events-page .cb-events-hero h2,
.cb-events-page .cb-events-hero p {
	color: #ffffff;
}

.cb-events-page .cb-events-hero h1 {
	margin-bottom: 18px;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.08;
}

.cb-events-page .cb-events-kicker {
	margin-bottom: 14px;
	color: #a18466;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.cb-events-page .cb-events-hero .cb-events-kicker {
	color: #e5d9ca;
}

.cb-events-page .cb-events-intro,
.cb-events-page .cb-events-section,
.cb-events-page .cb-events-contact {
	padding-top: 75px !important;
	padding-right: max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	padding-bottom: 75px !important;
	padding-left: max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
}

.cb-events-page .cb-events-section {
	background: #f7f7f7;
}

.cb-events-page .cb-events-intro h2,
.cb-events-page .cb-events-section h2,
.cb-events-page .cb-events-contact h2 {
	color: #4b4b4c;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
}

.cb-events-page .cb-events-intro p,
.cb-events-page .cb-events-section p {
	color: #77706a;
	font-size: 14px;
	line-height: 1.8;
}

.cb-events-page .cb-events-contact {
	background: #cec0ad;
}

.cb-events-page .cb-events-contact h2,
.cb-events-page .cb-events-contact p {
	color: #ffffff;
}

.single-tribe_events #event-registration,
.single-tribe_events .cb-event-registration {
	width: min(100% - 44px, 1170px);
	margin: 58px auto;
	padding: 42px;
	border: 1px solid #e6e0d9;
	background: #ffffff;
}

.single-tribe_events .cb-event-registration h2 {
	margin: 0 0 24px;
	color: #4b4b4c;
	font-size: clamp(28px, 4vw, 38px);
	line-height: 1.2;
}

.single-tribe_events .cb-event-registration-form label {
	color: #4b4b4c;
	font-size: 13px;
	font-weight: 600;
}

.single-tribe_events .cb-event-registration-form input:not([type="submit"]),
.single-tribe_events .cb-event-registration-form textarea,
.single-tribe_events .cb-event-registration-form select {
	box-sizing: border-box;
	width: 100%;
	margin: 7px 0 18px;
	padding: 12px 14px;
	border: 1px solid #d9d0c6;
	border-radius: 0;
	background: #ffffff;
	color: #4b4b4c;
}

.single-tribe_events .cb-event-registration-form input[type="submit"],
.single-tribe_events .cb-event-registration-form button {
	min-height: 42px;
	padding: 11px 22px;
	border: 1px solid #cec0ad;
	border-radius: 24px;
	background: #cec0ad;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.single-tribe_events .cb-event-registration-form .wpcf7-not-valid-tip {
	color: #9b3d31;
	font-size: 12px;
}

.single-tribe_events .cb-event-registration-form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px;
	border: 1px solid #d9d0c6;
	color: #4b4b4c;
}

.single-tribe_events .cb-event-featured-image,
.single-tribe_events .tribe-events-event-image {
	width: 100%;
	max-width: 1170px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.single-tribe_events .cb-event-featured-image img,
.single-tribe_events .tribe-events-event-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media (max-width: 760px) {
	.single-tribe_events #event-registration,
	.single-tribe_events .cb-event-registration {
		width: calc(100% - 44px);
		margin: 42px auto;
		padding: 28px 22px;
	}

	.cb-event-card {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 18px;
		padding: 18px;
	}

	.cb-event-date {
		min-height: 88px;
	}

	.cb-event-date strong {
		font-size: 30px;
	}

	.cb-event-action {
		grid-column: 1 / -1;
		min-width: 0;
		text-align: left;
	}

	.cb-events-page .cb-events-hero {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}

	.cb-events-page .cb-events-hero h1 {
		font-size: 38px;
	}

	.cb-events-page .cb-events-intro,
	.cb-events-page .cb-events-section,
	.cb-events-page .cb-events-contact {
		padding-top: 52px !important;
		padding-right: 22px !important;
		padding-bottom: 52px !important;
		padding-left: 22px !important;
	}

	.cb-events-page .cb-events-intro h2,
	.cb-events-page .cb-events-section h2,
	.cb-events-page .cb-events-contact h2 {
		font-size: 28px;
	}
}

@media (max-width: 440px) {
	.cb-event-card {
		grid-template-columns: 1fr;
	}

	.cb-event-date {
		width: 84px;
	}

	.cb-event-action {
		grid-column: auto;
	}

	.cb-event-button {
		width: 100%;
	}
}

/* AlumierMD information page */
.cb-page .cb-alumier-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 520px;
	padding: 105px max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	background-position: center center !important;
	background-size: cover !important;
	color: #ffffff;
}

.cb-page .cb-alumier-hero::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(90deg, rgba(34, 31, 29, 0.78) 0%, rgba(34, 31, 29, 0.5) 48%, rgba(34, 31, 29, 0.08) 78%);
	content: '';
}

.cb-page .cb-alumier-hero > * {
	position: relative;
	z-index: 1;
}

.cb-page .cb-alumier-hero .vc_column-inner {
	max-width: 680px;
	padding: 0 !important;
}

.cb-page .cb-alumier-hero h1 {
	max-width: 650px;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.06;
}

.cb-page .cb-alumier-hero p {
	max-width: 590px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.75;
}

.cb-page .cb-alumier-kicker {
	margin: 0 0 14px;
	color: #a18466;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.cb-page .cb-alumier-hero .cb-alumier-kicker,
.cb-page .cb-alumier-distributor .cb-alumier-kicker {
	color: #e8dac8;
}

.cb-page .cb-alumier-button,
.cb-page .cb-alumier-button-outline {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.cb-page .cb-alumier-button .vc_btn3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 25px;
	border: 1px solid #cec0ad;
	border-radius: 24px;
	background: #cec0ad;
	box-shadow: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cb-page .cb-alumier-button .vc_btn3:hover,
.cb-page .cb-alumier-button .vc_btn3:focus {
	border-color: #b6a58e;
	background: #b6a58e;
	color: #ffffff;
	text-decoration: none;
}

.cb-page .cb-alumier-button-outline .vc_btn3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 25px;
	border: 1px solid currentColor;
	border-radius: 24px;
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cb-page .cb-alumier-button-outline .vc_btn3:hover,
.cb-page .cb-alumier-button-outline .vc_btn3:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #4b4540;
	text-decoration: none;
}

.cb-page .cb-alumier-button .vc_btn3:focus-visible,
.cb-page .cb-alumier-button-outline .vc_btn3:focus-visible,
.cb-page .cb-alumier-team-card a:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

.cb-page .cb-alumier-story {
	padding: 82px max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	background: #ffffff;
}

.cb-page .cb-alumier-story > .wpb_column:first-child > .vc_column-inner {
	padding: 38px 65px 38px 15px !important;
}

.cb-page .cb-alumier-story > .wpb_column:last-child > .vc_column-inner {
	padding: 0 15px !important;
}

.cb-page .cb-alumier-story h2,
.cb-page .cb-alumier-pillars h2,
.cb-page .cb-alumier-team h2,
.cb-page .cb-alumier-vision h2,
.cb-page .cb-alumier-cta h2 {
	margin: 0 0 20px;
	color: #4b4b4c;
	font-size: clamp(31px, 3.5vw, 42px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.16;
}

.cb-page .cb-alumier-story p,
.cb-page .cb-alumier-team p,
.cb-page .cb-alumier-vision p {
	color: #77706a;
	font-size: 15px;
	line-height: 1.8;
}

.cb-page .cb-alumier-story .wpb_single_image,
.cb-page .cb-alumier-story .vc_figure,
.cb-page .cb-alumier-story .vc_single_image-wrapper,
.cb-page .cb-alumier-story img {
	width: 100%;
}

.cb-page .cb-alumier-story img {
	display: block;
	height: 480px;
	object-fit: cover;
	object-position: center;
}

.cb-page .cb-alumier-pillars {
	padding: 82px max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	background: #f7f4f0;
	text-align: center;
}

.cb-page .cb-alumier-pillars > .wpb_column > .vc_column-inner {
	padding: 0 !important;
}

.cb-page .cb-alumier-pillars .vc_row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}

.cb-page .cb-alumier-pillar > .vc_column-inner {
	height: 100%;
	padding: 30px 28px !important;
	border-top: 3px solid #cec0ad;
	background: #ffffff;
	text-align: left;
}

.cb-page .cb-alumier-pillar h3 {
	margin: 0 0 12px;
	color: #4b4b4c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.cb-page .cb-alumier-pillar p {
	margin: 0;
	color: #77706a;
	font-size: 14px;
	line-height: 1.75;
}

.cb-page .cb-alumier-distributor {
	padding: 82px max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	background: #4b4540;
	color: #ffffff;
}

.cb-page .cb-alumier-distributor > .wpb_column:first-child > .vc_column-inner {
	padding: 0 45px 0 15px !important;
}

.cb-page .cb-alumier-distributor > .wpb_column:last-child > .vc_column-inner {
	padding: 38px 15px 38px 45px !important;
}

.cb-page .cb-alumier-distributor .wpb_single_image,
.cb-page .cb-alumier-distributor .vc_figure,
.cb-page .cb-alumier-distributor .vc_single_image-wrapper,
.cb-page .cb-alumier-distributor img {
	width: 100%;
}

.cb-page .cb-alumier-distributor img {
	display: block;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

.cb-page .cb-alumier-distributor h2 {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(31px, 3.5vw, 42px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.16;
}

.cb-page .cb-alumier-distributor p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.8;
}

.cb-page .cb-alumier-team {
	padding: 82px max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	background: #ffffff;
	text-align: center;
}

.cb-page .cb-alumier-team > .wpb_column > .vc_column-inner {
	padding: 0 !important;
}

.cb-page .cb-alumier-team .vc_row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
}

.cb-page .cb-alumier-team-card > .vc_column-inner {
	height: 100%;
	padding: 28px !important;
	border: 1px solid #e6e0d9;
	background: #ffffff;
	text-align: left;
}

.cb-page .cb-alumier-team-card h3 {
	margin: 0 0 5px;
	color: #4b4b4c;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}

.cb-page .cb-alumier-team-card h4 {
	margin: 0 0 16px;
	color: #a18466;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.55;
	text-transform: uppercase;
}

.cb-page .cb-alumier-team-card p {
	font-size: 14px;
	line-height: 1.7;
}

.cb-page .cb-alumier-team-card a {
	color: #806b57;
	font-weight: 600;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.cb-page .cb-alumier-team-card a:hover,
.cb-page .cb-alumier-team-card a:focus {
	color: #4b4540;
	text-decoration: underline;
}

.cb-page .cb-alumier-vision {
	padding: 0 !important;
	background: #f7f4f0;
}

.cb-page .cb-alumier-vision > .wpb_column > .vc_column-inner {
	padding: 0 !important;
}

.cb-page .cb-alumier-vision .wpb_single_image,
.cb-page .cb-alumier-vision .vc_figure,
.cb-page .cb-alumier-vision .vc_single_image-wrapper,
.cb-page .cb-alumier-vision img {
	width: 100%;
}

.cb-page .cb-alumier-vision img {
	display: block;
	height: 540px;
	object-fit: cover;
	object-position: center;
}

.cb-page .cb-alumier-vision-copy > .vc_column-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 540px;
	padding: 65px max(45px, calc((100vw - 1170px) / 2 + 15px)) 65px 70px !important;
}

.cb-page .cb-alumier-vision-copy .wpb_text_column:first-of-type p {
	margin: 12px 0 22px;
	color: #4b4b4c;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.35;
}

.cb-page .cb-alumier-cta {
	padding: 58px max(30px, calc((100% - 1170px) / 2 + 15px)) !important;
	background: #cec0ad;
	color: #ffffff;
	text-align: center;
}

.cb-page .cb-alumier-cta > .wpb_column > .vc_column-inner {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 !important;
}

.cb-page .cb-alumier-cta h2,
.cb-page .cb-alumier-cta p {
	color: #ffffff;
}

.cb-page .cb-alumier-cta p {
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1.75;
}

@media (max-width: 760px) {
	.cb-page .cb-alumier-hero {
		min-height: 470px;
		padding: 78px 22px !important;
		background-position: 58% center !important;
	}

	.cb-page .cb-alumier-hero::before {
		background: rgba(34, 31, 29, 0.64);
	}

	.cb-page .cb-alumier-hero h1 {
		font-size: 40px;
	}

	.cb-page .cb-alumier-story,
	.cb-page .cb-alumier-pillars,
	.cb-page .cb-alumier-distributor,
	.cb-page .cb-alumier-team,
	.cb-page .cb-alumier-cta {
		padding: 55px 22px !important;
	}

	.cb-page .cb-alumier-story > .wpb_column:first-child > .vc_column-inner,
	.cb-page .cb-alumier-story > .wpb_column:last-child > .vc_column-inner,
	.cb-page .cb-alumier-distributor > .wpb_column:first-child > .vc_column-inner,
	.cb-page .cb-alumier-distributor > .wpb_column:last-child > .vc_column-inner {
		padding: 0 0 28px !important;
	}

	.cb-page .cb-alumier-story img,
	.cb-page .cb-alumier-distributor img,
	.cb-page .cb-alumier-vision img {
		height: 370px;
	}

	.cb-page .cb-alumier-pillar,
	.cb-page .cb-alumier-team-card {
		width: 100%;
		margin-bottom: 18px;
	}

	.cb-page .cb-alumier-vision-copy > .vc_column-inner {
		min-height: 0;
		padding: 55px 22px !important;
	}

	.cb-page .cb-alumier-button,
	.cb-page .cb-alumier-button-outline,
	.cb-page .cb-alumier-button .vc_btn3,
	.cb-page .cb-alumier-button-outline .vc_btn3 {
		width: 100%;
	}
}
