:root {
  --primary-colour: rgb(170,199,184);
  --secondary-colour: rgb(199,184,170);
  --tertiary-colour: rgb(184,170,199);
}
html {
	font-size: 15px;
}
@media (min-width: 576px) {
html {
	font-size: 15px;
}
}
@media (min-width: 768px) {
html {
	font-size: 16px;
}
}
@media (min-width: 992px) {
html {
	font-size: 16px;
}
}
@media (min-width: 1200px) {
html {
	font-size: 17px;
}
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px !important;
	color: rgba(200,200,200,1);
	background-color: rgba(233,232,226,1);
	margin: 0;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
/* Scroll bar */
/* width */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
	background: rgba(200,200,200,1);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background-color: rgba(100,100,100,1);
	border-radius: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(50,50,50,1);
}
::-webkit-scrollbar-button {
	display: none;
}
/*===========================================
  FONTS
  ===========================================*/

@font-face {
	font-family: frontpage;
	src: url('https://wightthaimassage.co.uk/wp-content/themes/wight-theme/fonts/LibreCaslonDisplay-Regular.ttf');
}
@font-face {
	font-family: titles;
	src: url('https://wightthaimassage.co.uk/wp-content/themes/wight-theme/fonts/LibreCaslonDisplay-Regular.ttf');
}
@font-face {
	font-family: serif-titles;
	src: url('https://wightthaimassage.co.uk/wp-content/themes/wight-theme/fonts/LibreCaslonDisplay-Regular.ttf');
}
@font-face {
	font-family: standard;
	src: url('https://wightthaimassage.co.uk/wp-content/themes/wight-theme/fonts/OpenSans-Regular.ttf');
}
@font-face {
	font-family: handwriting;
	src: url('https://wightthaimassage.co.uk/wp-content/themes/wight-theme/fonts/OpenSans-Italic.ttf');
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
}
h1 {
	font-family: titles;
	font-size: 2rem;
}
h1 .wide {
	letter-spacing: 0.8rem;
}
h1 .handwriting {
	font-family: handwriting;
	text-transform: none;
}
h2, h3, h4, h5, h6 {
	font-family: titles;
	font-size: 2rem;
}
h2 {
	margin: 0.5rem 0 1rem 0;
}
h3 {
	margin: 1rem 0 1.5rem 0;
}
h4 {
	margin: 1.5rem 0 1.5rem 0;
}
h5 {
	margin: 2rem 0 1.5rem 0;
}
h6 {
	margin: 2.5rem 0 1.5rem 0;
}
.wide {
	letter-spacing: 0.7rem;
}
.handwriting {
	font-family: handwriting;
	text-transform: none;
}
.small {
	font-size: 1.2rem;
}

h1 .altheading, h2 .altheading, h3 .altheading, h4 .altheading, h5 .altheading, h6 .altheading {
	font-family: serif-titles;
	letter-spacing: 0.1rem;
}
h1 .customButtonLight, h2 .customButtonLight, h3 .customButtonLight, h4 .customButtonLight, h5 .customButtonLight, h6 .customButtonLight {
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	padding: 10px 20px;
    line-height: 40px;
	letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,1);
	transition: 0.4s all ease-in-out;
}
h1 .customButtonLight:hover, h2 .customButtonLight:hover, h3 .customButtonLight:hover, h4 .customButtonLight:hover, h5 .customButtonLight:hover, h6 .customButtonLight:hover {
	background-color: rgba(209,141,62,1);
	color: rgba(50,50,50,1);
}
h1 .customButtonDark, h2 .customButtonDark, h3 .customButtonDark, h4 .customButtonDark, h5 .customButtonDark, h6 .customButtonDark {
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	padding: 10px 20px;
    line-height: 40px;
	letter-spacing: 1px;
    border: 1px solid rgba(0,0,0,1);
	transition: 0.4s all ease-in-out;
}
h1 .customButtonDark:hover, h2 .customButtonDark:hover, h3 .customButtonDark:hover, h4 .customButtonDark:hover, h5 .customButtonDark:hover, h6 .customButtonDark:hover {
	background-color: rgba(209,141,62,1);
	color: rgba(50,50,50,1);
}


p {
	font-family: standard;
	font-size: 1.1rem;
}
pre {
	font-family: standard;
	font-size: 0.8em;
	padding: 10px;
	white-space: pre-wrap;
	background-color: rgba(200,200,200,1);
}
a {
	letter-spacing: 0px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: rgba(118,129,91,1);
}

.divider {
	position: relative;
	left: 50%;
    transform: translateX(-50%);
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	width: 50%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.2), rgba(255,255,255,0));
}
/*===========================================
  LISTS & FORMS
  ===========================================*/
ul {
	font-family: standard;
	list-style: none;
	padding: 0;
	display: inline;
}
li {
	display: inline;
    padding: 0;
}
li:hover {
	color: rgba(12,139,137,1) !important;
}
li a {
	font-size: 1rem;
}
li a:hover {
	color: rgba(12,139,137,1) !important;
}

.wpcf7 {
	width:100% !important;
}

.wpcf7-form {
	width:100% !important;
}
.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	width:100% !important;
}
form {
	font-family: standard;
	font-size: 1rem;
}
textarea {
	padding: 5px;
}
input {
	border: 1px solid rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	padding: 5px;
}
label {
	width: 100% !important;
}

/*===========================================
  HEADER & FOOTER
  ===========================================*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(235,230,210,0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-sizing: border-box;
	transition: 0.5s height cubic-bezier(0.5,0.8,0,1), 0.8s background-color cubic-bezier(0.5,0.8,0,1);
	z-index: 99999;
}
@media (min-width: 890px) {
header {
	border-bottom: 0px solid rgba(255,255,255,0);
}
}
header.fixed {
}
.header-menu {
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
}
.header-line {
	position: fixed;
	top: 87px;
	height: 1px;
	width: calc(50vw - 50px);
	background-color: rgba(169,152,104,1);
}
.header-line.left {
	left: 0px;
}
.header-line.right {
	right: 0px;
}


.header-spacer {
	position: relative;
	width: 100%;
	height: 70px;
}
footer {
	position: relative;
	width: 100%;
	min-height: 50px;
	background-color: rgba(194,187,161,1);
	box-sizing: border-box;
	transition: 0.7s all cubic-bezier(0.5,0.8,0,1.2);
	z-index: 99;
}
footer a, footer p, footer h1, footer h2, footer h3, footer h4 {
	font-family: serif-titles;
	color: rgba(30,30,30,1);
	letter-spacing: 0px;
	text-decoration: none;
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
}
footer a:hover {
	text-decoration: none;
}
footer a:hover p {
	letter-spacing: 2px;
}
/*===========================================
  LOGO
  ===========================================*/
.logo {
	position: absolute;
	top: 25px;
	left: 20px;
	height: 50px;
	width: 146px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
}
header.fixed .logo {
}
/*===========================================
  MENU
  ===========================================*/
.menu-button {
	position: fixed;
	visibility: visible;
	opacity: 1;
	top: 31px;
	right: 20px;
	float: right;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	background-color: rgba(139,12,13,0);
	transition: 0.4s all cubic-bezier(0.060, 0.5, 0.195, 1);
	z-index: 99999999;
}
.menu-bar-1, .menu-bar-2, .menu-bar-3 {
	position: absolute;
	opacity: 1;
	left: 20%;
	height: 2px;
	width: 60%;
	background-color: rgba(0,0,0,1);
	transition: 0.4s opacity cubic-bezier(0.060, 0.5, 0.195, 1) 0.4s, 0.4s margin-top cubic-bezier(0.060, 0.5, 0.195, 1) 0.4s, 0.4s top cubic-bezier(0.060, 0.5, 0.195, 1) 0s, 0.4s transform cubic-bezier(0.060, 0.5, 0.195, 1) 0s;
}
.menu-button.on .menu-bar-1, .menu-button.on .menu-bar-2, .menu-button.on .menu-bar-3 {
	transition: 0.4s opacity cubic-bezier(0.060, 0.5, 0.195, 1) 0s, 0.4s margin-top cubic-bezier(0.060, 0.5, 0.195, 1) 0s, 0.4s top cubic-bezier(0.060, 0.5, 0.195, 1) 0.4s, 0.4s transform cubic-bezier(0.060, 0.5, 0.195, 1) 0.4s;
}
.menu-bar-1 {
	top: 13px;
	margin-top: 0px;
}
.menu-bar-2 {
	top: 19px;
	margin-top: 0px;
}
.menu-bar-3 {
	top: 25px;
	margin-top: 0px;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-button.on .menu-bar-1 {
	top: 8px; /* Final cross */
	margin-top: 11px; /* Intermediate */
	transform: rotate(135deg);
}
.menu-button.on .menu-bar-2 {
	top: 19px;
	opacity: 0;
}
.menu-button.on .menu-bar-3 {
	top: 30px; /* Final cross */
	margin-top: -11px; /* Intermediate */
	transform: rotate(225deg);
}
.container-fluid.menu {
	visibility: hidden;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: -100vh;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background-image: linear-gradient(to bottom right, rgba(220,220,220,0.9), rgba(250,250,250,0.9));
	transition: 0.4s all cubic-bezier(1,0,0,1);
	z-index: 99999;
}
.container-fluid.menu.on {
	visibility: visible;
	top: 100px;
	right: 0;
}
.menu-inner {
	position: absolute;
	padding: 0px 10px 30px 10px;
	right: 50%;
	transform: translateX(50%);
	max-width: 350px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0,0,0,0);
	background-image: linear-gradient(to bottom right, rgba(20,20,20,0), rgba(20,20,20,0));
}
.menu-side {
	position: fixed;
	width: fit-content;
	height: 100px;
	top: 0;
	right: 0;
	box-sizing: border-box;
}
.menu-side p {
	padding: 25px 0 25px 0;
	margin: 0;
}
.container-fluid.menu p {
	font-family: titles;
	text-transform: uppercase;
	line-height: 3rem;
	letter-spacing: 0rem;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(0,0,0,1);
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
}
.container-fluid.menu a{
	text-decoration: none;
}
.container-fluid.menu a:hover {
	text-decoration: none;
}
.container-fluid.menu a:hover p {
	color: rgba(152,155,130,1);
	letter-spacing: 0.1rem;
}
.menu-item {
	position: relative;
	transition: 0.4s all ease-in-out;
	overflow: hidden;
}
.menu-item-sub {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	transition: 0.4s height cubic-bezier(0.5,0.8,0,1) 0s, 0.2s opacity ease-in-out 0s;
}
.menu-item:hover .menu-item-sub {
	visibility: visible;
	opacity: 1;
	height: 2rem;
	transition: 0.4s height cubic-bezier(0.5,0.8,0,1) 0s, 0.4s opacity ease-in-out 0.2s;
}
.menu-item p {
	font-size: 1.5rem;
}
.menu-item-sub p {
	margin-right: 30px !important;
	font-size: 1.2rem;
}

@media (min-width: 960px) {

.menu-button {
	visibility: hidden;
}
.container-fluid.menu {
	visibility: visible;
	position: fixed;
	width: 100% !important;
	right: 0;
	top: 0;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
	background-image: linear-gradient(to bottom right, rgba(220,220,220,0.9), rgba(250,250,250,0.9));
	transition: 0.4s all cubic-bezier(1,0,0,1);
	z-index: 99999;
}
.menu-inner {
	position: absolute;
	padding: 0px 20px 0px 0px;
	top: 0px;
	right: 50%;
	height: 100px;
	transform: translateX(50%);
	text-align: right;
	max-width: 100%;
	width: fit-content !important;
	box-sizing: border-box;
}
.container-fluid.menu p {
	font-family: serif-titles;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: right;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
	margin-right: 20px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(255,255,255,0);
	color: rgba(0,0,0,1);
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
}
.container-fluid.menu a{
	text-decoration: none;
}
.container-fluid.menu a:hover {
	text-decoration: none;
}
.container-fluid.menu a:hover p {
	color: rgba(118,129,91,1);
	letter-spacing: 0px;
}
.menu-item {
	position: relative;
	display: inline-block;
	transition: 0.4s all ease-in-out;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(50,50,50,0.5) 0%, rgba(50,50,50,0.5) 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 0px 0px;
	transition: 0.4s background-size cubic-bezier(1,0,0,1);
}
.menu-item:hover {
}
.menu-item:hover p {
	color: rgba(200,200,200,1);
}
.menu-item-sub {
	visibility: hidden;
	background-color: rgba(12,139,137,1);
	opacity: 0;
	height: 0px;
	transition: 0.2s height cubic-bezier(1,0,0,1) 0s, 0.2s opacity ease-in-out 0s;
	z-index: 99998;
}
.menu-item:hover .menu-item-sub {
	visibility: visible;
	opacity: 1;
	height: 2rem;
	transition: 0.4s height cubic-bezier(1,0,0,1.3) 0.2s, 0.4s opacity ease-in-out 0.2s;
}
.menu-item p {
	font-size: 0.8rem;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-right: 0px !important;
}
.menu-item-sub p {
	opacity: 0;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size: 0.9rem;
	transition: 0.4s opacity ease-in-out 0s;
}
.menu-item:hover .menu-item-sub p {
	opacity: 1;
	transition: 0.4s opacity ease-in-out 0s;
}
.menu-item-sub:hover p {
	color: rgba(0,0,0,1) !important;
}


}

/*===========================================
  VIDEO
  ===========================================*/
#myVideo {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}
/*===========================================
  BOOTSTRAP MODS
  ===========================================*/
.container, .container-fluid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.container.divider::after, .container-fluid.divider::after {
	content: "";
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	margin-top: 1.5rem;
	width: 50%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-clip: content-box;
}
.minHeight {
	min-height: 25vh !important;
}
.vh-100 {
	min-height: 100vh !important;
}
.vh-90 {
	min-height: 90vh !important;
}
.vh-75 {
	min-height: 75vh !important;
}
.vh-50 {
	min-height: 50vh !important;
}
.marginHeader {
	margin-top: 100px !important;
}
.bg-light {
	background-color: rgba(233,232,226,1) !important;
}
.bg-green {
	background-color: rgba(152,155,130,1) !important;
}
.bg-dark {
	background-color: rgba(118,129,91,1) !important;
}
.filter-light {
	background-color: rgba(255,255,255,0.4);
}
.filter-dark {
	background-color: rgba(0,0,0,0.4);
}
.bg-dark p, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark a {
	color: rgba(255,255,255,1);
}
.text-light {
	color: rgba(255,255,255,1) !important;
}
.text-dark {
	color: rgba(30,30,30,1) !important;
}
.p-0 {
	padding: 0 !important;
}
.style-a {
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.8);
}
.section-break::before {
	content: "";
	position: absolute;
	margin-top: -120px;
    right: 0;
	height: 250px;
	width: 132px;
	background-image: url('http://nanathaitherapy.co.uk/wp-content/themes/nana-theme/images/nana-leaves.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9999;
}
@media (min-width: 576px) {
.section-break::before {
	height: 250px;
	width: 132px;
}
}
@media (min-width: 768px) {
.section-break::before {
	margin-top: -144px;
	height: 300px;
	width: 158px;
}
}
@media (min-width: 992px) {
.section-break::before {
	margin-top: -168px;
	height: 350px;
	width: 185px;
}
}
.background-optimise {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*===========================================
  CUSTOM BUTTONS
  ===========================================*/

.custombutton {
	font-family: serif-titles;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 50px;
	padding: 10px 20px;
	color: rgba(30,30,30,1);
	border: 1px solid rgba(118,129,91,1);
	background-color: rgba(194,187,161,1);
	transition: 0.4s all ease-in-out;
}
.custombutton:hover {
	cursor: pointer;
	background-color: rgba(118,129,91,1);
}

.voucherbutton {
	font-family: serif-titles;
	font-size: 0.8rem;
	width: 100%;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px 20px;
	color: rgba(30,30,30,1);
	border: 1px solid rgba(118,129,91,1);
	background-color: rgba(194,187,161,1);
	transition: 0.4s all ease-in-out;
}
.voucherbutton:hover {
	cursor: pointer;
	background-color: rgba(118,129,91,1);
}

/*===========================================
  PHONE NUMBER IN HEADER
  ===========================================*/

.phone {
	font-family: serif-titles;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 50px;
	padding: 10px 20px;
	color: rgba(30,30,30,1);
	transition: 0.4s all ease-in-out;
}
.phone:hover {
	cursor: pointer;
	color: rgba(118,129,91,1);
}

.phone-icon {
	position: fixed;
	top: 31px;
	right: 75px;
	height: 38px;
	width: 38px;
	border: 1px solid rgba(118,129,91,1);
	background-color: rgba(194,187,161,1);
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s all ease-in-out;
}
.phone-icon:hover {
	cursor: pointer;
	background-color: rgba(118,129,91,1);
}

.booking-icon {
	position: fixed;
	top: 31px;
	right: 128px;
	height: 38px;
	width: fit-content;
	border: 1px solid rgba(118,129,91,1);
	background-color: rgba(194,187,161,1);
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s all ease-in-out;
}
.booking-icon:hover {
	cursor: pointer;
	background-color: rgba(118,129,91,1);
}
.booking-icon p {
	font-family: serif-titles;
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0px 20px;
	color: rgba(30,30,30,1);
}
.facebook-icon {
	position: fixed;
	top: 3px;
	right: 20px;
	height: 20px;
	width: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s all ease-in-out;
}
.facebook-icon:hover {
	cursor: pointer;
}
.instagram-icon {
	position: fixed;
	top: 3px;
	right: 45px;
	height: 20px;
	width: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s all ease-in-out;
}
.instagram-icon:hover {
	cursor: pointer;
}

@media (min-width: 960px) {
.phone-icon {
	right: 20px;
}
.booking-icon {
	right: 68px;
}
}



/*===========================================
  REVEAL ANIMATIONS
  ===========================================*/
.reveal-fade {
	opacity: 0;
	transition: 0.8s opacity ease-in-out;
}
.reveal-fade.reveal {
	opacity: 1;
}

.reveal-fly {
	opacity: 0;
	transform: translateY(150px);
	transition: 0.8s transform cubic-bezier(0.2,0.7,0.2,1), 1s opacity ease-in-out;
}
.reveal-fly.reveal {
	opacity: 1;
	transform: translateY(0px);
}


/*===========================================
  CARDS - 4 COLUMNS
  ===========================================*/
  
/* ALPHA ====================================*/
.card-alpha {
	position: relative;
	min-height: 50vh;
	width: 100%;
}
.card-alpha-image {
	visibility: visible;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	transition: 0s visibility cubic-bezier(0.5,0.8,0,1) 0s, 0.4s transform cubic-bezier(0.5,0.8,0,1) 0.4s;
}
.card-alpha-text {
	visibility: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
	transform: rotateY(90deg);
	transition: 0s visibility cubic-bezier(0.5,0.8,0,1) 0.4s, 0.4s transform cubic-bezier(0.5,0.8,0,1) 0s;
}
.card-alpha:hover .card-alpha-image {
	visibility: hidden;
	transform: rotateY(90deg);
	transition: 0s visibility cubic-bezier(0.5,0.8,0,1) 0.2s, 0.2s transform cubic-bezier(0.5,0.8,0,1) 0s;
}
.card-alpha:hover .card-alpha-text {
	visibility: visible;
	transform: rotateY(0deg);
	transition: 0s visibility cubic-bezier(0.5,0.8,0,1) 0.2s, 0.2s transform cubic-bezier(0.5,0.8,0,1) 0.2s;
}
@media (min-width: 576px) {
.card-alpha {
	min-height: 50vw;
}
}
@media (min-width: 768px) {
.card-alpha {
	min-height: 33vw;
}
}
@media (min-width: 992px) {
.card-alpha {
	min-height: 25vw;
}
}
@media (min-width: 1200px) {
.card-alpha {
	min-height: 16.7vw;
}
}

/* BETA ====================================*/
.card-beta {
	position: relative;
	min-height: 50vh;
	width: 100%;
}
.card-beta-image {
	position: absolute;
	height: 70%;
	width: 100%;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
}
.card-beta-text {
	position: absolute;
	bottom: 0;
	right: 5%;
	height: 50%;
	width: 90%;
	overflow: hidden;
	box-shadow: 0px -5px 5px rgba(0,0,0,0.1);
	padding: 10px 20px 20px 20px;
	background-color: rgba(255,255,255,1);
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1.7);
}
.card-beta-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1));
}
.card-beta-text h4, .card-beta-text p {
	color: rgba(50,50,50,1);
}
.card-beta a:hover {
 	color: rgba(50,50,50,1);
}
.card-beta:hover .card-beta-text {
	height: 60%;
}
@media (min-width: 576px) {
.card-beta {
	min-height: 50vw;
}
}
@media (min-width: 768px) {
.card-beta {
	min-height: 33vw;
}
}
@media (min-width: 992px) {
.card-beta {
	min-height: 25vw;
}
}
@media (min-width: 1200px) {
.card-beta {
	min-height: 16.7vw;
}
}

/* GAMMA ====================================*/
.card-gamma {
	position: relative;
	min-height: 50vh;
	width: 100%;
	overflow: hidden;
}
.card-gamma-image {
	position: absolute;
	height: 60%;
	width: 100%;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
}
.card-gamma-text {
	position: absolute;
	bottom: 0;
	height: 45%;
	width: 100%;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	background-color: rgba(255,255,255,1);
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1.7);
}
.card-gamma-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1));
}
.card-gamma-text h4, .card-gamma-text p {
	letter-spacing: 0px;
	color: rgba(50,50,50,1);
}
.card-gamma a:hover {
 	color: rgba(50,50,50,1);
}
.card-gamma:hover .card-gamma-image {
	transform: scale(1.1, 1.1);
}
.card-gamma:hover .card-gamma-text {
	height: 55%;
}
@media (min-width: 576px) {
.card-gamma {
	min-height: 50vw;
}
}
@media (min-width: 768px) {
.card-gamma {
	min-height: 33vw;
}
}
@media (min-width: 992px) {
.card-gamma {
	min-height: 25vw;
}
}
@media (min-width: 1200px) {
.card-gamma {
	min-height: 25vw;
}
}

/* DELTA ====================================*/
.card-delta {
	position: relative;
	min-height: 50vh;
	width: 100%;
}
.card-delta::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 10%;
	width: 100%;
	background-color: rgba(200,200,200,1);
}
.card-delta-image {
	position: absolute;
	height: 60%;
	width: 100%;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
}
.card-delta-text {
	position: absolute;
	bottom: 5%;
	right: 5%;
	height: 50%;
	width: 90%;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.4);
	background-color: rgba(255,255,255,1);
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1.7);
}
.card-delta-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1));
}
.card-delta-text h4, .card-delta-text p {
	letter-spacing: 0px;
	color: rgba(50,50,50,1);
}
.card-delta a:hover {
 	color: rgba(50,50,50,1);
}
.card-delta:hover .card-delta-text {
	height: 60%;
}
@media (min-width: 576px) {
.card-delta {
	min-height: 50vw;
}
}
@media (min-width: 768px) {
.card-delta {
	min-height: 33vw;
}
}
@media (min-width: 992px) {
.card-delta {
	min-height: 25vw;
}
}
@media (min-width: 1200px) {
.card-delta {
	min-height: 25vw;
}
}

/* EPSILON ====================================*/
.card-epsilon {
	position: relative;
	width: 100%;
	padding-top: 120%;
	border: 1px solid rgba(118,129,91,1);
	overflow: hidden;
}
.card-epsilon-image {
	position: absolute;
	top: 0;
	height: 60%;
	width: 100%;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	transition: 0.8s all cubic-bezier(0.6,0.8,0,1);
}
.card-epsilon-text {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	min-height: 40%;
	height: fit-content;
	width: 100%;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	background-color: rgba(233,232,226,1);
	transition: 0.8s all cubic-bezier(0.6,0.8,0,1);
}
.card-epsilon-text-inner {
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.card-epsilon-text h4 {
	font-size: 1.1rem;
}
.card-epsilon-text h4, .card-epsilon-text h6, .card-epsilon-text p {
    position: relative;
	color: rgba(0,0,0,1);
	transition: 0.8s color cubic-bezier(0.6,0.8,0,1) 0s, 0.8s top cubic-bezier(0.6,0.8,0,1) 0s, 0.8s transform cubic-bezier(0.6,0.8,0,1) 0s, 0.8s opacity cubic-bezier(0.6,0.8,0,1) 0s, 0s visibility cubic-bezier(0.6,0.8,0,1) 0.8s;
}
.card-epsilon a:hover {
 	color: rgba(50,50,50,1);
}
.card-epsilon:hover .card-epsilon-image {
	filter: brightness(100%);
}
.card-epsilon:hover .card-epsilon-text {
	background-color: rgba(255,255,255,1);
}
.card-epsilon:hover .card-epsilon-text h4, .card-epsilon:hover .card-epsilon-text p {
	transform: translateY(0%);
	transition: 0.8s color cubic-bezier(0.6,0.8,0,1) 0s, 0.8s top cubic-bezier(0.6,0.8,0,1) 0s, 0.8s transform cubic-bezier(0.6,0.8,0,1) 0s, 0.8s opacity cubic-bezier(0.6,0.8,0,1) 0.2s, 0s visibility cubic-bezier(0.6,0.8,0,1) 0s;
}

/* EPSILON TABLE ====================================*/

table.epsilon {
	margin: auto;
	width: fit-content;
}

table.epsilon th, table.epsilon td {
	font-family: serif-titles;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1rem;
	padding: 5px;
	text-align: center;
}

table.epsilon td:first-child {
	border-left: 0px solid rgba(0,0,0,1);
}
table.epsilon td {
	border-left: 1px solid rgba(0,0,0,1);
}

table.epsilon td {
	color: rgba(0,0,0,1);
}

table.epsilon td.white:first-child {
	border-left: 0px solid rgba(255,255,255,1);
}
table.epsilon td.white {
	border-left: 1px solid rgba(255,255,255,1);
}

table.epsilon td.white {
	color: rgba(255,255,255,1);
}


/* EPSILON SMALL ====================================*/
.card-epsilon-sm {
	position: relative;
	width: 100%;
	padding-top: 40%;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.card-epsilon-sm-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1.7);
}
.card-epsilon-sm-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	background-color: rgba(255,255,255,1);
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1.7);
}
.card-epsilon-sm-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1));
}
.card-epsilon-sm-text h4, .card-epsilon-sm-text h6, .card-epsilon-sm-text p {
	letter-spacing: 0px;
	color: rgba(50,50,50,1);
}
.card-epsilon-sm-text h6 {
	color: rgba(139,12,13,1);
}
.card-epsilon-sm a:hover {
 	color: rgba(50,50,50,1);
}
.card-epsilon-sm:hover .card-epsilon-sm-image {
	filter: brightness(100%);
	transform: scale(1.1,1.1);
}
.card-epsilon-sm:hover .card-epsilon-sm-text {
	left: 5%;
}

/* EPSILON ====================================*/
.card-zeta {
	position: relative;
	width: 100%;
	padding-top: 120%;
	overflow: hidden;
}
.card-zeta-image {
	position: absolute;
	top: 0;
	height: 60%;
	width: 100%;
	transform: scale(1, 1);
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	transition: 0.8s all cubic-bezier(0.6,0.8,0,1);
}
.card-zeta-text {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 40%;
	width: 100%;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	background-color: rgba(19,19,28,1);
	transition: 0.8s all cubic-bezier(0.6,0.8,0,1);
}
.card-zeta-text::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(19,19,28,0), rgba(19,19,28,1));
}
.card-zeta-text p {
	font-size: 0.9rem;
}
.card-zeta-text h4, .card-zeta-text h6, .card-zeta-text p {
    color: rgba(255,255,255,1);
}
.card-zeta a:hover {
 	color: rgba(50,50,50,1);
}
.card-zeta:hover .card-zeta-text {
	background-color: rgba(0,0,0,0.3);
}
.card-zeta:hover .card-zeta-text h4, .card-zeta:hover .card-zeta-text p {
	top: 0%;
	transform: translateY(0%);
	transition: 0.8s top cubic-bezier(0.6,0.8,0,1) 0s, 0.8s transform cubic-bezier(0.6,0.8,0,1) 0s, 0.8s opacity cubic-bezier(0.6,0.8,0,1) 0.2s, 0s visibility cubic-bezier(0.6,0.8,0,1) 0s;
}
.card-zeta:hover .card-zeta-text p {
	visibility: visible;
	opacity: 1;
}

/*===========================================
  GALLERIES
  ===========================================*/
.gallery-alpha {
	position: relative;
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
	filter: brightness(70%);
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
	cursor: pointer;
}
.gallery-alpha:hover {
	filter: brightness(100%);
}
.gallery-alpha-full {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100vw;
	height: calc(100vh - 100px);
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	background-repeat: no-repeat; 
	background-size: contain;
	background-position: center;
	transition: 0.4s all cubic-bezier(0.5,0.8,0,1);
	z-index: 999;
}
.gallery-alpha-full.on {
	visibility: visible;
	opacity: 1;
}

/*===========================================
  SLIDER GALLERY
  ===========================================*/

.slider-alpha-inner {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	transform: scale(1,1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 0%;
	transition: 4s all ease-in-out;
	animation-name: slider;
	animation-duration: 60s;
	animation-iteration-count: infinite;
}	
.slider-alpha {
	opacity: 0;
	position: absolute;
	height: 100vh;
	width: 100%;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 0%;
	transition: 4s all ease-in-out;
	overflow: hidden;
}
.slider-alpha.show {
	opacity: 1;
}
@keyframes slider {
  0% {background-position: 0% 0%; transform: scale(1,1);}
  50% {background-position: 20% 20%; transform: scale(1.2,1.2);}
  100% {background-position: 0% 0%; transform: scale(1,1);}
}

.slider-textbox {
	position: absolute;
	padding: 20px;
	top: 60%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	height: fit-content;
	width: 80vw;
	background-color: rgba(194,187,161,0);
}
.slider-textbox h1, .slider-textbox h2, .slider-textbox h3, .slider-textbox h4, .slider-textbox h5, .slider-textbox h6, .slider-textbox p {
	font-family: frontpage;
	color: rgba(255,255,255,1);
}

/* FRONT PAGE FULL IMAGE ====================================*/

.container-fluid.frontpage {
	
}


/* TESTIMONIALS ====================================*/
.testimonial-container {
	position: relative;
	width: 100%;
	min-height: 300px;
}
.testimonial {
	opacity: 1;
	
	top: 0px;
	width: 100%;
	min-height: 300px;

	overflow: hidden;
	transition: 1s all ease-in-out;
}
.testimonial.show {
	opacity: 1;
	top: 0;
}
.testimonial-text {

	top: 0;
	left: 0;
	text-align: left;
	height: 100%;
	width: 100%;
	border: 0px solid rgba(255,255,255,0.4);
	transition: 0.8s all cubic-bezier(0.6,0.8,0,1);
}
.testimonial-text p {
	font-size: 0.9rem;
}
.testimonial-text h4, .testimonial-text h6, .testimonial-text p {
    position: relative;
	top: 20px;
	color: rgba(0,0,0,1);
	transition: 0.8s top cubic-bezier(0.6,0.8,0,1) 0s, 0.8s transform cubic-bezier(0.6,0.8,0,1) 0s, 0.8s opacity cubic-bezier(0.6,0.8,0,1) 0s, 0s visibility cubic-bezier(0.6,0.8,0,1) 0.8s;
}
.testimonial a:hover {
 	color: rgba(50,50,50,1);
}
.name {
	font-weight: 600;
}

/*===========================================
  SOCIAL
  ===========================================*/

.nana-social {
	position: fixed;
	top: 60px;
	left: 10px;
	z-index: 9999999999999;
}
.nana-social p {
	float: left;
	font-family: titles;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 4px;
	color: rgba(0,0,0,1);
}
.nana-social a {
	float: left;
}
.nana-social a:hover p {
	color: rgba(255,255,255,1);
}
@media (min-width: 890px) {
.nana-social {
	top: 85px;
}
}
.nana-social img {
	opacity: 0.7;
}
.nana-social img:hover {
	opacity: 1;
}

/*===========================================
  STRIPE PAYMENTS
  ===========================================*/
.asp_product_item { /* Wrapper for each item */
	position: relative !important;
	height: 230px !important;
	width: 100% !important;
	padding: 10px !important;
	text-align: center !important;
	border: none !important;
	box-shadow: none !important;
	background-color: rgba(255,255,255,0.1) !important;
}
.asp_product_item_top {
	position: relative;
	height: 150px;
	width: 100%;
}
.asp_product_item_thumbnail {
	float: left;
	height: 50%;
	width: 100%;
}
.asp_product_item_thumbnail img {
	position: relative !important;
	width: 100% !important;
	height: 150px !important;
	object-fit: cover !important;
	filter: brightness(70%) !important;
}
.asp_product_name {
	float: left;
	height: fit-content;
	width: 100%;
}
.asp_product_name { /* Title of voucher */
	position: absolute !important;
	bottom: 0 !important;
	padding: 10px !important;
	float: none !important;
	font-family: serif-titles !important;
	font-weight: normal !important;
	font-size: 1.2rem !important;
	line-height: 1.2rem !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	color: rgba(255,255,255,1) !important;
}
.asp_product_description {
	display: none !important;
}
.asp_price_amount {
	font-family: standard !important;
	font-weight: normal !important;
	font-size: 1rem !important;
}
.asp_price_container {
	display: none !important;
}
.asp_product_buy_btn_container {
	width: 100% !important;
}
.asp_product_buy_button {
	position: relative;
	top: -10px;
}
.asp_product_buy_btn.blue {
	font-family: serif-titles !important;
	font-size: 0.8rem !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	color: rgba(0,0,0,1) !important;
	height: 38px !important;
	width: fit-content !important;
	border: 1px solid rgba(118,129,91,1) !important;
	border-radius: 0px !important;
	background: none !important;
	background-color: rgba(194,187,161,1) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	transition: 0.4s all ease-in-out !important;
}
.asp_product_buy_btn.blue:hover {
	cursor: pointer !important;
	background-color: rgba(189,121,42,1) !important;
}

.asp-thank-you-page-wrap, .asp-thank-you-page-msg-wrap {
	background-color: rgba(0,0,0,0) !important;
}

table {
	margin: auto;
}
.two-columns table {
	margin: auto;
}
.two-columns table td {
	padding: 10px;
}
.two-columns table td, .two-columns table p, .two-columns table h1, .two-columns table h2, .two-columns table h3, .two-columns table h4, .two-columns table h5, .two-columns table h6 {
	font-family: standard;
	margin: 0;
	color: rgba(255,255,255,1);
}
.two-columns table tr {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.animated-tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
}

.animated-tagline span {
  position: absolute;
  opacity: 0;
  animation: fadeCycle 9s infinite ease-in-out;
}

.animated-tagline span:nth-child(1) {
  animation-delay: 0s;
}
.animated-tagline span:nth-child(2) {
  animation-delay: 3s;
}
.animated-tagline span:nth-child(3) {
  animation-delay: 6s;
}

@keyframes fadeCycle {
  0%    { opacity: 0; }
  10%   { opacity: 1; }
  30%   { opacity: 1; }
  40%   { opacity: 0; }
  100%  { opacity: 0; }
}