@import url("forms.css");
@import url("header.css");
@import url("mini-accents.css");
@import url("accents.css");
@import url("slick-theme.css");
@import url("testimonials.css");
@import url("footer.css");

/* INTERNAL */

@import url("collage.css");
@import url("content.css");
@import url("section-box.css");
@import url("table.css");
@import url("wiki.css");
@import url("js-calendar.css");
@import url("cookies.css");

/* Reset CSS */

* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

body {
 /* 	
  font-family: "Playfair Display", serif; 
		*/
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 font-weight: 400;
 font-size: 13px;
 line-height: 1.7;
 color: #000;
 text-align: left;
 background-color: #fafaf7;
}

ul li {
 padding: 0 0 0 21px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 4px 7px;
 background-size: 6px 10px;
 list-style-type: none;
}

.descriptions ul {
 margin: 0 0 15px 0;
}

.descriptions.has_render_wiki ul,
.has_render_wiki ul {
 margin: 0;
}

.descriptions p {
 margin: 0 0 15px 0;
}

#main_content {
 display: flex;
 flex-direction: column;
 float: left;
 width: 100%;
 height: 100vh;
}

#content {
 flex: 1 0 auto;
 position: relative;
 float: left;
 width: 100%;
}

#site_bottom {
 flex: 0 0 auto;
 float: left;
 width: 100%;
}

.container {
 max-width: 800px;
 margin: 0 auto;
}

.container.container_wide {
 max-width: 1920px;
}

.wrapper {
 float: left;
 width: 100%;
 padding: 0 20px;
}

.container_wide>.wrapper {
 padding: 0;
}

.line_home_container {
 display: flex;
 justify-content: center;
 float: left;
 width: 100%;
 margin: 0 0 18px 0;
}

.line_home {
 width: 77px;
 height: 1px;
}

.title_home {
 float: left;
 width: 100%;
 margin: 0 0 14px 0;
 font-family: "Playfair Display", serif;
 font-size: 20px;
 line-height: 1.2;
 letter-spacing: 0.06em;
 color: #735c46;
 text-align: center;
 text-transform: uppercase;
}

.title_home span {
 font-weight: 700;
}

.text_home {
 max-width: 235px;
 margin: 2px 0 27px 0;
 font-size: 13px;
 line-height: 1.5;
 color: #735c46;
 text-align: center;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 color: #7c6448;
 text-decoration: underline;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

a:hover {
 color: #7c6448;
}

#popup a,
#mobile_header a,
#footer a,
.section_box a,
.accent_box a,
a.basic_btn {
 text-decoration: none;
}

a.basic_btn {
 font-family: inherit;
 font-weight: 700;
 font-size: 14px;
 line-height: 1.2;
 color: #fff;
}

a.basic_btn:hover {
 color: #fff;
}

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

.lazyloaded {
 opacity: 1;
 transition: opacity 300ms;
}


/* home text */

#home_text {
 float: left;
 width: 100%;
 padding: 26px 0 30px 0;
 font-size: 13px;
 line-height: 1.46;
 text-align: center;
}

#home_text .wrapper {
 display: flex;
 flex-direction: column;
 align-items: center;
}

#home_text .text {
 padding: 0 10px;
 max-width: 330px;
}

#home_text .basic_btn {
 align-self: center;
 padding: 12px 45px;
 margin: 29px 0 0 0;
 font-weight: 300;
 font-size: 12px;
 letter-spacing: 0.02em;
 color: #7c6448;
 border: 1px solid #c1b6a8;
 background-color: transparent;
}
