/*
Theme Name: Hemma
Theme URI: http://underscores.me/
Author: Pasquale Vitiello
Author URI: http://pasqualevitiello.com
Description: A Theme for Holiday Houses
Version: 1.0.3
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: 1240px; } }

.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 > .column.is-half {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-third {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-quarter {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .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 > .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 > .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 > .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; }

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

h2,
.h2,
.hero-subtitle {
  font-size: 29.268px;
  font-size: 1.82925rem; }
  @media screen and (min-width: 1240px) {
    h2,
    .h2,
    .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: 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; }

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

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 > 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 > :first-child {
    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; }
  @media screen and (min-width: 769px) {
    .is-block-frame .is-fullheight {
      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); }
  @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); } }

.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 > :first-child,
  .is-full-map.is-contentheight > :first-child {
    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; }
  @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-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-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); } }

.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 .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 a {
      color: rgba(255, 255, 255, 0.85); }
      .is-menu-desktop .site-header.is-hero-on .main-navigation a:hover {
        color: #FFF; } }
  .site-header.is-hero-on .select-language a {
    color: rgba(255, 255, 255, 0.5); }
    .site-header.is-hero-on .select-language a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .site-header.is-hero-on .select-language .current-lang 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;
      right: 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.5s, top 0.3s, -webkit-transform 0.5s;
      transition: width 0.5s, top 0.3s, -webkit-transform 0.5s;
      transition: transform 0.5s, width 0.5s, top 0.3s;
      transition: transform 0.5s, width 0.5s, top 0.3s, -webkit-transform 0.5s; }
    .menu-toggle .nav-icon:before {
      -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
              transform-origin: right top;
      -webkit-transform: translateY(-0.375rem);
          -ms-transform: translateY(-0.375rem);
              transform: translateY(-0.375rem); }
    .menu-toggle .nav-icon::after {
      -webkit-transform-origin: right bottom;
          -ms-transform-origin: right bottom;
              transform-origin: right bottom;
      -webkit-transform: translateY(0.375rem);
          -ms-transform: translateY(0.375rem);
              transform: translateY(0.375rem); }
  .is-nav-open .menu-toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .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.5s, -webkit-transform 0.5s;
        transition: width 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, width 0.5s;
        transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s; }
      .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; }
  @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 li {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px; }
    .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; }
    .main-navigation .menu > ul {
      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; }
    @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; } }

@media screen and (min-width: 1020px) {
  .block-text,
  .hero-text {
    padding-left: 20px;
    padding-right: 20px; } }

.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 .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); }
  @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 {
      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 ol {
  margin-left: 0; }

.comments-area .comment-list li {
  list-style-type: none; }

.comments-area .comment-list > .comment {
  clear: both; }
  .comments-area .comment-list > .comment > .children > .comment {
    padding-left: 40px; }
    .comments-area .comment-list > .comment > .children > .comment > .children > .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:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  .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-3 .gallery-item, .gallery-first-big .gallery.gallery-columns-4 .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-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(transparent), to(rgba(51, 51, 51, 0.4)));
    background: -webkit-linear-gradient(transparent 0%, rgba(51, 51, 51, 0.4) 100%);
    background: linear-gradient(transparent 0%, rgba(51, 51, 51, 0.4) 100%); }

.wp-caption-text {
  position: absolute;
  bottom: 0;
  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;
  width: 100%;
  pointer-events: none; }

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

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

input:not([type="submit"]),
textarea {
  border: 1px solid #E7E7E7;
  width: 100%;
  padding: 0.5rem 1rem; }
  input:not([type="submit"]):focus,
  textarea:focus {
    border: 1px solid #AEB1B5;
    outline: 0; }
    .accent-is-white input:not([type="submit"]):focus, .accent-is-white
    textarea:focus {
      border: 1px solid #FFF; }
    .accent-is-red input:not([type="submit"]):focus, .accent-is-red
    textarea:focus {
      border: 1px solid #FB6658; }
    .accent-is-orange input:not([type="submit"]):focus, .accent-is-orange
    textarea:focus {
      border: 1px solid #FC8251; }
    .accent-is-yellow input:not([type="submit"]):focus, .accent-is-yellow
    textarea:focus {
      border: 1px solid #F9C356; }
    .accent-is-green input:not([type="submit"]):focus, .accent-is-green
    textarea:focus {
      border: 1px solid #6BB470; }
    .accent-is-light-blue input:not([type="submit"]):focus, .accent-is-light-blue
    textarea:focus {
      border: 1px solid #60C2E4; }
    .accent-is-blue input:not([type="submit"]):focus, .accent-is-blue
    textarea:focus {
      border: 1px solid #4A89DC; }
    .accent-is-purple input:not([type="submit"]):focus, .accent-is-purple
    textarea:focus {
      border: 1px solid #A188E0; }
    .accent-is-pink input:not([type="submit"]):focus, .accent-is-pink
    textarea:focus {
      border: 1px solid #EA7CBA; }
    .accent-is-brown input:not([type="submit"]):focus, .accent-is-brown
    textarea:focus {
      border: 1px solid #B39164; }
    .accent-is-dark input:not([type="submit"]):focus, .accent-is-dark
    textarea:focus {
      border: 1px solid #565656; }

input:not([type="submit"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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_calendar table {
  width: 100%;
  line-height: 2; }

.widget_calendar td,
.widget_calendar tfoot,
.widget_calendar tfoot a {
  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 > :first-child {
    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; }

.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 > .swiper-pagination-bullets {
  bottom: auto;
  left: auto; }
  .swiper-container-horizontal > .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; }