/* Posts and pages
--------------------------------------------- */

.landing-row {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 50px;
}

.woocommerce-page .landing-row {
	padding-bottom: 0;
}

@media (min-width: 960px) {
	.landing-row {
		padding-bottom: 80px;
	}

	.woocommerce-page .landing-row {
		padding-bottom: 0;
	}
}

/* .landing-row-notrustrow {
	padding-bottom: 0;
} */

/* Pages header
--------------------------------------------- */

.landing-row-header {
	width: 100%;
	padding-top: 99px;
	position: relative;
	text-align: center;
}

.page-header--search {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.entry-title,
.section-title,
.inner__title {
	margin-top: 0;
	max-width: var(--header-width);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.entry-title {
	max-width: 1100px;
}

.page-id-59 .entry-title {
	max-width: 1600px;
}

.page-slug-luxury-molokini-snorkeling-tours .entry-title,
.page-slug-elua-luxury-molokini-snorkel-tour .entry-title {
	max-width: 1200px;
}

.h1,
.h2,
.h3,
.h4,
.product_title,
.wp-block-heading,
.sweepstakes-content h2 {
	font-family: var(--font-serif);
	text-transform: uppercase;
}

.h1 {
	font-size: 91px;
	font-size: var(--fluid-h1);
	letter-spacing: -0.026em;
	line-height: .9120879;
}

.entry-title_label {
	font-size: var(--fluid-h1-label);
}

.h2,
h2.wp-block-heading,
.product_title {
	font-size: 62px;
	font-size: var(--fluid-h2);
	letter-spacing: -0.023em;
	line-height: 1.048387;
}

.h3,
h3.wp-block-heading,
.page-template-page-basic h1.wp-block-heading,
.sweepstakes-content h2 {
	font-size: 43px;
	font-size: var(--fluid-h3);
	line-height: .930233;
	letter-spacing: -0.02em;
}

.h4,
.tour-col__inner h4,
.comparison-table__th h3,
.page-template-page-basic h2.wp-block-heading,
.tour-cols__col--left .tour-col__inner .h2 {
	font-size: 30px;
	letter-spacing: -0.03em;
	line-height: .933;
	text-transform: uppercase;
}

.page-template-page-basic h3.wp-block-heading {
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 1.35;
	text-transform: uppercase;
}

.landing-row-title {
	margin-top: 8vw;
	margin-bottom: 1vw;
}

.entry-title.landing-row-title {
	margin-bottom: 80px !important;
}

.landing-row-header {
	margin-bottom: 9vw;
}

.landing-row-notrustrow .landing-row-header {
	margin-bottom: 0;
}

.landing-row-notrustrow .landing-row-title {
	margin-bottom: 0;
}

.header--no-image .landing-row-title {
	margin-top: 6vw;
}

@media (min-width: 1200px) {
	.h1 {
		font-size: 91px;
	}

	.entry-title_label {
		font-size: 132px;
	}

	.h2,
	.wp-block-heading,
	.product_title {
		font-size: 62px;
	}

	.h3,
	.page-template-page-basic h1.wp-block-heading,
	.tour-cols__col--left .tour-col__inner .h2,
	.sweepstakes-content h2 {
		font-size: 43px;
	}

	.page-template-page-basic h2.wp-block-heading {
		font-size: 30px;
	}

	.landing-row-title {
		margin-top: 100px;
		margin-bottom: 7px;
	}

	.landing-row-header {
		margin-bottom: 120px;
	}

	.landing-row-notrustrow .landing-row-title {
		margin-bottom: 0;
	}

	.header--no-image .landing-row-title {
		margin-top: 70px;
	}
}

.inner__title {
	text-align: initial;
}

.header--no-image {
	padding-top: 0;
}

.entry-title_label {
	color: var(--golden-grass-50);
	display: block;
	font-family: var(--font-decorative);
	letter-spacing: normal;
	line-height: .85;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}

.header-graphic {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

.header-graphic--luau {
	top: 42px;
}

.trust-row {
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 108px;
	max-width: var(--content-width);
	margin-left: auto;
	margin-right: auto;
}

.trust-row__left {
	display: flex;
	/* max-width: 495px; */
	max-width: 650px;
}

.page-slug-luxury-molokini-snorkeling-tours .trust-row__left,
.page-slug-elua-luxury-molokini-snorkel-tour .trust-row__left {
	max-width: 585px;
}

.trust__left-p {
	margin-top: auto;
	margin-bottom: 0;
}

.trust__left-p a {
	color: var(--golden-grass-50);
}

.trust__left-p a:hover {
	text-decoration: underline;
}

.trust-row__right {
	max-width: 487px;
	display: flex;
	align-items: end
}

.trust__right-div {
	display: flex;
	gap: 48px;
	align-items: end
}

.trust__right-div.is_sunset {
	gap: 35px;
}

.rating-tourists {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.rating-tourists__stars {
	transition: all .25s;
}

.rating-tourists--url:hover .rating-tourists__stars {
	transform: scale(1.2);
}

.rating-tourists__text {
	color: var(--gray-70);
	font-size: var(--body-text-xs);
	text-align: center;
	text-decoration: underline;
}

.rating-tourists__avatars {
	display: flex;
	position: relative;
	height: 40px;
	width: 104px;
}

.tourist__avatar {
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	width: 40px;
	color: #fff;
}

.tourist__avatar-1 {
	left: 0;
}

.tourist__avatar-2 {
	left: 32px;
}

.tourist__avatar-3 {
	right: 0;
}

.trust-row .rating-tourists {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 145px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 60px;
}

.container--narrow {
	max-width: 744px;
}

.container--medium {
	max-width: 1040px;
}

.container--search {
	max-width: 924px;
	padding-bottom: 0;
}

.page-template-page-basic .entry-content a {
	text-decoration: underline;
}

.tour-cards {
	margin-top: 80px;
	margin-bottom: 80px;
}


.offer_w1 {
	background: radial-gradient(circle 30px at top left, #0000 98%, #fbf6e7) top left, radial-gradient(circle 30px at top right, #0000 98%, #fbf6e7) top right, radial-gradient(circle 30px at bottom left, #0000 98%, #fbf6e7) bottom left, radial-gradient(circle 30px at bottom right, #0000 98%, #fbf6e7) bottom right;
	padding: 10px;
	margin-top: -30px;
}

.offer_w2 {
	background: radial-gradient(circle 30px at top left, #0000 98%, #d5ccaf) top left, radial-gradient(circle 30px at top right, #0000 98%, #d5ccaf) top right, radial-gradient(circle 30px at bottom left, #0000 98%, #d5ccaf) bottom left, radial-gradient(circle 30px at bottom right, #0000 98%, #d5ccaf) bottom right;
	padding: 1px;
}

.offer_w3 {
	background: radial-gradient(circle 30px at top left, #0000 98%, #fbf6e7) top left, radial-gradient(circle 30px at top right, #0000 98%, #fbf6e7) top right, radial-gradient(circle 30px at bottom left, #0000 98%, #fbf6e7) bottom left, radial-gradient(circle 30px at bottom right, #0000 98%, #fbf6e7) bottom right;
}


.entry-title__after {
	font-family: var(--font-body);
	font-size: 1.125rem;
	line-height: 1.555556;
	margin-top: -50px;
	margin-bottom: 1.5em;
}

@media (min-width: 961px) {
	.entry-title__after {
		font-size: 1.25rem;
		line-height: 1.6;
	}
}

.entry-title__after+.offer_w1 {
	margin-top: 10px;
}

.special-offer {
	background-size: 51% 51%;
	background-repeat: no-repeat;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.special-offer--content {
	color: var(--gray-70, #535353);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.special-offer--content .h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	font-family: var(--font-body);
}

.special-offer--content p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
}

.special-offer--content .small {
	font-size: 15px;
	margin-bottom: -10px;
	margin-top: 15px;
}


@media (min-width: 941px) {
	.tour-cards {
		margin-bottom: 160px;
	}

	.container--search {
		padding-bottom: 80px;
	}
}

@media (min-width: 600px) {
	.page-template-page-basic .entry-content a {
		white-space: nowrap;
	}
}

@media (min-width: 1241px) and (max-width: 1580px) {

	.trust-row__left,
	.page-slug-luxury-molokini-snorkeling-tours .trust-row__left,
	.page-slug-elua-luxury-molokini-snorkel-tour .trust-row__left {
		max-width: 40%;
	}

	.trust__left-p br {
		display: none;
	}
}

@media (max-width: 1240px) {
	.trust-row {
		flex-direction: column;
		align-items: center;
	}

	.trust-row__left {
		order: 2;
		text-align: center;
	}

	.trust__right-div {
		align-items: center;
		gap: 10px;
	}

	.trust__right-div.is_sunset {
		gap: 10px;
		padding-top: 160px;
	}

	.trust-row .rating-tourists {
		position: relative;
	}

	.trust-row .trust__right-div.is_sunset .rating-tourists {
		position: absolute;
		top: 0;
		left: 50%;
		right: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 145px;
		transform: translateX(-50%);
		will-change: transform;
		width: 145px;
	}

	.trust__right_logo-pom,
	.trust__right_logo-travelers {
		width: 84px;
	}

	.is_sunset .trust__right_logo-pom,
	.is_sunset .trust__right_logo-travelers {
		width: 78px;
	}

	.trust__right_logo-best-hawaii {
		width: 72px;
	}

	.trust__right_logo-travelers img {
		max-width: 65px;
		margin: auto;
	}

	.trust__left-p {
		margin-top: 50px;
	}

	.trust__left-p br {
		display: none;
	}
}

@media (max-width: 480px) {
	.search-form--full {
		position: relative;
		min-width: 100%;
		width: auto;
		margin-left: -16px;
		margin-right: -16px;
	}

	/* .entry-content {
		overflow: hidden;
	} */
}

@media (max-width: 1090px) {
	.header--has-image {
		padding-top: 50px;
	}

	.header-graphic {
		max-width: 35vw;
		position: relative;
		top: 0;
	}

	.landing-row-title {
		margin-top: -5vw;
	}
}

/* Misc
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}
