/**handles:classes**/
.class-schedule .class-block {
	display: flex;
	align-items: center;
}

.class-block {
	background: #ED1C24;
	cursor: pointer;
	width: 80%;
	margin: 50px;
	padding: 35px;
	border-radius: 15px;
	transform: scale(1);
	transition: all 0.2s ease-in-out;
}

.class-block h3 {
	text-transform: none !important;
}

.class-block h3,
.class-block p {
	color: white;
}

.class-block:hover {
	transform: scale(1.1);
	background: white !important;
}

.class-block:hover h3,
.class-block:hover p {
	color: #ED1C24 !important;
}

.class-block:hover h3 {
	text-decoration: underline solid #ED1C24;
}

.program-block:nth-child(even) .et_pb_row {
	flex-direction: row-reverse;
}

.program-block img {
	border-radius: 15px;
}

.class-schedule .class-block h2,
.class-schedule .class-block h3 {
	margin: 0;
	padding: 0;
}

.class-schedule .class-block h2 {
	color: white;
}

.class-schedule .class-block .et_pb_column:first-of-type {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	padding-top: 27px;
	min-height: 400px;
}

.pro-and-ammy .bw-widget__cart_button {
	display: none !important;
}

.bw-session__staff::before {
	content: "Coach: ";
	font-weight: bolder;
}

@media (max-width: 980px) {

	.class-block-row .et_pb_column {
		margin-bottom: 0 !important;
	}

	.class-block {
		width: 100%;
		margin: 0;
		border-radius: 5px;
		text-align: center !important;
	}

	.class-block .et_pb_column {
		margin-bottom: auto !important;
	}

	.program-block:nth-child(odd) .et_pb_row {
		flex-direction: column-reverse;
	}

	.program-block img {
		border-radius: 0;
		border-top-right-radius: 35px;
		border-top-left-radius: 35px;
	}
}