/*!
Theme Name: Villa Louis
Theme URI: http://underscores.me/
Author: Valters Grišāns
Author URI: http://valters.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
/* FONTS */
/* COLOURS */
/* MISC */
.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.align-end {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: futura-pt, 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: futura-pt, 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin-bottom: 0;
  line-height: 1.5rem;
}
h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.47133333rem;
}
h6 {
  font-size: 0.3535rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 24px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug a the block above you */
.hug {
  margin-top: 0;
}
.btn {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  padding: 13px 50px;
  transition: 0.25s ease;
  -webkit-appearance: none;
  text-decoration: none;
  border-radius: 0;
  background: #EF8C1D;
  text-transform: uppercase;
  border: 0;
  text-align: center;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  opacity: 0.3;
}
.btn:hover {
  color: #EF8C1D;
  background: #000;
}
.btn::before {
  height: 0;
}
.btn-long {
  padding: 15px 150px;
}
@media all and (max-width: 47.99em) {
  .btn-long {
    padding: 15px;
    width: 100%;
  }
}
.btn-small {
  font-size: 13px;
  padding: 10px 60px;
}
.btn-full {
  width: 100%;
}
@font-face {
  font-family: 'TT Norms';
  src: url('assets/fonts/ttnorms-regular-webfont.woff2') format('woff2'), url('assets/fonts/ttnorms-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('assets/fonts/ttnorms-medium-webfont.woff2') format('woff2'), url('assets/fonts/ttnorms-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('assets/fonts/ttnorms-bold-webfont.woff2') format('woff2'), url('assets/fonts/ttnorms-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.site-footer {
  padding: 30px 0;
  text-align: center;
}
.site-footer--date {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.site-header {
  padding: 50px 50px 0;
  background: #b6a79e;
  position: relative;
}
.site-header .menu-btn {
  width: 36px;
  height: 27px;
  position: relative;
  cursor: pointer;
}
.site-header .menu-btn span {
  width: 36px;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  transition: 0.25s ease;
}
.site-header .menu-btn span:nth-child(1) {
  top: 3px;
}
.site-header .menu-btn span:nth-child(2) {
  top: 11px;
}
.site-header .menu-btn span:nth-child(3) {
  top: 19px;
}
.site-header .menu-btn:hover span:nth-child(1) {
  top: 0px;
}
.site-header .menu-btn:hover span:nth-child(2) {
  top: 11px;
}
.site-header .menu-btn:hover span:nth-child(3) {
  top: 22px;
}
.site-header .menu-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.site-header .menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.site-header .menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}
.site-header .main-menu {
  position: absolute;
  background-color: #000;
  padding: 30px 40px;
  z-index: 123;
  top: 48px;
  left: 100px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.site-header .main-menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .main-menu nav ul li {
  padding: 5px 0;
}
.site-header .main-menu nav ul li a {
  font-size: 21px;
  color: #EF8C1D;
  text-decoration: none;
}
.site-header .language-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.site-header .language-selector li {
  display: inline-block;
  padding: 0 0 0 15px;
}
.site-header .language-selector li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.site-header .language-selector li a:hover {
  color: #EF8C1D;
}
.site-header .language-selector li.current-lang a {
  font-weight: bold;
}
.hero {
  padding: 20px 50px 150px;
  background: #b6a79e;
}
.hero-content {
  width: 100%;
  height: 80vh;
  position: relative;
}
.hero-content--image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-content--details {
  width: 70%;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 50px 0 50px 20%;
}
.hero-content--details--tagline {
  margin-top: 30px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.hero-content--details--tagline::first-letter {
	font-size: 62px;
}
.hero-content--sidebar {
  background: #EF8C1D;
  position: absolute;
  z-index: 1;
  width: 15vw;
  height: 120%;
  top: -10%;
  padding: 30px;
  display: flex;
  right: 120px;
  align-items: center;
}
.hero-content--sidebar .logo img {
  width: 100%;
}
@media all and (max-width: 63.99em) {
  .hero-content--details {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero-content--sidebar {
    width: 160px;
    right: 120px;
  }
}
@media all and (max-width: 47.99em) {
  .hero {
    padding: 20px 30px 100px;
  }
  .hero-content--details {
    width: 100%;
  }
  .hero-content--details--tagline {
    font-size: 36px;
  }
  .hero-content--sidebar {
    width: 110%;
    left: -5%;
    height: 100px;
    top: 5%;
    text-align: center;
    flex-direction: row;
    justify-content: center;
  }
  .hero-content--sidebar .logo {
    text-align: center;
  }
  .hero-content--sidebar .logo img {
    width: 150px;
  }
}
.about {
  padding: 150px 150px 150px 50px;
}
.about-content {
  width: 100%;
  height: 80vh;
  position: relative;
}
.about-content--tagline {
  margin-top: 30px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 100px;
  position: absolute;
  z-index: 2;
  padding: 50px;
  line-height: 32px;
  width: 50%;
  font-size: 26px;
  text-transform: uppercase;
}
.about-content--tagline::first-letter {
	font-size: 40px;
}
.about-content--image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-content--orange {
  background: #EF8C1D;
  position: absolute;
  z-index: 0;
  width: 10vw;
  height: 130%;
  top: -15%;
  padding: 30px;
  display: flex;
  right: 10vw;
}
.about-content--sidebar {
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  width: 20vw;
  height: 120%;
  top: -10%;
  padding: 30px;
  display: flex;
  right: 4.6vw;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 63.99em) {
  .about {
    padding: 150px 50px 150px 50px;
  }
  .about-content--tagline {
    padding-left: 50px;
    padding-right: 50px;
    width: 65%;
    font-size: 26px;
  }
  .about-content--sidebar {
    width: 15.5vw;
    right: 5.5vw;
  }
  .about-content--orange {
    width: 10.5vw;
    right: 8vw;
  }
}
@media all and (max-width: 47.99em) {
  .about {
    padding: 100px 30px;
  }
  .about-content {
    height: 120vh;
  }
  .about-content--tagline {
    padding: 30px;
    width: 100%;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-content--sidebar,
  .about-content--orange {
    display: none;
  }
  .about-content--image {
    background-position: left;
  }
}
.gallery {
  padding: 150px 150px 150px 50px;
  background-color: #b6a79e;
}
.gallery-content {
  width: 100%;
  height: 80vh;
  position: relative;
}
.gallery-content--image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-content--orange {
  background: #EF8C1D;
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 130%;
  top: -15%;
  padding: 30px;
  display: flex;
  left: 13vw;
}
.gallery-content--details {
  width: 70%;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 50px 50px 50px 0;
  text-align: right;
  margin-left: 30%;
}
.gallery-content--sidebar {
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  width: 330px;
  height: 120%;
  top: -10%;
  padding: 30px;
  display: flex;
  left: 5vw;
  justify-content: center;
  flex-direction: column;
}
.gallery-content--sidebar--tagline {
  margin-top: 30px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  line-height: 44px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.gallery-content--sidebar--tagline::first-letter {
	font-size: 60px;
}
.gallery-content--sidebar .logo {
  margin-top: 100px;
  text-align: center;
}
.gallery-content--sidebar .logo img {
  width: 50%;
}
.gallery-modal {
  position: fixed;
  z-index: 1230404;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.gallery-modal--close {
  position: absolute;
  z-index: 1230411;
  top: 5%;
  right: 5%;
  width: 40px;
  height: 40px;
  background-image: url(assets/img/close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  cursor: pointer;
}
.gallery-modal--nav {
  position: absolute;
  z-index: 1230410;
  top: 50%;
  left: -5%;
  width: 110%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery-modal--nav--btn {
  position: relative;
  z-index: 1;
  width: 33px;
  height: 88px;
  background-image: url(assets/img/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.gallery-modal--nav--btn.gallery-next {
  transform: rotate(180deg);
}
.gallery-modal--overlay {
  position: absolute;
  z-index: 1230405;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.gallery-modal--content {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  z-index: 1230406;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.gallery-modal--images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.gallery-modal--images > div {
  position: absolute;
  z-index: 1230407;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-modal--images > div > span {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.gallery-modal--images > div:nth-child(1) {
  display: flex;
}
.gallery-modal--images img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 63.99em) {
  .gallery {
    padding: 150px 50px 150px 50px;
  }
  .gallery-content--details--btn .btn.btn-long {
    padding: 15px 50px;
  }
}
@media all and (max-width: 47.99em) {
  .gallery {
    padding: 150px 30px;
  }
  .gallery-content--orange {
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .gallery-content--details {
    width: 100%;
    padding: 50px 50px;
    margin: 0;
  }
  .gallery-content--sidebar {
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .gallery-content--sidebar--tagline {
    margin-top: 0;
    font-size: 36px;
  }
  .gallery-content--sidebar .logo {
    display: none;
  }
}
.stay {
  padding: 150px;
}
.stay-content {
  width: 100%;
  height: 80vh;
  position: relative;
}
.stay-content--image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stay-content--orange {
  background: #EF8C1D;
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 130%;
  top: -15%;
  padding: 30px;
  right: 12%;
}
.stay-content--sidebar {
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  width: 110%;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  display: flex;
  left: -5%;
  justify-content: center;
  flex-direction: column;
}
.stay-content--sidebar--content {
  width: 39%;
  margin-left: 61%;
  padding-right: 5%;
}
.stay-content--sidebar--tagline {
  margin-top: 30px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
}
.stay-content--sidebar--tagline::first-letter {
	font-size: 44px;
}
.stay-content--sidebar .logo {
  margin-top: 50px;
  text-align: center;
}
.stay-content--sidebar .logo img {
  width: 100px;
}
@media all and (max-width: 63.99em) {
  .stay {
    padding: 150px 50px;
  }
  .stay-content--sidebar--content {
    width: 50%;
    margin-left: 50%;
  }
  .stay-content--sidebar--tagline {
    font-size: 34px;
  }
}
@media all and (max-width: 47.99em) {
  .stay {
    padding: 150px 30px;
  }
  .stay-content--orange {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .stay-content--sidebar--content {
    width: 100%;
    margin-left: 0%;
    padding: 0 30px;
  }
  .stay-content--sidebar--tagline {
    font-size: 28px;
  }
}
.perfection {
  padding: 150px 150px 150px 50px;
  background: #b6a79e;
}
.perfection-content {
  width: 100%;
  height: 80vh;
  position: relative;
}
.perfection-content--image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.perfection-content--orange {
  background: #EF8C1D;
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 130%;
  top: -15%;
  padding: 30px;
  display: flex;
  left: 210px;
}
.perfection-content--sidebar {
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  width: 400px;
  height: 120%;
  top: -10%;
  padding: 30px;
  display: flex;
  left: 100px;
  justify-content: center;
  flex-direction: column;
}
.perfection-content--sidebar--tagline {
  margin-top: 30px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 100px;
}
.perfection-content--sidebar--tagline::first-letter {
	font-size: 44px;
}
.perfection-content--sidebar .logo {
  margin-top: 100px;
  text-align: center;
  height: 150px;
}
.perfection-content--sidebar .logo img {
  width: 50%;
}
@media all and (max-width: 63.99em) {
  .perfection {
    padding: 150px 50px;
  }
  .perfection-content--sidebar {
    left: 30px;
    width: 300px;
  }
  .perfection-content--sidebar--tagline {
    font-size: 28px;
  }
  .perfection-content--orange {
    left: 110px;
  }
  .perfection-content--image {
    background-position: left;
  }
}
@media all and (max-width: 47.99em) {
  .perfection {
    padding: 150px 30px;
  }
  .perfection-content--sidebar {
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
  .perfection-content--sidebar--tagline {
    font-size: 28px;
  }
  .perfection-content--orange {
    left: 50%;
    transform: translateX(-50%);
  }
  .perfection-content--image {
    background-position: left;
  }
}
.contacts-divider {
  width: 100%;
  height: 300px;
  position: relative;
}
.contacts-divider--tagline {
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-variant: small-caps;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  z-index: 2;
  position: absolute;
  border: 1px solid #fff;
  display: inline-block;
  padding: 20px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contacts-divider--image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contacts {
  padding: 100px 150px 50px 50px;
  background: #b6a79e;
}
.contacts--details {
  width: 100%;
  text-align: right;
}
.contacts--details--map img {
  width: 100%;
}
.contacts--details--more {
  margin-top: 50px;
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.contacts--details--address {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.contacts--details--address span {
  display: block;
}
.contacts--details--socials {
  display: flex;
  text-align: right;
  align-items: center;
}
.contacts--details--socials a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
}
.contacts--details--socials a img {
  width: 30px;
}
.contacts .wpcf7 div.wpcf7-validation-errors {
  display: none!important;
}
.contacts .wpcf7 .input-field {
  display: flex;
}
.contacts .wpcf7 .input-field label {
  flex: 0 0 auto;
  width: 20%;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px 0 0;
  font-variant: small-caps;
  color: #fff;
}
.contacts .wpcf7 .input-field p {
  display: none;
}
.contacts .wpcf7 .input-field .input {
  flex: 0 0 auto;
  width: 60%;
  position: relative;
  padding-bottom: 20px;
}
.contacts .wpcf7 .input-field .input.center {
  text-align: center;
}
.contacts .wpcf7 .input-field .input input[type="text"],
.contacts .wpcf7 .input-field .input input[type="email"],
.contacts .wpcf7 .input-field .input input[type="tel"],
.contacts .wpcf7 .input-field .input textarea {
  font-family: futura-pt, 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #fff;
  padding: 10px 13px;
  font-weight: 700;
  width: 100%;
  transition: 0.25s ease;
}
.contacts .wpcf7 .input-field .input input[type="text"]:focus,
.contacts .wpcf7 .input-field .input input[type="email"]:focus,
.contacts .wpcf7 .input-field .input input[type="tel"]:focus,
.contacts .wpcf7 .input-field .input textarea:focus {
  outline: none;
  border-color: #fff;
}
.contacts .wpcf7 .input-field .input span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-top: 5px;
}
@media all and (max-width: 47.99em) {
  .contacts {
    padding: 100px 30px;
  }
  .contacts .wpcf7 .input-field {
    display: block;
  }
  .contacts .wpcf7 .input-field label {
    flex: unset;
    width: 100%;
    display: block;
  }
  .contacts .wpcf7 .input-field .input {
    flex: unset;
    display: block;
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  color: #000;
  overflow-x: hidden;
  font-size: 100%;
  background-color: #c2c2bf;
}
#content {
  overflow-x: hidden;
  margin: 0 auto;
}
.row {
  max-width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-only {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.desktop-only {
  display: block;
  visibility: visible;
  opacity: 1;
}
.center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.scroll--animate {
  opacity: 0;
}
@media all and (max-width: 47.99em) {
  .mobile-only {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .desktop-only {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
