#course_title {
	margin-bottom: 10px;
}

.text_below_title {
	margin-bottom: 25px;
}

#duration_training {
	font-size: 24px;
	color: #1D6095;
	font-weight: bold;
}

#price_sign_up_box {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	text-align: center;
	padding: 15px 10px 10px;
	margin-bottom: 3px;
}

#price_course {
	font-size: 24px;
	font-weight: bold;
	color: #1D6095;
}

#sign_up_button_training {
	background-color: #3C8D3F;
	border-radius: 4px;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);
	display: block;
	color: white;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 10px;
	text-decoration: none;
	margin: 8px 0;
}

#sign_up_button_training:active,
#sign_up_button_training:focus,
#sign_up_button_training:hover {
	background-color: #387f3b;
}

#downloads_course {
	padding: 10px;
	font-weight: bold;
}

#downloads_course ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#downloads_course a {
	text-decoration: underline;
}

.header_course label {
	width: auto;
	margin-bottom: 0;
}

#starting_dates {
	margin-bottom: 12px;
}

#starting_dates img,
.start_guarantee_img {
	width: 101px;
}

#starting_dates div[class*=col-md] {
	min-height: 35px;
}

#regions {
	padding: 0;
	margin: 0;
	list-style: none;
}

#regions li {
	display: inline-block;
	margin-right: 11px;
}

#regions li:last-child {
	margin-right: 0;
}

#course_region strong {
	display: block;
	margin-bottom: 5px;
}

.radio_text {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 21px;
}

.radio_text:before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #979797;
	position: absolute;
	left: 0;
	top: 2px;
}

input[type=radio] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

input[type=radio]:checked ~ .radio_text:before {
	width: 17px;
	height: 17px;
	border: 3px solid #1D6095;
}

#course_information {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	margin-top: 40px;
}

#tabs_wrapper {
	background-color: #EFEFEF;
	border-bottom: 1px solid #DCDCDC;
	padding: 7px 7px 0;
}

ul#tabs {
	padding: 0;
	margin: 0;
	list-style: none;
}

#tabs li {
	display: inline-block;
	background-color: white;
	border-radius: 4px 4px 0 0;
	border: 1px solid #DCDCDC;
	border-bottom: none;
	cursor: pointer;
	padding: 14px 17px 10px;
}

#tabs li.active {
	font-weight: bold;
	color: #1D6095;
}

#certificate_tab {
	position: relative;
	padding-right: 37px !important;
}

#certificate_tab:after {
	content: '';
	position: absolute;
	right: 10px;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/certificate.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#tabs_content_wrapper {
	padding: 25px 22px;
	line-height: 1.5;
}

.start_guarantee_price {
	display: flex;
	gap: 5px;
	align-items: center;
}

.old_price {
	text-decoration: line-through;
}

.start_guarantee_price {
	margin-bottom: 10px;
}

.new_price {
	font-weight: 500;
}

.discount_label {
	font-style: italic;
	color: #3C8D3F;
}

.regular_price_top,
.start_guarantee_price_top {
	display: none;
}

.regular_price_top.active {
	display: block;
}

.start_guarantee_price_top.active {
	display: block;
}

.start_guarantee_price_top .old_price {
	font-weight: normal;
	font-size: 18px;
}

.start_guarantee_price_top .new_price {
	font-weight: bold;
	font-size: 24px;
}

.start_guarantee_price_top .discount_label {
	font-size: 15px;
	font-weight: normal;
}

#code_course {
	font-size: 24px;
	font-weight: bold;
	color: #1D6095;
}

@media (max-width: 767px) {
	#tabs_content_wrapper {
		padding: 0;
	}

	#tabs_content li {
		padding: 25px 22px;
	}

	#tabs_content li#content_certificate_tab {
		padding: 0;
	}
}

ul#tabs_content {
	padding: 0;
	margin: 0;
	list-style: none;
}

#tabs_content li {
	display: none;
}

#tabs_content li.active {
	display: block;
}

#course_information table {
	font-size: 14px;
	line-height: 1.46;
}

#course_information table h3 {
	color: #1D6095;
	line-height: 1.2;
	font-size: 12px;
	padding-top: 5px;
}

#course_information h2,
#course_information h3 {
	font-weight: normal;
	color: #1D6095;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
}

#course_information h2:first-child {
	margin-top: 0;
}

#course_information p {
	margin-bottom: 35px;
	margin-bottom: 0;
	font-size: 12px;
}

#course_content p {
	/* margin-bottom: 10px; */
}

@media (min-width: 768px) {
	#course_information #tabs_content li:nth-child(2) img {
		max-width: 345px;
	}
}

#course_information p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.radio_text {
		font-size: 12px;
	}

	#starting_dates img {
		width: 75px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.left_header_course {
		flex: 0 0 70%;
		max-width: 70%;
	}

	.right_header_course {
		flex: 0 0 30%;
		max-width: 30%;
	}

	#downloads_course {
		font-size: 12px;
	}

	#starting_dates img {
		width: 100px;
		position: relative;
		left: -6px;
		margin-bottom: 13px;
	}

	#tabs li {
		font-size: 11px;
		padding: 14px 14px 10px;
	}
}

@media (min-width: 768px) {
	#course_information table {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	#course_region,
	#regions,
	#starting_dates,
	.single-post #title_header {
		display: none;
	}

	.header_course {
		background: #1D6095;
		color: white;
		margin-left: -10px;
		margin-right: -10px;
	}

	.single-post #midden {
		padding: 0;
	}

	#course_title,
	#duration_training,
	.header_course a,
	#price_course {
		color: white;
	}

	#course_title {
		margin-bottom: 17px;
		font-size: 28px;
		width: 100%;
		border-top: 1px solid white;
		padding-top: 6px;
		padding-right: 10px;
	}

	#price_course,
	#duration_training {
		font-size: 18px;
	}

	.left_header_course > *,
	.right_header_course > * {
		padding: 0 10px;
	}

	#downloads_course {
		padding-top: 0;
		padding-bottom: 29px;
		min-height: 150px;
	}

	#price_course {
		line-height: 1.2;
	}

	#price_sign_up_box {
		padding-top: 15px;
		position: absolute;
		right: 25px;
		top: 0;
		width: 175px;
		padding: 10px;
	}

	#modules_content tr:nth-child(odd) {
		display: none;
	}

	#modules_content td {
		display: block;
		position: relative;
		padding-top: 47px;
		border-bottom: 0;
	}

	#modules_content tr:last-child td:last-child {
		border-bottom: 1px solid #ddd;
	}

	#modules_content td:before {
		content: attr(data-module-name);
		display: block;
		color: #1D6095;
		line-height: 1.2;
		font-size: 14px;
		padding-top: 5px;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
		padding: 10px;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}

	#tabs li {
		padding: 12px 17px 8px;
		margin-bottom: 7px;
		border-bottom: 1px solid #DCDCDC;
		border-radius: 4px;
	}

	#select_options_mobile {
		position: relative;
		margin-top: 25px;
	}

	#wrapper_select_startdate_mobile {
		margin-bottom: 20px;
	}

	.dropdown_label {
		font-weight: bold;
		margin-bottom: 8px;
	}

	#course_information {
		margin-top: 30px;
	}

	.dropdown_ul li[data-start-guarantee='1'] {
		background-image: url(/wp-content/uploads/2017/06/spiraltrain-stratgarantie.png);
		background-position: right 9px center;
		background-size: 106px auto;
	}

	html[lang=en-US] .dropdown_ul li[data-start-guarantee='1'] {
		background-image: url(/wp-content/uploads/2017/06/spiraltrain-start-guarantee.png);
	}

	.single-post .dropdown_ul li {
		color: #666;
		font-weight: normal;
	}

	.single-post .page_content {
		margin-bottom: 33px;
	}
}

@media (max-width: 359px) {
	#tabs li {
		padding: 12px 21px 8px;
	}
}
