@charset "UTF-8";
/*!
Theme Name: CoBlocks
Theme URI: https://richtabor.com/coblocks-wordpress-theme/
Author: CoBlocks
Author URI: https://richtabor.com
Description: CoBlocks is a beautiful Gutenberg WordPress theme for writers, publishers and content marketers.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coblocks
Tags: one-column, custom-colors, editor-style, custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, photography
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Alignments
# Media
	## Captions
	## Galleries
# Accessibility
# Forms
# Navigation
	## Links
	## Menus
	## Pagination
	## Cart
	## Search
	## Mobile
	## Social
# Layouts
	## Main
	## Header
	## Footer
	## Blogroll
	## Search
# Content
	## Posts and Pages
	## Comments
# 404
# Widgets
# Infinite scroll
# Animations
# Cross Browser
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #2a2a2a;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --letter-spacing: 1;
  --caps-letter-spacing: .2em;
  --bold-font-weight: 800;
}

.body-font {
  font-family: "Lora", serif;
}

.sans-serif-font, label, .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption, .wp-block-coblocks-click-to-tweet__twitter-btn, .wp-block-coblocks-author__content-heading p {
  font-family: "Heebo", sans-serif;
}

.small, .wp-block-coblocks-author__content-heading p, .comment-form-cookies-consent label {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 600px) {
  .small, .wp-block-coblocks-author__content-heading p, .comment-form-cookies-consent label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.extra-small, .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 600px) {
  .extra-small, .wp-block-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.smooth {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.regular {
  font-weight: 400;
}

.medium, .wp-block-coblocks-author__content-heading p {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

.medium-bold {
  font-weight: 600;
}

.bold {
  font-weight: 800 !important;
}

.normal {
  font-style: initial !important;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: var(--caps-letter-spacing);
}

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

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

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

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

.gray, .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption, .wp-block-coblocks-author__content-heading p {
  color: #656e79;
}

.dark-gray {
  color: #6d6c6c;
}

.white {
  color: #fff;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hide,
.hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.bottom-spacer {
  margin-bottom: 2.35em;
}

@media only screen and (min-width: 900px) {
  .bottom-spacer {
    margin-bottom: 2.5em;
  }
}

.top-spacer {
  margin-bottom: 2.35em;
}

@media only screen and (min-width: 900px) {
  .top-spacer {
    margin-top: 2.5em;
  }
}

.margin-left-auto {
  margin-left: auto;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media only screen and (min-width: 600px) {
  .container {
    width: 760px;
  }
}

.container.max-width {
  padding-left: 20px;
  padding-right: 20px;
  width: 1100px;
}

.max-width {
  max-width: 100%;
}

.display-block {
  display: block;
}

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

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.container--sml {
  max-width: 380px;
  margin: 0 auto;
}

@custom-media --breakpoint-sm (min-width: 40em);
@custom-media --breakpoint-md (min-width: 52em);
@custom-media --breakpoint-lg (min-width: 64em);
@media only screen and (min-width: 600px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (--breakpoint-sm) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (--breakpoint-md) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (--breakpoint-lg) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.content-stretch {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.8;
  color: #2a2a2a;
  font-family: "Lora", serif;
}

body,
button,
input,
select,
textarea {
  font-size: 17px;
}

@media screen and (min-width: 600px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: calc(17px + 2 * ((100vw - 600px) / 600));
  }
}

@media screen and (min-width: 1200px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 19px;
  }
}

@media screen and (min-width: 600px) {
  body,
  button,
  input,
  select,
  textarea {
    line-height: calc(1.4em + (1.6 - 1.3) * ((100vw - 18em)/(35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  body,
  button,
  input,
  select,
  textarea {
    line-height: 1.8;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #2a2a2a;
  font-family: "Heebo", serif;
  font-weight: 800;
  margin: 0;
}

.entry-content h1,
.comment-content h1, .entry-content
h2,
.comment-content
h2, .entry-content
h3,
.comment-content
h3, .entry-content
h4,
.comment-content
h4, .entry-content
h5,
.comment-content
h5, .entry-content
h6,
.comment-content
h6 {
  margin: -0.35em 0 0.25em;
  padding-top: 1em;
}

.entry-content h1 a,
.comment-content h1 a, .entry-content
h2 a,
.comment-content
h2 a, .entry-content
h3 a,
.comment-content
h3 a, .entry-content
h4 a,
.comment-content
h4 a, .entry-content
h5 a,
.comment-content
h5 a, .entry-content
h6 a,
.comment-content
h6 a {
  color: #2a2a2a;
  -webkit-box-shadow: 0 0 0 currentColor;
          box-shadow: 0 0 0 currentColor;
}

.entry-content h1 a:focus,
.comment-content h1 a:focus, .entry-content
h2 a:focus,
.comment-content
h2 a:focus, .entry-content
h3 a:focus,
.comment-content
h3 a:focus, .entry-content
h4 a:focus,
.comment-content
h4 a:focus, .entry-content
h5 a:focus,
.comment-content
h5 a:focus, .entry-content
h6 a:focus,
.comment-content
h6 a:focus {
  outline: thin dotted;
}

.entry-content h1 a:hover, .entry-content h1 a:focus,
.comment-content h1 a:hover,
.comment-content h1 a:focus, .entry-content
h2 a:hover, .entry-content
h2 a:focus,
.comment-content
h2 a:hover,
.comment-content
h2 a:focus, .entry-content
h3 a:hover, .entry-content
h3 a:focus,
.comment-content
h3 a:hover,
.comment-content
h3 a:focus, .entry-content
h4 a:hover, .entry-content
h4 a:focus,
.comment-content
h4 a:hover,
.comment-content
h4 a:focus, .entry-content
h5 a:hover, .entry-content
h5 a:focus,
.comment-content
h5 a:hover,
.comment-content
h5 a:focus, .entry-content
h6 a:hover, .entry-content
h6 a:focus,
.comment-content
h6 a:hover,
.comment-content
h6 a:focus {
  -webkit-box-shadow: 0 0 0 currentColor;
          box-shadow: 0 0 0 currentColor;
}

.entry-content h1 + h1, .entry-content
h2 + h1, .entry-content
h3 + h1, .entry-content
h4 + h1, .entry-content
h5 + h1, .entry-content
h6 + h1, .entry-content h1 +
h2, .entry-content
h2 +
h2, .entry-content
h3 +
h2, .entry-content
h4 +
h2, .entry-content
h5 +
h2, .entry-content
h6 +
h2, .entry-content h1 +
h3, .entry-content
h2 +
h3, .entry-content
h3 +
h3, .entry-content
h4 +
h3, .entry-content
h5 +
h3, .entry-content
h6 +
h3, .entry-content h1 +
h4, .entry-content
h2 +
h4, .entry-content
h3 +
h4, .entry-content
h4 +
h4, .entry-content
h5 +
h4, .entry-content
h6 +
h4, .entry-content h1 +
h5, .entry-content
h2 +
h5, .entry-content
h3 +
h5, .entry-content
h4 +
h5, .entry-content
h5 +
h5, .entry-content
h6 +
h5, .entry-content h1 +
h6, .entry-content
h2 +
h6, .entry-content
h3 +
h6, .entry-content
h4 +
h6, .entry-content
h5 +
h6, .entry-content
h6 +
h6 {
  padding-top: .25em;
}

h1:not(.site-title),
.h1:not(.site-title) {
  line-height: 1.3;
}

h1:not(.site-title),
.h1:not(.site-title) {
  font-size: 32px;
}

@media screen and (min-width: 514px) {
  h1:not(.site-title),
  .h1:not(.site-title) {
    font-size: calc(32px + 23 * ((100vw - 514px) / 686));
  }
}

@media screen and (min-width: 1200px) {
  h1:not(.site-title),
  .h1:not(.site-title) {
    font-size: 55px;
  }
}

@media screen and (min-width: 514px) {
  h1:not(.site-title),
  .h1:not(.site-title) {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  h1:not(.site-title),
  .h1:not(.site-title) {
    line-height: 1.2;
  }
}

h2,
.h2 {
  line-height: 1.3;
}

h2,
.h2 {
  font-size: 28px;
}

@media screen and (min-width: 514px) {
  h2,
  .h2 {
    font-size: calc(28px + 6 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}

@media screen and (min-width: 514px) {
  h2,
  .h2 {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    line-height: 1.25;
  }
}

.entry-content h2, .entry-content
.h2 {
  line-height: 1.3;
}

.entry-content h2, .entry-content
.h2 {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .entry-content h2, .entry-content
  .h2 {
    font-size: calc(24px + 6 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .entry-content h2, .entry-content
  .h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 514px) {
  .entry-content h2, .entry-content
  .h2 {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .entry-content h2, .entry-content
  .h2 {
    line-height: 1.2;
  }
}

h3,
.h3,
.wp-block-cover-image-text {
  line-height: 1.3;
}

h3,
.h3,
.wp-block-cover-image-text {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  h3,
  .h3,
  .wp-block-cover-image-text {
    font-size: calc(24px + 4 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  h3,
  .h3,
  .wp-block-cover-image-text {
    font-size: 28px;
  }
}

@media screen and (min-width: 514px) {
  h3,
  .h3,
  .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

.entry-content h3, .entry-content
.h3, .entry-content
.wp-block-cover-image-text {
  line-height: 1.3;
}

.entry-content h3, .entry-content
.h3, .entry-content
.wp-block-cover-image-text {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .entry-content h3, .entry-content
  .h3, .entry-content
  .wp-block-cover-image-text {
    font-size: calc(24px + 3 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .entry-content h3, .entry-content
  .h3, .entry-content
  .wp-block-cover-image-text {
    font-size: 27px;
  }
}

@media screen and (min-width: 514px) {
  .entry-content h3, .entry-content
  .h3, .entry-content
  .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .entry-content h3, .entry-content
  .h3, .entry-content
  .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

h4,
.h4,
body div.sharedaddy h3.sd-title {
  line-height: 1.6;
}

h4,
.h4,
body div.sharedaddy h3.sd-title {
  font-size: 20px;
}

@media screen and (min-width: 514px) {
  h4,
  .h4,
  body div.sharedaddy h3.sd-title {
    font-size: calc(20px + 5 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  h4,
  .h4,
  body div.sharedaddy h3.sd-title {
    font-size: 25px;
  }
}

@media screen and (min-width: 514px) {
  h4,
  .h4,
  body div.sharedaddy h3.sd-title {
    line-height: calc(1.2em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4,
  body div.sharedaddy h3.sd-title {
    line-height: 1.5;
  }
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  h5,
  .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

@media only screen and (min-width: 600px) {
  h6,
  .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

em,
cite {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

p {
  margin: 0 0 1.5em;
}

@media (min-width: 600px) {
  p {
    margin: 0 0 1.85em;
  }
}

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

blockquote,
.wp-block-quote {
  font-size: 25px;
  font-size: 1.5625rem;
  border: none;
  quotes: none;
  font-style: italic;
  line-height: 1.7;
  font-weight: normal;
  margin: 1.2em 0 1.2em .75em;
  color: #656e79;
}

@media (min-width: 600px) {
  blockquote,
  .wp-block-quote {
    margin: 1.5em 0 1.5em 1.5em;
  }
}

blockquote p,
.wp-block-quote p {
  margin-bottom: 0;
}

blockquote cite,
.wp-block-quote cite {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-style: normal;
  margin-top: .4em;
  font-style: italic;
}

blockquote.is-large,
.wp-block-quote.is-large {
  margin-left: 0;
  padding-left: 1em;
  border-left: 3px solid #2a2a2a;
}

blockquote.is-large p,
.wp-block-quote.is-large p {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #656e79;
  line-height: 1.6;
}

blockquote.is-large cite,
.wp-block-quote.is-large cite {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-top: .6em;
  font-family: "Lora", serif;
}

.entry-content .wp-block-pullquote {
  font-size: 25px;
  font-size: 1.5625rem;
  border-color: #2a2a2a;
  border-width: 3px;
  font-style: italic;
  color: #2a2a2a;
  font-weight: normal;
  line-height: 1.7;
  margin: 2.2em 0 2.2em;
  padding: 1.7em 0;
}

@media (max-width: 599px) {
  .entry-content .wp-block-pullquote.alignright {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 600px) {
  .entry-content .wp-block-pullquote.alignright {
    margin-top: .4em;
    margin-left: .7em;
    margin-bottom: .4em;
  }
}

@media (max-width: 599px) {
  .entry-content .wp-block-pullquote.alignleft {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 600px) {
  .entry-content .wp-block-pullquote.alignleft {
    margin-top: .4em;
    margin-right: 1.3em;
    margin-bottom: .4em;
  }
}

.entry-content .wp-block-pullquote p {
  font-weight: normal;
  margin-bottom: 0;
}

.entry-content .wp-block-pullquote cite {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: .6em;
  color: #656e79;
  text-transform: none;
  font-weight: normal;
}

q {
  quotes: "“" "”" "‘" "’";
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font: 17px/1.7 "Monaco", Courier, "Courier New", monospace;
}

pre {
  background-color: #f1f1f1;
  clear: both;
  display: block;
  font-size: 14px;
  margin: 3.3em 0;
  overflow: auto;
  padding: 40px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 3px 10px;
  position: relative;
  top: -1px;
  border-radius: 3px;
  background-color: #f1f1f1;
}

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

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

big {
  font-size: 125%;
}

strike,
del {
  text-decoration: line-through;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
#sprite {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.icon--gutenkit {
  background-color: #2a2a2a;
}

.icon-chain {
  -webkit-transform: scale(0.6) !important;
      -ms-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
}

.icon-rss {
  -webkit-transform: scale(0.6) !important;
      -ms-transform: scale(0.6) !important;
          transform: scale(0.6) !important;
}

.icon-dribbble {
  -webkit-transform: scale(1.32) !important;
      -ms-transform: scale(1.32) !important;
          transform: scale(1.32) !important;
}

.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

/* Dropdown toggle fallbacks */
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .icon {
  display: none;
}

.no-svg .dropdown-toggle .svg-fallback.icon-down {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #656e79;
  position: relative;
  top: -3px;
  right: -10px;
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-down {
  top: 2px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-down:before {
  content: "\005E";
}

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

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

body {
  background: #fff;
}

body.custom-background.nav-open {
  background-image: none;
}

hr {
  background-color: #2a2a2a;
  opacity: .1;
  border: 0;
  height: 1px;
  margin: 0 0 1.5em;
}

@media (min-width: 600px) {
  hr {
    margin: 0 0 1.85em;
  }
}

hr.wp-block-separator {
  background: none;
}

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

@media (min-width: 600px) {
  ul, ol {
    margin: 0 0 1.85em;
  }
}

.entry-content ul, .entry-content ol {
  padding-left: 25px;
}

.entry-content ul li, .entry-content ol li {
  padding-left: 5px;
}

@media (min-width: 600px) {
  .entry-content ul li, .entry-content ol li {
    padding-left: 10px;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.entry-content h3 + ul + p,
.entry-content h3 + ol + p {
  margin-top: 2.5em;
}

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

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

table {
  font-size: 16px;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  line-height: 1.5;
  margin: 0 0 1.5em;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0;
  color: #2a2a2a;
}

td {
  border-width: 0;
}

th,
td {
  padding: 0.33em;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*--------------------------------------------------------------
#  Buttons
--------------------------------------------------------------*/
.submit,
.button,
.wp-block-coblocks-author__content-button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1c1c1c;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  padding: 0.53em 1.3em 0.53em;
  position: relative;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submit:hover,
.button:hover,
.wp-block-coblocks-author__content-button:hover {
  background: #656e79;
  color: #fff;
  outline: none;
}

.submit:focus,
.button:focus,
.wp-block-coblocks-author__content-button:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}

.submit--sml,
.button--sml {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: .24em 1.3em .2em;
}

.submit--lrg,
.button--lrg {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: .44em;
}

.submit--ghost,
.button--ghost {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #2a2a2a;
}

.submit--ghost:hover,
.button--ghost:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: #2a2a2a;
}

.submit--gray,
.button--gray {
  background: rgba(0, 0, 0, 0.04);
  color: #656e79;
}

.submit--gray:hover,
.button--gray:hover {
  color: #656e79;
}

.submit--round,
.button--round {
  border-radius: 50px;
}

.submit--trans,
.button--trans {
  font-size: 17px;
  font-size: 1.0625rem;
  background: transparent !important;
  border: 0;
  color: #2a2a2a;
}

.submit--trans:hover,
.button--trans:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #2a2a2a;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.submit--attention,
.button--attention {
  -webkit-animation: buttonAttention 800ms infinite alternate;
          animation: buttonAttention 800ms infinite alternate;
}

.submit--attention--fb,
.button--attention--fb {
  -webkit-animation: buttonAttentionFB 800ms infinite alternate;
          animation: buttonAttentionFB 800ms infinite alternate;
}

.submit--attention--linkedin,
.button--attention--linkedin {
  -webkit-animation: buttonAttentionLinkedIn 800ms infinite alternate;
          animation: buttonAttentionLinkedIn 800ms infinite alternate;
}

.submit--chromeless,
.button--chromeless {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  display: inline-block;
  background: none !important;
  line-height: 1 !important;
}

.submit--fullwidth,
.button--fullwidth {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .submit--mobile-fullwidth,
  .button--mobile-fullwidth {
    width: 100%;
  }
}

input[type=submit],
input[type=button] {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1c1c1c;
  border: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  padding: .53em 1.3em .53em;
  position: relative;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 200ms cubic-bezier(0.645, 0.045, 0.355, 1), border 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type=submit]:hover,
input[type=button]:hover {
  background: #656e79;
  color: #fff;
  outline: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: 1px dotted #959595;
  outline-offset: -4px;
}

.animation--pulse:active {
  -webkit-animation: pulse 100ms;
          animation: pulse 100ms;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes buttonAttention {
  0% {
    background: rgba(26, 139, 240, 0.02);
  }
  100% {
    background: rgba(26, 139, 240, 0.08);
  }
}

@keyframes buttonAttention {
  0% {
    background: rgba(26, 139, 240, 0.02);
  }
  100% {
    background: rgba(26, 139, 240, 0.08);
  }
}

@-webkit-keyframes buttonAttentionFB {
  0% {
    background: rgba(59, 89, 152, 0.02);
  }
  100% {
    background: rgba(59, 89, 152, 0.08);
  }
}

@keyframes buttonAttentionFB {
  0% {
    background: rgba(59, 89, 152, 0.02);
  }
  100% {
    background: rgba(59, 89, 152, 0.08);
  }
}

@-webkit-keyframes buttonAttentionLinkedIn {
  0% {
    background: rgba(0, 132, 191, 0.02);
  }
  100% {
    background: rgba(0, 132, 191, 0.08);
  }
}

@keyframes buttonAttentionLinkedIn {
  0% {
    background: rgba(0, 132, 191, 0.02);
  }
  100% {
    background: rgba(0, 132, 191, 0.08);
  }
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Heebo", serif;
  border-radius: 5px;
  font-weight: 400;
  color: #2a2a2a;
  display: inline-block;
  margin: 0 0 25px 0;
  line-height: 1.7;
  outline: none;
  padding: 0.36em 0.95em 0.25em;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  border-color: #2a2a2a;
  outline: none;
  color: #2a2a2a;
}

.comments select, .comments
textarea, .comments
input[type="text"], .comments
input[type="email"], .comments
input[type="url"], .comments
input[type="password"], .comments
input[type="search"] {
  font-family: "Lora", serif;
}

textarea {
  padding: 0.5em 0.95em;
  min-height: 220px;
}

label {
  font-size: 16px;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #656e79;
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  z-index: 99;
}

@media only screen and (min-width: 600px) {
  label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

form p {
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: #bbb;
}

.js--focus ::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

.js--focus :-moz-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.js--focus ::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

.js--focus :-ms-input-placeholder {
  color: #bbb;
}

.wp-activate-container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .wp-activate-container {
    width: 760px;
  }
}

.wp-activate-container h2 {
  margin-bottom: .3em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear,
.clearfix,
.textwidget,
.site-footer,
.entry-content,
.primary-menu,
article[class^="post-"] {
  *zoom: 1;
}

.clear:before, .clear:after,
.clearfix:before,
.clearfix:after,
.textwidget:before,
.textwidget:after,
.site-footer:before,
.site-footer:after,
.entry-content:before,
.entry-content:after,
.primary-menu:before,
.primary-menu:after,
article[class^="post-"]:before,
article[class^="post-"]:after {
  content: "";
  display: table;
}

.clear:after,
.clearfix:after,
.textwidget:after,
.site-footer:after,
.entry-content:after,
.primary-menu:after,
article[class^="post-"]:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.size-full,
.size-large,
.alignnone:not(.wp-block-gallery) {
  display: block;
  height: auto;
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-item a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #656e79;
  font-family: "Heebo", serif;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .wp-caption-text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 40px;
  }
}

.alignleft .wp-caption-text,
.alignright .wp-caption-text {
  margin-bottom: 0;
}

.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: transparent;
  margin-bottom: -0.3em;
  margin-top: 0.85em;
}

.wp-block-image figcaption a:hover,
.wp-block-gallery .blocks-gallery-item figcaption a:hover {
  color: #2a2a2a;
}

.wp-block-image.aligncenter figcaption,
.wp-block-image.alignfull figcaption,
.wp-block-gallery .blocks-gallery-item.aligncenter figcaption,
.wp-block-gallery .blocks-gallery-item.alignfull figcaption {
  margin-bottom: -0.5em;
}

@media (min-width: 600px) {
  .wp-block-image.aligncenter figcaption,
  .wp-block-image.alignfull figcaption,
  .wp-block-gallery .blocks-gallery-item.aligncenter figcaption,
  .wp-block-gallery .blocks-gallery-item.alignfull figcaption {
    margin-bottom: -0.8em;
  }
}

.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 0.6em;
  padding-bottom: 0.5em;
  bottom: 4px;
}

.wp-block-gallery .blocks-gallery-item:nth-child(1):last-child figcaption {
  bottom: -34px;
}

.wp-block-gallery .blocks-gallery-item:nth-child(1):last-child .has-caption {
  position: relative;
  margin-bottom: 1.7rem;
}

@media (min-width: 600px) {
  .wp-block-gallery .blocks-gallery-item:nth-child(1):last-child .has-caption {
    margin-bottom: 1.3rem;
  }
}

.wp-block-gallery.columns-1 .blocks-gallery-item figcaption {
  background: #fff;
}

.wp-block-gallery.columns-1 .blocks-gallery-item:not(:last-child) figcaption {
  padding-top: 0.75em;
  padding-bottom: 1.5rem;
}

.wp-block-gallery.columns-1 .blocks-gallery-item:last-child figcaption {
  padding-bottom: 0;
  margin-bottom: -0.25rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto;
  color: #21759b;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.9375rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

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

.pingback a:not(.comment-edit-link),
.entry-content a:not(.bean-btn) {
  -webkit-box-shadow: inset 0 -1px 0 currentcolor;
          box-shadow: inset 0 -1px 0 currentcolor;
  text-decoration: none;
}

.pingback a:not(.comment-edit-link):focus,
.entry-content a:not(.bean-btn):focus {
  outline: thin dotted;
}

.pingback a:not(.comment-edit-link):hover, .pingback a:not(.comment-edit-link):focus,
.entry-content a:not(.bean-btn):hover,
.entry-content a:not(.bean-btn):focus {
  -webkit-box-shadow: inset 0 0 0 currentcolor, 0 3px 0 currentcolor;
          box-shadow: inset 0 0 0 currentcolor, 0 3px 0 currentcolor;
}

/*--------------------------------------------------------------
## Social Navigation
--------------------------------------------------------------*/
.social-navigation ul li a {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: #2a2a2a;
}

.social-navigation svg {
  width: 28px;
  height: 28px;
}

.social-navigation ul {
  height: 28px;
}

.social-navigation {
  height: 28px;
  -webkit-transition: margin 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: margin 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

@media only screen and (max-width: 299px) {
  .social-navigation {
    display: none;
  }
}

.social-navigation li {
  display: inline-block;
  margin-right: -3px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: margin 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: margin 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: margin 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: margin 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.social-navigation a {
  -webkit-transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (hover) {
  .social-navigation a:hover {
    opacity: .7;
  }
}

.social-navigation .screen-reader-text {
  position: relative;
  top: -9px;
  margin-right: 5px;
  margin-left: 10px;
}

li:first-child .social-navigation .screen-reader-text {
  margin-left: 0;
}

.site-header .social-navigation {
  position: relative;
  margin-left: 7px;
}

.site-header .social-navigation svg {
  fill: #2a2a2a;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.social-navigation .customize-partial-edit-shortcut button {
  display: none;
}

/*--------------------------------------------------------------
## Dropdown
--------------------------------------------------------------*/
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  font-size: 16px !important;
  left: -.3em;
  margin: 0 auto;
  padding: 5px 10px;
  position: absolute;
  text-shadow: none;
  top: 0;
  left: initial;
  padding: 0;
  right: .1em;
  line-height: 1.1 !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main-navigation .dropdown-toggle .icon {
  display: none;
}

@media only screen and (min-width: 600px) {
  .main-navigation .dropdown-toggle .icon {
    display: initial;
    fill: #656e79;
    height: 7px;
    position: relative;
    width: 7px;
    -webkit-transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms 300ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms 300ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 200ms 300ms cubic-bezier(0.694, 0, 0.335, 1), opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 200ms 300ms cubic-bezier(0.694, 0, 0.335, 1), opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms 300ms cubic-bezier(0.694, 0, 0.335, 1);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 6px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
  .main-navigation .dropdown-toggle .icon {
    top: 4px;
  }
}

/* The Dropdown container. */
@media only screen and (min-width: 600px) {
  .main-navigation ul ul {
    background: #fff;
    margin-top: -10px;
    margin: 0;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    right: -8px;
    top: 100%;
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
            box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms, -webkit-transform 200ms linear 300ms;
    transition: opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms, -webkit-transform 200ms linear 300ms;
    transition: transform 200ms linear 300ms, opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms;
    transition: transform 200ms linear 300ms, opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms, -webkit-transform 200ms linear 300ms;
    visibility: hidden;
    z-index: 99999;
    min-width: 175px;
  }
}

@media only screen and (min-width: 600px) and (min-width: 600px) {
  .main-navigation ul ul {
    right: -100%;
    left: auto;
    padding: 12px 0;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
}

@media only screen and (min-width: 600px) {
  .main-navigation ul ul li {
    display: block;
  }
}

@media only screen and (min-width: 600px) and (min-width: 600px) {
  .main-navigation ul ul li {
    min-width: 175px;
  }
}

@media only screen and (min-width: 600px) {
  .main-navigation ul ul li a {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 600px) and (min-width: 600px) {
  .main-navigation ul ul li a {
    border-radius: 0 !important;
    padding: 4px 18px !important;
  }
}

@media only screen and (min-width: 600px) {
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    -webkit-transition: opacity 200ms ease-in-out, visibility 0ms 0ms linear, -webkit-transform 200ms linear;
    transition: opacity 200ms ease-in-out, visibility 0ms 0ms linear, -webkit-transform 200ms linear;
    transition: transform 200ms linear, opacity 200ms ease-in-out, visibility 0ms 0ms linear;
    transition: transform 200ms linear, opacity 200ms ease-in-out, visibility 0ms 0ms linear, -webkit-transform 200ms linear;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .main-navigation ul {
    /* The dropdown's arrow pointer nib, located at the top. */
  }
  .main-navigation ul li.menu-item-has-children,
  .main-navigation ul li.page_item_has_children {
    margin-right: 7px;
  }
}

@media only screen and (min-width: 600px) and (min-width: 600px) {
  .main-navigation ul li.menu-item-has-children a,
  .main-navigation ul li.page_item_has_children a {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 600px) and (min-width: 600px) {
  .main-navigation ul li.menu-item-has-children::after, .main-navigation ul li.menu-item-has-children::before,
  .main-navigation ul li.page_item_has_children::after,
  .main-navigation ul li.page_item_has_children::before {
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: -11px;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 1em;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms, -webkit-transform 200ms linear 300ms;
    transition: opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms, -webkit-transform 200ms linear 300ms;
    transition: transform 200ms linear 300ms, opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms;
    transition: transform 200ms linear 300ms, opacity 200ms ease-in-out 300ms, visibility 200ms linear 300ms, -webkit-transform 200ms linear 300ms;
    visibility: hidden;
    width: 0;
    z-index: 100000;
    margin-top: 10px;
  }
  .main-navigation ul li.menu-item-has-children::before,
  .main-navigation ul li.page_item_has_children::before {
    border-color: transparent transparent rgba(0, 0, 0, 0.2);
    bottom: -10px;
  }
  .main-navigation ul li.menu-item-has-children::after,
  .main-navigation ul li.page_item_has_children::after {
    border-color: transparent transparent #fff;
  }
}

@media only screen and (min-width: 600px) {
  .main-navigation ul li.menu-item-has-children:hover > a, .main-navigation ul li.menu-item-has-children.focus > a,
  .main-navigation ul li.page_item_has_children:hover > a,
  .main-navigation ul li.page_item_has_children.focus > a {
    opacity: .7;
  }
  .main-navigation ul li.menu-item-has-children:hover .icon, .main-navigation ul li.menu-item-has-children.focus .icon,
  .main-navigation ul li.page_item_has_children:hover .icon,
  .main-navigation ul li.page_item_has_children.focus .icon {
    opacity: .7;
    -webkit-transform: rotate(-180deg) translate3d(0, 1px, 0);
            transform: rotate(-180deg) translate3d(0, 1px, 0);
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 200ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 200ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 200ms cubic-bezier(0.694, 0, 0.335, 1);
  }
  .main-navigation ul li.menu-item-has-children:hover::after, .main-navigation ul li.menu-item-has-children:hover::before, .main-navigation ul li.menu-item-has-children.focus::after, .main-navigation ul li.menu-item-has-children.focus::before,
  .main-navigation ul li.page_item_has_children:hover::after,
  .main-navigation ul li.page_item_has_children:hover::before,
  .main-navigation ul li.page_item_has_children.focus::after,
  .main-navigation ul li.page_item_has_children.focus::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 200ms ease-in-out, visibility 0ms 0ms linear, -webkit-transform 200ms linear;
    transition: opacity 200ms ease-in-out, visibility 0ms 0ms linear, -webkit-transform 200ms linear;
    transition: transform 200ms linear, opacity 200ms ease-in-out, visibility 0ms 0ms linear;
    transition: transform 200ms linear, opacity 200ms ease-in-out, visibility 0ms 0ms linear, -webkit-transform 200ms linear;
    visibility: visible;
  }
}

/* Menu toggle */
.menu-toggle {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: none;
  height: 36px;
  padding: 1em;
  margin-left: 15px;
  top: 0;
  position: relative;
  text-indent: 100%;
  text-shadow: none;
  white-space: nowrap;
  width: 36px;
  z-index: 99997;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle:after, .menu-toggle:before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: .125rem;
  left: 5px;
  background-color: #2a2a2a;
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-toggle::before {
  top: calc( 50% - 6px);
  -webkit-transform: rotate(0) translate(0, -50%);
      -ms-transform: rotate(0) translate(0, -50%);
          transform: rotate(0) translate(0, -50%);
}

.menu-toggle::after {
  top: calc( 50% + 6px);
  -webkit-transform: rotate(0) translate(0, -50%);
      -ms-transform: rotate(0) translate(0, -50%);
          transform: rotate(0) translate(0, -50%);
}

.toggled-on .menu-toggle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggled-on .menu-toggle::after,
.toggled-on .menu-toggle::before {
  top: 50%;
  -webkit-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  left: 4px;
}

.toggled-on .menu-toggle::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  left: 5px;
}

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .js .menu-toggle {
    display: none;
  }
}

/* Mobile Menu */
@media only screen and (max-width: 599px) {
  .main-navigation {
    margin-right: -5px;
  }
  .main-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .main-navigation.nav-enabled ul:not(.sub-menu) {
    -webkit-transition: opacity 200ms cubic-bezier(0.694, 0, 0.335, 1) 100ms, visibility 200ms 200ms, -webkit-transform 0 500ms;
    transition: opacity 200ms cubic-bezier(0.694, 0, 0.335, 1) 100ms, visibility 200ms 200ms, -webkit-transform 0 500ms;
    transition: opacity 200ms cubic-bezier(0.694, 0, 0.335, 1) 100ms, visibility 200ms 200ms, transform 0 500ms;
    transition: opacity 200ms cubic-bezier(0.694, 0, 0.335, 1) 100ms, visibility 200ms 200ms, transform 0 500ms, -webkit-transform 0 500ms;
  }
  .main-navigation ul:not(.sub-menu) {
    -webkit-overflow-scrolling: true;
    height: 100%;
    left: 0;
    margin: auto;
    padding: 40px 0 140px 5%;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 50px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    z-index: 999;
  }
  .admin-bar .main-navigation ul:not(.sub-menu) {
    top: 82px;
  }
  .main-navigation ul:not(.sub-menu) li {
    text-align: left !important;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .main-navigation ul:not(.sub-menu) ul {
    background: transparent;
    -webkit-overflow-scrolling: false;
  }
  .main-navigation ul:not(.sub-menu) a {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    color: #2a2a2a;
    display: block;
    padding: .3em 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 599px) and (max-width: 599px) {
  .main-navigation ul:not(.sub-menu) a {
    color: #2a2a2a !important;
  }
}

@media only screen and (max-width: 599px) {
  .main-navigation ul:not(.sub-menu) .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .nav-open .main-navigation ul:not(.sub-menu) {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: opacity 100ms cubic-bezier(0.694, 0, 0.335, 1) 100ms, visibility 100ms 100ms;
    transition: opacity 100ms cubic-bezier(0.694, 0, 0.335, 1) 100ms, visibility 100ms 100ms;
  }
  @supports (-webkit-backdrop-filter: none) {
    .nav-open .main-navigation ul:not(.sub-menu) {
      background-color: rgba(255, 255, 255, 0);
    }
  }
  .nav-open .main-navigation ul:not(.sub-menu) ul {
    background: transparent;
  }
}

@media only screen and (max-width: 599px) and (max-width: 599px) {
  .nav-open .main-navigation ul:not(.sub-menu) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 599px) {
  .nav-open {
    overflow: hidden;
  }
}

@media only screen and (max-width: 599px) {
  .nav-open .site-footer,
  .nav-open .site-content {
    -webkit-animation: blur 200ms forwards cubic-bezier(0.694, 0, 0.335, 1);
            animation: blur 200ms forwards cubic-bezier(0.694, 0, 0.335, 1);
  }
  .nav-open .site-header::after {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .nav-open .header__button--night-mode,
  .nav-open .search-toggle {
    -webkit-transition: opacity 200ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 200ms cubic-bezier(0.694, 0, 0.335, 1);
    opacity: 0;
  }
}

@media only screen and (max-width: 599px) {
  .unblur {
    -webkit-animation: unblur 200ms forwards cubic-bezier(0.694, 0, 0.335, 1);
            animation: unblur 200ms forwards cubic-bezier(0.694, 0, 0.335, 1);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  5% {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  10% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  15% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  20% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  25% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  30% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  35% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  40% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  45% {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  50% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  55% {
    -webkit-filter: blur(11px);
            filter: blur(11px);
  }
  60% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  65% {
    -webkit-filter: blur(13px);
            filter: blur(13px);
  }
  70% {
    -webkit-filter: blur(14px);
            filter: blur(14px);
  }
  75% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  80% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
  85% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  90% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  95% {
    -webkit-filter: blur(19px);
            filter: blur(19px);
  }
  to {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  5% {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  10% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  15% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  20% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  25% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  30% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  35% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  40% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  45% {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  50% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  55% {
    -webkit-filter: blur(11px);
            filter: blur(11px);
  }
  60% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  65% {
    -webkit-filter: blur(13px);
            filter: blur(13px);
  }
  70% {
    -webkit-filter: blur(14px);
            filter: blur(14px);
  }
  75% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  80% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
  85% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  90% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  95% {
    -webkit-filter: blur(19px);
            filter: blur(19px);
  }
  to {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}

@-webkit-keyframes unblur {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  5% {
    -webkit-filter: blur(19px);
            filter: blur(19px);
  }
  10% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  15% {
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
  25% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  30% {
    -webkit-filter: blur(14px);
            filter: blur(14px);
  }
  35% {
    -webkit-filter: blur(13px);
            filter: blur(13px);
  }
  40% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  45% {
    -webkit-filter: blur(11px);
            filter: blur(11px);
  }
  50% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  55% {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  60% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  65% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  70% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  75% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  85% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  90% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  95% {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes unblur {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  5% {
    -webkit-filter: blur(19px);
            filter: blur(19px);
  }
  10% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  15% {
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
  }
  25% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  30% {
    -webkit-filter: blur(14px);
            filter: blur(14px);
  }
  35% {
    -webkit-filter: blur(13px);
            filter: blur(13px);
  }
  40% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  45% {
    -webkit-filter: blur(11px);
            filter: blur(11px);
  }
  50% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  55% {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  60% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  65% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  70% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  75% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  85% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  90% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  95% {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.site-content {
  overflow: hidden;
  z-index: 2;
  padding-top: 3em;
}

@media only screen and (min-width: 700px) {
  .site-content {
    padding-top: 4em;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  margin: 0 auto;
  padding: 15px 0;
}

.site-header {
  *zoom: 1;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
}

.site-header:after {
  clear: both;
}

@media only screen and (max-width: 599px) {
  .site-header::after {
    content: "";
    display: none;
    position: fixed;
    z-index: 99999999;
    top: 100px;
    right: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(#fff 0%, rgba(255, 255, 255, 0));
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0));
    pointer-events: none;
  }
}

.site-header__button {
  padding: 5px;
}

.site-header__button .icon {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  fill: #2a2a2a;
  position: relative;
}

@media (hover) {
  .site-header__button .icon:hover {
    opacity: 0.7;
  }
}

.site-header__button .icon-night {
  height: 30px;
  top: 0.06em;
  width: 30px;
}

.site-header .site-logo.no-border-radius img {
  border-radius: 0;
}

.site-header .site-logo img {
  border-radius: 100%;
  -webkit-transition: border-radius 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: border-radius 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), box-shadow 300ms cubic-bezier(0.694, 0.0482, 0.335, 1), border-radius 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), box-shadow 300ms cubic-bezier(0.694, 0.0482, 0.335, 1), border-radius 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 300ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.site-header .site-title.with-custom-logo {
  margin-left: 10px;
}

.site-header .site-title.with-custom-logo .customize-partial-edit-shortcut-blogname {
  display: none;
}

.site-header .sep {
  height: 24px;
  display: inline-block;
  position: relative;
  padding-left: 7px;
  margin-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 299px) {
  .site-header .sep {
    display: none;
  }
}

.site-header .site-description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: none;
}

.site-header .nav div {
  display: inline-block;
  margin-right: 20px;
}

.site-header .nav li {
  position: relative;
  text-align: right;
}

@media only screen and (min-width: 600px) {
  .site-header .nav li {
    display: inline-block;
    text-align: left;
  }
}

.site-header .nav li a {
  display: inline-block;
  -webkit-transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 600px) {
  .site-header .nav li a {
    padding: .25em .6em;
  }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
  .site-header .nav li a {
    font-size: 16px;
    font-size: 1rem;
    padding: .25em .4em;
  }
}

@media (hover) {
  .site-header .nav li a:hover {
    opacity: .7;
  }
}

.site-header .nav li.current_page_item > a {
  opacity: .7;
}

.site-header .nav li.current_page_item .icon {
  opacity: .7;
}

.site-header .nav .sep {
  padding-left: 0;
  margin-left: -5px;
  margin-right: 14px;
  display: none;
}

@media only screen and (min-width: 600px) {
  .site-header .nav .sep {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  overflow: hidden;
  padding: 4em 0;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 700px) {
  .site-footer {
    padding: 7em 0;
  }
}

.site-footer .widget {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.site-footer .widget.optin-monster-api {
  min-height: 155px;
}

.site-footer .widget:last-of-type {
  margin-bottom: 0;
}

.site-footer .widget h2,
.site-footer .widget .h2 {
  margin-bottom: 15px;
}

.site-footer .widget p:last-of-type {
  margin-bottom: 0;
}

.site-footer .footer-navigation {
  padding: 1.3em 0 0;
}

.site-footer .footer-menu {
  text-align: center;
}

.site-footer .footer-menu li {
  margin-bottom: 5px;
}

@media only screen and (min-width: 400px) {
  .site-footer .footer-menu li {
    display: inline-block;
    margin: 0 5px;
  }
}

.widget-area__inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media only screen and (min-width: 600px) {
  .widget-area__inner {
    width: 760px;
  }
}

.widget-area__wrapper {
  padding: 35px 30px 35px;
  background: rgba(0, 0, 0, 0.04);
  position: relative;
}

@media only screen and (min-width: 600px) {
  .widget-area__wrapper {
    margin-left: -4vw;
    width: calc(100% + 8vw);
  }
}

@media only screen and (min-width: 700px) {
  .widget-area__wrapper {
    padding: 6.5vw 7vw;
  }
}

@media only screen and (min-width: 850px) {
  .widget-area__wrapper {
    margin-left: -7vw;
    width: calc(100% + 14vw);
  }
}

@media only screen and (min-width: 1400px) {
  .widget-area__wrapper {
    padding: 90px 100px;
  }
}

.site-info {
  padding-bottom: 1em;
}

@media only screen and (min-width: 700px) {
  .site-info {
    padding-bottom: 0;
  }
}

.widget-area + .site-info {
  padding-top: 6em;
}

@media only screen and (min-width: 700px) {
  .widget-area + .site-info {
    padding-top: 9em;
  }
}

.site-info p {
  margin-bottom: 0;
}

.site-info .site-theme {
  display: block;
  margin-top: 0.75em;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
body:not(.single) .post {
  margin-bottom: 4em;
}

body:not(.single) .post:last-of-type {
  margin-bottom: 2em;
}

.entry-header,
.entry-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  padding-left: 20px;
  padding-right: 20px;
}

.post-navigation {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.more-link {
  display: block;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.jp-sharing-input-touch .sd-content ul {
  margin-left: -10px !important;
}

.nc_socialPanel a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.post-divider {
  margin-bottom: 4.5em;
}

@media (min-width: 700px) {
  .post-divider {
    margin-bottom: 8em;
  }
}

.post-divider:first-of-type {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alnp--read-more {
  margin-bottom: 6em;
}

@media (min-width: 700px) {
  .alnp--read-more {
    margin-bottom: 8em;
  }
}

@media (min-width: 900px) {
  .alnp--read-more {
    margin-bottom: 7em;
  }
}

.alnp--read-more span {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.alnp--read-more .icon {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  height: 12px;
  width: 20px;
  fill: #656e79;
  position: relative;
  top: 1px;
  left: 8px;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.05;
  }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.05;
  }
  50% {
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 1;
  }
}

.entry-meta {
  margin-top: 1em;
  padding-bottom: 0.25em;
  position: relative;
}

.type-page .entry-meta {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.entry-meta .icon {
  display: inline-block;
  fill: currentColor;
  position: relative;
  height: 26px;
  width: 26px;
  top: 5px;
  margin-right: 5px;
}

.post-password-form p:first-child {
  margin: 0 0 1em;
}

.post-password-form label input {
  margin-bottom: 10px;
}

.post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.entry-summary {
  margin-top: 0.8em;
}

.more-link--wrapper + .more-link--wrapper {
  display: none !important;
}

.more-link--wrapper .customize-partial-edit-shortcut-button {
  left: -56px;
  top: 0;
}

.entry-media {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

@media (min-width: 1024px) {
  .entry-media {
    max-width: 1024px;
  }
}

.entry-media .post-thumbnail {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.posted-on--none {
  display: none;
}

.posted-on--updated .updated {
  display: inline-block;
}

.posted-on--updated .updated + .published {
  display: none;
}

@media (max-width: 599px) {
  .tags-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cat-links a,
.tags-links a {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  display: inline-block;
  padding: .3em .75em;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  text-transform: capitalize;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}

@media (min-width: 600px) {
  .cat-links a,
  .tags-links a {
    border-radius: 4px;
  }
}

.cat-links a:hover,
.tags-links a:hover {
  color: #2a2a2a;
}

.entry-footer {
  margin-top: .25em;
}

@media (max-width: 599px) {
  body.has-no-comments .entry-footer {
    margin-bottom: 3em;
  }
}

@media (max-width: 599px) {
  .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.entry-footer.alnp-post-loaded {
  display: none;
}

.entry-footer .flex.justify-start.items-center {
  min-width: 210px;
}

@media (max-width: 599px) {
  .entry-footer .flex.justify-start.items-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.entry-footer .entry-footer__taxonomy {
  width: 100%;
}

@media (max-width: 599px) {
  .entry-footer .entry-footer__taxonomy {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.15em;
  }
}

.page-links {
  display: block;
  clear: both;
  padding-top: 20px;
  padding-bottom: 50px;
}

.page-links span {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: "Lora", serif;
  -webkit-transition: 200ms background ease;
  transition: 200ms background ease;
  width: 32px;
}

.page-links a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #2a2a2a;
  -webkit-transition: 200ms color ease;
  transition: 200ms color ease;
}

.page-links a span {
  color: #656e79;
}

.page-links a span:hover {
  background: #eee;
}

.taxonomy-description {
  font-style: italic;
  display: inline-block;
  color: #656e79;
  max-width: 560px;
  margin: 30px auto 0;
}

@media only screen and (min-width: 700px) {
  .taxonomy-description {
    margin-top: 35px;
  }
}

.bypostauthor {
  text-transform: normal;
}

.sticky {
  color: inherit;
}

body div.sharedaddy h3.sd-title {
  margin: 1em 0 .25em 0;
  padding: 0;
}

body div.sharedaddy h3.sd-title:before {
  content: '';
  border-width: 0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form {
  position: relative;
}

.search-form .search-field {
  margin: 0;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.2em 0.8em;
  position: absolute;
  right: -2px;
  top: 2px;
  height: 46px;
}

.search-form .search-submit .icon {
  fill: #2a2a2a;
  height: 27px;
  top: 0.05em;
  position: relative;
  width: 27px;
}

@media only screen and (min-height: 500px) {
  .search-no-results .site-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

.search-no-results .search-wrapper {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.search-no-results .page-header {
  margin: 0 auto 15px;
}

.search-no-results .site-footer {
  display: none;
}

.search-toggle {
  padding: 0 7px;
}

.search-toggle .icon {
  fill: #2a2a2a;
  height: 24px;
  position: relative;
  top: 0.2em;
  width: 24px;
}

@media (hover) {
  .search-toggle .icon:hover {
    opacity: 0.7;
  }
}

.site-search {
  z-index: 9999;
  -webkit-transition: visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms, -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms, -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms;
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms, -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-search label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.site-search input {
  font-size: 19px;
  font-size: 1.1875rem;
  background: #fff;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  height: 80px;
  margin: 0 !important;
  padding-left: 3.5em;
  -webkit-transition: height 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: height 0.3s cubic-bezier(0.694, 0.0482, 0.335, 1);
  z-index: 99999;
}

@media only screen and (min-width: 600px) {
  .site-search input {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.site-search .search-form {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms, -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms, -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms;
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms, -webkit-transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  visibility: hidden;
  z-index: 99998;
}

.admin-bar .site-search .search-form {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-search .search-form {
    top: 46px;
  }
}

.site-search .search-form .search-submit {
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 2em;
  z-index: 99999999999;
  right: initial;
}

.site-search .search-form .search-submit .icon {
  top: 1.1em;
}

.site-search-overlay {
  background: rgba(0, 0, 0, 0.05);
  position: fixed;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1) 300ms;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99997;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.header-is-sticky.site-search-open .site-header {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.site-search-open .site-search .search-form {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: visibility 0ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 400ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: visibility 0ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 400ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 400ms cubic-bezier(0.694, 0, 0.335, 1), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 400ms cubic-bezier(0.694, 0, 0.335, 1), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 400ms cubic-bezier(0.694, 0, 0.335, 1);
}

.site-search-open .site-search input {
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}

.site-search-open .site-search-overlay {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.694, 0, 0.335, 1), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 400ms cubic-bezier(0.694, 0, 0.335, 1), visibility 0ms cubic-bezier(0.694, 0, 0.335, 1);
  visibility: visible;
  pointer-events: normal;
}

.site-search-open .drop-in--from-bottom.drop-in--pinned {
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.entry-content > [class*="wp-block"]:not(.wp-block-image):not(.wp-block-gallery):not(.wp-block-writy-ad):not(.wp-block-quote):not(.alignleft):not(.alignright) {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .entry-content > [class*="wp-block"]:not(.wp-block-image):not(.wp-block-gallery):not(.wp-block-writy-ad):not(.wp-block-quote):not(.alignleft):not(.alignright) {
    margin-bottom: 27px;
  }
}

.entry-content > [id*="more"] {
  display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 35px;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin-top: 60px;
  }
}

.entry-content .wp-block-button__link {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wp-block-cover-image {
  max-width: 720px !important;
}

.wp-block-cover-image.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(840px - 10px) !important;
  width: calc(100% - 10px);
}

@media (min-width: 1024px) {
  .wp-block-cover-image.alignwide {
    max-width: calc(1024px - 10px) !important;
    width: 100%;
  }
}

.wp-block-cover-image.alignfull {
  max-width: 100% !important;
}

@media (max-width: 839px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px !important;
  }
}

@media (max-width: 740px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(840px - 10px) !important;
  }
}

@media (min-width: 700px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    max-width: 370px !important;
  }
}

@media (min-width: 700px) {
  .wp-block-cover-image.alignleft {
    margin-left: calc(50% - 415px);
  }
}

@media (min-width: 1024px) {
  .wp-block-cover-image.alignleft {
    margin-left: calc(50% - 507px);
  }
}

@media (min-width: 700px) {
  .wp-block-cover-image.alignright {
    margin-right: calc(50% - 415px);
  }
}

@media (min-width: 1024px) {
  .wp-block-cover-image.alignright {
    margin-right: calc(50% - 507px);
  }
}

.wp-block-cover-image .wp-block-cover-image-text {
  line-height: 1.3;
  font-family: "Heebo", serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.wp-block-cover-image .wp-block-cover-image-text {
  font-size: 24px;
}

@media screen and (min-width: 514px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    font-size: calc(24px + 8 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    font-size: 32px;
  }
}

@media screen and (min-width: 514px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

.alignfull .wp-block-cover-image .wp-block-cover-image-text {
  font-size: 28px;
}

@media screen and (min-width: 514px) {
  .alignfull .wp-block-cover-image .wp-block-cover-image-text {
    font-size: calc(28px + 12 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .alignfull .wp-block-cover-image .wp-block-cover-image-text {
    font-size: 40px;
  }
}

.wp-block-writy-dynamic-separator {
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  .wp-block-writy-dynamic-separator {
    margin-bottom: 2rem;
  }
}

.wp-block-image,
.wp-block-gallery,
.wp-block-cover-image {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .wp-block-image,
  .wp-block-gallery,
  .wp-block-cover-image {
    margin-bottom: 2.5rem !important;
    margin-top: 3.4rem;
  }
}

.wp-block-image.alignleft, .wp-block-image.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-bottom: 1.2rem !important;
  margin-top: 0.7rem !important;
}

.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-cover-image.alignwide {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

@media (min-width: 600px) {
  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-cover-image.alignwide {
    margin-bottom: 3.2rem !important;
    margin-top: 3.3rem !important;
  }
}

.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-cover-image.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-cover-image.alignfull {
  margin-bottom: 3rem !important;
  margin-top: 3.1rem !important;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .wp-block-image.alignfull,
  .wp-block-gallery.alignfull,
  .wp-block-cover-image.alignfull {
    margin-bottom: 3.6rem !important;
    margin-top: 3.7rem !important;
  }
}

h2 + .wp-block-image, h2 +
.wp-block-gallery, h2 +
.wp-block-cover-image {
  margin-top: 1.3rem;
}

@media (min-width: 600px) {
  h2 + .wp-block-image, h2 +
  .wp-block-gallery, h2 +
  .wp-block-cover-image {
    margin-top: 1.4rem;
  }
}

.entry-content > figure.wp-block-image:first-child,
.entry-content > figure.wp-block-gallery:first-child,
.entry-content > figure.wp-block-cover-image:first-child {
  margin-top: 10px !important;
}

p.has-drop-cap::first-letter {
  font-family: "Heebo", serif;
  font-size: 3.45em;
  margin: 0.23em 0.2em 0 0;
}

p.has-background {
  max-width: calc(760px - 40px) !important;
}

.wp-block-pullquote {
  border: none;
  padding: 0;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft > p,
.wp-block-pullquote.alignright > p {
  color: #656e79;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.75;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft > p,
.wp-block-pullquote.alignright > p {
  font-size: 19px;
}

@media screen and (min-width: 600px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft > p,
  .wp-block-pullquote.alignright > p {
    font-size: calc(19px + 1 * ((100vw - 600px) / 140));
  }
}

@media screen and (min-width: 740px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft > p,
  .wp-block-pullquote.alignright > p {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft > p,
  .wp-block-pullquote.alignright > p {
    line-height: 1.74;
  }
}

.wp-block-pullquote cite {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #656e79;
  text-transform: none;
  font-weight: normal;
  margin-top: 15px;
}

.wp-block-pullquote cite:before {
  content: '—';
  padding-right: 5px;
}

.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: 28px;
  margin-bottom: 28px !important;
}

@media (min-width: 600px) {
  .wp-block-pullquote:not(.alignleft):not(.alignright) {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
}

@media (max-width: 699px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    margin-top: 28px;
    margin-bottom: 28px !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 700px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 350px;
  }
  .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    margin-top: -10px;
  }
}

@media (min-width: 700px) {
  .wp-block-pullquote.alignleft {
    text-align: left;
  }
  .wp-block-pullquote.alignright {
    text-align: right;
  }
}

.wp-block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none !important;
  position: relative;
}

.wp-block-quote:not(.is-large):before {
  height: calc(100% - 16px);
  display: block;
  width: 3px;
  background-color: #2a2a2a;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}

@media (min-width: 600px) {
  .wp-block-quote:not(.is-large):before {
    height: calc(100% - 18px);
    top: 9px;
  }
}

@media (min-width: 744px) {
  .wp-block-quote:not(.is-large):before {
    left: -2px;
  }
}

@media (min-width: 600px) {
  .wp-block-quote {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.wp-block-quote p {
  color: #2a2a2a;
  margin-bottom: 0;
  display: inline;
}

.wp-block-quote cite {
  display: block;
  color: #2a2a2a;
  margin-top: 10px;
  font-style: italic;
}

.wp-block-quote cite {
  font-size: 17px;
}

@media screen and (min-width: 600px) {
  .wp-block-quote cite {
    font-size: calc(17px + 2 * ((100vw - 600px) / 140));
  }
}

@media screen and (min-width: 740px) {
  .wp-block-quote cite {
    font-size: 19px;
  }
}

.wp-block-quote cite:before {
  content: "—";
  padding-right: 5px;
}

.wp-block-quote.is-large {
  border: 0 !important;
  margin: 36px 0 32px;
  padding-left: calc(30px + 20px) !important;
  quotes: none;
  text-indent: -0.55em;
}

@media (min-width: 700px) {
  .wp-block-quote.is-large {
    padding-left: calc(50px + 20px) !important;
    margin: 45px 0 35px;
  }
}

.wp-block-quote.is-large p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 1.375rem;
  color: #656e79;
  font-family: "Heebo", serif;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.6;
  font-weight: 400;
}

.wp-block-quote.is-large p:after, .wp-block-quote.is-large p:before {
  font-size: 22px;
  font-size: 1.375rem;
  content: '"';
  font-style: italic;
  position: relative;
  vertical-align: top;
}

.wp-block-quote.is-large p:before {
  padding-right: 2px;
  top: 1px;
}

@media (min-width: 700px) {
  .wp-block-quote.is-large p, .wp-block-quote.is-large p:after, .wp-block-quote.is-large p:before {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.wp-block-quote.is-large cite {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 1.25rem;
  color: #656e79;
  color: #656e79;
  display: block;
  font-family: "Heebo", serif;
  margin-top: 10px;
  text-align: left;
  text-indent: -4px;
}

.wp-block-quote.is-large cite:before {
  content: "—";
  padding-right: 10px;
}

@media (min-width: 700px) {
  .wp-block-quote.is-large cite {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.wp-block-separator {
  background: none;
  max-width: 720px !important;
}

p.wp-block-subhead {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 1.375rem;
  color: #656e79;
  font-family: "Heebo", serif;
  font-style: normal;
  opacity: 1;
  line-height: 1.4;
}

@media (min-width: 600px) {
  p.wp-block-subhead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.42;
  }
}

.entry-content > p.wp-block-subhead:nth-of-type(1) {
  margin-top: -0.33em;
}

p.wp-block-subhead a {
  -webkit-box-shadow: inset 0 -2px 0 currentColor !important;
          box-shadow: inset 0 -2px 0 currentColor !important;
}

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

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

@media (max-width: 599px) {
  ul.wp-block-gallery {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}

ul.wp-block-gallery li:before {
  display: none;
}

ul.wp-block-gallery:not(.components-placeholder):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
}

ul.wp-block-gallery.alignfull {
  padding-left: 0;
  padding-right: 0;
}

ul.wp-block-gallery.alignfull li:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
}

ul.wp-block-gallery a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 600px) {
  ul.wp-block-gallery li:first-child {
    margin-left: 0;
  }
  ul.wp-block-gallery li:last-child {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-1 li {
    margin-left: 0;
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-2 li:nth-child(even) {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-2 li:nth-child(odd) {
    margin-left: 0;
  }
  ul.wp-block-gallery.columns-3 li:nth-child(3) {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-3 li:nth-child(4) {
    margin-left: 0;
  }
  ul.wp-block-gallery.columns-3 li:nth-child(4):last-child {
    margin-right: 0;
    margin-left: 0;
  }
  ul.wp-block-gallery.columns-4 li:nth-child(4) {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-4 li:nth-child(5) {
    margin-left: 0;
  }
}

.has-lightbox ul.wp-block-gallery img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.wp-block-embed iframe {
  width: 100%;
}

.fluid-width-video-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .fluid-width-video-wrapper {
    margin-top: 38px;
    margin-bottom: 37px;
  }
}

.alignwide .fluid-width-video-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .alignwide .fluid-width-video-wrapper {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.alignfull .fluid-width-video-wrapper {
  margin-top: 55px;
  margin-bottom: 55px;
}

@media (min-width: 600px) {
  .alignfull .fluid-width-video-wrapper {
    margin-top: 67px;
    margin-bottom: 67px;
  }
}

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

/*--------------------------------------------------------------
## Custom Color Palette
--------------------------------------------------------------*/
.has-black-background-color {
  background-color: #2a2a2a;
}

.has-gray-background-color {
  background-color: #656e79;
}

.has-light-gray-background-color {
  background-color: rgba(0, 0, 0, 0.04);
}

.has-light-gray-color {
  color: rgba(0, 0, 0, 0.04);
}

.has-black-color {
  color: #2a2a2a;
}

.has-gray-color {
  color: #656e79;
}

/*--------------------------------------------------------------
## Block Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 839px) {
  .alignleft,
  .alignright {
    width: auto !important;
  }
}

@media (min-width: 840px) {
  .alignleft,
  .alignright {
    margin-bottom: 1.3rem;
    margin-top: .7rem;
  }
}

@media (max-width: 849px) {
  .alignleft img,
  .alignright img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.alignleft {
  float: left;
  margin-left: calc(50% - 380px);
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin-right: calc(50% - 380px);
  margin-left: 2rem;
}

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

.alignfull,
.alignwide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.alignfull {
  width: 100%;
}

.alignfull img {
  width: 100%;
}

.alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

@media (min-width: 1024px) {
  .alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
    max-width: 1024px;
  }
}

.alignwide.wp-block-writy-posts {
  max-width: 1064px;
}

/*--------------------------------------------------------------
## CoBlocks
--------------------------------------------------------------*/
.wp-block-coblocks-alert,
.wp-block-coblocks-accordion {
  margin: 0 0 1.5em;
}

@media (min-width: 600px) {
  .wp-block-coblocks-alert,
  .wp-block-coblocks-accordion {
    margin: 0 0 1.8em;
  }
}

.wp-block-coblocks-click-to-tweet__twitter-btn {
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  font-weight: 500;
  line-height: 42px;
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.wp-block-coblocks-click-to-tweet__text::before {
  top: 10px;
}

.wp-block-coblocks-author {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

@media (min-width: 760px) {
  .wp-block-coblocks-author {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.wp-block-coblocks-author__content-heading p {
  margin-bottom: 0;
}

.wp-block-coblocks-author__content-name h3 {
  margin-bottom: 14px;
  margin-top: 14px;
  padding: 0;
}

.wp-block-coblocks-author__content-button {
  padding-bottom: 0.43em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #f00;
  margin-left: 60px;
  margin-top: 13px;
  font-family: "Heebo", serif;
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

#disqus_thread {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    width: 760px;
  }
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  margin-bottom: 15px;
}

.comments {
  padding-top: 5em;
  padding-bottom: 2em;
  line-height: 1.6;
}

.comments {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .comments {
    font-size: calc(16px + 1 * ((100vw - 600px) / 600));
  }
}

@media screen and (min-width: 1200px) {
  .comments {
    font-size: 17px;
  }
}

@media screen and (min-width: 600px) {
  .comments {
    line-height: calc(1.3em + (1.6 - 1.3) * ((100vw - 18em)/(35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .comments {
    line-height: 1.7;
  }
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar {
  border-radius: 100px;
  float: left;
  width: 44px;
  height: 44px;
  margin: 2px 16px 0 0 !important;
}

.comment-author {
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
  font-family: "Heebo", serif;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.comment-author .says {
  display: none;
}

.comment-author span, .comment-author cite, .comment-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a {
  font-weight: 500;
}

@media (hover) {
  .comment-author a::after {
    content: "➝";
    display: inline-block !important;
    padding-left: 0.5em;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
    margin-top: 0px;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
    transition: opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
    transition: transform 0.3s cubic-bezier(0, 0.25, 0.08, 1), opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1);
    transition: transform 0.3s cubic-bezier(0, 0.25, 0.08, 1), opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
  }
  .comment-author a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.comment-notes {
  display: none;
}

.comment .reply, .comment-content {
  margin-left: 60px;
}

.comment .reply {
  display: block;
  margin-top: 15px;
}

.comment .reply a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  color: #6d6c6c;
  display: inline-block;
  font-family: "Heebo", serif;
  font-weight: 500;
  padding: .2em .65em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a {
    border-radius: 4px;
  }
}

.comment .reply a:hover {
  color: #2a2a2a;
}

.comment-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover {
  text-decoration: none;
}

.comment-body {
  clear: both;
}

.comment-body p {
  margin-bottom: 10px;
}

.comment .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .comment .comment-respond {
    margin-left: 60px;
  }
}

.comment-metadata {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: -15px;
  margin-bottom: 8px;
  font-family: "Heebo", serif;
}

.comment-metadata a {
  color: #656e79;
}

.comment-metadata a:hover {
  color: #2a2a2a;
}

.children {
  padding: 0;
}

.comments .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .children .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .children {
    margin: 30px 0 0 60px;
  }
  .comments .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #2a2a2a;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  -webkit-box-shadow: 0 0 0 2px #2a2a2a;
          box-shadow: 0 0 0 2px #2a2a2a;
  padding: 5px;
  top: 2px;
  position: relative;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  font-family: "Heebo", serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-reply-title {
  font-size: 21px;
}

@media screen and (min-width: 514px) {
  .comment-reply-title {
    font-size: calc(21px + 4 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .comment-reply-title {
    font-size: 25px;
  }
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #656e79;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #2a2a2a;
}

.logged-in-as {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #656e79;
  font-family: "Heebo", serif;
  margin-top: -15px;
  line-height: 1.3;
  font-weight: 500;
}

.logged-in-as:hover {
  text-decoration: underline;
}

.no-comments {
  text-align: center;
}

.comment-form-comment label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1% at 1% 1%);
          clip-path: circle(1% at 1% 1%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.required {
  color: #f00;
}

@media only screen and (min-width: 600px) {
  .comment-respond {
    margin-left: 60px;
  }
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  line-height: 1.6;
  margin: 0;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    font-size: calc(16px + 1 * ((100vw - 600px) / 600));
  }
}

@media screen and (min-width: 1200px) {
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    font-size: 17px;
  }
}

@media screen and (min-width: 600px) {
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    line-height: calc(1.3em + (1.6 - 1.3) * ((100vw - 18em)/(35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    line-height: 1.7;
  }
}

.comment-respond textarea {
  height: 140px;
  width: 100%;
  padding: .85em 1.25em;
}

.comment-respond p {
  position: relative;
  margin-bottom: 20px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 25px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 80px;
  text-align: center;
}

.pagination {
  *zoom: 1;
}

.pagination:before, .pagination:after {
  content: "";
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination a,
.pagination span {
  color: #2a2a2a;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  letter-spacing: .15em;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  -webkit-transition: opacity 200ms cubic-bezier(0.33, 0, 0.2, 1);
  transition: opacity 200ms cubic-bezier(0.33, 0, 0.2, 1);
}

.pagination .icon {
  height: 50px;
  width: 50px;
}

.pagination a:hover {
  opacity: .4;
}

.pagination .page-numbers:not(.next):not(.prev) {
  display: none;
}

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: .9em;
  margin-top: -1.3em;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: none;
  font-family: "Heebo", serif;
  font-style: inherit;
  text-align: center;
  padding-top: .4em;
  padding-bottom: .4em;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Ninja Forms
--------------------------------------------------------------*/
.nf-form-content {
  margin-top: 2em;
}

.nf-form-content .nf-field-label {
  margin-bottom: 0 !important;
}

.nf-form-content .nf-field-label label {
  font-weight: 500;
}

.nf-form-content .ninja-forms-field {
  border-width: 2px !important;
}

.nf-form-content .nf-error-msg {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Heebo", serif;
}

.nf-error-field-errors {
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: none;
  color: #2a2a2a !important;
  font-family: "Heebo", serif;
  font-style: inherit;
  text-align: center;
  padding-top: .4em;
  padding-bottom: .4em;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper ul,
.gform_wrapper .gfield {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .page-header {
  margin: 0 auto 30px;
}

.error404 .search-form {
  max-width: 300px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul,
.widget li {
  margin: 0 0 0 8px;
  padding: 0;
}

/* Cats */
.widget_recent_comments ul li {
  margin-bottom: 10px;
}

.widget_rss ul li {
  margin-bottom: 25px;
}

.rss-date {
  display: block;
  text-transform: uppercase;
}

.post-date {
  color: #666;
  display: block;
}

/* Calendar */
#wp-calendar {
  background: #fff;
  width: 100%;
}

#wp-calendar tfoot {
  display: none;
}

#wp-calendar caption {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  font-size: 12px;
  font-weight: 500;
}

#wp-calendar thead th,
#wp-calendar tbody td {
  background: #fff;
  border: none;
  padding: 4px 0;
  text-align: center;
}

#wp-calendar thead th {
  background-color: #e9e9e9;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

#wp-calendar tfoot #prev {
  font-size: 12px;
  padding-top: 10px;
  text-transform: uppercase;
}

.widget_nav_menu .sub-menu {
  margin-left: 20px;
}

/* Tags */
.tagcloud {
  margin-top: 1.5em;
}

.tagcloud > a {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  color: #2a2a2a;
  display: inline-block;
  line-height: 22px;
  margin: 0 -2px 5px 0;
  padding: 4px 10px;
}

.tagcloud > a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #2a2a2a;
}

.widget_text + .widget.optin-monster-api {
  margin-top: -2em;
}

/* MC4WP */
.widget_mc4wp_form_widget {
  text-align: center;
}

.widget_mc4wp_form_widget p {
  margin-bottom: 0;
}

.widget_mc4wp_form_widget p:first-of-type {
  margin-bottom: 1.5em;
}

.widget_mc4wp_form_widget input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background: transparent;
  border: none;
  border-bottom: 4px solid #2a2a2a;
  border-radius: 0;
  color: #2a2a2a;
  font-family: "Heebo", serif;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-left: 0;
}

.widget_mc4wp_form_widget input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #656e79;
}

.widget_mc4wp_form_widget input.placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.widget_mc4wp_form_widget input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.widget_mc4wp_form_widget input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.widget_mc4wp_form_widget input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.widget_mc4wp_form_widget input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.widget_mc4wp_form_widget input[type=submit] {
  border: 0;
  background: #2a2a2a;
  margin-bottom: 0;
  border-radius: 4px;
  color: #fff;
  height: auto;
  padding: .5em 5em;
  width: 100%;
  text-align: center;
  -webkit-transition: 200ms background cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 200ms background cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

.widget_mc4wp_form_widget input[type=submit]:hover {
  background: #656e79;
}

.widget_mc4wp_form_widget .mc4wp-alert {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Heebo", serif;
  font-style: inherit;
  color: #656e79;
  position: absolute;
  margin: 2px auto;
  width: 100%;
  left: 0;
  text-align: center;
}

@media only screen and (min-width: 700px) {
  .widget_mc4wp_form_widget .mc4wp-alert {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 10px auto;
  }
}

/*--------------------------------------------------------------
# Night Mode
--------------------------------------------------------------*/
.night-mode body {
  background-color: #1c1b1b !important;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: null) {
  .night-mode body {
    background-color: #000;
  }
}

.night-mode body,
.night-mode button,
.night-mode input,
.night-mode select,
.night-mode textarea,
.night-mode .gray,
.night-mode .wp-block-image figcaption,
.wp-block-image .night-mode figcaption,
.night-mode .wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item .night-mode figcaption,
.night-mode .wp-block-coblocks-author__content-heading p,
.wp-block-coblocks-author__content-heading .night-mode p,
.night-mode .wp-caption-text,
.night-mode .blockquote,
.night-mode label,
.night-mode blockquote,
.night-mode .logged-in-as,
.night-mode .page-links a span,
.night-mode .comment-metadata a,
.night-mode .bctt-click-to-tweet,
.night-mode .taxonomy-description,
.night-mode .comment-reply-title small,
.night-mode .no-svg .dropdown-toggle .svg-fallback.icon-down,
.night-mode .home:not(.blog) .entry-content h5 {
  color: #939393 !important;
}

.night-mode .has-black-background-color {
  background-color: #939393 !important;
}

.night-mode .has-gray-background-color {
  background-color: #656e79;
}

.night-mode .has-light-gray-background-color {
  background-color: rgba(0, 0, 0, 0.04);
}

.night-mode .has-light-gray-color {
  color: rgba(0, 0, 0, 0.04);
}

.night-mode .has-black-color {
  color: #d3d3d3 !important;
}

.night-mode .has-gray-color {
  color: #d3d3d3 !important;
}

.night-mode .wp-block-quote p {
  color: #d3d3d3 !important;
}

.night-mode .wp-block-quote cite {
  color: #939393 !important;
}

.night-mode .wp-block-quote:not(.is-large)::before {
  background-color: #8f98a1;
}

.night-mode .wp-block-coblocks-dynamic-separator {
  color: rgba(255, 255, 255, 0.15) !important;
}

.night-mode .wp-block-coblocks-gist .gist .gist-data,
.night-mode .wp-block-coblocks-gist .gist .highlight {
  background: rgba(255, 255, 255, 0.4) !important;
}

.night-mode .wp-block-coblocks-gist .gist .gist-file {
  border-color: transparent;
}

.night-mode .icon-night {
  color: #fff !important;
}

.night-mode body .widget-area__wrapper {
  color: #939393 !important;
}

.night-mode .pagination .icon {
  fill: #d3d3d3 !important;
}

.night-mode .home:not(.blog) .entry-content h5, .night-mode h1, .night-mode h2, .night-mode h3, .night-mode h4, .night-mode h5, .night-mode h6, .night-mode .h1:not(.gray), .night-mode .h2:not(.gray), .night-mode .h3:not(.gray), .night-mode .h4:not(.gray), .night-mode body div.sharedaddy h3.sd-title:not(.gray), body div.sharedaddy .night-mode h3.sd-title:not(.gray), .night-mode .h5:not(.gray), .night-mode .h6:not(.gray) {
  color: #d3d3d3 !important;
}

.night-mode .sep {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

@media only screen and (min-width: 600px) {
  .night-mode .main-navigation ul li.menu-item-has-children:hover > a, .night-mode .main-navigation ul li.menu-item-has-children.focus > a,
  .night-mode .main-navigation ul li.page_item_has_children:hover > a,
  .night-mode .main-navigation ul li.page_item_has_children.focus > a {
    color: #fff !important;
  }
}

.night-mode .main-navigation ul:not(.sub-menu) a {
  color: #d3d3d3 !important;
}

.night-mode .nav-open .main-navigation ul:not(.sub-menu) {
  background-color: #1c1b1b !important;
}

.night-mode .main-navigation a:hover {
  color: #fff !important;
}

@media only screen and (min-width: 600px) {
  .night-mode .site-header .nav li.current_page_item .icon {
    fill: #d3d3d3 !important;
  }
  .night-mode .main-navigation ul li.menu-item-has-children:hover .icon, .night-mode .main-navigation ul li.menu-item-has-children.focus .icon, .night-mode .main-navigation ul li.page_item_has_children:hover .icon, .night-mode .main-navigation ul li.page_item_has_children.focus .icon {
    fill: #fff !important;
  }
  .night-mode .main-navigation ul ul {
    border: 1px solid transparent !important;
    background: #2e2d2d !important;
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  }
  .night-mode .main-navigation ul ul a:hover {
    color: #fff !important;
  }
  .night-mode .main-navigation ul li.menu-item-has-children::before, .night-mode .main-navigation ul li.page_item_has_children::before {
    border-color: transparent transparent #2e2d2d !important;
  }
  .night-mode .main-navigation ul li.menu-item-has-children::after, .night-mode .main-navigation ul li.page_item_has_children::after {
    border-color: transparent transparent #2e2d2d !important;
  }
}

@media (max-width: 599px) {
  .night-mode .site-header {
    background: #1c1b1b !important;
  }
  .night-mode .site-header::after {
    background: transparent;
    background: -webkit-linear-gradient(#1c1b1b 0%, #1c1b1b) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c1b1b), to(#1c1b1b)) !important;
    background: linear-gradient(#1c1b1b 0%, #1c1b1b) !important;
  }
}

.night-mode code {
  background: #2e2d2d !important;
}

.night-mode .extra-large.h1,
.night-mode h1, .night-mode h2, .night-mode h3, .night-mode h4, .night-mode h5, .night-mode h6,
.night-mode .site-header .nav li a:hover,
.night-mode .site-header .nav li.current_page_item > a {
  color: #d3d3d3 !important;
}

.night-mode .search-toggle .icon,
.night-mode .site-header .social-navigation svg,
.night-mode .search-form .search-submit .icon,
.night-mode .main-navigation .dropdown-toggle .icon {
  fill: #d3d3d3 !important;
}

.night-mode .search-toggle .icon:hover {
  fill: #fff !important;
}

.night-mode .site-search input {
  background-color: #2e2d2d !important;
  color: #d3d3d3 !important;
}

.night-mode .cat-links a,
.night-mode .tags-links a,
.night-mode .comment .reply a {
  background-color: #2e2d2d !important;
  color: #d3d3d3 !important;
}

.night-mode .site-search-open .site-search input {
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.3) !important;
}

.night-mode .menu-toggle:after,
.night-mode .menu-toggle:before {
  background-color: #d3d3d3 !important;
}

.night-mode .submit,
.night-mode .button,
.night-mode .wp-block-coblocks-author__content-button,
.night-mode input[type=submit], .night-mode input[type=button] {
  background-color: #d3d3d3 !important;
  color: #1c1b1b !important;
}

.night-mode .submit:hover,
.night-mode .button:hover,
.night-mode .wp-block-coblocks-author__content-button:hover,
.night-mode input[type=submit]:hover, .night-mode input[type=button]:hover {
  background-color: #fff !important;
  color: #1c1b1b !important;
}

.night-mode .widget-area__wrapper {
  background-color: rgba(46, 45, 45, 0.4) !important;
}

.night-mode body.single #course-body #course-element-title-content {
  color: #d3d3d3 !important;
}

.night-mode body.single #course-body #course-element-tagline {
  color: #939393 !important;
}

.night-mode .drop-in--from-bottom, .night-mode .drop-in--js:not(.drop-in--top) {
  background-color: rgba(46, 45, 45, 0.85) !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
}

.night-mode .drop-in--from-bottom.drop-in--pinned {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
}

.night-mode select,
.night-mode textarea,
.night-mode input[type="text"],
.night-mode input[type="email"],
.night-mode input[type="url"],
.night-mode input[type="password"],
.night-mode input[type="search"] {
  background-color: #2e2d2d !important;
  border-color: #363434 !important;
  color: #6d6d6d !important;
}

.night-mode select:focus,
.night-mode textarea:focus,
.night-mode input[type="text"]:focus,
.night-mode input[type="email"]:focus,
.night-mode input[type="url"]:focus,
.night-mode input[type="password"]:focus,
.night-mode input[type="search"]:focus {
  color: #d3d3d3;
  border-color: #434141 !important;
}

.night-mode ::-webkit-input-placeholder {
  color: #6d6d6d !important;
}

.js--focus .night-mode ::-webkit-input-placeholder {
  color: #6d6d6d !important;
}

.night-mode :-moz-placeholder {
  color: #6d6d6d !important;
}

.js--focus .night-mode :-moz-placeholder {
  color: #6d6d6d !important;
}

.night-mode ::-moz-placeholder {
  color: #6d6d6d !important;
  opacity: 1;
}

.js--focus .night-mode ::-moz-placeholder {
  color: #6d6d6d !important;
}

.night-mode :-ms-input-placeholder {
  color: #6d6d6d !important;
}

.js--focus .night-mode :-ms-input-placeholder {
  color: #6d6d6d !important;
}

/*--------------------------------------------------------------
# Customizer
--------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  .customize-partial-edit-shortcuts-shown .custom-logo-link {
    margin-left: -30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customize-partial-edit-shortcuts-shown .custom-logo-link .customize-partial-edit-shortcut,
  .customize-partial-edit-shortcuts-shown .custom-logo-link .customize-partial-edit-shortcut-button {
    position: relative;
    float: none;
    left: initial;
  }
  .customize-partial-edit-shortcuts-shown .custom-logo-link .customize-partial-edit-shortcut-button {
    left: -10px;
  }
  .customize-partial-edit-shortcuts-shown .custom-logo-link .customize-partial-edit-shortcut {
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut-blogname,
  .customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut-custom_logo {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
  .customize-partial-edit-shortcuts-shown #site-navigation .customize-partial-edit-shortcut-button {
    margin-top: -2px;
  }
}

@media only screen and (max-width: 599px) {
  .customize-partial-edit-shortcuts-shown #site-navigation .customize-partial-edit-shortcut-button {
    display: none;
  }
}

.customize-partial-edit-shortcuts-shown .widget-area__wrapper .customize-partial-edit-shortcut--footer-colors {
  top: 8px;
  left: 10px;
}

.customize-partial-edit-shortcuts-shown .widget-area__wrapper .customize-partial-edit-shortcut--footer-colors .customize-partial-edit-shortcut-button {
  left: 0;
}

.customize-partial-edit-shortcuts-shown .widget-area__wrapper .customize-partial-edit-shortcut--footer-colors .customize-partial-edit-shortcut-button::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  content: "\f540";
  font: 400 15px/72px dashicons;
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 0.18em;
  text-shadow: 0 -1px 1px rgba(0, 122, 182, 0.8), 1px 0 1px #007ab6, 0 1px 1px #007ab6, -1px 0 1px #007ab6;
  top: 0.24em;
  width: 20px;
}

.customize-partial-edit-shortcuts-shown .widget-area__wrapper .widget .customize-partial-edit-shortcut-button {
  left: -35px;
  top: 4px;
}

.customize-partial-edit-shortcuts-shown .widget-area__wrapper .footer-navigation .customize-partial-edit-shortcut-button {
  display: none;
}

.customize-partial-edit-shortcuts-shown .coblocks-customizer-add-widget-line {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  -webkit-transition: opacity 150ms cubic-bezier(0.38, 0.32, 0.36, 0.98), visibility 0 cubic-bezier(0.38, 0.32, 0.36, 0.98) 150ms;
  transition: opacity 150ms cubic-bezier(0.38, 0.32, 0.36, 0.98), visibility 0 cubic-bezier(0.38, 0.32, 0.36, 0.98) 150ms;
}

.customize-partial-edit-shortcuts-shown .coblocks-customizer-add-widget-line::after {
  background: #008ec2;
  content: "";
  display: block;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.customize-partial-edit-shortcuts-shown #secondary:hover .coblocks-customizer-add-widget-line {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 150ms cubic-bezier(0.38, 0.32, 0.36, 0.98), visibility 0 cubic-bezier(0.38, 0.32, 0.36, 0.98) 0;
  transition: opacity 150ms cubic-bezier(0.38, 0.32, 0.36, 0.98), visibility 0 cubic-bezier(0.38, 0.32, 0.36, 0.98) 0;
}

.customize-partial-edit-shortcuts-shown #engagement-bar .customize-partial-edit-shortcut-button {
  margin-top: 12px;
  margin-left: -6px;
}

@media only screen and (max-width: 699px) {
  .customize-partial-edit-shortcuts-shown #engagement-bar .customize-partial-edit-shortcut-button {
    display: none;
  }
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  #secondary,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-info,
  .comments-area--wrapper {
    display: none !important;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .entry-title {
    font-size: 25pt !important;
    line-height: 40pt !important;
  }
  .post .entry-header {
    padding: 0 !important;
  }
  /* Layout */
  .site-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding-left: 5% !important;
    margin-top: 50px;
    padding-right: 5% !important;
    padding: 0;
    position: relative;
  }
  .site-header--right {
    display: none;
  }
  .site-title {
    font-size: 25pt;
  }
}
