@charset "utf-8";
/* CSS Document */

* {
	border: none;
	box-sizing: border-box;
	list-style: none;
}

html {
	font-size: 10px;
	height: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open sans", serif;
	color: #444;
}

.wrapper {
	width: 100%;
	clear: both;
	margin: 0 auto;
}

.header {
	background: rgba(172, 35, 25, 1);
	background: -moz-linear-gradient(left, rgba(172, 35, 25, 1) 0%, rgba(172, 35, 25, 1) 50%, rgba(68, 57, 125, 1) 50%, rgba(68, 57, 125, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(172, 35, 25, 1)), color-stop(50%, rgba(172, 35, 25, 1)), color-stop(50%, rgba(68, 57, 125, 1)), color-stop(100%, rgba(68, 57, 125, 1)));
	background: -webkit-linear-gradient(left, rgba(172, 35, 25, 1) 0%, rgba(172, 35, 25, 1) 50%, rgba(68, 57, 125, 1) 50%, rgba(68, 57, 125, 1) 100%);
	background: -o-linear-gradient(left, rgba(172, 35, 25, 1) 0%, rgba(172, 35, 25, 1) 50%, rgba(68, 57, 125, 1) 50%, rgba(68, 57, 125, 1) 100%);
	background: -ms-linear-gradient(left, rgba(172, 35, 25, 1) 0%, rgba(172, 35, 25, 1) 50%, rgba(68, 57, 125, 1) 50%, rgba(68, 57, 125, 1) 100%);
	background: linear-gradient(to right, rgba(172, 35, 25, 1) 0%, rgba(172, 35, 25, 1) 50%, rgba(68, 57, 125, 1) 50%, rgba(68, 57, 125, 1) 100%);
}

.body {
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/paisley.png) repeat;
	background-attachment: fixed;
}

.container {
	min-width: 320px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.header > .container {
	height: 80px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: transparent url(../images/header-bg.jpg) no-repeat 50% 100%;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.body > .container {
	background: #f7f5f3;
}

/* alternative font */
h2,
.h2,
.nav-link,
.treatment-title {
	font-family: "Roboto Slab", serif;
}

.lhs {
	display: block;
	float: none;
	padding-top: 0;
	width: 100%;
}

.rhs {
	display: block;
	float: none;
	width: 100%;
}

.section {
	margin-bottom: 3rem;
}

.img-wrapper {
	float: none;
	margin-left: 0;
}

.img-wrapper img {
	display: block;
	margin: 0 auto 2rem;
}

.map {
	border: solid 1px #ddd;
	margin: 20px 0;
	position: relative;
	width: 100%;
}

.feature-body {
	clear: both;
	padding: 0 2rem;
	width: 100%;
}

/* clearfix - remove after flex */

.hero:before,
.hero:after {
	content: "";
	display: table;
}

.hero:after {
	clear: both;
}

.controls {
	display: none;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	padding: 0;
}

.nav {
	border: dashed 1px #c4c4c4;
	border-width: 1px 0 0;
	border-width: 0;
	margin: 0;
	padding: 0;
}

.nav-link {
	border: dashed 1px #c4c4c4;
	border-width: 1px 0 0;
	display: block;
	color: #036;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.8rem;
}

.nav-link:hover,
.nav-link:active {
	border-bottom: none;
	background-color: #e4e6e8;
	text-decoration: none;
}

.nav li:first-child .nav-link {
	border-top-color: transparent;
	padding-top: 8px;
}

.nav li:last-child .nav-link {
	border-bottom-color: transparent;
	padding-bottom: 12px;
}

.active .nav-link {
	font-weight: 800;
}

.contact-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	background: radial-gradient(#613362, #231b53);
	/* background animation 
  background: linear-gradient(45deg, #6d120c, #3d0e04, #032c18, #152a77, #271c5f);
  background-size: 400% 400%;
  -webkit-animation: bg 30s ease infinite;
  animation: bg 30s ease infinite;*/
}

/* contact wrapper background animation */

@-webkit-keyframes bg {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes bg {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes bg {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.contact {
	color: #fff;
	margin: 0;
	padding: 10px 0;
	border: none;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}

.contact-item {
	margin-bottom: 1em;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.contact-item:last-of-type {
	margin-bottom: 0;
}

.contact-item-icon {
	margin-right: 1.4rem;
}

.contact-item-content {
	font-weight: 400;
	color: #fff;
	font-size: 2.4rem;
}

.contact a,
.contact a:hover {
	color: #fff;
	text-decoration: none;
}

.contact a:hover {
	border-bottom: solid 1px #fff;
	text-decoration: none;
}

a {
	color: #036;
	text-decoration: none;
	border-bottom: solid 1px #036;
}

a:hover,
a:active {
	color: #ac2319;
	border-bottom: solid 1px #ac2319;
	text-decoration: none;
}

.heading {
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: calc(6vw + 10px);
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

h1,
.h1 {
	font-family: "Roboto Slab", serif;
	border-width: 0;
	background-color: #ac2319;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0 -2rem 24px;
	padding: 12px 0.625rem 18px 3rem;
	text-align: left;
}

#intro .feature-body {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}

p {
	line-height: 1.4;
	margin: 0 0 1.6rem;
	padding: 0;
}

/* intro */

iframe {
	width: 100%;
	height: 350px;
	padding: 2px;
	border: solid 1px #aaa;
}

.img-link {
	float: right;
	padding: 0 10px 10px 10px;
	width: 20%;
	min-width: 200px;
}

.img-link,
.img-link:hover,
.img-link:active {
	border: none;
	text-decoration: none;
}

.img-link > img {
	width: 100%;
	height: auto;
}

h3,
.h3 {
	display: block;
	color: #434343;
	font: 2rem "Roboto Slab", serif;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	margin: 1rem 0 0;
	width: auto;
}

/* icomoon svg */
.icon {
	display: inline-block;
	margin-right: 4px;
	width: 24px;
	height: 24px;
	position: relative;
	top: 2px;
	fill: #fff;
}

/* sticky nav */
.fixed {
	position: static;
	width: auto;
}

#back-to-top {
	/* display: none; */
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-weight: 800;
}

/* helpers */
.mobile-only {
	display: block;
}

.screen-only {
	display: none;
}

/******************
******************/

.treatment-wrapper {
	/* border-top: dashed 1px #c4c4c4; */
	margin: 1rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.treatment-wrapper__single {
	margin: 0;
}

.treatment-wrapper__single .treatment-title,
.treatment-wrapper__single .treatment-tools {
	margin: 0;
}

.treatment-title {
	font-weight: 700;
	font-size: 2rem;
	margin: 0;
}

.treatment-tools {
	width: 100%;
	margin-bottom: 0;
	padding-right: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.treatment-time,
.treatment-cost {
	font-size: 1.4rem;
	font-weight: 400;
	color: #444;
	display: inline-block;
}

.treatment-icon {
	margin-left: 2rem;
}

.treatment-time {
	margin-left: 5px;
}

.treatment-icon:nth-of-type(1) {
	margin-left: 0;
}

.treatment-icon > .icon {
	height: 16px;
	width: 16px;
	margin: 0;
	fill: #ac2319;
}

.treatment-content {
	padding-bottom: 1.5rem;
}

/* testimonial swiper */

#review-container {
	margin: 2rem 0;
}

.romw-container {
	font-size: 1.4rem;
	line-height: 1.25;
}

/******************
******************
 media queries 
 ******************
 *******************/

@media (min-width: 350px) {
	.img-wrapper {
		float: right;
		margin-left: calc(1vw + 1em);
	}
}

@media (min-width: 768px) {
	.lhs {
		float: left;
		width: 25%;
		padding-top: 50px;
	}

	.rhs {
		float: left;
		width: 75%;
		padding-top: 50px;
	}

	.container {
		min-width: 750px;
		width: 90%;
	}

	.header > .container {
		height: 100px;
	}

	.fixed {
		position: fixed;
		top: 0;
		width: 180px;
	}

	#intro .feature-body {
		padding-top: 0;
	}

	.heading {
		font-family: Georgia, serif;
		font-size: 56px;
	}

	h1,
	.h1 {
		margin: 0 0 24px;
	}

	h2,
	.h2 {
		background-color: transparent;
		color: #ac2319;
		padding: 12px 0 18px;
		border: dashed 1px #b4b4b4;
		border-width: 1px 0;
		text-align: left;
		margin: 0 0 24px;
	}

	.navbar {
		border-width: 1px 0;
		float: none;
		margin: 0;
		padding: 0;
		border-bottom: dashed 1px #c4c4c4;
	}

	.navbar > li {
		float: none;
	}

	.contact-wrapper {
		background: transparent;
		padding: 20px 0 10px 20px;
		display: block;
	}

	.contact {
		/* background-color: #e5e4e4; */
		border: none;
		border-width: 1px 0;
		color: #444;
		margin: 0;
		padding: 16px 12px;
		/* border-radius: 1rem; */
		display: flex;
	}

	.contact-item {
		flex-direction: column;
	}

	.contact-item-icon {
		display: block;
		margin-bottom: 0.5rem;
	}

	.contact-item-content {
		display: block;
		color: #444;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.25;
	}

	.contact a {
		color: #444;
		border-color: transparent;
		text-decoration: none;
	}

	.contact a:hover {
		color: #ac2319;
		border-bottom: solid 1px #ac2319;
	}

	.feature-body {
		padding: 0 30px 0 30px;
	}

	.controls {
		display: block;
		padding: 0 0 10px 20px;
	}

	.controls.fixed {
		position: fixed;
		top: 160px;
		z-index: 10;
	}

	.rhs > div:last-child {
		margin-bottom: 50vh;
	}

	.img-wrapper {
		display: block;
	}

	.img-link {
		min-width: 300px;
	}

	.icon {
		fill: #036;
		width: 20px;
		height: 20px;
	}

	/* helpers */
	.mobile-only {
		display: none;
	}

	.screen-only {
		display: block;
	}
}

@media (min-width: 992px) {
	.fixed {
		width: 235px;
		top: 0;
	}

	.heading {
		font-size: 56px;
	}

	/* .contact-item {
    flex-direction: row;
  } */

	.contact-item-content {
		font-size: 1.4rem;
	}

	.treatment-tools {
		width: 35%;
		justify-content: flex-end;
	}

	#value-packs ~ .treatment-wrapper .treatment-tools {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.fixed {
		width: 285px;
	}
}

/* COVID banner */
.covid-banner {
	padding: 12px 0.625rem 18px 3rem;
	margin: 0 -2rem 0;
	border: solid 10px #fc0;
	background: #fff5cc;
}

.covid-header {
	font-family: "Roboto Slab", serif;
	font-size: 32px;
}
