button.btn-style_1 {
	background: transparent;
	font-size: 18px;
	padding: 5px 20px;
	border: none;
	cursor: pointer;
}

button.btn-style_1.active,
button.btn-style_1:hover {
	background-color: #efefef;
}

.courses .et_pb_image_wrap {
	margin-bottom: 20px;
}

.course-list__description {
	line-height: 1.5;
	color: black;
	font-size: 15px;
	padding-bottom: 20px;
}

.course-list__price {
	font-size: 25px;
	color: #1bbc9d;
}

.course-list__title {
	font-size: 30px;
	margin-bottom: 10px;
}

.course-list__item {
	padding: 15px 15px 50px;
}

.course-list__item .navigate-with-button {
	display: -ms-flexbox!important;
	display: flex;
}

.course-list__item .et_pb_button {
	padding: .3em 1em !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	margin-top: 15px;
	color: #ffffff!important;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
}

.course-list__item .navigate-with-button .navigate-with-button__last {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
}

.grid-item--navigate-with-button .et_overlay {
	opacity: 0 !important;
}

.picker {
	width: 100%;
}

.picker .pc-select {
	max-width: 500px !important;
	width: 100%;
}

.picker .pc-select .pc-trigger {
	color: #d42426;
	border: 1px solid #d8d8d8;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.pc-element.pc-trigger::after {
	content: '';
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #2f2f2f;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: scaleY(-1);
}

.picker .pc-select .pc-list li:hover {
	background-color: #1bbc9d !important;
}

.picker .pc-select .pc-list li {
	height: 30px;
	display: flex !important;
	align-items: center;
}

.picker .pc-element:hover, .picker .pc-trigger:hover {
	background-color: #efefef;
}

.course-customer-popup {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	background-color: #ffffff;
	/* border-top: 1px solid #1bbc9d; */
	/* border-left: 1px solid #1bbc9d; */
	/* border-right: 1px solid #1bbc9d; */
	padding: 40px 15px 25px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: 0.5s ease-in-out all;
	top: -100%;
}

.course-customer-popup strong {
	color: white;
	display: inline-block;
	background-color: #1bbc9d;
	padding: 7px 20px 7px 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
	font-family: "Source Sans Pro",sans-serif;
	border-bottom: 2px solid #117965;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-top: 15px;
}

.course-customer-popup__title {
	font-style: italic;
	font-weight: bold;
	color: #1bbc9d;
}


.course-customer-popup__close-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
}

.course-customer-popup__close-icon::before {
	content: 'x';
	color: black;
	font-weight: 300;
	font-family: Arial, sans-serif;
}

.course-customer-popup__link {
	color: black;
}
@media all and (min-width: 1201px) {
	.course-customer-popup {
		bottom: -100%;
		left: 0;
		top: inherit;
		transform: translateX(0);
	}

	.course-customer-popup.active {
		bottom: 0;
	}
}

@media all and (max-width: 1200px) {
	.course-customer-popup {
		top: -100%;
	}

	.course-customer-popup.active {
		top: 0;
	}

	.admin-bar .course-customer-popup.active {
		top: 33px;
	}
}
@media all and (max-width: 640px) {
	.course-customer-popup {
		width: 100%;
	}

	.admin-bar .course-customer-popup.active {
		top: 45px;
	}
}

@media all and (max-width: 400px) {
	.course-list__item a.et_pb_button {
		font-size: 14px;
		padding-right: 20px !important;
		padding-left: 20px !important;
		line-height: 1em!important;
	}

	.course-list__item .course-list__title {
		font-size: 25px !important;
	}
}