/*
  Theme Name:         CocktailMO
  Theme URI:          CocktailMO
  Description:        CocktailMO
  Version:            1
  Author:             CocktailMO
  Author URI:         CocktailMO
  Text Domain:        CocktailMO
  Tags:               CocktailMO
  License:            GNU General Public License v2 or later
  License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/*----------------------------------*\
  TABLE OF CONTENTS:
  ----------------------------------
  Tools
  Generic
  Elements
  Vendor
  Objects
  Components
  WordPress
  Plugins
  Trumps
\*----------------------------------*/

/*----------------------------------*\
  Tools > Animation
\*----------------------------------*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*------------------------------------*\
  Generic > Box Sizing
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
  color:whitesmoke;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
  Generic > Reset
\*------------------------------------*/
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
  Generic > Shared
\*------------------------------------*/
/**
 * Shared declarations for certain elements.
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 32px;
}
@media (min-width: 40em) {
  address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
    margin-bottom: 44px;
  }
}

/*------------------------------------*\
  Elements > Page
\*------------------------------------*/
body {
  color: #fbf6de;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.35;
  word-wrap: break-word;
  background-color: #192f47;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-scrollbar {
  height: 100%;
  overflow-y: hidden;
  width: 100%;
  position: fixed;
}

.hide {
  display: none;
}

/*------------------------------------*\
  Elements > Links
\*------------------------------------*/
a {
  color: #fbf6de;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*------------------------------------*\
  Elements > img
\*------------------------------------*/
img {
  height: auto;
  max-width: 100%;
  font-style: italic;
}

/*------------------------------------*\
  Elements > hr
\*------------------------------------*/
hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 32px 0;
  background-color: #d9d9d4;
}

/*------------------------------------*\
  Elements > Typography
\*------------------------------------*/
b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.15;
}

h1 {
  font-size: 32px;
}
@media (min-width: 40em) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 28px;
}
@media (min-width: 40em) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 40em) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 15px;
}
@media (min-width: 40em) {
  h4 {
    font-size: 15px;
  }
}

h5 {
  font-size: 20px;
}
@media (min-width: 40em) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 18px;
}
@media (min-width: 40em) {
  h6 {
    font-size: 18px;
  }
}

/*------------------------------------*\
  Elements > Code & Pre
\*------------------------------------*/
pre,
code {
  font-family: Courier, monospace;
  background-color: #192f47;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 40em) {
  pre,
code {
    font-size: 16px;
  }
}

pre {
  overflow: auto;
  padding: 20px 25px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (min-width: 40em) {
  pre {
    padding: 28px 32px;
  }
}

p code {
  padding: 2px 4px;
}

/*------------------------------------*\
  Elements > Inputs
\*------------------------------------*/
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select {
  width: 100%;
  display: block;
  padding: 12px 16px;
  border: 1px solid #1a1a1a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  line-height: 1.47;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  direction: ltr;
  transition: 500ms;
}
@media (min-width: 40em) {
  input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select {
    padding: 12px 20px;
    font-size: 22px;
  }
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  color: #888888;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  color: #888888;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 1;
  color: #888888;
}

select {
  background-image: url(inc/icons/icon-form-dropdown.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 16px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-content form p {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 40em) {
  .c-content form p {
    margin-bottom: 28px;
  }
}

.c-content form.post-password-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-content input[type=password] {
  width: auto;
  display: inline-block;
  border-right: 0;
}

/*------------------------------------*\
  Elements > Buttons
\*------------------------------------*/
.c-btn,
input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  line-height: 1.4;
  color: #fefefe;
  background-color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  border: 1px solid #fefefe;
  font-size: 16px;
}
@media (min-width: 40em) {
  .c-btn,
input[type=submit] {
    font-size: 20px;
  }
}
@media (min-width: 64em) {
  .c-btn,
input[type=submit] {
    padding: 12px 20px;
    line-height: 1.47;
    font-size: 22px;
  }
}
.c-btn:hover, .c-btn:active, .c-btn:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  color: #FFFFFF;
  border-color: #1a1a1a;
  text-decoration: none;
  background-color: #1a1a1a;
}
.c-btn.tiny,
input[type=submit].tiny {
  padding: 8px 16px;
  font-size: 12px;
}

.c-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #888888;
}
.c-btn--full {
  width: 100%;
}
.c-btn--loading {
  position: relative;
}
.c-btn--loading:after {
  position: absolute;
  top: 12px;
  right: 20px;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
}
@media (min-width: 40em) {
  .c-btn--loading:after {
    top: 16px;
  }
}
@media (min-width: 64em) {
  .c-btn--loading:after {
    top: 20px;
  }
}

/*------------------------------------*\
  Elements > Table
\*------------------------------------*/
table {
  width: 100%;
  font-size: 20px;
}

table,
th,
td {
  border: 1px solid #d9d9d4;
}

th,
td {
  padding: 8px;
}

/*------------------------------------*\
  Vendor > Icons
\*------------------------------------*/
/*
 * Social Logos
 */
@font-face {
  font-family: "social-logos";
  src: url("social-logos.eot?ca7c581eb1e134839c58645725bfa82a");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "social-logos";
  src: url("social-logos.eot?ca7c581eb1e134839c58645725bfa82a");
  src: url("social-logos.eot?#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("social-logos.ttf?ca7c581eb1e134839c58645725bfa82a") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.social-logo {
  font-family: "social-logos";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.social-logo__amazon:before {
  content: "\f600";
}

.social-logo__behance:before {
  content: "\f101";
}

.social-logo__blogger-alt:before {
  content: "\f601";
}

.social-logo__blogger:before {
  content: "\f602";
}

.social-logo__codepen:before {
  content: "\f216";
}

.social-logo__dribbble:before {
  content: "\f201";
}

.social-logo__dropbox:before {
  content: "\f225";
}

.social-logo__eventbrite:before {
  content: "\f603";
}

.social-logo__facebook:before {
  content: "\f203";
}

.social-logo__feed:before {
  content: "\f413";
}

.social-logo__flickr:before {
  content: "\f211";
}

.social-logo__foursquare:before {
  content: "\f226";
}

.social-logo__ghost:before {
  content: "\f61c";
}

.social-logo__github:before {
  content: "\f200";
}

.social-logo__google-alt:before {
  content: "\f102";
}

.social-logo__google-plus-alt:before {
  content: "\f218";
}

.social-logo__google-plus:before {
  content: "\f206";
}

.social-logo__google:before {
  content: "\f103";
}

.social-logo__instagram:before {
  content: "\f215";
}

.social-logo__linkedin:before {
  content: "\f207";
}

.social-logo__mail:before {
  content: "\f410";
}

.social-logo__medium:before {
  content: "\f623";
}

.social-logo__path-alt:before {
  content: "\f604";
}

.social-logo__path:before {
  content: "\f219";
}

.social-logo__pinterest-alt:before {
  content: "\f210";
}

.social-logo__pinterest:before {
  content: "\f209";
}

.social-logo__pocket:before {
  content: "\f224";
}

.social-logo__polldaddy:before {
  content: "\f217";
}

.social-logo__print:before {
  content: "\f469";
}

.social-logo__reddit:before {
  content: "\f222";
}

.social-logo__share:before {
  content: "\f415";
}

.social-logo__skype:before {
  content: "\f220";
}

.social-logo__spotify:before {
  content: "\f515";
}

.social-logo__squarespace:before {
  content: "\f605";
}

.social-logo__stumbleupon:before {
  content: "\f223";
}

.social-logo__telegram:before {
  content: "\f606";
}

.social-logo__tumblr-alt:before {
  content: "\f607";
}

.social-logo__tumblr:before {
  content: "\f214";
}

.social-logo__twitch:before {
  content: "\f516";
}

.social-logo__twitter-alt:before {
  content: "\f202";
}

.social-logo__twitter:before {
  content: "\f610";
}

.social-logo__vimeo:before {
  content: "\f212";
}

.social-logo__whatsapp:before {
  content: "\f608";
}

.social-logo__wordpress:before {
  content: "\f205";
}

.social-logo__xanga:before {
  content: "\f609";
}

.social-logo__youtube:before {
  content: "\f213";
}

/*
 * Evil Icons
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  fill: currentColor;
}

.icon__cnt {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  /* Do not catch pointer events */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  /* Crisp fix for non-retina */
  -ms-transform: translate(0.5px, -0.3px);
  /* Crisp fix for IE */
}

.icon--m {
  width: 50px;
  height: 50px;
}

.icon--l {
  width: 100px;
  height: 100px;
}

.icon--xl {
  width: 150px;
  height: 150px;
}

.icon--xxl {
  width: 200px;
  height: 200px;
}

.icon__spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--ei-spinner .icon__spinner,
.icon--ei-spinner-2 .icon__spinner {
  -webkit-animation: spin 1s steps(12) infinite;
  animation: spin 1s steps(12) infinite;
}

.icon--ei-spinner-3 .icon__spinner {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.icon--ei-sc-facebook {
  fill: #3b5998;
}

.icon--ei-sc-github {
  fill: #333;
}

.icon--ei-sc-google-plus {
  fill: #dd4b39;
}

.icon--ei-sc-instagram {
  fill: #3f729b;
}

.icon--ei-sc-linkedin {
  fill: #0976b4;
}

.icon--ei-sc-odnoklassniki {
  fill: #ed812b;
}

.icon--ei-sc-skype {
  fill: #00aff0;
}

.icon--ei-sc-soundcloud {
  fill: #f80;
}

.icon--ei-sc-tumblr {
  fill: #35465c;
}

.icon--ei-sc-twitter {
  fill: #55acee;
}

.icon--ei-sc-vimeo {
  fill: #1ab7ea;
}

.icon--ei-sc-vk {
  fill: #45668e;
}

.icon--ei-sc-youtube {
  fill: #e52d27;
}

.icon--ei-sc-pinterest {
  fill: #bd081c;
}

.icon--ei-sc-telegram {
  fill: #0088cc;
}

/*------------------------------------*\
  Objects > Grid
\*------------------------------------*/
.o-wrapper {
  height: 100%;
}

.o-grid {
  margin: 0 auto;
  padding: 0 8px;
  max-width: 1280px;
}
.o-grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 40em) {
  .o-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
}
.o-grid .o-grid {
  margin-right: -20px;
  margin-left: -20px;
  padding: 0;
}
.o-grid--full {
  max-width: 100vw;
}
.o-grid.has-sidebar {
  max-width: 1125px;
}

.o-grid__col {
  padding-right: 20px;
  padding-left: 20px;
}
.o-grid__col--1-3-s {
  width: 33.3333333333%;
}
.o-grid__col--2-3-s {
  width: 66.6666666667%;
}
.o-grid__col--3-3-s {
  width: 100%;
}
.o-grid__col--1-4-s {
  width: 25%;
}
.o-grid__col--2-4-s {
  width: 50%;
}
.o-grid__col--3-4-s {
  width: 75%;
}
.o-grid__col--4-4-s {
  width: 100%;
}
@media (min-width: 40em) {
  .o-grid__col--1-3-m {
    width: 33.3333333333%;
  }
  .o-grid__col--2-3-m {
    width: 66.6666666667%;
  }
  .o-grid__col--3-3-m {
    width: 100%;
  }
  .o-grid__col--1-4-m {
    width: 25%;
  }
  .o-grid__col--2-4-m {
    width: 50%;
  }
  .o-grid__col--3-4-m {
    width: 75%;
  }
  .o-grid__col--4-4-m {
    width: 100%;
  }
  .o-grid__col--1-5-m {
    width: 20%;
  }
  .o-grid__col--2-5-m {
    width: 40%;
  }
  .o-grid__col--3-5-m {
    width: 60%;
  }
  .o-grid__col--4-5-m {
    width: 80%;
  }
  .o-grid__col--5-5-m {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .o-grid__col--1-3-l {
    width: 33.3333333333%;
  }
  .o-grid__col--2-3-l {
    width: 66.6666666667%;
  }
  .o-grid__col--3-3-l {
    width: 100%;
  }
  .o-grid__col--1-4-l {
    width: 25%;
  }
  .o-grid__col--2-4-l {
    width: 50%;
  }
  .o-grid__col--3-4-l {
    width: 75%;
  }
  .o-grid__col--4-4-l {
    width: 100%;
  }
  .o-grid__col--1-5-l {
    width: 20%;
  }
  .o-grid__col--2-5-l {
    width: 40%;
  }
  .o-grid__col--3-5-l {
    width: 60%;
  }
  .o-grid__col--4-5-l {
    width: 80%;
  }
  .o-grid__col--5-5-l {
    width: 100%;
  }
}
.o-grid__col--full {
  width: 100%;
}
.o-grid__col--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.o-grid__col--center {
  margin: 0 auto;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.o-grid__col--end {
  margin-left: auto;
}

@media (min-width: 40em) {
  .has-sidebar .o-grid__col--1-4-m {
    width: 32%;
  }

  .has-sidebar .o-grid__col--3-4-m {
    width: 68%;
  }
}
@media (min-width: 64em) {
  .has-sidebar .o-grid__col--1-4-l {
    width: 30%;
  }

  .has-sidebar .o-grid__col--3-4-l {
    width: 70%;
    padding-right: 40px;
  }
}
/*------------------------------------*\
  Objects > Wrapper
\*------------------------------------*/
.c-off-canvas-container {
  -webkit-tap-highlight-color: transparent;
}

/*------------------------------------*\
  Objects > Plain List
\*------------------------------------*/
.o-plain-list, .comment-list, .c-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
  Components > Header
\*------------------------------------*/
.c-header {
  padding: 25px 0;
}
@media (min-width: 40em) {
  .c-header {
    padding: 34px 0 31px;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .c-header {
    padding: 39px 0 38px;
  }
}
.c-header h1 {
  margin-bottom: 0;
  padding: 0;
  line-height: normal;
  font-size: inherit;
}

.c-header-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 40em) {
  .c-header-top {
    margin-bottom: 19px;
  }
}
@media (min-width: 64em) {
  .c-header-top {
    margin-bottom: 27px;
  }
}

/*------------------------------------*\
  Components > Logo
\*------------------------------------*/
.c-logo-link {
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media (min-width: 40em) {
  .c-logo-link {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .c-logo-link {
    font-size: 36px;
  }
}

.c-logo {
  width: auto;
  max-height: 32px;
}
@media (min-width: 40em) {
  .c-logo {
    margin: 0 auto;
    max-height: 96px;
  }
}
@media (min-width: 64em) {
  .c-logo {
    max-height: 128px;
  }
}
.c-logo-img-link {
  display: inline-block;
}
.c-logo-img {
  width: 72%;
  padding: 8px 0;
  vertical-align: middle;
}
@media (min-width: 40em) {
  .c-logo-img {
    width: 86%;
    padding: 9px 0;
  }
}
@media (min-width: 64em) {
  .c-logo-img {
    width: 100%;
    padding: 10px 0;
  }
}

/*------------------------------------*\
  Components > Site Navigation
\*------------------------------------*/
.c-nav-wrap {
  visibility: hidden;
  margin-bottom: 50px;
}
@media (min-width: 40em) {
  .c-nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 2;
    padding: 0 24px;
    background-color: #192F47;
  }
  .c-nav-wrap {
    visibility: visible;
    text-align: center;
    margin-bottom: 0;
  }
  .c-nav-wrap:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #eee;
    width: 100%;
    top: 50%;
    left: 0;
  }
}
@media (min-width: 64em) {
  .c-nav {
    padding: 0 42px;
  }
}
.c-nav > .menu-item > a span {
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-nav .menu-item {
  position: relative;
  display: block;
  font-size: 20px;
}
@media (min-width: 40em) {
  .c-nav .menu-item:not(:last-child) {
    margin-right: 24px;
  }
}
@media (min-width: 64em) {
  .c-nav .menu-item:not(:last-child) {
    margin-right: 28px;
  }
}
@media (min-width: 40em) {
  .c-nav .menu-item {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 64em) {
  .c-nav .menu-item {
    font-size: 22px;
  }
}
.c-nav .menu-item > a span {
  position: relative;
}
@media (min-width: 40em) {
  .c-nav ul li {
    display: inline-block;
  }
}
.c-nav .sub-menu > .menu-item > a span {
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 39.99em) {
  .c-nav .sub-menu {
    padding-right: 0;
    padding-left: 16px;
    border-top: 1px solid #d9d9d4;
  }
  .c-nav .sub-menu > li:first-child > a:first-child {
    border-top: 0;
  }
}
@media (min-width: 40em) {
  .c-nav .sub-menu {
    opacity: 0;
    position: absolute;
    top: 34px;
    left: -18px;
    right: auto;
    visibility: hidden;
    z-index: 1000;
    min-width: 180px;
    text-align: left;
    background-color: #192F47;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: 10% top;
            transform-origin: 10% top;
    transition: 0.15s visibility 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0.15s visibility 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0.15s visibility 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition-delay: 0.2s;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 8px 17px 9px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .c-nav .sub-menu:before, .c-nav .sub-menu:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 28px;
    z-index: 9999;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #d8d8d8;
  }
  .c-nav .sub-menu:after {
    border-color: transparent transparent #fff;
    top: -5px;
  }
  .c-nav .sub-menu .menu-item {
    display: block;
    margin-right: 0;
  }
  .c-nav .sub-menu .menu-item a {
    display: block;
    padding: 7px 0;
  }
  .c-nav .sub-menu .sub-menu {
    top: -9px;
    left: 100%;
    margin-left: 17px;
  }
  .c-nav .sub-menu .sub-menu.reversed {
    left: auto;
    right: 100%;
    margin-right: 17px;
  }
  .c-nav .sub-menu .sub-menu:before, .c-nav .sub-menu .sub-menu:after {
    content: none;
  }
  .c-nav .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    transition-delay: 0.1s;
    transition-duration: 0s, 0.2s, 0.2s, 0.2s;
  }
}
@media (min-width: 64em) {
  .c-nav .sub-menu {
    min-width: 185px;
  }
}
.c-nav a {
  padding: 10px 0 20px;
  font-weight: 500;
}
@media (max-width: 39.99em) {
  .c-nav a {
    display: block;
    padding: 11px 0 9px;
    border-top: 1px solid #d9d9d4;
  }
  .c-nav > li:first-child > a:first-child {
    border-top: 0;
  }
}
.c-nav a:hover, .c-nav a:active, .c-nav a:focus {
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-nav .sub-menu {
    transition: 0.15s visibility 0.15s linear, 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0.15s visibility 0.15s linear, 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    transition: 0.15s visibility 0.15s linear, 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1), 0.15s -webkit-transform cubic-bezier(0.1, 1.26, 0.83, 1);
  }
}
.c-off-canvas-container.is-active .c-nav-wrap {
  visibility: visible;
}

/*------------------------------------*\
  Components > Social Icons
\*------------------------------------*/
.c-social-icons {
  text-align: center;
}
@media (min-width: 40em) {
  .c-social-icons {
    text-align: right;
  }
}
.c-social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.c-social-icons li:last-child {
  margin-right: 0;
}
.c-social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 500ms;
}
.c-social-icons a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: social-logos;
  font-size: 18px;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 40em) {
  .c-social-icons a:before {
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  .c-social-icons a:before {
    font-size: 18px;
  }
}
.c-social-icons a[href*="amazon.com"]:before {
  content: "\f600";
}
.c-social-icons a[href*="behance.com"]:before {
  content: "\f101";
}
.c-social-icons a[href*="blogger.com"]:before {
  content: "\f602";
}
.c-social-icons a[href*="codepen.com"]:before {
  content: "\f216";
}
.c-social-icons a[href*="dribbble.com"]:before {
  content: "\f201";
}
.c-social-icons a[href*="dropbox.com"]:before {
  content: "\f225";
}
.c-social-icons a[href*="eventbrite.com"]:before {
  content: "\f603";
}
.c-social-icons a[href*="facebook.com"]:before {
  content: "\f203";
}
.c-social-icons a[href*="flickr.com"]:before {
  content: "\f211";
}
.c-social-icons a[href*="foursquare.com"]:before {
  content: "\f226";
}
.c-social-icons a[href*="ghost.org"]:before {
  content: "\f61c";
}
.c-social-icons a[href*="github.com"]:before {
  content: "\f200";
}
.c-social-icons a[href*="plus.google.com"]:before {
  content: "\f218";
}
.c-social-icons a[href*="google.com"]:before {
  content: "\f103";
}
.c-social-icons a[href*="instagram.com"]:before {
  content: "\f215";
}
.c-social-icons a[href*="linkedin.com"]:before {
  content: "\f207";
}
.c-social-icons a[href*="mailto:"]:before {
  content: "\f410";
}
.c-social-icons a[href$="/feed/"]:before {
  content: "\f413";
}
.c-social-icons a[href*="medium.com"]:before {
  content: "\f623";
}
.c-social-icons a[href*="path.com"]:before {
  content: "\f219";
}
.c-social-icons a[href*="pinterest.com"]:before {
  content: "\f209";
}
.c-social-icons a[href*="pocket.com"]:before {
  content: "\f224";
}
.c-social-icons a[href*="polldaddy.com"]:before {
  content: "\f217";
}
.c-social-icons a[href*="reddit.com"]:before {
  content: "\f222";
}
.c-social-icons a[href*="skype.com"]:before {
  content: "\f220";
}
.c-social-icons a[href*="spotify.com"]:before {
  content: "\f515";
}
.c-social-icons a[href*="squarespace.com"]:before {
  content: "\f605";
}
.c-social-icons a[href*="stumbleupon.com"]:before {
  content: "\f223";
}
.c-social-icons a[href*="telegram.com"]:before {
  content: "\f606";
}
.c-social-icons a[href*="tumblr.com"]:before {
  content: "\f214";
}
.c-social-icons a[href*="twitch.com"]:before {
  content: "\f516";
}
.c-social-icons a[href*="twitter.com"]:before {
  content: "\f202";
}
.c-social-icons a[href*="vimeo.com"]:before {
  content: "\f212";
}
.c-social-icons a[href*="whatsapp.com"]:before {
  content: "\f608";
}
.c-social-icons a[href*="wordpress.com"]:before,
.c-social-icons a[href*="wordpress.org"]:before {
  content: "\f205";
}
.c-social-icons a[href*="xanga.com"]:before {
  content: "\f609";
}
.c-social-icons a[href*="youtube.com"]:before {
  content: "\f213";
}

.c-header .c-social-icons {
  display: none;
}
@media (min-width: 40em) {
  .c-header .c-social-icons {
    display: block;
    float: left;
    text-align: left;
    margin-left: -2px;
  }
}

/*------------------------------------*\
  Components > Post Hero
\*------------------------------------*/
.c-post-hero__media {
  margin: 0 auto 38px;
  height: 0;
  padding-bottom: 61%;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
@media (min-width: 40em) {
  .c-post-hero__media {
    margin-bottom: 77px;
  }
}
.c-post-hero__media .wp-post-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.c-post-hero__media .wp-post-image.is-inview {
  opacity: 1;
}
.c-post-hero__content {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  max-width: 705px;
}
@media (min-width: 40em) {
  .c-post-hero__content {
    padding-bottom: 30px;
  }
}
.c-post-hero__date {
  margin-top: 4px;
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.c-post-hero__title {
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (min-width: 40em) {
  .c-post-hero__title {
    margin-bottom: 0;
    font-size: 52px;
    padding-bottom: 38px;
  }
}
@media (min-width: 64em) {
  .c-post-hero__title {
    font-size: 64px;
  }
}
.page .c-post-hero__media {
  padding-bottom: 45%;
  margin-bottom: 36px;
}
@media (min-width: 40em) {
  .page .c-post-hero__media {
    margin-bottom: 68px;
  }
}
@media (min-width: 64em) {
  .page .c-post-hero__media {
    margin-bottom: 92px;
  }
}
.page .c-post-hero__content {
  padding-bottom: 0;
}
.page .c-post-hero__title {
  margin-bottom: -4px;
  padding-bottom: 0;
  font-size: 32px;
  text-align: left;
}
@media (min-width: 40em) {
  .page .c-post-hero__title {
    margin-bottom: 0;
    font-size: 36px;
  }
}
@media (min-width: 64em) {
  .page .c-post-hero__title {
    font-size: 48px;
  }
}

/*------------------------------------*\
  Components > Search
\*------------------------------------*/
.c-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: calc(50vh - 50px);
  background: rgba(255,255,255,.97);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.c-search.is-active {
  visibility: visible;
  opacity: 1;
}
.c-search__form {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 80%;
  max-width: 600px;
}
.c-search__input[type=search] {
  width: 100%;
  outline: none;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  color: #1a1a1a;
  background: transparent;
}
@media (min-width: 64em) {
  .c-search__input[type=search] {
    font-size: 42px;
  }
}
.c-search__input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  color: #1a1a1a;
}
.c-search__input[type=search]:-ms-input-placeholder {
  opacity: 1;
  color: #1a1a1a;
}
.c-search__input[type=search]::placeholder {
  opacity: 1;
  color: #1a1a1a;
}
.c-search__close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 40em) {
  .c-search__close {
    top: 40px;
    right: 25px;
  }
}
@media (min-width: 64em) {
  .c-search__close {
    top: 48px;
    right: 48px;
  }
}
.c-search__close .icon {
  width: 36px;
  height: 36px;
  fill: #1a1a1a;
  transition: 500ms;
}
.c-search__close:hover .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 40em) {
  .admin-bar .c-search {
    margin-top: 32px;
  }
}

/*------------------------------------*\
  Components > Search Toggle Icon
\*------------------------------------*/
.c-search-wrapper {
  float: right;
  position: absolute;
  right: 76px;
  top: 26px;
}
@media (min-width: 40em) {
  .c-search-wrapper {
    font-size: 20px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}

.c-search-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  height: 35px;
  width: 35px;
  padding: 5px 0 5px 15px;
}
@media (min-width: 40em) {
  .c-search-toggle {
    font-size: 20px;
    height: auto;
    width: auto;
  }
}
@media (min-width: 64em) {
  .c-search-toggle {
    font-size: 22px;
  }
}
@media (min-width: 40em) {
  .c-search-toggle__icon {
    top: 3px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
@media (min-width: 64em) {
  .c-search-toggle__icon {
    top: 4px;
  }
}
.c-search-toggle .icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 40em) {
  .c-search-toggle .icon {
    width: 21px;
    height: 21px;
    top: 4px;
  }
}
@media (min-width: 64em) {
  .c-search-toggle .icon {
    width: 22px;
    height: 22px;
  }
}
.c-search-toggle span {
  display: none;
}
@media (min-width: 40em) {
  .c-search-toggle span {
    display: inline-block;
  }
}

/*------------------------------------*\
  Components > Off Canvas
\*------------------------------------*/
.c-off-canvas-toggle {
  position: absolute;
  top: 26px;
  right: 28px;
  z-index: 10;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
@media (min-width: 40em) {
  .c-off-canvas-toggle {
    display: none;
  }
}
.c-off-canvas-toggle__icon {
  position: absolute;
  top: 10px;
  left: 12px;
  height: 1px;
  width: 23px;
  background: #fbf6de;
  cursor: pointer;
}
.c-off-canvas-toggle__icon:before, .c-off-canvas-toggle__icon:after {
  content: "";
  display: block;
  height: 100%;
  background-color: inherit;
  transition: 500ms;
}
.c-off-canvas-toggle__icon:before {
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
}
.c-off-canvas-toggle__icon:after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
  background-color: transparent;
  width: 24px;
  top: 10px;
  left: 40px;
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before, .c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
  position: relative;
  visibility: visible;
  background: #fbf6de;
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 39.99em) {
  .c-off-canvas-toggle--close {
    top: 23px;
    right: 19px;
    width: 70px;
    height: 70px;
  }
}

html,
body {
  overflow-x: hidden;
}

@media (min-width: 40em) {
  .c-off-canvas-content {
    position: relative;
  }
}

@media (max-width: 39.99em) {
  .c-off-canvas-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: auto;
    width: 300px;
    height: 100vh;
    padding: 52px 8px 40px;
    /*background-color: #FFFFFF;*/
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0);
  }
}
@media screen and (max-width: 39.99em) and (-ms-high-contrast: active), (max-width: 39.99em) and (-ms-high-contrast: none) {
  .c-off-canvas-content.is-active {
    right: 300px;
  }
}
@media (max-width: 39.99em) {
  .c-off-canvas-container {
    transition: -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88), -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
  }
  .c-off-canvas-container.is-active {
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0);
  }
  .c-off-canvas-container.is-active:after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
  }
}
/*------------------------------------*\
  Components > Post Card
\*------------------------------------*/
.c-post-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-post-card {
    margin-bottom: 47px;
  }
}
.c-post-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post-card__media {
  overflow: hidden;
  background-color: #f8f8f8;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.c-post-card__image {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 500ms ease-in-out;
	border: 6px solid #fff;
}
.c-post-card__image.js-fadein {
  opacity: 0;
}
.c-post-card__image.is-inview {
  opacity: 1;
}
.c-post-card__image:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
	
}
.c-post-card__image:after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 76%;
}
.c-post-card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-post-card__content--raw {
  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;
  padding: 32px;
  background-color: #f8f8f8;
}
.c-post-card__content--raw .c-post-card--featured__icon {
  position: inherit;
  margin-left: -3px;
  margin-bottom: -12px;
  fill: #1a1a1a;
  background-color: transparent;
}
.c-post-card__tags {
  float: left;
  margin-top: 22px;
  margin-bottom: 7px;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 64em) {
  .c-post-card__tags {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.c-post-card__tags a {
  color: #1a1a1a;
  margin-left: 4px;
}
.c-post-card__tags a:first-child {
  margin-left: 0;
}
.c-post-card__share-icon {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.c-post-card__title {
  clear: both;
  margin-bottom: 16px;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media (min-width: 64em) {
  .c-post-card__title {
    margin-bottom: 21px;
    font-size: 34px;
  }
}
.c-post-card__meta {
  line-height: 1;
  font-size: 14px;
  color: #fbf6de;
}
@media (min-width: 40em) {
  .c-post-card__meta {
    font-size: 18px;
  }
}
.c-post-card__author {
  display: inline-block;
  font-weight: 700;
  margin-right: 14px;
}
@media (min-width: 64em) {
  .c-post-card__author {
    margin-right: 20px;
  }
}
.c-post-card__author a:hover, .c-post-card__author a:active, .c-post-card__author a:focus {
  color:whitesmoke;
}
.c-post-card--featured__icon {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 16px;
  fill: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.05);
}
.sticky .c-post-card--featured__icon {
  display: block;
}
.c-post-card__comments {
  display: inline-block;
  margin-left: 20px;
}
.c-post-card:hover .c-post-card__image:before, .c-post-card:active .c-post-card__image:before, .c-post-card:focus .c-post-card__image:before {
  opacity: 0.4;
}

@media (min-width: 64em) {
  .c-post-card--half .c-post-card__image:after {
    padding-bottom: 128.5%;
  }
}

@media (min-width: 40em) {
  .c-post-card--first .c-post-card__image:after {
    padding-bottom: 61%;
  }
}
@media (min-width: 64em) {
  .c-post-card--first .c-post-card__title {
    width: 80%;
  }
}

/*------------------------------------*\
  Components > Sidebar
\*------------------------------------*/
.c-sidebar {
  margin: 0 auto 32px;
}
@media (min-width: 40em) {
  .c-sidebar {
    margin-top: 18px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 64em) {
  .c-sidebar {
    margin-top: 0;
    max-width: inherit;
  }
}

/*------------------------------------*\
  Components > Widget
\*------------------------------------*/
.c-widget ul {
  margin-bottom: 0;
  list-style: none;
}
.c-widget ul:not(.children) {
  margin-left: 0;
}
.c-widget ul li {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 64em) {
  .c-widget ul li {
    font-size: 22px;
  }
}
.c-widget ul li .sub-menu {
  padding-left: 16px;
}
.c-widget ul li .post-count {
  position: absolute;
  top: 6px;
  right: 0;
  left: auto;
  font-size: 15px;
}
.c-widget ul li a {
  display: inline-block;
}
.c-widget ul li:first-child a {
  padding-top: 0;
}
.c-widget ul li:last-child a {
  padding-bottom: 0;
}
.c-widget iframe {
  display: block !important;
}
.c-widget p:last-child {
  margin-bottom: 0;
}
.c-widget .wp-caption.alignnone {
  margin: 0;
  margin-bottom: 8px;
}
.c-widget .rss-date,
.c-widget .post-date {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 3px;
  color: #888888;
}
.c-widget input[type=text],
.c-widget input[type=password],
.c-widget input[type=date],
.c-widget input[type=datetime],
.c-widget input[type=datetime-local],
.c-widget input[type=month],
.c-widget input[type=week],
.c-widget input[type=email],
.c-widget input[type=number],
.c-widget input[type=search],
.c-widget input[type=tel],
.c-widget input[type=time],
.c-widget input[type=url],
.c-widget input[type=color],
.c-widget input[type=submit],
.c-widget textarea,
.c-widget select {
  font-size: 18px;
  line-height: 1.37;
}
@media (min-width: 40em) {
  .c-widget input[type=text],
.c-widget input[type=password],
.c-widget input[type=date],
.c-widget input[type=datetime],
.c-widget input[type=datetime-local],
.c-widget input[type=month],
.c-widget input[type=week],
.c-widget input[type=email],
.c-widget input[type=number],
.c-widget input[type=search],
.c-widget input[type=tel],
.c-widget input[type=time],
.c-widget input[type=url],
.c-widget input[type=color],
.c-widget input[type=submit],
.c-widget textarea,
.c-widget select {
    padding: 12px 16px;
  }
}
.c-widget figure {
  margin: 0;
}
.c-widget .gallery {
  margin-bottom: 0;
}
.c-widget .mejs-video,
.c-widget .mejs-audio {
  margin-top: inherit;
  margin-bottom: inherit;
}

.textwidget {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 64em) {
  .textwidget {
    font-size: 22px;
  }
}
.textwidget p:empty {
  display: none;
}
.textwidget img {
  width: 100%;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form label {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.search-form .search-submit {
  position: relative;
  left: -1px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.widget_rss ul li {
  margin-bottom: 5px;
}
@media (min-width: 40em) {
  .widget_rss ul li {
    margin-bottom: 10px;
  }
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget_rss ul li a {
  font-weight: 500;
}
.widget_rss .rss-widget-icon {
  display: inline-block;
  margin-right: 4px;
}
.widget_rss .rssSummary {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.35;
}
.widget_rss cite {
  font-size: 18px;
}

.widget_recent_comments ul li {
  margin-bottom: 5px;
}
@media (min-width: 40em) {
  .widget_recent_comments ul li {
    margin-bottom: 10px;
  }
}
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments a,
.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 500;
}

.widget_recent_entries ul li {
  margin-bottom: 5px;
}
@media (min-width: 40em) {
  .widget_recent_entries ul li {
    margin-bottom: 10px;
  }
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.c-widget--sidebar {
  padding: 14px 0 28px;
  counter-reset: widget;
}
@media (min-width: 64em) {
  .c-widget--sidebar {
    padding: 33px 0;
  }
}
.c-widget--sidebar__title {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .c-widget--sidebar__title {
    margin-bottom: 29px;
    font-size: 12px;
  }
}

.c-widget--footer {
  padding-bottom: 42px;
}
@media (min-width: 40em) {
  .c-widget--footer {
    padding-bottom: 64px;
  }
}
@media (min-width: 64em) {
  .c-widget--footer {
    padding-bottom: 95px;
  }
}
.c-widget--footer__title {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 1.5;
}
@media (min-width: 64em) {
  .c-widget--footer__title {
    margin-bottom: 29px;
    font-size: 12px;
  }
}
.c-widget--footer a {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 64em) {
  .c-widget--footer a {
    font-size: 22px;
  }
}
.c-widget--footer table,
.c-widget--footer th,
.c-widget--footer td {
  border: 1px solid #888888;
}

/*------------------------------------*\
  Components > Post
\*------------------------------------*/
.c-post {
  margin-bottom: 62px;
}
@media (min-width: 40em) {
  .c-post {
    margin-bottom: 83px;
  }
}
@media (min-width: 64em) {
  .c-post {
    margin-bottom: 88px;
  }
}

.has-sidebar .c-post {
  margin-bottom: 45px;
}
@media (min-width: 40em) {
  .has-sidebar .c-post {
    margin-bottom: 116px;
  }
}

.page .c-post {
  margin-bottom: 0;
}

/*------------------------------------*\
  Components > Content
\*------------------------------------*/
.c-content {
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
}
@media (min-width: 40em) {
  .c-content {
    margin-bottom: 40px;
  }
}
.c-content:after {
  content: "";
  display: table;
  clear: both;
}
.c-content .alignleft,
.c-content .alignright {
  max-width: calc(5 * (100vw / 12));
}
@media (min-width: 40em) {
  .c-content .alignleft,
.c-content .alignright {
    max-width: 305px;
  }
}
.c-content .alignleft iframe,
.c-content .alignright iframe {
  max-width: calc(5 * (100vw / 12));
  min-width: unset !important;
}
@media (min-width: 40em) {
  .c-content .alignleft iframe,
.c-content .alignright iframe {
    max-width: 305px;
  }
}
.c-content a {
  text-decoration: underline;
}
.c-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
  color:whitesmoke;}
.c-content p img {
  margin-top: 6px;
}
@media (min-width: 40em) {
  .c-content p img {
    margin-top: 8px;
  }
}
.c-content p img.aligncenter {
  margin-top: 30px;
  margin-bottom: 32px;
}
@media (min-width: 40em) {
  .c-content p img.aligncenter {
    margin-top: 36px;
    margin-bottom: 37px;
  }
}
.c-content p,
.c-content dd,
.c-content dt {
  font-size: 20px;
  line-height: 1.35;
  margin: 24px 0;
}
@media (min-width: 40em) {
  .c-content p,
.c-content dd,
.c-content dt {
    font-size: 24px;
    line-height: 1.4;
    margin: 28px 0;
  }
}
.c-content dl {
  margin-bottom: 0;
}
.c-content ol,
.c-content ul {
  font-size: 20px;
  line-height: 1.35;
  padding-left: 30px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 40em) {
  .c-content ol,
.c-content ul {
    font-size: 24px;
    line-height: 1.4;
    padding-left: 40px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.c-content ol li,
.c-content ul li {
  margin-bottom: 12px;
}
.c-content ol li ol,
.c-content ol li ul,
.c-content ul li ol,
.c-content ul li ul {
  margin-top: 12px;
  margin-bottom: 0;
}
.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
  margin: 9px 0 10px;
}
@media (min-width: 40em) {
  .c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
    margin: 8px 0 20px;
  }
}
.c-content h1 + p,
.c-content h2 + p,
.c-content h3 + p,
.c-content h4 + p,
.c-content h5 + p,
.c-content h6 + p {
  margin-top: 18px;
}
@media (min-width: 40em) {
  .c-content h1 + p,
.c-content h2 + p,
.c-content h3 + p,
.c-content h4 + p,
.c-content h5 + p,
.c-content h6 + p {
    margin-top: 20px;
  }
}

article {
  margin: 0 auto;
  max-width: 705px;
}

@media (min-width: 40em) {
  .entry-footer {
    margin-top: 40px;
  }
}

.page .c-content {
  margin-bottom: 10px;
}
@media (min-width: 40em) {
  .page .c-content {
    margin-bottom: 32px;
  }
}

/*------------------------------------*\
  Components > Tags
\*------------------------------------*/
.c-tags a {
  font-size: 14px;
}
@media (min-width: 40em) {
  .c-tags a {
    font-size: 18px;
  }
}
@media (max-width: 39.99em) {
  .c-tags {
    margin-bottom: 16px;
  }
}
.c-tags span {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
}
@media (min-width: 40em) {
  .c-tags span {
    font-size: 18px;
    line-height: 1.5;
  }
}

/*------------------------------------*\
  Components > Categories
\*------------------------------------*/
.c-categories a {
  font-size: 14px;
}
@media (min-width: 40em) {
  .c-categories a {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.c-categories span {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
}
@media (min-width: 40em) {
  .c-categories span {
    font-size: 18px;
    line-height: 1.5;
  }
}

/*------------------------------------*\
  Components > Author
\*------------------------------------*/
.post-author {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  clear: both;
}
@media (min-width: 40em) {
  .post-author {
    margin-top: 50px;
  }
}

.author-img {
  display: block;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  float: left;
}
@media (min-width: 40em) {
  .author-img {
    width: 80px;
    height: 80px;
  }
}
.author-img img {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 50%;
}
@media (min-width: 40em) {
  .author-img img {
    width: 80px;
    height: 80px;
  }
}

.author-title {
  font-size: 22px;
  line-height: 1.43;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
@media (min-width: 40em) {
  .author-title {
    font-size: 24px;
    line-height: 1.08;
  }
}
.author-title span {
  padding-right: 5px;
  display: inline-block;
}

.author-bio {
  padding-top: 20px;
  font-size: 18px;
  margin: 0;
}
@media (min-width: 40em) {
  .author-bio {
    padding-left: 100px;
  }
}

.c-author {
  padding: 32px;
  margin-bottom: 32px;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d4;
}
@media (max-width: 39.99em) {
  .c-author {
    text-align: center;
  }
}
@media (min-width: 40em) {
  .c-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 39.99em) {
  .c-author__media {
    margin-bottom: 16px;
  }
}
@media (min-width: 40em) {
  .c-author__media {
    margin-right: 20px;
  }
}
.c-author .avatar {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 4px solid #FFFFFF;
}
@media (max-width: 39.99em) {
  .c-author .avatar {
    margin: 0 auto;
  }
}
@media (min-width: 40em) {
  .c-author__content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.c-author__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.c-author__bio {
  font-size: 14px;
  margin-top: 8px;
}
@media (min-width: 40em) {
  .c-author__bio {
    margin-bottom: 0;
  }
}

/*------------------------------------*\
  Components > Archive
\*------------------------------------*/
.c-archive {
  padding: 34px 0;
  border-top: 1px solid #eee;
}
@media (min-width: 40em) {
  .c-archive {
    padding: 0;
    border: 0;
  }
}
@media (min-width: 64em) {
  .c-archive {
    margin-top: -12px;
  }
}
.c-archive__title {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media (min-width: 40em) {
  .c-archive__title {
    margin-bottom: 42px;
  }
}
@media (min-width: 64em) {
  .c-archive__title {
    font-size: 12px;
  }
}
.c-archive__title__noresults {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0 0 4px;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.06;
}
@media (min-width: 64em) {
  .c-archive__title__noresults {
    font-size: 48px;
  }
}
.c-archive__description {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: right;
}
.c-archive__description__noresults {
  padding-bottom: 5px;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: 0;
}
@media (min-width: 40em) {
  .c-archive__description__noresults {
    font-size: 22px;
    line-height: 1.45;
  }
}
.no-results {
  margin-bottom: 44px;
}
@media (min-width: 40em) {
  .no-results {
    margin-bottom: 86px;
  }
}

/*------------------------------------*\
  Components > Related
\*------------------------------------*/
.c-related__title {
  padding: 0;
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
}
@media (min-width: 40em) {
  .c-related__title {
    margin-bottom: 48px;
    font-size: 36px;
    line-height: 1.45;
  }
}
@media (min-width: 64em) {
  .c-related__title {
    margin-bottom: 58px;
  }
}
.c-related__title__noresults {
  margin-top: 70px;
}
.c-related .c-post-card__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.15;
}
@media (min-width: 40em) {
  .c-related .c-post-card__title {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.06;
  }
}
.c-related .c-post-card__meta {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
.c-related .c-post-card__image:after {
  padding-bottom: 56%;
}
.c-related .o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*------------------------------------*\
  Components > AJAX Pagination
\*------------------------------------*/
.c-ajax-pagination {
  margin-top: 6px;
  margin-bottom: 40px;
}
@media (min-width: 64em) {
  .c-ajax-pagination {
    margin-top: 12px;
    margin-bottom: 48px;
  }
}

/*------------------------------------*\
  Components > Footer
\*------------------------------------*/
.c-footer {
  margin-top: 20px;
  padding: 56px 0 40px;
  background-color: #E3EFF0;
}
@media (min-width: 64em) {
  .c-footer {
    margin-top: 50px;
    padding: 96px 0 42px;
  }
}
.c-footer__copyright {
  color: #192f47;
  font-size: 15px;
  line-height: 1.7;
  display: none;
}
@media (min-width: 64em) {
  .c-footer__copyright {
    font-size: 18px;
  }
}
@media (max-width: 39.99em) {
  .c-footer__copyright {
    text-align: center;
    margin-bottom: 8px;
  }
}

/*------------------------------------*\
  Components > Back to Top
\*------------------------------------*/
#back-to-top {
  display: none;
}
@media (min-width: 64em) {
  #back-to-top {
    display: block;
    position: fixed !important;
    width: 48px;
    height: 48px;
    bottom: -58px;
    right: 30px;
    text-align: center;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  #back-to-top.show {
    -webkit-transform: translate(0, -95px);
            transform: translate(0, -95px);
  }
  #back-to-top span {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
  }
}

/*------------------------------------*\
  Components > Gutenberg Blocks
\*------------------------------------*/
.alignwide,
.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.alignwide {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 40em) {
  .alignwide {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (min-width: 64em) {
  .alignwide {
    max-width: 1296px;
    left: 0;
    right: 0;
    margin-left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  }
}

.has-sidebar .alignwide,
.has-sidebar .alignfull {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
  transform: none;
}

/* * */
.has-small-font-size,
p.has-small-font-size {
  font-size: 14px;
}

.has-normal-font-size,
p.has-normal-font-size {
  font-size: 20px;
}
@media (min-width: 40em) {
  .has-normal-font-size,
p.has-normal-font-size {
    font-size: 24px;
  }
}

.has-medium-font-size,
p.has-medium-font-size {
  font-size: 24px;
}
@media (min-width: 40em) {
  .has-medium-font-size,
p.has-medium-font-size {
    font-size: 28px;
  }
}

.has-large-font-size,
p.has-large-font-size {
  font-size: 28px;
}
@media (min-width: 40em) {
  .has-large-font-size,
p.has-large-font-size {
    font-size: 36px;
  }
}

.has-larger-font-size,
p.has-larger-font-size {
  font-size: 36px;
}
@media (min-width: 40em) {
  .has-larger-font-size,
p.has-larger-font-size {
    font-size: 48px;
  }
}

.has-huge-font-size,
p.has-huge-font-size {
  font-size: 48px;
}
@media (min-width: 40em) {
  .has-huge-font-size,
p.has-huge-font-size {
    font-size: 64px;
  }
}

/* * */
p.has-background {
  padding: 20px 26px;
  margin-top: 33px;
  margin-bottom: 35px;
}
@media (min-width: 40em) {
  p.has-background {
    padding: 23px 30px 24px;
    margin-top: 41px;
    margin-bottom: 43px;
  }
}

p.has-background img {
  padding-top: 7px;
}

.wp-block-columns p.has-background {
  margin: 24px 0;
}
@media (min-width: 40em) {
  .wp-block-columns p.has-background {
    margin: 28px 0;
  }
}

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 3.09em;
  line-height: 0.92;
  font-weight: 700;
  margin: 0 9px -8px -5px;
  text-transform: uppercase;
  font-style: normal;
}
@media (min-width: 40em) {
  p.has-drop-cap:not(:focus)::first-letter {
    margin-right: 12px;
  }
}

p.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 0;
}

/* * */
.c-content blockquote {
  border-left: 3px solid #1a1a1a;
  padding-left: 18px;
  margin: 25px 0 28px;
}
@media (min-width: 40em) {
  .c-content blockquote {
    padding-left: 24px;
    margin: 31px 0 35px;
  }
}

.c-content blockquote p {
  font-size: 23px;
  line-height: 1.3;
}
@media (min-width: 40em) {
  .c-content blockquote p {
    font-size: 28px;
    line-height: 1.4;
  }
}

/* * */
.c-content .wp-block-quote,
.c-content .wp-block-quote.is-style-large,
.c-content .wp-block-quote.is-large {
  margin: 25px 0 28px;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote,
.c-content .wp-block-quote.is-style-large,
.c-content .wp-block-quote.is-large {
    margin: 31px 0 35px;
  }
}

.c-content .wp-block-quote cite,
.c-content .wp-block-quote footer,
.c-content .wp-block-quote__citation {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}

.c-content .wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 3px solid #1a1a1a;
  padding-left: 18px;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 24px;
  }
}

.c-content .wp-block-quote p {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 0;
  font-style: italic;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote p {
    font-size: 28px;
  }
}

.c-content .wp-block-quote cite {
  color: #1a1a1a;
  font-size: 16px;
  display: block;
  padding-top: 9px;
  padding-bottom: 2px;
  margin-top: 0;
  position: relative;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote cite {
    font-size: 19px;
    padding-top: 11px;
    padding-bottom: 5px;
  }
}

.c-content .wp-block-quote.is-style-large,
.c-content .wp-block-quote.is-large {
  padding: 0;
  border: 0;
  margin: 30px 0;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote.is-style-large,
.c-content .wp-block-quote.is-large {
    margin: 50px 0;
  }
}

@media (min-width: 64em) {
  .c-content .wp-block-quote.is-style-large,
.c-content .wp-block-quote.is-large {
    margin: 50px 0 50px 50px;
  }
}

.c-content .wp-block-quote.is-style-large[style*=center],
.c-content .wp-block-quote.is-large[style*=center] {
  margin-right: 50px;
}

.c-content .wp-block-quote.is-style-large p,
.c-content .wp-block-quote.is-large p {
  font-size: 25px;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.012em;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote.is-style-large p,
.c-content .wp-block-quote.is-large p {
    font-size: 32px;
  }
}

.c-content .wp-block-quote.is-style-large cite,
.c-content .wp-block-quote.is-large cite {
  font-size: 17px;
  text-align: unset;
  display: block;
  padding-top: 10px;
  padding-bottom: 0;
}
@media (min-width: 40em) {
  .c-content .wp-block-quote.is-style-large cite,
.c-content .wp-block-quote.is-large cite {
    font-size: 21px;
    padding-top: 14px;
  }
}

/* * */
.wp-block-gallery {
  padding: 10px 0 0 0;
}

ul.wp-block-gallery {
  padding-left: inherit;
}

ul.wp-block-gallery.alignwide {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 40em) {
  ul.wp-block-gallery.alignwide {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-gallery.alignleft + p,
.wp-block-gallery.alignright + p {
  margin-top: 30px;
}

.wp-block-gallery .blocks-gallery-item {
  display: block;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border: 6px solid #fff;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 16px;
  line-height: 1.35;
  padding-bottom: 8px;
}

/* * */
figure.wp-block-image {
  margin-bottom: 31px;
}
@media (min-width: 40em) {
  figure.wp-block-image {
    margin-bottom: 43px;
  }
}

.wp-block-image .alignleft {
  margin-right: 24px;
}

.wp-block-image .alignright {
  margin-left: 24px;
}

/* * */
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.wp-block-cover,
.wp-block-audio,
.wp-block-embed,
.wp-block-code,
.wp-block-verse,
.wp-block-preformatted,
.wp-block-table {
  margin-top: 34px;
  margin-bottom: 36px;
}
@media (min-width: 40em) {
  .wp-block-cover,
.wp-block-audio,
.wp-block-embed,
.wp-block-code,
.wp-block-verse,
.wp-block-preformatted,
.wp-block-table {
    margin-top: 40px;
    margin-bottom: 42px;
  }
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  margin-top: 8px;
  margin-bottom: 10px;
}

.wp-block-file.alignfull,
.wp-block-audio.alignfull {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 40em) {
  .wp-block-file.alignfull,
.wp-block-audio.alignfull {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.wp-block-audio audio {
  outline: transparent;
}

/* * */
figure {
  margin-top: 33px;
  margin-bottom: 35px;
}
@media (min-width: 40em) {
  figure {
    margin-top: 41px;
    margin-bottom: 43px;
  }
}

figure.alignleft,
figure.alignright {
  margin-top: 7px;
  margin-bottom: 10px;
}
@media (min-width: 40em) {
  figure.alignleft,
figure.alignright {
    margin-top: 8px;
    margin-bottom: 11px;
  }
}

/* * */
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
  margin: 24px auto 20px;
}
@media (min-width: 40em) {
  .wp-block-separator.is-style-dots {
    margin: 32px auto 28px;
  }
}

.wp-block-separator.is-style-dots::before {
  content: "\b7\b7\b7";
  color: #1a1a1a;
  font-size: 28px;
  letter-spacing: 15px;
  padding-left: 15px;
  font-family: serif;
}

.wp-block-separator {
  border-bottom: 2px solid #1a1a1a;
  margin: 36px auto;
  height: 0;
}
@media (min-width: 40em) {
  .wp-block-separator {
    margin: 44px auto;
  }
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* * */
.wp-block-cover .wp-block-cover-text {
  font-size: 26px;
  margin: 0;
}
@media (min-width: 40em) {
  .wp-block-cover .wp-block-cover-text {
    font-size: 36px;
  }
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 310px;
}
@media (min-width: 40em) {
  .wp-block-cover,
.wp-block-cover-image {
    min-height: 430px;
  }
}

.wp-block-cover.alignleft .wp-block-cover-text,
.wp-block-cover.alignright .wp-block-cover-text,
.wp-block-cover-image.alignleft .wp-block-cover-text,
.wp-block-cover-image.alignright .wp-block-cover-text {
  font-size: 32px;
}

.wp-block-cover-image.has-parallax.alignwide,
.wp-block-cover.has-parallax.alignwide {
  background-attachment: inherit;
}

@media (min-width: 64em) {
  .wp-block-cover.alignwide {
    max-width: 1212px;
  }
}

/* * */
.wp-block-file {
  margin-top: 24px;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media (min-width: 40em) {
  .wp-block-file {
    margin-top: 28px;
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
  font-size: 16px;
  padding: 10px 20px;
}
@media (min-width: 40em) {
  .wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
    font-size: 22px;
  }
}

.wp-block-file.aligncenter {
  margin-top: 30px;
  margin-bottom: 33px;
}
@media (min-width: 40em) {
  .wp-block-file.aligncenter {
    margin-top: 35px;
    margin-bottom: 39px;
  }
}

.wp-block-file.alignleft,
.wp-block-file.alignright {
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* * */
.wp-block-table {
  min-width: 240px;
  border-collapse: collapse;
  font-size: 16px;
}
@media (min-width: 40em) {
  .wp-block-table {
    font-size: 20px;
  }
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid #1a1a1a;
  word-break: break-all;
}

.wp-block-table.alignwide {
  width: 86.5vw;
}

.wp-block-table.is-style-stripes {
  border: none;
}

.wp-block-table.is-style-stripes td {
  border: none;
  border-top: 1px solid #dee2e6;
}

/* * */
.c-content .wp-block-pullquote {
  color: #1a1a1a;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 0 12px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote {
    padding: 0 22px;
  }
}

.c-content .wp-block-pullquote p {
  font-size: 27px;
  font-style: italic;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote p {
    font-size: 36px;
    line-height: 1.3;
  }
}

.c-content .wp-block-pullquote blockquote {
  margin: 5px 0;
  border-left: 0;
  padding-left: 0;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote blockquote {
    margin: 10px 0;
  }
}

.c-content .wp-block-pullquote[style*=border-color] {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote[style*=border-color] {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.c-content .wp-block-pullquote cite,
.c-content .wp-block-pullquote footer,
.c-content .wp-block-pullquote__citation {
  font-size: 19px;
  display: block;
  font-style: normal;
  text-transform: none;
  padding-top: 18px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote cite,
.c-content .wp-block-pullquote footer,
.c-content .wp-block-pullquote__citation {
    font-size: 21px;
    padding-top: 24px;
  }
}

.c-content .wp-block-pullquote.alignleft p,
.c-content .wp-block-pullquote.alignright p {
  font-size: 25px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote.alignleft p,
.c-content .wp-block-pullquote.alignright p {
    font-size: 32px;
  }
}

.c-content .wp-block-pullquote.alignwide,
.c-content .wp-block-pullquote.alignfull,
.c-content .wp-block-pullquote.is-style-solid-color.alignwide,
.c-content .wp-block-pullquote.is-style-solid-color.alignfull {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote.alignwide,
.c-content .wp-block-pullquote.alignfull,
.c-content .wp-block-pullquote.is-style-solid-color.alignwide,
.c-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.c-content .wp-block-pullquote.is-style-solid-color {
  border: none;
  padding: 3px 0;
}

.c-content .wp-block-pullquote[class*=has].is-style-solid-color {
  padding: 42px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote[class*=has].is-style-solid-color {
    padding: 52px;
  }
}

.c-content .wp-block-pullquote[class*=has].alignleft.is-style-solid-color,
.c-content .wp-block-pullquote[class*=has].alignright.is-style-solid-color {
  padding: 22px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote[class*=has].alignleft.is-style-solid-color,
.c-content .wp-block-pullquote[class*=has].alignright.is-style-solid-color {
    padding: 32px;
  }
}

.c-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  border-left: 0;
  padding-left: 0;
}

.c-content .wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 27px;
  line-height: 1.3;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 36px;
  }
}

.c-content .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.c-content .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
  font-size: 25px;
}
@media (min-width: 40em) {
  .c-content .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.c-content .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 32px;
  }
}

@media (min-width: 64em) {
  .c-content .wp-block-pullquote[class*=has].alignwide.is-style-solid-color,
.c-content .wp-block-pullquote[style*=border-color].alignwide {
    max-width: 1212px;
  }
}

/* * */
.wp-block-button {
  margin: 24px 0;
}
@media (min-width: 40em) {
  .wp-block-button {
    margin: 32px 0;
  }
}

.wp-block-button__link {
  font-size: 20px;
  padding: 14px 24px;
}
@media (min-width: 40em) {
  .wp-block-button__link {
    font-size: 22px;
  }
}

.wp-block-button a {
  padding: 10px 20px;
  font-size: 17px;
  text-decoration: none;
}
@media (min-width: 40em) {
  .wp-block-button a {
    font-size: 22px;
  }
}

.wp-block-button a:hover,
.wp-block-button a:active,
.wp-block-button a:focus {
  opacity: 0.85;
  color:whitesmoke;
}

.wp-block-button.alignleft,
.wp-block-button.alignright {
  margin-top: 6px;
  margin-bottom: 0;
}

.wp-block-button.alignleft {
  margin-right: 12px;
}
@media (min-width: 40em) {
  .wp-block-button.alignleft {
    margin-right: 24px;
  }
}

.wp-block-button.alignright {
  margin-left: 12px;
}
@media (min-width: 40em) {
  .wp-block-button.alignright {
    margin-left: 24px;
  }
}

.is-style-outline .wp-block-button__link {
  border-width: 1px;
}

/* * */
.wp-block-columns,
.wp-block-media-text {
  margin-top: 33px;
  margin-bottom: 35px;
}
@media (min-width: 40em) {
  .wp-block-columns,
.wp-block-media-text {
    margin-top: 41px;
    margin-bottom: 43px;
  }
}

.wp-block-columns.alignfull {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 40em) {
  .wp-block-columns.alignfull {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-column {
  margin-bottom: 24px;
  word-break: normal;
  word-wrap: break-word;
}
@media (min-width: 40em) {
  .wp-block-column {
    margin-bottom: 0;
  }
}

.wp-block-column:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }

  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }

  .wp-block-columns[class*=has-] > * {
    margin-right: 1.15rem;
  }

  .wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
    margin-left: 1.15rem;
  }

  .wp-block-columns[class*=has-] > *:last-child {
    margin-right: 0;
  }

  .wp-block-column p {
    margin-right: 6px;
  }
}
/* * */
.c-content .wp-block-archives,
.c-content .wp-block-categories,
.c-content .wp-block-latest-posts,
.c-content .wp-block-latest-comments {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 40em) {
  .c-content .wp-block-archives,
.c-content .wp-block-categories,
.c-content .wp-block-latest-posts,
.c-content .wp-block-latest-comments {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}

.c-content .wp-block-archives a,
.c-content .wp-block-categories a,
.c-content .wp-block-latest-posts a,
.c-content .wp-block-latest-comments a {
  font-size: 20px;
  text-decoration: none;
}
@media (min-width: 40em) {
  .c-content .wp-block-archives a,
.c-content .wp-block-categories a,
.c-content .wp-block-latest-posts a,
.c-content .wp-block-latest-comments a {
    font-size: 22px;
  }
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center;
}

.wp-block-categories.alignleft,
.wp-block-categories.alignright,
.wp-block-latest-comments.alignleft,
.wp-block-latest-comments.alignright,
.wp-block-archives.alignleft,
.wp-block-archives.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

.c-content .wp-block-categories.alignfull,
.c-content .wp-block-latest-posts.alignfull,
.c-content .wp-block-latest-posts.alignwide {
  padding-left: 66px;
  padding-right: 66px;
}
@media (min-width: 40em) {
  .c-content .wp-block-categories.alignfull,
.c-content .wp-block-latest-posts.alignfull,
.c-content .wp-block-latest-posts.alignwide {
    padding-left: 83px;
    padding-right: 83px;
  }
}

.c-content .wp-block-latest-comments.alignwide,
.c-content .wp-block-latest-comments.alignfull,
.c-content .wp-block-latest-posts.alignwide.is-grid,
.c-content .wp-block-latest-posts.alignfull.is-grid {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 40em) {
  .c-content .wp-block-latest-comments.alignwide,
.c-content .wp-block-latest-comments.alignfull,
.c-content .wp-block-latest-posts.alignwide.is-grid,
.c-content .wp-block-latest-posts.alignfull.is-grid {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.c-content .wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments article {
  margin: unset;
  max-width: unset;
}

.wp-block-latest-comments.aligncenter article {
  text-align: center;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
  color: #888;
  font-size: 14px;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 5px 0 20px;
}
@media (min-width: 40em) {
  .wp-block-latest-comments__comment-excerpt p {
    font-size: 18px;
  }
}

.wp-block-latest-comments__comment-meta {
  font-size: 20px;
  line-height: 1.1;
}
@media (min-width: 40em) {
  .wp-block-latest-comments__comment-meta {
    font-size: 22px;
    line-height: 1.5;
  }
}

.wp-block-latest-comments__comment-date {
  margin-top: 3px;
}
@media (min-width: 40em) {
  .wp-block-latest-comments__comment-date {
    margin-top: 0;
  }
}

/* * */
.wp-block-archives.alignleft {
  margin-right: 2em;
}

.wp-block-archives.alignright {
  margin-left: 2em;
}

.wp-block-media-text .wp-block-media-text__content {
  word-break: normal;
  word-wrap: break-word;
}

.wp-block-video video {
  width: 100%;
}

.mejs-video,
.mejs-audio {
  margin-top: 30px;
  margin-bottom: 32px;
}
@media (min-width: 40em) {
  .mejs-video,
.mejs-audio {
    margin-top: 36px;
    margin-bottom: 37px;
  }
}

.wp-block-code pre,
.wp-block-code code {
  font-size: 14px;
}
@media (min-width: 40em) {
  .wp-block-code pre,
.wp-block-code code {
    font-size: 16px;
  }
}

.wp-block-embed figcaption {
  padding-top: 4px;
}

.wp-block-embed .twitter-tweet {
  margin-top: 0 !important;
}

/*------------------------------------*\
  Components > Comments
\*------------------------------------*/
#comments-wrapper {
  padding-top: 30px;
  outline: none;
}
@media (min-width: 40em) {
  #comments-wrapper {
    padding-top: 70px;
  }
}

.page #comments-wrapper {
  padding-top: 16px;
  padding-bottom: 32px;
}
@media (min-width: 40em) {
  .page #comments-wrapper {
    padding-top: 26px;
    padding-bottom: 52px;
  }
}

#comments {
  display: none;
  padding-top: 24px;
}
@media (min-width: 40em) {
  #comments {
    padding-top: 32px;
  }
}
#comments:focus {
  outline: none;
}

.comments-title {
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d4;
}

.comment-list {
  margin-bottom: 24px;
}
@media (min-width: 40em) {
  .comment-list {
    margin-bottom: 32px;
  }
}
.comment-list ol.children {
  margin: 10px 0 -30px 30px;
}
@media (min-width: 40em) {
  .comment-list ol.children {
    margin: 25px 0 -15px 55px;
  }
}

.comments-show #comments {
  display: block;
}

.comment-body {
  overflow: hidden;
}

.comment {
  padding: 20px 0;
}
.comment .children {
  list-style: none;
}
.comment .reply {
  margin-top: 14px;
  font-size: 14px;
}
@media (min-width: 40em) {
  .comment .reply {
    font-size: 18px;
    margin-left: 80px;
  }
}
.comment .comment-respond {
  margin-top: 32px;
}

.comment-meta {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 40em) {
  .comment-meta {
    font-size: 18px;
  }
}

.comment-author .avatar {
  float: left;
  position: relative;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.comment-author .says {
  display: none;
}

.bypostauthor .fn:after {
  content: "";
}

.comment-metadata,
.comment-metadata time,
.pingback .edit-link {
  font-size: 14px;
}
@media (min-width: 40em) {
  .comment-metadata,
.comment-metadata time,
.pingback .edit-link {
    font-size: 18px;
  }
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-edit-link {
  margin-left: 10px;
}

.pingback,
.trackback {
  font-size: 14px;
}
@media (min-width: 40em) {
  .pingback,
.trackback {
    font-size: 18px;
  }
}

.comment-content {
  font-size: 16px;
  line-height: 1.43;
}
@media (min-width: 40em) {
  .comment-content {
    font-size: 18px;
    overflow: hidden;
    margin-left: 80px;
  }
}

.comment-content > * {
  margin-bottom: 24px;
}
.comment-content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .comment-content > * {
    margin-bottom: 28px;
  }
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-form label {
  display: block;
  font-size: 14px;
  color: #888888;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form-comment, .comment-form-url, .comment-form-author, .comment-form-email,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .comment-form-comment, .comment-form-url, .comment-form-author, .comment-form-email,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
    margin-bottom: 24px;
  }
}
.comment-form-comment label {
  display: none;
}
.comment-form input[type=submit] {
  width: 100%;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-form-cookies-consent label {
  margin-left: 8px;
}

.form-allowed-tags code {
  font-family: Courier, monospace;
}

.comment-reply-title {
  margin-bottom: 11px;
  line-height: 1.43;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 40em) {
  .comment-reply-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.comment-reply-title small {
  float: right;
  font-size: 100%;
}

.logged-in-as,
.comment-notes {
  display: none;
  font-size: 14px;
}

.comment-awaiting-moderation {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: italic;
  color: #dc2020;
}

.no-comments {
  margin: 0;
  padding-top: 16px;
  font-size: 16px;
}
@media (min-width: 40em) {
  .no-comments {
    font-size: 18px;
  }
}

.comment-navigation {
  margin-bottom: 24px;
}
@media (min-width: 40em) {
  .comment-navigation {
    margin-bottom: 28px;
  }
}

#comments-toggle {
  position: relative;
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  outline: none;
  padding: 12px 20px 14px 56px;
  border: 1px solid #1a1a1a;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#comments-toggle:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
#comments-toggle > h4 {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.43;
}
@media (min-width: 40em) {
  #comments-toggle > h4 {
    font-size: 22px;
  }
}
#comments-toggle.dark {
  background: #1a1a1a !important;
  color: #fff;
}

.comments-toggle-icon {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 57px;
  padding-top: 20px;
  padding-left: 20px;
}
@media (min-width: 40em) {
  .comments-toggle-icon {
    padding-top: 21px;
  }
}
.comments-toggle-icon img {
  width: 12px;
  height: 12px;
}
@media (min-width: 40em) {
  .comments-toggle-icon img {
    width: 14px;
    height: 14px;
  }
}
.comments-toggle-icon.flip {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/*------------------------------------*\
  WordPress > Accessibility
\*------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  padding: 16px;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  display: block;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*------------------------------------*\
  Components > Calendar
\*------------------------------------*/
.calendar_wrap table {
  margin: 0;
  font-size: 14px;
}
.calendar_wrap table,
.calendar_wrap thead th,
.calendar_wrap tfoot td {
  border: 0;
}
.calendar_wrap tbody td {
  text-align: center;
}
.calendar_wrap tbody td#today,
.calendar_wrap tbody td a {
  font-weight: 700;
}
.calendar_wrap tbody .pad {
  background: none;
}

/*------------------------------------*\
  WordPress > Align
\*------------------------------------*/
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignright {
  float: right;
  margin-left: 24px;
}

.alignleft {
  float: left;
  margin-right: 24px;
}

/*------------------------------------*\
  Content Width specific classes
  http://codex.wordpress.org/Content_Width
\*------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

div[class^=embed] {
  margin-bottom: 24px;
}

/*------------------------------------*\
  WordPress > Caption
\*------------------------------------*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 16px;
}
.wp-caption.alignleft {
  margin-right: 32px;
}
.wp-caption.alignright {
  margin-left: 32px;
}
.wp-caption img {
  margin-bottom: 8px;
}
.wp-caption .wp-caption-text {
  font-size: 16px;
}

/*------------------------------------*\
  WordPress > Galleries
\*------------------------------------*/
.gallery {
  margin-bottom: 24px;
}

.gallery-item {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  display: block;
  width: 100%;
  border: 2px solid #FFFFFF;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  font-size: 13px;
  margin-top: 12px;
}

/*------------------------------------*\
  WordPress > Page Links
\*------------------------------------*/
.page-links {
  font-weight: 700;
  clear: both;
}
.page-links a {
  font-weight: 500;
}

/*------------------------------------*\
  Plugins > Contact Form 7
\*------------------------------------*/
div.wpcf7 p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 40em) {
  div.wpcf7 p {
    font-size: 22px;
  }
}
div.wpcf7 input {
  width: 100%;
}
div.wpcf7 .wpcf7-not-valid-tip,
div.wpcf7 .wpcf7-response-output {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 10px 16px;
}
@media (min-width: 40em) {
  div.wpcf7 .wpcf7-not-valid-tip,
div.wpcf7 .wpcf7-response-output {
    font-size: 18px;
  }
}
div.wpcf7 .wpcf7-not-valid-tip {
  padding-left: 0;
  padding-bottom: 0;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 8px 0 24px;
}
@media (min-width: 40em) {
  div.wpcf7 .wpcf7-form-control-wrap {
    margin: 10px 0 30px;
  }
}

/*------------------------------------*\
  Trumps > Hide
\*------------------------------------*/
.u-hidden {
  display: none;
}

/*------------------------------------*\
  Trumps > Typography
\*------------------------------------*/
.u-font-size-medium {
  font-size: 16px;
}

/*------------------------------------*\
  Trumps > Align
\*------------------------------------*/
.u-text-left {
  text-align: left;
}

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

.u-text-center {
  text-align: center;
}

/*------------------------------------*\
  Trumps > Layout
\*------------------------------------*/
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

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

.u-left {
  float: left;
}

.u-right {
  float: right;
}

/*------------------------------------*\
  Trumps > Clearfix
\*------------------------------------*/
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}