@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap');
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 1.5em;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
.headline, .subheadingone, .subheadingtwo, .videocaptions h1, .homeboxescont h2 {
	font-family: "Varela Round", sans-serif;
	line-height: 1.5em;
    font-weight: 600;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre, .centrephotos img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
    line-height: 1.3em;
}
.mobileonly, .burgerlink {
	display: none;
}
.menucont, .footerinner, .contentcontainer, .hometext, .homeboxesinner, .homeboxtext, .homebio, .maintextcont {
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px;
}
.contentcontainer {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Link transitions */
a:link, #mainmenu li, #footer img, .videocaptions a, .galleryimage a:link, .homebox h2 {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
a:link, a:visited {
	color: #504f4f;
}
a:visited {
	text-decoration: none;
}
a:link.btn, a:visited.btn, p.btn, .btn, input.btn {
	display: inline-block;
	padding: 10px 20px !important;
	border-radius: 200px;
	color: #FFF !important;
	text-decoration: none;
	background-color: #96153f;
}
a:hover.btn, p.btn:hover, input.btn:hover, .btngreen, input.btngreen {
	color: #FFF !important;
	background-color: #333;
}
a:link.btngreen, a:visited.btngreen {
    background-color: #4c6251;
}
a:hover.btngreen {
    background-color: #96153f;
}
h2 {
    font-weight: 400;
    font-size: 32px;
}
.headline, .headline a:link, .headline a:visited, .headline a:hover {
	font-size: 36px;
	margin-top: 0px;
	line-height: 1.3em;
	text-decoration: none;
    color: #96153f;
}
.subheadingone {
	font-weight: 300;
	font-size: 36px;
	margin-top: 0px;
	line-height: 1.3em;
    margin-bottom: 20px;
}
.subheadingtwo {
	font-weight: 300;
	font-size: 28px;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
#header, #footer, .hometextboxcont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 30px;
	z-index: 10;
}
#header {
	z-index: 10;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	padding: 0px;
}
#menutop {
    background-color: #96153f;
}
#headercurve {
    width: 100%;
    margin-bottom: -50px;
}
#headercurve img {
    width: 100%;
}
#homemenucont {
	height: 100vh;
	z-index: 100;
}
#header #mainmenu a:link, #header #mainmenu a:visited {
	color: #FFF;
}
.footbox {
	padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 2em;
}
.footbox img {
    max-height: 25px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px
}
#footer a:link {
	padding: 5px;
}
#footer a:hover {
	color: #FFF;
}
#footer {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #939292;
	position: relative;
	z-index: 1;
    background-color: #FFF;
    background-image: url("../images/bg-footer.png");
    background-position: -100px center;
    background-repeat: repeat-x;
}
#footer a:link, #footer a:visited {
	color: #626060;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
    text-decoration: underline;
}
.footerheader {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
.footerrightborder {
    border-right: 1px solid #96153f;
}
.homephotoscont {
    position: relative;
}
#homephotos {
	position: relative;
	z-index: 0;
}
.logocont {
	margin-right: 40px;
}
.logo {
    height: 100%;
	max-height: 120px;
}
.footerlogo img {
    height: 100%;
	max-height: 80px;
}
.contentleft {
	padding-right: 60px;
}
.contentright {
	padding-left: 40px;
}
.floatright {
	float: right;
	margin: 0px 0px 20px 20px;
}
#content a:link, #content a:visited {
	color: #333;
}
.headerimage img {
	width: 100%;
}
.hometextcont {
	background-color: #698271;
	font-size: 18px;
	padding-top: 80px;
	padding-bottom: 50px;
	position:relative;
	z-index: 1;
    background-image: url("../images/bg-hero.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-x;
    color: #FFF;
}
.hometext h1 {
    font-size: 42px;
}
.hometextcont .btn {
    margin-right: 20px;
    margin-top: 20px;
}
.herolady {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.homeboxescont {
	background-color: #FFF;
	position: relative;
	z-index: 1;
    padding: 70px 0px;
}
.homebox {
	text-align: center;
	z-index: 1;
}
.homebox a:link, .homebox a:visited {
	text-decoration: none;
}
.homebox img {
    border-radius: 25px 25px 0px 0px;
}
.homebox h2 {
    font-size: 20px;
    margin-bottom: 15px;
    background-color: #96153f;
    color: #FFF;
    border-radius: 0px 0px 25px 25px;
    padding: 10px 5px;
    font-weight: 300;
}
.homebox:hover h2 {
    background-color: #617c68;
}
.homeboxesinner {
    position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#cookiebarcont {
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 20px;
	max-width: 300px;
    color: #FFF;
}
#cookiebarcont a:link, #cookiebarcont a:visited {
	color: #DAD023;
	text-decoration: none;
}
#cookiebarcont a:link.cookieaccept, #cookiebarcont a:visited.cookieaccept {
	color: #DAD023;
}
#cookiebarcont a:hover.cookieaccept {
	color: #FFF;
}

/* Forms */
.genericform input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]), .genericform textarea {
	width: 100%;
	max-width: 450px;
    border-radius: 10px;
}
.genericform .formfieldsmall {
	max-width: 100px;
}
.genericform input, .genericform textarea {
	padding: 5px;
	margin: 5px 0px;
	border:0px;
}
input:not([type="file"]), select, textarea {
	padding: 5px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #950282;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
.genericform input.formfieldsmall {
	width: 75px !important;
}
.inputtiny, .inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .tablecheckout select {
	margin: 0px 10px 15px 0px;
	padding: 8px;
	border: 1px solid #181818;
	font-size: 16px;
	display: inline;
}
.inputtiny {
	width: 46px !important;
}
.inputsmall {
	width: 160px !important;
}
.inputmedium {
	width: 240px !important;
}
.inputlarge {
	width: 100%;
	max-width: 1000px !important;
	height: 150px;
	box-sizing: border-box;
}
.inputfullwidth {
	width: 100%;
	max-width: 490px;
	box-sizing: border-box;
}
.inputfloatleft {
	float: left;
	margin-right: 10px;
}
.error {
	font-size: 15px;
	color: #F00;
}
.formcontainer {
    border-radius: 25px;
    background-color: #617c68;
    color: #FFF;
    padding: 35px;
}
.formcontainer a:link, .formcontainer a:visited {
    color: #FFF;
}
.formcontainer .headline {
    color: #FFF;
}
.contactmap {
    margin-top: 50px;
}
.contact-table td {
    padding: 5px 20px 5px 0px;
    vertical-align: top;
}
.contact-table img {
    width:100%;
    max-width: 35px;
}
/* End of forms */

#burgercont {
    display: none;
}
.sml {
    font-size: 14px;
}

#hometestimonialscont {
    background-color: #96153f;
    color: #FFF;
    padding: 50px 15px;
}
#hometestimonials {
    text-align: center;
    font-size: 28px;
    font-style: italic;
    line-height: 1.3em;
    margin: 0 auto;
    max-width: 1300px;
}

#hometestimonials .item {
    padding: 0px 50px 30px 50px;
    position: relative;
}
#hometestimonials .item:before, #hometestimonials .item:after {
    font-size: 70px;
    position: absolute;
    top: 10px;
}
#hometestimonials .item:before {
    content: "\201C";
    left: 5px;
}
#hometestimonials .item:after {
    content: "\201D";
    right: 5px;
}
#hometestimonials .item p {
    margin-bottom: 0px;
}
#hometestimonials .item cite, .testimonialdiv cite {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
}
#hometestimonialscont p {
    text-align: center;
}
#hometestimonialscont a:link.btn, #hometestimonialscont a:visited.btn {
    background-color: #781132;
}
#hometestimonialscont p {
    margin-bottom: 0px;
}
.homebiocont {
    background-color: #617c68;
    color: #FFF;
}
.largetext {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
}
img.angieroundphoto {
    border-radius: 500px;
    margin-bottom: -50px;
  z-index: 2;
  position: relative;
}
.homebiotext {
    padding: 70px 0px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.homebiotext .btn {
    margin-bottom: 10px;
}
.maintextcont {
    padding-top: 80px;
}

/* Accordion */
.accordion {
	overflow: hidden;
}
.accordion-section-title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
	font-color:#96153f !important;
}


.accordion-section {
	padding: 10px 15px;
	margin-bottom: 0px;
}
.accordion-section-content {
	margin-top: 10px;
	display: none;
}
.arrowdown {
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none !important;
	display: block;
}
.accordion-section .active {
	background-image: url(../images/up-arrow.png) !important;
}
/* End of accordion styles */

/* Treatment page specific */
.treatmentoverview {
    border-right: 1px solid #96153f;
}
.treatmentphotogrid {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
.treatmentinfo {
    padding-bottom: 50px;
}
.treatmentinfo .btn {
    margin-right: 20px;
    margin-top: 30px;
}
/* end */

/* Testimonials page */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
    margin-bottom: 40px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.333%;
  max-width: 33.33%;
  padding: 0 8px;
}

.column .testimonialdiv {
  margin-top: 16px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.testimonialdiv {
    padding: 20px 45px;
    border-radius: 25px;
    background-color: #617c68;
    color: #FFF;
    position: relative;
}
.testimonialdiv:before, .testimonialdiv:after {
    font-size: 60px;
    position: absolute;
    top: 35px;
}
.testimonialdiv:before {
    content: "\201C";
    left: 15px;
}
.testimonialdiv:after {
    content: "\201D";
    right: 15px;
}
.testimonialdiv p:last-of-type {
    margin-bottom: 0px;
}

.homeherosmall {
    display: none;
}

#announcement  {
    background-color: #550C24;
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.homeherosmall img {
    width: 100%;
}