/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Poppins:wght@700&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Domaine Display';
  src: url("fonts/domainedispsemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?q6kunf");
  src: url("fonts/icomoon.eot?q6kunf#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?q6kunf") format("truetype"), url("fonts/icomoon.woff?q6kunf") format("woff"), url("fonts/icomoon.svg?q6kunf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

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

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

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

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #57121d;
  background: #fdf9f4;
  font: 14px/1.8572 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 2px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

.for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.8572em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.8572em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 5px 9px;
  color: rgba(5, 3, 3, 0.5);
  outline: none;
  width: 100%;
  border-radius: 5px;
  height: 47px;
  font-size: 18px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #999; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(5, 3, 3, 0.5); }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(5, 3, 3, 0.5); }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(5, 3, 3, 0.5); }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(5, 3, 3, 0.5); }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: rgba(5, 3, 3, 0.5); }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 149px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-family: "Domaine Display", "Arial", "Helvetica Neue", "Helvetica";
  outline: none;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  text-transform: capitalize; }

label {
  font-weight: 500;
  font-family: "Domaine Display", "Arial", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.1em; }

.form-group {
  margin-bottom: 21px; }

.captcha {
  margin-bottom: 10px; }

.widget {
  margin-bottom: 1.8572em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: black; }

.commentlist {
  margin: 0 0 1.8572em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.8572em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.8572em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.8572em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    font-family: "Domaine Display", "Arial", "Helvetica Neue", "Helvetica";
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: black; }

.navigation-single {
  margin-bottom: 1.8572em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: black; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.8572em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.8572em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.8572em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.8572em; }

.mejs-container {
  margin-bottom: 1.8572em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Domaine Display", "Arial", "Helvetica Neue", "Helvetica";
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 1.473;
  word-spacing: 0; }

h1,
.h1 {
  font-size: 36px; }

@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px; } }

h2,
.h2 {
  font-size: 30px; }

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px; } }

h3,
.h3 {
  font-size: 24px; }

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28px; } }

h4,
.h4 {
  font-size: 20px; }

@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px; } }

h5,
.h5 {
  font-size: 18px; }

@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px; } }

h6,
.h6 {
  font-size: 16px; }

@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 18px; } }

p {
  margin: 0 0 1.85em; }

a {
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #000; }
  a:hover, a:focus {
    text-decoration: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 9999;
  background-color: transparent; }
  #header.header-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff; }
    #header.header-abs .nav-opener:before,
    #header.header-abs .nav-opener span,
    #header.header-abs .nav-opener:after {
      background-color: #fff; }
  #header .container {
    max-width: 1373px; }
  #header .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #header .socials-hold.socials-hold-outer {
    min-width: 120px; }

@media screen and (max-width: 767px) {
  #header .socials-hold.socials-hold-outer {
    display: none; } }
    #header .socials-hold.socials-hold-outer ul > li:not(:last-child) {
      margin-right: 31px; }
    #header .socials-hold.socials-hold-outer ul > li > a {
      font-size: 14px; }
      #header .socials-hold.socials-hold-outer ul > li > a:hover, #header .socials-hold.socials-hold-outer ul > li > a:focus {
        color: rgba(87, 18, 29, 0.5); }
      #header .socials-hold.socials-hold-outer ul > li > a .icon-instagram {
        font-size: 16px; }
      #header .socials-hold.socials-hold-outer ul > li > a .icon-twitter {
        font-size: 12px; }
  #header .socials-hold ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .socials-hold ul > li > a {
      display: block;
      color: inherit;
      font-size: 14px;
      text-decoration: none; }
      #header .socials-hold ul > li > a span {
        display: block; }
  #header .logo {
    max-width: 200px; }

@media screen and (min-width: 576px) {
  #header .logo {
    max-width: 250px; } }

@media screen and (min-width: 768px) {
  #header .logo {
    max-width: 280px;
    padding-top: 24px; } }

@media screen and (min-width: 991px) {
  #header .logo {
    max-width: 100%; } }
    #header .logo img,
    #header .logo a {
      display: block; }
  #header .nav-btn-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (min-width: 768px) {
  #header .nav-btn-hold {
    min-width: 120px; } }

#nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdf9f4;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease transform;
  transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease transform; }
  .nav-active #nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  #nav .wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #nav .nav-opener:before,
  #nav .nav-opener span,
  #nav .nav-opener:after {
    background-color: #57121d !important; }
  #nav .logo {
    padding-top: 0;
    margin-bottom: 50px; }
  #nav .socials-hold {
    padding-top: 50px; }
    #nav .socials-hold ul > li > a {
      font-size: 22px;
      color: #57121d; }
      #nav .socials-hold ul > li > a:hover, #nav .socials-hold ul > li > a:focus {
        color: rgba(87, 18, 29, 0.5); }
  #nav .nav-opener {
    position: absolute;
    top: 50px;
    right: 30px; }

@media screen and (min-width: 768px) {
  #nav .nav-opener {
    top: 60px;
    right: 80px; } }
  #nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #nav ul > li {
      padding: 15px 20px;
      text-align: center; }
      #nav ul > li > a {
        color: #57121d;
        font-size: 18px;
        text-decoration: none; }

@media screen and (min-width: 768px) {
  #nav ul > li > a {
    font-size: 20px; } }
        #nav ul > li > a:hover, #nav ul > li > a:focus {
          color: rgba(87, 18, 29, 0.5); }

.nav-opener {
  padding: 0;
  width: 21px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: transparent;
  border: none; }
  .nav-opener:before,
  .nav-opener span, .nav-opener:after {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background: #57121d;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    position: absolute;
    right: 0;
    left: 0; }
  .nav-opener:before {
    content: '';
    top: 0; }
    .nav-active .nav-opener:before {
      top: 50%;
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg); }
  .nav-opener span {
    top: 50%; }
    .nav-active .nav-opener span {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0; }
  .nav-opener:after {
    content: '';
    top: 100%; }
    .nav-active .nav-opener:after {
      top: 50%;
      -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotateZ(-45deg); }

#footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #f1eae4; }

@media screen and (min-width: 768px) {
  #footer {
    padding-top: 66px; } }
  #footer .container {
    max-width: 1260px; }
  #footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

@media screen and (min-width: 768px) {
  #footer .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 768px) {
  #footer .col-left {
    padding-right: 40px; } }
  #footer .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

@media screen and (min-width: 768px) {
  #footer .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    max-width: 310px; } }
  #footer .about {
    max-width: 380px;
    padding-bottom: 30px; }

@media screen and (max-width: 767px) {
  #footer .about {
    text-align: center; } }
    #footer .about p:last-child {
      margin-bottom: 0; }
  #footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media screen and (min-width: 768px) {
  #footer .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    #footer .menu li {
      padding: 10px 0; }
      #footer .menu li:not(:last-child) {
        margin-right: 30px; }
    #footer .menu a {
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: none; }
  #footer .f-right {
    text-align: center; }

@media screen and (min-width: 768px) {
  #footer .f-right {
    padding-right: 54px;
    text-align: right; } }
    #footer .f-right .img-hold {
      margin-bottom: 30px; }

a {
  color: #57121d; }

.media-content {
  padding-bottom: 40px; }

@media screen and (min-width: 768px) {
  .media-content {
    padding-bottom: 78px; } }
  .media-content:last-child {
    padding-bottom: 40px; }

@media screen and (max-width: 767px) {
  .media-content .img-hold {
    margin-bottom: 35px; } }
  .media-content .img-hold img {
    display: block;
    width: 100%; }
  .media-content .txt-hold-style02 h4 {
    margin: 0 0 0.3em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase; }
  .media-content .txt-hold-style02 .txt P:last-child {
    margin-bottom: 1.9em; }
  .media-content .txt P:last-child {
    margin-bottom: 0; }
  .media-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .media-content .row-style01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .media-content .row-style01 .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style01 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style01 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.7%;
            flex: 0 0 55.7%;
    max-width: 55.7%; } }
    .media-content .row-style01 .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style01 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style01 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.25%;
            flex: 0 0 35.25%;
    max-width: 35.25%; } }
  .media-content .row-style02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .media-content .row-style02 .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style02 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style02 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }
    .media-content .row-style02 .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style02 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style02 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.5%;
            flex: 0 0 42.5%;
    max-width: 42.5%; } }
  .media-content .row-style03 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .media-content .row-style03 .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style03 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style03 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.1%;
            flex: 0 0 50.1%;
    max-width: 50.1%; } }
    .media-content .row-style03 .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style03 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style03 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.7%;
            flex: 0 0 41.7%;
    max-width: 41.7%; } }
  .media-content .row-style04 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .media-content .row-style04 .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style04 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style04 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.9%;
            flex: 0 0 52.9%;
    max-width: 52.9%; } }
    .media-content .row-style04 .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style04 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style04 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.8%;
            flex: 0 0 35.8%;
    max-width: 35.8%; } }
  .media-content .row-style05 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .media-content .row-style05 .col-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style05 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style05 .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.9%;
            flex: 0 0 52.9%;
    max-width: 52.9%; } }
    .media-content .row-style05 .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

@media screen and (min-width: 768px) {
  .media-content .row-style05 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; } }

@media screen and (min-width: 991px) {
  .media-content .row-style05 .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.8%;
            flex: 0 0 35.8%;
    max-width: 35.8%; } }

.img-section {
  max-width: 1440px;
  margin: auto;
  padding-top: 28px;
  padding-bottom: 20px;
  overflow: hidden; }
  .img-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px; }
  .img-section .col {
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

@media screen and (min-width: 768px) {
  .img-section .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (max-width: 767px) {
  .img-section .img-hold {
    margin-bottom: 35px; } }
  .img-section .img-hold img {
    display: block;
    width: 100%; }

.container {
  max-width: 942px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.about-us {
  padding-top: 10px; }

@media screen and (min-width: 768px) {
  .about-us {
    padding-bottom: 20px; } }
  .about-us .container {
    max-width: 1072px; }

.what-we-do {
  padding-top: 20px;
  padding-bottom: 15px; }
  .what-we-do .container {
    max-width: 1016px; }

.how-we-do {
  padding-top: 22px;
  padding-bottom: 40px; }
  .how-we-do .container {
    max-width: 1016px; }
  .how-we-do .img-section {
    padding-top: 12px; }

.contact {
  padding-top: 26px;
  padding-bottom: 8px; }
  .contact .container {
    max-width: 1405px; }
  .contact .heading h1 {
    font-size: 36px; }
  .contact .txt-hold {
    max-width: 540px;
    margin: auto;
    text-align: center; }

.contact-info-hold {
  padding-bottom: 25px; }
  .contact-info-hold .contact-info {
    padding: 0;
    margin: 0;
    list-style: none; }
    .contact-info-hold .contact-info > li {
      text-align: center; }
      .contact-info-hold .contact-info > li > a {
        color: #57121d;
        text-decoration: none; }
        .contact-info-hold .contact-info > li > a:hover, .contact-info-hold .contact-info > li > a:focus {
          text-decoration: underline; }

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .hero .hero-slider,
  .hero .img-hold,
  .hero .slick-list,
  .hero .slick-track {
    height: 100%; }
  .hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero header {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 30px;
    z-index: 10; }

@media screen and (min-width: 768px) {
  .hero header {
    left: 50px; } }
    .hero header .heading {
      max-width: 1440px;
      margin: auto; }
  .hero h1 {
    max-width: 341px;
    color: #fff;
    line-height: 1.166667; }
    .hero h1 small {
      padding-top: 20px;
      display: block;
      font-size: 15px; }

.instagram-section {
  padding-top: 30px;
  padding-bottom: 25px; }
  .instagram-section h2 {
    margin: 0 0 1em;
    font-size: 24px;
    text-align: center; }
    .instagram-section h2 a {
      text-decoration: none; }
      .instagram-section h2 a:hover, .instagram-section h2 a:focus {
        color: rgba(87, 18, 29, 0.5); }
  .instagram-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
  .instagram-section .container {
    max-width: 1440px; }
  .instagram-section .img-hold {
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

@media screen and (min-width: 576px) {
  .instagram-section .img-hold {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333333333333%;
            flex: 0 0 33.333333333333333%;
    max-width: 33.333333333333333%; } }

@media screen and (min-width: 768px) {
  .instagram-section .img-hold {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 991px) {
  .instagram-section .img-hold {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666%;
            flex: 0 0 16.666666%;
    max-width: 16.666666%; } }

.product {
  padding-top: 10px;
  padding-bottom: 55px; }
  .product .container {
    max-width: 942px; }
  .product .media-content {
    padding-bottom: 40px; }

@media screen and (min-width: 768px) {
  .product .media-content {
    padding-bottom: 46px; } 

  }
    .product .media-content:last-child {
      padding-bottom: 40px; 
    }


@media screen and (max-width: 768px) {
      #instafeed {

    flex-wrap: wrap;

      }

            #instafeed a {
              width: 46%;

            }
    }

      #instafeed a {
        margin:  0px 5px 10px 5px;
      }

      #instafeed a img {
        height: 170px;
        width: 100%;
        object-fit: cover;
      }



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