<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hemma
Theme URI: http://underscores.me/
Author: Pasquale Vitiello
Author URI: http://pasqualevitiello.com
Description: A Theme for Holiday Houses
Version: 1.4.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hemma
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-colors, editor-style, featured-images, flexible-header, microformats, post-formats, threaded-comments, translation-ready, holiday

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hemma is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1020px) {
  .container {
    margin: 0 auto;
    max-width: 1020px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .container.is-fluid {
    margin: 0;
    max-width: none;
  }
  .container.no-margins {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .container {
    max-width: 1140px;
  }
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .column {
    padding: 10px;
  }
}

@media screen and (min-width: 1020px) {
  .column {
    padding: 20px;
  }
}

.columns.is-mobile &gt; .column.is-half {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile &gt; .column.is-third {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile &gt; .column.is-quarter {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile &gt; .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile &gt; .column.is-offset-third {
  margin-left: 33.3333%;
}

.columns.is-mobile &gt; .column.is-offset-quarter {
  margin-left: 25%;
}

.columns.is-mobile &gt; .column.is-1 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

.columns.is-mobile &gt; .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile &gt; .column.is-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

.columns.is-mobile &gt; .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile &gt; .column.is-3 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile &gt; .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile &gt; .column.is-4 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

.columns.is-mobile &gt; .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile &gt; .column.is-5 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

.columns.is-mobile &gt; .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile &gt; .column.is-6 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile &gt; .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile &gt; .column.is-7 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

.columns.is-mobile &gt; .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile &gt; .column.is-8 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

.columns.is-mobile &gt; .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile &gt; .column.is-9 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile &gt; .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile &gt; .column.is-10 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

.columns.is-mobile &gt; .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile &gt; .column.is-11 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

.columns.is-mobile &gt; .column.is-offset-11 {
  margin-left: 91.66667%;
}

@media screen and (max-width: 768px) {
  .column.is-half-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-third-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-quarter-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 769px) {
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-third, .column.is-third-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-quarter, .column.is-quarter-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-third, .column.is-offset-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-quarter, .column.is-offset-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1020px) {
  .column.is-half-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-third-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-quarter-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
}

.columns {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 769px) {
  .columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width: 1020px) {
  .columns {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 20px;
}

.columns.is-gapless &gt; .column {
  margin: 0;
  padding: 0;
}

.columns.is-multiline {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .columns.is-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .columns.is-grid &gt; .column {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 10px;
    width: 33.3333%;
  }
  .columns.is-grid &gt; .column + .column {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1020px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 87.5%;
  }
}

body,
button,
input,
select,
textarea {
  color: rgba(51, 51, 51, 0.85);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

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

a:not(.button):hover, a:not(.button):focus {
  color: #333;
}

.accent-is-white a:not(.button):hover, .accent-is-white a:not(.button):focus {
  color: #FFF;
}

.accent-is-red a:not(.button):hover, .accent-is-red a:not(.button):focus {
  color: #FB6658;
}

.accent-is-orange a:not(.button):hover, .accent-is-orange a:not(.button):focus {
  color: #FC8251;
}

.accent-is-yellow a:not(.button):hover, .accent-is-yellow a:not(.button):focus {
  color: #F9C356;
}

.accent-is-green a:not(.button):hover, .accent-is-green a:not(.button):focus {
  color: #6BB470;
}

.accent-is-light-blue a:not(.button):hover, .accent-is-light-blue a:not(.button):focus {
  color: #60C2E4;
}

.accent-is-blue a:not(.button):hover, .accent-is-blue a:not(.button):focus {
  color: #4A89DC;
}

.accent-is-purple a:not(.button):hover, .accent-is-purple a:not(.button):focus {
  color: #A188E0;
}

.accent-is-pink a:not(.button):hover, .accent-is-pink a:not(.button):focus {
  color: #EA7CBA;
}

.accent-is-brown a:not(.button):hover, .accent-is-brown a:not(.button):focus {
  color: #B39164;
}

.accent-is-dark a:not(.button):hover, .accent-is-dark a:not(.button):focus {
  color: #565656;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #E7E7E7;
  clear: both;
  margin: 2em 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.main-navigation {
  color: #333;
  margin-top: 0;
  font-weight: bold;
}

.entry-title,
.block-title,
.block-subtitle,
.hero-title,
.hero-subtitle,
.author-box-title,
.main-navigation {
  font-family: "Playfair Display", serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
.h1,
.block-title {
  font-size: 43.902px;
  font-size: 2.74388rem;
}

@media screen and (min-width: 1240px) {
  h1,
  .h1,
  .block-title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

h2,
.h2,
.main-navigation,
.hero-subtitle {
  font-size: 29.268px;
  font-size: 1.82925rem;
}

@media screen and (min-width: 1240px) {
  h2,
  .h2,
  .main-navigation,
  .hero-subtitle {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h3,
.h3,
.site-title,
.block-subtitle,
.author-box-title,
.guest-quote {
  font-size: 19.512px;
  font-size: 1.2195rem;
}

@media screen and (min-width: 1240px) {
  h3,
  .h3,
  .site-title,
  .block-subtitle,
  .author-box-title,
  .guest-quote {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4,
.h4,
h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

.hero-title {
  font-size: 65.853px;
  font-size: 4.11581rem;
}

@media screen and (min-width: 1240px) {
  .hero-title {
    font-size: 81px;
    font-size: 5.0625rem;
  }
}

@media screen and (min-width: 769px) {
  .main-navigation {
    font-size: 47.25px;
    font-size: 2.95312rem;
  }
}

@media screen and (min-width: 1240px) {
  .block-strip .block-title {
    font-size: 47.25px;
    font-size: 2.95312rem;
  }
}

@media screen and (min-width: 1240px) {
  .block-strip .block-subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.hero-subtitle,
.block-subtitle {
  font-family: "Playfair Display", serif;
  color: rgba(51, 51, 51, 0.6);
}

.is-text-light {
  color: #FFF;
}

.is-text-light a,
.is-text-light h1, .is-text-light .h1, .is-text-light h2, .is-text-light .h2, .is-text-light h3, .is-text-light .h3, .is-text-light h4, .is-text-light .h4, .is-text-light h5, .is-text-light .h5, .is-text-light h6, .is-text-light .h6,
.is-text-light .hero-subtitle,
.is-text-light .block-subtitle,
.is-text-light .entry-title {
  color: #FFF;
}

.is-text-light a:hover, .is-text-light a:active, .is-text-light a:focus,
.is-text-light h1:hover,
.is-text-light h1:active,
.is-text-light h1:focus, .is-text-light .h1:hover, .is-text-light .h1:active, .is-text-light .h1:focus, .is-text-light h2:hover, .is-text-light h2:active, .is-text-light h2:focus, .is-text-light .h2:hover, .is-text-light .h2:active, .is-text-light .h2:focus, .is-text-light h3:hover, .is-text-light h3:active, .is-text-light h3:focus, .is-text-light .h3:hover, .is-text-light .h3:active, .is-text-light .h3:focus, .is-text-light h4:hover, .is-text-light h4:active, .is-text-light h4:focus, .is-text-light .h4:hover, .is-text-light .h4:active, .is-text-light .h4:focus, .is-text-light h5:hover, .is-text-light h5:active, .is-text-light h5:focus, .is-text-light .h5:hover, .is-text-light .h5:active, .is-text-light .h5:focus, .is-text-light h6:hover, .is-text-light h6:active, .is-text-light h6:focus, .is-text-light .h6:hover, .is-text-light .h6:active, .is-text-light .h6:focus,
.is-text-light .hero-subtitle:hover,
.is-text-light .hero-subtitle:active,
.is-text-light .hero-subtitle:focus,
.is-text-light .block-subtitle:hover,
.is-text-light .block-subtitle:active,
.is-text-light .block-subtitle:focus,
.is-text-light .entry-title:hover,
.is-text-light .entry-title:active,
.is-text-light .entry-title:focus {
  color: #FFF;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.hero-subtitle,
.block-subtitle {
  margin-bottom: 1.6rem;
  line-height: 1.1;
}

.entry-header,
.entry-footer,
.guest-name {
  color: rgba(51, 51, 51, 0.6);
}

.entry-header,
.entry-footer,
.extras-meta-bottom {
  font-size: 87.5%;
}

p,
.entry-header,
.entry-footer {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.widget-area,
.site-info {
  font-size: 87.5%;
}

.page-title,
.comments-title,
.comment-reply-title,
.widget-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.comments-title {
  margin-bottom: 2rem;
}

.page-title,
.comment-reply-title,
.widget-title {
  margin-bottom: 1rem;
}

b,
blockquote,
strong,
.guest-name {
  font-weight: 700;
}

blockquote,
dfn,
cite,
em,
i,
.guest-quote {
  font-style: italic;
}

blockquote {
  margin: 0 3rem;
}

blockquote:before {
  content: "\201C";
  display: block;
  font-size: 2rem;
  height: 0;
  left: -1.5rem;
  position: relative;
  top: -0.5rem;
}

address {
  margin: 0 0 1.5rem;
  font-style: normal;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #E7E7E7;
}

.initialism {
  font-size: 87.5%;
}

mark,
.mark {
  background-color: #FCF8E3;
  color: inherit;
  padding: 0.2rem;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 87.5%;
  color: #69707A;
  background-color: #F5F5F5;
}

pre {
  display: block;
  padding: 1rem;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
}

pre code {
  padding: 0;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

label,
.comment-notes {
  font-size: 87.5%;
  color: rgba(51, 51, 51, 0.6);
}

h1, .h1 {
  margin-bottom: 1.09375rem;
}

h2, .h2 {
  margin-bottom: 1.2625rem;
}

h3, .h3, .hero-subtitle {
  margin-bottom: 1.375rem;
}

h4, .h4, .entry-subtitle {
  margin-bottom: 1.45rem;
}

h5, .h5 {
  margin-bottom: 1.5rem;
}

h6, .h6 {
  margin-bottom: 1.5125rem;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.logo-image .site-title,
.site-description {
  margin-bottom: 0;
  text-indent: -9999px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  background-color: #333;
}

.hero.is-white {
  background-color: #FFF;
}

.hero.is-red {
  background-color: #FB6658;
}

.hero.is-orange {
  background-color: #FC8251;
}

.hero.is-yellow {
  background-color: #F9C356;
}

.hero.is-green {
  background-color: #6BB470;
}

.hero.is-light-blue {
  background-color: #60C2E4;
}

.hero.is-blue {
  background-color: #4A89DC;
}

.hero.is-purple {
  background-color: #A188E0;
}

.hero.is-pink {
  background-color: #EA7CBA;
}

.hero.is-brown {
  background-color: #B39164;
}

.hero.is-dark {
  background-color: #565656;
}

.hero-content {
  position: relative;
}

.scroll-icon {
  position: absolute;
  bottom: 40px;
  left: -webkit-calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 32px;
  border-radius: 12px;
  border: 2px solid #FFF;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 768px) {
  .scroll-icon {
    display: none !important;
  }
}

.scroll-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #FFF;
  -webkit-animation-name: mouse-wheel-animation;
          animation-name: mouse-wheel-animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes mouse-wheel-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes mouse-wheel-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

body {
  overflow-x: hidden;
}

.scrollbar-measure {
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

::-moz-selection {
  color: #FFF;
  background: #333;
}

::selection {
  color: #FFF;
  background: #333;
}

::-moz-selection {
  color: #FFF;
  background: #333;
}

.accent-is-white ::-moz-selection {
  background: #FFF;
}

.accent-is-white ::selection {
  background: #FFF;
}

.accent-is-white ::-moz-selection {
  background: #FFF;
}

.accent-is-red ::-moz-selection {
  background: #FB6658;
}

.accent-is-red ::selection {
  background: #FB6658;
}

.accent-is-red ::-moz-selection {
  background: #FB6658;
}

.accent-is-orange ::-moz-selection {
  background: #FC8251;
}

.accent-is-orange ::selection {
  background: #FC8251;
}

.accent-is-orange ::-moz-selection {
  background: #FC8251;
}

.accent-is-yellow ::-moz-selection {
  background: #F9C356;
}

.accent-is-yellow ::selection {
  background: #F9C356;
}

.accent-is-yellow ::-moz-selection {
  background: #F9C356;
}

.accent-is-green ::-moz-selection {
  background: #6BB470;
}

.accent-is-green ::selection {
  background: #6BB470;
}

.accent-is-green ::-moz-selection {
  background: #6BB470;
}

.accent-is-light-blue ::-moz-selection {
  background: #60C2E4;
}

.accent-is-light-blue ::selection {
  background: #60C2E4;
}

.accent-is-light-blue ::-moz-selection {
  background: #60C2E4;
}

.accent-is-blue ::-moz-selection {
  background: #4A89DC;
}

.accent-is-blue ::selection {
  background: #4A89DC;
}

.accent-is-blue ::-moz-selection {
  background: #4A89DC;
}

.accent-is-purple ::-moz-selection {
  background: #A188E0;
}

.accent-is-purple ::selection {
  background: #A188E0;
}

.accent-is-purple ::-moz-selection {
  background: #A188E0;
}

.accent-is-pink ::-moz-selection {
  background: #EA7CBA;
}

.accent-is-pink ::selection {
  background: #EA7CBA;
}

.accent-is-pink ::-moz-selection {
  background: #EA7CBA;
}

.accent-is-brown ::-moz-selection {
  background: #B39164;
}

.accent-is-brown ::selection {
  background: #B39164;
}

.accent-is-brown ::-moz-selection {
  background: #B39164;
}

.accent-is-dark ::-moz-selection {
  background: #565656;
}

.accent-is-dark ::selection {
  background: #565656;
}

.accent-is-dark ::-moz-selection {
  background: #565656;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #E7E7E7;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

figure {
  margin: 0 0 1.5rem 0;
}

body {
  background-color: #FFF;
}

body.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar header.is-header-fixed {
    top: 0;
  }
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.is-centered {
  text-align: center;
}

.is-left {
  text-align: left;
}

.is-right {
  text-align: right;
}

.is-block {
  display: block;
}

.is-inline-block {
  display: inline-block;
}

.is-inline {
  display: inline;
}

.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.is-clearfix:before, .is-clearfix:after {
  content: " ";
  display: table;
}

.is-clearfix:after {
  clear: both;
}

.is-pulled-left {
  float: left;
}

.is-pulled-right {
  float: right;
}

.is-fullwidth {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.is-disabled {
  pointer-events: none;
}

.is-marginless {
  margin: 0 !important;
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-text-ellipsed {
  text-overflow: ellipsis;
}

.is-unstyled-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.is-inline-list {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.is-inline-list &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button,
input[type="button"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #E7E7E7;
  color: rgba(51, 51, 51, 0.85);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  position: relative;
  vertical-align: middle;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  border-color: #AEB1B5;
}

.button:active, .button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #69707A;
  outline: none;
}

.is-text-light .button:hover, .is-text-light .button:active, .is-text-light .button:focus, .is-text-light
input[type="button"]:hover, .is-text-light
input[type="button"]:active, .is-text-light
input[type="button"]:focus, .is-text-light
input[type="submit"]:hover, .is-text-light
input[type="submit"]:active, .is-text-light
input[type="submit"]:focus {
  color: #FFF;
  border-color: #FFF;
}

.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #333;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  background: #FFF;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.85);
}

.button.is-white:hover, .button.is-white:focus,
input[type="button"].is-white:hover,
input[type="button"].is-white:focus,
input[type="submit"].is-white:hover,
input[type="submit"].is-white:focus {
  background: #f2f2f2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.85);
}

.button.is-white:active,
input[type="button"].is-white:active,
input[type="submit"].is-white:active {
  background: #ededed;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-red,
input[type="button"].is-red,
input[type="submit"].is-red {
  background: #FB6658;
  border-color: transparent;
  color: white;
}

.button.is-red:hover, .button.is-red:focus,
input[type="button"].is-red:hover,
input[type="button"].is-red:focus,
input[type="submit"].is-red:hover,
input[type="submit"].is-red:focus {
  background: #fa4f3f;
  border-color: transparent;
  color: white;
}

.button.is-red:active,
input[type="button"].is-red:active,
input[type="submit"].is-red:active {
  background: #fa4635;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-orange,
input[type="button"].is-orange,
input[type="submit"].is-orange {
  background: #FC8251;
  border-color: transparent;
  color: white;
}

.button.is-orange:hover, .button.is-orange:focus,
input[type="button"].is-orange:hover,
input[type="button"].is-orange:focus,
input[type="submit"].is-orange:hover,
input[type="submit"].is-orange:focus {
  background: #fc7038;
  border-color: transparent;
  color: white;
}

.button.is-orange:active,
input[type="button"].is-orange:active,
input[type="submit"].is-orange:active {
  background: #fb692e;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-yellow,
input[type="button"].is-yellow,
input[type="submit"].is-yellow {
  background: #F9C356;
  border-color: transparent;
  color: white;
}

.button.is-yellow:hover, .button.is-yellow:focus,
input[type="button"].is-yellow:hover,
input[type="button"].is-yellow:focus,
input[type="submit"].is-yellow:hover,
input[type="submit"].is-yellow:focus {
  background: #f8ba3d;
  border-color: transparent;
  color: white;
}

.button.is-yellow:active,
input[type="button"].is-yellow:active,
input[type="submit"].is-yellow:active {
  background: #f8b734;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-green,
input[type="button"].is-green,
input[type="submit"].is-green {
  background: #6BB470;
  border-color: transparent;
  color: white;
}

.button.is-green:hover, .button.is-green:focus,
input[type="button"].is-green:hover,
input[type="button"].is-green:focus,
input[type="submit"].is-green:hover,
input[type="submit"].is-green:focus {
  background: #5aab60;
  border-color: transparent;
  color: white;
}

.button.is-green:active,
input[type="button"].is-green:active,
input[type="submit"].is-green:active {
  background: #55a75a;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-light-blue,
input[type="button"].is-light-blue,
input[type="submit"].is-light-blue {
  background: #60C2E4;
  border-color: transparent;
  color: white;
}

.button.is-light-blue:hover, .button.is-light-blue:focus,
input[type="button"].is-light-blue:hover,
input[type="button"].is-light-blue:focus,
input[type="submit"].is-light-blue:hover,
input[type="submit"].is-light-blue:focus {
  background: #4abae0;
  border-color: transparent;
  color: white;
}

.button.is-light-blue:active,
input[type="button"].is-light-blue:active,
input[type="submit"].is-light-blue:active {
  background: #41b6df;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-blue,
input[type="button"].is-blue,
input[type="submit"].is-blue {
  background: #4A89DC;
  border-color: transparent;
  color: white;
}

.button.is-blue:hover, .button.is-blue:focus,
input[type="button"].is-blue:hover,
input[type="button"].is-blue:focus,
input[type="submit"].is-blue:hover,
input[type="submit"].is-blue:focus {
  background: #357bd8;
  border-color: transparent;
  color: white;
}

.button.is-blue:active,
input[type="button"].is-blue:active,
input[type="submit"].is-blue:active {
  background: #2c75d6;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-purple,
input[type="button"].is-purple,
input[type="submit"].is-purple {
  background: #A188E0;
  border-color: transparent;
  color: white;
}

.button.is-purple:hover, .button.is-purple:focus,
input[type="button"].is-purple:hover,
input[type="button"].is-purple:focus,
input[type="submit"].is-purple:hover,
input[type="submit"].is-purple:focus {
  background: #9174db;
  border-color: transparent;
  color: white;
}

.button.is-purple:active,
input[type="button"].is-purple:active,
input[type="submit"].is-purple:active {
  background: #8b6cd9;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-pink,
input[type="button"].is-pink,
input[type="submit"].is-pink {
  background: #EA7CBA;
  border-color: transparent;
  color: white;
}

.button.is-pink:hover, .button.is-pink:focus,
input[type="button"].is-pink:hover,
input[type="button"].is-pink:focus,
input[type="submit"].is-pink:hover,
input[type="submit"].is-pink:focus {
  background: #e666ae;
  border-color: transparent;
  color: white;
}

.button.is-pink:active,
input[type="button"].is-pink:active,
input[type="submit"].is-pink:active {
  background: #e55daa;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-brown,
input[type="button"].is-brown,
input[type="submit"].is-brown {
  background: #B39164;
  border-color: transparent;
  color: white;
}

.button.is-brown:hover, .button.is-brown:focus,
input[type="button"].is-brown:hover,
input[type="button"].is-brown:focus,
input[type="submit"].is-brown:hover,
input[type="submit"].is-brown:focus {
  background: #aa8553;
  border-color: transparent;
  color: white;
}

.button.is-brown:active,
input[type="button"].is-brown:active,
input[type="submit"].is-brown:active {
  background: #a37f50;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-dark,
input[type="button"].is-dark,
input[type="submit"].is-dark {
  background: #565656;
  border-color: transparent;
  color: white;
}

.button.is-dark:hover, .button.is-dark:focus,
input[type="button"].is-dark:hover,
input[type="button"].is-dark:focus,
input[type="submit"].is-dark:hover,
input[type="submit"].is-dark:focus {
  background: #494949;
  border-color: transparent;
  color: white;
}

.button.is-dark:active,
input[type="button"].is-dark:active,
input[type="submit"].is-dark:active {
  background: #444444;
  border-color: transparent;
}

.button.is-white,
input[type="button"].is-white,
input[type="submit"].is-white {
  border-color: transparent;
}

.button.is-fullwidth,
input[type="button"].is-fullwidth,
input[type="submit"].is-fullwidth {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Block Utilities
--------------------------------------------------------------*/
.is-fullheight {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.is-fullheight &gt; :first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

@media screen and (min-width: 769px) {
  .is-block-frame .is-fullheight {
    min-height: -webkit-calc( 100vh - 40px);
    min-height: calc( 100vh - 40px);
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame .is-fullheight &gt; :first-child {
    min-height: -webkit-calc( 100vh - 40px);
    min-height: calc( 100vh - 40px);
  }
}

.is-header-static .is-fullheight:first-of-type {
  min-height: -webkit-calc( 100vh - 90px);
  min-height: calc( 100vh - 90px);
}

.is-header-static .is-fullheight:first-of-type &gt; :first-child {
  min-height: -webkit-calc( 100vh - 90px);
  min-height: calc( 100vh - 90px);
}

@media screen and (min-width: 769px) {
  .is-block-frame.is-header-static .is-fullheight:first-of-type {
    min-height: -webkit-calc( 100vh - 130px);
    min-height: calc( 100vh - 130px);
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame.is-header-static .is-fullheight:first-of-type &gt; :first-child {
    min-height: -webkit-calc( 100vh - 130px);
    min-height: calc( 100vh - 130px);
  }
}

.is-halfheight,
.is-full-map.is-contentheight {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
}

.is-halfheight &gt; :first-child,
.is-full-map.is-contentheight &gt; :first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
}

@media screen and (min-width: 769px) {
  .is-block-frame .is-halfheight, .is-block-frame
  .is-full-map.is-contentheight {
    min-height: -webkit-calc( 50vh - 30px);
    min-height: calc( 50vh - 30px);
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame .is-halfheight &gt; :first-child, .is-block-frame
  .is-full-map.is-contentheight &gt; :first-child {
    min-height: -webkit-calc( 50vh - 30px);
    min-height: calc( 50vh - 30px);
  }
}

@media screen and (min-width: 769px) {
  .is-header-static .is-halfheight:first-of-type, .is-header-static
  .is-full-map.is-contentheight:first-of-type {
    min-height: -webkit-calc( 50vh - 90px);
    min-height: calc( 50vh - 90px);
  }
}

@media screen and (min-width: 769px) {
  .is-header-static .is-halfheight:first-of-type &gt; :first-child, .is-header-static
  .is-full-map.is-contentheight:first-of-type &gt; :first-child {
    min-height: -webkit-calc( 50vh - 90px);
    min-height: calc( 50vh - 90px);
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame.is-header-static .is-halfheight:first-of-type, .is-block-frame.is-header-static
  .is-full-map.is-contentheight:first-of-type {
    min-height: -webkit-calc( 50vh - 110px);
    min-height: calc( 50vh - 110px);
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame.is-header-static .is-halfheight:first-of-type &gt; :first-child, .is-block-frame.is-header-static
  .is-full-map.is-contentheight:first-of-type &gt; :first-child {
    min-height: -webkit-calc( 50vh - 110px);
    min-height: calc( 50vh - 110px);
  }
}

.is-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 90px;
  padding: 15px 0px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.site-header.is-header-fixed {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.site-header .site-branding {
  float: left;
}

.site-header .site-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-header .site-title a {
  display: block;
  line-height: 60px;
}

.site-header a {
  color: #333;
}

.is-nav-open .site-header {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.is-nav-open .site-header a {
  color: #333 !important;
}

.site-header .select-language {
  line-height: 60px;
  text-transform: uppercase;
  float: right;
}

.site-header .select-language a {
  color: #AEB1B5;
}

.site-header .select-language a:hover {
  color: #333;
}

.site-header .select-language a img {
  margin-bottom: 0;
}

.site-header .select-language .current-lang a {
  color: #333;
}

.site-header.is-hero-on .site-branding a {
  color: rgba(255, 255, 255, 0.85);
}

.site-header.is-hero-on .site-branding a:hover {
  color: #FFF;
}

@media screen and (min-width: 1020px) {
  .is-menu-desktop .site-header.is-hero-on .main-navigation &gt; div &gt; ul &gt; li &gt; a {
    color: rgba(255, 255, 255, 0.85);
  }
  .is-menu-desktop .site-header.is-hero-on .main-navigation &gt; div &gt; ul &gt; li &gt; a:hover {
    color: #FFF;
  }
}

.site-header.is-hero-on .select-language &gt; ul &gt; li &gt; a {
  color: rgba(255, 255, 255, 0.5);
}

.site-header.is-hero-on .select-language &gt; ul &gt; li &gt; a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.site-header.is-hero-on .select-language .current-lang &gt; a {
  color: #FFF;
}

.site-header.is-hero-on .menu-toggle .nav-icon {
  background-color: #FFF;
}

.site-header.is-header-fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.site-header.is-header-fixed.is-header-transitioning {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}

.site-header.is-header-fixed.is-header-visible {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.site-header.is-header-fixed.is-header-hidden {
  visibility: hidden;
  opacity: 0;
}

.site-header.is-hero-on {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .is-block-frame .site-header.is-hero-on {
    margin: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame .site-header.is-hero-on {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.is-logo-image .site-header .site-branding {
  font-size: 0;
}

.is-logo-image .site-header .site-title {
  text-indent: -9999px;
  height: 60px;
  width: 60px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 60px;
}

.is-logo-centered .site-header .site-branding {
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Menu Behaviour
--------------------------------------------------------------*/
.menu-toggle {
  position: relative;
  height: 60px;
  width: 3.375rem;
  right: -1rem;
  top: 0;
  float: right;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 999;
  /* Reset button style */
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media screen and (min-width: 1020px) {
  .is-menu-desktop .menu-toggle {
    display: none;
  }
}

.is-hamburger-left .menu-toggle {
  left: -1rem;
  float: left;
}

.menu-toggle .nav-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 1.375rem;
  height: 0.125rem;
  background-color: #333;
}

.menu-toggle .nav-icon:before, .menu-toggle .nav-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.35s, top 0.3s, -webkit-transform 0.35s;
  transition: width 0.35s, top 0.3s, -webkit-transform 0.35s;
  transition: transform 0.35s, width 0.35s, top 0.3s;
  transition: transform 0.35s, width 0.35s, top 0.3s, -webkit-transform 0.35s;
}

.menu-toggle .nav-icon:before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translateY(-0.375rem);
      -ms-transform: translateY(-0.375rem);
          transform: translateY(-0.375rem);
}

.menu-toggle .nav-icon::after {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translateY(0.375rem);
      -ms-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

.is-nav-open .menu-toggle .nav-icon {
  background-color: #333 !important;
}

.is-nav-open .menu-toggle .nav-icon:after, .is-nav-open .menu-toggle .nav-icon:before {
  width: 50%;
  -webkit-transition: width 0.35s, -webkit-transform 0.35s;
  transition: width 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, width 0.35s;
  transition: transform 0.35s, width 0.35s, -webkit-transform 0.35s;
}

.is-nav-open .menu-toggle .nav-icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-nav-open .menu-toggle .nav-icon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Nav links
--------------------------------------------------------------*/
.main-navigation {
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  text-transform: none;
}

.main-navigation .hemma-icon {
  display: none;
}

@media screen and (min-width: 1020px) {
  .is-menu-desktop .main-navigation {
    position: static;
    background-color: transparent;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    -webkit-transition: opacity 0s, visibility 0s;
    transition: opacity 0s, visibility 0s;
    text-align: inherit;
    text-transform: uppercase;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 60px;
    float: left;
    margin-left: 25px;
  }
  .is-menu-desktop .main-navigation &gt; div &gt; ul &gt; li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .is-menu-desktop .main-navigation &gt; div &gt; ul &gt; li &gt; ul {
    font-size: 87.5%;
  }
  .is-menu-desktop .main-navigation .menu-item-has-children &gt; a .hemma-icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 8px;
  }
  .is-menu-desktop .main-navigation ul ul .menu-item-has-children &gt; a .hemma-icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .is-menu-desktop .main-navigation ul li {
    position: relative;
  }
  .is-menu-desktop .main-navigation ul li.menu-item-has-children:before, .is-menu-desktop .main-navigation ul li.menu-item-has-children:after, .is-menu-desktop .main-navigation ul li.page_item_has_children:before, .is-menu-desktop .main-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 3px;
    bottom: -1px;
    width: 0;
    z-index: 99999;
  }
  .is-menu-desktop .main-navigation ul li.menu-item-has-children:before, .is-menu-desktop .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #F5F5F5;
    bottom: 0;
  }
  .is-menu-desktop .main-navigation ul li.menu-item-has-children:after, .is-menu-desktop .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #FFF;
  }
  .is-menu-desktop .main-navigation ul li.menu-item-has-children.focus:before, .is-menu-desktop .main-navigation ul li.menu-item-has-children.focus:after, .is-menu-desktop .main-navigation ul li.menu-item-has-children:hover:before, .is-menu-desktop .main-navigation ul li.menu-item-has-children:hover:after, .is-menu-desktop .main-navigation ul li.page_item_has_children.focus:before, .is-menu-desktop .main-navigation ul li.page_item_has_children.focus:after, .is-menu-desktop .main-navigation ul li.page_item_has_children:hover:before, .is-menu-desktop .main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }
  .is-menu-desktop .main-navigation ul li:hover &gt; ul,
  .is-menu-desktop .main-navigation ul li.focus &gt; ul {
    left: 0;
    right: auto;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
  .is-menu-desktop .main-navigation ul ul {
    line-height: 1.6;
    background: #FFF;
    border: 1px solid #F5F5F5;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  .is-menu-desktop .main-navigation ul ul li:hover &gt; ul, .is-menu-desktop .main-navigation ul ul li.focus &gt; ul {
    left: 100%;
    right: auto;
  }
  .is-menu-desktop .main-navigation ul ul li.menu-item-has-children.focus:before, .is-menu-desktop .main-navigation ul ul li.menu-item-has-children.focus:after, .is-menu-desktop .main-navigation ul ul li.menu-item-has-children:hover:before, .is-menu-desktop .main-navigation ul ul li.menu-item-has-children:hover:after, .is-menu-desktop .main-navigation ul ul li.page_item_has_children.focus:before, .is-menu-desktop .main-navigation ul ul li.page_item_has_children.focus:after, .is-menu-desktop .main-navigation ul ul li.page_item_has_children:hover:before, .is-menu-desktop .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }
  .is-menu-desktop .main-navigation ul ul a {
    padding: 10px;
    width: 220px;
  }
  .is-menu-desktop .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }
  .is-menu-desktop .main-navigation li li {
    height: auto;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .is-menu-desktop .main-navigation li li:hover, .is-menu-desktop .main-navigation li li.focus {
    background-color: #333;
  }
  .is-menu-desktop .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .is-menu-desktop .main-navigation li li.focus &gt; a,
  .is-menu-desktop .main-navigation li li:focus &gt; a,
  .is-menu-desktop .main-navigation li li:hover &gt; a,
  .is-menu-desktop .main-navigation li li a:hover,
  .is-menu-desktop .main-navigation li li a:focus,
  .is-menu-desktop .main-navigation li li.current_page_item a:hover,
  .is-menu-desktop .main-navigation li li.current-menu-item a:hover,
  .is-menu-desktop .main-navigation li li.current_page_item a:focus,
  .is-menu-desktop .main-navigation li li.current-menu-item a:focus {
    color: #FFF;
  }
  .is-menu-desktop.accent-is-white .main-navigation li li:hover, .is-menu-desktop.accent-is-white .main-navigation li li.focus {
    background-color: #FFF;
  }
  .is-menu-desktop.accent-is-red .main-navigation li li:hover, .is-menu-desktop.accent-is-red .main-navigation li li.focus {
    background-color: #FB6658;
  }
  .is-menu-desktop.accent-is-orange .main-navigation li li:hover, .is-menu-desktop.accent-is-orange .main-navigation li li.focus {
    background-color: #FC8251;
  }
  .is-menu-desktop.accent-is-yellow .main-navigation li li:hover, .is-menu-desktop.accent-is-yellow .main-navigation li li.focus {
    background-color: #F9C356;
  }
  .is-menu-desktop.accent-is-green .main-navigation li li:hover, .is-menu-desktop.accent-is-green .main-navigation li li.focus {
    background-color: #6BB470;
  }
  .is-menu-desktop.accent-is-light-blue .main-navigation li li:hover, .is-menu-desktop.accent-is-light-blue .main-navigation li li.focus {
    background-color: #60C2E4;
  }
  .is-menu-desktop.accent-is-blue .main-navigation li li:hover, .is-menu-desktop.accent-is-blue .main-navigation li li.focus {
    background-color: #4A89DC;
  }
  .is-menu-desktop.accent-is-purple .main-navigation li li:hover, .is-menu-desktop.accent-is-purple .main-navigation li li.focus {
    background-color: #A188E0;
  }
  .is-menu-desktop.accent-is-pink .main-navigation li li:hover, .is-menu-desktop.accent-is-pink .main-navigation li li.focus {
    background-color: #EA7CBA;
  }
  .is-menu-desktop.accent-is-brown .main-navigation li li:hover, .is-menu-desktop.accent-is-brown .main-navigation li li.focus {
    background-color: #B39164;
  }
  .is-menu-desktop.accent-is-dark .main-navigation li li:hover, .is-menu-desktop.accent-is-dark .main-navigation li li.focus {
    background-color: #565656;
  }
  .is-menu-desktop .site-header.is-header-fixed.is-header-hidden .main-navigation {
    visibility: hidden;
  }
}

.is-nav-open .main-navigation {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.main-navigation .menu {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 60px 20px;
}

.main-navigation .menu &gt; ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

@media screen and (min-width: 1020px) {
  .main-navigation .menu {
    padding: 0;
  }
}

@media screen and (min-width: 1020px) {
  .is-menu-desktop .main-navigation .menu {
    display: inline;
    min-height: auto;
  }
}

.main-navigation .nav-menu {
  padding-left: 15px;
  padding-right: 15px;
}

.main-navigation ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
  .is-menu-desktop .main-navigation ul {
    display: inline;
  }
}

.main-navigation ul a {
  display: inline-block;
  position: relative;
}

.main-navigation ul a:after {
  content: '';
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #AEB1B5;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.accent-is-white .main-navigation ul a:after {
  background-color: #FFF;
}

.accent-is-red .main-navigation ul a:after {
  background-color: #FB6658;
}

.accent-is-orange .main-navigation ul a:after {
  background-color: #FC8251;
}

.accent-is-yellow .main-navigation ul a:after {
  background-color: #F9C356;
}

.accent-is-green .main-navigation ul a:after {
  background-color: #6BB470;
}

.accent-is-light-blue .main-navigation ul a:after {
  background-color: #60C2E4;
}

.accent-is-blue .main-navigation ul a:after {
  background-color: #4A89DC;
}

.accent-is-purple .main-navigation ul a:after {
  background-color: #A188E0;
}

.accent-is-pink .main-navigation ul a:after {
  background-color: #EA7CBA;
}

.accent-is-brown .main-navigation ul a:after {
  background-color: #B39164;
}

.accent-is-dark .main-navigation ul a:after {
  background-color: #565656;
}

@media screen and (min-width: 1020px) {
  .is-menu-desktop .main-navigation ul a:after {
    content: normal;
  }
}

.main-navigation ul a:hover:after {
  width: 100%;
}

.is-nav-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.site-content {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .is-block-frame .site-content {
    margin-top: 110px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .is-block-frame:not(.page-template) .site-content,
  .is-block-frame.page-template-template-hero .site-content {
    background-color: #FFF;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
}

.is-hero:not(.is-header-static) .site-content {
  margin-top: 0;
}

img {
  height: auto;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}

.block-strip img,
.map img {
  border-radius: 0px !important;
}

/*--------------------------------------------------------------
# Blocks per template front page
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .is-block-frame {
    background-color: #F5F5F5;
  }
}

.is-block-animation .block {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.is-block-animation .block.is-in-view {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .is-block-frame .block, .is-block-frame
  .hero {
    margin: 20px 0;
  }
}

.block-text {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

.block {
  position: relative;
}

@media screen and (min-width: 769px) {
  .is-block-frame .block {
    background-color: #FFF;
  }
  .is-block-frame .block .block-content {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}

.block.block-strip .container {
  margin: 0;
  padding: 0;
}

.block.block-strip img {
  margin-bottom: 0;
  width: 100%;
}

.block.block-strip .instagram-api-plugin img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block.block-strip .block-strip-title-box,
.block.block-strip .block-strip-error {
  padding: 30px 15px;
}

.block.block-strip .block-strip-title-box .hemma-icon,
.block.block-strip .block-strip-error .hemma-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}

.block.block-strip .block-strip-title-column {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .block.block-strip .block-strip-title-column {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.block.block-strip .block-strip-thumb {
  position: relative;
  text-align: center;
}

.block.block-strip .block-strip-thumb .block-strip-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 15px;
  background-color: rgba(51, 51, 51, 0);
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.block.block-strip .block-strip-thumb .block-strip-thumb-overlay .block-strip-thumb-title {
  max-width: 100%;
  word-wrap: break-word;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.block.block-strip .block-strip-thumb .block-strip-thumb-overlay .block-strip-thumb-title h3,
.block.block-strip .block-strip-thumb .block-strip-thumb-overlay .block-strip-thumb-title p {
  margin-bottom: 0;
}

.block.block-strip .block-strip-thumb .block-strip-thumb-overlay .block-strip-thumb-title p {
  margin-top: 0.5rem;
}

.block.block-strip .block-strip-thumb a:hover .block-strip-thumb-overlay {
  background-color: rgba(51, 51, 51, 0.5);
}

.block.block-strip .block-strip-thumb a:hover .block-strip-thumb-overlay .block-strip-thumb-title {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.block.block-strip .block-strip-thumb.instagram-api-plugin {
  height: 0;
  padding-bottom: 100%;
}

@media screen and (min-width: 769px) {
  .block.block-strip .block-strip-thumb.instagram-api-plugin {
    padding-bottom: 50%;
  }
}

@media screen and (min-width: 1020px) {
  .block.block-strip .block-strip-thumb.instagram-api-plugin {
    padding-bottom: 25%;
  }
}

@media screen and (min-width: 1020px) {
  .block.block-split .block-text, .block.block-split-composer .block-text {
    padding-left: 20px;
    padding-right: 40px;
  }
  .block.block-split .block-figure, .block.block-split-composer .block-figure {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F5F5F5;
    z-index: 8;
  }
}

@media screen and (max-width: 1019px) {
  .block.block-split .block-figure, .block.block-split-composer .block-figure {
    position: relative;
    min-height: 50vh;
  }
  .block.block-split .block-text, .block.block-split-composer .block-text {
    min-height: -webkit-calc( 50vh - 20px);
    min-height: calc( 50vh - 20px);
  }
  .is-block-frame .block.block-split .block-figure, .is-block-frame .block.block-split-composer .block-figure {
    min-height: -webkit-calc( 50vh - 20px);
    min-height: calc( 50vh - 20px);
  }
  .is-block-frame .block.block-split .block-text, .is-block-frame .block.block-split-composer .block-text {
    min-height: -webkit-calc( 50vh - 40px);
    min-height: calc( 50vh - 40px);
  }
}

@media screen and (max-width: 768px) {
  .block.block-split .block-figure, .block.block-split-composer .block-figure {
    min-height: 50vh;
  }
  .block.block-split .block-text, .block.block-split-composer .block-text {
    min-height: -webkit-calc( 50vh - 40px);
    min-height: calc( 50vh - 40px);
  }
  .is-block-frame .block.block-split .block-figure, .is-block-frame .block.block-split-composer .block-figure {
    min-height: 50vh;
  }
  .is-block-frame .block.block-split .block-text, .is-block-frame .block.block-split-composer .block-text {
    min-height: -webkit-calc( 50vh - 40px);
    min-height: calc( 50vh - 40px);
  }
}

.block.block-split .block-figure, .block.block-split-composer .block-figure {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1020px) {
  .block.block-split:nth-of-type(odd) .column, .block.block-split-composer.block-split-img-left .column {
    margin-left: 50%;
  }
  .block.block-split:nth-of-type(odd) .block-text, .block.block-split-composer.block-split-img-left .block-text {
    padding-left: 40px;
    padding-right: 20px;
  }
  .block.block-split:nth-of-type(odd) .block-figure, .block.block-split-composer.block-split-img-left .block-figure {
    left: 0;
    right: 50%;
  }
}

.block .button {
  margin-bottom: 0;
}

.extras-meta {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 700;
  font-size: 87.5%;
  margin-bottom: 1rem;
}

.hero .extras-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: left;
  color: #FFF;
  margin-bottom: 0;
}

.extras-meta .extras-meta-block {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.extras-meta .extras-meta-block:not(:last-of-type) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.block .extras-meta .extras-meta-block:not(:last-of-type) {
  border-right: 1px solid #E7E7E7;
}

.extras-meta .hemma-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
}

.block-guestpost .guest-posts {
  margin-bottom: 1.5rem;
}

.block-guestpost .guest-post {
  margin-bottom: 1.5rem;
}

.block-guestpost .guest-post .guest-avatar img,
.block-guestpost .guest-post .guest-avatar svg {
  width: 120px;
  height: 120px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 999rem;
}

.block-guestpost .guest-post .guest-avatar svg {
  padding: 5px;
  fill: #AEB1B5;
}

.block-guestpost .guest-post .guest-quote p:first-of-type:before {
  content: '\201C';
  font-size: 3rem;
  left: -1rem;
  position: relative;
  top: 0.75rem;
  line-height: 0;
}

.block-guestpost .guest-post .guest-name {
  display: inline-block;
}

.block-guestpost .guest-post .guest-name:before {
  content: '\2014';
  padding-right: 0.5rem;
}

.block-guestpost .guest-post .guest-name:after {
  content: '\2014';
  padding-left: 0.5rem;
}

/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

body:not(.page-template) .content-area,
body.page-template-template-hero .content-area,
.widget-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

.entry-title a {
  color: #333;
  border-bottom: none;
}

.entry-title a:hover, .entry-title a:focus {
  color: #0d0d0d;
}

.accent-is-white .entry-title a:hover, .accent-is-white .entry-title a:focus {
  color: #FFF;
}

.accent-is-red .entry-title a:hover, .accent-is-red .entry-title a:focus {
  color: #FB6658;
}

.accent-is-orange .entry-title a:hover, .accent-is-orange .entry-title a:focus {
  color: #FC8251;
}

.accent-is-yellow .entry-title a:hover, .accent-is-yellow .entry-title a:focus {
  color: #F9C356;
}

.accent-is-green .entry-title a:hover, .accent-is-green .entry-title a:focus {
  color: #6BB470;
}

.accent-is-light-blue .entry-title a:hover, .accent-is-light-blue .entry-title a:focus {
  color: #60C2E4;
}

.accent-is-blue .entry-title a:hover, .accent-is-blue .entry-title a:focus {
  color: #4A89DC;
}

.accent-is-purple .entry-title a:hover, .accent-is-purple .entry-title a:focus {
  color: #A188E0;
}

.accent-is-pink .entry-title a:hover, .accent-is-pink .entry-title a:focus {
  color: #EA7CBA;
}

.accent-is-brown .entry-title a:hover, .accent-is-brown .entry-title a:focus {
  color: #B39164;
}

.accent-is-dark .entry-title a:hover, .accent-is-dark .entry-title a:focus {
  color: #565656;
}

.sticky .entry-title a {
  color: #FFF;
  background-color: #333;
  padding: .2rem;
}

.accent-is-white .sticky .entry-title a {
  background-color: #FFF;
}

.accent-is-red .sticky .entry-title a {
  background-color: #FB6658;
}

.accent-is-orange .sticky .entry-title a {
  background-color: #FC8251;
}

.accent-is-yellow .sticky .entry-title a {
  background-color: #F9C356;
}

.accent-is-green .sticky .entry-title a {
  background-color: #6BB470;
}

.accent-is-light-blue .sticky .entry-title a {
  background-color: #60C2E4;
}

.accent-is-blue .sticky .entry-title a {
  background-color: #4A89DC;
}

.accent-is-purple .sticky .entry-title a {
  background-color: #A188E0;
}

.accent-is-pink .sticky .entry-title a {
  background-color: #EA7CBA;
}

.accent-is-brown .sticky .entry-title a {
  background-color: #B39164;
}

.accent-is-dark .sticky .entry-title a {
  background-color: #565656;
}

.sticky .entry-title a:hover, .sticky .entry-title a:focus {
  color: #FFF;
  background-color: #0d0d0d;
}

.accent-is-white .sticky .entry-title a:hover, .accent-is-white .sticky .entry-title a:focus {
  background-color: #d9d9d9;
}

.accent-is-red .sticky .entry-title a:hover, .accent-is-red .sticky .entry-title a:focus {
  background-color: #f9220d;
}

.accent-is-orange .sticky .entry-title a:hover, .accent-is-orange .sticky .entry-title a:focus {
  background-color: #fb4c06;
}

.accent-is-yellow .sticky .entry-title a:hover, .accent-is-yellow .sticky .entry-title a:focus {
  background-color: #f6a90c;
}

.accent-is-green .sticky .entry-title a:hover, .accent-is-green .sticky .entry-title a:focus {
  background-color: #478c4c;
}

.accent-is-light-blue .sticky .entry-title a:hover, .accent-is-light-blue .sticky .entry-title a:focus {
  background-color: #24a6d4;
}

.accent-is-blue .sticky .entry-title a:hover, .accent-is-blue .sticky .entry-title a:focus {
  background-color: #2363b6;
}

.accent-is-purple .sticky .entry-title a:hover, .accent-is-purple .sticky .entry-title a:focus {
  background-color: #714bd0;
}

.accent-is-pink .sticky .entry-title a:hover, .accent-is-pink .sticky .entry-title a:focus {
  background-color: #df3a97;
}

.accent-is-brown .sticky .entry-title a:hover, .accent-is-brown .sticky .entry-title a:focus {
  background-color: #886a43;
}

.accent-is-dark .sticky .entry-title a:hover, .accent-is-dark .sticky .entry-title a:focus {
  background-color: #303030;
}

.entry-content a {
  color: rgba(51, 51, 51, 0.85);
  border-bottom: solid 1px;
}

.entry-content a:hover, .entry-content a:focus {
  color: #333;
}

.accent-is-white .entry-content a:hover, .accent-is-white .entry-content a:focus {
  border-color: #FFF;
}

.accent-is-red .entry-content a:hover, .accent-is-red .entry-content a:focus {
  border-color: #FB6658;
}

.accent-is-orange .entry-content a:hover, .accent-is-orange .entry-content a:focus {
  border-color: #FC8251;
}

.accent-is-yellow .entry-content a:hover, .accent-is-yellow .entry-content a:focus {
  border-color: #F9C356;
}

.accent-is-green .entry-content a:hover, .accent-is-green .entry-content a:focus {
  border-color: #6BB470;
}

.accent-is-light-blue .entry-content a:hover, .accent-is-light-blue .entry-content a:focus {
  border-color: #60C2E4;
}

.accent-is-blue .entry-content a:hover, .accent-is-blue .entry-content a:focus {
  border-color: #4A89DC;
}

.accent-is-purple .entry-content a:hover, .accent-is-purple .entry-content a:focus {
  border-color: #A188E0;
}

.accent-is-pink .entry-content a:hover, .accent-is-pink .entry-content a:focus {
  border-color: #EA7CBA;
}

.accent-is-brown .entry-content a:hover, .accent-is-brown .entry-content a:focus {
  border-color: #B39164;
}

.accent-is-dark .entry-content a:hover, .accent-is-dark .entry-content a:focus {
  border-color: #565656;
}

.entry-content img {
  max-width: 100%;
}

.entry-content a[rel~="attachment"],
.entry-content .gallery a {
  border-bottom: none;
}

.entry-meta a,
.entry-footer a,
.comment-metadata a {
  color: rgba(51, 51, 51, 0.6);
}

.entry-meta a:hover, .entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus {
  color: rgba(51, 51, 51, 0.85);
}

.accent-is-white .entry-meta a:hover, .accent-is-white .entry-meta a:focus, .accent-is-white
.entry-footer a:hover, .accent-is-white
.entry-footer a:focus, .accent-is-white
.comment-metadata a:hover, .accent-is-white
.comment-metadata a:focus {
  color: #FFF;
}

.accent-is-red .entry-meta a:hover, .accent-is-red .entry-meta a:focus, .accent-is-red
.entry-footer a:hover, .accent-is-red
.entry-footer a:focus, .accent-is-red
.comment-metadata a:hover, .accent-is-red
.comment-metadata a:focus {
  color: #FB6658;
}

.accent-is-orange .entry-meta a:hover, .accent-is-orange .entry-meta a:focus, .accent-is-orange
.entry-footer a:hover, .accent-is-orange
.entry-footer a:focus, .accent-is-orange
.comment-metadata a:hover, .accent-is-orange
.comment-metadata a:focus {
  color: #FC8251;
}

.accent-is-yellow .entry-meta a:hover, .accent-is-yellow .entry-meta a:focus, .accent-is-yellow
.entry-footer a:hover, .accent-is-yellow
.entry-footer a:focus, .accent-is-yellow
.comment-metadata a:hover, .accent-is-yellow
.comment-metadata a:focus {
  color: #F9C356;
}

.accent-is-green .entry-meta a:hover, .accent-is-green .entry-meta a:focus, .accent-is-green
.entry-footer a:hover, .accent-is-green
.entry-footer a:focus, .accent-is-green
.comment-metadata a:hover, .accent-is-green
.comment-metadata a:focus {
  color: #6BB470;
}

.accent-is-light-blue .entry-meta a:hover, .accent-is-light-blue .entry-meta a:focus, .accent-is-light-blue
.entry-footer a:hover, .accent-is-light-blue
.entry-footer a:focus, .accent-is-light-blue
.comment-metadata a:hover, .accent-is-light-blue
.comment-metadata a:focus {
  color: #60C2E4;
}

.accent-is-blue .entry-meta a:hover, .accent-is-blue .entry-meta a:focus, .accent-is-blue
.entry-footer a:hover, .accent-is-blue
.entry-footer a:focus, .accent-is-blue
.comment-metadata a:hover, .accent-is-blue
.comment-metadata a:focus {
  color: #4A89DC;
}

.accent-is-purple .entry-meta a:hover, .accent-is-purple .entry-meta a:focus, .accent-is-purple
.entry-footer a:hover, .accent-is-purple
.entry-footer a:focus, .accent-is-purple
.comment-metadata a:hover, .accent-is-purple
.comment-metadata a:focus {
  color: #A188E0;
}

.accent-is-pink .entry-meta a:hover, .accent-is-pink .entry-meta a:focus, .accent-is-pink
.entry-footer a:hover, .accent-is-pink
.entry-footer a:focus, .accent-is-pink
.comment-metadata a:hover, .accent-is-pink
.comment-metadata a:focus {
  color: #EA7CBA;
}

.accent-is-brown .entry-meta a:hover, .accent-is-brown .entry-meta a:focus, .accent-is-brown
.entry-footer a:hover, .accent-is-brown
.entry-footer a:focus, .accent-is-brown
.comment-metadata a:hover, .accent-is-brown
.comment-metadata a:focus {
  color: #B39164;
}

.accent-is-dark .entry-meta a:hover, .accent-is-dark .entry-meta a:focus, .accent-is-dark
.entry-footer a:hover, .accent-is-dark
.entry-footer a:focus, .accent-is-dark
.comment-metadata a:hover, .accent-is-dark
.comment-metadata a:focus {
  color: #565656;
}

.more-link {
  font-weight: 700;
}

.updated:not(.published) {
  display: none;
}

.search:not(.search-no-results) .page-header,
.archive .page-header {
  padding-bottom: 2rem;
}

.blog .hentry,
.search .hentry,
.archive .hentry {
  padding-bottom: 2rem;
}

.blog .hentry + .hentry,
.search .hentry + .hentry,
.archive .hentry + .hentry {
  padding-top: 3rem;
  border-top: 1px solid #E7E7E7;
}

.nav-links:before, .nav-links:after {
  content: " ";
  display: table;
}

.nav-links:after {
  clear: both;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-next,
.nav-links .next-button {
  float: right;
}

.is-block-frame.page-template .nav-links .button {
  background-color: #FFF;
  border: none;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.is-block-frame.page-template .nav-links .button:active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.is-block-frame.page-template .nav-links .container {
  padding-left: 0;
  padding-right: 0;
}

.page-template .nav-links {
  margin-top: 20px;
}

.single-thumbnail img {
  width: 100%;
}

.avatar {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 0;
  border-radius: 50%;
}

.author-box,
.comments-area {
  border-top: 1px solid #E7E7E7;
  padding-top: 2rem;
  margin-top: 2rem;
}

.author-box {
  border-top: 1px solid #E7E7E7;
}

.author-box:before, .author-box:after {
  content: " ";
  display: table;
}

.author-box:after {
  clear: both;
}

.author-box img {
  height: 90px;
  width: 90px;
}

.author-box p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list,
.comments-area .comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-area .comment-list &gt; .comment {
  clear: both;
}

.comments-area .comment-list &gt; .comment &gt; .children &gt; .comment {
  padding-left: 40px;
}

.comments-area .comment-list &gt; .comment &gt; .children &gt; .comment &gt; .children &gt; .comment {
  padding-left: 40px;
}

.comments-area .comment-body {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E7E7E7;
}

.pingback .comments-area .comment-body {
  padding-bottom: 1.6rem;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 1.5rem;
}

.comments-area .comment-content,
.comments-area .reply {
  padding-left: -webkit-calc(50px + 1rem);
  padding-left: calc(50px + 1rem);
}

.comments-area .comment-metadata,
.comments-area .reply,
.comments-area .nav-links {
  margin-bottom: 1.5rem;
}

.comments-area .comment-metadata,
.comments-area .reply,
.comments-area .nav-links {
  font-size: 87.5%;
}

.comments-area .reply,
.comments-area .edit-link,
.comments-area .nav-links {
  display: inline-block;
}

.comments-area .reply a,
.comments-area .edit-link a,
.comments-area .nav-links a {
  padding: 2px 4px;
  color: #69707A;
  background-color: #F5F5F5;
}

.comments-area .edit-link,
.comments-area .nav-next {
  margin-left: 0.5rem;
}

.comments-area .nav-previous,
.comments-area .nav-next {
  display: inline-block;
}

.comments-area .avatar {
  height: 50px;
  margin-right: 1rem;
  width: 50px;
}

.comments-area .comment-form p:not(.comment-notes) {
  margin-bottom: 0.5rem;
}

.comments-area .comment-form .submit {
  margin-top: 1.5rem;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  height: 100%;
  min-width: 50%;
  float: left;
  margin-bottom: 0;
}

.gallery .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 50%;
}

@media screen and (max-width: 768px) {
  .gallery .gallery-item + .gallery-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 100%;
  }
}

.gallery .gallery-item img {
  width: 100%;
  padding: 1px;
}

.gallery-first-big .gallery .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 100%;
}

.gallery.gallery-columns-1 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 100%;
}

.gallery-first-big .gallery.gallery-columns-2 .gallery-item, .gallery-first-big .gallery.gallery-columns-3 .gallery-item, .gallery-first-big .gallery.gallery-columns-4 .gallery-item, .gallery-first-big .gallery.gallery-columns-5 .gallery-item, .gallery-first-big .gallery.gallery-columns-6 .gallery-item, .gallery-first-big .gallery.gallery-columns-7 .gallery-item, .gallery-first-big .gallery.gallery-columns-8 .gallery-item, .gallery-first-big .gallery.gallery-columns-9 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 100%;
}

.gallery.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.3333%;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  min-width: 33.3333%;
}

.gallery.gallery-columns-3 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.3333%;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  min-width: 33.3333%;
}

.gallery.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: 25%;
}

.gallery.gallery-columns-4 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  min-width: 20%;
}

.gallery.gallery-columns-5 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  min-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 16.6667%;
      -ms-flex: 1 1 16.6667%;
          flex: 1 1 16.6667%;
  min-width: 16.6667%;
}

.gallery.gallery-columns-6 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 16.6667%;
      -ms-flex: 1 1 16.6667%;
          flex: 1 1 16.6667%;
  min-width: 16.6667%;
}

.gallery.gallery-columns-7 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 14.2857%;
      -ms-flex: 1 1 14.2857%;
          flex: 1 1 14.2857%;
  min-width: 14.2857%;
}

.gallery.gallery-columns-7 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 14.2857%;
      -ms-flex: 1 1 14.2857%;
          flex: 1 1 14.2857%;
  min-width: 14.2857%;
}

.gallery.gallery-columns-8 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 12.5%;
      -ms-flex: 1 1 12.5%;
          flex: 1 1 12.5%;
  min-width: 12.5%;
}

.gallery.gallery-columns-8 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 12.5%;
      -ms-flex: 1 1 12.5%;
          flex: 1 1 12.5%;
  min-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 11.1111%;
      -ms-flex: 1 1 11.1111%;
          flex: 1 1 11.1111%;
  min-width: 11.1111%;
}

.gallery.gallery-columns-9 .gallery-item + .gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 11.1111%;
      -ms-flex: 1 1 11.1111%;
          flex: 1 1 11.1111%;
  min-width: 11.1111%;
}

.gallery-caption {
  display: block;
}

.gallery-item,
.wp-caption,
.wp-content-image {
  position: relative;
  max-width: 100%;
}

.gallery-item img,
.wp-caption img,
.wp-content-image img {
  margin-bottom: 0;
}

.gallery-item:hover .wp-caption-text,
.wp-caption:hover .wp-caption-text,
.wp-content-image:hover .wp-caption-text {
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(51, 51, 51, 0.4)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.4) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.4) 100%);
}

.wp-caption-text {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  margin-bottom: 0;
  font-size: 87.5%;
  color: #FFF;
  font-weight: 700;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  pointer-events: none;
}

.video-wrapper {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="color"],
input[type="number"],
input[type="search"],
input[type="text"],
textarea,
select {
  border: 1px solid #E7E7E7;
  width: 100%;
  padding: 0.5rem 1rem;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #AEB1B5;
  outline: 0;
}

.accent-is-white input[type="password"]:focus, .accent-is-white
input[type="email"]:focus, .accent-is-white
input[type="url"]:focus, .accent-is-white
input[type="date"]:focus, .accent-is-white
input[type="month"]:focus, .accent-is-white
input[type="time"]:focus, .accent-is-white
input[type="datetime"]:focus, .accent-is-white
input[type="datetime-local"]:focus, .accent-is-white
input[type="week"]:focus, .accent-is-white
input[type="tel"]:focus, .accent-is-white
input[type="color"]:focus, .accent-is-white
input[type="number"]:focus, .accent-is-white
input[type="search"]:focus, .accent-is-white
input[type="text"]:focus, .accent-is-white
textarea:focus, .accent-is-white
select:focus {
  border: 1px solid #FFF;
}

.accent-is-red input[type="password"]:focus, .accent-is-red
input[type="email"]:focus, .accent-is-red
input[type="url"]:focus, .accent-is-red
input[type="date"]:focus, .accent-is-red
input[type="month"]:focus, .accent-is-red
input[type="time"]:focus, .accent-is-red
input[type="datetime"]:focus, .accent-is-red
input[type="datetime-local"]:focus, .accent-is-red
input[type="week"]:focus, .accent-is-red
input[type="tel"]:focus, .accent-is-red
input[type="color"]:focus, .accent-is-red
input[type="number"]:focus, .accent-is-red
input[type="search"]:focus, .accent-is-red
input[type="text"]:focus, .accent-is-red
textarea:focus, .accent-is-red
select:focus {
  border: 1px solid #FB6658;
}

.accent-is-orange input[type="password"]:focus, .accent-is-orange
input[type="email"]:focus, .accent-is-orange
input[type="url"]:focus, .accent-is-orange
input[type="date"]:focus, .accent-is-orange
input[type="month"]:focus, .accent-is-orange
input[type="time"]:focus, .accent-is-orange
input[type="datetime"]:focus, .accent-is-orange
input[type="datetime-local"]:focus, .accent-is-orange
input[type="week"]:focus, .accent-is-orange
input[type="tel"]:focus, .accent-is-orange
input[type="color"]:focus, .accent-is-orange
input[type="number"]:focus, .accent-is-orange
input[type="search"]:focus, .accent-is-orange
input[type="text"]:focus, .accent-is-orange
textarea:focus, .accent-is-orange
select:focus {
  border: 1px solid #FC8251;
}

.accent-is-yellow input[type="password"]:focus, .accent-is-yellow
input[type="email"]:focus, .accent-is-yellow
input[type="url"]:focus, .accent-is-yellow
input[type="date"]:focus, .accent-is-yellow
input[type="month"]:focus, .accent-is-yellow
input[type="time"]:focus, .accent-is-yellow
input[type="datetime"]:focus, .accent-is-yellow
input[type="datetime-local"]:focus, .accent-is-yellow
input[type="week"]:focus, .accent-is-yellow
input[type="tel"]:focus, .accent-is-yellow
input[type="color"]:focus, .accent-is-yellow
input[type="number"]:focus, .accent-is-yellow
input[type="search"]:focus, .accent-is-yellow
input[type="text"]:focus, .accent-is-yellow
textarea:focus, .accent-is-yellow
select:focus {
  border: 1px solid #F9C356;
}

.accent-is-green input[type="password"]:focus, .accent-is-green
input[type="email"]:focus, .accent-is-green
input[type="url"]:focus, .accent-is-green
input[type="date"]:focus, .accent-is-green
input[type="month"]:focus, .accent-is-green
input[type="time"]:focus, .accent-is-green
input[type="datetime"]:focus, .accent-is-green
input[type="datetime-local"]:focus, .accent-is-green
input[type="week"]:focus, .accent-is-green
input[type="tel"]:focus, .accent-is-green
input[type="color"]:focus, .accent-is-green
input[type="number"]:focus, .accent-is-green
input[type="search"]:focus, .accent-is-green
input[type="text"]:focus, .accent-is-green
textarea:focus, .accent-is-green
select:focus {
  border: 1px solid #6BB470;
}

.accent-is-light-blue input[type="password"]:focus, .accent-is-light-blue
input[type="email"]:focus, .accent-is-light-blue
input[type="url"]:focus, .accent-is-light-blue
input[type="date"]:focus, .accent-is-light-blue
input[type="month"]:focus, .accent-is-light-blue
input[type="time"]:focus, .accent-is-light-blue
input[type="datetime"]:focus, .accent-is-light-blue
input[type="datetime-local"]:focus, .accent-is-light-blue
input[type="week"]:focus, .accent-is-light-blue
input[type="tel"]:focus, .accent-is-light-blue
input[type="color"]:focus, .accent-is-light-blue
input[type="number"]:focus, .accent-is-light-blue
input[type="search"]:focus, .accent-is-light-blue
input[type="text"]:focus, .accent-is-light-blue
textarea:focus, .accent-is-light-blue
select:focus {
  border: 1px solid #60C2E4;
}

.accent-is-blue input[type="password"]:focus, .accent-is-blue
input[type="email"]:focus, .accent-is-blue
input[type="url"]:focus, .accent-is-blue
input[type="date"]:focus, .accent-is-blue
input[type="month"]:focus, .accent-is-blue
input[type="time"]:focus, .accent-is-blue
input[type="datetime"]:focus, .accent-is-blue
input[type="datetime-local"]:focus, .accent-is-blue
input[type="week"]:focus, .accent-is-blue
input[type="tel"]:focus, .accent-is-blue
input[type="color"]:focus, .accent-is-blue
input[type="number"]:focus, .accent-is-blue
input[type="search"]:focus, .accent-is-blue
input[type="text"]:focus, .accent-is-blue
textarea:focus, .accent-is-blue
select:focus {
  border: 1px solid #4A89DC;
}

.accent-is-purple input[type="password"]:focus, .accent-is-purple
input[type="email"]:focus, .accent-is-purple
input[type="url"]:focus, .accent-is-purple
input[type="date"]:focus, .accent-is-purple
input[type="month"]:focus, .accent-is-purple
input[type="time"]:focus, .accent-is-purple
input[type="datetime"]:focus, .accent-is-purple
input[type="datetime-local"]:focus, .accent-is-purple
input[type="week"]:focus, .accent-is-purple
input[type="tel"]:focus, .accent-is-purple
input[type="color"]:focus, .accent-is-purple
input[type="number"]:focus, .accent-is-purple
input[type="search"]:focus, .accent-is-purple
input[type="text"]:focus, .accent-is-purple
textarea:focus, .accent-is-purple
select:focus {
  border: 1px solid #A188E0;
}

.accent-is-pink input[type="password"]:focus, .accent-is-pink
input[type="email"]:focus, .accent-is-pink
input[type="url"]:focus, .accent-is-pink
input[type="date"]:focus, .accent-is-pink
input[type="month"]:focus, .accent-is-pink
input[type="time"]:focus, .accent-is-pink
input[type="datetime"]:focus, .accent-is-pink
input[type="datetime-local"]:focus, .accent-is-pink
input[type="week"]:focus, .accent-is-pink
input[type="tel"]:focus, .accent-is-pink
input[type="color"]:focus, .accent-is-pink
input[type="number"]:focus, .accent-is-pink
input[type="search"]:focus, .accent-is-pink
input[type="text"]:focus, .accent-is-pink
textarea:focus, .accent-is-pink
select:focus {
  border: 1px solid #EA7CBA;
}

.accent-is-brown input[type="password"]:focus, .accent-is-brown
input[type="email"]:focus, .accent-is-brown
input[type="url"]:focus, .accent-is-brown
input[type="date"]:focus, .accent-is-brown
input[type="month"]:focus, .accent-is-brown
input[type="time"]:focus, .accent-is-brown
input[type="datetime"]:focus, .accent-is-brown
input[type="datetime-local"]:focus, .accent-is-brown
input[type="week"]:focus, .accent-is-brown
input[type="tel"]:focus, .accent-is-brown
input[type="color"]:focus, .accent-is-brown
input[type="number"]:focus, .accent-is-brown
input[type="search"]:focus, .accent-is-brown
input[type="text"]:focus, .accent-is-brown
textarea:focus, .accent-is-brown
select:focus {
  border: 1px solid #B39164;
}

.accent-is-dark input[type="password"]:focus, .accent-is-dark
input[type="email"]:focus, .accent-is-dark
input[type="url"]:focus, .accent-is-dark
input[type="date"]:focus, .accent-is-dark
input[type="month"]:focus, .accent-is-dark
input[type="time"]:focus, .accent-is-dark
input[type="datetime"]:focus, .accent-is-dark
input[type="datetime-local"]:focus, .accent-is-dark
input[type="week"]:focus, .accent-is-dark
input[type="tel"]:focus, .accent-is-dark
input[type="color"]:focus, .accent-is-dark
input[type="number"]:focus, .accent-is-dark
input[type="search"]:focus, .accent-is-dark
input[type="text"]:focus, .accent-is-dark
textarea:focus, .accent-is-dark
select:focus {
  border: 1px solid #565656;
}

input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="color"],
input[type="number"],
input[type="search"],
input[type="text"],
select {
  height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  width: auto;
  background-color: #FFF;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em;
  border-radius: 0;
}

textarea {
  overflow: hidden;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.widget {
  margin-bottom: 2rem;
}

.widget ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 0.25rem;
}

.widget .search-submit {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.widget img,
.widget select {
  max-width: 100%;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
    margin-left: 0.5rem;
}

.widget_calendar table {
  width: 100%;
  line-height: 2;
}

.widget_calendar td,
.widget_calendar tfoot {
  color: #AEB1B5;
}

.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
}

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

.widget_rss .rsswidget {
  display: block;
}

.widget_rss .rsswidget img {
  float: left;
  margin-top: 0.313rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.widget_rss .rss-date {
  color: rgba(51, 51, 51, 0.6);
}

.widget_rss ul li {
  margin-bottom: 1.5rem;
}

.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.grey-box {
  padding: 40px 20px;
  background-color: #FAFAFA;
  margin-bottom: 2rem;
}

.hemma-icons-inline {
  display: none;
}

.hemma-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.map-shortcode {
  margin-bottom: 1.5rem;
}

.social-links {
  display: inline-block;
}

.social-links a {
  margin-right: 5px;
}

.social-links .hemma-icon {
  height: 20px;
  width: 20px;
}

.custom-marker {
  width: 100px;
  height: 100px;
  overflow: visible !important;
}

.marker-is-white .custom-marker:before {
  background: #FFF;
}

.marker-is-white .custom-marker:after {
  background: rgba(255, 255, 255, 0.1);
}

.marker-is-red .custom-marker:before {
  background: #FB6658;
}

.marker-is-red .custom-marker:after {
  background: rgba(251, 102, 88, 0.1);
}

.marker-is-orange .custom-marker:before {
  background: #FC8251;
}

.marker-is-orange .custom-marker:after {
  background: rgba(252, 130, 81, 0.1);
}

.marker-is-yellow .custom-marker:before {
  background: #F9C356;
}

.marker-is-yellow .custom-marker:after {
  background: rgba(249, 195, 86, 0.1);
}

.marker-is-green .custom-marker:before {
  background: #6BB470;
}

.marker-is-green .custom-marker:after {
  background: rgba(107, 180, 112, 0.1);
}

.marker-is-light-blue .custom-marker:before {
  background: #60C2E4;
}

.marker-is-light-blue .custom-marker:after {
  background: rgba(96, 194, 228, 0.1);
}

.marker-is-blue .custom-marker:before {
  background: #4A89DC;
}

.marker-is-blue .custom-marker:after {
  background: rgba(74, 137, 220, 0.1);
}

.marker-is-purple .custom-marker:before {
  background: #A188E0;
}

.marker-is-purple .custom-marker:after {
  background: rgba(161, 136, 224, 0.1);
}

.marker-is-pink .custom-marker:before {
  background: #EA7CBA;
}

.marker-is-pink .custom-marker:after {
  background: rgba(234, 124, 186, 0.1);
}

.marker-is-brown .custom-marker:before {
  background: #B39164;
}

.marker-is-brown .custom-marker:after {
  background: rgba(179, 145, 100, 0.1);
}

.marker-is-dark .custom-marker:before {
  background: #565656;
}

.marker-is-dark .custom-marker:after {
  background: rgba(86, 86, 86, 0.1);
}

.custom-marker:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45px;
  left: 45px;
  border-radius: 50%;
  background: #60C2E4;
  border: 1px solid #FFF;
  z-index: 207;
}

.custom-marker:after {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(96, 194, 228, 0.1);
  border-radius: 50%;
  opacity: 0;
  z-index: 206;
  -webkit-animation: pulsate 2400ms ease-out infinite;
          animation: pulsate 2400ms ease-out infinite;
}

.marker-invisible .custom-marker {
  display: none !important;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 30px;
  background-color: #FAFAFA;
}

@media screen and (min-width: 769px) {
  .is-block-frame .site-footer {
    background-color: #FFF;
    position: relative;
    z-index: 8;
  }
}

.top-footer {
  padding-bottom: 10px;
}

.site-info {
  padding: 10px 0;
  background-color: #FFF;
}

.is-loader {
  overflow: hidden;
}

.preloader {
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  text-align: center;
  text-transform: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.preloader &gt; :first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.preloader-percentage {
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #AEB1B5;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.accent-is-white .preloader-percentage {
  background-color: #FFF;
}

.accent-is-red .preloader-percentage {
  background-color: #FB6658;
}

.accent-is-orange .preloader-percentage {
  background-color: #FC8251;
}

.accent-is-yellow .preloader-percentage {
  background-color: #F9C356;
}

.accent-is-green .preloader-percentage {
  background-color: #6BB470;
}

.accent-is-light-blue .preloader-percentage {
  background-color: #60C2E4;
}

.accent-is-blue .preloader-percentage {
  background-color: #4A89DC;
}

.accent-is-purple .preloader-percentage {
  background-color: #A188E0;
}

.accent-is-pink .preloader-percentage {
  background-color: #EA7CBA;
}

.accent-is-brown .preloader-percentage {
  background-color: #B39164;
}

.accent-is-dark .preloader-percentage {
  background-color: #565656;
}

.preloader-subtitle {
  display: none;
  margin-top: 1rem;
}

/*--------------------------------------------------------------
# Swiper tweaks
--------------------------------------------------------------*/
.swiper-slide {
  opacity: 1;
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.3;
}

.swiper-pagination {
  position: relative;
  margin-bottom: 1.5rem;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  position: relative;
  opacity: 1;
  background-color: #AEB1B5;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
}

.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 100%;
  top: -4px;
  left: -4px;
  -webkit-transition: border .35s ease;
  transition: border .35s ease;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: auto;
  left: auto;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background: transparent;
}

.swiper-pagination-bullet-active:after {
  border: 1px solid #AEB1B5;
}

/*--------------------------------------------------------------
# Photoswipe tweaks
--------------------------------------------------------------*/
.pswp__bg {
  background: #F5F5F5;
}

.pswp__counter {
  color: #333;
}

.pswp__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.97);
}

.pswp__caption {
  -webkit-box-shadow: 0 0 -1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 -1px rgba(0, 0, 0, 0.15);
}

.pswp__top-bar {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 30px;
  background-color: rgba(255, 255, 255, 0.97);
  height: 40px;
  width: 40px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -134px -46px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -90px -46px;
}

.pswp__caption__center {
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  color: #333;
  opacity: .85;
  font-weight: 700;
}

.pswp__img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pswp__img--placeholder--blank {
  background: #FFF;
}

/*--------------------------------------------------------------
 # Contact Form 7 tweaks
 --------------------------------------------------------------*/
span.wpcf7-not-valid-tip {
  font-size: 87.5%;
  margin-top: 0.5rem;
}

div.wpcf7-response-output {
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 1px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 1px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 1px solid #f7e700;
}

span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1rem;
}

span.wpcf7-list-item.last {
  margin-right: 0;
}

/*--------------------------------------------------------------
# WPML
--------------------------------------------------------------*/
.wpml-ls-flag {
  margin-bottom: 0;
}

.wpml-ls-menu-item .wpml-ls-flag {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.wpml-ls-menu-item .wpml-ls-flag + span {
  margin-left: 4px;
}

.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
  clear: none;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 5px 20px 5px 0;
}

.wpml-ls-statics-footer {
  font-size: 87.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
  .wpml-ls-statics-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wpml-ls-statics-footer a {
  color: inherit;
}

.wpml-ls-statics-footer a:hover, .wpml-ls-statics-footer a:focus {
  background-color: transparent;
}

.wpml-ls-statics-footer .wpml-ls-current-language:hover &gt; a, .wpml-ls-statics-footer .wpml-ls-current-language:focus &gt; a {
  background-color: transparent;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal &gt; ul {
  text-align: left;
}

.main-navigation .wpml-ls-menu-item .sub-menu {
  display: inline-block;
}

@media screen and (min-width: 1020px) {
  .main-navigation .wpml-ls-menu-item .sub-menu {
    display: inline;
  }
  .is-menu-desktop .main-navigation li.wpml-ls-menu-item ul li a {
    width: auto;
    min-width: 41px;
  }
  .is-menu-desktop .main-navigation ul li.menu-item-has-children.wpml-ls-menu-item:before,
  .is-menu-desktop .main-navigation ul li.menu-item-has-children.wpml-ls-menu-item:after,
  .is-menu-desktop .main-navigation ul li.page_item_has_children.wpml-ls-menu-item:before,
  .is-menu-desktop .main-navigation ul li.page_item_has_children.wpml-ls-menu-item:after {
    right: auto;
    left: 15px;
  }
}

.select-language.is-dropdown li {
  position: relative;
}

.select-language.is-dropdown li .hemma-icon {
  display: inline;
  left: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 8px;
}

.select-language.is-dropdown li .sub-menu {
  font-size: 87.5%;
  line-height: 1.6;
  background: #FFF;
  border: 1px solid #F5F5F5;
  left: -999em;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
}

.select-language.is-dropdown li .sub-menu li {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.select-language.is-dropdown li .sub-menu li:hover {
  background-color: #333;
}

.select-language.is-dropdown li .sub-menu li:hover a {
  color: #FFF;
}

.accent-is-white .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #FFF;
}

.accent-is-red .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #FB6658;
}

.accent-is-orange .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #FC8251;
}

.accent-is-yellow .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #F9C356;
}

.accent-is-green .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #6BB470;
}

.accent-is-light-blue .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #60C2E4;
}

.accent-is-blue .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #4A89DC;
}

.accent-is-purple .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #A188E0;
}

.accent-is-pink .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #EA7CBA;
}

.accent-is-brown .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #B39164;
}

.accent-is-dark .select-language.is-dropdown li .sub-menu li:hover {
  background-color: #565656;
}

.select-language.is-dropdown li .sub-menu a {
  display: block;
  padding: 10px;
  max-width: 220px;
  width: auto;
  min-width: 41px;
}

.select-language.is-dropdown li:hover &gt; .sub-menu,
.select-language.is-dropdown li.focus &gt; .sub-menu {
  right: -20px;
  left: auto;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.select-language.is-dropdown li.current-lang:before, .select-language.is-dropdown li.current-lang:after {
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  right: -7px;
  bottom: -1px;
  width: 0;
  z-index: 99999;
}

.select-language.is-dropdown li.current-lang:before {
  border-color: transparent transparent #F5F5F5;
  bottom: 0;
}

.select-language.is-dropdown li.current-lang:after {
  border-color: transparent transparent #FFF;
}

.select-language.is-dropdown li.current-lang.focus:before, .select-language.is-dropdown li.current-lang.focus:after, .select-language.is-dropdown li.current-lang:hover:before, .select-language.is-dropdown li.current-lang:hover:after {
  display: block;
}
</pre></body></html>