/*!
Theme Name: Pinnat theme
Theme URI: http://underscores.me/
Author: Bananas
Author URI: https://www.bananas.fi
Description: Theme for Pinnat
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pinnat-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
GitHub Theme URI: brawo-branding/pinnat-theme

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.

Pinnat theme is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.wrap-xs {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .wrap-xs {
      width: 930px; } }
  @media screen and (min-width: 1600px) {
    .wrap-xs {
      width: 930px; } }

.wrap-s {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .wrap-s {
      width: 1100px;
      max-width: 77%; } }
  @media screen and (min-width: 1600px) {
    .wrap-s {
      width: 1100px;
      max-width: 50%; } }

.wrap-m {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .wrap-m {
      width: 1460px;
      max-width: 87%; } }
  @media screen and (min-width: 1600px) {
    .wrap-m {
      width: 1460px;
      max-width: 66%; } }

.wrap-l {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .wrap-l {
      width: 1850px;
      max-width: 97%; } }
  @media screen and (min-width: 1600px) {
    .wrap-l {
      width: 1850px;
      max-width: 85%; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
 * Fonts:
 * font-family: 'Caveat', cursive; 400
 * font-family: 'Abel', sans-serif; 400
 * font-family: 'Open Sans', sans-serif; 400i,800,800i
 */
html {
  font-size: 100%; }
  @media screen and (min-width: 1078px) {
    html {
      font-size: 112.5%; } }
  @media screen and (min-width: 1400px) {
    html {
      font-size: 125%; } }
  @media screen and (min-width: 2000px) {
    html {
      font-size: 150%; } }

body,
button,
input,
select,
optgroup,
textarea {
  color: #3f3f3f;
  font-family: "Abel", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0; }

h2 {
  font-size: 33.408px;
  font-size: 2.088rem; }
  .site-info h2 {
    font-size: 21.328px;
    font-size: 1.333rem;
    color: #d75363;
    text-transform: lowercase; }

h4 {
  font-size: 21.328px;
  font-size: 1.333rem;
  color: #d75363;
  text-transform: uppercase; }
  .tabs h4 {
    margin: 0 0 1em 0; }

p {
  margin-bottom: 1.5rem; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

b, strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 800; }
  b em,
  b i, strong em,
  strong i {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: italic; }

em, i {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic; }
  em b,
  em strong, i b,
  i strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: italic; }

.alt-style-1 {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 32.672px;
  font-size: 2.042rem; }

.alt-style-2 {
  padding-bottom: 30px;
  background: url(img/icon-squiggle.png) center bottom no-repeat;
  background-size: 225px 22px; }
  .svgasimg .alt-style-2 {
    background-image: url(img/icon-squiggle.svg); }

.alt-size-1 {
  font-size: 12px;
  font-size: 0.75rem; }

.alt-size-2 {
  font-size: 24px;
  font-size: 1.5rem; }

.main-navigation {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: lowercase; }

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }
  @media screen and (min-width: 768px) {
    .block ul:not(.grid):not(.tab-widget__list):not(.gform_fields), .block ol:not(.grid):not(.tab-widget__list):not(.gform_fields) {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 2em;
         -moz-column-gap: 2em;
              column-gap: 2em; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*
 * Tabs
 */
.tab-widget__list {
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
  border-bottom: 2px solid #04a2b0; }

.tab-widget__item {
  display: inline;
  margin-right: 1em; }
  @media screen and (min-width: 1024px) {
    .tab-widget__item {
      margin-right: 2em; } }

.tab-widget__link {
  text-decoration: none;
  color: #b3b3b3;
  font-weight: 800;
  font-family: "Open Sans", sans-serif; }
  .tab-widget__link.tab-widget__link--active {
    color: #04a2b0; }
  .tab-widget__link:hover, .tab-widget__link:active {
    color: #d75363; }
  .tab-widget__link:focus {
    outline: none;
    color: #04a2b0; }

.tab-widget__tabs {
  padding: 2em 0; }

.tab-widget__tab-content {
  display: none; }

.tab-widget__tab-content--active,
.no-js .tab-widget__tab-content {
  display: block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid transparent;
  border-radius: 0;
  background: #f7d53a;
  color: #d75363;
  font-size: 13.328px;
  font-size: 0.833rem;
  line-height: 1;
  padding: .5em 1em;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #010101; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #010101; }
  .gform_wrapper button, .gform_wrapper
  input[type="button"], .gform_wrapper
  input[type="reset"], .gform_wrapper
  input[type="submit"] {
    display: block !important;
    width: 100% !important;
    text-align: center; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="range"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="color"],
.gform_wrapper textarea {
  color: #3f3f3f;
  border: 2px solid transparent;
  border-radius: 0;
  padding: .5em 1em;
  margin-top: 16px !important; }
  .gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="text"]:hover,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="email"]:hover,
  .gform_wrapper input[type="url"]:focus,
  .gform_wrapper input[type="url"]:hover,
  .gform_wrapper input[type="password"]:focus,
  .gform_wrapper input[type="password"]:hover,
  .gform_wrapper input[type="search"]:focus,
  .gform_wrapper input[type="search"]:hover,
  .gform_wrapper input[type="number"]:focus,
  .gform_wrapper input[type="number"]:hover,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper input[type="tel"]:hover,
  .gform_wrapper input[type="range"]:focus,
  .gform_wrapper input[type="range"]:hover,
  .gform_wrapper input[type="date"]:focus,
  .gform_wrapper input[type="date"]:hover,
  .gform_wrapper input[type="month"]:focus,
  .gform_wrapper input[type="month"]:hover,
  .gform_wrapper input[type="week"]:focus,
  .gform_wrapper input[type="week"]:hover,
  .gform_wrapper input[type="time"]:focus,
  .gform_wrapper input[type="time"]:hover,
  .gform_wrapper input[type="datetime"]:focus,
  .gform_wrapper input[type="datetime"]:hover,
  .gform_wrapper input[type="datetime-local"]:focus,
  .gform_wrapper input[type="datetime-local"]:hover,
  .gform_wrapper input[type="color"]:focus,
  .gform_wrapper input[type="color"]:hover,
  .gform_wrapper textarea:focus,
  .gform_wrapper textarea:hover {
    border-color: #010101; }

.gform_wrapper select {
  border: 1px solid #ccc; }

.gform_wrapper textarea {
  width: 100%;
  margin-top: 16px !important; }

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  padding-right: 0 !important; }

@media screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 10px !important; } }

@media screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 10px !important; } }

.gform_confirmation_wrapper {
  background: #04b011;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  color: white; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #04a2b0;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  a:visited {
    color: #20e8fa; }
  a:hover, a:focus, a:active {
    color: #02464c; }
  a:focus {
    outline: 2px solid #04a2b0; }
  a:hover, a:active {
    outline: 0; }
  .site-footer a {
    color: inherit; }
  a.order {
    display: block;
    border-radius: 50%;
    background: #04a2b0;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 4px solid transparent; }
    a.order:visited {
      color: #ffffff; }
    a.order:hover, a.order:focus {
      border-color: #010101; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li.icon a:before {
      display: inline-block;
      content: "\f102";
      font-family: "Dashicons"; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 961px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.menu-toggle {
  position: relative;
  float: right;
  margin: 0;
  background: transparent;
  width: 35px;
  padding: 5px;
  z-index: 10002;
  border: 0; }
  .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background: transparent; }

.menu-toggle:focus,
.menu-toggle:active {
  outline: 0; }

.toggle-gfx {
  position: relative;
  display: block;
  width: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.toggle-gfx:hover {
  cursor: pointer; }

.toggle-gfx span {
  display: block;
  height: 3px;
  background: #010101;
  margin-bottom: 6px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
  opacity: 1; }
  .headroom--not-top .toggle-gfx span {
    background: #ffffff; }
  .toggled .toggle-gfx span {
    background: #ffffff; }

.toggled .toggle-gfx .lt {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.toggled .toggle-gfx .lm {
  opacity: 0; }

.toggled .toggle-gfx .lb {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 960px) {
  #menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #04a2b0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 10001;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    height: calc(100vh);
    width: 60%;
    min-width: 200px; }
  .toggled #menu-top {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
  .main-navigation li {
    width: 100%;
    margin: 1em 0;
    text-align: center; }
  .main-navigation a {
    border-bottom: 0; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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;
    -webkit-clip-path: none;
            clip-path: none;
    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; }

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background: #04a2b0;
  padding: 0;
  min-height: calc(25vw);
  background-size: cover;
  background-position: center center; }
  @media screen and (orientation: portrait) {
    .site-header {
      min-height: calc(50vw); } }
  @media screen and (orientation: landscape) {
    .site-header {
      background-image: none !important; } }
  .no-cssgrid .site-header {
    display: block; }
  .site-header > img {
    display: block; }
    @media screen and (orientation: portrait) {
      .site-header > img {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
                clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
        .site-header > img: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;
          -webkit-clip-path: none;
                  clip-path: none;
          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. */ } }

.site-branding {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: calc(40vw); }
  @media screen and (min-width: 1024px) {
    .site-branding {
      width: calc(18vw); } }
  @media screen and (min-width: 1600px) {
    .site-branding {
      width: calc(23vw); } }
  .site-branding .site-title {
    margin: 0;
    background: #ffffff;
    border-bottom-left-radius: calc(40vw);
    border-bottom-right-radius: calc(40vw);
    padding: calc(6vw) calc(6vw) calc(14.5vw) calc(6vw); }
    @media screen and (min-width: 1024px) {
      .site-branding .site-title {
        border-bottom-left-radius: calc(18vw);
        border-bottom-right-radius: calc(18vw);
        padding: calc(2.7vw) calc(2.7vw) calc(6.6vw) calc(2.7vw); } }
    @media screen and (min-width: 1600px) {
      .site-branding .site-title {
        border-bottom-left-radius: calc(23vw);
        border-bottom-right-radius: calc(23vw);
        padding: calc(3.5vw) calc(3.5vw) calc(8.5vw) calc(3.5vw); } }
    .site-branding .site-title img {
      display: block;
      width: calc(27.5vw); }
      @media screen and (min-width: 1024px) {
        .site-branding .site-title img {
          width: calc(12.5vw); } }
      @media screen and (min-width: 1600px) {
        .site-branding .site-title img {
          width: calc(16vw); } }

.main-navigation {
  padding: 1em;
  margin-left: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media screen and (min-width: 1078px) {
    .main-navigation {
      padding: 1em calc(3.35vw) 1em calc(3.35vw); } }
  @media screen and (min-width: 1500px) {
    .main-navigation {
      padding: 1em calc(7.7vw) 1em calc(7.7vw); } }
  .main-navigation.headroom--not-top {
    background-color: #04a2b0;
    padding-top: .5em;
    padding-bottom: .5em; }
  .main-navigation.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .main-navigation.headroom--unpinned {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .main-navigation li {
    margin: 0 1em 0 0; }
    @media screen and (min-width: 1366px) {
      .main-navigation li {
        margin: 0 2em 0 0; } }
    .main-navigation li:last-child {
      margin-right: 0; }
  .main-navigation a {
    color: #ffffff; }
  .main-navigation.toggled li {
    margin: 0 0 2em 0; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*
 * Grid and flex
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.vert {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.column.vert {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .flex.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .flex.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.grid {
  display: grid;
  max-width: 100%;
  margin: 0 auto; }
  .no-cssgrid .grid:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .grid.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .no-cssgrid .grid.reverse > div:last-child {
      float: left; }
  .grid.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .no-cssgrid .grid.reverse > div:first-child {
      float: right; }
  .grid > * {
    display: block;
    min-width: 0; }
    .grid > *.grid {
      display: grid; }
    .grid > *.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .no-cssgrid .grid > * {
      float: left;
      width: 100%; }

.pad {
  grid-gap: 1em; }
  @media screen and (min-width: 961px) {
    .pad {
      grid-gap: 2em; } }

.pad-l {
  grid-gap: 1em; }
  @media screen and (min-width: 961px) {
    .pad-l {
      grid-gap: 2em; } }
  @media screen and (min-width: 1366px) {
    .pad-l {
      grid-gap: 4em; } }

.grid-2 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-2 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > * {
        width: 48%; } }

.grid-3 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-3 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-3 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-3 {
      grid-template-columns: repeat(3, 1fr); }
      .no-cssgrid .grid-3 > * {
        width: 31.33333%; } }

.grid-4 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-4 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-4 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-4 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-4 > * {
        width: 23%; } }

.grid-5 {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-5 {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-5 > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-5 {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-5 {
      grid-template-columns: repeat(5, 1fr); }
      .no-cssgrid .grid-5 > * {
        width: 18%; } }

.grid-1-2 {
  grid-template-columns: 1fr; }
  .no-cssgrid .grid-1-2 {
    width: 100%; }
  @media screen and (min-width: 961px) {
    .grid-1-2 {
      grid-template-columns: 1fr 2fr; }
      .no-cssgrid .grid-1-2 > div:first-child {
        width: 33%; }
      .no-cssgrid .grid-1-2 > div:last-child {
        width: 66%; } }

/*
 * Blocks
 */
.block {
  clear: both;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .block {
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media screen and (min-width: 1024px) {
    .block {
      padding-top: 3em;
      padding-bottom: 3em; } }
  @media screen and (min-width: 1400px) {
    .block {
      padding-top: 4em;
      padding-bottom: 4em; } }
  .block > * {
    max-width: 96%; }
  .block.narrow > * {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .block.narrow > * {
        width: 1100px;
        max-width: 77%; } }
    @media screen and (min-width: 1600px) {
      .block.narrow > * {
        width: 1100px;
        max-width: 50%; } }
  .block.wide > * {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .block.wide > * {
        width: 1460px;
        max-width: 87%; } }
    @media screen and (min-width: 1600px) {
      .block.wide > * {
        width: 1460px;
        max-width: 66%; } }
  .block.full.text > div {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .block.full.text > div {
        width: 930px; } }
    @media screen and (min-width: 1600px) {
      .block.full.text > div {
        width: 930px; } }
  .block.full.featured > .links {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .block.full.featured > .links {
        width: 1850px;
        max-width: 97%; } }
    @media screen and (min-width: 1600px) {
      .block.full.featured > .links {
        width: 1850px;
        max-width: 85%; } }
  .block.full.featured > .text {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .block.full.featured > .text {
        width: 930px; } }
    @media screen and (min-width: 1600px) {
      .block.full.featured > .text {
        width: 930px; } }
  .block.full.featured:first-child {
    padding-top: 0; }
    .block.full.featured:first-child > .links {
      margin-top: calc(-1 * 7vw); }

.alt-bg-1 {
  background: #ffffff; }

.alt-bg-2 {
  background: #d75363; }
  .alt-bg-2 > * {
    background-color: inherit;
    padding: 1em; }

.alt-bg-3 {
  background: #f1f8f9; }
  .alt-bg-3 > * {
    background-color: inherit;
    padding: 1em; }

.alt-bg-4 {
  background: #f1f8f9; }
  .alt-bg-4 > div {
    background: #ffffff;
    padding: 1em; }
    @media screen and (min-width: 961px) {
      .alt-bg-4 > div {
        padding: 2em; } }

.alt-bg-5 {
  background: #d75363; }
  .alt-bg-5 > div {
    background: #ffffff;
    padding: 1em; }
    @media screen and (min-width: 961px) {
      .alt-bg-5 > div {
        padding: 2em; } }

.alt-bg-6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d75363), to(#f1f8f9));
  background: -o-linear-gradient(top, #d75363 calc(13vw), #f1f8f9 calc(13vw));
  background: linear-gradient(180deg, #d75363 calc(13vw), #f1f8f9 calc(13vw)); }
  .alt-bg-6 > div {
    background: #f1f8f9;
    padding: 1em; }
    @media screen and (min-width: 961px) {
      .alt-bg-6 > div {
        padding: 2em; } }

.alt-bg-7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#04a2b0), to(#f1f8f9));
  background: -o-linear-gradient(top, #04a2b0 calc(13vw), #f1f8f9 calc(13vw));
  background: linear-gradient(180deg, #04a2b0 calc(13vw), #f1f8f9 calc(13vw)); }
  .alt-bg-7 > div {
    background: #f1f8f9;
    padding: 1em; }
    @media screen and (min-width: 961px) {
      .alt-bg-7 > div {
        padding: 2em; } }

.alt-bg-8 {
  background: #d75363 url(img/bg-lines-light.png) right 70px no-repeat; }
  .alt-bg-8 > * {
    background-color: inherit;
    padding: 1em; }
  .alt-bg-8.featured:first-child {
    background-position: right calc(7vw + 70px); }

.alt-bg-9 {
  background: #f1f8f9 url(img/bg-lines-blue.png) left 70px no-repeat; }
  .alt-bg-9 > * {
    background-color: inherit;
    padding: 1em; }

.alt-bg-10 {
  background: #f1f8f9;
  background-image: url(img/bg-lines-blue.png), -webkit-gradient(linear, left top, left bottom, from(#d75363), to(#f1f8f9));
  background-image: url(img/bg-lines-blue.png), -o-linear-gradient(top, #d75363 calc(13vw), #f1f8f9 calc(13vw));
  background-image: url(img/bg-lines-blue.png), linear-gradient(180deg, #d75363 calc(13vw), #f1f8f9 calc(13vw));
  background-position: left 15vw, 0 0;
  background-repeat: no-repeat; }
  .alt-bg-10 > div {
    background: #f1f8f9;
    padding: 1em; }
    @media screen and (min-width: 961px) {
      .alt-bg-10 > div {
        padding: 2em; } }

.alt-bg-11 {
  background: #f1f8f9;
  background-image: url(img/bg-lines-blue.png), -webkit-gradient(linear, left top, left bottom, from(#04a2b0), to(#f1f8f9));
  background-image: url(img/bg-lines-blue.png), -o-linear-gradient(top, #04a2b0 calc(13vw), #f1f8f9 calc(13vw));
  background-image: url(img/bg-lines-blue.png), linear-gradient(180deg, #04a2b0 calc(13vw), #f1f8f9 calc(13vw));
  background-position: left 15vw, 0 0;
  background-repeat: no-repeat; }
  .alt-bg-11 > div {
    background: #f1f8f9;
    padding: 1em; }
    @media screen and (min-width: 961px) {
      .alt-bg-11 > div {
        padding: 2em; } }

.alt-color-1 {
  color: inherit; }

.alt-color-2 {
  color: #d75363; }

.alt-color-3 {
  color: #04a2b0; }

.alt-color-4 {
  color: #ffffff; }

.featured .links {
  margin: 0 0 2em 0; }
  .featured .links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .featured .links ul li {
      display: block;
      position: relative; }
      .featured .links ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-decoration: none;
        border: 4px solid transparent;
        -webkit-transition: border-color 0.3s ease-out;
        -o-transition: border-color 0.3s ease-out;
        transition: border-color 0.3s ease-out; }
        .featured .links ul li a:visited {
          color: #04a2b0; }
        .featured .links ul li a:hover, .featured .links ul li a:focus {
          border-color: #010101;
          color: #04a2b0; }
      .featured .links ul li img {
        display: block; }

.featured .text {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .featured .text {
      width: 930px; } }
  @media screen and (min-width: 1600px) {
    .featured .text {
      width: 930px; } }

.services > .text {
  position: relative; }
  .services > .text .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -30%, 0);
            transform: translate3d(-50%, -30%, 0);
    width: calc(30vw);
    height: calc(30vw); }
    @media screen and (min-width: 768px) {
      .services > .text .order {
        width: calc(12.5vw);
        height: calc(12.5vw); } }
    @media screen and (min-width: 1280px) {
      .services > .text .order {
        width: calc(12.5vw);
        height: calc(12.5vw); } }
    @media screen and (min-width: 1600px) {
      .services > .text .order {
        width: calc(7.5vw);
        height: calc(7.5vw); } }

.services .price {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #04a2b0;
  font-size: 32px;
  font-size: 2rem; }

.services .grid .item {
  position: relative; }

.services .grid .link:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #f7d53a;
  z-index: 1;
  left: calc(24vw);
  top: calc(24vw);
  width: calc(29vw);
  height: calc(29vw); }
  @media screen and (min-width: 768px) {
    .services .grid .link:before {
      left: calc(12vw);
      top: calc(12vw);
      width: calc(14.5vw);
      height: calc(14.5vw); } }
  @media screen and (min-width: 1280px) {
    .services .grid .link:before {
      left: calc(8.7vw);
      top: calc(8.7vw);
      width: calc(10.2vw);
      height: calc(10.2vw); } }
  @media screen and (min-width: 1600px) {
    .services .grid .link:before {
      left: calc(6vw);
      top: calc(6vw);
      width: calc(7vw);
      height: calc(7vw); } }

.services .grid .order {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 29.328px;
  font-size: 1.833rem;
  z-index: 2;
  width: calc(50vw);
  height: calc(50vw); }
  @media screen and (min-width: 768px) {
    .services .grid .order {
      width: calc(25vw);
      height: calc(25vw); } }
  @media screen and (min-width: 1280px) {
    .services .grid .order {
      width: calc(17.5vw);
      height: calc(17.5vw); } }
  @media screen and (min-width: 1600px) {
    .services .grid .order {
      width: calc(12vw);
      height: calc(12vw); } }

.main-content > .wp-block-columns,
.main-content > .wp-block-media-text,
.main-content > .wp-block-heading {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .main-content > .wp-block-columns,
    .main-content > .wp-block-media-text,
    .main-content > .wp-block-heading {
      width: 1100px;
      max-width: 77%; } }
  @media screen and (min-width: 1600px) {
    .main-content > .wp-block-columns,
    .main-content > .wp-block-media-text,
    .main-content > .wp-block-heading {
      width: 1100px;
      max-width: 50%; } }
  .main-content > .wp-block-columns.alignwide,
  .main-content > .wp-block-media-text.alignwide,
  .main-content > .wp-block-heading.alignwide {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .main-content > .wp-block-columns.alignwide,
      .main-content > .wp-block-media-text.alignwide,
      .main-content > .wp-block-heading.alignwide {
        width: 1460px;
        max-width: 87%; } }
    @media screen and (min-width: 1600px) {
      .main-content > .wp-block-columns.alignwide,
      .main-content > .wp-block-media-text.alignwide,
      .main-content > .wp-block-heading.alignwide {
        width: 1460px;
        max-width: 66%; } }
  .main-content > .wp-block-columns.alignfull,
  .main-content > .wp-block-media-text.alignfull,
  .main-content > .wp-block-heading.alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

.main-content .wp-block-table.is-style-stripes {
  border-bottom: 0 !important; }
  .main-content .wp-block-table.is-style-stripes table {
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 0; }
    .main-content .wp-block-table.is-style-stripes table * {
      color: #ffffff;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .main-content .wp-block-table.is-style-stripes table tr:nth-child(odd) {
      background: #04a2b0; }
    .main-content .wp-block-table.is-style-stripes table tr:nth-child(even) {
      background: #05b9c9; }
    .main-content .wp-block-table.is-style-stripes table tr td:last-child {
      width: 25%; }
    .main-content .wp-block-table.is-style-stripes table tr .has-text-align-right {
      text-align: right; }

.main-content > .wp-block-heading:first-child {
  padding-top: 1em; }

.main-content > .wp-block-list {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
  @media screen and (min-width: 1078px) {
    .main-content > .wp-block-list {
      width: 1100px;
      max-width: 77%; } }
  @media screen and (min-width: 1600px) {
    .main-content > .wp-block-list {
      width: 1100px;
      max-width: 50%; } }

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

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-header,
.page-header {
  position: absolute;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  color: #ffffff; }
  .entry-header *,
  .page-header * {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .entry-header *,
      .page-header * {
        width: 1460px;
        max-width: 87%; } }
    @media screen and (min-width: 1600px) {
      .entry-header *,
      .page-header * {
        width: 1460px;
        max-width: 66%; } }

.page-links {
  clear: both;
  margin: 0; }

.edit-link {
  position: fixed;
  top: 50%;
  right: 1em; }
  .edit-link a {
    display: block;
    background: #010101;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    padding: 1em; }
    .edit-link a:hover, .edit-link a:focus, .edit-link a:active {
      background-color: #4e4e4e; }

/*
 * Comments
 */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.error404 .page-content,
.error404 .hentry,
.search .page-content,
.search .hentry {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/
  padding: 2em 0; }
  @media screen and (min-width: 1078px) {
    .error404 .page-content,
    .error404 .hentry,
    .search .page-content,
    .search .hentry {
      width: 1100px;
      max-width: 77%; } }
  @media screen and (min-width: 1600px) {
    .error404 .page-content,
    .error404 .hentry,
    .search .page-content,
    .search .hentry {
      width: 1100px;
      max-width: 50%; } }

.search-results .hentry .entry-header {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  min-height: calc(30vw);
  background-color: #04a2b0;
  background-position: center top;
  background-size: cover; }
  .site-footer .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/ }
    @media screen and (min-width: 1078px) {
      .site-footer .wrap {
        width: 1850px;
        max-width: 97%; } }
    @media screen and (min-width: 1600px) {
      .site-footer .wrap {
        width: 1850px;
        max-width: 85%; } }
  .site-footer .footer-banner {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    /*@media screen and (min-width: 2000px){
    max-width: map-get($max-width-l, $wrap);
  }*/
    background: rgba(4, 162, 176, 0.9);
    color: #ffffff;
    margin: 2em auto;
    padding: 1em; }
    @media screen and (min-width: 1078px) {
      .site-footer .footer-banner {
        width: 930px; } }
    @media screen and (min-width: 1600px) {
      .site-footer .footer-banner {
        width: 930px; } }
    @media screen and (min-width: 1078px) {
      .site-footer .footer-banner {
        margin: 4em auto;
        padding: 2em; } }
    @media screen and (min-width: 2000px) {
      .site-footer .footer-banner {
        margin: 8em auto;
        padding: 4em; } }
  .site-footer .site-info {
    margin: 0 auto;
    width: calc(70vw); }
    @media screen and (min-width: 1024px) {
      .site-footer .site-info {
        width: calc(30vw); } }
    @media screen and (min-width: 1200px) {
      .site-footer .site-info {
        width: calc(23vw); } }
    .site-footer .site-info > div {
      margin: 0;
      background: #ffffff;
      padding: calc(6vw) calc(3.5vw) calc(3vw) calc(3.5vw);
      width: calc(70vw);
      border-top-left-radius: calc(70vw);
      border-top-right-radius: calc(70vw); }
      @media screen and (min-width: 1024px) {
        .site-footer .site-info > div {
          width: calc(30vw);
          border-top-left-radius: calc(30vw);
          border-top-right-radius: calc(30vw); } }
      @media screen and (min-width: 1200px) {
        .site-footer .site-info > div {
          width: calc(23vw);
          border-top-left-radius: calc(23vw);
          border-top-right-radius: calc(23vw); } }
      .site-footer .site-info > div > div {
        display: block;
        width: calc(63vw); }
        @media screen and (min-width: 1024px) {
          .site-footer .site-info > div > div {
            width: calc(23vw); } }
        @media screen and (min-width: 1200px) {
          .site-footer .site-info > div > div {
            width: calc(16vw); } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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