/* Default styles
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

html, body {
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
html {
	height: 100%;
}
body {
    overflow: hidden;
	position: relative;
	min-height: 100%;
	padding-bottom: 90px;
}

main {
    position: relative;
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0;
}

h1, h2 {
    font-size: 1.9rem;
    line-height: 1.9rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

h4, h5, h6 {
    font-size: 1.1rem;
    line-height: 1.1rem;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

p:not(:last-child) {
    margin-bottom: 1.3rem;
}

a {
    outline: none;
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

/* Grid */
.row {
    margin-right: -25px;
    margin-left: -25px;
    display: flex;
}

[class*="col-xs"],
[class*="col-sm"],
[class*="col-md"],
[class*="col-lg"] {
    display: block;
    padding: 0 25px;
}

.col-xs-1 {
    width: 8.33%;
}
.col-xs-2 {
    width: 16.66%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33%;
}
.col-xs-5 {
    width: 41.66%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33%;
}
.col-xs-8 {
    width: 66.66%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33%;
}
.col-xs-11 {
    width: 91.66%;
}
.col-xs-12 {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-12 {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .col-md-1 {
        width: 8.33%;
    }
    .col-md-2 {
        width: 16.66%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-5 {
        width: 41.66%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33%;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .col-md-11 {
        width: 91.66%;
    }
    .col-md-12 {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .col-lg-1 {
        width: 8.33%;
    }
    .col-lg-2 {
        width: 16.66%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33%;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33%;
    }
    .col-lg-11 {
        width: 91.66%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}
@media(max-width: 781px){
    .hidden-xs{
        display: none !important;
    }
}
@media(min-width: 782px) and (max-width: 991px) {
    .hidden-sm{
        display: none !important;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .hidden-md{
        display: none !important;
    }
}

/* Header */
header {
    padding: 50px 0;
}

header .btn-menu {
    text-decoration: none;
}

header .container {
	position: relative;
	z-index: 2;
}

.menu-menu-container {
	display: none;
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 250px 100px 100px;
	margin: -250px 0 0;
	z-index: 1;
}
#menu-menu {
	display: flex;
	align-items: stretch;
    justify-content: center;
	flex-wrap: wrap;
}

#menu-menu li {
    width: 50%;
    padding: 10px 150px 10px 10px;
	font-family: 'Oswald', sans-serif;
    font-weight: 600;
	font-size: 1.9rem;
    line-height: 1.9rem;
	text-transform: uppercase;
}

#menu-menu li:nth-child(even) {
	padding: 10px 10px 10px 150px;
	border-left: 2px solid #000000;
}

#menu-menu li a {
	text-decoration: none;
	display: flex;
    flex-direction: column;
    height: 100%;
}

#menu-menu li a .description {
	display: block;
	font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4rem;
	text-transform: none;
    margin-top: auto;
	padding-top: 10px;
}

.openMenu main {
	display: none;
}
.openMenu .menu-menu-container {
	display: flex;
    justify-content: center;
    align-items: center;
}

.logo-white {
    display: none;
}

.home {
    background: #E0D8C9;
}

.page-template-page-contact {
    background: #360C20;
}

.page-template-page-contact * {
    color: #fff;
}

.openMenu {
	background: #fff;
}

.openMenu * {
	color: #000;
}
.openMenu.page-template-page-contact .logo-white,
.page-template-page-contact .logo {
    display: none;
}

.page-template-page-contact .logo-white,
.openMenu.page-template-page-contact .logo {
    display: inline-block;
}

.padding-left {
    padding-left: 3rem;
}
/* Content */
.container {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#content {
    padding-top: 90px;
}

#content .container {
    padding-left: 120px;
    padding-right: 120px;
}

#content img {
    width: 100%
}
#content h1, #content h2 {
	text-transform: uppercase;
}
#content h3 {
    border-bottom: 2px solid #000000;
    font-weight: 400;
    margin-bottom: 1.55rem;
    font-family: 'Epilogue', sans-serif;
    font-size: 1.25rem;
    line-height: 1.9rem;
}

.home #content h3 {
    margin-bottom: 0;
    line-height: 1.3rem;
}
#content {
	padding-bottom: 4rem;
}
#content .wp-block-columns:not(:last-child) {
    margin-bottom: 4rem;
}

.wp-block-columns .wp-block-column .wp-block-image {
    margin: 0;
    height: 100%;
}

.wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content .wp-block-columns .wp-block-column .wp-block-image.is-style-default img {
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}
.page-template-default h1 {
	margin-bottom: 4rem;
}
.page-template-default h2,
.page-template-default h3 {
	margin-bottom: 2rem;
}

.wp-block-table {
    margin-bottom: 1.3rem;
}

.wp-block-table td {
    font-size: 0.7rem;
    line-height: 0.9rem;
    padding-bottom: 1rem;
}

.wp-block-table td:last-child {
    width: 100px;
    text-align: right;
    padding-left: 10px;
}

.wp-block-button__link {
    font-size: 0.9rem;
    line-height: 0.95rem;
	background: #000;
	padding-left: 30px;
    padding-right: 30px;
}

.reserve {
	position: fixed;
    bottom: 40px;
    right: 50px;
}

footer {
    margin: 20px 0 40px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	font-size: 0.8rem;
    line-height: 0.85rem;
	font-weight: 500;
	width: 100%;
	
}

footer a {
	text-decoration: none;
}

.copyright {
	display: flex;
	align-items: center;
	padding-left: 139px;
	padding-right: 150px;
    text-align: center;
}

.copyright ul li {
	margin-right: 35px;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	border-radius: 30px;
}

#menu-copyright-menu {
	position: fixed;
    bottom: 40px;
    left: 50px;
}

@media (max-width: 1200px) {
	#content .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.padding-left {
		padding-left: 0;
	}
	
	.menu-menu-container {
		padding-left: 50px;
		padding-right: 50px
	}
	
	#menu-menu li {
		padding-right: 100px;
	}
	
	#menu-menu li:nth-child(even) {
		padding-left: 100px;
	}
	
}

@media (max-width: 767px) {
	#menu-menu li {
		width: 100%;
		padding-right: 10px;
		padding-top: 50px;
		padding-bottom: 50px;
		border-top: 2px solid #000000;
	}
	
	#menu-menu li:nth-child(even) {
		padding-left: 10px;
		padding-top: 50px;
		padding-bottom: 50px;
		border-left: none;
	}
	#menu-menu li:first-child {
		border: none;
	}
	
	footer .row {
		flex-direction: column-reverse;
		align-items: center;
	}
	
	.copyright {
		padding-top: 30px;
		justify-content: center;
	}
	
	footer .text-right{
		text-align: center;
	}
}

@media (max-width: 650px) {
	.copyright {
		padding-left: 0;
		padding-right: 0;
	}
	.copyright p {
		padding-bottom: 40px;
	}
	
	#content .container,
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (max-height: 650px) {
	#menu-menu li {
		font-size: 1rem;
		line-height: 1rem;
	}
}