/**
	@Author:	Paul Strandoo
	@Date:		11/2025
	@Notes:		Riley Wellness Salon
*/

@import url("font-awesome.min.css");
:root {
	--display-font: 'Baskervville', sans-serif;
	--body-font: 'Baskervville', sans-serif;
	--display-medium:   400;
	--display-semibold: 600;
	--display-bold:     700;
	--body-light:    300;
	--body-regular:  400;
	--body-med:      500;
	--body-semibold: 600;
	--body-bold:     700;
		
	--accent: #6E1522;
	--accent: #7c99c3;
	--accent: #73909b;
	--soft: #EFEBE2;
	--dark: #18354D;
	
	--logo-gold: #8C753F;
	
	--grey: #707070;
	--white: #ffffff;
	--black: #171717;
	  
	--grey1: #ebebeb;
	--grey2: #f1f1f1;
	--grey3: #f6f6f6;
	
	--section-pad-large: 7em;
	--section-pad-med: 5em;
	--section-pad-small: 3em;
	
	--header-height: 220px;
	
    --inner: 1210px; /* 1320 */
    --inner-narrow: 960px;
    --inner-large: 1150px;
    --inner-wide: 1500px;
    --inner-very-wide: 1970px;
    --inner-full: 100%;
	}

/**
 * Reset stylesheet to normalize styles across browsers
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	}
fieldset,img {  
	border: 0; 
	}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	}
ol,ul,li { 
	list-style:none; 
	margin: 0;
	padding: 0;
	}
caption,th { 
	text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { 
	border: 0; 
	} 
a {
	text-decoration: none;
	}
img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	}

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-style: normal;
	color: var(--black);
	}
/*
div { border: 1px dotted red; }
section { border: 1px dotted blue; }
*/

/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: var(--body-font);
	font-weight: var(--body-light);
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
	
ul {
	margin: 1em 0;
	}

li {
	margin: 0;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight: 700;
	}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}

a { 
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid var(--black);
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--display-font);
	font-weight: var(--display-medium);
	font-style: normal;
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	/*font-size: 3rem;
	font-size: clamp(2rem, 10vw, 5rem);*/
	font-size: clamp(3.1rem, 10vw, 4.5rem);
	line-height: 1.2;  
	margin: 0 0 0.5em;
	width: 100%;
	text-wrap: balance;
	}

h2,.h2 {
	font-family: var(--display-font);
	color: var(--black);
	font-size: 2.2rem;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 0.8em;
	}

h3,.h3 { 
	font-family: var(--display-font);
	color: var(--black);
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 0 0.6em;
	}

h4,.h4 { 
	font-family: var(--body-font);
	font-weight: var(--body-med);
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}
	
h5,.h5 { 
	font-family: var(--body-font);
	font-weight: var(--body-semibold);
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}

h6,.h6 { 
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 1rem;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	}

@media screen and (min-width: 600px) {
	h1,.h1 {
		font-size: 3rem;
		}
	h2,.h2 {
		font-size: 2.4rem;
		}
	h3,.h3 {
		font-size: 1.9rem;
		}
	h4,.h4 { 
		font-size: 1.6rem;
		}
}

figure {
	margin: 0;
	}
img {
	vertical-align: middle;
	}

/* ----- [ Structure ] -----------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	/*z-index: 2;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--grey1);
	z-index: 600;
	opacity: 0;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 120px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	position: fixed;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	}

header,
section,
footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	margin: 0;
	padding: var(--section-pad-med) 0;
	padding: 0;
	position: relative;
	}

.inner {
	max-width: calc(var(--inner) + 32px);
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-wide {
	max-width: var(--inner-wide);
	}
.inner-full {
	max-width: 100%;
	margin: 0;
	padding: 0 !important;
	}

@media screen and (min-width: 420px) { 
	.inner {
		padding: 0 30px;
		}
}

@media screen and (min-width: 600px) {
	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}
	.flex-col {
		flex: 1;
		}
	.gap-10 {
		column-gap: 1em;
		}
	.gap-20 {
		column-gap: 2em;
		}
}

/* ----- [ Color variants ] ----------- */
.dark {
	color: #fff !important;
	background: var(--dark);
	}
.dark h2,
.dark h3,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}
.dark a:hover {
	}
.bg-tint {
	background: var(--grey2);
	}

/* ----- [ Flex Container ] ----------- */
	
@media screen and (min-width: 600px) {
	/* Make this a Utility Class */
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		}
	
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
	.f-between { justify-content: space-between; }
	.f-around { justify-content: space-around; }
	.f-stretch { justify-content: stretch; }
}

/* ----- [ Page Header ] -----------------*/
.page-header {
	position: sticky;
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: #fff;
	background: rgba(255,255,255,0.9);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
	
.page-header .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: var(--inner-very-wide);
	margin: 0 auto;
	padding: 10px 15px;
	}

.logo-wrap {
	display: block;
	height: auto;
	width: 100%;
	max-width: 280px;
	margin: 10px 0;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.logo-wrap:hover {
	border: none;
	}

@media screen and (min-width: 420px) {
	.logo-wrap {
		max-width: 300px;
		}
}
@media screen and (min-width: 940px) {
	.page-header .inner {
		padding: 15px 30px;
		}
}

/* ----- [ Header: Top Bar (unused) ] ----------------- */
	
.head-meta {
	font-size: 1.2rem;
	display: none;
	}
	
@media screen and (min-width: 1200px) { 
	.head-meta {
		display: block;
		}
}

/* ----- [ Header: Menu Trigger (Hamburger) ] ------------------------- */
.menu-toggle {
	position: absolute;
	right: 1.5em;
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	cursor: pointer;
	}
.menu-toggle a {
	display: none;
	}

.menu-toggle .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-toggle .menu-icon::before, 
.menu-toggle .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-toggle .menu-icon::before {
	bottom: 8px;
	}
.menu-toggle .menu-icon::after {
	top: 8px;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-toggle.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-toggle.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

/* was prefaced by 'is-solid' class */	
.menu-toggle .menu-icon {
	background-color: #222;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #222;
	}
	
	
@media screen and (min-width: 940px) {
	.menu-toggle,
	.mobile-only {
		display: none;
		}
	.menu-toggle .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-toggle .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}

/* ----- [ Header: Navigation / Search ] ------------------------- */
.nav-wrapper {
	display: flex;
	flex-direction: column-reverse;
	}
.main-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 0;
	margin: 0;
	padding: 130px 10% 10%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	z-index: -1;
	opacity: 0;
	}
	
.main-navigation.is-open {
	min-height: 100vh;
	opacity: 1;
	overflow: scroll;
	}
.menu-item {
	margin: 0.5em 0;
	text-decoration: none;
	}
.menu-link {
	font-size: 1.8rem;
	line-height: 1.4;
	text-decoration: none;
	}
.menu-link:hover,
.menu-link.on {
	text-decoration: none;
	}

@media screen and (min-width: 940px) {
	.nav-wrapper {
		flex-direction: row;
		}
	.main-navigation {
		display: flex;
		flex-direction: row;
		position: relative;
		justify-content: flex-start;
		align-items: center;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		flex-basis: 34%;
		opacity: 1;
		z-index: 1;
		}
	.menu-item {
		position: relative;
		display: inline-block;
		margin: 0 1em;
		white-space: nowrap;
		}
	.menu-item:last-child {
		margin-right: 0;
		}
	.menu-link {
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		padding: 0;
		}
	.menu-link:hover {
		color: var(--logo-gold);
		text-decoration: none;
		}
}

/* ----- [ Heroes ] --------------- */
.home-hero {
	margin: 0 auto;
	padding: 0;
	height: 75vh;
	min-height: 300px;
	}

/* if video */
.home-hero .inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	}
.hero-overlay {				
	/* z-index: 1; */
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0);
	}
	
/* home hero - distinguish from hero-section? */
.hero-text {
	padding: 2%;
	text-align: left;
	}
	
.home-hero .hero-text {
	max-width: 50em;
	padding: 2%;
	text-align: center;
	}
	
.home-hero h1 {
	font-size: clamp(3.5rem, 10vw, 4.5rem);
	/*font-size: 2.8rem;*/
	line-height: 1;
	color: var(--white);
	text-wrap: balance;
	font-weight: var(--display-medium);
	margin: 0 0 0.2em;
	text-shadow: 0 5px 10px rgba(0,0,0,0.3);
	}
.home-hero p {
	color: var(--white);
	font-size: 2rem;
	font-style: italic;
	line-height: 1;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	}
	
.dark-bg .hero-text {
	background: rgba(0,0,0,0.5);
	}

@media screen and (max-width: 449px) {
	.home-hero {
		height: 85vh;
		}
}
@media screen and (min-width: 600px) {
	.hero-inner {
		flex-direction: row;
		height: 550px;
		}
}

/* ----- [ Hero Sections ] -----------------*/
.hero-section {
	color: #fff;
	text-align: center;
	width: 100%;
	max-height: 650px;
	margin: 14px 0;
	padding: 0;
	background: var(--black);
	background-size: cover;
	background-attachment: fixed !important;
	}	
.hero-section .hero-text {
	max-width: 40em;
	padding: 3em 2%;
	}
.hero-section .section-head {
	position: relative;
	}

/*.hero-section .hero-overlay {*/
.hero-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0,0,0,0.2);
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
	}
	
/* check if mobile */
@media (pointer: coarse) {
	.hero-section {
	 	background-attachment: initial !important;
		}
}

/* ----- [ Basic Page Hero ] -----------------*/
.page-hero {
	height: 35vh;
	min-height: 300px;
	margin: 0 0 3em;
	}

/* ----- [ Slick Slider ] -----------------*/
.hero-slider,
.hero-slider .slick-track,
.hero-slider .slick-wrapper,
.hero-slider .slick-slide {
	margin: 0;
	height: 100%;
	width: 100%;
	}
.slick-slider .slick-list,
.slick-slide > div {
	height: 100%;
	}
/* fixes round corner image flash */
.slick-slide {
	z-index: 1;
	}

/* Home Hero: Arrows and Dots */
.home-slide {
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	}

.hero-slider .slick-prev,
.hero-slider .slick-next {
	position: absolute;
	width: 100px;
	height: 100%;
	padding: 0;
	left: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border: none;
	border-radius: 0;
	outline: none;
	z-index: 5;
	opacity: 0.5;
	}
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
	content: "";
	}
.hero-slider .slick-next {
	position: absolute;
	right: 0;
	left: auto;
	}
.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
	opacity: 1;
	}
	
.slick-dots {
	bottom: 20px;
	}
.slick-dots li button:before {
	font-size: 1rem;
	color: #fff;
	}
.slick-dots li.slick-active button:before {
	color: var(--logo-gold);
	}

/* ----- [ Page Intro, Text Sections, etc. ] -----------------*/
.page-intro {
	text-align: center;
	padding: 3em 30px;
	}

.section-head {
	margin: 0;
	padding: 1em;
	}
.section-head h2 {
	max-width: var(--inner);
	margin: 0 auto;
	}

.contact-us-section {
	margin-block: 3em;
	margin-bottom: 0;
	}	
.contact-us-section .text-wrapper {
	padding-block: 3em;
	}

/* ----- [ Home: Services ] -----------------*/	
.services-section {
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	}
.service-row {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	background-size: cover;
	}
.service-row:last-child {
	margin-bottom: 0;
	}

.service-row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.9;
	}	

.section-head + .service-row {
	margin-top: 0;
	}

.service-row:nth-child(even) {
	background: var(--grey2);
	background-size: cover;
	}
.service-row:nth-child(odd),
.service-row:nth-child(odd) p,
.service-row:nth-child(odd) h3 {
	color: #fff !important;
	/*background: var(--accent);*/
	}	

.service-row:nth-child(odd):before {
	background: var(--accent);
	}

.service-col,
.service-summary {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

.service-row:nth-of-type(odd) {
	flex-direction: row-reverse;
	}
.service-row:nth-of-type(even) .service-col {
	text-align: right;
	}

.service-image-wrapper {
	height: 350px;
	}
.service-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.service-summary {
	padding: 50px 5vw;
	max-width: 800px;
	margin-inline-end: auto;
	}
.service-row:nth-of-type(odd) .service-summary {
	margin-inline-end: unset;
	margin-inline-start: auto;
	}

.service-summary h3 {
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 1.5em;
	}
.service-summary h3:after {
	content: "";
	position: absolute;
	height: 4px;
	width: 60px;
	background: var(--accent);
	left: 0;
	bottom: -15px;
	}
.service-row:nth-of-type(odd) .service-summary h3:after {
	background: #fff;
	}

@media screen and (min-width: 768px) {
	.service-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-block: 0;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: nowrap;
		}
	.service-col {
		width: 55%;
		width: 40%;
		min-height: 400px;
		}
	.service-summary {
		width: 45%;
		width: 60%;
		}
	.service-image-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		padding-block: 40px;
		}
}
@media screen and (min-width: 1024px) {
	.service-col {
		width: 55%;
		width: 50%;
		}
	.service-summary {
		width: 45%;
		width: 50%;
		}
}

/* ----- [ Contact Section ] --------------- */
.form-wrapper {
  background: var(--grey3);
  padding: 25px 30px;
  border-radius: 10px;
  }

/* buttons */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	color: var(--white);
	font-size: 0.95rem;
	line-height: 1.5;
	text-align: center;
	font-weight: var(--body-bold);
	text-decoration: none !important;
	/*white-space: nowrap;*/
	background: var(--dark);
	border: none;
	border-radius: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.6em 1.2em;
	margin: 0;
	cursor: pointer;
	letter-spacing: 0.05em;
	/* transitions */
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background: var(--logo-gold);
	border: none;
	}
.button-small {
	border-radius: 5px;
	padding: 0.35em 1em;
	}
.button-full {
	display: block;
	width: 100%;
	}

@media screen and (min-width: 600px) { 
	button,
	.button {
		width: auto;
		white-space: nowrap;
		text-align: center;
		}
}

/* ----- [ Basic Page ] --------------- */
.page-content {
	margin-bottom: 4em;
	}

/* ----- [ CMS Content ] -----------------*/
.cms-text p > img {
	max-width: 100%;
	display: block;
	margin: 0 0 1em;
	}
	
.cms-text p + h2,
.cms-text ul + h2 {
	margin: 1em 0 0.5em;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text a:not(.button) {
	color: inherit;
	border-bottom: 1px dotted black;
	}
.cms-text a:not(.button):hover {
	color: inherit;
	border-bottom: 1px solid black;
	}

/* ----- [ Map ] ------------------ */
.map-canvas {
	height: 450px;
	width: 100%;
	}

/* ----- [ Footer ] --------------- */
.page-footer {
	color: #fff;
	clear: both;
	text-align: left;
	margin: 0;
	padding: 3em 0 0;
	background: var(--dark);
	}
.page-footer .inner {
	padding-inline: 30px;
	}

.page-footer p,
.page-footer li {
	font-size: 1.3rem;
	font-weight: var(--body-white);
	margin: 0 0 1em;
	letter-spacing: 0.05em;
	}
.page-footer li {
	margin: 0 0 0.5em;
	}
.page-footer li a {
	font-weight: bold;
	text-transform: uppercase;
	}

.page-footer a {
	text-decoration: none;
	border: none;
	}
.page-footer a:hover {
	color: inherit;
	text-decoration: underline;
	}
.footer-logo {
	max-width: 260px;
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	}
.footer-logo:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 60px;
	bottom: -22px;
	background: var(--white);
	margin-left: -30px;
	}
.footer-logo img {
	margin: 0 auto;
	width: 100%;
	/*filter:hue-rotate(50deg);*/
	}
	
.page-footer .copyright {
	margin: 2em 0 0;
	text-align: center;
	background: var(--accent);
	}
p.site-copyright {
	margin: 0 auto!important;
	padding: 8px 30px;
	font-size: 1rem;
	font-weight: var(--body-regular);
	max-width: var(--inner-wide);
	}

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper .social-icon {
    display: inline-block;
    height: 22px;
	width: 22px;
    margin: 0 0.8em 0 0;
    white-space: nowrap;
	}

.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
	color: var(--white);
    opacity: 0.85;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: var(--white);
    opacity: 1;
    border: none;
	}
.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    opacity: 0.9;
	}
.social-icons-wrapper .social-icon svg:hover {
	fill: var(--accent);
	fill: currentColor;
	opacity: 1;
	}
.social-icon span {
	display: none;
	}

@media screen and (min-width: 600px) {
	p.site-copyright {
		font-size: 0.85rem;
		}
}

/* Top Link */
.top-link {
    position: fixed;
    bottom: -20px;
    right: 2%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
	}
.top-link a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
    background: var(--dark);
    display: block;
    height: 30px;
    width: 30px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    }
.top-link a:hover {
	border: none;
    background: var(--logo-gold);
	}
.top-link.show {
	opacity: 1;
	bottom: 20px;
	}
	
.top-link .fa {
	margin: 0 0 0 2px;
	line-height: 25px;
	}
	
/* ----- [ Utility ] --------------- */
@media screen and (min-width: 600px) {
	.row-reverse {
		flex-direction: row-reverse;
		}
}

/* ----- [ Utility (unused) ] --------------- */

.hidden {
	display: none;
	}
.full-height {
	height: 100%;
	}
.cover-image,
.object-fit-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}
	
.overflow-visible {
	overflow: visible;
	}
.overflow-hidden {
	overflow: hidden;
	}
	
.text-right {
	text-align: right;
	}
.text-left {
	text-align: left;
	}
.centered,
.text-centered {
	text-align: center;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	}
#editpage:hover {
	background: #ffffcc;
	color: #000;
	}

.quickedit {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	opacity: 0.5;
	}

.cms-text p .align_left {
	float: left;
	margin: 0 1.5em 1em 0;
	}
.cms-text p .align_right {
	float: right;
	margin: 0 0 1em 1.5em !important;
	}
.cms-text p .align_center {
	display: block;
	margin: 1em auto !important;
	}

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

.bg-grey {
	background: var(--grey3);
	}

#termly-code-snippet-support p,
#termly-code-snippet-support li,
#termly-code-snippet-support td {
	font-size: 1em;
	line-height: 1.3;
	}
#termly-code-snippet-support img {
	display: inline;
	}

@media all and (max-width:599px){
	.product-img-col {
		display: block;
		}
}

/* ----- [ Print ] ----- */
@media print {
    header, footer, aside, form {
        display: none;
    	}
	section {
		width:100%!important;
		padding:0!important;
		margin:0!important;
		width: 800px!important;
		}
	img {
		max-width: 500px !important;
		max-height: 300px !important;
		}
	h1 {
		font-size: 24pt;
		margin: 0 !important;
		padding: 0 !important;
		}
	.hero {
		min-height: 100px!important;
		height: auto;
		}
	.image {
		display: none;
		}
}
@page {
	margin: 2cm;
}
@page:first {
    margin: 0cm;
}
@page:last {
    margin: 5cm;
}
@page:left {
    margin: 2cm 1.5cm 2cm 2cm;
}
@page:right {
    margin: 2cm 2cm 2cm 1.5cm;
}
@media print {
  a:after {
    content: "("attr(href)")";
  }
}
