/*!
Theme Name:  Hughes
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hughes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

_s is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* $color__background-products-home: #8e78a6; */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  color: #e9e8e4;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 66px;
    line-height: 66px;
  }
}

h2 {
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #e9e8e4;
}
@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 56px;
    line-height: 56px;
  }
}

p {
  color: #e9e8e4;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 1.5em 0;
}
p.intro-copy {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  p.two-column {
    column-count: 2;
    column-gap: 40px;
    text-align: left;
  }
}
p strong {
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
  p.intro-copy {
    font-size: 26px;
    line-height: 32px;
  }
}

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

blockquote {
  padding: 20px 50px;
  margin: 20px 0;
  position: relative;
  max-width: 960px;
}
@media print, screen and (min-width: 40em) {
  blockquote {
    padding: 30px 120px;
    margin: 40px 0;
  }
}
blockquote p {
  color: #008995 !important;
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 20px;
}
@media print, screen and (min-width: 40em) {
  blockquote p {
    font-size: 37px;
    line-height: 40px;
  }
}
blockquote cite {
  color: #008995;
  font-size: 14px;
  line-height: 14px;
  float: right;
}
blockquote:before {
  content: "";
  background: transparent url("img/open-quote.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 40px auto;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 40em) {
  blockquote:before {
    background-size: 76px auto;
    width: 76px;
    height: 76px;
  }
}
blockquote:after {
  content: "";
  background: transparent url("img/close-quote.png") no-repeat left top;
  background-size: 76px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (min-width: 40em) {
  blockquote:after {
    background-size: 76px auto;
    width: 76px;
    height: 76px;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #e9e8e4;
  margin: 0 !important;
  padding: 0 !important;
}

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

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0 0 0.25em;
}

li {
  color: #4d6363;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0.25em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  border: none;
  background: #fff;
  color: black;
  line-height: 1;
  padding: 30px 30px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  font-weight: 500;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #4d6363;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* wp forms overrides */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: none;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  background-color: #fff;
  border-radius: 0;
  color: #333;
  display: block;
  float: none;
  font-size: 16px;
  border: none;
  padding: 10px 20px 15px;
  width: 100%;
  line-height: 16px;
}
@media print, screen and (min-width: 40em) {
  div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    padding: 10px 30px 15px;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  background-color: #fff;
  font-weight: 300;
  font-size: 12px;
  float: none;
  line-height: 12px;
  margin: 0;
  padding: 10px 20px 4px;
}
@media print, screen and (min-width: 40em) {
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    padding: 15px 30px 4px;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 0 10px;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: none;
  background: #8e78a6;
  color: #fff;
  line-height: 1;
  padding: 28px 38px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
}

.wpforms-field-checkbox {
  border: 0 !important;
  background: transparent !important;
  width: 80%;
}
.wpforms-field-checkbox .wpforms-field-label {
  display: none !important;
}

.wpforms-field-label-inline {
  color: #4d6363 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
  width: 60% !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  position: relative;
  min-height: 100vh;
}

@media print, screen and (min-width: 64em) {
  main {
    padding-bottom: 270px;
  }
}

.site-header {
  background-color: rgba(0, 137, 149, 0.95);
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  backdrop-filter: blur(5px);
  z-index: 1;
}
.site-header .site-branding {
  padding: 10px 0;
}
@media print, screen and (min-width: 40em) {
  .site-header .site-branding {
    padding: 10px 0 0;
  }
}
.site-header .site-branding img {
  width: 30px;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .site-header .site-branding img {
    width: 54px;
  }
}

#lang {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  left: 10px;
  top: 13px;
  background: transparent;
  border: none;
  color: #fff;
  width: 40px;
}
@media print, screen and (min-width: 40em) {
  #lang {
    left: auto;
    right: 20px;
    top: 20px;
  }
}
#lang option {
  color: #000;
}

footer {
  background-color: #333333;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  footer {
    position: absolute;
    bottom: 0;
    text-align: left;
  }
}
footer .footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
footer p {
  color: white;
  padding: 0;
  margin: 0;
}
footer p a, footer p a:hover, footer p a:visited {
  color: white;
}
footer .site-info {
  background-color: #2f2f2f;
  border-top: 1px solid #444444;
  margin-top: 40px;
}
footer .site-info p {
  padding: 15px 0 0;
}
footer .site-info .footer-social {
  display: block;
}
footer .site-info .footer-social a {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  padding: 20px 10px 0;
}
@media print, screen and (min-width: 64em) {
  footer .site-info .footer-social {
    float: right;
    border-right: 1px solid #444444;
  }
  footer .site-info .footer-social a {
    border-left: 1px solid #444444;
    padding: 30px 25px;
  }
}
footer .footer-brand {
  margin: 15px 0 10px;
}
footer .footer-brand img {
  width: 180px;
  height: auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .main-navigation {
    padding: 0px 0 5px;
  }
}
.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .main-navigation ul {
    display: flex;
  }
}
.main-navigation li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .main-navigation li {
    flex: 1 0 auto;
  }
  .main-navigation li.current-menu-item a {
    background-color: #33a1aa;
    display: inline-block;
    border-radius: 5px;
  }
}
.main-navigation li a {
  display: block;
  padding: 0.25em 1em;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #4d6363;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .main-navigation li a {
    padding: 10px 20px;
    color: #fff;
  }
}
.main-navigation .menu-primary-container {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .main-navigation .menu-primary-container {
    display: block;
  }
}
.main-navigation.toggled .menu-primary-container {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  background: white;
  display: block;
  float: none;
  padding: 80px 0 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  animation: fadein 0.3s;
  z-index: 2;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
  background: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  z-index: 10;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  margin-top: 5px;
}
@media print, screen and (min-width: 40em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .lines {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: white;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle .lines:before, .menu-toggle .lines:after {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
}
.menu-toggle .lines:before {
  top: -7px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.menu-toggle .lines:after {
  top: 7px;
  transition: top 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle[aria-expanded=true] .lines {
  background-color: black;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-toggle[aria-expanded=true] .lines:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.menu-toggle[aria-expanded=true] .lines:after {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.copy-block-with-image {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #e9e8e4;
  padding: 40px 20px;
  overflow: hidden;
  clear: both;
}
@media print, screen and (min-width: 64em) {
  .copy-block-with-image {
    padding: 120px 0 300px;
  }
}
.copy-block-with-image p, .copy-block-with-image .intro-copy {
  color: #4d6363;
}
.copy-block-with-image--copy {
  display: block;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  text-align: center;
  padding: 50px 0px 50px;
  margin: 50px 0 40px;
}
@media print, screen and (min-width: 64em) {
  .copy-block-with-image--copy {
    width: 60%;
    float: left;
    margin-top: 20px;
    padding: 64px 90px 40px;
  }
}
.copy-block-with-image--img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .copy-block-with-image--img {
    width: 40%;
    float: left;
  }
}

.copy-block {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #e9e8e4;
  padding: 50px 20px 50px;
  overflow: hidden;
  clear: both;
}
@media print, screen and (min-width: 64em) {
  .copy-block {
    padding: 120px 0 80px;
  }
}
.copy-block p, .copy-block h2 {
  color: #4d6363;
}
.copy-block--copy {
  display: block;
  text-align: center;
  padding: 0;
}
.copy-block img {
  width: 100%;
  height: auto;
  display: block;
}

.home-products, .about-staff, .products-products {
  margin: 0 20px;
  padding: 40px 20px 50px;
  display: block;
  background-color: #2d959e;
}
@media print, screen and (min-width: 40em) {
  .home-products, .about-staff, .products-products {
    padding: 130px 0 170px;
  }
}
.home-products--content, .about-staff--content, .products-products--content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.home-products--content p, .home-products--content h2, .about-staff--content p, .about-staff--content h2, .products-products--content p, .products-products--content h2 {
  color: #fff;
}
.home-products--content > p, .about-staff--content > p, .products-products--content > p {
  max-width: 580px;
  margin: 0 auto;
}

.home-products {
  background-color: #2d959e;
}

.products-products {
  padding: 20px 0 20px;
}
@media print, screen and (min-width: 40em) {
  .products-products {
    padding: 80px 0 70px;
  }
}

.about-staff {
  padding: 20px 20px 30px !important;
}
@media print, screen and (min-width: 40em) {
  .about-staff {
    padding: 100px 0 100px !important;
  }
}
.about-staff h2 {
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .about-staff h2 {
    padding: 0 0 60px 0;
    margin-bottom: 30px;
  }
}
.about-staff h2::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}

.products--cards, .staff--cards {
  overflow: hidden;
  padding: 40px 20px 0;
}
@media print, screen and (min-width: 40em) {
  .products--cards, .staff--cards {
    padding-top: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.products--card, .staff--card {
  padding: 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .products--card, .staff--card {
    flex: 0 50%;
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .products--card, .staff--card {
    flex: 0 33.33333%;
  }
}
.products--card img, .staff--card img {
  width: 100%;
  padding: 0 0 20px;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .products--card img, .staff--card img {
    padding: 0 0 30px;
  }
}
.products--card-title, .staff--card-title {
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.staff--cards {
  padding-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .staff--cards {
    padding-top: 40px;
  }
}
.staff--card {
  padding: 0 0px 30px;
}
@media print, screen and (min-width: 40em) {
  .staff--card {
    padding: 0 60px 40px;
  }
}
.staff--card img {
  border-radius: 50%;
}
.staff--card-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.staff--card-subline {
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 1em;
}

.contact-cta {
  background: transparent url("img/contact-cta-bg.jpg") no-repeat center top 65px;
  background-size: 100% auto;
  padding: 50px 20px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .contact-cta {
    padding: 160px 20px;
    background-position: center center;
  }
}
.contact-cta p, .contact-cta h2 {
  color: #4d6363;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .contact-cta p, .contact-cta h2 {
    width: 56%;
  }
}

.about-staff {
  margin: 0 20px;
  padding: 40px 20px 50px;
  display: block;
  background-color: #2d959e;
}
@media print, screen and (min-width: 40em) {
  .about-staff {
    padding: 130px 0 170px;
  }
}
.about-staff--content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.about-staff--content p, .about-staff--content h2 {
  color: #fff;
}
.about-staff--content > p {
  max-width: 580px;
  margin: 0 auto;
}

.stacked-blocks {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 0px;
  overflow: hidden;
  clear: both;
}
@media print, screen and (min-width: 64em) {
  .stacked-blocks {
    padding: 40px 0 60px;
  }
}
.stacked-blocks p, .stacked-blocks h2 {
  color: #4d6363;
}
.stacked-blocks .stacked-block {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 30px;
}
@media print, screen and (min-width: 64em) {
  .stacked-blocks .stacked-block {
    padding: 0 0 100px;
  }
}
.stacked-blocks .stacked-block-copy {
  display: block;
  padding: 20px 0 0;
}
@media print, screen and (min-width: 64em) {
  .stacked-blocks .stacked-block-copy {
    padding: 40px 0 60px;
    position: absolute;
    width: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-left: 45px;
  }
}
.stacked-blocks .stacked-block img {
  width: 100%;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .stacked-blocks .stacked-block img {
    width: 50%;
    float: left;
    padding-right: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .stacked-blocks .stacked-block:nth-child(even) .stacked-block-copy {
    right: auto;
    left: 0;
    padding: 0 45px 0 0;
  }
}
@media print, screen and (min-width: 64em) {
  .stacked-blocks .stacked-block:nth-child(even) img {
    float: right;
    padding: 0 0 0 45px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #4d6363;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Pages
--------------------------------------------- */
.home--hero {
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .home--hero {
    height: calc(100vh - 120px);
    margin-top: 120px;
  }
}
.home--hero-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home--hero-title {
  font-size: 36px;
  line-height: 40px;
  font-family: "Times New Roman", Times, serif;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: white;
  text-transform: none;
  min-width: 300px;
}
@media print, screen and (min-width: 40em) {
  .home--hero-title {
    font-size: 70px;
    line-height: 84px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.home--hero-subline {
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
@media print, screen and (min-width: 40em) {
  .home--hero-subline {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 5px;
  }
}

.page-template-about .site-main {
  padding-top: 60px;
}
@media print, screen and (min-width: 40em) {
  .page-template-about .site-main {
    padding-top: 200px;
  }
}
.page-template-about h1 {
  color: #4d6363;
  text-align: center;
  padding: 0 20px;
}
.page-template-about--intro img {
  width: 100%;
  height: auto;
  max-width: 1377px;
  margin: 0 auto;
  display: block;
}
.page-template-about--intro-copy {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
  position: relative;
  display: block;
  padding: 60px 20px 0px;
}
@media print, screen and (min-width: 40em) {
  .page-template-about--intro-copy {
    padding: 60px 20px 100px;
  }
}
.page-template-about--intro-copy p, .page-template-about--intro-copy h1, .page-template-about--intro-copy h2 {
  color: #4d6363;
}
.page-template-about--intro-copy::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 4px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}

.about-values {
  margin: 0 20px;
  padding: 40px 0 50px;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .about-values {
    padding: 40px 0 50px;
  }
}
.about-values--content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.about-values--content p, .about-values--content h2 {
  color: #4d6363;
}
.about-values--content > p {
  max-width: 580px;
  margin: 0 auto;
}

.our-story {
  padding: 40px 0 60px;
  margin: 20px;
  background-color: white;
  display: block;
  position: relative;
  overflow: hidden;
}
.our-story h2 {
  color: #4d6363;
  text-align: center;
  padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
  .our-story {
    padding: 100px 0 180px;
  }
}
.our-story--slider {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .our-story--slider {
    margin-top: 80px;
  }
}
.our-story--item-content {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 50px;
}
.our-story--item-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media print, screen and (min-width: 40em) {
  .our-story--item-content img {
    width: 33.3333%;
    float: left;
  }
}
@media print, screen and (min-width: 40em) {
  .our-story--item-copy {
    padding-left: 50px;
    width: 66.6666%;
    float: left;
    padding-left: 20px;
  }
}
.our-story--item-copy h3, .our-story--item-copy p {
  color: #4d6363;
}
.our-story--item-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 0.1em;
}
@media print, screen and (min-width: 40em) {
  .our-story--item-copy h3 {
    font-size: 100px;
    line-height: 100px;
  }
}
.our-story--item-copy .intro-copy {
  padding-bottom: 1em;
}

.slick-prev,
.slick-next {
  font-size: 12px;
  line-height: 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: normal;
  color: #4d6363;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: #efeeeb;
  z-index: 1000;
  height: 90px;
  width: 45px;
}
@media print, screen and (min-width: 40em) {
  .slick-prev,
.slick-next {
    height: 200px;
    width: 100px;
    font-size: 26px;
    line-height: 26px;
  }
}

.slick-prev {
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .slick-prev {
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
  }
}

.slick-next {
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  right: 0;
  left: auto;
}
@media print, screen and (min-width: 40em) {
  .slick-next {
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
  }
}

.page-template-products .site-main {
  padding: 60px 0 0;
  background: transparent url("img/products-bg.jpg") no-repeat center top 1%;
  background-size: 100% auto;
}
@media print, screen and (min-width: 40em) {
  .page-template-products .site-main {
    padding: 200px 20px 0;
    background-position: center top;
  }
}
.page-template-products h1 {
  color: #4d6363;
  text-align: center;
}
.page-template-products--intro-copy {
  max-width: 800px;
  margin: 20px auto 40px;
  text-align: center;
  position: relative;
  display: block;
  padding: 60px 20px 60px;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
@media print, screen and (min-width: 40em) {
  .page-template-products--intro-copy {
    margin: 60px auto 130px;
  }
}
.page-template-products--intro-copy p, .page-template-products--intro-copy h1, .page-template-products--intro-copy h2 {
  color: #4d6363;
}

.page-template-quality--hero {
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .page-template-quality--hero {
    height: calc(85vh - 130px);
    margin-top: 130px;
  }
}
.page-template-quality--hero-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 840px;
  padding: 0 40px;
}
.page-template-quality--hero-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Times New Roman", Times, serif;
  border-bottom: 3px solid white;
  border-top: 3px solid white;
  padding: 30px 0;
  color: white;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .page-template-quality--hero-title {
    font-size: 70px;
    line-height: 84px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
  }
}

.category-news .site-main {
  padding-top: 80px;
}
@media print, screen and (min-width: 40em) {
  .category-news .site-main {
    padding-top: 200px;
  }
}

.blog {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 30px;
  overflow: hidden;
  clear: both;
}

.sticky-post {
  position: relative;
  background-color: #8e78a6;
}
@media print, screen and (min-width: 40em) {
  .sticky-post {
    background-color: transparent;
  }
}
.sticky-post-copy {
  background-color: #8e78a6;
  padding: 10px 20px 70px;
}
@media print, screen and (min-width: 40em) {
  .sticky-post-copy {
    position: absolute;
    bottom: 30px;
    right: -20px;
    max-width: 390px;
    padding: 30px 20px 70px;
  }
}
.sticky-post-copy p, .sticky-post-copy h2 {
  color: white;
}
.sticky-post-copy h2 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-transform: none;
}
.sticky-post-copy p a {
  color: white;
}

.posts {
  overflow: hidden;
  display: block;
  margin: 0 -15px;
  padding-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .posts {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }
}
.posts .post-item {
  display: block;
  overflow: hidden;
  border: 15px solid #e9e8e4;
  border-top-width: 20px;
  border-bottom-width: 20px;
  background-color: #8e78a6;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .posts .post-item {
    align-items: stretch;
    flex-direction: column;
    flex: 0 50%;
    flex-grow: 1;
  }
}
.posts .post-item:nth-child(2) .post-item-img {
  padding-bottom: 50%;
}
.posts .post-item:nth-child(2) .post-item-img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .posts .post-item:nth-child(2) {
    flex: 0 66.66666%;
  }
}
@media print, screen and (min-width: 64em) {
  .posts .post-item {
    flex: 0 33.33333%;
  }
}
.posts .post-item.popular-posts {
  background-color: #e9e8e4;
  padding: 0 0;
  border-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .posts .post-item.popular-posts {
    padding: 30px 0;
  }
}
.posts .post-item.popular-posts h2 {
  color: #4d6363;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 40em) {
  .posts .post-item.popular-posts h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
.posts .post-item.popular-posts ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.posts .post-item.popular-posts ul li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #cfcfcb;
  font-size: 14px;
  line-height: 16px;
}
.posts .post-item.popular-posts ul li a {
  padding-top: 10px;
  color: #55565a;
  font-weight: 700;
  text-decoration: none;
}
.posts .post-item-content {
  position: relative;
}
.posts .post-item-img {
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.posts .post-item-img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.posts .post-item-copy {
  position: relative;
  padding: 30px 20px 60px;
}
.posts .post-item-copy p, .posts .post-item-copy h2 {
  color: white;
}
.posts .post-item-copy h2 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-transform: none;
}

.post-item-read-more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: white;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 12px;
}
.post-item-read-more:hover, .post-item-read-more:visited {
  color: white;
}

.back-to-news {
  color: #008995;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  display: inline-block;
  padding-bottom: 2em;
}
.back-to-news:visited, .back-to-news:hover {
  color: #008995;
}

.single-post .site-main {
  padding-top: 80px;
}
@media print, screen and (min-width: 40em) {
  .single-post .site-main {
    padding-top: 200px;
  }
}

.blog-post {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 30px;
  overflow: hidden;
  clear: both;
}
.blog-post .entry-header {
  padding: 0 20px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .blog-post .entry-header {
    padding: 0 30px;
  }
}
.blog-post p, .blog-post h1, .blog-post h2, .blog-post h3, .blog-post li {
  color: #4d6363;
  text-transform: none;
  max-width: 960px;
}
.blog-post .entry-meta {
  padding: 0;
}
.blog-post img {
  padding: 20px 0 20px;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  .blog-post img {
    padding: 0 0 40px;
  }
}

.share {
  font-size: 16px;
  line-height: 16px;
  padding: 0;
}
.share a {
  padding: 0 15px 0 0;
  font-size: 26px;
  line-height: 26px;
}
@media print, screen and (min-width: 40em) {
  .share {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .share a {
    padding: 0 0 0 15px;
  }
}
.share .fa-facebook-f {
  color: #4c679f;
}
.share .fa-twitter {
  color: #17b2ed;
}

.page-template-contact--hero {
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .page-template-contact--hero {
    height: calc(85vh - 130px);
    margin-top: 130px;
  }
}
.page-template-contact--hero-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 840px;
  padding: 0 40px;
}
.page-template-contact--hero-title {
  font-size: 54px;
  line-height: 54px;
  color: #008995;
  margin: 0;
  padding: 0 0 0.15em;
  text-transform: none;
}
@media print, screen and (min-width: 40em) {
  .page-template-contact--hero-title {
    font-size: 84px;
    line-height: 84px;
  }
}
.page-template-contact--hero-subline {
  font-size: 12px;
  line-height: 14px;
  color: #008995;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
}
@media print, screen and (min-width: 40em) {
  .page-template-contact--hero-subline {
    font-size: 16px;
    line-height: 20px;
  }
}

.contact-block {
  max-width: 760px;
  margin: 0 auto;
  background-color: #e9e8e4;
  padding: 40px 20px 20px;
  overflow: hidden;
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .contact-block {
    padding: 100px 20px 20px;
  }
}
.contact-block p, .contact-block h2, .contact-block p {
  color: #4d6363;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .contact-block {
    padding: 120px 0 80px;
  }
}

.contact-locations {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 30px;
  overflow: hidden;
  clear: both;
}
.contact-locations p, .contact-locations a, .contact-locations li {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .contact-locations {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.contact-locations--location {
  display: block;
  background-color: #008995;
  padding: 30px 20px 40px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 40em) {
  .contact-locations--location {
    flex: 0 50%;
    border: 15px solid #e9e8e4;
    padding: 40px 30px 60px;
    margin: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .contact-locations--location {
    flex: 0 33.33333%;
  }
}
.contact-locations--title {
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 18px;
  padding: 0 0 0.5em;
}
.contact-locations--country {
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  padding: 0 0 1em;
}
.contact-locations ul {
  margin: 0;
  padding: 0;
}
.contact-locations ul li {
  list-style-type: none;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 1.2em 30px;
  background: transparent url("img/ic_marker.png") no-repeat left top;
  background-size: 15px auto;
}
.contact-locations ul li:nth-child(2) {
  background: transparent url("img/ic_phone.png") no-repeat left top;
  background-size: 12px auto;
}
.contact-locations ul li:nth-child(3) {
  background: transparent url("img/ic_email.png") no-repeat left top;
  background-size: 16px auto;
}

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