/*
Theme Name: Orchid Studios
Author: Orchid Studios
Description: Custom Theme
Tags: Orchid Studios
*/
html {
	font-size: 14pt;
}
@media only screen and (max-width: 1170px) {
html {
	font-size: 13pt;
}
}
@media only screen and (max-width: 768px) {
html {
	font-size: 12pt;
}	
}

body {
	margin: 0;
	padding: 0;
    color: rgba(200,200,200,1);
	background-color:rgba(10,5,5,1);
	background-position: center;
	background-size: cover;
	background-image: url('https://888thaimassage.live/wp-content/themes/888theme/images/tree-transparent.svg');
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(10,5,5,1); 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(35,12,0,1);
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(85,34,0,1); 
}
/*========================================
  FONTS
  ========================================*/
@font-face {
    font-family: title;
    src: url('https://888thaimassage.live/wp-content/themes/888theme/fonts/Katibeh-Regular.ttf');
}
@font-face {
    font-family: handwriting;
    src: url('https://888thaimassage.live/wp-content/themes/888theme/fonts/AlexBrush-Regular.ttf');
}
@font-face {
    font-family: standard;
    src: url('https://888thaimassage.live/wp-content/themes/888theme/fonts/PlayfairDisplay-Regular.ttf');
}
p {
	font-family: standard;
	font-size: 1rem;
	line-height: 2rem;
}
h1 {
	font-family: title;
	font-size: 3.5rem;
	color: rgba(212,85,0,1);
}
h2 {
	font-family: title;
	font-size: 3rem;
}
h3 {
	font-family: handwriting;
	font-size: 2rem;
}
h4 {
	font-family: title;
	font-size: 2.1rem;
}
p, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1170px) {
p, h1, h2, h3, h4 {
	padding-top: 10px;
	padding-bottom: 10px;	
}
}
@media only screen and (max-width: 768px) {
p, h1, h2, h3, h4 {
	padding-top: 5px;
	padding-bottom: 5px;	
}
}
/*========================================
  LOGO
  ========================================*/
.logo {
	position: relative;
	opacity: 1;
	opacity: 1;
	height: 140px;
	width: 200px;
	top: 20px;
	left: 50%;
	margin-bottom: 50px;
	margin-left: -100px;
	background-color: rgba(0,0,0,0);
	background-position: top;
	background-size: auto 80%;
	background-repeat: no-repeat;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.logo-text {
	position: absolute;
	opacity: 1;
	width: 100%;
	margin: auto;
	bottom: 0;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out 0.4s;
	transition: all 0.4s ease-in-out 0.4s;
}
.logo-text p {
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-size: 10pt;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
/*========================================
  MENU
  ========================================*/
.menu {
	position: fixed;
	opacity: 0;
	top: 44px;
	right: 44px;
	text-align: center;
	height: 0px;
	width: 0px;
	border: 10px solid rgba(255,255,255,1);
	border-radius: 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,1);
	z-index: 999;
	-webkit-transition: opacity 0s ease-in-out 0.4s,
						background-color 0.4s ease-in-out 0s,
						top 0.4s ease-in-out 0s,
						right 0.4s ease-in-out 0s,
						height 0.4s ease-in-out 0s,
						width 0.4s ease-in-out 0s,
						border 0.4s ease-in-out 0s,
						border-radius 0.4s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0.4s,
				background-color 0.4s ease-in-out 0s,
				top 0.4s ease-in-out 0s,
				right 0.4s ease-in-out 0s,
				height 0.4s ease-in-out 0s,
				width 0.4s ease-in-out 0s
				border 0.4s ease-in-out 0s,
				border-radius 0.4s ease-in-out 0s;
}
.menu.show {
	opacity: 1;
	top: -100px;
	right: -100px;
	border: 200px solid rgba(149,99,0,0.3);
	border-radius: 50%;
	background-color: rgba(149,99,0,0.3);
	-webkit-transition: opacity 0s ease-in-out 0s,
						background-color 0.4s ease-in-out 0s,
						top 0.4s ease-in-out 0s,
						right 0.4s ease-in-out 0s,
						height 0.4s ease-in-out 0s,
						width 0.4s ease-in-out 0s,
						border 0.4s ease-in-out 0s,
						border-radius 0.4s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s,
				background-color 0.4s ease-in-out 0s,
				top 0.4s ease-in-out 0s,
				right 0.4s ease-in-out 0s,
				height 0.4s ease-in-out 0s,
				width 0.4s ease-in-out 0s
				border 0.4s ease-in-out 0s,
				border-radius 0.4s ease-in-out 0s;
	z-index: 999999999;
}
.menu:before {
	content: "";
	position: fixed;
	opacity: 0;
	top: -200px;
	right: -430px;
	text-align: center;
	height: 0px;
	width: 0px;
	border: 200px solid rgba(255,255,255,0.8);
	border-radius: 50%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
}
.menu.show:before {
	animation-name: menucircle;
    animation-duration: 0.5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	z-index: 999999999;
}
@keyframes menucircle {
  0%   {opacity: 0; top: -200px; right: -430px; border: 200px solid rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);}
  1%  {opacity: 1; top: -200px; right: -430px; border: 200px solid rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);}
  80% {opacity: 1; top: -80px; right: -80px; border: 200px solid rgba(149,99,0,0.3); background-color: rgba(149,99,0,0.3);}
  100% {opacity: 1; top: -110px; right: -110px; border: 200px solid rgba(149,99,0,0.3); background-color: rgba(149,99,0,0.3);}
}

.menu-item {
	position: relative;
	visibility: hidden;
	opacity: 0;
	left: -140px;
	height: 35px;
	width: 200px;
	font-family: standard;
	text-align: right;
	color: rgba(200,200,200,1);
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.menu.show .menu-item {
	visibility: visible;
	opacity: 1;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out 0.6s;
	transition: all 0.2s ease-in-out 0.6s;
	z-index: 9999999999;
}
.menu-item p {
	font-family: title;
	font-size: 1.6rem;
	line-height: 1.6rem;
	padding: 0;
	margin: 0;
}
.menu-item:hover p {
	color: rgba(0,0,0,1);
	-webkit-transition: all ease-in-out 0.1s !important;
	transition: all ease-in-out 0.1s !important;
	cursor: pointer;
}
.menu a {
	text-decoration: none;
}

.menu-vert {
	position: relative;
	float: left;
	top: 100%;
	width: 10%;
	height: 0%;
	background-color: rgba(255,255,255,1);
}
.menu.show .menu-vert {
	height: 100vh;
}
.menu.show .test {
	animation-name: menuup;
    animation-duration: 1s;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}
@keyframes menudown {
  0%   {top: -100%;}
  100% {top: 0;}
}
.navbtn {
	position: fixed;
	opacity: 0;
	top: 0;
	right: 0;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	z-index: 9999999999;
}
.navbtn.display {
	opacity: 1;
}

.navbtn-circle {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
	background-color: rgba(255,255,255,0);
	border: 2px solid rgba(255,255,255,1);
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.navbtn-circle:hover {
	cursor: pointer;
}
.navbtn-circle.stick {
	-webkit-transition: all ease-in-out 0s;
	transition: all ease-in-out 0s;
}
.navbtnln {
	position: absolute;
	opacity: 1;
	left: 6px;
	height: 2px;
	width: 14px;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.navbtnln.a {
	top: 10px;
}
.navbtnln.b {
	top: 15px;
}
.navbtnln.c {
	top: 22px;
}
.navbtn.show .navbtnln.a {
	transform: rotate(-135deg);
	top: 12px;
	left: 6px;
}
.navbtn.show .navbtnln.b {
	transform: rotate(-45deg);
	top: 12px;
	left: 6px;
}
.navbtn.show .navbtnln.c {
	opacity: 0;
}
/*========================================
  PAGE HEADLINE IMAGE
  ========================================*/
.headline {
	position: relative;
	margin: auto;
	height: 400px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	background-position: center;
	background-size: cover;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
.headline-text {
	position: absolute;
	padding: 40px 20px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline p {
	color: rgba(255,255,255,1);
}
/*========================================
  CARD
  ========================================*/
.card {
	position: relative;
	margin: auto;
	height: 500px;
	width: 100%;
	background-color: rgba(255,255,255,0);
}
.card-image1 {
	position: absolute;
	height: 90%;
	width: 70%;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.card-image2 {
	position: absolute;
	visibility: visible;
	right: 0;
	margin-top: 20%;
	height: 60%;
	width: 60%;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.card-text {
	position: relative;
	height: 100%;
	width: 100%;
}
.card-text h1, .card-text h2, .card-text h3, .card-text h4 {
	margin-left: 0px;
}
.card-text p {
	margin-left: 30px;
}
@media only screen and (max-width: 1170px) {
.card {
	height: 400px;
}
}
@media only screen and (max-width: 768px) {
.card {
	height: 350px;
}
.card-image1 {
	height: 100%;
	width: 100%;
}
.card-image2 {
	visibility: hidden;
}
}
/*========================================
  PROMOTION CARD
  ========================================*/
.promo {
	position: relative;
	margin: auto;
	height: 400px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	background-position: center;
	background-size: cover;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
.promo-text {
	position: absolute;
	padding: 40px 20px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.promo h1, .promo h2, .promo h3, .promo h4, .promo p {
	color: rgba(255,255,255,1);
}
/*========================================
  SERVICE CARDS
  ========================================*/
.service {
	position: relative;
	margin: 20px 0px 20px 0px;
	height: 400px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	background-position: center;
	background-size: cover;
}
.service-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 60%;
	width: 90%;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.service-text {
	position: absolute;
	padding: 20px;
	bottom: 0;
	right: 0;
	height: 60%;
	width: 80%;
	background-color: rgba(255,255,255,0.9);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-text:hover {
	height: 70%;
}
.service-text h1, .service-text h2, .service-text h3, .service-text h4 {
	color: rgba(0,0,0,1);
}
.service-text p {
	color: rgba(50,50,50,1);
}
@media only screen and (max-width: 1170px) {
.service-text {
	padding: 15px;
}
}
@media only screen and (max-width: 768px) {
.service-text {
	padding: 15px;
}
}
/*========================================
  IMAGE CARDS
  ========================================*/
.imagecard {
	position: relative;
	margin: 20px 0px 20px 0px;
	height: 500px;
	width: 100%;
	background-color: rgba(255,255,255,0);
}
.imagecard-image {
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/*========================================
  TEXT CARDS
  ========================================*/
.textcard {
	position: relative;
	margin: 20px 0px 20px 0px;
	min-height: 100px;
	width: 100%;
	background-color: rgba(255,255,255,0);
	background-position: center;
	background-size: cover;
}
.textcard-text {
	position: relative;
	margin: auto;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*========================================
  GALLERY
  ========================================*/
.full-gallery {
	position: relative;
	float: left;
	margin: 0px;
	height: 25vw;
	width: 25%;
	box-sizing: border-box;
	border: 2px solid rgba(0,0,0,1);
	background-color: rgba(255,255,255,0);
	background-position: center;
	background-size: cover;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.full-gallery:hover {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	cursor: pointer;
}
.full-gallery-show {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
	-moz-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
	-o-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
	transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
	z-index: 9999;
}
.full-gallery-show.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-moz-transition: visibility 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-o-transition: visibility 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	transition: visibility 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
}
@media only screen and (max-width: 1170px) {
.full-gallery {
	width: 33.3%;
	height: 33vw;
}	
}
@media only screen and (max-width: 768px) {
.full-gallery {
	width: 50%;
	height: 50vw;
}		
}
/*========================================
  SPACER
  ========================================*/
.spacer {
	position: relative;
	margin: auto;
	height: 1px;
	width: 50%;
	background-image: linear-gradient(to right, rgba(212,85,0,0), rgba(212,85,0,1), rgba(212,85,0,0));
}
.textspacer {
	position: relative;
	margin: auto;
	height: 1px;
	width: 50%;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
}
/*========================================
  BOOTSTRAP OVERRIDES
  ========================================*/
.container-fluid {
	width: 80%;
	box-sizing: border-box;
}
@media only screen and (max-width: 1170px) {
.container-fluid {
	width: 100%;
}	
}
.row {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 1170px) {
.row {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media only screen and (max-width: 768px) {
.row {
	padding-top: 5px;
	padding-bottom: 5px;
}
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 30px;
	padding-right: 30px;
}
@media only screen and (max-width: 1170px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media only screen and (max-width: 768px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 15px;
	padding-right: 15px;
}
}
/*========================================
  FOOTER
  ========================================*/
.footer {
	position: relative;
	margin: auto;
	min-height: 300px;
	width: 100%;
	background-color: rgba(85,34,0,0.4);
}
.footer-text {
	position: relative;
	padding: 40px 20px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	text-align: left;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.footer-text p {
	padding-top: 0px;
	padding-bottom: 0px;
}
.leaflet-container {
    height: 400px;
    width: 100%;
}