@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

.screen-reader-text {
  display: none;
}

/*@font-face {
    font-family: 'south_afirkas_2100regular';
    src: url('../../font/south_afirkas_2100-webfont.ttf') format('ttf'),
         url('../../font/south_afirkas_2100-webfont.woff2') format('woff2'),
         url('../../font/south_afirkas_2100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("../../font/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'PermanentMarker';
  src: url("../../font/PermanentMarker-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@-webkit-keyframes woobleX {
  0% {
    left: 50%;
  }
  50% {
    left: 75%;
  }
}

@keyframes woobleX {
  0% {
    left: 50%;
  }
  50% {
    left: 75%;
  }
}

.alignright, .align-right {
  float: right;
}

.alignleft, .align-left {
  float: left;
}

.clearfix:after, .clear-fix:after {
  content: '';
  clear: both;
  display: table;
}

@media print, screen and (min-width: 1024px) {
  .hide-for-medium {
    display: none;
  }
}

html, body {
  background-color: #f1e8d7;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@media print, screen and (min-width: 1400px) {
  html, body {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1400px) {
  html, body {
    font-size: 20px;
  }
}

.site {
  overflow-x: hidden;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PermanentMarker", cursive;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.3rem;
}

h4, h5, h6 {
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: #624563;
}

main a {
  text-decoration: underline;
}

a:hover {
  color: #f3981c;
}

.button.read-more {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}

.post-thumbnail {
  margin-left: 0;
  margin-right: 0;
}

.topbar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  background: #000;
  position: fixed;
  top: 0px;
}

.meta-nav-bar {
  background-image: url(../../img/gras-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 32px;
}

.meta-nav-bar > .menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  list-style: none;
  max-width: 1400px;
  margin: 0 auto;
  height: 90px;
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .meta-nav-bar > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.meta-nav-bar > .menu > .menu-item {
  margin: 0 15px;
}

.meta-nav-bar > .menu > .menu-item > a {
  color: #fff;
}

.site-logo {
  margin-bottom: -60px;
  margin-top: 10px;
}

@media print, screen and (min-width: 1024px) {
  .site-logo {
    margin-bottom: -80px;
  }
}

.site-logo img {
  max-width: 100px;
  height: auto;
}

@media print, screen and (min-width: 1024px) {
  .site-logo img {
    max-width: 130px;
    margin-top: 15px;
  }
}

.menu-toggle {
  padding: 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media print, screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle img {
  cursor: pointer;
  height: 32px;
  width: auto;
}

.main-nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-nav-bar > .menu {
  margin: 0;
  list-style: none;
  position: relative;
  height: 83px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .main-nav-bar > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-nav-bar > .menu > .menu-item > a {
  /* font-family: "Lato", "Arial", "Helvetica", sans-serif; */
  font-family: "PermanentMarker", cursive;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.main-nav-bar > .menu > .menu-item > a:hover {
  color: #f3981c;
}

.main-nav-bar .sub-menu {
  height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  position: absolute;
  padding: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.main-nav-bar .sub-menu:before {
  content: "";
  display: block;
  height: 25px;
  background-color: transparent;
}

.main-nav-bar .sub-menu li {
  background-color: black;
  list-style: none;
  text-transform: uppercase;
  font-size: .8rem;
  padding: 10px;
  /* border-top: 1px solid #fff; */
  position: relative;
}

.main-nav-bar .sub-menu li:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  border-bottom: 1px dotted rgba(255,255,255,.5);
  left: 10px;
}

.main-nav-bar .sub-menu li:last-child:before {
  display: none;
}



.main-nav-bar .sub-menu li a {
  color: #fff;
  display: block;
}

.main-nav-bar .sub-menu li:hover {
  /* background-color: #474747; */
}

.main-nav-bar .sub-menu li:hover a {
  color: #f3981c;
}

/* .main-nav-bar .sub-menu li:last-child {
  border-bottom: 1px solid #fff;
} */

.main-nav-bar .menu-item-has-children:hover .sub-menu {
  height: auto;
  max-height: 5000px;
}

.main-nav-bar .menu-item-has-children .sub-menu:hover {
  height: auto;
  max-height: 5000px;
}

.mobile-nav-bar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media print, screen and (min-width: 1024px) {
  .mobile-nav-bar {
    display: none;
  }
}

.mobile-nav-bar.is-open {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  background-color: rgba(51, 51, 51, 0.5);
}

.mobile-nav-bar .mobile-nav-bar-wrapper {
  min-width: 30vw;
  max-width: 60vw;
  height: 100%;
  background-color: #624563;
  color: #fff;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 32px 30px 32px 30px;
  overflow-y: scroll;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu .menu-item {
  padding: 5px 0;
  font-size: 1.4rem;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu .menu-item .menu-item {
  font-size: 1.2rem;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu .menu-item a {
  color: inherit;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu > .menu-item > a {
  font-family: "PermanentMarker", cursive;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu .menu-item a:hover {
  color: #f3981c;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu + .menu {
  margin-top: 1em;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu-item-has-children {
  position: relative;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu-item-has-children .sub-menu {
  height: 0;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu-item-has-children:after {
  content: "\203A";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu-item-has-children.is-open .sub-menu {
  height: auto;
  max-height: 5000px;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  padding-left: 25px;
  margin: 10px 0 15px;
}

.mobile-nav-bar .mobile-nav-bar-wrapper .menu-item-has-children.is-open:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.keyvisual .keyvisual-wrapper {
  position: relative;
}

.keyvisual .keyvisual-wrapper:after {
  content: '';
  display: block;
  height: 150px;
  min-height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  background-image: url(../../img/gras-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
}

.keyvisual .keyvisual-wrapper .keyvisual-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: calc(450px - 80px);
  max-height: calc(60vh - 80px);
    min-height: 600px;
}

.home .keyvisual .keyvisual-wrapper .keyvisual-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 600px;
  max-height: 60vh;
}

.keyvisual .keyvisual-wrapper .keyvisual-content {
  position: absolute;
  top: 60%;
  width: calc(100vw - 60px);
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "PermanentMarker", cursive;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  
}

@media print, screen and (min-width: 1024px) {
  .keyvisual .keyvisual-wrapper .keyvisual-content {
    top: 70%;
  }
}

.keyvisual .keyvisual-wrapper .keyvisual-content .keyvisual-title {
  font-size: 3rem;
  margin-bottom: 0.25em;
  margin-top: 0;
}

.keyvisual-title {
  display: none;
}

.keyvisual .keyvisual-description span {
  position: relative;
  display: inline-block;
}
.keyvisual .keyvisual-description span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  padding: 5px 15px;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 1024px) {
  .keyvisual .keyvisual-description span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    padding: 5px 15px;
    transform: translate(-50%, -50%);
  }
}

.keyvisual .keyvisual-wrapper .keyvisual-content .keyvisual-description {
  font-size: 2rem;
  color: rgba(255, 255, 255, 1);
}

.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.boxes .box {
  color: #fff;
  text-align: center;
  display: block;
  border: 5px solid white;
  border-radius: 5px;
  padding: 20px 40px 62px 40px;
  position: relative;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
          flex: 0 0 calc(100%);
  max-width: calc(100%);
}

@media print, screen and (min-width: 1024px) {
  .boxes .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50%  - 30px);
  }
}

@media print, screen and (min-width: 1400px) {
  .boxes .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    max-width: calc(25%  - 30px);
  }
}

.boxes .box.purple {
  background-color: #624563;
}

.boxes .box.orange {
  background-color: #f3981c;
}

.boxes .box.yellow {
  background-color: #f1cd00;
}

.boxes .box.red {
  background-color: #d53a12;
}

.boxes .box.box {
  margin-top: 1em;
}

@media print, screen and (min-width: 1024px) {
  .boxes .box.box {
    margin-top: 0;
  }
}

.boxes .box .box-title {
  font-size: 1.8rem;
  font-family: "PermanentMarker", cursive;
  text-transform: uppercase;
  line-height: 1;
}

.boxes .box .box-teaser {
  font-size: 1rem;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
  /* margin-top: 1em; */
  margin: 10px 0;
}

.boxes .box .box-link {
  color: #333;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.boxes .box:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.site-content {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 0px;
}

@media screen and (min-width: 780px) {
  .site-content {
    margin-top: 60px;
  }
}


.site-main {
  padding: 0 20px;
}

.container__inner {
  padding: 50px 0;
}

.container__outer.full-width {
  position: relative;
}

.container__outer.full-width:before {
  content: '';
  background-color: inherit;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.wp-block-fbo-cpt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.wp-block-fbo-cpt-list .post,
.wp-block-fbo-cpt-list .project,
.wp-block-fbo-cpt-list .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100%  - 30px);
}

@media print, screen and (min-width: 1024px) {
  .wp-block-fbo-cpt-list .post,
  .wp-block-fbo-cpt-list .project,
  .wp-block-fbo-cpt-list .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

.wp-block-fbo-cpt-list .post + .post,
.wp-block-fbo-cpt-list .post + .project,
.wp-block-fbo-cpt-list .post + .date,
.wp-block-fbo-cpt-list .project + .post,
.wp-block-fbo-cpt-list .project + .project,
.wp-block-fbo-cpt-list .project + .date,
.wp-block-fbo-cpt-list .date + .post,
.wp-block-fbo-cpt-list .date + .project,
.wp-block-fbo-cpt-list .date + .date {
  margin-top: 2em;
}

@media print, screen and (min-width: 1024px) {
  .wp-block-fbo-cpt-list .post + .post,
  .wp-block-fbo-cpt-list .post + .project,
  .wp-block-fbo-cpt-list .post + .date,
  .wp-block-fbo-cpt-list .project + .post,
  .wp-block-fbo-cpt-list .project + .project,
  .wp-block-fbo-cpt-list .project + .date,
  .wp-block-fbo-cpt-list .date + .post,
  .wp-block-fbo-cpt-list .date + .project,
  .wp-block-fbo-cpt-list .date + .date {
    margin-top: 0;
  }
}

.wp-block-fbo-cpt-list .date {
  background-color: #624563;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wp-block-fbo-cpt-list .date .date-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 100%;
}

.wp-block-fbo-cpt-list .date .date-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
}

.wp-block-fbo-cpt-list .date .date-link a {
  color: inherit;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.wp-block-fbo-cpt-list .date .date-link a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wp-block-fbo-cpt-list .date .date-link:hover img {
  -webkit-animation: 'woobleX' 1s linear infinite;
          animation: 'woobleX' 1s linear infinite;
}

.wp-block-fbo-cpt-list .wp-post-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer {
  position: relative;
  background-image: url(../../img/gras-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 150px;
  color: #fff;
  margin-top: -350px;
}

@media print, screen and (min-width: 1024px) {
  .site-footer {
    min-height: 300px;
    margin-top: -50px;
  }
}

.site-footer .site-footer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 75px 0;
  padding-top: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 1024px) {
  .site-footer .site-footer-wrapper {
    padding-top: 250px;
  }
}

.site-footer .site-footer-wrapper .site-footer-item {
  -webkit-box-flex: calc(100% - 20px);
      -ms-flex: calc(100% - 20px);
          flex: calc(100% - 20px);
  margin: 0 20px;
}

@media print, screen and (min-width: 1024px) {
  .site-footer .site-footer-wrapper .site-footer-item {
    -webkit-box-flex: calc(33% - 40px);
        -ms-flex: calc(33% - 40px);
            flex: calc(33% - 40px);
  }
}

.site-footer .site-footer-wrapper .site-footer-item a {
  text-decoration: underline;
}

.site-footer .site-footer-wrapper .site-footer-item a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.footer-menu {
  list-style: none;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}

.footer-menu .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  color: #fff;
  padding: 5px 0;
}

.footer-menu .menu-item a {
  color: inherit;
  display: block;
}

.alignfull {
  margin-left: -50%;
  margin-right: -50%;
}

.alignfull img {
  height: auto;
}

/* fixes */

/* .main-nav-bar .sub-menu li:first-child {
  display: none;
} */

/* project */

.project__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}

.project__item {
  display: block;
  max-width: calc(100%);
  flex-basis: calc(100%);
  position: relative;
  overflow: hidden;
  margin: 10px 10px;
}

@media screen and (min-width: 680px) {
  .project__item {
    max-width: calc(100% / 2 - 20px);
    flex-basis: calc(100% / 2 - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .project__item {
    max-width: calc(100% / 3 - 20px);
    flex-basis: calc(100% / 3 - 20px);
  }
}

a.project__item h2 {
  color: #fff;
}

.project__image {
  position: relative;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  transform: scale(1);
  transition: .5s all;
  background-position: center;
}

.project__image:hover {
  transform: scale(1.2);
}

.project__title {
  position: absolute;
  bottom: 0%;
  left: 0%;
  /* transform: translate(0%,-50%); */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  width: 100%;
}

.project__title h2 {
  margin: 0;
  font-size: 2rem;
}

.project__detail img {
  max-width: 100%;
  height: auto;
}

.contact__icon img {
  max-height: 30px;
  margin-top: 4px;
}


.main-nav-bar > .menu > .menu-item.current_page_item > a ,
.main-nav-bar > .menu > .menu-item.current-menu-parent > a ,
.main-nav-bar .menu .menu-item.current-menu-item-ancestor > a ,
.main-nav-bar .menu .menu-item.current_page_item > a ,
.main-nav-bar .menu .menu-item.current-menu-item > a {
  color: #f3981c;
}

/*accordion*/

.accordion {
  overflow: hidden;
  height: 200px;
  position: relative;
  transition: .5s all;
  padding-bottom: 60px;
  
}

.accordion.active {
  height: auto;
}
.accordion::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(360deg, rgba(241, 232, 215,1) 0%, rgba(2,0,36,0) 100%);

}

.accordion.active:before{
  display: none;
}

.accordion.active .accordion__more {
  bottom: 10px;
}

.accordion__more {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

/*shop*/
#wpcf7-f240-p258-o1 {
  max-width: 1024px;
}
#wpcf7-f240-p258-o1 form {
  
}

#wpcf7-f240-p258-o1 .wp-block-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#wpcf7-f240-p258-o1 .wp-block-columns .wp-block-column {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  /* border-bottom: 1px solid #999; */
  align-items: center;
  padding: 30px 0;
}

#wpcf7-f240-p258-o1 .wp-block-columns .wp-block-column > input {
  width: 30px;
  height: 30px;
}

#wpcf7-f240-p258-o1 .wp-block-columns .wp-block-column > label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#wpcf7-f240-p258-o1 .wp-block-columns label {

}
#wpcf7-f240-p258-o1 .wp-block-columns label img {
  max-height: 300px;
  margin: 0 30px;
}

.product__text {
  margin-right: 30px;
  font-weight: 800;
  padding: 0 5px;
}

.amount__input {
  margin-left: 5px;
  text-align: center;
}

.wp-block-image img {
  height: auto;
}

/*fotos*/

.wp-block-cover.has-background-dim {
  position: relative;
}

.wp-block-cover.has-background-dim .wp-block-cover__inner-container {
  position: absolute;
    top: 80%;
    left: 0%;
    transform: translate(0%,-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    width: auto;
}

.wp-block-cover.has-background-dim .wp-block-cover__inner-container p {
  width: auto;
  margin: 0;
}

.wp-block-cover.has-background-dim .wp-block-cover__inner-container a {
  color: #fff;
  text-decoration: 0;
  font-family: "PermanentMarker", cursive;
  font-size: 1.5rem;
}

.page-id-20 .wp-block-cover {
  margin-bottom: 30px;
}

@media (min-width: 680px) {
.page-id-20 .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
}
}
@media (min-width: 1024px) {
.page-id-20 .wp-block-column:not(:only-child) {
  flex-basis: calc(33% - 1em)!important;
}
}

@media (min-width: 1024px) {
  .page-id-20 .wp-block-column:not(:first-child) {
      margin-left: 30px;

  }
}


.menu-title {
  color: #fff;
  height: 83px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
}

.menu-title a {
  color: #fff;
}

/* .menu-title::before {
  display: none;
}


@media (min-width: 1024px) {
  .menu-title::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #fff;
  }
} */

.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6, .site-content .entry-title {
  text-align: center;
}


/* .owl-carousel {
  max-height: 60vh;
} */

.sa_hover_container {
  min-height: 0;
}


.keyvisual > div {
  margin-top: 35px;
  z-index: 0;
  border: 0px solid transparent !important;
}

.home .keyvisual > div  {
  margin-top: 35px;
  margin-bottom: -85px;
  z-index: 0
}

.owl-thumbs {
  display: none;
}

.owl-dots {
  top: 75%;
}

.sa_hover_container > div {

}

.sa_hover_container h3 {
  background: rgba(0, 0, 0, 0.7);
  max-width: 80vw;
  color: #fff;
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 5px 15px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

  @media (min-width: 1024px) {
    .sa_hover_container h3 {
    top: 60%;
    max-width: 50vw;
  }
}


#wpcf7-f240-p258-o1 {
  max-width: unset;
}

#wpcf7-f240-p258-o1 div:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  flex-direction: column;
  /* background-color: #d1c8b6; */
  color: #000;
  margin: 15px;
  margin-right: 0px;
  margin-left: 0;
  position: relative;
  padding: 30px;
  min-width: 350px;
  min-height: 300px;
}

@media screen and (min-width:760px) {
  #wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column {
    flex-basis: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
    margin-right: 30px;
  }
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column > label {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  width: 100%;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column p {
  margin: 0;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__text {
  text-align: center;
  margin: 15px 0;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(20px);
  font-size: 16px;
  /* display: none; */
  color: #fff;
  opacity: 0;
  transition: .5s opacity;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column [type="checkbox"] {
  width: 30px;
  height: 30px;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column.active .product__description {
  opacity: 1;
  z-index: 5;
  /* display: block; */
  padding: 30px;
  z-index: 1;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__image {
  position: relative;
  z-index: 0;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .form_fields {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__image:before {
  content:'';
  position: absolute;
  right: 15px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  background-image: url(../../img/magnifying-glass-plus.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f1e8d7;
  padding: 5px;
  z-index: 3;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column.active .product__image:before {
  display: none;
}

/** keyvisual boxes **/

.keyvisual__color-boxes {
  display: flex;
  flex-direction: row;
  margin-top: -20px;
}

.keyvisual__color-boxes > div {
  flex-basis: 25%;
  max-width: 25%;
  height: 30px;
}

.keyvisual__color-boxes .color__1 {
  background-color: #624563;
}
.keyvisual__color-boxes .color__2 {
  background-color: #f3981c;
}
.keyvisual__color-boxes .color__3 {
  background-color: #f1cd00;
}
.keyvisual__color-boxes .color__4 {
  background-color: #d53a12;
}

.wpcf7-number {
  margin-left: 15px;
  max-width: 80px;
}

/** not in assets **/
@media screen and (min-width: 1024px) {
  .site-logo img {
      max-width: 130px;
      margin-top: 0px;
  }
}

.main-nav-bar > .menu > .menu-item > a {
  font-size: 1.1rem;
}

.main-nav-bar > .menu {
  justify-content: end;
  gap: 30px;
}

@media screen and (min-width: 1024px) {
  .menu-title a {
    white-space: nowrap;
  }
}

.project__title h2 {
  font-size: 1.5rem;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__image {
  cursor: pointer;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column.active .product__image {
  /* opacity: 0; */
}

/* #wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column.active .product__description {
  padding: 15px;
} */

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__description img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  padding: 15px;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__image img {
  transform: scale(1);
  transition: .5s all;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .product__image:hover img {
  transform: scale(1.1);
}


#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column .close {
  display: none;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 999;
  background-color: #000;
  color: #d1c8b6;
  padding: 0px 5px 9px 5px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border: 6px solid #f1e8d7;
  cursor: pointer;
}

#wpcf7-f240-p258-o1 div:nth-child(2) .wp-block-column.active .close {
  display: flex;
}

.site-content {
  position: relative;
  z-index: 2;
}