.massage-feature {
	min-height: 50px;
}
.massage-feature.lomilomi {
	
}
.massage-feature.transformational {
	
}
.massage-feature.couples {
	
}

.massage-feature-icon {
	text-align: center;
}
.massage-feature-icon img {
	width: 22.5%;
	height: auto;
	display: inline-block;
}

.massage-feature-text {
  padding-top: 30px;
}

.massage-cta-container .cta-intro-text {
	padding-top: 100px;
}

.massage-feature .divider {
	padding: 35px 0;
}


.flower-teaser.has-margin {
	position: relative;
	width: 70vw;
	max-width: 1280px;
	padding: 0px 10px;
	margin: 50px auto;
	height: 50vw;
}
@media (max-width: 767px) {
	.flower-teaser.has-margin {
		transform: scale(1.3);
	}
} 
.flower-teaser {
	position: relative;
	width: 70vw;
	max-width: 1280px;
	padding: 30px 10px 50px;
	margin: 0px auto;
	height: 50vw;
}
@media (max-width: 767px) {
	.flower-teaser {
		transform: scale(1.3);
	}
}

.flower-bg-extend {
	padding-bottom: 100px;
}

.plumeria-single-top {
	padding-top: 20px;
	min-height: 30px;
}

.flower {
	position: absolute;
	width: 29vw;
	height: 32vw;
	max-width: 100%;
	transition: all .3s;
	opacity: .75;
	z-index: 49;
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	transition: all .5s;
/*	cursor: pointer;*/
}
.flower:hover {
	transform: scale(1.1);
	opacity: 1;
}

.flower.one {
	top: 30%;
	left: 0;
}
.flower.two {
	top: 20px;
	left: 46%;
	margin-left: -15%;
}
.flower.three {
	top: auto;
	left: auto;
	right: 0;
	bottom: 20px;
}

.flower.cta-flower {
	top: auto;
	left: 50%;
	margin-left: -11%;
	bottom: 0;
	width: 15vw;
	height: 15vw;
	opacity: .8;

}

.flower-icon {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(img/plumeria.png);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
/*.flower.cta-flower .flower-icon {
	background-image: url(img/flower-readmore.png);
}*/
.flower.cta-flower .cta-text {
	position: relative;
	top: -7px;
	width: 100%;
	display: inline-block;
}

.flower.cta-flower a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}


.flower-text {
	position: relative;
	z-index: 9;
	width: 49%;
	text-align: center;
	pointer-events: none;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.25vw;
	top: 4.5%;
	left: 50%;
	margin-left: -27%;
}


.plumeria-hidden-text {
	display: none;
}

.flower.cta-flower .flower-text {
	flex-direction: row;
}


.author {
	display: block;
	text-align: center;
	padding-top: 5%;
	position: relative;
	z-index: 9;
	font-weight: 300;
	width: 60%;
	margin: 0 auto;
}


.author {
	display: block;
	text-align: center;
	padding-top: 5%;
	position: relative;
	z-index: 9;
	font-weight: 300;
	width: 60%;
	margin: 0 auto;
}

.tk-container.massage-cta-container {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 100px;
}
.massage-cta-container .massage-feature-icon {
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
}
.massage-cta-container .massage-feature-icon h3.teaser-text {
	text-align: center;
	display: block;
	font-size: 1.2rem;
	color: #043822;
	margin: 10px 0 20px;
}
.massage-cta-container .massage-feature-icon img {
	width: 80%;
}

a.cta {
	display: inline-block;
	background: #043822;
  	text-decoration: none;
  	border-radius: 8px;
  	padding: 9px 14px 10px;
  	color: #fff!important;
  	transition: all .3s;
  	font-size: 1.2rem;
  	letter-spacing: 1px;
}
a.cta:hover {
	text-decoration: none;
  	color: #fff;
  	transform: scale(1.1);
}

@media (min-width: 1980px) {
	.flower-teaser {
		transform: scale(0.8);
	}
}
@media (max-width: 767px) {
	.flower-teaser {
		transform: scale(1.3);
	}
}

@media (max-width: 679px) { 
	/*go full resp here*/
	.flower-teaser {
		height: 170vw;
		transform: none;
	}
	.flower {
		position: absolute;
		width: 92.5vw;
		height: 95vw;
	}
	.flower-text {
		font-size: 12px;
	}

	.flower.one {
		top: auto;
		left: auto;
		transform: rotate(3deg) translate(5%, -10%);
	}
	.flower.two {
		top: auto;
		left: auto;
		margin-left: 0;
		transform: rotate(-2deg) translate(-22%, 45%);
	}
	.flower.three {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: rotate(0deg) translate(15%, 97%);
	}
	.flower.cta-flower {
		top: auto;
		left: auto;
		margin-left: 0;
		bottom: auto;
		width: 20vw;
		height: 20vw;
		opacity: .8;
		transform: rotate(0deg) translate(120%, 840%);
	}
}