/*
Theme Name: kmarmedia
Theme URI: 
Author: kmarmedia
Version: 1.0
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Font face
--------------------------------------------------------------*/
@font-face {
	font-family: 'Futura';
	src: url('fonts/FuturaBT-Book.eot');
	src: url('fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('fonts/FuturaBT-Book.woff2') format('woff2'), url('fonts/FuturaBT-Book.woff') format('woff'), url('fonts/FuturaBT-Book.ttf') format('truetype'), url('fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
	font-weight: 400;
}

@font-face {
	font-family: 'Futura';
	src: url('fonts/FuturaBT-Bold.eot');
	src: url('fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FuturaBT-Bold.woff2') format('woff2'), url('fonts/FuturaBT-Bold.woff') format('woff'), url('fonts/FuturaBT-Bold.ttf') format('truetype'), url('fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
	font-weight: 700;
}

@font-face {
	font-family: 'Mercury';
	src: url('fonts/Mercury-DisplayRoman.eot');
	src: url('fonts/Mercury-DisplayRoman.eot?#iefix') format('embedded-opentype'), 
    url('fonts/Mercury-DisplayRoman.woff2') format('woff2'), url('fonts/Mercury-DisplayRoman.woff') format('woff'), url('fonts/Mercury-DisplayRoman.ttf') format('truetype'), url('fonts/Mercury-DisplayRoman.svg#Mercury-DisplayRoman') format('svg');
	font-weight: 400;
}

@font-face {
	font-family: 'Mercury';
	src: url('fonts/Mercury-DisplayBoldItalic.eot');
	src: url('fonts/Mercury-DisplayBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Mercury-DisplayBoldItalic.woff2') format('woff2'), url('fonts/Mercury-DisplayBoldItalic.woff') format('woff'), url('fonts/Mercury-DisplayBoldItalic.ttf') format('truetype'), url('fonts/Mercury-DisplayBoldItalic.svg#Mercury-DisplayBoldItalic') format('svg');
	font-weight: 700;
}
/*
@font-face {
    font-family: 'SVNMercuryScriptBold';
    src: url('fonts/SVNMercuryScriptBold.eot');
    src: url('fonts/SVNMercuryScriptBold.eot') format('embedded-opentype'),
         url('fonts/SVNMercuryScriptBold.woff2') format('woff2'),
         url('fonts/SVNMercuryScriptBold.woff') format('woff'),
         url('fonts/SVNMercuryScriptBold.ttf') format('truetype'),
         url('fonts/SVNMercuryScriptBold.svg#SVNMercuryScriptBold') format('svg');
    font-weight: 700;
}
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row-small {
	margin-left: -8px;
	margin-right: -8px;
}
.col-small {
	padding-left: 8px;
	padding-right: 8px;
}
@media (min-width: 1200px) {
	.container-small {
		max-width: 970px;
	}
}
@media (max-width: 767px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .container,
    .container-fluid,
    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }
    #wpadminbar {
    	position: fixed;
    }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
    font-family: 'Futura', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #be8844;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #a97738;
}
b, strong {
	font-weight: 700;
}
small, .small {
	font-size: 0.875em;
}
.display-4 {
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 1;
}
.font-family-secondary {
    font-family: 'Mercury', serif;
}
[lang="vi"] .font-family-secondary,
[lang="vi"] .entry-content *,
[lang="vi"] .btn,
[lang="vi"] .btn-link {
	font-family: 'Futura', sans-serif !important;
}
.font-size-body {
	font-size: 1rem !important;
}
.lead {
	font-size: 1.125rem !important;
	font-weight: 400;
}
.text-body {
	color: #000 !important;
}
a.text-body:hover,
a.text-body.active {
	color: #be8844 !important;
}
.text-primary {
	color: #be8844 !important;
}
a.text-primary:hover {
	color: #a97738 !important;
}
.text-muted {
	color: #888 !important;
}
.text-shadow {
	text-shadow: 0 0 0.75rem #000;
}
.bg-primary {
	background-color: #be8844 !important;
}
.bg-dark {
	background-color: #000 !important;
}
a.bg-dark:hover {
	background-color: #be8844 !important;
}
.bg-cover {
	background-color: #00554C;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-primary {
	border-color: #be8844 !important;
}
.img-cover {
	object-fit: cover;
}
.img-hover {
	background-color: #be8844;
}
.img-hover img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
.img-hover:hover img {
	opacity: 0.8;
}
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.lh-12 {
	line-height: 1.2;
}
.separator {
	border-top: 2px solid #CCC;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.embed-responsive-14by9::before {
	padding-top: 64.285714%;
}
.embed-responsive-2by3::before {
	padding-top: 150%;
}
.icon-play {
	border: 1px solid #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	padding-left: 2px;
	margin-top: -2.25rem;
	margin-left: -2.25rem;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
}
.icon-play svg {
	fill: #FFF;
	height: 2rem;
}
.icon-play-small {
	border: 1px solid #FFF;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding-left: 2px;
}
.icon-play-small svg {
	fill: #FFF;
	height: 1.25rem;
}
svg {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.svg {
	height: 0.875rem;
}
.svg-1 {
	height: 2.5rem;
}
.svg-2 {
	height: 2rem;
}
.svg-3 {
	height: 1.75rem;
}
.svg-4 {
	height: 1.5rem;
}
.svg-5 {
	height: 1.25rem;
}
.svg-6 {
	height: 1rem;
}
.svg-body {
	fill: #000;
}
a:hover .svg-body {
	fill: #be8844;
}
.svg-primary {
	fill: #be8844;
}
.svg-white {
	fill: #FFF;
}
.svg-muted {
	fill: #888;
}
@media (max-width: 767.98px) {
    h1, .h1,
    .display-4 {
    	font-size: 1.75rem;
    }
    h2, .h2,
    h3, .h3 {
    	font-size: 1.5rem;
    }
    h4, .h4 {
    	font-size: 1.25rem;
    }
	.embed-responsive-2by3::before {
		padding-top: 100%;
	}
}
/*--------------------------------------------------------------
# Popover
--------------------------------------------------------------*/
.popover {
	border-radius: 0;
}
.popover-body {
	color: #4A4A4A;
	padding: 1rem;
}
@media (min-width: 768px) {
	.popover {
		min-width: 20rem;
		max-width: 22.5rem;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
    color: #FFF;
}
.form-control::-moz-placeholder {
    color: #FFF;
}
.form-control:-ms-input-placeholder {
    color: #FFF;
}
.form-control:-moz-placeholder {
    color: #FFF;
}
form label {
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.25rem;
}
.col-form-label {
	font-size: 0.8125rem;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-group {
	margin-bottom: 1.25rem;
}
.form-control,
.custom-select,
.input-group-text {
	font-size: 0.875rem;
	color: #FFF;
	background-color: #000;
	border-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 0.75rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control:disabled, 
.form-control[readonly] {
	background-color: #000;
}
textarea.form-control {
	height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	color: #FFF;
	background-color: #000;
	border-color: #be8844;
	box-shadow: none;
}
.custom-select {
	background-position: right 0.25rem center;
	padding-right: 1rem;
}
.btn-link {
	font-family: 'Mercury', serif;
	font-style: italic;
	text-decoration: underline;
	color: #be8844;
}
.btn-link:hover {
	color: #a97738;
}
.btn {
	font-family: 'Mercury', serif;
	font-style: italic;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.75rem 1.5rem;
}	
.btn-sm {
	padding: 0.25rem 0.5rem;
}
.btn:focus {
	box-shadow: none;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #be8844;
    border-color: #be8844;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #a97738;
	border-color: #a97738;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #be8844;
	background-color: transparent;
	border-color: #be8844;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #00554C;
	border-color: #00554C;
}

.btn-outline-primary svg,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus svg {
	fill: #be8844;
}
.btn-outline-primary:hover svg,
.btn-outline-primary:focus svg,
.btn-outline-primary:not(:disabled):not(.disabled):active svg,
.btn-outline-primary:not(:disabled):not(.disabled).active svg {
	fill: #FFF;
}

@media (min-width: 768px) {
	.btn-1 {
		min-width: 10rem;
	}
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	font-size: 0.875rem;
	background-color: transparent;
	max-width: 100%;
	padding: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
	color: #000;
}
.breadcrumb-item a:hover {
	color: #be8844;
}
.single-offer .breadcrumb {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 1.5rem;
}
.single-offer .breadcrumb-item a,
.single-offer .breadcrumb-item.active,
.single-offer .breadcrumb-item + .breadcrumb-item:before {
	color: #FFF;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #cba871;
	background: transparent;
	border: 0.125rem solid #cba871;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #cba871;
	border-color: #cba871;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #cba871;
	border-color: #cba871;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.tab-nav {
	justify-content: center;
	flex-wrap: nowrap;
	overflow: auto;
}
.tab-nav a {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	border-bottom: 3px solid transparent;
	display: block;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.tab-nav a:hover {
	color: #be8844;
}
.tab-nav a.active {
	color: #be8844;
	border-bottom-color: #be8844;
}

/*--------------------------------------------------------------
# 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 {
	justify-content: center;
	border-bottom: 0;
}
.modal-close {
	background: transparent;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}
.modal-close svg {
	fill: #000;
	height: 1.25rem;
}
.modal-close:hover svg {
	fill: #be8844;
}
.modal-header {
	padding: 1.5rem 1.5rem 0;
}
.modal-title {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.modal-body {
	padding: 1.5rem;
}
.modal-prev,
.modal-next {
	display: block;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.modal-prev {
	left: 1.5rem;
}
.modal-next {
	right: 2.5rem;
}
.modal-prev svg,
.modal-next svg {
	fill: #FFF;
	height: 3rem;
}
.modal-prev svg {
	transform: rotate(180deg);
}
.modal-prev:hover svg,
.modal-next:hover svg {
	fill: #be8844;
}
.modal-backdrop.show {
	opacity: 0.8;
}
@media (min-width: 768px) {
	.modal-md {
		max-width: 600px;
	}
}
@media (min-width: 992px) {
	.modal-scroll .modal-dialog {
		overflow: hidden;
		height: calc(100vh - 3.75rem);
	}
	.modal-scroll .modal-content,
	.modal-scroll .modal-content > .row,
	.modal-scroll .info {
		height: 100%;
	}
	.modal-scroll .info {
		overflow: auto;
	}
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin {
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/
.site {
	padding-top: 110px;
	padding-bottom: 3rem;
	padding-left: 5px;
	padding-right: 5px;
}
.home .site {
	padding-top: 0;
}
@media (min-width: 768px) {
	.site {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	background-color: #FFF;
	height: 110px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
}
.admin-bar .site-header {
	top: 32px;
}
.site-logo {
	max-height: 110px;
}
.site-logo img {
	max-height: 80px;
}
@media (min-width: 768px) {
	.site-header {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

/*--------------------------------------------------------------
# hotel nav
--------------------------------------------------------------*/
.hotel-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotel-nav .menu {
	background-color: #FFF;
	border: 1px solid #dee2e6;
	display: none;
	padding: 0.5rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
}
.footer-bar .hotel-nav .menu,
.footer-bar-mobile .hotel-nav .menu {
	top: auto;
    bottom: 100%;
}
.hotel-nav:hover > .menu {
	display: block;
}
.hotel-nav .menu li a {
	font-size: 0.8125rem;
	white-space: nowrap;
	color: #000;
	display: block;
	padding: 0.25rem;
}
.hotel-nav .menu li a:hover {
	color: #be8844;
}

/*--------------------------------------------------------------
# lang nav
--------------------------------------------------------------*/
.lang-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lang-nav > ul > li {
	position: relative;
}
.lang-nav > ul > li > a {
	font-size: 0.8125rem;
	white-space: nowrap;
	color: #000;
	display: block;
	min-width: 3.75rem;
	padding: 0 0.5rem 0.25rem 0.5rem;
}
.lang-nav > ul > li > a::after {
	content: '';
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
	width: 0.375rem;
	height: 0.375rem;
	margin-top: -0.375rem;
	margin-left: 0.375rem;
	transform: rotate(45deg);
}
.lang-nav img {
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	margin-top: -2px;
}
.lang-nav .sub-menu {
	background-color: #FFF;
	border: 1px solid #dee2e6;
	display: none;
	padding: 0.5rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	right: 0;
}
.lang-nav li:hover > .sub-menu {
	display: block;
}
.lang-nav .sub-menu li a {
	font-size: 0.8125rem;
	white-space: nowrap;
	color: #000;
	display: block;
	padding: 0.25rem;
}
.lang-nav .sub-menu li a:hover {
	color: #be8844;
}

/*--------------------------------------------------------------
# site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav-left .menu {
	justify-content: flex-end;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 0.8125rem;
	text-transform: uppercase;
	color: #000;
	display: block;
	padding: 1rem 0.625rem;
}
.site-nav .menu > li:hover > a {
    color: #be8844;
}
.site-nav .sub-menu {
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #000;
	display: none;
	padding: 1rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 15rem;
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	font-size: 0.875rem;
	color: #000;
	display: block;
	padding: 0.25rem 0.75rem;
}
.site-nav .sub-menu > li:hover > a {
	color: #be8844;
}
.site-nav .sub-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}

.aside-nav-toggler {
	width: 16px;
	height: 12px;
	display: block;
	position: relative;
}
.aside-nav-toggler-icon:before, 
.aside-nav-toggler-icon:after {
	content: ' ';
	display: block;
}
.aside-nav-toggler-icon, 
.aside-nav-toggler-icon:before, 
.aside-nav-toggler-icon:after {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	transition: transform 0.15s ease 0s;
}
body.active-site-nav .aside-nav-toggler-icon, 
body.active-site-nav .aside-nav-toggler-icon:before, 
body.active-site-nav .aside-nav-toggler-icon:after {
	background-color: #000;
}
.aside-nav-toggler-icon {
	top: 0;
	left: 0;
}
.aside-nav-toggler-icon:before {
	top: 5px;
	left: 0;
	transition: transform, opacity 0.15s ease 0s;
}
.aside-nav-toggler-icon:after {
	top: 10px;
	left: 0;
}
body.active-site-nav .aside-nav-toggler .aside-nav-toggler-icon {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate(45deg);
}
body.active-site-nav .aside-nav-toggler .aside-nav-toggler-icon:before {
	opacity: 0;
	left: 0;
	transform: rotate(-45deg) translate3d(-6px, -6px, 0);
	-webkit-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
	-ms-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
}
body.active-site-nav .aside-nav-toggler .aside-nav-toggler-icon:after {
	left: 0;
	transform: translate3d(0, -14px, 0) rotate(-90deg);
	-webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
	-ms-transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.aside-nav {
	background-color: #FFF;
	overflow-y: auto;
	width: 500px;
	max-width: 100%;
	position: fixed;
	left: -100%;
	top: 0; 
    bottom: 0;
	transition: all 0.6s ease 0s;
    z-index: 1032;
}
.admin-bar .aside-nav {
	top: 32px;
}
body.active-aside-nav .aside-nav {
	left: 0;
}
.aside-nav-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility, opacity 0.3s ease 0s;
}
body.active-aside-nav .aside-nav-overlay {
	visibility: visible;
	opacity: 1;
}
.aside-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.aside-nav .menu {
	display: block;
}
.aside-nav .menu > li {
	padding: 0.5rem 0;
	position: relative;
}
.aside-nav .menu > li + li {
	border-top: 1px solid #dee2e6;
}
.aside-nav .menu > li > a {
	font-size: 0.8125rem;
	text-transform: uppercase;
	color: #000;
}
.aside-nav .menu > li:hover > a {
	color: #be8844;
}
.aside-nav .menu > li.menu-item-has-children:after {
    content: ' ';
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    cursor: pointer;
    width: 0.375rem;
    height: 0.375rem;
    position: absolute;
    top: 1rem;
    right: 0.25rem;
    transform: rotateZ(-135deg);
    transition: all 0.3s ease 0s;
}
.aside-nav .menu > li.menu-item-has-children:hover:after {
	border-top-color: #be8844;
	border-left-color: #be8844;
}
.aside-nav .menu > li.menu-item-has-children.active:after {
	top: 1.25rem;
	transform: rotateZ(45deg);
}
.aside-nav .menu .sub-menu {
	display: none;
	padding: 0.5rem 1rem;
}
.aside-nav .menu .sub-menu > li > a {
	font-size: 0.875rem;
}

@media (max-width: 782px) {
	.admin-bar .aside-nav {
		top: 46px;
	}
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper .swiper-pagination-bullets,
.swiper ~ .swiper-pagination-bullets {
	bottom: 1.25rem;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper ~ .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	width: 11px;
	height: 11px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #FFF;
}
.swiper-button-next, 
.swiper-button-prev {
	color: #FFF;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
	color: #be8844;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
	font-size: 1.75rem;
	font-weight: 300;
}

.swiper-others ~ .swiper-button-next {
	right: -3rem;
}
.swiper-others ~ .swiper-button-prev {
	left: -2.25rem;
}
.swiper-others ~ .swiper-pagination {
	bottom: -2.25rem;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .swiper-slide {
	height: calc(100vh - 15px);
}
.admin-bar .site-slider .swiper-slide {
	height: calc(100vh - 32px - 15px);
}
@media (max-width: 782px) {
	.admin-bar .site-slider .swiper-slide {
		height: calc(100vh - 46px - 15px);
	}
}
@media (max-width: 767px) {
	.site-slider .swiper-slide {
		height: calc(100vh - 5px - 50px);
	}
	.admin-bar .site-slider .swiper-slide {
		height: calc(100vh - 46px - 5px - 50px);
	}
}
@media (min-width: 768px) {
	.site-slider .swiper-button-next {
		right: 3rem;
	}
	.site-slider .swiper-button-prev {
		left: 3rem;
	}
}

/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.col-page:nth-child(2n + 1) {
		padding-right: 70px;
	}
	.col-page:nth-child(2n + 2) {
		padding-left: 70px;
	}
}

/*--------------------------------------------------------------
# Page restaurants
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.col-archive-rest:nth-child(2n + 1) {
		padding-right: 37px;
	}
	.col-archive-rest:nth-child(2n + 2) {
		padding-left: 37px;
	}
}

/*--------------------------------------------------------------
# Page offers
--------------------------------------------------------------*/
.archive-offer .overlay {
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
}

/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs__list a::before {
	border-color: #be8844;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	font-size: 1.125rem;
}
.entry-content a {
	color: #be8844;
}
.entry-content a:hover {
	color: #a97738;
}
.entry-content cite {
    font-style: normal
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 1rem;
}
.entry-content blockquote {
    font-weight: 500;
    background-color: #f8f9fa;
    border-left: 0.25rem solid #00554C;
    padding: 1rem 1.5rem 1px 1.5rem;
}
.entry-content ul > li,
.entry-content ol > li {
    margin-bottom: 0.25rem;
}
.entry-content table {
    background-color: transparent;
    border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    padding: 0.75rem;
}
.entry-content table tr + tr th,
.entry-content table tr + tr td {
    border: 1px solid #CCC;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
    font-size: 0.875rem;
    background-color: #f8f9fa;
    padding: 0.5rem 0.75rem;
}
.entry-content iframe {
    width: 100%;
    height: 500px;
}
.entry-more {
	text-decoration: none !important;
	text-transform: uppercase;
	color: #be8844;
	border-bottom: 1px solid #E4E2DF;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
.entry-more::before {
	content: '-';
	text-align: center;
	border: 1px solid #be8844;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	line-height: 0.875rem;
	margin-top: -0.25rem;
	margin-right: 0.75rem;
	transition: border 0.3s ease 0s;
}
.entry-more.collapsed::before {
	content: '+';
}
.entry-more:hover::before {
	border-color: #00554C;
}

/*--------------------------------------------------------------
# fixed contact
--------------------------------------------------------------*/
.fixed-contact {
	position: fixed;
	z-index: 1030;
	bottom: 1.25rem;
	left: 1.25em;
}
.fixed-phone,
.fixed-book {
	background-color: #00554C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	margin-right: 0.75rem;
}
.fixed-phone img,
.fixed-book img {
	max-height: 1.875rem;
}

/*--------------------------------------------------------------
# footer bar
--------------------------------------------------------------*/
.footer-bar {
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.footer-bar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-bar-nav .menu {
	display: flex;
}
.footer-bar-nav .menu li {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.footer-bar-nav .menu > li > a {
	font-size: 0.8125rem;
	text-transform: uppercase;
	color: #000;
}
.footer-bar-nav .menu > li > a:hover {
    color: #be8844;
}
.footer-bar-contacts a {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
	position: relative;
}
.footer-bar-contacts img + img {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
.footer-bar-contacts a:hover img + img {
	opacity: 1;
}
@media (max-width: 767px) {
	.footer-bar {
		display: none !important;
	}
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer a {
	color: #FFF;
}
.site-footer a:hover {
	color: #be8844;
}
.footer-social-networks a {
	background-color: #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}
.footer-social-networks a:hover {
	background-color: #be8844;
}
.footer-social-networks svg {
	fill: #000;
	height: 1.25rem;
}
.footer-social-networks a:hover svg {
	fill: #FFF;
}
.footer-nav .menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
.footer-nav .menu > li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0.5rem;
}
.footer-nav a {
	font-size: 0.8125rem;
	text-transform: uppercase;
}
.footer-copyright p {
	margin-bottom: 0.25rem;
}