#quote {
	border-bottom: 1px solid #707070;
}
.quote {
	font: italic normal 300 19px/26px 'Kanit', sans-serif;
	margin-bottom: 0;
	color: #0C0E11;
}

/* GENERAL */
body {
	color: #35383E;
	font: normal normal normal 19px/30px 'Kanit', sans-serif;
	background: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Kanit', sans-serif;
}
h2 {
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 31px;
	letter-spacing: 0.06em;
	line-height: 35px;
}
h3 {
	font-weight: 200;
	font-size: 23px;
	letter-spacing: 0.03em;
	text-transform: none;
}
p {
	margin-bottom: 2rem;
	font-weight: 200;
	font-size: 19px;
	font-family: 'Kanit', sans-serif;
}
a {
	text-decoration: none;
	color: #944093;
	font-family: 'Kanit', sans-serif;
}
a:hover {
	color: #1D2023;
}
.hide {
	display: none;
}
.wrapper {
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	background: #e5e5e5;
}
.section-xs {
	padding: 40px 0 42px;
}
.section-md {
	padding: 100px 0;
}
.button {
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.03em;
	background: none;
	border: 0.05em solid rgba(121,59,124,0.5);
	border-radius: 30px;
	color: rgba(121,59,124,0.7);
	font-family: 'Kanit', sans-serif;
}
.button:hover {
	color: rgba(121,59,124,0.8);
	border: 0.05em solid rgba(121,59,124,0.3);
}
.fw-300 {
	font-weight: 300;
}

/* MODALS */
.modalDialog {
	background: #171717;
}

/* FORMS */
.form-control {
	font-weight: 200;
	letter-spacing: 0.03em;
}
.form-success, .form-error {
	padding: 8px 18px;
	font-weight: 200;
}
.form-success {
	margin-top: 23px;
	color: #00aa00;
	border: 1px dotted #00aa00;
	border-radius: 10px;
}
.form-error {
	margin-bottom: 24px;
	color: #aa0000;
	border: 1px dotted #aa0000;
	border-radius: 10px;
}
.form-success h2, .form-error h2 {
	font-weight: 200;
	font-size: 27px;
	margin: 7px 0;
}
.form-success h2 {
	color: #00aa00;
}
.form-error h2 {
	color: #aa0000;
}
.form-success p, .form-error label {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 8px;
}

/* HEADER */
.bg-image h1, .bg-image h2, .bg-image h3 {
	color: #fff;
}
.bg-image>div {
	height: 100%;
}
.header {
	height: 75px;
	background: #AE2B3D;
}
.header.sticky {
	max-width: 1280px;
	top: auto;
	left: auto;
	bottom: 100%;
	background: #171717;
	padding-top: 5px;
}
.header.sticky.show {
	bottom: 0;
}
.header .header-toggle {
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
}
.header-toggle i {
	font-size: 27px;
	color: rgba(148,64,147,0.8);
	padding: 1px;
}
.header-placeholder {
	height: 75px;
	background: #131517;
}

/* MENU */
#menu-modal {
	color: #fff;
}
#menu-modal-inner {
	background: none;
}
#menu-modal p, #menu-modal a, #menu-modal li {
	color: #fff;
}
#menu-modal .modal-body a {
	font-family: 'Kanit', sans-serif;
	font-weight: 100;
	font-size: 23px;
	color: rgba(255,255,255,0.6);
	line-height: 29px;
	letter-spacing: 0.03em;
}
#menu-modal ul {
	list-style: none;
	margin: 65px auto 5px;
	padding: 0;
	font: normal normal 300 27px/68px 'Open Sans', sans-serif;
	max-width: 200px;
}
#menu-modal li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 0px;
}
#menu-modal li:last-of-type {
	border-bottom: none;
}
#menu-modal li a {
	padding-left: 80px;
}
#menu-close {
	right: 31px;
	top: 21px;
}
#menu-close i {
	font: normal normal 100 24px/46px 'Font Awesome 6 Pro';
	color: rgba(255,255,255,0.5);
}

/* HERO */
h1.hero {
	font: normal normal 100 21px/33px 'Saira Condensed',sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
	color: rgba(148,64,147,0.85);
	letter-spacing: 0.5em;
	margin: 21px 0 0;
}
img.hero {
	max-width: 300px;
	margin: 0;
	opacity: 0.5;
	filter: drop-shadow(0 1px 0 rgba(255,255,255,0.14));
}

/* YOU */
#you a i {
	margin-left: 8px;
}

/* APPT */
#appointment .bg-video {
	z-index: 0;
}
#appointment .container {
	padding: 75px 0 100px;
}
@media screen and (max-width: 767px) {
	#appointment .container {
		padding: 50px 30px 70px;
	}
	#appointment .container h2 {
		margin-bottom: 10px;
	}
}
.button-appt {
	color: #fff;
	background: none;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 37px;
	padding: 18px 34px 14px;
}
.button-appt:hover {
	color: #fff;
	background: none;
	border: 1px solid rgba(255,255,255,0.1);
}
.button-appt img {
	width: 52px;
}
.button-appt h3 {
	color: #bbb;
}

/* US */
.button-srvc {
	padding: 30px 155px;
	font: normal normal 300 24px/30px 'Kanit',sans-serif;
	letter-spacing: 0;
	text-transform: none;
}
@media screen and (max-width: 991px) {
	.button-srvc {
		padding: 30px 105px;
	}
}
@media screen and (max-width: 767px) {
	.button-srvc {
		padding: 30px 75px;
	}
}
@media screen and (max-width: 480px) {
	.button-srvc {
		padding: 30px 45px;
	}
}
a.button-srvc:before {
	border: 1px solid #707070;
}
.button-srvc i {
	font-size: 24px;
}

/* FOOTER */
footer .section {
	padding: 84px 0 45px;
}
footer p,
footer a {
	font: normal normal 300 14px/19px 'Kanit',sans-serif;
	font-weight: 100;
	letter-spacing: 0.35px;
	color: #FFFFFF !important;
}
footer .bg-dark {
	background: #2e2834 !important;
}

/* SERVICES PAGE */
#services-body {
	background: #181c20;
}
#services-body h1 {
	font-weight: 200;
	font-size: 54px;
}
#services-body h2 {
	font-weight: 200;
	font-size: 17px;
	color: rgba(121,59,124,0.7);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#services-body .bg-image h1 {
	font-weight: 300;
	color: rgba(255,255,255,0.7);
	line-height: 1;
	letter-spacing: 0.02em;
}
#services-body .notey {
	margin-top: 75px;
	padding: 0;
}
#services-body .notey p {
	font-size: 12px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
#srvc-hero .container {
	padding: 213px 30px;
}
@media screen and (max-width: 767px) {
	#srvc-hero .container {
		padding: 113px 30px;
	}
}
#services {
	padding: 10px 0 150px;
}
#services a {
	font-weight: 200;
}
.accordion li {
	margin-bottom: 16px;
}
.accordion li:last-child {
	margin-bottom: 10px;
}
.accordion li .accordion-title {
	background: #e7e7e7;
	border: 0.05em solid rgba(121,59,124,0.5);
	border-radius: 30px;
}
.accordion li .accordion-title::before, .accordion li .accordion-title::after {
	content: none;
}
.accordion li.active .accordion-title {
	background: rgba(95,46,97,0.93);
	border: none;
}
.accordion li.active h2 {
	color: #e5e5e5 !important;
}
.accordion-content p {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
}
.srvc-list {
	margin: 0;
	padding: 0 0 35px 0;
}
.srvc-list dt {
	text-color: #0C0E11;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.02em;
	margin-top: 0;
	padding-top: 40px;
	border: none;
}
.srvc-list dd {
	letter-spacing: 0.03em;
	font-size: 16px;
	margin: 5px 0 0;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
}
.srvc-list dd:last-child {
	border: none;
}
.srvc-list dd i {
	font-size: 15px;
	margin-left: 9px;
}
.srvc-list dd span {
	display: block;
	font-weight: 200;
	font-style: italic;
	margin-top: 15px;
}
