/*
Theme Name: La Spa
Theme URI: http://kmarmedia.com
Author: Pham Nhat Thang & Kmar Team
Author URI: http://thang.info
Version: 2.3
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	font-size: 1rem;
}
@media (max-width: 767px) {
	html {
		font-size: 0.75rem;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Playfair Display';
	font-size: 1.125rem;
	color: #333;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #BF932F;
}
b, strong {
	font-weight: 600;
}
small, .small {
	font-size: 87.5%;
}
h1, .h1 {
	font-size: 3rem;
}
h2, .h2 {
	font-size: 2.25rem;
} 
h3, .h3 {
	font-size: 1.875rem;
}
.font-family-secondary {
	font-family: 'Playfair Display';
}
.font-size-inherit {
	font-size: inherit;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.text-primary {
	color: #BF932E !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: inherit !important;
}
.text-muted {
	color: #666 !important;
}
.text-gray {
	color: #CCC !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #BF932E !important;
}
.text-primary-60 {
	color: rgba(191, 147, 46, 0.6);
	text-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease 0s;
}
.text-primary-60:hover {
	color: #BF932E;
}
.bg-light {
	background-color: #F6F9F9 !important;
}
.bg-gradient-dark {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-primary {
	border-color: #BF932E !important;
}
.black-white {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lh-1 {
	line-height: 1;
}
.mh-1 {
	min-height: 10rem;
}
.mh-2 {
	min-height: 20rem;
}
.mh-3 {
	min-height: 30rem;
}
.dropdown {
	font-size: 1rem;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-item {
	color: inherit;
}
@media (max-width: 767px) {
	.display-4 {
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #666;
}
.form-control::-moz-placeholder {
	color: #666;
}
.form-control:-ms-input-placeholder { 
	color: #666;
}
.form-control:-moz-placeholder { 
	color: #666;
}
label {
	margin-bottom: 0.3125rem;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.required {
	color: #F00;
}
.form-group {
	margin-bottom: 1.5rem;
}
.form-control,
.custom-select,
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	border-color: #C9C9C9;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #BF932F;
	box-shadow: none;
}
.btn {
	font-family: 'Playfair Display';
	text-transform: uppercase;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}	
.btn-lg {
	font-size: 1.125rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background: #BF932E;
	border-color: #BF932E;
	box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background: #333;
	border-color: #333;
	box-shadow: none;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #BF932E;
	background: transparent;
	border-color: #BF932E;
	box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	color: #FFF;
	background: #BF932E;
	border-color: #BF932E;
	box-shadow: none;
}
.btn-link,
.btn-link:not(:disabled):not(.disabled):active:focus {
	color: #BF932E;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:not(:disabled):not(.disabled):active {
	text-decoration: none;
	color: #FFF;
	background: #BF932E;
	border-color: #BF932E;
}
.custom-control-label:before {
	background-color: #FFF;
	border: 1px solid #dee2e6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #BF932E;
	border-color: #BF932E;
	box-shadow: none;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	font-size: 1rem;
	background: transparent;
	border: 0;
	padding: 0;
	margin-top: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	padding: 1rem 2rem;
}
.modal-title {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #BF932F;
}
.modal-body {
	padding: 1.5rem 2rem;
}	
.modal-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 0.5rem;
	right: 0.5rem;
}
.modal-close:hover {
	background: #BF932F;
}
.modal-close:before,
.modal-close:after {
	content: ' ';
	background: #BF932F;
	display: block;
	width: 2px;
	height: 1.25rem;
	margin-top: -0.625rem;
	margin-left: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal-close:before {
	transform: rotateZ(-45deg);
}
.modal-close:after {
	transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
	background: #FFF;
}
.modal-backdrop.show {
	opacity: 0.7;
}
@media (min-width: 1200px) {
	.modal-lg {
		max-width: 1000px;
	}
}

/*--------------------------------------------------------------
# Home logos
--------------------------------------------------------------*/
.home-logos .logo {
    border: 1rem solid rgba(54, 49, 43, 0.5);
    border-radius: 50%;
}
.home-logos .logo:hover {
    border: 1rem solid rgba(191, 147, 46, 0.3);
}
.home-logos img {
	width: 16rem;
}
.home-logos img + img {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.home-logos a:hover img + img {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767.98px){
    .home-logos .logo {
        max-width: 180px;
        margin-bottom: 1rem;
    }
}