/*!
Theme Name: Akrivia
Theme URI: 
Author: Herisson Studio
Author URI: 
Description: Akrivia's theme is made with love and passion
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akrivia
Tags: 
*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

@font-face {
  font-family: "akrivia-icons";
  src: url("assets/fonts/akrivia-icons.woff2") format("woff2"), url("assets/fonts/akrivia-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

*:focus {
  outline: 0;
}

figure {
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #393939;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "akrivia-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-marker:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e906";
}

.icon-share:before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.btn {
  display: inline-block;
  padding: 16px 20px;
  border: 1px solid;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .btn {
    padding: 18px 30px;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 18px 50px;
  }
}
.btn.btn-gold {
  color: #b48154;
  border-color: #b48154;
}
@media (pointer: fine) {
  .btn.btn-gold:hover {
    color: #ffffff;
    background: #b48154;
  }
}
.btn.btn-gold.btn-reverse {
  color: #ffffff;
  background: #b48154;
  border-color: #b48154;
}
@media (pointer: fine) {
  .btn.btn-gold.btn-reverse:hover {
    background: #946841;
  }
}
.btn.btn-white {
  color: #ffffff;
  border-color: #ffffff;
}
@media (pointer: fine) {
  .btn.btn-white:hover {
    color: #393939;
    background: #ffffff;
  }
}
.btn + .btn {
  margin: 0 0 0 10px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  will-change: height;
  z-index: 1200;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.site-header.sticky {
  mix-blend-mode: difference;
}
.site-header.m-open {
  mix-blend-mode: normal;
}
.site-header .site-branding {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
}
@media (min-width: 600px) {
  .site-header .site-branding {
    left: 80px;
  }
}
.site-header .site-branding img {
  display: block;
  width: 100%;
}
.site-header .site-branding .monogram {
  width: 30px;
  margin: 0 40px 0 0;
  position: relative;
  cursor: pointer;
}
.site-header .site-branding .monogram img {
  will-change: transform;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.site-header .site-branding .monogram .menu-title {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #9ca8af;
  line-height: 1;
  opacity: 0;
  transform: rotate(-90deg) translateX(18%);
  transform-origin: center center;
  will-change: left, opacity;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .site-header .site-branding .monogram:hover img {
    transform: rotate(45deg);
  }
  .site-header .site-branding .monogram:hover .menu-title {
    left: -25px;
    opacity: 0.5;
  }
}
.site-header .site-branding .logo {
  position: absolute;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  display: none;
}
@media (min-width: 1200px) {
  .site-header .site-branding .logo {
    display: block;
  }
}
.site-header .site-branding .logo img {
  margin: 15px 0 0;
}
.site-header .socials {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 600px) {
  .site-header .socials {
    right: 80px;
    display: block;
  }
}
.site-header .socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.site-header .socials ul a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (pointer: fine) {
  .site-header .socials ul a:hover, .site-header .socials ul a:focus {
    color: #b48153;
  }
}
.site-header .socials ul li + li {
  margin: 0 0 0 25px;
}
.site-header.sticky {
  height: 80px;
}
.site-header.sticky .site-branding .logo {
  opacity: 0;
  pointer-events: none;
}
.site-header.sticky .socials {
  opacity: 0;
  pointer-events: none;
}

.page-template-page-contact .site-header,
.page-template-page-about .site-header,
.postid-1243 .site-header {
  mix-blend-mode: difference;
}
.page-template-page-contact .site-header.m-open,
.page-template-page-about .site-header.m-open,
.postid-1243 .site-header.m-open {
  mix-blend-mode: normal;
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.main-navigation .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1300;
}
.main-navigation .site-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #073b59;
  z-index: 1301;
}
@media (min-width: 600px) {
  .main-navigation .site-menu {
    width: 400px;
    height: auto;
  }
}
.main-navigation .site-menu .close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 40px;
  left: 30px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .main-navigation .site-menu .close {
    left: 85px;
  }
}
.main-navigation .site-menu .close::before, .main-navigation .site-menu .close::after {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
}
.main-navigation .site-menu .close::before {
  transform: rotate(45deg);
}
.main-navigation .site-menu .close::after {
  transform: rotate(-45deg);
}
.main-navigation .site-menu div[class*=menu-] ul {
  padding: 80px 0 0;
  margin: 0;
  list-style: none;
}
.main-navigation .site-menu div[class*=menu-] ul li {
  border-top: 1px solid #66767f;
  border-bottom: 1px solid #66767f;
}
.main-navigation .site-menu div[class*=menu-] ul li a {
  position: relative;
  display: block;
  padding: 18px 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .main-navigation .site-menu div[class*=menu-] ul li a {
    padding: 25px 30px 25px 85px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .site-menu div[class*=menu-] ul li a {
    padding: 20px 30px 20px 85px;
  }
}
@media (min-width: 1800px) {
  .main-navigation .site-menu div[class*=menu-] ul li a {
    padding: 25px 30px 25px 85px;
  }
}
.main-navigation .site-menu div[class*=menu-] ul li a::after {
  content: " ";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(assets/images/arrow-menu.png) no-repeat center center;
  background-size: 100%;
  opacity: 0.5;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .main-navigation .site-menu div[class*=menu-] ul li a:hover {
    padding: 18px 30px 18px 40px;
  }
}
@media (pointer: fine) and (min-width: 600px) {
  .main-navigation .site-menu div[class*=menu-] ul li a:hover {
    padding: 25px 30px 25px 95px;
  }
}
@media (pointer: fine) and (min-width: 1200px) {
  .main-navigation .site-menu div[class*=menu-] ul li a:hover {
    padding: 20px 30px 20px 95px;
  }
}
@media (pointer: fine) and (min-width: 1800px) {
  .main-navigation .site-menu div[class*=menu-] ul li a:hover {
    padding: 25px 30px 25px 95px;
  }
}
@media (pointer: fine) {
  .main-navigation .site-menu div[class*=menu-] ul li a:hover::after {
    opacity: 1;
  }
}
.main-navigation .site-menu div[class*=menu-] ul li.current-menu-item a, .main-navigation .site-menu div[class*=menu-] ul li.current-page-item a {
  padding: 18px 30px 18px 40px;
}
@media (min-width: 600px) {
  .main-navigation .site-menu div[class*=menu-] ul li.current-menu-item a, .main-navigation .site-menu div[class*=menu-] ul li.current-page-item a {
    padding: 25px 30px 25px 95px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .site-menu div[class*=menu-] ul li.current-menu-item a, .main-navigation .site-menu div[class*=menu-] ul li.current-page-item a {
    padding: 20px 30px 20px 95px;
  }
}
@media (min-width: 1800px) {
  .main-navigation .site-menu div[class*=menu-] ul li.current-menu-item a, .main-navigation .site-menu div[class*=menu-] ul li.current-page-item a {
    padding: 25px 30px 25px 95px;
  }
}
.main-navigation .site-menu div[class*=menu-] ul li.current-menu-item a::after, .main-navigation .site-menu div[class*=menu-] ul li.current-page-item a::after {
  opacity: 1;
}
.main-navigation .site-menu div[class*=menu-] ul li + li {
  border-top: 0;
}
.main-navigation .site-menu footer {
  margin: 20px 0 30px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.main-navigation .site-menu footer img {
  opacity: 0.2;
  display: block;
  margin: 0 auto 20px;
  width: 100px;
}
.main-navigation .site-menu footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .main-navigation .site-menu footer a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.m-open .main-navigation {
  opacity: 1;
  pointer-events: auto;
}

.site-prefooter {
  padding: 30px 0;
  background: #908b88;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.site-prefooter span {
  margin: 0 40px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}
.site-prefooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.site-prefooter ul a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (pointer: fine) {
  .site-prefooter ul a:hover, .site-prefooter ul a:focus {
    color: #ffffff;
  }
}
.site-prefooter ul li + li {
  margin: 0 0 0 30px;
}

.site-footer {
  background: #183445;
  color: #ffffff;
  padding: 30px 0;
}
@media (min-width: 600px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer .site-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.site-footer .site-actions .brand-name {
  width: 100px;
}
@media (min-width: 600px) {
  .site-footer .site-actions .brand-name {
    width: 150px;
  }
}
.site-footer .site-actions .brand-name img {
  display: block;
  width: 100%;
}
.site-footer .site-actions .up {
  cursor: pointer;
  width: 50px;
  height: 20px;
  background: url(assets/images/arrow.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
}
@media (min-width: 600px) {
  .site-footer .site-actions .up {
    width: 62px;
  }
}
.site-footer .site-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 600px) {
  .site-footer .site-info {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .site-footer .site-info {
    padding: 0 0 0 200px;
  }
}
.site-footer .site-info .col {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .site-footer .site-info .col {
    width: 33.3333333333%;
    text-align: left;
    margin: 0;
  }
}
.site-footer .site-copyright {
  margin: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 600px) {
  .site-footer .site-copyright {
    margin: 50px 0 0;
  }
}
.site-footer .site-copyright a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .site-footer .site-copyright a:hover, .site-footer .site-copyright a:focus {
    color: #ffffff;
  }
}

.widget_nav_menu .widgettitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2;
  margin: 0;
}
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 2;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus {
    color: #ffffff;
  }
}
.widget_nav_menu ul li.button {
  margin-top: 40px;
}
.widget_nav_menu ul li.button a {
  display: inline-block;
  padding: 16px 20px;
  border: 1px solid;
  color: #ffffff;
  border-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .widget_nav_menu ul li.button a {
    padding: 18px 30px;
  }
}
@media (min-width: 1200px) {
  .widget_nav_menu ul li.button a {
    padding: 18px 50px;
  }
}
@media (pointer: fine) {
  .widget_nav_menu ul li.button a:hover {
    color: #393939;
    background: #ffffff;
  }
}
.widget_nav_menu .widgettitle + div ul li a {
  color: rgba(255, 255, 255, 0.5);
}
@media (pointer: fine) {
  .widget_nav_menu .widgettitle + div ul li a:hover, .widget_nav_menu .widgettitle + div ul li a:focus {
    color: #ffffff;
  }
}
@media (pointer: fine) {
  .widget_nav_menu .widgettitle + div ul li.button a:hover {
    color: #393939;
    background: #ffffff;
  }
}
.widget_nav_menu + .widget_nav_menu {
  margin-top: 28px;
}

.text_field {
  margin: 50px 0;
}
.text_field h1 {
  position: relative;
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .text_field h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 900px) {
  .text_field h1 {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .text_field h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 0 0 60px;
  }
}
.text_field h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 25px 0;
  letter-spacing: 2px;
}
.text_field h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #393939;
  margin: 15px 0;
  letter-spacing: 2px;
}
.text_field p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #393939;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .text_field p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.text_field a {
  color: #b48154;
  text-decoration: none;
}

.hightlight_field {
  margin: 60px 0;
  padding: 0 5%;
  text-align: center;
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  color: #b48154;
  line-height: 1.7;
  font-style: italic;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .hightlight_field {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 900px) {
  .hightlight_field {
    margin: 100px 0;
    padding: 0 10%;
  }
}

.timeline_field {
  margin: 60px 0;
}
@media (min-width: 900px) {
  .timeline_field {
    margin: 100px 0;
  }
}
.timeline_field dl {
  display: flex;
}
.timeline_field dl dt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .timeline_field dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.timeline_field dl dd {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 600px) {
  .timeline_field dl dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.image_field figure {
  margin: 0;
}
.image_field figure img {
  display: block;
  width: 100%;
}
.image_field figure figcaption {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #908b88;
  margin: 15px 0 0;
}

.frm_style_formidable-style.with_frm_style .frm-show-form div.frm_description {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #b48154;
  font-style: italic;
  margin: 5px 0 0;
}
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_error_style {
  border-radius: 0;
}
.frm_style_formidable-style.with_frm_style .form-field {
  position: relative;
  margin-bottom: 15px;
}
.frm_style_formidable-style.with_frm_style .form-field label.frm_primary_label {
  position: absolute;
  top: 20px;
  left: 25px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b48154;
  padding: 0;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 900px) {
  .frm_style_formidable-style.with_frm_style .form-field label.frm_primary_label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.frm_style_formidable-style.with_frm_style .form-field label.frm_primary_label .frm_required {
  color: #b48154;
}
.frm_style_formidable-style.with_frm_style .form-field input[type=text],
.frm_style_formidable-style.with_frm_style .form-field input[type=password],
.frm_style_formidable-style.with_frm_style .form-field input[type=email],
.frm_style_formidable-style.with_frm_style .form-field input[type=number],
.frm_style_formidable-style.with_frm_style .form-field input[type=url],
.frm_style_formidable-style.with_frm_style .form-field input[type=tel],
.frm_style_formidable-style.with_frm_style .form-field input[type=file],
.frm_style_formidable-style.with_frm_style .form-field input[type=search],
.frm_style_formidable-style.with_frm_style .form-field select,
.frm_style_formidable-style.with_frm_style .form-field textarea {
  -webkit-appearance: none;
  padding: 18px 25px;
  margin: 0;
  background: #f7f2ee;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  color: #b48154;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.frm_style_formidable-style.with_frm_style .form-field input[type=text]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=password]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=email]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=number]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=url]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=tel]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=file]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type=search]:focus,
.frm_style_formidable-style.with_frm_style .form-field select:focus,
.frm_style_formidable-style.with_frm_style .form-field textarea:focus {
  background: #ffffff !important;
  border-color: #b48154 !important;
  box-shadow: none !important;
}
.frm_style_formidable-style.with_frm_style .form-field.on--focus label.frm_primary_label {
  opacity: 0;
  pointer-events: none;
}
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=text],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=password],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=email],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=number],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=url],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=tel],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=file],
.frm_style_formidable-style.with_frm_style .form-field.on--focus input[type=search],
.frm_style_formidable-style.with_frm_style .form-field.on--focus select,
.frm_style_formidable-style.with_frm_style .form-field.on--focus textarea {
  background: #ffffff !important;
  border-color: #b48154 !important;
  box-shadow: none !important;
}
.frm_style_formidable-style.with_frm_style .form-field .frm_error {
  margin: 5px 0 0;
  padding: 0 10px;
  font-weight: 400;
}
.frm_style_formidable-style.with_frm_style .frm_submit {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
@media (min-width: 600px) {
  .frm_style_formidable-style.with_frm_style .frm_submit {
    justify-content: flex-end;
    margin: 100px 0 0;
  }
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  margin: 0;
  border: 1px solid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #b48154;
  border-radius: 0;
  box-shadow: none;
  color: #b48154;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .frm_style_formidable-style.with_frm_style .frm_submit button {
    padding: 18px 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .frm_style_formidable-style.with_frm_style .frm_submit button {
    transform: translateX(50%);
  }
}
@media (min-width: 1200px) {
  .frm_style_formidable-style.with_frm_style .frm_submit button {
    padding: 18px 50px;
  }
}
@media (pointer: fine) {
  .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    color: #ffffff;
    background: #b48154;
    border-color: #b48154;
  }
}

.menu-redesign {
  width: 33px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.menu-redesign__bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-redesign__bar:nth-child(1) {
  top: 0;
}
.menu-redesign__bar:nth-child(2) {
  top: 50%;
  width: 20px;
}
.menu-redesign__bar:nth-child(3) {
  top: 100%;
}
.menu-redesign:hover .menu-redesign__bar:nth-child(1) {
  width: 20px;
}
.menu-redesign:hover .menu-redesign__bar:nth-child(2) {
  width: 100%;
}
.menu-redesign:hover .menu-redesign__bar:nth-child(3) {
  width: 10px;
}

.full_image {
  position: relative;
  overflow: hidden;
}
.full_image > img {
  display: block;
  width: 100%;
  height: auto;
}
.full_image__legend {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 20px;
  min-height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  color: #fff;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 900px) {
  .full_image__legend {
    padding: 50px;
  }
}
.full_image:hover .full_image__legend {
  bottom: 0;
  opacity: 1;
}

.two-images {
  display: flex;
  align-items: center;
  width: 100%;
}
.two-images__col {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.two-images__col > img {
  display: block;
  width: 100%;
  height: auto;
}
.two-images__col:hover .two-images__legend {
  bottom: 0;
  opacity: 1;
}
.two-images__legend {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 20px;
  min-height: 50%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  color: #fff;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 900px) {
  .two-images__legend {
    padding: 50px;
  }
}

.full_text_width {
  background: #f5efea;
}
.full_text_width__wrapper {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .full_text_width__wrapper {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .full_text_width__wrapper {
    padding: 200px 0;
  }
}
.full_text_width__title {
  font-size: 32px;
  color: #b48153;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .full_text_width__title {
    font-size: 50px;
  }
}
.full_text_width__content {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: #393939;
  padding: 0 5%;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .full_text_width__content {
    font-size: 24px;
  }
}
.full_text_width .btn {
  margin: 40px 0 0;
}
@media (min-width: 900px) {
  .full_text_width .btn {
    margin: 80px 0 0;
  }
}

.quote {
  background: #f5efea;
}
.quote__wrapper {
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .quote__wrapper {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .quote__wrapper {
    padding: 200px 0;
  }
}
.quote__content {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .quote__content {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .quote__content {
    font-size: 50px;
  }
}

.text_image {
  background: #f5efea;
}
.text_image__wrapper {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .text_image__wrapper {
    padding: 150px 0;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.text_image__wrapper > * {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .text_image__wrapper > * {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .text_image__wrapper--right {
    flex-direction: row-reverse;
  }
}
.text_image__legend {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 20px;
  min-height: 50%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  color: #fff;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 900px) {
  .text_image__legend {
    padding: 40px;
    left: 45px;
    width: calc(100% - 90px);
  }
}
.text_image__image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 900px) {
  .text_image__image {
    padding: 0 45px;
  }
}
.text_image__image > img {
  display: block;
  width: 100%;
}
.text_image__image:hover .text_image__legend {
  bottom: 0;
  opacity: 1;
}
@media (min-width: 900px) {
  .text_image__content {
    padding: 0 45px;
  }
}
.text_image__title {
  font-size: 32px;
  color: #b48153;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .text_image__title {
    font-size: 50px;
    transform: translateX(-160px);
  }
}
@media (min-width: 900px) {
  .text_image__wrapper--right .text_image__title {
    text-align: right;
    transform: translateX(160px);
  }
}
.text_image__text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: #393939;
  line-height: 1.5;
}
.text_image .btn {
  margin-top: 30px;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(57, 57, 57, 0.9);
  cursor: pointer;
}
.image-modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.image-modal__wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.image-modal__close {
  position: absolute;
  top: 25px;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding-bottom: 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 32px;
  color: #ffffff;
  transform: translateX(50%);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.image-modal__close:hover {
  background: rgb(0, 0, 0);
}

.push-watch {
  background: #f5efea;
}
.push-watch__wrapper {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .push-watch__wrapper {
    padding: 150px 0;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.push-watch__wrapper > * {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .push-watch__wrapper > * {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .push-watch__wrapper--right {
    flex-direction: row-reverse;
  }
}
.push-watch__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .push-watch__image {
    padding: 0 45px;
  }
}
.push-watch__image > img {
  display: block;
  width: 100%;
}
@media (min-width: 900px) {
  .push-watch__content {
    padding: 0 45px;
  }
}
.push-watch__title {
  font-size: 32px;
  color: #b48153;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .push-watch__title {
    font-size: 50px;
    transform: translateX(-160px);
  }
}
@media (min-width: 900px) {
  .push-watch__wrapper--right .push-watch__title {
    text-align: right;
    transform: translateX(160px);
  }
}
.push-watch__text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: #393939;
  line-height: 1.5;
}
.push-watch .btn {
  margin-top: 30px;
}

.page-template-page-home .slider {
  position: relative;
}
.page-template-page-home .slider .slider-wrapper {
  background: #183445;
  position: relative;
}
.page-template-page-home .slider .slider-wrapper .slick-track {
  overflow: hidden;
}
.page-template-page-home .slider .slider-wrapper .slider-item {
  float: left;
}
.page-template-page-home .slider .slider-wrapper .slider-item img {
  position: relative;
  display: block;
  width: 250%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .page-template-page-home .slider .slider-wrapper .slider-item img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .slider .slider-wrapper .slider-item img {
    width: 100%;
    left: auto;
    transform: none;
  }
}
.page-template-page-home .slider .slider-wrapper .slick-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}
@media (min-width: 600px) {
  .page-template-page-home .slider .slider-wrapper .slick-dots {
    bottom: 140px;
  }
}
.page-template-page-home .slider .slider-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.page-template-page-home .slider .slider-wrapper .slick-dots li button {
  -webkit-appearance: none;
  background: transparent;
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .page-template-page-home .slider .slider-wrapper .slick-dots li button:hover {
    background: #ffffff;
  }
}
.page-template-page-home .slider .slider-wrapper .slick-dots li.slick-active button {
  background: #ffffff;
}
.page-template-page-home .slider > .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  text-align: center;
}
@media (min-width: 600px) {
  .page-template-page-home .slider > .container {
    top: calc(50% + 40px);
  }
}
.page-template-page-home .slider > .container h2 {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media (min-width: 600px) {
  .page-template-page-home .slider > .container h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 0 0 70px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .slider > .container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-home .slider > .container .btn + .btn {
  margin: 15px 0 0;
}
@media (min-width: 600px) {
  .page-template-page-home .slider > .container .btn + .btn {
    margin: 0 0 0 10px;
  }
}
.page-template-page-home .slider .anchor {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 20px;
  background: url(assets/images/arrow.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 1000;
}
.page-template-page-home .slider::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1100;
}

.page-template-page-home .welcome {
  padding: 30px 0;
  position: relative;
}
.page-template-page-home .welcome::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome {
    padding: 80px 0 100px;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .welcome {
    padding: 140px 0 120px;
  }
}
.page-template-page-home .welcome > .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome > .container {
    flex-direction: row;
  }
}
.page-template-page-home .welcome figure {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: -1;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome figure {
    width: 45%;
    margin: 0 5% 0 0;
  }
}
.page-template-page-home .welcome figure img {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome figure img {
    position: absolute;
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .welcome figure img {
    top: 50%;
  }
}
.page-template-page-home .welcome .content {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome .content {
    width: 50%;
  }
}
.page-template-page-home .welcome .content h3 {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome .content h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 30px 0 20px -30%;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .welcome .content h3 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 70px 0 50px -30%;
  }
}
.page-template-page-home .welcome .content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .page-template-page-home .welcome .content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .welcome .content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-home .welcome .content footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 0;
}
@media (min-width: 900px) {
  .page-template-page-home .welcome .content footer {
    margin: 50px 0 0;
  }
}
.page-template-page-home .welcome .content footer .btn {
  margin: 30px 0 0;
}
.page-template-page-home .welcome .content footer .signature {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .welcome .content footer .signature img {
  width: 100px;
  align-self: center;
  margin: 0;
}
@media (min-width: 900px) {
  .page-template-page-home .welcome .content footer .signature img {
    width: 150px;
  }
}
.page-template-page-home .welcome .content footer .signature p {
  margin: 0;
}

.page-template-page-home .video {
  position: relative;
}
.page-template-page-home .video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #393939;
  z-index: 1;
}
.page-template-page-home .video .video-wrapper .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-home .video .video-wrapper .embed video,
.page-template-page-home .video .video-wrapper .embed iframe {
  width: 100%;
  height: 100%;
}
.page-template-page-home .video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}
.page-template-page-home .video .video-overlay figure {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-template-page-home .video .video-overlay figure img {
  display: block;
  width: 100%;
}
.page-template-page-home .video .video-overlay .call-to-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
}
.page-template-page-home .video .video-overlay .call-to-action .watch {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-home .video .video-overlay .call-to-action .watch {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .video .video-overlay .call-to-action .watch {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-home .video .video-overlay .call-to-action .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 100%;
  background: #ffffff;
  color: #393939;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .page-template-page-home .video .video-overlay .call-to-action .ico {
    width: 60px;
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 20px;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .video .video-overlay .call-to-action .ico {
    width: 100px;
    height: 100px;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (pointer: fine) {
  .page-template-page-home .video .video-overlay .call-to-action .ico:hover {
    background: #b48154;
    color: #ffffff;
  }
}
.page-template-page-home .video .video-overlay .call-to-action .it {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  font-style: italic;
}
@media (min-width: 600px) {
  .page-template-page-home .video .video-overlay .call-to-action .it {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .video .video-overlay .call-to-action .it {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-home .video::before, .page-template-page-home .video::after {
  content: " ";
  display: block;
  width: 100%;
  height: 24px;
  background: #b48154;
  position: absolute;
  left: 0;
  z-index: 10;
}
@media (min-width: 600px) {
  .page-template-page-home .video::before, .page-template-page-home .video::after {
    height: 45px;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .video::before, .page-template-page-home .video::after {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .video::before, .page-template-page-home .video::after {
    height: 100px;
  }
}
.page-template-page-home .video::before {
  top: 0;
}
.page-template-page-home .video::after {
  bottom: 0;
}

.page-template-page-home .feed {
  padding: 30px 0;
  position: relative;
}
.page-template-page-home .feed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 600px) {
  .page-template-page-home .feed {
    padding: 45px 0;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .feed {
    padding: 95px 0;
  }
}
.page-template-page-home .feed h3 {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  color: #b48154;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-home .feed h3 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 0 60px;
  }
}
.page-template-page-home .feed .insta-feed {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-home .feed .insta-feed figure {
  width: calc(50% - 20px);
  margin: 10px;
}
@media (min-width: 600px) {
  .page-template-page-home .feed .insta-feed figure {
    width: calc(25% - 30px);
    margin: 15px;
  }
}
.page-template-page-home .feed .insta-feed figure img {
  width: 100%;
  display: block;
}

.page-template-page-home .press {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .page-template-page-home .press {
    flex-direction: row;
  }
}
.page-template-page-home .press > div {
  position: relative;
  width: 100%;
}
.page-template-page-home .press figure {
  width: 100%;
}
.page-template-page-home .press figure img {
  position: relative;
  display: block;
  width: 250%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .page-template-page-home .press figure img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .press figure img {
    width: 100%;
    left: auto;
    transform: none;
  }
}
.page-template-page-home .press .container {
  position: absolute;
  left: 50%;
  top: calc(50% + 40px);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.page-template-page-home .press .container h3 {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 30px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-home .press .container h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .press .container h3 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-home .press .container p {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.7;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-template-page-home .press .container p {
    width: 66%;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .press .container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-home .press .container .btn {
  margin: 40px 0 0;
}
.page-template-page-home .press .container .btn + .btn {
  margin: 10px 0 0;
}
@media (min-width: 600px) {
  .page-template-page-home .press .container .btn + .btn {
    margin: 40px 0 0 10px;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .press[data-count] figure img {
    width: 200%;
  }
}

.page-template-page-home .contact {
  padding: 30px 0;
  position: relative;
}
.page-template-page-home .contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 600px) {
  .page-template-page-home .contact {
    padding: 50px 0 60px;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .contact {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .contact {
    padding: 120px 0 200px;
  }
}
.page-template-page-home .contact > .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page-template-page-home .contact > .container {
    flex-direction: row;
  }
}
.page-template-page-home .contact figure {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: -1;
}
@media (min-width: 600px) {
  .page-template-page-home .contact figure {
    width: 45%;
    margin: 0 5% 0 0;
  }
}
.page-template-page-home .contact figure img {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-home .contact figure img {
    position: absolute;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .contact figure img {
    top: 70%;
  }
}
.page-template-page-home .contact .content {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-home .contact .content {
    width: 50%;
  }
}
.page-template-page-home .contact .content h3 {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-home .contact .content h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 30px 0 20px -30%;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .contact .content h3 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 70px 0 50px -30%;
  }
}
.page-template-page-home .contact .content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #393939;
}
@media (min-width: 600px) {
  .page-template-page-home .contact .content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .contact .content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-home .contact .content .btn {
  margin: 10px 0 0;
}
@media (min-width: 600px) {
  .page-template-page-home .contact .content .btn {
    margin: 20px 0 0;
  }
}
@media (min-width: 900px) {
  .page-template-page-home .contact .content .btn {
    margin: 40px 0 0;
  }
}
@media (min-width: 1200px) {
  .page-template-page-home .contact .content .btn {
    margin: 70px 0 0;
  }
}

.tax-collection .intro-collection {
  overflow: hidden;
  position: relative;
}
.tax-collection .intro-collection img {
  position: relative;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .tax-collection .intro-collection img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .tax-collection .intro-collection img {
    width: 100%;
  }
}
.tax-collection .intro-collection .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.tax-collection .intro-collection .container h1 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .tax-collection .intro-collection .container h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .tax-collection .intro-collection .container h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.tax-collection .intro-collection .container p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
}
@media (min-width: 600px) {
  .tax-collection .intro-collection .container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .tax-collection .intro-collection .container p {
    font-size: 20px;
    font-size: 1.25rem;
    width: 600px;
    margin: 0 auto;
  }
}
.tax-collection .intro-collection .anchor {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 20px;
  background: url(assets/images/arrow.png) no-repeat center center;
  background-size: 100%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .tax-collection .intro-collection .anchor {
    width: 62px;
  }
}
.tax-collection .watch-item {
  position: relative;
  overflow: hidden;
}
.tax-collection .watch-item img {
  position: relative;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  -webkit-transition: all 4000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 4000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 4000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 4000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .tax-collection .watch-item img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .tax-collection .watch-item img {
    width: 100%;
  }
}
.tax-collection .watch-item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.tax-collection .watch-item .watch-content {
  width: 75%;
}
@media (min-width: 600px) {
  .tax-collection .watch-item .watch-content {
    width: 60%;
  }
}
.tax-collection .watch-item .watch-content h2 {
  color: #b48154;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Halant", serif;
  font-weight: 300;
  margin: 0 0 40px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .tax-collection .watch-item .watch-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .tax-collection .watch-item .watch-content h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.tax-collection .watch-item .watch-content p {
  display: none;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 60px 60px;
}
@media (min-width: 600px) {
  .tax-collection .watch-item .watch-content p {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .tax-collection .watch-item .watch-content p {
    margin: 0 0 100px 60px;
  }
}
.tax-collection .watch-item .watch-content.watch-left {
  margin: 0 0 0 25%;
  text-align: right;
}
@media (min-width: 600px) {
  .tax-collection .watch-item .watch-content.watch-left {
    text-align: left;
    margin: 0 0 0 40%;
  }
}
.tax-collection .watch-item .watch-content.watch-right {
  margin: 0 25% 0 0;
}
@media (min-width: 600px) {
  .tax-collection .watch-item .watch-content.watch-right {
    text-align: right;
    margin: 0 40% 0 0;
  }
}
.tax-collection .watch-item .watch-content.watch-right h2 {
  text-align: left;
}
.tax-collection .watch-item .watch-content.watch-right p {
  margin: 0 0 60px 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .tax-collection .watch-item .watch-content.watch-right p {
    margin: 0 0 100px 0;
  }
}
@media (pointer: fine) {
  .tax-collection .watch-item:hover img {
    transform: translateX(-50%) scale(1.05);
  }
}
.tax-collection .watch-item.watch-item__1243 p {
  color: #000000;
}
.tax-collection .next-categ {
  border: 20px solid #ffffff;
  overflow: hidden;
  position: relative;
}
.tax-collection .next-categ img {
  position: relative;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .tax-collection .next-categ img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .tax-collection .next-categ img {
    width: 100%;
  }
}
.tax-collection .next-categ .container {
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
@media (min-width: 600px) {
  .tax-collection .next-categ .container {
    top: calc(50% + 80px);
  }
}
.tax-collection .next-categ .container h2 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .tax-collection .next-categ .container h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 100px;
  }
}
@media (min-width: 1200px) {
  .tax-collection .next-categ .container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.single-watch {
  background: #000000;
}
.single-watch .intro {
  position: relative;
  z-index: 1;
}
.single-watch .intro img {
  position: relative;
  width: 300%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 2;
}
@media (min-width: 600px) {
  .single-watch .intro img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .single-watch .intro img {
    width: 100%;
  }
}
.single-watch .intro .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 4;
}
@media (min-width: 600px) {
  .single-watch .intro .container {
    padding: 0 50px;
  }
}
.single-watch .intro .container h1 {
  color: #ffffff;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Halant", serif;
  font-weight: 300;
  margin: 0 0 30px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .single-watch .intro .container h1 {
    font-size: 38px;
    font-size: 2.375rem;
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .single-watch .intro .container h1 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 140px;
  }
}
.single-watch .intro .container .intro-content {
  margin-bottom: 100px;
}
.single-watch .intro .container p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .single-watch .intro .container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .single-watch .intro .container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-watch .block-1 {
  position: relative;
  z-index: 2;
  transform: translateY(-120px);
  margin: 0 0 -120px;
}
@media (min-width: 600px) {
  .single-watch .block-1 {
    transform: translateY(-170px);
    margin: 0 0 -170px;
  }
}
@media (min-width: 900px) {
  .single-watch .block-1 {
    transform: translateY(-250px);
    margin: 0 0 -250px;
  }
}
.single-watch .block-1 img {
  position: relative;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .single-watch .block-1 img {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .single-watch .block-1 img {
    width: 100%;
  }
}
.single-watch .block-1 .variations {
  width: 250px;
  margin: 0 auto;
  transform: translateY(-100px);
  border: 1px solid #ffffff;
}
@media (min-width: 600px) {
  .single-watch .block-1 .variations {
    transform: translateY(-150px);
  }
}
@media (min-width: 900px) {
  .single-watch .block-1 .variations {
    transform: translateY(-170px);
  }
}
@media (min-width: 1200px) {
  .single-watch .block-1 .variations {
    transform: translateY(-200px);
  }
}
.single-watch .block-1 .variations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.single-watch .block-1 .variations ul li {
  width: 50%;
}
.single-watch .block-1 .variations ul li a,
.single-watch .block-1 .variations ul li span {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}
.single-watch .block-1 .variations ul li span {
  background: #b48154;
}
.single-watch .block-1 .variations ul li + li {
  border-left: 1px solid #ffffff;
}
.single-watch .block-1 .container {
  transform: translateY(-50px);
  margin: 0 auto -50px;
  text-align: center;
}
@media (min-width: 600px) {
  .single-watch .block-1 .container {
    padding: 0 50px;
    transform: translateY(-100px);
    margin: 0 auto -100px;
  }
}
.single-watch .block-1 .container p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .single-watch .block-1 .container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .single-watch .block-1 .container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-watch .block-2 img {
  position: relative;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .single-watch .block-2 img {
    width: 100%;
  }
}
.single-watch .white-block {
  border: 20px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.single-watch .white-block img {
  position: relative;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .single-watch .white-block img {
    width: 100%;
  }
}
.single-watch .white-block .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 20px;
  text-align: center;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 900px) {
  .single-watch .white-block .container {
    padding: 0 150px;
    top: 40px;
    transform: translateX(-50%);
    background: none;
  }
}
@media (min-width: 1200px) {
  .single-watch .white-block .container {
    top: 60px;
  }
}
@media (min-width: 1800px) {
  .single-watch .white-block .container {
    top: 100px;
  }
}
.single-watch .white-block .container p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .single-watch .white-block .container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .single-watch .white-block .container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-watch .block-details img {
  position: relative;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .single-watch .block-details img {
    width: 100%;
  }
}
.single-watch .block-details .container {
  padding: 0 20px 40px;
}
@media (min-width: 600px) {
  .single-watch .block-details .container {
    padding: 0 8% 60px;
  }
}
@media (min-width: 900px) {
  .single-watch .block-details .container {
    padding: 0 15% 120px;
  }
}
.single-watch .block-details .toggle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #b48154;
  text-align: center;
  text-transform: uppercase;
  margin: 70px 0 40px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .single-watch .block-details .toggle {
    margin: 70px 0 60px;
  }
}
@media (min-width: 900px) {
  .single-watch .block-details .toggle {
    margin: 70px 0 120px;
  }
}
.single-watch .block-details .toggle span {
  display: inline-block;
  color: #b48154;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0 5px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (pointer: fine) {
  .single-watch .block-details .toggle:hover {
    color: #ffffff;
  }
  .single-watch .block-details .toggle:hover span {
    color: #ffffff;
  }
}
.single-watch .block-details .toggle.open {
  color: #ffffff;
}
.single-watch .block-details .toggle.open span {
  color: #ffffff;
  transform: rotate(180deg);
}
.single-watch .block-details .detail-list {
  display: none;
}
.single-watch .block-details .detail-list dl dt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .single-watch .block-details .detail-list dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single-watch .block-details .detail-list dl dd {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  margin: 5px 0 0;
}
@media (min-width: 600px) {
  .single-watch .block-details .detail-list dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single-watch .block-details .detail-list dl + dl {
  margin-top: 30px;
}
.single-watch .actions {
  border-top: 1px solid #b48154;
  border-bottom: 1px solid #b48154;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  .single-watch .actions {
    flex-direction: row;
  }
}
.single-watch .actions > * {
  margin: 0 auto 20px;
}
.single-watch .actions > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .single-watch .actions > * {
    margin: 0 40px;
  }
  .single-watch .actions > *:first-child {
    margin-left: auto;
  }
  .single-watch .actions > *:last-child {
    margin-right: auto;
  }
}
.single-watch .actions .share {
  position: relative;
}
.single-watch .actions .share-toggle,
.single-watch .actions .pdf-toggle,
.single-watch .actions .retailer-toggle {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #b48154;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.single-watch .actions .share-toggle span,
.single-watch .actions .pdf-toggle span,
.single-watch .actions .retailer-toggle span {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 10px;
}
@media (pointer: fine) {
  .single-watch .actions .share-toggle:hover,
  .single-watch .actions .pdf-toggle:hover,
  .single-watch .actions .retailer-toggle:hover {
    color: #ffffff;
  }
  .single-watch .actions .share-toggle:hover span,
  .single-watch .actions .pdf-toggle:hover span,
  .single-watch .actions .retailer-toggle:hover span {
    color: #ffffff;
  }
}
.single-watch .actions .share-list {
  position: absolute;
  top: -50px;
  left: 50%;
  background: #000000;
  width: 150px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.single-watch .actions .share-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.single-watch .actions .share-list ul li {
  display: inline-block;
}
.single-watch .actions .share-list ul li + li {
  margin: 0 0 0 15px;
}
.single-watch .actions .share-list ul a {
  text-decoration: none;
  color: #b48154;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.single-watch .actions .share-list.open {
  pointer-events: auto;
  opacity: 1;
}
.single-watch .actions.no-border {
  border: 0;
  padding: 30px 0;
  flex-direction: row;
}
.single-watch .actions.no-border .back-to-categ,
.single-watch .actions.no-border .next-watch {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b48154;
  text-decoration: none;
  cursor: pointer;
}
.single-watch .actions.no-border .back-to-categ span,
.single-watch .actions.no-border .next-watch span {
  font-size: 18px;
  font-size: 1.125rem;
}
.single-watch .actions.no-border .back-to-categ {
  width: 50%;
  margin: 0 auto 0 20px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .single-watch .actions.no-border .back-to-categ {
    width: auto;
    margin: 0 auto 0 60px;
  }
}
.single-watch .actions.no-border .back-to-categ span {
  margin: 0 10px 0 0;
  transform: rotate(90deg);
}
@media (pointer: fine) {
  .single-watch .actions.no-border .back-to-categ:hover {
    color: #ffffff;
  }
  .single-watch .actions.no-border .back-to-categ:hover span {
    color: #ffffff;
  }
}
.single-watch .actions.no-border .next-watch {
  margin: 0 20px 0 auto;
  width: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .single-watch .actions.no-border .next-watch {
    width: auto;
    margin: 0 60px 0 auto;
  }
}
.single-watch .actions.no-border .next-watch span {
  margin: 0 0 0 10px;
  transform: rotate(-90deg);
}
@media (pointer: fine) {
  .single-watch .actions.no-border .next-watch:hover {
    color: #ffffff;
  }
  .single-watch .actions.no-border .next-watch:hover span {
    color: #ffffff;
  }
}
.single-watch.postid-1243 {
  background: #f5efea;
}
.single-watch.postid-1243 .intro h1,
.single-watch.postid-1243 .intro p {
  color: #000000;
}
.single-watch.postid-1243 .block-1 .variations ul li a,
.single-watch.postid-1243 .block-1 .variations ul li span {
  color: #000000;
}
.single-watch.postid-1243 .block-1 .container p {
  color: #000000;
}
@media (pointer: fine) {
  .single-watch.postid-1243 .block-details .toggle:hover {
    color: #000000;
  }
  .single-watch.postid-1243 .block-details .toggle:hover span {
    color: #000000;
  }
}
.single-watch.postid-1243 .block-details .toggle.open {
  color: #000000;
}
.single-watch.postid-1243 .block-details .toggle.open span {
  color: #000000;
}
.single-watch.postid-1243 .block-details .detail-list dl dt {
  color: #000000;
}
.single-watch.postid-1243 .block-details .detail-list dl dd {
  color: #000000;
}
@media (pointer: fine) {
  .single-watch.postid-1243 .actions .share-toggle:hover,
  .single-watch.postid-1243 .actions .pdf-toggle:hover,
  .single-watch.postid-1243 .actions .retailer-toggle:hover {
    color: #000000;
  }
  .single-watch.postid-1243 .actions .share-toggle:hover span,
  .single-watch.postid-1243 .actions .pdf-toggle:hover span,
  .single-watch.postid-1243 .actions .retailer-toggle:hover span {
    color: #000000;
  }
}
@media (pointer: fine) {
  .single-watch.postid-1243 .actions.no-border .back-to-categ:hover,
  .single-watch.postid-1243 .actions.no-border .next-watch:hover {
    color: #000000;
  }
  .single-watch.postid-1243 .actions.no-border .back-to-categ:hover span,
  .single-watch.postid-1243 .actions.no-border .next-watch:hover span {
    color: #000000;
  }
}

.blog .site-main header {
  position: relative;
}
.blog .site-main header img {
  position: relative;
  display: block;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .blog .site-main header img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .blog .site-main header img {
    width: 100%;
  }
}
.blog .site-main header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.blog .site-main header .header-content h1 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .blog .site-main header .header-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .blog .site-main header .header-content h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.blog .site-main header .header-content p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .blog .site-main header .header-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .blog .site-main header .header-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.blog .site-main .article-item {
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 600px) {
  .blog .site-main .article-item {
    padding: 80px 0 50px;
  }
}
@media (min-width: 900px) {
  .blog .site-main .article-item {
    padding: 100px 0 80px;
  }
}
@media (min-width: 1200px) {
  .blog .site-main .article-item {
    padding: 140px 0 100px;
  }
}
.blog .site-main .article-item .container {
  display: flex;
  flex-wrap: wrap;
}
.blog .site-main .article-item .pic {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  .blog .site-main .article-item .pic {
    width: 300px;
  }
}
@media (min-width: 900px) {
  .blog .site-main .article-item .pic {
    width: 400px;
  }
}
.blog .site-main .article-item .pic img {
  position: relative;
  display: block;
  width: 100%;
}
.blog .site-main .article-item .content {
  width: 100%;
  margin: 30px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .blog .site-main .article-item .content {
    width: calc(100% - 330px);
    margin: 0 0 0 30px;
  }
}
@media (min-width: 900px) {
  .blog .site-main .article-item .content {
    width: calc(100% - 450px);
    margin: 0 0 0 50px;
  }
}
.blog .site-main .article-item .content time {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  color: #b48154;
  width: 100%;
  display: block;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .blog .site-main .article-item .content time {
    text-align: center;
  }
}
.blog .site-main .article-item .content h2 {
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .blog .site-main .article-item .content h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 30px 0 20px -30%;
  }
}
@media (min-width: 900px) {
  .blog .site-main .article-item .content h2 {
    font-size: 52px;
    font-size: 3.25rem;
    margin: 70px 0 50px -30%;
  }
}
@media (min-width: 1200px) {
  .blog .site-main .article-item .content h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.blog .site-main .article-item .content p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.7;
  display: none;
}
@media (min-width: 600px) {
  .blog .site-main .article-item .content p {
    display: block;
  }
}
.blog .site-main .article-item footer {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 600px) {
  .blog .site-main .article-item footer {
    flex-wrap: nowrap;
    margin: 50px 0 0;
  }
}
.blog .site-main .article-item footer .actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 30px;
}
@media (min-width: 600px) {
  .blog .site-main .article-item footer .actions {
    width: 300px;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .blog .site-main .article-item footer .actions {
    width: 400px;
  }
}
.blog .site-main .article-item footer .actions .share-toggle,
.blog .site-main .article-item footer .actions .pdf-toggle {
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #b48154;
  text-decoration: none;
  cursor: pointer;
}
.blog .site-main .article-item footer .actions .share-toggle span,
.blog .site-main .article-item footer .actions .pdf-toggle span {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 10px;
}
.blog .site-main .article-item footer .btn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .blog .site-main .article-item footer .btn {
    margin-right: 0;
  }
}
.blog .site-main .article-item:nth-child(odd) {
  background: #f3f3f3;
}

.single-post {
  padding: 120px 0 0;
}
@media (min-width: 900px) {
  .single-post {
    padding: 200px 0 0;
  }
}
.single-post .site-main {
  padding: 0 0 60px;
}
@media (min-width: 900px) {
  .single-post .site-main {
    padding: 0 0 100px;
  }
}
.single-post .site-main .featured {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 600px) {
  .single-post .site-main .featured {
    float: left;
    margin: 0 40px 40px 0;
    max-width: 300px;
  }
}
@media (min-width: 900px) {
  .single-post .site-main .featured {
    max-width: 420px;
  }
}
.single-post .site-main h1 {
  position: relative;
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
@media (min-width: 600px) {
  .single-post .site-main h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 30px 0 20px;
  }
}
@media (min-width: 900px) {
  .single-post .site-main h1 {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 100px;
    transform: translateY(50px) translateX(-15%);
  }
}
@media (min-width: 1200px) {
  .single-post .site-main h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 0 0 120px;
  }
}
.single-post .site-main .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 600px) {
  .single-post .site-main .actions {
    justify-content: flex-end;
  }
}
.single-post .site-main .actions .share {
  position: relative;
}
.single-post .site-main .actions .pdf {
  margin: 0 0 0 30px;
}
.single-post .site-main .actions .share-toggle,
.single-post .site-main .actions .pdf-toggle {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #b48154;
  text-decoration: none;
  cursor: pointer;
}
.single-post .site-main .actions .share-toggle span,
.single-post .site-main .actions .pdf-toggle span {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0 10px;
}
.single-post .site-main .actions .share-list {
  position: absolute;
  top: -150%;
  left: -20px;
  width: 150px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .single-post .site-main .actions .share-list {
    top: 0;
    left: auto;
    right: calc(100% + 20px);
  }
}
.single-post .site-main .actions .share-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.single-post .site-main .actions .share-list ul li {
  display: inline-block;
}
.single-post .site-main .actions .share-list ul li + li {
  margin: 0 0 0 15px;
}
.single-post .site-main .actions .share-list ul a {
  text-decoration: none;
  color: #b48154;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.single-post .site-main .actions .share-list.open {
  pointer-events: auto;
  opacity: 1;
}
.single-post .site-main .back {
  text-align: center;
  margin: 60px 0 0;
}
@media (min-width: 600px) {
  .single-post .site-main .back {
    margin: 80px 0 0;
  }
}

.page-template-default {
  padding: 120px 0 0;
}
.page-template-default h1 {
  position: relative;
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-default h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 900px) {
  .page-template-default h1 {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-default h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 0 0 60px;
  }
}

.page-template-page-retailers .site-main {
  background: #fff;
}
.page-template-page-retailers .site-main header {
  position: relative;
}
.page-template-page-retailers .site-main header img {
  position: relative;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .page-template-page-retailers .site-main header img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .page-template-page-retailers .site-main header img {
    width: 100%;
  }
}
.page-template-page-retailers .site-main header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.page-template-page-retailers .site-main header .header-content h1 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-retailers .site-main header .header-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-retailers .site-main header .header-content h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-retailers .site-main header .header-content p {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-retailers .site-main header .header-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-retailers .site-main header .header-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-page-retailers .site-main section {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .page-template-page-retailers .site-main section {
    padding: 80px 0 30px;
  }
}
.page-template-page-retailers .site-main section article {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 600px) {
  .page-template-page-retailers .site-main section article {
    width: calc(33% - 30px);
    margin: 0 0 50px;
  }
}
.page-template-page-retailers .site-main section article img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.page-template-page-retailers .site-main section article address {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #393939;
  font-style: normal;
  line-height: 1.5;
  margin: 20px 0 40px;
}
@media (min-width: 600px) {
  .page-template-page-retailers .site-main section article address {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 900px) {
  .page-template-page-retailers .site-main section article address {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-retailers .site-main section article a {
  text-transform: none;
}

.page-template-page-about .site-main {
  padding: 120px 0 0;
  background: #fff;
}
@media (min-width: 900px) {
  .page-template-page-about .site-main {
    padding: 250px 0 0;
  }
}
.page-template-page-about .site-main .featured {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main .featured {
    float: left;
    margin: 0 40px 40px 0;
    max-width: 300px;
  }
}
@media (min-width: 900px) {
  .page-template-page-about .site-main .featured {
    max-width: 420px;
  }
}
.page-template-page-about .site-main h1 {
  position: relative;
  font-family: "Halant", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  color: #b48154;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 30px 0 20px;
  }
}
@media (min-width: 900px) {
  .page-template-page-about .site-main h1 {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 100px;
    transform: translateY(50px) translateX(-15%);
  }
}
@media (min-width: 1200px) {
  .page-template-page-about .site-main h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin: 0 0 120px;
  }
}
.page-template-page-about .site-main footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main footer {
    margin: 0 0 120px;
  }
}
.page-template-page-about .site-main footer .author {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main footer .author {
    width: 50%;
  }
}
.page-template-page-about .site-main footer .author img {
  width: 140px;
  display: block;
  margin: 0;
}
.page-template-page-about .site-main footer .author div {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.page-template-page-about .site-main footer .actions {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin: 60px 0 0;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main footer .actions {
    width: 50%;
    margin: 0;
  }
}
.page-template-page-about .site-main footer .actions .share {
  position: relative;
}
.page-template-page-about .site-main footer .actions .share-toggle,
.page-template-page-about .site-main footer .actions .pdf-toggle {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #b48154;
  text-decoration: none;
  cursor: pointer;
}
.page-template-page-about .site-main footer .actions .share-toggle span,
.page-template-page-about .site-main footer .actions .pdf-toggle span {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 0 10px;
}
.page-template-page-about .site-main footer .actions .share-list {
  position: absolute;
  top: 140%;
  left: 50%;
  background: #ffffff;
  width: 150px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main footer .actions .share-list {
    top: 0;
    left: 100%;
    transform: none;
  }
}
.page-template-page-about .site-main footer .actions .share-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.page-template-page-about .site-main footer .actions .share-list ul li {
  display: inline-block;
}
.page-template-page-about .site-main footer .actions .share-list ul li + li {
  margin: 0 0 0 15px;
}
.page-template-page-about .site-main footer .actions .share-list ul a {
  text-decoration: none;
  color: #b48154;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.page-template-page-about .site-main footer .actions .share-list.open {
  pointer-events: auto;
  opacity: 1;
}
.page-template-page-about .site-main footer .btn {
  margin: 60px auto 0;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main footer .btn {
    margin: 150px auto 0;
  }
}
.page-template-page-about .site-main .collection {
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
  overflow: hidden;
  position: relative;
}
.page-template-page-about .site-main .collection img {
  position: relative;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main .collection img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .page-template-page-about .site-main .collection img {
    width: 100%;
  }
}
.page-template-page-about .site-main .collection .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.page-template-page-about .site-main .collection .container h2 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 100px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-about .site-main .collection .container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-about .site-main .collection .container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.page-template-page-contact .site-main {
  text-align: center;
  padding: 170px 0 100px;
  background: #fff;
}
.page-template-page-contact .site-main h1 {
  color: #b48154;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-contact .site-main h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-contact .site-main h1 + p {
  color: #b48154;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  letter-spacing: 2px;
  margin: 0 0 80px;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main h1 + p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-contact .site-main h1 + p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-page-contact .site-main .container {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main .container {
    justify-content: space-between;
    flex-direction: row;
  }
}
.page-template-page-contact .site-main .container .col-left {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main .container .col-left {
    width: calc(50% - 15px);
  }
}
.page-template-page-contact .site-main .container .col-right {
  width: 100%;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main .container .col-right {
    width: calc(50% - 15px);
  }
}
.page-template-page-contact .site-main .container .col-right .content {
  margin: 0 0 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main .container .col-right .content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-contact .site-main .container .col-right .content p:first-child {
  margin-top: 0;
}
.page-template-page-contact .site-main .container .col-right .address .icon {
  font-size: 28px;
  font-size: 1.75rem;
  color: #b48154;
}
.page-template-page-contact .site-main .container .col-right .address .address-container a {
  display: block;
  color: #393939;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 600px) {
  .page-template-page-contact .site-main .container .col-right .address .address-container a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-contact .site-main .container .col-right .address .address-container a span {
  text-decoration: underline;
}

.page-template-page-thank {
  padding: 150px 0 0;
}
.page-template-page-thank .site-main {
  text-align: center;
  padding: 0 0 100px;
}
.page-template-page-thank .site-main h1 {
  color: #b48154;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page-template-page-thank .site-main h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-thank .site-main h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-template-page-thank .site-main p {
  color: #b48154;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  margin: 0 0 80px;
  padding: 0 20px;
}
@media (min-width: 600px) {
  .page-template-page-thank .site-main p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-thank .site-main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.error-404 {
  position: relative;
}
.error-404 img {
  position: relative;
  display: block;
  width: 250%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .error-404 img {
    width: 140%;
  }
}
@media (min-width: 1200px) {
  .error-404 img {
    width: 100%;
  }
}
.error-404 .page-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.error-404 .page-content h1 {
  margin: 0 0 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.7;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
}
@media (min-width: 600px) {
  .error-404 .page-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .error-404 .page-content h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.error-404 .page-content p {
  color: #b48154;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: center;
}
@media (min-width: 600px) {
  .error-404 .page-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .error-404 .page-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.page-template-page-landing-lv .next-categ {
  border: 20px solid #ffffff;
  overflow: hidden;
  position: relative;
}
.page-template-page-landing-lv .next-categ img {
  position: relative;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media (min-width: 600px) {
  .page-template-page-landing-lv .next-categ img {
    width: 150%;
  }
}
@media (min-width: 900px) {
  .page-template-page-landing-lv .next-categ img {
    width: 100%;
  }
}
.page-template-page-landing-lv .next-categ .container {
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
@media (min-width: 600px) {
  .page-template-page-landing-lv .next-categ .container {
    top: calc(50% + 80px);
  }
}
.page-template-page-landing-lv .next-categ .container h2 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Halant", serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .page-template-page-landing-lv .next-categ .container h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 0 100px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-landing-lv .next-categ .container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

/*# sourceMappingURL=style.css.map */
