.wm-book-hero + .et_pb_section_first {
	padding-top: 0 !important
}

.wm-book-hero {
	padding-top: 216px;
	padding-bottom: 16px;
	margin-bottom: 6em;
	border-radius: 0 0 100px 100px;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}

.wm-book-hero .container {
	max-width: 1285px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wm-book-hero .wm-title {
	font-family: "Tiembos Fine Light", Helvetica, Arial, Lucida, sans-serif;
	font-size: 80px;
	font-weight: 300;
	line-height: 90px;
	color: #fff !important;
}

.wm-book-hero .wm-subtitle {
	font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2em;
	color: #fff !important;
}

.wm-book-hero .wm-cta {
	position: relative !important;
	font-family: "Tiembos Fine Light", Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	color: #fff !important;
	padding: 8px 0;
	border-bottom: 3px solid #fff;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
}

.wm-book-hero .wm-cta::after {
	content: ">";
	position: absolute;
	right: 4px;
	font-size: 29px;
}

.wm-book-hero .wm-cta:hover,
.wm-book-hero .wm-cta:focus {
	color: #fc0 !important;
	border-color: #fc0 !important;
}

.wm-book-hero.wm-text-dark .wm-title,
.wm-book-hero.wm-text-dark .wm-subtitle,
.wm-book-hero.wm-text-dark .wm-cta {
	color: #414042 !important;
	border-color:  #414042 !important;
}

.wm-book-hero.wm-text-dark .wm-cta:hover,
.wm-book-hero.wm-text-dark .wm-cta:focus {
	color: #fff !important;
	border-color: #fff !important;
}

@media (max-width: 1160px) {
	.wm-book-hero .wm-title {
		font-size: 60px;
		line-height: 74px;
	}
}

@media (max-width: 991px) {
	.wm-book-hero {
		padding-top: 160px;
		border-radius: 0;
	}
	
	.wm-book-hero .wm-book-cover {
		max-width: 420px;
		width: 100%;
	}

	.wm-book-hero .wm-title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (min-width: 992px) {
	.wm-book-hero .wm-book-cover {
		width: 95%;
	}
}

@media (min-width: 600px) {	
	.wm-book-hero .wm-cta {
		max-width: 200px !important;
	}
}
