/*

You can compile styles using any online compilers: http://lesscss.org/tools/#online-less-compilers
Or any other third-party compilers: http://lesscss.org/tools/#third-party-compilers

*/
/* Normalizing Styles */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Importing Settings */
b,
strong {
  font-weight: 600;
}
.headings h1,
.headings h2,
.headings h3,
.headings h4,
.headings h5,
.headings h6 {
  text-rendering: optimizeLegibility;
  line-height: 140%;
}
.headings h1 {
  font-size: 46px;
}
.headings h2 {
  font-size: 36px;
}
.headings h3 {
  font-size: 30px;
}
.headings h4 {
  font-size: 26px;
}
.headings h5 {
  font-size: 22px;
}
.headings h6 {
  font-size: 18px;
}
/* Common classes used for styling */
.animate {
  transition: all 250ms ease-in-out;
}
.cover {
  background-size: cover;
  background-position: center center;
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.has-white-color {
  color: #fff;
}
.has-black-color {
  color: #111;
}
.has-gray-color {
  color: #f8f8f7;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-background-color {
  background-color: #111;
}
.has-gray-background-color {
  background-color: #f8f8f7;
}
.noselect {
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.notallowed {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  visibility: hidden;
}
.allowed {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  user-select: auto;
  visibility: visible;
}
.beforeoverlay {
  position: relative;
}
.beforeoverlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.afteroverlay {
  position: relative;
}
.afteroverlay:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Basic Styles */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  -webkit-tap-highlight-color: transparent;
}
header ol,
footer ol,
.responsive-nav ol,
section.widget ol,
header ul,
footer ul,
.responsive-nav ul,
section.widget ul,
header li,
footer li,
.responsive-nav li,
section.widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
html {
  height: 100%;
  overflow: visible;
}
body {
  color: #000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  transition: all 250ms ease-in-out;
}
.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .body-bg {
    height: 100%;
  }
}
.wrapper {
  position: relative;
  z-index: 1;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid transparent;
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
p,
center {
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 140%;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
figure {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
img,
iframe {
  max-width: 100%;
}
iframe {
  display: block;
}
iframe img {
  max-width: none;
}
pre {
  white-space: pre-wrap;
}
table {
  border-collapse: collapse;
}
.screen-reader-text {
  display: none;
}
button,
input[type='submit'] {
  cursor: pointer;
  outline: none;
}
button:hover,
input[type='submit']:hover,
button:active,
input[type='submit']:active,
button:focus,
input[type='submit']:focus {
  outline: none;
}
fieldset {
  border-color: rgba(255, 255, 255, 0.4);
  border-style: solid;
}
textarea,
input:not([type='submit']),
select {
  border-radius: 6px;
  padding: 15px 15px;
  vertical-align: baseline;
  font-size: 18px;
  transition: all 250ms ease-in-out;
  color: #111;
}
textarea::placeholder,
input:not([type='submit'])::placeholder,
select::placeholder {
  color: #ccc;
}
textarea:focus,
input:not([type='submit']):focus,
select:focus {
  outline: none;
}
textarea:disabled,
input:not([type='submit']):disabled,
select:disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
textarea {
  line-height: 170%;
}
textarea,
input:not([type="submit"]),
select {
  border: 1px solid #fff;
}
textarea:hover,
input:not([type="submit"]):hover,
select:hover,
textarea:focus,
input:not([type="submit"]):focus,
select:focus {
  background: #fff;
  color: #000;
}
textarea:hover::placeholder,
input:not([type="submit"]):hover::placeholder,
select:hover::placeholder,
textarea:focus::placeholder,
input:not([type="submit"]):focus::placeholder,
select:focus::placeholder {
  color: #ccc;
}
select {
  background: #fff;
}
button {
  padding: 0;
  border: 0;
}
input[type='submit'],
a.button,
.default-button,
button.button,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not( .has-text-color ) {
  color: #fff !important;
}
input[type='submit']:hover,
a.button:hover,
.default-button:hover,
button.button:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not( .has-text-color ):hover {
  color: #fff !important;
}
input[type='submit'],
a.button,
.default-button,
button.button,
.wp-block-button .wp-block-button__link {
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 64px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
}
input[type='submit']:hover,
a.button:hover,
.default-button:hover,
button.button:hover,
.wp-block-button .wp-block-button__link:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
input[type='submit']:focus,
a.button:focus,
.default-button:focus,
button.button:focus,
.wp-block-button .wp-block-button__link:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
input[type='submit']:active,
a.button:active,
.default-button:active,
button.button:active,
.wp-block-button .wp-block-button__link:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
input[type='submit'] .fa,
a.button .fa,
.default-button .fa,
button.button .fa,
.wp-block-button .wp-block-button__link .fa {
  margin: 0 5px 0 0;
}
.default-button-small,
button.default-button-small,
a.default-button-small {
  padding: 8px 22px;
}
.social-wrap {
  font-size: 20px;
  line-height: 1;
  text-overflow: '   ···';
  white-space: nowrap;
  overflow: hidden;
}
.social-wrap .social-name {
  display: none;
  margin-left: 10px;
}
.social-wrap .social-name {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
.social-wrap i {
  transition: all 250ms ease-in-out;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 64px;
  display: inline-block;
  line-height: 38px;
  width: 38px;
  text-align: center;
}
.social-wrap .email i {
  /* fixing line height */
  line-height: 36px;
  padding-bottom: 2px;
}
.social-wrap a {
  transition: all 250ms ease-in-out;
  margin: 0 8px 10px 8px;
}
.social-wrap a:hover i {
  color: #fff;
}
.social-wrap a:last-child {
  margin-right: 0px;
}
.social-wrap a:first-child {
  margin-left: 0px;
}
@media (max-width: 700px) {
  .social-wrap a {
    margin: 0 10px 10px 10px;
  }
}
/* social icons */
.post-title,
.post-content,
.post-excerpt,
.widget,
.comment-body {
  word-wrap: break-word;
}
.post-tags a,
.widget_tag_cloud a,
.post-category a {
  transition: all 250ms ease-in-out;
  display: inline-block;
  font-size: 15px !important;
  margin: 0 3px 5px 3px;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
}
.post-tags a:first-child,
.widget_tag_cloud a:first-child,
.post-category a:first-child {
  margin-left: 0;
}
.post-tags a:last-child,
.widget_tag_cloud a:last-child,
.post-category a:last-child {
  margin-right: 0;
}
.post-tags a:hover,
.widget_tag_cloud a:hover,
.post-category a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.post-tags a:focus,
.widget_tag_cloud a:focus,
.post-category a:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.post-tags a:active,
.widget_tag_cloud a:active,
.post-category a:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
.post-category a {
  color: #fff !important;
}
.post-meta-min,
.post-meta {
  font-size: 16px;
  line-height: 170%;
}
.post-wrap > .post-meta-min span {
  margin-right: 15px;
}
.post-wrap > .post-meta-min span:only-child {
  margin-right: 0;
}
.post-wrap > .post-meta-min i,
.post-wrap > .post-meta-min a {
  margin-right: 5px;
}
@media (max-width: 420px) {
  .post-wrap > .post-meta-min > span {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .post-wrap > .post-meta-min > span:last-of-type {
    margin-bottom: 0;
  }
}
.post-meta .post-date-min {
  display: inline;
}
.post-meta .post-date {
  display: none;
}
.nav-style {
  display: inline-block;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
}
nav.navigation {
  margin-bottom: 50px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}
nav.navigation h1,
nav.navigation h2,
nav.navigation h3,
nav.navigation h4,
nav.navigation h5,
nav.navigation h6 {
  color: #fff;
}
nav.navigation a {
  color: #fff;
}
nav.navigation .current {
  background-color: #fff;
  border-radius: 4px;
}
nav.navigation a,
nav.navigation span {
  display: inline-block;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 500px) {
  nav.navigation .page-numbers:not(.next):not(.prev) {
    display: none;
  }
}
nav.navigation .next {
  margin-left: 10px;
  padding: 0;
}
nav.navigation .prev {
  margin-right: 10px;
  padding: 0;
}
.author-bio {
  /* author */
}
.author-bio .author-profile-cover {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  flex: 0 0 100%;
  margin-bottom: -85px;
}
.author-bio.has-bg .author-picture {
  border: 5px solid #fff;
}
.author-bio.has-bg .author-name {
  display: none;
}
.author-bio .social-wrap .social-name {
  display: none !important;
}
.author-bio .people {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.author-bio .author {
  display: flex;
  flex: 1;
}
.author-bio .author .author-picture {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.author-bio .author .author-text {
  flex: 1 1 50%;
  margin-left: 25px;
  margin-right: 25px;
}
.author-bio .author .author-text p {
  margin-top: 0;
  margin-bottom: 15px;
}
.author-bio .author .author-name {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 28px;
}
.author-bio .author .author-name a {
  transition: all 250ms ease-in-out;
}
.author-bio .author:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.author-bio .author:nth-child(even) .text {
  margin-right: 25px;
  margin-left: 25px;
}
.author-bio .author:only-child {
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: center;
  text-align: left;
  max-width: 700px;
  flex: 1;
}
.author-bio .author:only-child .author-text {
  margin-right: 0;
  margin-left: 25px;
}
.author-bio .author .social-wrap a {
  margin: 0 10px;
}
.author-bio .author .social-wrap a:last-child {
  margin-right: 0px;
}
.author-bio .author .social-wrap a:first-child {
  margin-left: 0px;
}
@media (max-width: 823px) {
  .author-bio .author {
    display: block;
  }
  .author-bio .author .author-picture {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .author-bio .author:only-child {
    text-align: center;
  }
  .author-bio .author:only-child .author-text {
    margin-left: 0;
  }
}
/* author-bio */
.infinite-scroll-spinner {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 64px;
  height: 64px;
}
.infinite-scroll-spinner:before,
.infinite-scroll-spinner:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.infinite-scroll-spinner:before {
  background: #fff;
  animation: pulse2 1.5s ease-in-out infinite;
}
.infinite-scroll-spinner:after {
  background: #fff;
  animation: pulse2 1.5s 0.75s ease-in-out infinite;
}
@keyframes pulse2 {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.empty-cat {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.empty-cat h1 {
  color: #fff;
}
.empty-cat h2 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.empty-cat .post-header {
  padding: 0;
}
@media (max-width: 1000px) {
  .empty-cat {
    padding-bottom: 30px;
  }
}
@media (max-width: 823px) {
  .empty-cat {
    padding-bottom: 15px;
  }
}
button.scrolltop {
  transition: all 250ms ease-in-out;
  position: fixed;
  bottom: 16px;
  right: 26px;
  border-radius: 64px;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 20px;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  visibility: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}
button.scrolltop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1px;
}
button.scrolltop.visible {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  user-select: auto;
  visibility: visible;
}
@media (max-width: 823px) {
  button.scrolltop {
    display: none !important;
  }
}
/* Header & Navigation Styles */
header.header.header-main,
.dropin-header,
.responsive-wrap {
  color: #fff;
}
header.header.header-main a,
.dropin-header a,
.responsive-wrap a {
  color: #fff;
}
header.header.header-main h1,
.dropin-header h1,
.responsive-wrap h1,
header.header.header-main h2,
.dropin-header h2,
.responsive-wrap h2,
header.header.header-main h3,
.dropin-header h3,
.responsive-wrap h3,
header.header.header-main h4,
.dropin-header h4,
.responsive-wrap h4,
header.header.header-main h5,
.dropin-header h5,
.responsive-wrap h5,
header.header.header-main h6,
.dropin-header h6,
.responsive-wrap h6 {
  color: #fff;
}
header.header.header-main .social-name,
.dropin-header .social-name,
.responsive-wrap .social-name {
  color: #fff;
}
body:not(.single):not(.page) header.header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header.header-main {
  position: relative;
  width: 100%;
  z-index: 100;
  padding-top: 30px;
  /* .logo-wrap */
}
header.header-main .header-wrap {
  position: relative;
}
@media (max-width: 650px) {
  header.header-main .social-wrap {
    display: none;
  }
}
@media (max-width: 1000px) {
  header.header-main {
    padding-bottom: 30px;
  }
  header.header-main .header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.header-main .logo {
    font-size: 40px;
    width: 100%;
    word-wrap: break-word;
  }
  header.header-main .logo-image img {
    margin: 0;
  }
  header.header-main .main-nav {
    display: none;
  }
  header.header-main .secondary-nav {
    display: none;
  }
  header.header-main .search-trigger {
    display: none;
  }
  header.header-main .social-wrap {
    font-size: 24px;
    margin-left: 15px;
  }
  header.header-main .social-wrap .social-name {
    display: none !important;
  }
  header.header-main .lead {
    display: none !important;
  }
}
header.header-main .lead {
  font-weight: 600;
  word-wrap: break-word;
  line-height: 150%;
  font-size: 18px;
}
header.header-main .logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  flex-wrap: wrap;
  -webkit-font-smoothing: subpixel-antialiased;
}
header.header-main .logo-wrap .logo {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: 0 0 100%;
}
header.header-main .logo-wrap .logo-image {
  display: none;
  line-height: 100%;
  flex: 0 0 100%;
}
header.header-main .logo-wrap .logo-image img {
  display: block;
}
header.dropin-header {
  transition: 400ms all ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  visibility: hidden;
  transform: translate(0, -70px);
}
header.dropin-header.visible {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  user-select: auto;
  visibility: visible;
  transform: translate(0, 0);
}
header.dropin-header div > ul > li > ul {
  margin-top: -1px;
}
header.dropin-header div > ul > li:last-of-type > ul {
  left: auto;
  right: 0;
}
@media (max-width: 1000px) {
  header.dropin-header {
    display: none !important;
  }
}
body.admin-bar header.dropin-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar header.dropin-header {
    top: 46px;
  }
}
.theme-menu {
  z-index: 100;
  position: relative;
  /* ul 1st */
}
.theme-menu div > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* li 1st */
}
.theme-menu div > ul > li {
  margin: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ul 2nd */
}
.theme-menu div > ul > li:first-of-type {
  margin-left: 0;
}
.theme-menu div > ul > li:first-of-type > a {
  padding-left: 0;
}
.theme-menu div > ul > li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.theme-menu div > ul > li:last-of-type > a {
  padding-right: 0;
  margin-right: 0;
}
.theme-menu div > ul > li:last-of-type > ul {
  left: auto;
  right: 0;
  margin: 0;
}
.theme-menu div > ul > li:last-of-type > ul ul {
  left: auto;
  right: 100%;
}
.theme-menu div > ul > li a {
  transition: all 250ms ease-in-out;
  position: relative;
}
.theme-menu div > ul > li > a {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.theme-menu div > ul > li.current-menu-item > a,
.theme-menu div > ul > li.current-cat > a,
.theme-menu div > ul > li.current_page_item > a,
.theme-menu div > ul > li.current-menu-ancestor > a {
  font-weight: 900;
}
.theme-menu div > ul > li.new > a:after {
  margin-left: 10px;
  content: 'new';
  text-transform: uppercase;
  font-size: 10px;
  background: #ffe13c;
  padding: 4px 6px;
  border-radius: 3px;
  color: #000 !important;
  letter-spacing: 1px;
  font-weight: 400;
  margin-right: 5px;
  line-height: 1;
}
.theme-menu div > ul > li.menu-item-has-children > a {
  padding-right: 15px !important;
}
.theme-menu div > ul > li.menu-item-has-children:after {
  cursor: pointer;
  font-family: 'ForkAwesome';
  font-weight: 400;
  content: '\f107';
  margin-right: 15px;
}
.theme-menu div > ul > li.menu-item-has-children > a:after {
  display: none;
}
.theme-menu div > ul > li.menu-item-has-children.current-menu-item:after,
.theme-menu div > ul > li.menu-item-has-children.current-cat:after,
.theme-menu div > ul > li.menu-item-has-children.current_page_item:after {
  margin-left: 5px;
}
.theme-menu div > ul > li > ul ul ul ul {
  position: static;
}
.theme-menu div > ul > li ul {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  padding: 0;
  transition: all 300ms ease-in-out;
  z-index: 101;
  line-height: 150%;
  /* li 2nd */
}
.theme-menu div > ul > li ul.visible {
  top: calc(100%);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.theme-menu div > ul > li ul li {
  float: none;
  margin: 0;
  position: relative;
}
.theme-menu div > ul > li ul li.current-menu-item > a,
.theme-menu div > ul > li ul li.current-cat > a,
.theme-menu div > ul > li ul li.current_page_item > a,
.theme-menu div > ul > li ul li.current-menu-ancestor > a {
  font-weight: 900;
}
.theme-menu div > ul > li ul li.current-menu-item > a:before,
.theme-menu div > ul > li ul li.current-cat > a:before,
.theme-menu div > ul > li ul li.current_page_item > a:before,
.theme-menu div > ul > li ul li.current-menu-ancestor > a:before {
  background: rgba(255, 255, 255, 0.1);
}
.theme-menu div > ul > li ul li.menu-item-has-children a:after {
  display: none;
}
.theme-menu div > ul > li ul li a {
  display: block;
  padding: 13px 20px;
  position: relative;
}
.theme-menu div > ul > li ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.theme-menu div > ul > li ul li a:before {
  transition: all 250ms ease-in-out;
}
.theme-menu div > ul > li ul li a:hover:before {
  background: rgba(255, 255, 255, 0.25);
}
.theme-menu div > ul > li ul li:last-of-type > a {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.theme-menu div > ul > li ul li ul {
  left: 100%;
  top: 10%;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.theme-menu div > ul > li ul li ul.visible {
  top: 0;
}
.theme-menu div > ul > li ul li ul li:first-of-type > a {
  border-radius: 0 12px 0 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .theme-menu div > ul {
    display: block;
  }
  .theme-menu div > ul > li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .theme-menu div > ul > li:first-of-type,
  .theme-menu div > ul > li:last-of-type {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* nav */
.theme-menu:not(.secondary-nav) div > ul > li.last-half > ul ul {
  left: auto;
  right: 100%;
}
.theme-menu:not(.secondary-nav) div > ul > li.last-half > ul ul li:first-of-type > a {
  border-radius: 12px 0 0 0;
  overflow: hidden;
}
.responsive-menu-trigger {
  display: none;
  position: fixed;
  top: 0;
  right: 15px;
  width: 60px;
  height: 38px;
  border-radius: 0 0 12px 12px;
  transition: all 250ms ease-in-out;
  z-index: 100000;
}
.responsive-menu-trigger:before,
.responsive-menu-trigger:after {
  transition: all 250ms ease-in-out;
  content: '';
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 6px;
  transform: translate(-50%, 0);
}
.responsive-menu-trigger:before {
  top: 12px;
}
.responsive-menu-trigger:after {
  bottom: 12px;
}
@media (max-width: 1000px) {
  .responsive-menu-trigger {
    display: block;
  }
}
body.menu-active {
  overflow: hidden;
}
body.menu-active .responsive-menu-trigger {
  background-size: 120% 120%;
}
body.menu-active .responsive-menu-trigger:before {
  transform: rotate(-45deg) translate(-26%, 0);
  left: 35%;
}
body.menu-active .responsive-menu-trigger:after {
  transform: rotate(45deg) translate(-26%, 0);
  left: 35%;
}
.responsive-wrap {
  z-index: 1002;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all 500ms ease-in-out;
  justify-content: center;
  align-items: center;
  /* .responsive-nav */
}
@media (max-width: 1000px) {
  .responsive-wrap {
    display: flex !important;
  }
}
@media (min-width: 600px) {
  .responsive-wrap {
    text-align: center;
  }
}
.responsive-wrap .search-trigger {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 20px;
  padding: 15px;
}
.responsive-wrap .responsive-nav {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px 0 15px;
}
.responsive-wrap .responsive-nav ul {
  transition: all 300ms ease-in-out;
  opacity: 0;
  position: relative;
  padding: 0;
  transform: translate(0, 10%);
}
.responsive-wrap .responsive-nav ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.responsive-wrap .responsive-nav ul > li:last-of-type {
  border-bottom: 0;
}
.responsive-wrap .responsive-nav ul > li.active {
  border-bottom: 0;
}
.responsive-wrap .responsive-nav ul > li.active > ul.sub-menu {
  padding-top: 5px;
  border-top-style: solid;
  border-top-width: 1px;
}
.responsive-wrap .responsive-nav ul > li.active > a {
  font-weight: 900;
}
.responsive-wrap .responsive-nav ul > li.active > a:before {
  content: '\f104';
  font-family: 'ForkAwesome';
  font-weight: 400;
  padding-right: 10px;
  font-size: 18px;
}
.responsive-wrap .responsive-nav ul li {
  margin: 5px 0;
  min-width: 280px;
}
.responsive-wrap .responsive-nav ul li a {
  line-height: 150%;
  display: inline-block;
  padding: 10px 0;
}
@media (max-width: 823px) {
  .responsive-wrap .responsive-nav ul li a {
    display: block;
  }
}
.responsive-wrap .responsive-nav ul li ul {
  padding: 0;
  display: none;
  margin: 10px 0 10px 0;
}
.responsive-wrap .social-wrap {
  transition: all 700ms ease-in-out;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  opacity: 0;
}
@media (max-height: 500px) {
  .responsive-wrap .social-wrap {
    display: none;
  }
}
@media (max-width: 750px) {
  .responsive-wrap .social-wrap .social-name {
    display: none !important;
  }
}
/* .responsive-wrap */
body.admin-bar .responsive-wrap .search-trigger {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .responsive-wrap .search-trigger {
    top: 46px;
  }
}
body.admin-bar .responsive-wrap {
  padding-top: 110px;
}
body.admin-bar .responsive-menu-trigger {
  right: 50px;
}
@media (min-width: 783px) {
  body.admin-bar .responsive-menu-trigger {
    top: 32px;
    right: 0;
    border-radius: 0 0 0 12px;
  }
}
body.menu-active .responsive-wrap {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.menu-active .responsive-wrap .responsive-nav ul {
  opacity: 1;
  transform: translate(0, 0);
}
body.menu-active .responsive-wrap .social-wrap {
  opacity: 1;
}
/* Search */
.search-trigger {
  color: #fff;
  font-size: 20px;
  background: transparent;
}
.search-wrap {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 500ms all ease-in-out;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.search-wrap div {
  width: 100%;
}
.search-wrap input {
  background: transparent !important;
  color: #fff !important;
  width: 100%;
  transition: 300ms all ease-in-out;
  font-size: 40px;
  font-weight: 300;
  transform: translate(0, 50%);
  text-align: center;
  border: 0 !important;
}
.search-wrap input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
}
@media (max-width: 500px) {
  .search-wrap input {
    font-size: 28px;
  }
}
body.search-active .search-wrap {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.search-active .search-wrap input {
  transform: translate(0, 0);
}
/* Header Layouts */
@media (min-width: 1001px) {
  .header_layout-modern header.header-main .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .header_layout-modern header.header-main .lead {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_layout-modern header.header-main .social-wrap {
    position: absolute;
    top: 0;
    right: 40px;
  }
  .header_layout-modern header.header-main .search-trigger {
    position: absolute;
    top: 0;
    line-height: 38px;
    right: 0;
  }
}
@media (min-width: 1001px) {
  .header_layout-neue header.header-main .header-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .header_layout-neue header.header-main .social-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header_layout-neue header.header-main .social-wrap .social-name {
    display: none !important;
  }
  .header_layout-neue header.header-main .logo-wrap {
    order: 1;
  }
  .header_layout-neue header.header-main .search-trigger {
    order: 3;
    margin-left: auto;
  }
  .header_layout-neue header.header-main .lead {
    order: 2;
    margin-left: 30px;
  }
  .header_layout-neue header.header-main .main-nav {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_layout-neue header.header-main .main-nav div > ul > li {
    align-items: flex-start;
  }
  .header_layout-neue header.header-main .main-nav div > ul > li > a {
    padding-top: 0;
  }
}
@media (min-width: 1001px) {
  .header_layout-condensed header.header-main .header-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .header_layout-condensed header.header-main .social-wrap {
    order: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .header_layout-condensed header.header-main .logo-wrap {
    order: 1;
  }
  .header_layout-condensed header.header-main .search-trigger {
    order: 4;
    margin-left: 30px;
  }
  .header_layout-condensed header.header-main .lead {
    margin-left: 30px;
    order: 2;
    display: none;
  }
  .header_layout-condensed header.header-main .main-nav {
    order: 4;
    margin-top: 30px;
    flex: 0 0 100%;
  }
  .header_layout-condensed header.header-main .main-nav div > ul {
    justify-content: space-between;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .header_layout-condensed header.header-main .social-wrap .social-name {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .header_layout-social header.header-main .header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .header_layout-social header.header-main .social-wrap {
    margin-left: 30px;
  }
  .header_layout-social header.header-main .social-wrap .social-name {
    display: none;
  }
  .header_layout-social header.header-main .social-wrap a {
    font-size: 22px;
  }
  .header_layout-social header.header-main .search-trigger {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header_layout-social header.header-main .lead {
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_layout-social header.header-main .main-nav {
    margin-top: 30px;
    flex: 0 0 100%;
  }
}
@media (min-width: 1001px) {
  .header_layout-minimal header.header-main .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .header_layout-minimal header.header-main .lead {
    display: none;
  }
  .header_layout-minimal header.header-main .social-wrap {
    display: none;
  }
  .header_layout-minimal header.header-main .search-trigger {
    display: none;
  }
}
@media (min-width: 1001px) {
  .header_layout-basic header.header-main .header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .header_layout-basic header.header-main .social-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .header_layout-basic header.header-main .search-trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .header_layout-basic header.header-main .logo-wrap {
    padding-top: 60px;
    flex: 0 0 100%;
  }
  .header_layout-basic header.header-main .logo-wrap .logo-text {
    text-align: center;
  }
  .header_layout-basic header.header-main .logo-wrap img {
    margin-left: auto;
    margin-right: auto;
  }
  .header_layout-basic header.header-main .lead {
    padding-top: 20px;
    flex: 0 0 100%;
    text-align: center;
  }
  .header_layout-basic header.header-main .main-nav {
    margin-top: 30px;
    flex: 0 0 100%;
  }
}
/* Top Featured Layouts */
.featured_layout-horizontal .featured-top {
  display: flex;
  overflow-x: scroll;
}
.featured_layout-horizontal .featured-top article {
  height: 100%;
}
.featured_layout-horizontal .featured-top .grid-item {
  min-width: 500px;
}
.featured_layout-horizontal .featured-top .grid-item .post-read-more {
  display: none;
}
@media (max-width: 823px) {
  .featured_layout-horizontal .featured-top .grid-item {
    max-width: 100vw;
    min-width: 100vw;
  }
}
.featured_layout-trio .featured-top article {
  min-height: 100%;
}
@media (max-width: 1023px) {
  .featured_layout-trio .featured-top .grid-item {
    border-radius: 0;
  }
}
@media (max-width: 1023px) {
  .featured_layout-trio .featured-top .grid-item:nth-of-type(n+4) {
    display: none;
  }
  .featured_layout-trio .featured-top .post-read-more {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .featured_layout-trio .featured-top {
    display: grid;
    height: auto;
    grid-template-columns: 57% 43%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "A B" "A C";
  }
  .featured_layout-trio .featured-top .grid-item {
    min-height: 300px;
  }
  .featured_layout-trio .featured-top .grid-item article {
    display: flex;
    align-items: center;
  }
  .featured_layout-trio .featured-top .grid-item .post-meta-min {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .featured_layout-trio .featured-top .grid-item .post-excerpt {
    max-width: 700px;
  }
  .featured_layout-trio .featured-top .grid-item .post-read-more {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(1) {
    grid-area: A;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(1) .post-title {
    font-size: 40px;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(n+2) .post-title {
    font-size: 28px;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(n+2) .post-excerpt {
    display: none;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(2) {
    grid-area: B;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(3) {
    grid-area: C;
  }
  .featured_layout-trio .featured-top .grid-item:nth-of-type(n+4) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .featured_layout-trio .featured-top {
    grid-template-columns: 50% 50%;
  }
}
.featured_layout-slideshow .featured-top {
  width: 100%;
  position: relative;
  flex: auto;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 824px) {
  .featured_layout-slideshow .featured-top {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .featured_layout-slideshow .featured-top {
    height: 700px;
  }
}
.featured_layout-slideshow .featured-top .grid-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured_layout-slideshow .featured-top .grid-item article {
  min-height: 0;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .featured_layout-slideshow .featured-top .grid-item article {
    max-width: 760px;
  }
}
@media (max-width: 823px) {
  .featured_layout-slideshow .featured-top .grid-item article {
    max-width: 730px;
  }
}
.featured_layout-slideshow .featured-top .grid-item.current {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  user-select: auto;
  visibility: visible;
}
.featured_layout-slideshow .featured-top .grid-item .post-wrap {
  position: relative;
}
.featured_layout-slideshow .featured-top .grid-item .post-meta {
  margin-bottom: 20px;
}
.featured_layout-slideshow .featured-top .grid-item .post-read-more {
  display: none;
}
.featured_layout-slideshow .featured-top .grid-item .post-share-feed {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 823px) {
  .featured_layout-slideshow .featured-top .grid-item .post-excerpt {
    display: none;
  }
  .featured_layout-slideshow .featured-top .grid-item .post-meta-min {
    position: static;
  }
}
.featured_layout-slideshow .featured-top .slideshow-next-ghost,
.featured_layout-slideshow .featured-top .slideshow-prev-ghost {
  display: none;
}
.featured_layout-slideshow .featured-top .slideshow-prev,
.featured_layout-slideshow .featured-top .slideshow-next {
  transition: all 250ms ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  font-size: 32px;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  z-index: 15;
}
.featured_layout-slideshow .featured-top .slideshow-prev:before,
.featured_layout-slideshow .featured-top .slideshow-next:before {
  font-family: 'ForkAwesome';
  font-weight: 400;
}
@media (max-width: 1200px) {
  .featured_layout-slideshow .featured-top .slideshow-prev,
  .featured_layout-slideshow .featured-top .slideshow-next {
    display: none;
  }
}
.featured_layout-slideshow .featured-top:hover .slideshow-prev,
.featured_layout-slideshow .featured-top:hover .slideshow-next,
.featured_layout-slideshow .featured-top:hover .slideshow-paginator {
  opacity: 1;
}
.featured_layout-slideshow .featured-top .slideshow-prev {
  left: 20px;
}
.featured_layout-slideshow .featured-top .slideshow-prev:before {
  content: '\f053';
}
.featured_layout-slideshow .featured-top .slideshow-next {
  right: 20px;
}
.featured_layout-slideshow .featured-top .slideshow-next:before {
  content: '\f054';
}
.featured_layout-slideshow .featured-top .slideshow-paginator {
  transition: all 250ms ease-in-out;
  opacity: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, 0);
  display: flex;
}
@media (max-width: 823px) {
  .featured_layout-slideshow .featured-top .slideshow-paginator {
    opacity: 1;
  }
}
@media (max-width: 374px) {
  .featured_layout-slideshow .featured-top .slideshow-paginator {
    display: none;
  }
}
.featured_layout-slideshow .featured-top .slideshow-paginator span {
  display: block;
  width: 48px;
  height: 50px;
  cursor: pointer;
  margin: 0;
  opacity: 0.5;
  position: relative;
}
.featured_layout-slideshow .featured-top .slideshow-paginator span:after {
  transition: all ease-in-out 0.1s;
  content: '';
  width: 18px;
  height: 6px;
  position: absolute;
  top: 50%;
  border-radius: 4px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.featured_layout-slideshow .featured-top .slideshow-paginator span.current {
  opacity: 1;
}
.featured_layout-slideshow .featured-top .slideshow-paginator span.current:after {
  width: 24px;
}
@media (max-width: 823px) {
  .featured_layout-slideshow .featured-top .slideshow-paginator span {
    width: 30px;
  }
  .featured_layout-slideshow .featured-top .slideshow-paginator span:after {
    width: 6px;
    height: 6px;
  }
  .featured_layout-slideshow .featured-top .slideshow-paginator span.current:after {
    width: 12px;
  }
}
/* slideshow */
.featured-bottom .grid-item,
.featured-top .grid-item {
  color: #fff;
}
.featured-bottom .grid-item .post-image-wrap,
.featured-top .grid-item .post-image-wrap {
  transition: all 250ms ease-in-out;
  opacity: 0;
}
.featured-bottom .grid-item.visible .post-image-wrap,
.featured-top .grid-item.visible .post-image-wrap {
  opacity: 1;
}
.featured-bottom .grid-item a,
.featured-top .grid-item a,
.featured-bottom .grid-item i,
.featured-top .grid-item i {
  color: #fff;
}
.featured-bottom .grid-item h1,
.featured-top .grid-item h1,
.featured-bottom .grid-item h2,
.featured-top .grid-item h2,
.featured-bottom .grid-item h3,
.featured-top .grid-item h3,
.featured-bottom .grid-item h4,
.featured-top .grid-item h4,
.featured-bottom .grid-item h5,
.featured-top .grid-item h5,
.featured-bottom .grid-item h6,
.featured-top .grid-item h6 {
  color: #fff;
}
.featured-bottom .grid-item:before,
.featured-top .grid-item:before {
  background: rgba(0, 0, 0, 0.03);
}
.featured-bottom .related-post-title,
.featured-top .related-post-title {
  padding: 0 15px 50px 15px;
  margin: 0;
  text-align: center;
  flex: 0 0 100%;
  color: #fff;
}
.featured-bottom {
  position: relative;
}
@media (min-width: 824px) {
  .featured-bottom .featured-bottom-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  }
}
@media (max-width: 1650px) {
  .featured-bottom .featured-bottom-feed .grid-item:nth-of-type(3n) {
    display: none;
  }
}
/* Blog Feed Styles */
.categories-list-wrap .categories-list-title {
  padding: 0 15px 50px 15px;
  margin: 0;
  text-align: center;
  flex: 0 0 100%;
  color: #fff;
  display: none;
}
@media (min-width: 1024px) {
  .categories-list-wrap .categories-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.categories-list-wrap .categories-list a {
  display: block;
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .categories-list-wrap .categories-list a {
    height: 400px;
  }
}
@media (min-width: 824px) and (max-width: 1024px) {
  .categories-list-wrap .categories-list a {
    margin-bottom: 30px;
  }
  .categories-list-wrap .categories-list a:last-of-type {
    margin-bottom: 0;
  }
}
.categories-list-wrap .categories-list a:hover .categories-list-image:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.categories-list-wrap .categories-list .categories-list-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.categories-list-wrap .categories-list .categories-list-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.categories-list-wrap .categories-list .categories-list-image:before {
  transition: all 250ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.065);
}
.categories-list-wrap .categories-list .categories-list-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-style: italic;
  color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
}
.featured-users {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .featured-users {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .featured-users .people {
    display: block;
  }
  .featured-users .people .author {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .featured-users .people .author .author-picture {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .featured-users .people .author:only-child {
    text-align: center;
  }
  .featured-users .people .author:only-child .author-text {
    margin-left: 0;
  }
}
.content-feed,
.featured-users {
  color: #fff;
}
.content-feed h1,
.featured-users h1,
.content-feed h2,
.featured-users h2,
.content-feed h3,
.featured-users h3,
.content-feed h4,
.featured-users h4,
.content-feed h5,
.featured-users h5,
.content-feed h6,
.featured-users h6 {
  color: #fff;
}
.content-feed a,
.featured-users a {
  color: #fff;
}
.content-feed {
  padding-bottom: 50px;
}
.archive-header {
  flex: 0 0 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .archive-header {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 823px) {
  .archive-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.archive-header h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.archive-header .category-description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
}
.grid-item {
  transition: all 250ms ease-in-out;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 824px) {
  .grid-item {
    min-height: 400px;
  }
}
.grid-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-item:before {
  transition: all 250ms ease-in-out;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.grid-item:nth-of-type(3n+1):before {
  background: rgba(0, 0, 0, 0.03);
}
.grid-item:nth-of-type(3n+2):before {
  background: rgba(0, 0, 0, 0.05);
}
.grid-item:nth-of-type(3n+3):before {
  background: rgba(0, 0, 0, 0.065);
}
.grid-item:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.grid-item:hover:before {
  background: rgba(255, 255, 255, 0.06);
}
.grid-item:hover .post-image-cover {
  opacity: 1;
}
.grid-item .post-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .grid-item .post-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .grid-item .post-wrap {
    padding-bottom: 0;
  }
}
.grid-item .post-meta a,
.grid-item .post-meta-min a {
  transition: all 250ms ease-in-out;
  border-bottom: 1px solid transparent;
}
.grid-item .post-meta a:hover,
.grid-item .post-meta-min a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.grid-item .post-image {
  display: none;
}
.grid-item .post-image-cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  transition: all 250ms ease-in-out;
  position: relative;
  position: absolute;
}
.grid-item .post-image-cover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-item .post-image-cover:before {
  background: rgba(0, 0, 0, 0.2);
}
.grid-item .post-share-feed {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  outline: none;
}
.grid-item .post-meta-min {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 52px;
}
.grid-item .post-read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.grid-item .post-read-more {
  outline: none;
}
.grid-item .post-read-more a:before {
  font-size: 52px;
  line-height: 56px;
  content: '\2192';
}
.grid-item article {
  flex: 1;
  padding: 50px;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.grid-item article .post-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  font-family: 'ForkAwesome';
  font-size: 240px;
  line-height: 1;
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.grid-item article.sticky .post-wrap:after {
  content: '\f0f3';
}
.grid-item article.format-image .post-wrap:after {
  content: '\f083';
}
.grid-item article.format-gallery .post-wrap:after {
  content: '\f03e';
}
.grid-item article.format-link .post-wrap:after {
  content: '\f08e';
}
.grid-item article.format-quote .post-wrap:after {
  content: '\f10e';
}
.grid-item article.format-status .post-wrap:after {
  content: '\f040';
}
.grid-item article.format-video .post-wrap:after {
  content: '\f01d';
}
.grid-item article.format-audio .post-wrap:after {
  content: '\f001';
}
.grid-item article.format-chat .post-wrap:after {
  content: '\f0e5';
}
.grid-item article .post-category {
  position: relative;
  max-width: calc(100% - 60px);
  margin-right: 30px;
  margin-left: 0;
}
.grid-item article .post-title {
  position: relative;
}
.grid-item article .post-meta {
  position: relative;
}
.grid-item article .post-category,
.grid-item article .post-title,
.grid-item article .post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-item article .post-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.grid-item article .post-excerpt {
  max-width: 700px;
}
.grid-item article .post-meta,
.grid-item article .post-meta-min {
  opacity: 0.95;
}
@media (max-width: 1200px) {
  .grid-item article {
    padding: 30px;
  }
}
@media (max-width: 823px) {
  .grid-item article {
    padding: 30px 15px;
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .grid-item article .post-title {
    font-size: 30px;
  }
  .grid-item article .post-read-more {
    display: none;
  }
  .grid-item article .post-meta-min {
    margin-top: 20px;
    line-height: 150%;
    position: static;
  }
}
/* .grid-item */
/* Blog Feed Layouts */
@media (min-width: 824px) {
  .feed_layout-list .blog-feed .post-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
  }
  .feed_layout-list .blog-feed .grid-item {
    min-height: 700px;
  }
}
@media (min-width: 824px) and (max-width: 1200px) {
  .feed_layout-list .blog-feed .grid-item {
    min-height: 600px;
  }
}
@media (min-width: 824px) {
  .feed_layout-grid .blog-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  }
}
@media (min-width: 824px) {
  .feed_layout-masonry .blog-feed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    grid-auto-rows: 20px;
    grid-gap: 0px;
  }
  .feed_layout-masonry .blog-feed .grid-item {
    opacity: 0;
    display: block;
  }
  .feed_layout-masonry .blog-feed .grid-item.visible {
    opacity: 1;
  }
  .feed_layout-masonry .blog-feed .grid-item article.sticky {
    background: transparent;
  }
  .feed_layout-masonry .blog-feed .grid-item article:not(.has-post-thumbnail) {
    min-height: 100%;
  }
  .feed_layout-masonry .blog-feed .grid-item .post-image-wrap {
    line-height: 1;
  }
  .feed_layout-masonry .blog-feed .grid-item .post-image-wrap a {
    display: block;
  }
  .feed_layout-masonry .blog-feed .grid-item .post-image-wrap .post-image {
    display: block;
    overflow: hidden;
  }
  .feed_layout-masonry .blog-feed .grid-item .post-image-wrap .post-image img {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .feed_layout-masonry .blog-feed .grid-item .post-image-wrap .post-image-cover {
    display: none;
  }
}
/* Extra Layouts */
body.extra_layout-centered .grid-item .post-category {
  margin-left: 30px;
}
body.extra_layout-centered .grid-item .post-excerpt {
  margin-left: auto;
  margin-right: auto;
}
body.extra_layout-centered .featured-top article {
  text-align: center;
}
body.extra_layout-centered .featured-top .post-excerpt {
  margin-left: auto;
  margin-right: auto;
}
body.extra_layout-centered .featured-top .post-read-more {
  display: none;
}
body.extra_layout-centered .featured-top .post-meta-min {
  text-align: center;
  width: 100%;
}
body.extra_layout-centered .featured-bottom article,
body.extra_layout-centered .blog-feed article {
  text-align: center;
}
body.extra_layout-centered .author-bio .people .author:only-child {
  display: block;
  text-align: center;
}
body.extra_layout-centered .author-bio .people .author:only-child .author-picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
body.extra_layout-centered .author-bio .people .author:only-child .author-text {
  margin-left: 0;
}
body.extra_layout-centered .sidebar .widget {
  text-align: center;
}
body.extra_layout-rounded header.dropin-header {
  left: 50px;
  width: calc(100% - 100px);
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1200px) {
  body.extra_layout-rounded header.dropin-header {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 824px) {
  body.extra_layout-rounded .grid-item {
    border-radius: 12px;
    overflow: hidden;
  }
  body.extra_layout-rounded .post-image {
    border-radius: 12px 12px 0 0;
  }
  body.extra_layout-rounded .blog-feed {
    grid-gap: 20px;
    padding: 0 50px 0 50px;
  }
  body.extra_layout-rounded .featured-bottom {
    padding: 0 50px 50px 50px;
  }
  body.extra_layout-rounded .featured-bottom .featured-bottom-feed {
    grid-gap: 20px;
  }
  body.extra_layout-rounded .categories-list-wrap {
    padding: 0 50px 50px 50px;
  }
  body.extra_layout-rounded .categories-list-wrap .categories-list {
    grid-gap: 20px;
  }
  body.extra_layout-rounded .categories-list-wrap .categories-list a {
    border-radius: 12px;
  }
}
@media (min-width: 824px) and (max-width: 1200px) {
  body.extra_layout-rounded .blog-feed {
    padding: 0 30px 0 30px;
  }
  body.extra_layout-rounded .featured-bottom {
    padding: 0 30px 30px 30px;
  }
  body.extra_layout-rounded .categories-list-wrap {
    padding: 0 30px 30px 30px;
  }
}
body.extra_layout-show_images .grid-item {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
body.extra_layout-show_images .grid-item .post-category a {
  text-shadow: none;
}
body.extra_layout-show_images .grid-item .post-image-cover {
  opacity: 1;
}
@media (min-width: 824px) {
  body.extra_layout-rounded.feed_layout-list .blog-feed .grid-item {
    margin-bottom: 50px;
  }
  body.extra_layout-rounded.feed_layout-list .blog-feed .grid-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 824px) and (max-width: 1200px) {
  body.extra_layout-rounded.feed_layout-list .blog-feed .grid-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 824px) {
  body.extra_layout-rounded.featured_layout-trio .featured-top {
    margin-bottom: 30px;
  }
}
@media (min-width: 824px) and (max-width: 1024px) {
  body.extra_layout-rounded.featured_layout-trio .featured-top {
    padding: 0 30px;
  }
  body.extra_layout-rounded.featured_layout-trio .featured-top .grid-item {
    border-radius: 12px;
    margin-bottom: 30px;
  }
  body.extra_layout-rounded.featured_layout-trio .featured-top .grid-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  body.extra_layout-rounded.featured_layout-trio .featured-top {
    grid-gap: 20px;
    padding: 0 70px 0 50px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  body.extra_layout-rounded.featured_layout-trio .featured-top {
    padding: 0 50px 0 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 823px) {
  body.extra_layout-rounded.featured_layout-horizontal .featured-top {
    grid-gap: 0;
    padding: 0 70px 30px 50px;
    margin-bottom: 30px;
  }
  body.extra_layout-rounded.featured_layout-horizontal .featured-top:after {
    content: '';
    flex: 0 0 30px;
  }
  body.extra_layout-rounded.featured_layout-horizontal .featured-top .grid-item {
    margin-right: 20px;
  }
}
@media (min-width: 823px) and (max-width: 1200px) {
  body.extra_layout-rounded.featured_layout-horizontal .featured-top:after {
    flex: 0 0 10px;
  }
}
@media (min-width: 823px) and (max-width: 1200px) {
  body.extra_layout-rounded.featured_layout-horizontal .featured-top {
    padding: 0 50px 30px 30px;
  }
}
body.extra_layout-rounded.featured_layout-slideshow .featured-top {
  margin-bottom: 50px;
  width: calc(100% - 100px);
}
@media (max-width: 1200px) {
  body.extra_layout-rounded.featured_layout-slideshow .featured-top {
    width: calc(100% - 60px);
    margin-bottom: 30px;
  }
}
@media (max-width: 824px) {
  body.extra_layout-rounded.featured_layout-slideshow .featured-top {
    margin-bottom: 0;
    width: 100%;
  }
}
body.extra_layout-social_name .social-wrap .social-name {
  display: inline-block;
}
body.extra_layout-social_share .post-share {
  display: block;
}
/* Footer Styles */
footer.footer-main {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  /* .sidebar */
  /* .copyright */
}
footer.footer-main h1,
footer.footer-main h2,
footer.footer-main h3,
footer.footer-main h4,
footer.footer-main h5,
footer.footer-main h6 {
  color: #fff;
}
footer.footer-main a {
  color: #fff;
}
footer.footer-main .footer-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 823px) {
  footer.footer-main {
    padding-top: 30px;
  }
}
footer.footer-main .author-bio {
  margin-top: 0;
}
footer.footer-main .author-bio .people .person {
  margin-bottom: 50px;
}
@media (max-width: 823px) {
  footer.footer-main .author-bio .people .person {
    padding-bottom: 30px;
  }
}
footer.footer-main .sidebar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
}
footer.footer-main .sidebar section {
  margin-left: 0;
  margin-right: 0;
  min-width: 300px;
}
@media (max-width: 1000px) {
  footer.footer-main .sidebar {
    display: block;
  }
  footer.footer-main .sidebar section {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer-main .footer-nav > div > ul > li > ul {
  display: none !important;
}
footer.footer-main .footer-nav li.menu-item-has-children:after {
  display: none !important;
}
footer.footer-main .copyright {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 170%;
}
@media (max-width: 823px) {
  footer.footer-main .copyright {
    margin-bottom: 30px;
  }
}
footer.footer-main .copyright .copyright-text {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
}
footer.footer-main .copyright .copyright-text i {
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
/* footer.footer-main */
/* Singular Page and Comments Styles */
.post-styling {
  color: #000;
  font-size: 18px;
  /* Separator, hr */
  /* Lists */
  /* Preformatted and Code */
  /* Button */
  /* Blockquote */
  /* Pullquote */
  /* Columns */
  /* Captions */
  /* Gallery */
  /* Cover Image */
  /* Tables */
  /* Widgets */
  /* Misc */
  /* Align */
  /* Image */
}
.post-styling h1,
.post-styling h2,
.post-styling h3,
.post-styling h4,
.post-styling h5,
.post-styling h6 {
  text-rendering: optimizeLegibility;
  line-height: 140%;
}
.post-styling h1 {
  font-size: 46px;
}
.post-styling h2 {
  font-size: 36px;
}
.post-styling h3 {
  font-size: 30px;
}
.post-styling h4 {
  font-size: 26px;
}
.post-styling h5 {
  font-size: 22px;
}
.post-styling h6 {
  font-size: 18px;
}
.post-styling .wp-block {
  margin-bottom: 28px;
  box-sizing: border-box;
}
.post-styling .editor-post-title__block .editor-post-title__input {
  text-align: center;
}
.post-styling .wp-block-cover__inner-container {
  position: relative;
}
.post-styling a {
  text-decoration: none;
}
.post-styling p {
  line-height: 1.8;
  margin-top: 28px;
  margin-bottom: 28px;
}
.post-styling p a {
  font-weight: 600;
}
.post-styling p.has-medium-font-size {
  line-height: 1.65;
}
.post-styling p.has-large-font-size {
  line-height: 1.5;
}
.post-styling p.has-huge-font-size {
  line-height: 1.4;
}
.post-styling p.wp-block-subhead {
  font-size: 24px;
}
.post-styling p.has-drop-cap {
  min-height: 114.24px !important;
}
.post-styling dd {
  position: relative;
}
.post-styling dd:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 10px;
  content: '— ';
}
.post-styling h1,
.post-styling h2,
.post-styling h3,
.post-styling h4,
.post-styling h5,
.post-styling h6 {
  margin-bottom: 28px;
  padding: 0;
  line-height: 1.4;
}
.post-styling figure > div {
  line-height: 0;
}
.post-styling figure > img {
  height: auto !important;
}
.post-styling hr,
.post-styling .wp-block-separator {
  padding: 0;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  border-top: 0;
  clear: both;
}
.post-styling .wp-block-separator.is-style-dots {
  line-height: 100%;
}
.post-styling .wp-block-separator.is-style-dots:before {
  font-size: 42px;
  letter-spacing: 0.75em;
  padding-left: 0.75em;
}
.post-styling .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.post-styling hr:not(.is-style-dots),
.post-styling .wp-block-separator:not(.is-style-dots) {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.post-styling ul {
  list-style: disc;
}
.post-styling ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts),
.post-styling ol,
.post-styling ul.editor-rich-text__tinymce,
.post-styling ol.editor-rich-text__tinymce {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 28px;
  padding-left: 20px;
}
.post-styling ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
.post-styling ol ul,
.post-styling ul.editor-rich-text__tinymce ul,
.post-styling ol.editor-rich-text__tinymce ul,
.post-styling ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ol,
.post-styling ol ol,
.post-styling ul.editor-rich-text__tinymce ol,
.post-styling ol.editor-rich-text__tinymce ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-styling ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
.post-styling ol ul,
.post-styling ul.editor-rich-text__tinymce ul,
.post-styling ol.editor-rich-text__tinymce ul {
  list-style-type: circle;
}
.post-styling ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) li,
.post-styling ol li,
.post-styling ul.editor-rich-text__tinymce li,
.post-styling ol.editor-rich-text__tinymce li {
  margin-bottom: 5px;
  line-height: 1.8;
  padding-left: 3px;
}
.post-styling pre:not(.wp-block-verse) {
  border-left: 5px solid #eee;
  background: #fafaf9;
  padding: 20px;
  word-wrap: normal;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 28px;
  tab-size: 4;
}
.post-styling pre:not(.wp-block-verse) code {
  background: transparent;
}
.post-styling .wp-block-preformatted pre {
  font-size: 1em;
}
.post-styling .wp-block-verse {
  line-height: 150%;
  margin-bottom: 28px;
}
.post-styling .wp-block-verse pre {
  background: transparent;
  border-left: 0;
  padding: 0;
}
.post-styling .wp-block-code {
  margin-bottom: 28px;
}
.post-styling code {
  word-wrap: normal;
  line-height: 120%;
  padding: 5px;
  background: #f5f5f5;
}
.post-styling .wp-block-file .wp-block-file__button {
  text-transform: uppercase;
  font-weight: 600;
}
.post-styling .wp-block-button {
  margin-top: 0.5em;
  margin-bottom: 28px;
  text-align: center;
}
.post-styling .wp-block-button .wp-block-button__link {
  margin-bottom: 0;
  font-weight: 600;
}
.post-styling .wp-block-button .wp-block-button__link br {
  display: none !important;
}
.post-styling .wp-block-button.is-style-outline {
  color: #fff;
}
.post-styling .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px !important;
}
.post-styling .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 4px !important;
}
.post-styling .wp-block-quote {
  border-top-width: 20px;
  border-top-style: solid;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 20px !important;
  padding-left: 60px !important;
  margin-bottom: 28px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.post-styling .wp-block-quote:before {
  font-family: 'ForkAwesome';
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  content: '\f10e';
  line-height: 1;
}
.post-styling .wp-block-quote cite,
.post-styling .wp-block-quote .wp-block-quote__citation {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  text-transform: none;
  font-size: 18px;
  color: #333;
  font-style: italic;
  text-align: left;
}
.post-styling .wp-block-quote cite br,
.post-styling .wp-block-quote .wp-block-quote__citation br {
  display: none;
}
.post-styling .wp-block-quote p {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1em;
}
.post-styling .wp-block-quote p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.post-styling .wp-block-quote.is-style-large {
  padding: 15px 0 0 0 !important;
  text-align: center;
  font-size: 26px !important;
  font-style: normal;
}
.post-styling .wp-block-quote.is-style-large cite,
.post-styling .wp-block-quote.is-style-large .wp-block-quote__citation {
  text-align: center;
}
.post-styling .wp-block-quote.is-style-large:before {
  display: none;
}
.post-styling .wp-block-quote.has-text-align-right {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
.post-styling .wp-block-quote.has-text-align-right cite,
.post-styling .wp-block-quote.has-text-align-right .wp-block-quote__citation {
  text-align: right;
}
.post-styling .wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.post-styling .wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 900px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 12px;
  overflow: hidden;
}
.post-styling .wp-block-pullquote p {
  color: inherit;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 170%;
}
.post-styling .wp-block-pullquote p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote cite,
.post-styling .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  font-size: 18px;
  text-transform: none;
  font-style: italic;
}
.post-styling .wp-block-pullquote blockquote {
  padding: 25px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  background-size: 130% 130%;
  text-align: center;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 25px;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin-bottom: 0;
}
.post-styling .wp-block-pullquote.alignwide,
.post-styling .wp-block-pullquote.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.post-styling .wp-block-pullquote.alignwide blockquote,
.post-styling .wp-block-pullquote.alignfull blockquote {
  text-align: center;
}
.post-styling .wp-block-pullquote.has-background blockquote {
  background: transparent !important;
}
.post-styling .wp-block-categories.aligncenter {
  text-align: center;
}
.post-styling .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}
.post-styling .wp-block-columns .wp-block-column {
  margin-top: 0;
  margin-bottom: 0;
}
.post-styling .wp-block-columns p {
  margin-top: 0;
}
.post-styling .wp-block-columns i {
  margin-right: 15px;
}
.post-styling .wp-block-columns.alignwide,
.post-styling .wp-block-columns.alignfull {
  width: calc(100vw - 200px);
}
@media (max-width: 1200px) {
  .post-styling .wp-block-columns.alignwide,
  .post-styling .wp-block-columns.alignfull {
    width: calc(100vw - 120px);
  }
}
@media (max-width: 823px) {
  .post-styling .wp-block-columns.alignwide,
  .post-styling .wp-block-columns.alignfull {
    width: calc(100vw - 30px);
  }
}
.post-styling .wp-caption {
  color: #555;
  display: block;
  text-align: center;
}
.post-styling .wp-caption-text {
  color: #555;
  text-align: center;
  margin-top: 10px;
}
.post-styling figcaption,
.post-styling .wp-caption-text {
  margin-top: 15px;
  color: #555;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.post-styling .gallery {
  margin-bottom: 28px;
}
.post-styling .gallery .gallery-item {
  margin-bottom: 28px;
}
.post-styling .wp-block-gallery {
  padding-left: 0;
  margin-top: 0.5em;
  margin-bottom: 28px;
}
.post-styling .wp-block-gallery figure:hover figcaption {
  opacity: 1;
}
.post-styling .wp-block-gallery.columns-8:not(.alignfull) figcaption,
.post-styling .wp-block-gallery.columns-7:not(.alignfull) figcaption,
.post-styling .wp-block-gallery.columns-6:not(.alignfull) figcaption {
  display: none;
}
.post-styling .wp-block-gallery ul figcaption {
  transition: all 250ms ease-in-out;
  text-align: center;
  width: 100%;
  color: #fff;
  box-shadow: none;
  white-space: normal;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 50%, transparent);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 500px) {
  .post-styling .wp-block-gallery ul figcaption {
    display: none;
  }
}
.post-styling .wp-block-cover,
.post-styling .wp-block-cover-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0.5em;
  margin-bottom: 28px;
  padding: 0;
}
.post-styling .wp-block-cover .wp-block-cover__inner-container,
.post-styling .wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}
.post-styling .wp-block-cover .wp-block-cover-image-text,
.post-styling .wp-block-cover-image .wp-block-cover-image-text {
  color: #fff;
}
.post-styling .wp-block-cover p,
.post-styling .wp-block-cover-image p {
  line-height: 1.4;
  padding: 30px;
  position: relative;
  color: #fff;
  max-width: 700px;
}
@media (max-width: 823px) {
  .post-styling .wp-block-cover p,
  .post-styling .wp-block-cover-image p {
    padding: 15px;
  }
}
.post-styling .wp-block-cover.has-parallax,
.post-styling .wp-block-cover-image.has-parallax {
  transform: none;
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
.post-styling .wp-block-cover p:only-child,
.post-styling .wp-block-cover-image p:only-child {
  margin-bottom: 0;
}
.post-styling .wp-block-cover p:last-child,
.post-styling .wp-block-cover-image p:last-child {
  margin-bottom: 0;
}
.post-styling .wp-block-cover a,
.post-styling .wp-block-cover-image a {
  color: #fff !important;
}
.post-styling table:not(.variations),
.post-styling .wp-block-table {
  width: 100%;
  margin-bottom: 28px;
  text-align: left;
}
.post-styling table:not(.variations) td,
.post-styling .wp-block-table td,
.post-styling table:not(.variations) th,
.post-styling .wp-block-table th {
  border: 0;
  padding: 15px;
  line-height: 1.8;
}
.post-styling table:not(.variations) td:focus,
.post-styling .wp-block-table td:focus,
.post-styling table:not(.variations) th:focus,
.post-styling .wp-block-table th:focus {
  outline: none;
}
.post-styling table:not(.variations) th,
.post-styling .wp-block-table th {
  background: #f5f5f5;
  color: #000;
}
.post-styling table:not(.variations) thead td,
.post-styling .wp-block-table thead td,
.post-styling table:not(.variations) thead th,
.post-styling .wp-block-table thead th {
  background: #f5f5f5;
  color: #000;
}
.post-styling table:not(.variations) tbody:only-child,
.post-styling .wp-block-table tbody:only-child {
  /* Some tables don't have thead :( */
}
.post-styling table:not(.variations) tbody:only-child tr:first-child td,
.post-styling .wp-block-table tbody:only-child tr:first-child td,
.post-styling table:not(.variations) tbody:only-child tr:first-child th,
.post-styling .wp-block-table tbody:only-child tr:first-child th {
  background: #fafaf9;
  color: #000;
}
.post-styling table:not(.variations) tbody:only-child tr:nth-child(odd),
.post-styling .wp-block-table tbody:only-child tr:nth-child(odd) {
  background: #fafaf9;
}
.post-styling table:not(.variations) tbody:only-child tr:nth-child(even),
.post-styling .wp-block-table tbody:only-child tr:nth-child(even) {
  background: #f5f5f5;
}
.post-styling table:not(.variations) tbody tr:nth-child(even),
.post-styling .wp-block-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.post-styling table:not(.variations) tbody tr:nth-child(odd),
.post-styling .wp-block-table tbody tr:nth-child(odd) {
  background: #fafaf9;
}
.post-styling .wp-block-latest-posts {
  padding-left: 20px;
}
.post-styling .wp-block-latest-posts li {
  padding-bottom: 15px;
}
.post-styling .wp-block-latest-posts.is-grid {
  list-style-type: none;
  padding-left: 0;
}
.post-styling .wp-block-latest-comments {
  padding-left: 20px;
}
.post-styling .wp-block-latest-comments p {
  font-size: 18px;
}
.post-styling .block-library-list ul,
.post-styling .block-library-list ol {
  padding-left: 20px;
}
.post-styling .wp-block-group {
  margin-bottom: 28px;
}
.post-styling .wp-block-group.has-background,
.post-styling p.has-background {
  padding: 15px;
  border-radius: 4px;
}
.post-styling .wp-block-media-text {
  margin-bottom: 28px;
}
.post-styling .wp-block-video video {
  max-width: 100%;
}
.post-styling .wp-block-image {
  margin-bottom: 28px;
  line-height: 1;
}
.post-styling img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-styling .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  .post-styling .alignleft {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}
.post-styling .alignright {
  max-width: 50%;
  float: right;
  text-align: right;
  margin-left: 2em;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  .post-styling .alignright {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.post-styling .has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.post-styling .wpcf7 label {
  width: 100%;
}
.post-styling button {
  color: #fff !important;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 64px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  border-bottom: 0;
}
.post-styling button:hover {
  color: #fff !important;
}
.post-styling button:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.post-styling button:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.post-styling button:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
.post-styling button .fa {
  margin: 0 5px 0 0;
}
.post-styling img {
  height: auto !important;
}
.post-styling textarea {
  height: 250px;
}
.post-styling label {
  display: inline-block;
}
.post-styling input:not([type="submit"]):not([type="radio"]),
.post-styling textarea {
  width: 100%;
}
.post-styling input[type="radio"] {
  vertical-align: baseline;
  display: inline-block;
}
.post-styling input {
  margin-bottom: 0;
}
.post-styling p,
.post-styling center {
  margin: 0 0 28px 0;
  padding: 0;
}
.post-styling a {
  transition: all 250ms ease-in-out;
}
.post-styling div:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  max-width: 100%;
}
.post-styling address {
  margin-bottom: 28px;
}
.post-styling dl {
  line-height: 170%;
}
.post-styling iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.post-styling audio {
  width: 100%;
}
.post-styling > iframe {
  margin-bottom: 28px;
}
.post-styling > figure {
  margin-bottom: 28px;
  position: relative;
}
.post-styling table p:only-of-type {
  margin: 0;
  padding: 0;
}
.post-styling .wp-block-image {
  margin-bottom: 28px;
  position: relative;
}
.post-styling .wp-block-image img {
  height: auto !important;
}
.post-styling .wp-block-image figure {
  position: relative;
}
.post-styling .alignwide {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media only screen and (min-width: 1100px) {
  .post-styling .alignwide {
    max-width: 1100px;
  }
}
.post-styling .alignwide img {
  display: block;
  margin: 0 auto;
}
.post-styling .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
/* .post-styling */
body.single,
body.page {
  overflow-x: hidden;
  /* content */
}
body.single .singular-featured,
body.page .singular-featured {
  width: calc(100vw);
  border-radius: 0;
  overflow: hidden;
  margin-left: 50%;
  transform: translateX(-50%);
}
body.single .singular-featured img,
body.page .singular-featured img {
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.single.has-featured:not(.single-format-video):not(.single-format-audio):not(.single-format-gallery) .main-post,
body.page.has-featured:not(.single-format-video):not(.single-format-audio):not(.single-format-gallery) .main-post {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
body.single .main-post,
body.page .main-post {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  body.single .main-post,
  body.page .main-post {
    padding-bottom: 30px;
  }
}
body.single .content-singular,
body.page .content-singular {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  /* article */
}
body.single .content-singular textarea,
body.page .content-singular textarea,
body.single .content-singular input:not([type='submit']),
body.page .content-singular input:not([type='submit']),
body.single .content-singular select,
body.page .content-singular select {
  background: #fafafa;
  border: 1px solid #eee;
}
body.single .content-singular textarea:hover,
body.page .content-singular textarea:hover,
body.single .content-singular input:not([type='submit']):hover,
body.page .content-singular input:not([type='submit']):hover,
body.single .content-singular select:hover,
body.page .content-singular select:hover,
body.single .content-singular textarea:focus,
body.page .content-singular textarea:focus,
body.single .content-singular input:not([type='submit']):focus,
body.page .content-singular input:not([type='submit']):focus,
body.single .content-singular select:focus,
body.page .content-singular select:focus {
  background: #fefefe;
  border: 1px solid #ccc;
}
body.single .content-singular .main-post,
body.page .content-singular .main-post {
  border-radius: 16px 16px 16px 16px;
}
body.single .content-singular .post-category,
body.page .content-singular .post-category {
  text-align: center;
}
body.single .content-singular .post-title,
body.page .content-singular .post-title {
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 700px;
  line-height: 115%;
}
@media (max-width: 823px) {
  body.single .content-singular .post-title,
  body.page .content-singular .post-title {
    font-size: 36px;
  }
}
body.single .content-singular .post-header,
body.page .content-singular .post-header {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  body.single .content-singular .post-header,
  body.page .content-singular .post-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.single .content-singular .post-header .post-meta,
body.page .content-singular .post-header .post-meta {
  color: #999;
}
body.single .content-singular .post-header .post-meta a,
body.page .content-singular .post-header .post-meta a {
  color: #999;
}
@media (max-width: 1200px) {
  body.single .content-singular .post-header .post-meta,
  body.page .content-singular .post-header .post-meta {
    margin-bottom: 15px;
  }
}
@media (max-width: 823px) {
  body.single .content-singular .post-header .post-meta,
  body.page .content-singular .post-header .post-meta {
    margin-bottom: 0;
  }
}
body.single .content-singular article,
body.page .content-singular article {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media (max-width: 1200px) {
  body.single .content-singular article,
  body.page .content-singular article {
    max-width: 760px;
  }
}
@media (max-width: 823px) {
  body.single .content-singular article,
  body.page .content-singular article {
    max-width: 730px;
  }
}
body.single .content-singular article .post-date,
body.page .content-singular article .post-date {
  display: inline;
}
body.single .content-singular article .post-date-min,
body.page .content-singular article .post-date-min {
  display: none;
}
body.single .content-singular article .post-content,
body.page .content-singular article .post-content {
  color: #000;
  font-size: 18px;
  /* Separator, hr */
  /* Lists */
  /* Preformatted and Code */
  /* Button */
  /* Blockquote */
  /* Pullquote */
  /* Columns */
  /* Captions */
  /* Gallery */
  /* Cover Image */
  /* Tables */
  /* Widgets */
  /* Misc */
  /* Align */
  /* Image */
}
body.single .content-singular article .post-content h1,
body.page .content-singular article .post-content h1,
body.single .content-singular article .post-content h2,
body.page .content-singular article .post-content h2,
body.single .content-singular article .post-content h3,
body.page .content-singular article .post-content h3,
body.single .content-singular article .post-content h4,
body.page .content-singular article .post-content h4,
body.single .content-singular article .post-content h5,
body.page .content-singular article .post-content h5,
body.single .content-singular article .post-content h6,
body.page .content-singular article .post-content h6 {
  text-rendering: optimizeLegibility;
  line-height: 140%;
}
body.single .content-singular article .post-content h1,
body.page .content-singular article .post-content h1 {
  font-size: 46px;
}
body.single .content-singular article .post-content h2,
body.page .content-singular article .post-content h2 {
  font-size: 36px;
}
body.single .content-singular article .post-content h3,
body.page .content-singular article .post-content h3 {
  font-size: 30px;
}
body.single .content-singular article .post-content h4,
body.page .content-singular article .post-content h4 {
  font-size: 26px;
}
body.single .content-singular article .post-content h5,
body.page .content-singular article .post-content h5 {
  font-size: 22px;
}
body.single .content-singular article .post-content h6,
body.page .content-singular article .post-content h6 {
  font-size: 18px;
}
body.single .content-singular article .post-content .wp-block,
body.page .content-singular article .post-content .wp-block {
  margin-bottom: 28px;
  box-sizing: border-box;
}
body.single .content-singular article .post-content .editor-post-title__block .editor-post-title__input,
body.page .content-singular article .post-content .editor-post-title__block .editor-post-title__input {
  text-align: center;
}
body.single .content-singular article .post-content .wp-block-cover__inner-container,
body.page .content-singular article .post-content .wp-block-cover__inner-container {
  position: relative;
}
body.single .content-singular article .post-content a,
body.page .content-singular article .post-content a {
  text-decoration: none;
}
body.single .content-singular article .post-content p,
body.page .content-singular article .post-content p {
  line-height: 1.8;
  margin-top: 28px;
  margin-bottom: 28px;
}
body.single .content-singular article .post-content p a,
body.page .content-singular article .post-content p a {
  font-weight: 600;
}
body.single .content-singular article .post-content p.has-medium-font-size,
body.page .content-singular article .post-content p.has-medium-font-size {
  line-height: 1.65;
}
body.single .content-singular article .post-content p.has-large-font-size,
body.page .content-singular article .post-content p.has-large-font-size {
  line-height: 1.5;
}
body.single .content-singular article .post-content p.has-huge-font-size,
body.page .content-singular article .post-content p.has-huge-font-size {
  line-height: 1.4;
}
body.single .content-singular article .post-content p.wp-block-subhead,
body.page .content-singular article .post-content p.wp-block-subhead {
  font-size: 24px;
}
body.single .content-singular article .post-content p.has-drop-cap,
body.page .content-singular article .post-content p.has-drop-cap {
  min-height: 114.24px !important;
}
body.single .content-singular article .post-content dd,
body.page .content-singular article .post-content dd {
  position: relative;
}
body.single .content-singular article .post-content dd:before,
body.page .content-singular article .post-content dd:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 10px;
  content: '— ';
}
body.single .content-singular article .post-content h1,
body.page .content-singular article .post-content h1,
body.single .content-singular article .post-content h2,
body.page .content-singular article .post-content h2,
body.single .content-singular article .post-content h3,
body.page .content-singular article .post-content h3,
body.single .content-singular article .post-content h4,
body.page .content-singular article .post-content h4,
body.single .content-singular article .post-content h5,
body.page .content-singular article .post-content h5,
body.single .content-singular article .post-content h6,
body.page .content-singular article .post-content h6 {
  margin-bottom: 28px;
  padding: 0;
  line-height: 1.4;
}
body.single .content-singular article .post-content figure > div,
body.page .content-singular article .post-content figure > div {
  line-height: 0;
}
body.single .content-singular article .post-content figure > img,
body.page .content-singular article .post-content figure > img {
  height: auto !important;
}
body.single .content-singular article .post-content hr,
body.page .content-singular article .post-content hr,
body.single .content-singular article .post-content .wp-block-separator,
body.page .content-singular article .post-content .wp-block-separator {
  padding: 0;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  border-top: 0;
  clear: both;
}
body.single .content-singular article .post-content .wp-block-separator.is-style-dots,
body.page .content-singular article .post-content .wp-block-separator.is-style-dots {
  line-height: 100%;
}
body.single .content-singular article .post-content .wp-block-separator.is-style-dots:before,
body.page .content-singular article .post-content .wp-block-separator.is-style-dots:before {
  font-size: 42px;
  letter-spacing: 0.75em;
  padding-left: 0.75em;
}
body.single .content-singular article .post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
body.page .content-singular article .post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
body.single .content-singular article .post-content hr:not(.is-style-dots),
body.page .content-singular article .post-content hr:not(.is-style-dots),
body.single .content-singular article .post-content .wp-block-separator:not(.is-style-dots),
body.page .content-singular article .post-content .wp-block-separator:not(.is-style-dots) {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
body.single .content-singular article .post-content ul,
body.page .content-singular article .post-content ul {
  list-style: disc;
}
body.single .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts),
body.page .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts),
body.single .content-singular article .post-content ol,
body.page .content-singular article .post-content ol,
body.single .content-singular article .post-content ul.editor-rich-text__tinymce,
body.page .content-singular article .post-content ul.editor-rich-text__tinymce,
body.single .content-singular article .post-content ol.editor-rich-text__tinymce,
body.page .content-singular article .post-content ol.editor-rich-text__tinymce {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 28px;
  padding-left: 20px;
}
body.single .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
body.page .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
body.single .content-singular article .post-content ol ul,
body.page .content-singular article .post-content ol ul,
body.single .content-singular article .post-content ul.editor-rich-text__tinymce ul,
body.page .content-singular article .post-content ul.editor-rich-text__tinymce ul,
body.single .content-singular article .post-content ol.editor-rich-text__tinymce ul,
body.page .content-singular article .post-content ol.editor-rich-text__tinymce ul,
body.single .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ol,
body.page .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ol,
body.single .content-singular article .post-content ol ol,
body.page .content-singular article .post-content ol ol,
body.single .content-singular article .post-content ul.editor-rich-text__tinymce ol,
body.page .content-singular article .post-content ul.editor-rich-text__tinymce ol,
body.single .content-singular article .post-content ol.editor-rich-text__tinymce ol,
body.page .content-singular article .post-content ol.editor-rich-text__tinymce ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.single .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
body.page .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
body.single .content-singular article .post-content ol ul,
body.page .content-singular article .post-content ol ul,
body.single .content-singular article .post-content ul.editor-rich-text__tinymce ul,
body.page .content-singular article .post-content ul.editor-rich-text__tinymce ul,
body.single .content-singular article .post-content ol.editor-rich-text__tinymce ul,
body.page .content-singular article .post-content ol.editor-rich-text__tinymce ul {
  list-style-type: circle;
}
body.single .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) li,
body.page .content-singular article .post-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) li,
body.single .content-singular article .post-content ol li,
body.page .content-singular article .post-content ol li,
body.single .content-singular article .post-content ul.editor-rich-text__tinymce li,
body.page .content-singular article .post-content ul.editor-rich-text__tinymce li,
body.single .content-singular article .post-content ol.editor-rich-text__tinymce li,
body.page .content-singular article .post-content ol.editor-rich-text__tinymce li {
  margin-bottom: 5px;
  line-height: 1.8;
  padding-left: 3px;
}
body.single .content-singular article .post-content pre:not(.wp-block-verse),
body.page .content-singular article .post-content pre:not(.wp-block-verse) {
  border-left: 5px solid #eee;
  background: #fafaf9;
  padding: 20px;
  word-wrap: normal;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 28px;
  tab-size: 4;
}
body.single .content-singular article .post-content pre:not(.wp-block-verse) code,
body.page .content-singular article .post-content pre:not(.wp-block-verse) code {
  background: transparent;
}
body.single .content-singular article .post-content .wp-block-preformatted pre,
body.page .content-singular article .post-content .wp-block-preformatted pre {
  font-size: 1em;
}
body.single .content-singular article .post-content .wp-block-verse,
body.page .content-singular article .post-content .wp-block-verse {
  line-height: 150%;
  margin-bottom: 28px;
}
body.single .content-singular article .post-content .wp-block-verse pre,
body.page .content-singular article .post-content .wp-block-verse pre {
  background: transparent;
  border-left: 0;
  padding: 0;
}
body.single .content-singular article .post-content .wp-block-code,
body.page .content-singular article .post-content .wp-block-code {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content code,
body.page .content-singular article .post-content code {
  word-wrap: normal;
  line-height: 120%;
  padding: 5px;
  background: #f5f5f5;
}
body.single .content-singular article .post-content .wp-block-file .wp-block-file__button,
body.page .content-singular article .post-content .wp-block-file .wp-block-file__button {
  text-transform: uppercase;
  font-weight: 600;
}
body.single .content-singular article .post-content .wp-block-button,
body.page .content-singular article .post-content .wp-block-button {
  margin-top: 0.5em;
  margin-bottom: 28px;
  text-align: center;
}
body.single .content-singular article .post-content .wp-block-button .wp-block-button__link,
body.page .content-singular article .post-content .wp-block-button .wp-block-button__link {
  margin-bottom: 0;
  font-weight: 600;
}
body.single .content-singular article .post-content .wp-block-button .wp-block-button__link br,
body.page .content-singular article .post-content .wp-block-button .wp-block-button__link br {
  display: none !important;
}
body.single .content-singular article .post-content .wp-block-button.is-style-outline,
body.page .content-singular article .post-content .wp-block-button.is-style-outline {
  color: #fff;
}
body.single .content-singular article .post-content .wp-block-button.is-style-outline .wp-block-button__link,
body.page .content-singular article .post-content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px !important;
}
body.single .content-singular article .post-content .wp-block-button.is-style-squared .wp-block-button__link,
body.page .content-singular article .post-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 4px !important;
}
body.single .content-singular article .post-content .wp-block-quote,
body.page .content-singular article .post-content .wp-block-quote {
  border-top-width: 20px;
  border-top-style: solid;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 20px !important;
  padding-left: 60px !important;
  margin-bottom: 28px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
body.single .content-singular article .post-content .wp-block-quote:before,
body.page .content-singular article .post-content .wp-block-quote:before {
  font-family: 'ForkAwesome';
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  content: '\f10e';
  line-height: 1;
}
body.single .content-singular article .post-content .wp-block-quote cite,
body.page .content-singular article .post-content .wp-block-quote cite,
body.single .content-singular article .post-content .wp-block-quote .wp-block-quote__citation,
body.page .content-singular article .post-content .wp-block-quote .wp-block-quote__citation {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  text-transform: none;
  font-size: 18px;
  color: #333;
  font-style: italic;
  text-align: left;
}
body.single .content-singular article .post-content .wp-block-quote cite br,
body.page .content-singular article .post-content .wp-block-quote cite br,
body.single .content-singular article .post-content .wp-block-quote .wp-block-quote__citation br,
body.page .content-singular article .post-content .wp-block-quote .wp-block-quote__citation br {
  display: none;
}
body.single .content-singular article .post-content .wp-block-quote p,
body.page .content-singular article .post-content .wp-block-quote p {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1em;
}
body.single .content-singular article .post-content .wp-block-quote p:only-child,
body.page .content-singular article .post-content .wp-block-quote p:only-child {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-quote p:last-of-type,
body.page .content-singular article .post-content .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-quote.is-style-large,
body.page .content-singular article .post-content .wp-block-quote.is-style-large {
  padding: 15px 0 0 0 !important;
  text-align: center;
  font-size: 26px !important;
  font-style: normal;
}
body.single .content-singular article .post-content .wp-block-quote.is-style-large cite,
body.page .content-singular article .post-content .wp-block-quote.is-style-large cite,
body.single .content-singular article .post-content .wp-block-quote.is-style-large .wp-block-quote__citation,
body.page .content-singular article .post-content .wp-block-quote.is-style-large .wp-block-quote__citation {
  text-align: center;
}
body.single .content-singular article .post-content .wp-block-quote.is-style-large:before,
body.page .content-singular article .post-content .wp-block-quote.is-style-large:before {
  display: none;
}
body.single .content-singular article .post-content .wp-block-quote.has-text-align-right,
body.page .content-singular article .post-content .wp-block-quote.has-text-align-right {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
body.single .content-singular article .post-content .wp-block-quote.has-text-align-right cite,
body.page .content-singular article .post-content .wp-block-quote.has-text-align-right cite,
body.single .content-singular article .post-content .wp-block-quote.has-text-align-right .wp-block-quote__citation,
body.page .content-singular article .post-content .wp-block-quote.has-text-align-right .wp-block-quote__citation {
  text-align: right;
}
body.single .content-singular article .post-content .wp-block-quote.has-text-align-right:before,
body.page .content-singular article .post-content .wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
body.single .content-singular article .post-content .wp-block-pullquote,
body.page .content-singular article .post-content .wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 900px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 12px;
  overflow: hidden;
}
body.single .content-singular article .post-content .wp-block-pullquote p,
body.page .content-singular article .post-content .wp-block-pullquote p {
  color: inherit;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 170%;
}
body.single .content-singular article .post-content .wp-block-pullquote p:only-child,
body.page .content-singular article .post-content .wp-block-pullquote p:only-child {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-pullquote p:last-of-type,
body.page .content-singular article .post-content .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-pullquote cite,
body.page .content-singular article .post-content .wp-block-pullquote cite,
body.single .content-singular article .post-content .wp-block-pullquote .wp-block-pullquote__citation,
body.page .content-singular article .post-content .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  font-size: 18px;
  text-transform: none;
  font-style: italic;
}
body.single .content-singular article .post-content .wp-block-pullquote blockquote,
body.page .content-singular article .post-content .wp-block-pullquote blockquote {
  padding: 25px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  background-size: 130% 130%;
  text-align: center;
}
body.single .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote,
body.page .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 25px;
}
body.single .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote p,
body.page .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
body.single .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:only-child,
body.page .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:only-child {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
body.page .content-singular article .post-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-pullquote.alignwide,
body.page .content-singular article .post-content .wp-block-pullquote.alignwide,
body.single .content-singular article .post-content .wp-block-pullquote.alignfull,
body.page .content-singular article .post-content .wp-block-pullquote.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
body.single .content-singular article .post-content .wp-block-pullquote.alignwide blockquote,
body.page .content-singular article .post-content .wp-block-pullquote.alignwide blockquote,
body.single .content-singular article .post-content .wp-block-pullquote.alignfull blockquote,
body.page .content-singular article .post-content .wp-block-pullquote.alignfull blockquote {
  text-align: center;
}
body.single .content-singular article .post-content .wp-block-pullquote.has-background blockquote,
body.page .content-singular article .post-content .wp-block-pullquote.has-background blockquote {
  background: transparent !important;
}
body.single .content-singular article .post-content .wp-block-categories.aligncenter,
body.page .content-singular article .post-content .wp-block-categories.aligncenter {
  text-align: center;
}
body.single .content-singular article .post-content .wp-block-columns,
body.page .content-singular article .post-content .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-columns .wp-block-column,
body.page .content-singular article .post-content .wp-block-columns .wp-block-column {
  margin-top: 0;
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-columns p,
body.page .content-singular article .post-content .wp-block-columns p {
  margin-top: 0;
}
body.single .content-singular article .post-content .wp-block-columns i,
body.page .content-singular article .post-content .wp-block-columns i {
  margin-right: 15px;
}
body.single .content-singular article .post-content .wp-block-columns.alignwide,
body.page .content-singular article .post-content .wp-block-columns.alignwide,
body.single .content-singular article .post-content .wp-block-columns.alignfull,
body.page .content-singular article .post-content .wp-block-columns.alignfull {
  width: calc(100vw - 200px);
}
@media (max-width: 1200px) {
  body.single .content-singular article .post-content .wp-block-columns.alignwide,
  body.page .content-singular article .post-content .wp-block-columns.alignwide,
  body.single .content-singular article .post-content .wp-block-columns.alignfull,
  body.page .content-singular article .post-content .wp-block-columns.alignfull {
    width: calc(100vw - 120px);
  }
}
@media (max-width: 823px) {
  body.single .content-singular article .post-content .wp-block-columns.alignwide,
  body.page .content-singular article .post-content .wp-block-columns.alignwide,
  body.single .content-singular article .post-content .wp-block-columns.alignfull,
  body.page .content-singular article .post-content .wp-block-columns.alignfull {
    width: calc(100vw - 30px);
  }
}
body.single .content-singular article .post-content .wp-caption,
body.page .content-singular article .post-content .wp-caption {
  color: #555;
  display: block;
  text-align: center;
}
body.single .content-singular article .post-content .wp-caption-text,
body.page .content-singular article .post-content .wp-caption-text {
  color: #555;
  text-align: center;
  margin-top: 10px;
}
body.single .content-singular article .post-content figcaption,
body.page .content-singular article .post-content figcaption,
body.single .content-singular article .post-content .wp-caption-text,
body.page .content-singular article .post-content .wp-caption-text {
  margin-top: 15px;
  color: #555;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
body.single .content-singular article .post-content .gallery,
body.page .content-singular article .post-content .gallery {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content .gallery .gallery-item,
body.page .content-singular article .post-content .gallery .gallery-item {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content .wp-block-gallery,
body.page .content-singular article .post-content .wp-block-gallery {
  padding-left: 0;
  margin-top: 0.5em;
  margin-bottom: 28px;
}
body.single .content-singular article .post-content .wp-block-gallery figure:hover figcaption,
body.page .content-singular article .post-content .wp-block-gallery figure:hover figcaption {
  opacity: 1;
}
body.single .content-singular article .post-content .wp-block-gallery.columns-8:not(.alignfull) figcaption,
body.page .content-singular article .post-content .wp-block-gallery.columns-8:not(.alignfull) figcaption,
body.single .content-singular article .post-content .wp-block-gallery.columns-7:not(.alignfull) figcaption,
body.page .content-singular article .post-content .wp-block-gallery.columns-7:not(.alignfull) figcaption,
body.single .content-singular article .post-content .wp-block-gallery.columns-6:not(.alignfull) figcaption,
body.page .content-singular article .post-content .wp-block-gallery.columns-6:not(.alignfull) figcaption {
  display: none;
}
body.single .content-singular article .post-content .wp-block-gallery ul figcaption,
body.page .content-singular article .post-content .wp-block-gallery ul figcaption {
  transition: all 250ms ease-in-out;
  text-align: center;
  width: 100%;
  color: #fff;
  box-shadow: none;
  white-space: normal;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 50%, transparent);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 500px) {
  body.single .content-singular article .post-content .wp-block-gallery ul figcaption,
  body.page .content-singular article .post-content .wp-block-gallery ul figcaption {
    display: none;
  }
}
body.single .content-singular article .post-content .wp-block-cover,
body.page .content-singular article .post-content .wp-block-cover,
body.single .content-singular article .post-content .wp-block-cover-image,
body.page .content-singular article .post-content .wp-block-cover-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0.5em;
  margin-bottom: 28px;
  padding: 0;
}
body.single .content-singular article .post-content .wp-block-cover .wp-block-cover__inner-container,
body.page .content-singular article .post-content .wp-block-cover .wp-block-cover__inner-container,
body.single .content-singular article .post-content .wp-block-cover-image .wp-block-cover__inner-container,
body.page .content-singular article .post-content .wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}
body.single .content-singular article .post-content .wp-block-cover .wp-block-cover-image-text,
body.page .content-singular article .post-content .wp-block-cover .wp-block-cover-image-text,
body.single .content-singular article .post-content .wp-block-cover-image .wp-block-cover-image-text,
body.page .content-singular article .post-content .wp-block-cover-image .wp-block-cover-image-text {
  color: #fff;
}
body.single .content-singular article .post-content .wp-block-cover p,
body.page .content-singular article .post-content .wp-block-cover p,
body.single .content-singular article .post-content .wp-block-cover-image p,
body.page .content-singular article .post-content .wp-block-cover-image p {
  line-height: 1.4;
  padding: 30px;
  position: relative;
  color: #fff;
  max-width: 700px;
}
@media (max-width: 823px) {
  body.single .content-singular article .post-content .wp-block-cover p,
  body.page .content-singular article .post-content .wp-block-cover p,
  body.single .content-singular article .post-content .wp-block-cover-image p,
  body.page .content-singular article .post-content .wp-block-cover-image p {
    padding: 15px;
  }
}
body.single .content-singular article .post-content .wp-block-cover.has-parallax,
body.page .content-singular article .post-content .wp-block-cover.has-parallax,
body.single .content-singular article .post-content .wp-block-cover-image.has-parallax,
body.page .content-singular article .post-content .wp-block-cover-image.has-parallax {
  transform: none;
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
body.single .content-singular article .post-content .wp-block-cover p:only-child,
body.page .content-singular article .post-content .wp-block-cover p:only-child,
body.single .content-singular article .post-content .wp-block-cover-image p:only-child,
body.page .content-singular article .post-content .wp-block-cover-image p:only-child {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-cover p:last-child,
body.page .content-singular article .post-content .wp-block-cover p:last-child,
body.single .content-singular article .post-content .wp-block-cover-image p:last-child,
body.page .content-singular article .post-content .wp-block-cover-image p:last-child {
  margin-bottom: 0;
}
body.single .content-singular article .post-content .wp-block-cover a,
body.page .content-singular article .post-content .wp-block-cover a,
body.single .content-singular article .post-content .wp-block-cover-image a,
body.page .content-singular article .post-content .wp-block-cover-image a {
  color: #fff !important;
}
body.single .content-singular article .post-content table:not(.variations),
body.page .content-singular article .post-content table:not(.variations),
body.single .content-singular article .post-content .wp-block-table,
body.page .content-singular article .post-content .wp-block-table {
  width: 100%;
  margin-bottom: 28px;
  text-align: left;
}
body.single .content-singular article .post-content table:not(.variations) td,
body.page .content-singular article .post-content table:not(.variations) td,
body.single .content-singular article .post-content .wp-block-table td,
body.page .content-singular article .post-content .wp-block-table td,
body.single .content-singular article .post-content table:not(.variations) th,
body.page .content-singular article .post-content table:not(.variations) th,
body.single .content-singular article .post-content .wp-block-table th,
body.page .content-singular article .post-content .wp-block-table th {
  border: 0;
  padding: 15px;
  line-height: 1.8;
}
body.single .content-singular article .post-content table:not(.variations) td:focus,
body.page .content-singular article .post-content table:not(.variations) td:focus,
body.single .content-singular article .post-content .wp-block-table td:focus,
body.page .content-singular article .post-content .wp-block-table td:focus,
body.single .content-singular article .post-content table:not(.variations) th:focus,
body.page .content-singular article .post-content table:not(.variations) th:focus,
body.single .content-singular article .post-content .wp-block-table th:focus,
body.page .content-singular article .post-content .wp-block-table th:focus {
  outline: none;
}
body.single .content-singular article .post-content table:not(.variations) th,
body.page .content-singular article .post-content table:not(.variations) th,
body.single .content-singular article .post-content .wp-block-table th,
body.page .content-singular article .post-content .wp-block-table th {
  background: #f5f5f5;
  color: #000;
}
body.single .content-singular article .post-content table:not(.variations) thead td,
body.page .content-singular article .post-content table:not(.variations) thead td,
body.single .content-singular article .post-content .wp-block-table thead td,
body.page .content-singular article .post-content .wp-block-table thead td,
body.single .content-singular article .post-content table:not(.variations) thead th,
body.page .content-singular article .post-content table:not(.variations) thead th,
body.single .content-singular article .post-content .wp-block-table thead th,
body.page .content-singular article .post-content .wp-block-table thead th {
  background: #f5f5f5;
  color: #000;
}
body.single .content-singular article .post-content table:not(.variations) tbody:only-child,
body.page .content-singular article .post-content table:not(.variations) tbody:only-child,
body.single .content-singular article .post-content .wp-block-table tbody:only-child,
body.page .content-singular article .post-content .wp-block-table tbody:only-child {
  /* Some tables don't have thead :( */
}
body.single .content-singular article .post-content table:not(.variations) tbody:only-child tr:first-child td,
body.page .content-singular article .post-content table:not(.variations) tbody:only-child tr:first-child td,
body.single .content-singular article .post-content .wp-block-table tbody:only-child tr:first-child td,
body.page .content-singular article .post-content .wp-block-table tbody:only-child tr:first-child td,
body.single .content-singular article .post-content table:not(.variations) tbody:only-child tr:first-child th,
body.page .content-singular article .post-content table:not(.variations) tbody:only-child tr:first-child th,
body.single .content-singular article .post-content .wp-block-table tbody:only-child tr:first-child th,
body.page .content-singular article .post-content .wp-block-table tbody:only-child tr:first-child th {
  background: #fafaf9;
  color: #000;
}
body.single .content-singular article .post-content table:not(.variations) tbody:only-child tr:nth-child(odd),
body.page .content-singular article .post-content table:not(.variations) tbody:only-child tr:nth-child(odd),
body.single .content-singular article .post-content .wp-block-table tbody:only-child tr:nth-child(odd),
body.page .content-singular article .post-content .wp-block-table tbody:only-child tr:nth-child(odd) {
  background: #fafaf9;
}
body.single .content-singular article .post-content table:not(.variations) tbody:only-child tr:nth-child(even),
body.page .content-singular article .post-content table:not(.variations) tbody:only-child tr:nth-child(even),
body.single .content-singular article .post-content .wp-block-table tbody:only-child tr:nth-child(even),
body.page .content-singular article .post-content .wp-block-table tbody:only-child tr:nth-child(even) {
  background: #f5f5f5;
}
body.single .content-singular article .post-content table:not(.variations) tbody tr:nth-child(even),
body.page .content-singular article .post-content table:not(.variations) tbody tr:nth-child(even),
body.single .content-singular article .post-content .wp-block-table tbody tr:nth-child(even),
body.page .content-singular article .post-content .wp-block-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
body.single .content-singular article .post-content table:not(.variations) tbody tr:nth-child(odd),
body.page .content-singular article .post-content table:not(.variations) tbody tr:nth-child(odd),
body.single .content-singular article .post-content .wp-block-table tbody tr:nth-child(odd),
body.page .content-singular article .post-content .wp-block-table tbody tr:nth-child(odd) {
  background: #fafaf9;
}
body.single .content-singular article .post-content .wp-block-latest-posts,
body.page .content-singular article .post-content .wp-block-latest-posts {
  padding-left: 20px;
}
body.single .content-singular article .post-content .wp-block-latest-posts li,
body.page .content-singular article .post-content .wp-block-latest-posts li {
  padding-bottom: 15px;
}
body.single .content-singular article .post-content .wp-block-latest-posts.is-grid,
body.page .content-singular article .post-content .wp-block-latest-posts.is-grid {
  list-style-type: none;
  padding-left: 0;
}
body.single .content-singular article .post-content .wp-block-latest-comments,
body.page .content-singular article .post-content .wp-block-latest-comments {
  padding-left: 20px;
}
body.single .content-singular article .post-content .wp-block-latest-comments p,
body.page .content-singular article .post-content .wp-block-latest-comments p {
  font-size: 18px;
}
body.single .content-singular article .post-content .block-library-list ul,
body.page .content-singular article .post-content .block-library-list ul,
body.single .content-singular article .post-content .block-library-list ol,
body.page .content-singular article .post-content .block-library-list ol {
  padding-left: 20px;
}
body.single .content-singular article .post-content .wp-block-group,
body.page .content-singular article .post-content .wp-block-group {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content .wp-block-group.has-background,
body.page .content-singular article .post-content .wp-block-group.has-background,
body.single .content-singular article .post-content p.has-background,
body.page .content-singular article .post-content p.has-background {
  padding: 15px;
  border-radius: 4px;
}
body.single .content-singular article .post-content .wp-block-media-text,
body.page .content-singular article .post-content .wp-block-media-text {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content .wp-block-video video,
body.page .content-singular article .post-content .wp-block-video video {
  max-width: 100%;
}
body.single .content-singular article .post-content .wp-block-image,
body.page .content-singular article .post-content .wp-block-image {
  margin-bottom: 28px;
  line-height: 1;
}
body.single .content-singular article .post-content img.aligncenter,
body.page .content-singular article .post-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.single .content-singular article .post-content .alignleft,
body.page .content-singular article .post-content .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  body.single .content-singular article .post-content .alignleft,
  body.page .content-singular article .post-content .alignleft {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}
body.single .content-singular article .post-content .alignright,
body.page .content-singular article .post-content .alignright {
  max-width: 50%;
  float: right;
  text-align: right;
  margin-left: 2em;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  body.single .content-singular article .post-content .alignright,
  body.page .content-singular article .post-content .alignright {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
body.single .content-singular article .post-content .has-text-align-center,
body.page .content-singular article .post-content .has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
body.single .content-singular article .post-content .wpcf7 label,
body.page .content-singular article .post-content .wpcf7 label {
  width: 100%;
}
body.single .content-singular article .post-content button,
body.page .content-singular article .post-content button {
  color: #fff !important;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 64px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  border-bottom: 0;
}
body.single .content-singular article .post-content button:hover,
body.page .content-singular article .post-content button:hover {
  color: #fff !important;
}
body.single .content-singular article .post-content button:hover,
body.page .content-singular article .post-content button:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
body.single .content-singular article .post-content button:focus,
body.page .content-singular article .post-content button:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
body.single .content-singular article .post-content button:active,
body.page .content-singular article .post-content button:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
body.single .content-singular article .post-content button .fa,
body.page .content-singular article .post-content button .fa {
  margin: 0 5px 0 0;
}
body.single .content-singular article .post-content img,
body.page .content-singular article .post-content img {
  height: auto !important;
}
body.single .content-singular article .post-content textarea,
body.page .content-singular article .post-content textarea {
  height: 250px;
}
body.single .content-singular article .post-content label,
body.page .content-singular article .post-content label {
  display: inline-block;
}
body.single .content-singular article .post-content input:not([type="submit"]):not([type="radio"]),
body.page .content-singular article .post-content input:not([type="submit"]):not([type="radio"]),
body.single .content-singular article .post-content textarea,
body.page .content-singular article .post-content textarea {
  width: 100%;
}
body.single .content-singular article .post-content input[type="radio"],
body.page .content-singular article .post-content input[type="radio"] {
  vertical-align: baseline;
  display: inline-block;
}
body.single .content-singular article .post-content input,
body.page .content-singular article .post-content input {
  margin-bottom: 0;
}
body.single .content-singular article .post-content p,
body.page .content-singular article .post-content p,
body.single .content-singular article .post-content center,
body.page .content-singular article .post-content center {
  margin: 0 0 28px 0;
  padding: 0;
}
body.single .content-singular article .post-content a,
body.page .content-singular article .post-content a {
  transition: all 250ms ease-in-out;
}
body.single .content-singular article .post-content div:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
body.page .content-singular article .post-content div:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  max-width: 100%;
}
body.single .content-singular article .post-content address,
body.page .content-singular article .post-content address {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content dl,
body.page .content-singular article .post-content dl {
  line-height: 170%;
}
body.single .content-singular article .post-content iframe,
body.page .content-singular article .post-content iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body.single .content-singular article .post-content audio,
body.page .content-singular article .post-content audio {
  width: 100%;
}
body.single .content-singular article .post-content > iframe,
body.page .content-singular article .post-content > iframe {
  margin-bottom: 28px;
}
body.single .content-singular article .post-content > figure,
body.page .content-singular article .post-content > figure {
  margin-bottom: 28px;
  position: relative;
}
body.single .content-singular article .post-content table p:only-of-type,
body.page .content-singular article .post-content table p:only-of-type {
  margin: 0;
  padding: 0;
}
body.single .content-singular article .post-content .wp-block-image,
body.page .content-singular article .post-content .wp-block-image {
  margin-bottom: 28px;
  position: relative;
}
body.single .content-singular article .post-content .wp-block-image img,
body.page .content-singular article .post-content .wp-block-image img {
  height: auto !important;
}
body.single .content-singular article .post-content .wp-block-image figure,
body.page .content-singular article .post-content .wp-block-image figure {
  position: relative;
}
body.single .content-singular article .post-content .alignwide,
body.page .content-singular article .post-content .alignwide {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media only screen and (min-width: 1100px) {
  body.single .content-singular article .post-content .alignwide,
  body.page .content-singular article .post-content .alignwide {
    max-width: 1100px;
  }
}
body.single .content-singular article .post-content .alignwide img,
body.page .content-singular article .post-content .alignwide img {
  display: block;
  margin: 0 auto;
}
body.single .content-singular article .post-content .alignfull,
body.page .content-singular article .post-content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
body.single .content-singular article .author-bio,
body.page .content-singular article .author-bio {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.single .content-singular article .author-bio .social-wrap a i,
body.page .content-singular article .author-bio .social-wrap a i {
  color: #fff;
  position: relative;
}
body.single .content-singular article .author-bio .social-wrap a i:after,
body.page .content-singular article .author-bio .social-wrap a i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.single .content-singular article .author-bio .social-wrap a i:after,
body.page .content-singular article .author-bio .social-wrap a i:after {
  transition: all 250ms ease-in-out;
}
body.single .content-singular article .author-bio .social-wrap a i:hover:after,
body.page .content-singular article .author-bio .social-wrap a i:hover:after {
  background: rgba(255, 255, 255, 0.25);
}
body.single .content-singular article .post-password-form,
body.page .content-singular article .post-password-form {
  text-align: center;
}
body.single .content-singular article .post-password-form p:first-of-type,
body.page .content-singular article .post-password-form p:first-of-type {
  font-size: 24px;
}
body.single .content-singular article .post-password-form label,
body.page .content-singular article .post-password-form label {
  display: block;
  font-weight: 400;
}
body.single .content-singular article .post-password-form input[type='password'],
body.page .content-singular article .post-password-form input[type='password'] {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.single .content-singular article .post-password-form input[type='submit'],
body.page .content-singular article .post-password-form input[type='submit'] {
  display: inline-block;
}
body.single .content-singular .post-footer,
body.page .content-singular .post-footer {
  clear: both;
}
body.single .post-views,
body.page .post-views {
  display: none;
}
.post-share {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  color: #fff;
  border-radius: 0 12px 0 0;
  z-index: 1000;
  transition: all 250ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  visibility: hidden;
  transform: translate(0, 70px);
}
@media (max-width: 823px) {
  .post-share {
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 12px 12px 0 0;
  }
  .post-share .share-buttons {
    display: flex;
    justify-content: center;
  }
}
.post-share.visible {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  user-select: auto;
  visibility: visible;
  transform: translate(0, 0);
}
.post-share .share-buttons {
  display: flex;
}
.post-share .share-buttons .callout {
  line-height: 20px;
  margin-left: 10px;
}
.post-share .share-buttons > div {
  margin-right: 20px;
}
.post-share .share-buttons > div:last-of-type {
  margin-right: 0;
}
.post-share .share-buttons > div a {
  color: #fff;
  transition: all 250ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-share .share-buttons > div i {
  font-size: 20px;
}
/* .post-share */
.post-tags {
  margin-top: 40px;
  padding-bottom: 10px;
}
.post-pages {
  padding-top: 10px;
  margin-bottom: 30px;
  clear: both;
  color: #555;
}
.post-pages .page-links-title {
  display: inline;
  padding-right: 10px;
}
.post-pages > span,
.post-pages a {
  display: inline-block;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease-in-out;
  border-radius: 4px;
}
.post-pages a:hover {
  opacity: 0.7;
}
.post-pages > span {
  color: #fff;
}
body.page:not(.woocommerce-page) .content article .post-header .post-title {
  padding-top: 0;
  padding-bottom: 0;
}
body.page:not(.woocommerce-page) .content-singular {
  border-bottom: 0 !important;
}
body.page.page-template-page-full-width .content {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.content-error {
  margin-bottom: 50px;
}
.content-error .main-post {
  text-align: center;
  border-radius: 16px 16px 16px 16px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.content-error .main-post h1 {
  font-size: 105px;
  line-height: 1;
  margin: 0;
}
.content-error .main-post h2 {
  margin: 0;
  line-height: 1;
}
.content-error .main-post p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .content-error .main-post {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
button.show-comments {
  width: 100%;
  margin-top: 20px;
  border-radius: 64px;
}
.comments {
  display: none;
  width: 100%;
  padding: 0;
  margin-top: 20px;
  /* respond form */
}
.comments > h3 {
  margin-bottom: 40px;
}
.comments .list-comments {
  padding: 0;
  margin: 0;
}
.comments .list-comments ul {
  list-style: none;
}
.comments .list-comments > li {
  list-style-type: none;
}
.comments .list-comments form {
  margin-bottom: 30px;
}
.comments #reply-title {
  padding: 0;
  white-space: nowrap;
  margin: 0;
  vertical-align: baseline;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.comments #reply-title small a {
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 7px 12px;
  margin-left: 10px;
}
.comments #respond code,
.comments #respond label {
  display: block;
}
.comments #respond label {
  font-size: 16px;
  margin-bottom: 5px;
}
.comments #respond textarea,
.comments #respond input[type='text'],
.comments #respond input[type='email'] {
  width: 100%;
}
.comments #respond .form-allowed-tags {
  display: none;
}
.comments #respond #submit {
  color: #fff !important;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  margin-bottom: 0;
  border-radius: 64px;
}
.comments #respond #submit:hover {
  color: #fff !important;
}
.comments #respond #submit:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.comments #respond #submit:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.comments #respond #submit:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
.comments #respond #submit .fa {
  margin: 0 5px 0 0;
}
.comments #respond p {
  margin: 0;
  padding: 0;
}
.comments #respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comments #respond .comment-form-cookies-consent label {
  margin-left: 10px;
  margin-bottom: 0;
}
.comments #respond form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comments #respond form .form-submit {
  flex: 1 1 100%;
}
.comments #respond form .comment-form-comment,
.comments #respond form .comment-form-cookies-consent {
  flex: 1 1 100%;
  margin-bottom: 10px;
}
.comments #respond form .comment-form-author,
.comments #respond form .comment-form-email,
.comments #respond form .comment-form-url {
  flex: 0 0 32%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .comments #respond form .comment-form-author,
  .comments #respond form .comment-form-email,
  .comments #respond form .comment-form-url {
    flex: 1 1 100%;
  }
}
.comments #respond form .comment-notes,
.comments #respond form .logged-in-as {
  margin: 0 0 15px 0;
  flex: 1 1 100%;
}
.comments #respond form .logged-in-as a {
  color: #000;
}
.comments .comment-body {
  color: #000;
  font-size: 18px;
  /* Separator, hr */
  /* Lists */
  /* Preformatted and Code */
  /* Button */
  /* Blockquote */
  /* Pullquote */
  /* Columns */
  /* Captions */
  /* Gallery */
  /* Cover Image */
  /* Tables */
  /* Widgets */
  /* Misc */
  /* Align */
  /* Image */
  position: relative;
  margin: 0 0 40px 0;
}
.comments .comment-body h1,
.comments .comment-body h2,
.comments .comment-body h3,
.comments .comment-body h4,
.comments .comment-body h5,
.comments .comment-body h6 {
  text-rendering: optimizeLegibility;
  line-height: 140%;
}
.comments .comment-body h1 {
  font-size: 46px;
}
.comments .comment-body h2 {
  font-size: 36px;
}
.comments .comment-body h3 {
  font-size: 30px;
}
.comments .comment-body h4 {
  font-size: 26px;
}
.comments .comment-body h5 {
  font-size: 22px;
}
.comments .comment-body h6 {
  font-size: 18px;
}
.comments .comment-body .wp-block {
  margin-bottom: 28px;
  box-sizing: border-box;
}
.comments .comment-body .editor-post-title__block .editor-post-title__input {
  text-align: center;
}
.comments .comment-body .wp-block-cover__inner-container {
  position: relative;
}
.comments .comment-body a {
  text-decoration: none;
}
.comments .comment-body p {
  line-height: 1.8;
  margin-top: 28px;
  margin-bottom: 28px;
}
.comments .comment-body p a {
  font-weight: 600;
}
.comments .comment-body p.has-medium-font-size {
  line-height: 1.65;
}
.comments .comment-body p.has-large-font-size {
  line-height: 1.5;
}
.comments .comment-body p.has-huge-font-size {
  line-height: 1.4;
}
.comments .comment-body p.wp-block-subhead {
  font-size: 24px;
}
.comments .comment-body p.has-drop-cap {
  min-height: 114.24px !important;
}
.comments .comment-body dd {
  position: relative;
}
.comments .comment-body dd:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 10px;
  content: '— ';
}
.comments .comment-body h1,
.comments .comment-body h2,
.comments .comment-body h3,
.comments .comment-body h4,
.comments .comment-body h5,
.comments .comment-body h6 {
  margin-bottom: 28px;
  padding: 0;
  line-height: 1.4;
}
.comments .comment-body figure > div {
  line-height: 0;
}
.comments .comment-body figure > img {
  height: auto !important;
}
.comments .comment-body hr,
.comments .comment-body .wp-block-separator {
  padding: 0;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  border-top: 0;
  clear: both;
}
.comments .comment-body .wp-block-separator.is-style-dots {
  line-height: 100%;
}
.comments .comment-body .wp-block-separator.is-style-dots:before {
  font-size: 42px;
  letter-spacing: 0.75em;
  padding-left: 0.75em;
}
.comments .comment-body .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.comments .comment-body hr:not(.is-style-dots),
.comments .comment-body .wp-block-separator:not(.is-style-dots) {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.comments .comment-body ul {
  list-style: disc;
}
.comments .comment-body ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts),
.comments .comment-body ol,
.comments .comment-body ul.editor-rich-text__tinymce,
.comments .comment-body ol.editor-rich-text__tinymce {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 28px;
  padding-left: 20px;
}
.comments .comment-body ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
.comments .comment-body ol ul,
.comments .comment-body ul.editor-rich-text__tinymce ul,
.comments .comment-body ol.editor-rich-text__tinymce ul,
.comments .comment-body ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ol,
.comments .comment-body ol ol,
.comments .comment-body ul.editor-rich-text__tinymce ol,
.comments .comment-body ol.editor-rich-text__tinymce ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
.comments .comment-body ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) ul,
.comments .comment-body ol ul,
.comments .comment-body ul.editor-rich-text__tinymce ul,
.comments .comment-body ol.editor-rich-text__tinymce ul {
  list-style-type: circle;
}
.comments .comment-body ul:not(.wp-block-gallery):not(.blocks-gallery-grid):not(.wp-block-latest-posts) li,
.comments .comment-body ol li,
.comments .comment-body ul.editor-rich-text__tinymce li,
.comments .comment-body ol.editor-rich-text__tinymce li {
  margin-bottom: 5px;
  line-height: 1.8;
  padding-left: 3px;
}
.comments .comment-body pre:not(.wp-block-verse) {
  border-left: 5px solid #eee;
  background: #fafaf9;
  padding: 20px;
  word-wrap: normal;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 28px;
  tab-size: 4;
}
.comments .comment-body pre:not(.wp-block-verse) code {
  background: transparent;
}
.comments .comment-body .wp-block-preformatted pre {
  font-size: 1em;
}
.comments .comment-body .wp-block-verse {
  line-height: 150%;
  margin-bottom: 28px;
}
.comments .comment-body .wp-block-verse pre {
  background: transparent;
  border-left: 0;
  padding: 0;
}
.comments .comment-body .wp-block-code {
  margin-bottom: 28px;
}
.comments .comment-body code {
  word-wrap: normal;
  line-height: 120%;
  padding: 5px;
  background: #f5f5f5;
}
.comments .comment-body .wp-block-file .wp-block-file__button {
  text-transform: uppercase;
  font-weight: 600;
}
.comments .comment-body .wp-block-button {
  margin-top: 0.5em;
  margin-bottom: 28px;
  text-align: center;
}
.comments .comment-body .wp-block-button .wp-block-button__link {
  margin-bottom: 0;
  font-weight: 600;
}
.comments .comment-body .wp-block-button .wp-block-button__link br {
  display: none !important;
}
.comments .comment-body .wp-block-button.is-style-outline {
  color: #fff;
}
.comments .comment-body .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px !important;
}
.comments .comment-body .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 4px !important;
}
.comments .comment-body .wp-block-quote {
  border-top-width: 20px;
  border-top-style: solid;
  margin: 0;
  padding: 0;
  margin-top: 0.5em;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 20px !important;
  padding-left: 60px !important;
  margin-bottom: 28px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.comments .comment-body .wp-block-quote:before {
  font-family: 'ForkAwesome';
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 0;
  margin-bottom: 20px;
  font-size: 30px;
  content: '\f10e';
  line-height: 1;
}
.comments .comment-body .wp-block-quote cite,
.comments .comment-body .wp-block-quote .wp-block-quote__citation {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  text-transform: none;
  font-size: 18px;
  color: #333;
  font-style: italic;
  text-align: left;
}
.comments .comment-body .wp-block-quote cite br,
.comments .comment-body .wp-block-quote .wp-block-quote__citation br {
  display: none;
}
.comments .comment-body .wp-block-quote p {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1em;
}
.comments .comment-body .wp-block-quote p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-quote.is-style-large {
  padding: 15px 0 0 0 !important;
  text-align: center;
  font-size: 26px !important;
  font-style: normal;
}
.comments .comment-body .wp-block-quote.is-style-large cite,
.comments .comment-body .wp-block-quote.is-style-large .wp-block-quote__citation {
  text-align: center;
}
.comments .comment-body .wp-block-quote.is-style-large:before {
  display: none;
}
.comments .comment-body .wp-block-quote.has-text-align-right {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
.comments .comment-body .wp-block-quote.has-text-align-right cite,
.comments .comment-body .wp-block-quote.has-text-align-right .wp-block-quote__citation {
  text-align: right;
}
.comments .comment-body .wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.comments .comment-body .wp-block-pullquote {
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 900px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 12px;
  overflow: hidden;
}
.comments .comment-body .wp-block-pullquote p {
  color: inherit;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 170%;
}
.comments .comment-body .wp-block-pullquote p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote cite,
.comments .comment-body .wp-block-pullquote .wp-block-pullquote__citation {
  margin-top: 1em;
  display: block;
  line-height: 1.8;
  font-size: 18px;
  text-transform: none;
  font-style: italic;
}
.comments .comment-body .wp-block-pullquote blockquote {
  padding: 25px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  background-size: 130% 130%;
  text-align: center;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote {
  padding: 25px;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 1em;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-pullquote.alignwide,
.comments .comment-body .wp-block-pullquote.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.comments .comment-body .wp-block-pullquote.alignwide blockquote,
.comments .comment-body .wp-block-pullquote.alignfull blockquote {
  text-align: center;
}
.comments .comment-body .wp-block-pullquote.has-background blockquote {
  background: transparent !important;
}
.comments .comment-body .wp-block-categories.aligncenter {
  text-align: center;
}
.comments .comment-body .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}
.comments .comment-body .wp-block-columns .wp-block-column {
  margin-top: 0;
  margin-bottom: 0;
}
.comments .comment-body .wp-block-columns p {
  margin-top: 0;
}
.comments .comment-body .wp-block-columns i {
  margin-right: 15px;
}
.comments .comment-body .wp-block-columns.alignwide,
.comments .comment-body .wp-block-columns.alignfull {
  width: calc(100vw - 200px);
}
@media (max-width: 1200px) {
  .comments .comment-body .wp-block-columns.alignwide,
  .comments .comment-body .wp-block-columns.alignfull {
    width: calc(100vw - 120px);
  }
}
@media (max-width: 823px) {
  .comments .comment-body .wp-block-columns.alignwide,
  .comments .comment-body .wp-block-columns.alignfull {
    width: calc(100vw - 30px);
  }
}
.comments .comment-body .wp-caption {
  color: #555;
  display: block;
  text-align: center;
}
.comments .comment-body .wp-caption-text {
  color: #555;
  text-align: center;
  margin-top: 10px;
}
.comments .comment-body figcaption,
.comments .comment-body .wp-caption-text {
  margin-top: 15px;
  color: #555;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.comments .comment-body .gallery {
  margin-bottom: 28px;
}
.comments .comment-body .gallery .gallery-item {
  margin-bottom: 28px;
}
.comments .comment-body .wp-block-gallery {
  padding-left: 0;
  margin-top: 0.5em;
  margin-bottom: 28px;
}
.comments .comment-body .wp-block-gallery figure:hover figcaption {
  opacity: 1;
}
.comments .comment-body .wp-block-gallery.columns-8:not(.alignfull) figcaption,
.comments .comment-body .wp-block-gallery.columns-7:not(.alignfull) figcaption,
.comments .comment-body .wp-block-gallery.columns-6:not(.alignfull) figcaption {
  display: none;
}
.comments .comment-body .wp-block-gallery ul figcaption {
  transition: all 250ms ease-in-out;
  text-align: center;
  width: 100%;
  color: #fff;
  box-shadow: none;
  white-space: normal;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 50%, transparent);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 500px) {
  .comments .comment-body .wp-block-gallery ul figcaption {
    display: none;
  }
}
.comments .comment-body .wp-block-cover,
.comments .comment-body .wp-block-cover-image {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0.5em;
  margin-bottom: 28px;
  padding: 0;
}
.comments .comment-body .wp-block-cover .wp-block-cover__inner-container,
.comments .comment-body .wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
}
.comments .comment-body .wp-block-cover .wp-block-cover-image-text,
.comments .comment-body .wp-block-cover-image .wp-block-cover-image-text {
  color: #fff;
}
.comments .comment-body .wp-block-cover p,
.comments .comment-body .wp-block-cover-image p {
  line-height: 1.4;
  padding: 30px;
  position: relative;
  color: #fff;
  max-width: 700px;
}
@media (max-width: 823px) {
  .comments .comment-body .wp-block-cover p,
  .comments .comment-body .wp-block-cover-image p {
    padding: 15px;
  }
}
.comments .comment-body .wp-block-cover.has-parallax,
.comments .comment-body .wp-block-cover-image.has-parallax {
  transform: none;
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
.comments .comment-body .wp-block-cover p:only-child,
.comments .comment-body .wp-block-cover-image p:only-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-cover p:last-child,
.comments .comment-body .wp-block-cover-image p:last-child {
  margin-bottom: 0;
}
.comments .comment-body .wp-block-cover a,
.comments .comment-body .wp-block-cover-image a {
  color: #fff !important;
}
.comments .comment-body table:not(.variations),
.comments .comment-body .wp-block-table {
  width: 100%;
  margin-bottom: 28px;
  text-align: left;
}
.comments .comment-body table:not(.variations) td,
.comments .comment-body .wp-block-table td,
.comments .comment-body table:not(.variations) th,
.comments .comment-body .wp-block-table th {
  border: 0;
  padding: 15px;
  line-height: 1.8;
}
.comments .comment-body table:not(.variations) td:focus,
.comments .comment-body .wp-block-table td:focus,
.comments .comment-body table:not(.variations) th:focus,
.comments .comment-body .wp-block-table th:focus {
  outline: none;
}
.comments .comment-body table:not(.variations) th,
.comments .comment-body .wp-block-table th {
  background: #f5f5f5;
  color: #000;
}
.comments .comment-body table:not(.variations) thead td,
.comments .comment-body .wp-block-table thead td,
.comments .comment-body table:not(.variations) thead th,
.comments .comment-body .wp-block-table thead th {
  background: #f5f5f5;
  color: #000;
}
.comments .comment-body table:not(.variations) tbody:only-child,
.comments .comment-body .wp-block-table tbody:only-child {
  /* Some tables don't have thead :( */
}
.comments .comment-body table:not(.variations) tbody:only-child tr:first-child td,
.comments .comment-body .wp-block-table tbody:only-child tr:first-child td,
.comments .comment-body table:not(.variations) tbody:only-child tr:first-child th,
.comments .comment-body .wp-block-table tbody:only-child tr:first-child th {
  background: #fafaf9;
  color: #000;
}
.comments .comment-body table:not(.variations) tbody:only-child tr:nth-child(odd),
.comments .comment-body .wp-block-table tbody:only-child tr:nth-child(odd) {
  background: #fafaf9;
}
.comments .comment-body table:not(.variations) tbody:only-child tr:nth-child(even),
.comments .comment-body .wp-block-table tbody:only-child tr:nth-child(even) {
  background: #f5f5f5;
}
.comments .comment-body table:not(.variations) tbody tr:nth-child(even),
.comments .comment-body .wp-block-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.comments .comment-body table:not(.variations) tbody tr:nth-child(odd),
.comments .comment-body .wp-block-table tbody tr:nth-child(odd) {
  background: #fafaf9;
}
.comments .comment-body .wp-block-latest-posts {
  padding-left: 20px;
}
.comments .comment-body .wp-block-latest-posts li {
  padding-bottom: 15px;
}
.comments .comment-body .wp-block-latest-posts.is-grid {
  list-style-type: none;
  padding-left: 0;
}
.comments .comment-body .wp-block-latest-comments {
  padding-left: 20px;
}
.comments .comment-body .wp-block-latest-comments p {
  font-size: 18px;
}
.comments .comment-body .block-library-list ul,
.comments .comment-body .block-library-list ol {
  padding-left: 20px;
}
.comments .comment-body .wp-block-group {
  margin-bottom: 28px;
}
.comments .comment-body .wp-block-group.has-background,
.comments .comment-body p.has-background {
  padding: 15px;
  border-radius: 4px;
}
.comments .comment-body .wp-block-media-text {
  margin-bottom: 28px;
}
.comments .comment-body .wp-block-video video {
  max-width: 100%;
}
.comments .comment-body .wp-block-image {
  margin-bottom: 28px;
  line-height: 1;
}
.comments .comment-body img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.comments .comment-body .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  .comments .comment-body .alignleft {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}
.comments .comment-body .alignright {
  max-width: 50%;
  float: right;
  text-align: right;
  margin-left: 2em;
  margin-bottom: 28px;
}
@media (max-width: 500px) {
  .comments .comment-body .alignright {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.comments .comment-body .has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.comments .comment-body .wpcf7 label {
  width: 100%;
}
.comments .comment-body button {
  color: #fff !important;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 64px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
  border-bottom: 0;
}
.comments .comment-body button:hover {
  color: #fff !important;
}
.comments .comment-body button:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.comments .comment-body button:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.comments .comment-body button:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
.comments .comment-body button .fa {
  margin: 0 5px 0 0;
}
.comments .comment-body img {
  height: auto !important;
}
.comments .comment-body textarea {
  height: 250px;
}
.comments .comment-body label {
  display: inline-block;
}
.comments .comment-body input:not([type="submit"]):not([type="radio"]),
.comments .comment-body textarea {
  width: 100%;
}
.comments .comment-body input[type="radio"] {
  vertical-align: baseline;
  display: inline-block;
}
.comments .comment-body input {
  margin-bottom: 0;
}
.comments .comment-body p,
.comments .comment-body center {
  margin: 0 0 28px 0;
  padding: 0;
}
.comments .comment-body a {
  transition: all 250ms ease-in-out;
}
.comments .comment-body div:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  max-width: 100%;
}
.comments .comment-body address {
  margin-bottom: 28px;
}
.comments .comment-body dl {
  line-height: 170%;
}
.comments .comment-body iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.comments .comment-body audio {
  width: 100%;
}
.comments .comment-body > iframe {
  margin-bottom: 28px;
}
.comments .comment-body > figure {
  margin-bottom: 28px;
  position: relative;
}
.comments .comment-body table p:only-of-type {
  margin: 0;
  padding: 0;
}
.comments .comment-body .wp-block-image {
  margin-bottom: 28px;
  position: relative;
}
.comments .comment-body .wp-block-image img {
  height: auto !important;
}
.comments .comment-body .wp-block-image figure {
  position: relative;
}
.comments .comment-body .alignwide {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}
@media only screen and (min-width: 1100px) {
  .comments .comment-body .alignwide {
    max-width: 1100px;
  }
}
.comments .comment-body .alignwide img {
  display: block;
  margin: 0 auto;
}
.comments .comment-body .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
.comments .comment-body ol li {
  list-style-type: decimal;
}
.comments .comment-body p:only-of-type {
  margin-bottom: 0;
}
.comments .comment-body ul li {
  list-style-type: disc;
}
.comments .comments-closed {
  text-align: center;
}
.comments .comment-author {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  font-weight: 600;
}
.comments .comment-author a {
  text-decoration: none;
  text-transform: uppercase;
}
.comments .comment-author img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin: 0 20px 0 0;
  vertical-align: top;
}
.comments .comment-author cite {
  margin-top: 10px;
  font-style: normal;
}
.comments .comment-author span {
  display: none;
}
.comments .comment-meta {
  position: absolute;
  top: 35px;
  left: 84px;
  color: #999;
}
.comments .comment-meta a {
  color: #999;
  border-bottom: 0;
}
.comments .comment-meta a:first-child {
  text-decoration: none;
}
.comments .comment-meta a:first-child:hover {
  text-decoration: none;
}
.comments .children {
  margin: 10px 0;
  padding: 0 0 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1000px) {
  .comments .children {
    padding: 0;
  }
}
.comments .reply {
  margin-top: 15px;
}
.comments .reply a {
  transition: all 250ms ease-in-out;
  padding: 7px 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 64px;
  display: inline-block;
}
.comments .reply a:hover {
  color: #fff;
}
.comments .comments-pagination {
  margin-bottom: 30px;
}
/* .comments */
/* Sidebar & Widgets Styling */
.sidebar-trigger {
  z-index: 101;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
  width: 38px;
  height: 60px;
  text-align: center;
  color: #fff;
  background-color: transparent;
}
.sidebar-trigger div {
  transition: all 250ms ease-in-out;
  margin-top: 1px;
}
.sidebar-trigger div:before {
  line-height: 1;
  content: '\f054';
  font-family: 'ForkAwesome';
  font-weight: 400;
  font-size: 23px;
}
.sidebar_position-hidden aside.sidebar-fixed {
  display: none;
}
body.sidebar_position-right aside.sidebar-fixed {
  right: -450px;
}
@media (max-width: 1200px) {
  body.sidebar_position-right aside.sidebar-fixed {
    right: -410px;
  }
}
@media (max-width: 823px) {
  body.sidebar_position-right aside.sidebar-fixed {
    right: -380px;
  }
}
@media (max-width: 430px) {
  body.sidebar_position-right aside.sidebar-fixed {
    right: calc(-100% + 48px);
  }
}
body.sidebar_position-right aside.sidebar-fixed .sidebar-trigger {
  left: -38px;
  border-radius: 12px 0 0 12px;
}
body.sidebar_position-right aside.sidebar-fixed .sidebar-trigger div:before {
  content: '\f053';
}
body.sidebar_position-left aside.sidebar-fixed {
  left: -450px;
}
@media (max-width: 1200px) {
  body.sidebar_position-left aside.sidebar-fixed {
    left: -410px;
  }
}
@media (max-width: 823px) {
  body.sidebar_position-left aside.sidebar-fixed {
    left: -380px;
  }
}
@media (max-width: 430px) {
  body.sidebar_position-left aside.sidebar-fixed {
    left: calc(-100% + 48px);
  }
}
body.sidebar_position-left aside.sidebar-fixed .sidebar-trigger {
  right: -38px;
  border-radius: 0 12px 12px 0;
}
body.sidebar-active.sidebar_position-right aside.sidebar-fixed {
  box-shadow: -6px 0 30px rgba(0, 0, 0, 0.2);
  right: 0;
}
body.sidebar-active.sidebar_position-right aside.sidebar-fixed .sidebar-trigger div {
  margin-top: -1px;
  margin-right: -4px;
}
body.sidebar-active {
  overflow: hidden;
}
body.sidebar-active aside.sidebar-fixed .sidebar-trigger div {
  transform: rotate(180deg);
}
body.sidebar-active.sidebar_position-left aside.sidebar-fixed {
  box-shadow: 6px 0 30px rgba(0, 0, 0, 0.2);
  left: 0;
}
body.sidebar-active.sidebar_position-left aside.sidebar-fixed .sidebar-trigger div {
  margin-top: -1px;
  margin-left: -4px;
}
body.admin-bar aside.sidebar-fixed .sidebar-wrap {
  padding-top: 82px;
}
@media (max-width: 1200px) {
  body.admin-bar aside.sidebar-fixed .sidebar-wrap {
    padding-top: 62px;
  }
}
@media (max-width: 823px) {
  body.admin-bar aside.sidebar-fixed .sidebar-wrap {
    padding-top: 47px;
  }
}
@media (max-width: 782px) {
  body.admin-bar aside.sidebar-fixed .sidebar-wrap {
    padding-top: 61px;
  }
}
.sidebar-overlay {
  transition: all 250ms ease-in-out;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  visibility: hidden;
}
body.sidebar-active .sidebar-overlay {
  opacity: 1;
  pointer-events: auto;
  touch-action: auto;
  user-select: auto;
  visibility: visible;
}
aside.sidebar-fixed {
  transition: 400ms all ease-in-out;
  flex: 1;
  max-width: 450px;
  min-width: 450px;
  position: fixed;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  color: #fff;
}
@media (max-width: 1200px) {
  aside.sidebar-fixed {
    max-width: 410px;
    min-width: 410px;
  }
}
@media (max-width: 823px) {
  aside.sidebar-fixed {
    max-width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 430px) {
  aside.sidebar-fixed {
    max-width: calc(100% - 48px);
    min-width: calc(100% - 48px);
  }
}
aside.sidebar-fixed h1,
aside.sidebar-fixed h2,
aside.sidebar-fixed h3,
aside.sidebar-fixed h4,
aside.sidebar-fixed h5,
aside.sidebar-fixed h6 {
  color: #fff;
}
aside.sidebar-fixed a {
  color: #fff;
}
aside.sidebar-fixed section.widget button {
  border: 2px solid #fff;
}
aside.sidebar-fixed .social-wrap i {
  border: 1px solid transparent;
  width: 40px;
}
aside.sidebar-fixed .social-wrap a:hover i {
  border-color: #fff;
}
aside.sidebar-fixed .sidebar-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  overflow-y: scroll;
}
@media (max-width: 1200px) {
  aside.sidebar-fixed .sidebar-wrap {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 823px) {
  aside.sidebar-fixed .sidebar-wrap {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.widget {
  font-size: 16px;
  margin-bottom: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.widget button {
  color: #fff !important;
  display: inline-block;
  border: 0;
  padding: 12px 24px;
  border-radius: 64px;
  margin: 0 0 5px 0;
  width: auto;
  text-decoration: none !important;
  line-height: 1.8;
  position: relative;
  transition: all 250ms ease-in-out;
}
section.widget button:hover {
  color: #fff !important;
}
section.widget button:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
section.widget button:focus {
  outline: none;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
section.widget button:active {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25);
}
section.widget button .fa {
  margin: 0 5px 0 0;
}
section.widget > .widget-title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
section.widget.widget_custom_html input,
section.widget.widget_custom_html textarea,
section.widget.widget_custom_html select {
  margin-bottom: 10px;
}
section.widget.widget_recent_entries div > ul,
section.widget.widget_pages div > ul,
section.widget.widget_categories div > ul,
section.widget.widget_recent_comments div > ul,
section.widget.widget_meta div > ul,
section.widget.widget_archive div > ul,
section.widget.PI_SimpleTwitterTweets div > ul,
section.widget.widget_rss div > ul,
section.widget.widget_nav_menu div > ul,
section.widget.widget_rating_filter div > ul,
section.widget.widget_product_categories div > ul,
section.widget.widget_layered_nav_filters div > ul,
section.widget.widget_layered_nav div > ul {
  padding-left: 15px;
  padding-right: 15px;
}
section.widget.widget_recent_entries div > ul > li,
section.widget.widget_pages div > ul > li,
section.widget.widget_categories div > ul > li,
section.widget.widget_recent_comments div > ul > li,
section.widget.widget_meta div > ul > li,
section.widget.widget_archive div > ul > li,
section.widget.PI_SimpleTwitterTweets div > ul > li,
section.widget.widget_rss div > ul > li,
section.widget.widget_nav_menu div > ul > li,
section.widget.widget_rating_filter div > ul > li,
section.widget.widget_product_categories div > ul > li,
section.widget.widget_layered_nav_filters div > ul > li,
section.widget.widget_layered_nav div > ul > li {
  padding: 12px 0;
}
section.widget.widget_recent_entries li,
section.widget.widget_pages li,
section.widget.widget_categories li,
section.widget.widget_recent_comments li,
section.widget.widget_meta li,
section.widget.widget_archive li,
section.widget.PI_SimpleTwitterTweets li,
section.widget.widget_rss li,
section.widget.widget_nav_menu li,
section.widget.widget_rating_filter li,
section.widget.widget_product_categories li,
section.widget.widget_layered_nav_filters li,
section.widget.widget_layered_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 0;
}
section.widget.widget_recent_entries li:last-child,
section.widget.widget_pages li:last-child,
section.widget.widget_categories li:last-child,
section.widget.widget_recent_comments li:last-child,
section.widget.widget_meta li:last-child,
section.widget.widget_archive li:last-child,
section.widget.PI_SimpleTwitterTweets li:last-child,
section.widget.widget_rss li:last-child,
section.widget.widget_nav_menu li:last-child,
section.widget.widget_rating_filter li:last-child,
section.widget.widget_product_categories li:last-child,
section.widget.widget_layered_nav_filters li:last-child,
section.widget.widget_layered_nav li:last-child {
  border-bottom: 0;
}
section.widget.widget_recent_entries li a,
section.widget.widget_pages li a,
section.widget.widget_categories li a,
section.widget.widget_recent_comments li a,
section.widget.widget_meta li a,
section.widget.widget_archive li a,
section.widget.PI_SimpleTwitterTweets li a,
section.widget.widget_rss li a,
section.widget.widget_nav_menu li a,
section.widget.widget_rating_filter li a,
section.widget.widget_product_categories li a,
section.widget.widget_layered_nav_filters li a,
section.widget.widget_layered_nav li a {
  transition: all 250ms ease-in-out;
  border-bottom: 1px solid transparent;
}
section.widget.widget_recent_entries li a:hover,
section.widget.widget_pages li a:hover,
section.widget.widget_categories li a:hover,
section.widget.widget_recent_comments li a:hover,
section.widget.widget_meta li a:hover,
section.widget.widget_archive li a:hover,
section.widget.PI_SimpleTwitterTweets li a:hover,
section.widget.widget_rss li a:hover,
section.widget.widget_nav_menu li a:hover,
section.widget.widget_rating_filter li a:hover,
section.widget.widget_product_categories li a:hover,
section.widget.widget_layered_nav_filters li a:hover,
section.widget.widget_layered_nav li a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
section.widget.widget_recent_entries li ul,
section.widget.widget_pages li ul,
section.widget.widget_categories li ul,
section.widget.widget_recent_comments li ul,
section.widget.widget_meta li ul,
section.widget.widget_archive li ul,
section.widget.PI_SimpleTwitterTweets li ul,
section.widget.widget_rss li ul,
section.widget.widget_nav_menu li ul,
section.widget.widget_rating_filter li ul,
section.widget.widget_product_categories li ul,
section.widget.widget_layered_nav_filters li ul,
section.widget.widget_layered_nav li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 5px;
}
section.widget.widget_recent_entries li ul li:last-child,
section.widget.widget_pages li ul li:last-child,
section.widget.widget_categories li ul li:last-child,
section.widget.widget_recent_comments li ul li:last-child,
section.widget.widget_meta li ul li:last-child,
section.widget.widget_archive li ul li:last-child,
section.widget.PI_SimpleTwitterTweets li ul li:last-child,
section.widget.widget_rss li ul li:last-child,
section.widget.widget_nav_menu li ul li:last-child,
section.widget.widget_rating_filter li ul li:last-child,
section.widget.widget_product_categories li ul li:last-child,
section.widget.widget_layered_nav_filters li ul li:last-child,
section.widget.widget_layered_nav li ul li:last-child {
  padding-bottom: 0;
}
section.widget.widget_recent_entries li.chosen a,
section.widget.widget_pages li.chosen a,
section.widget.widget_categories li.chosen a,
section.widget.widget_recent_comments li.chosen a,
section.widget.widget_meta li.chosen a,
section.widget.widget_archive li.chosen a,
section.widget.PI_SimpleTwitterTweets li.chosen a,
section.widget.widget_rss li.chosen a,
section.widget.widget_nav_menu li.chosen a,
section.widget.widget_rating_filter li.chosen a,
section.widget.widget_product_categories li.chosen a,
section.widget.widget_layered_nav_filters li.chosen a,
section.widget.widget_layered_nav li.chosen a {
  font-weight: 600;
}
section.widget.widget_recent_entries li .children,
section.widget.widget_pages li .children,
section.widget.widget_categories li .children,
section.widget.widget_recent_comments li .children,
section.widget.widget_meta li .children,
section.widget.widget_archive li .children,
section.widget.PI_SimpleTwitterTweets li .children,
section.widget.widget_rss li .children,
section.widget.widget_nav_menu li .children,
section.widget.widget_rating_filter li .children,
section.widget.widget_product_categories li .children,
section.widget.widget_layered_nav_filters li .children,
section.widget.widget_layered_nav li .children {
  padding-top: 10px;
  padding-left: 20px;
}
section.widget.widget_recent_entries li:first-child,
section.widget.widget_pages li:first-child,
section.widget.widget_categories li:first-child,
section.widget.widget_recent_comments li:first-child,
section.widget.widget_meta li:first-child,
section.widget.widget_archive li:first-child,
section.widget.PI_SimpleTwitterTweets li:first-child,
section.widget.widget_rss li:first-child,
section.widget.widget_nav_menu li:first-child,
section.widget.widget_rating_filter li:first-child,
section.widget.widget_product_categories li:first-child,
section.widget.widget_layered_nav_filters li:first-child,
section.widget.widget_layered_nav li:first-child {
  padding-top: 0;
}
section.widget #mc_embed_signup input {
  margin-top: 5px;
  margin-bottom: 20px;
}
.sidebar .widget {
  max-width: 700px;
}
@media (max-width: 760px) {
  .sidebar .widget {
    max-width: none;
  }
}
.widget {
  line-height: 160%;
}
.widget table {
  width: 100%;
}
.widget .searchform input {
  width: 100%;
}
.widget li {
  line-height: 160%;
}
.widget select {
  max-width: 100%;
}
.widget .screen-reader-text {
  display: none;
}
/* .widget */
/* Dropdown Widgets */
.widget_archive select,
.widget_categories select {
  width: 100%;
}
/* Tag Cloud */
.post-tags a:before,
.widget_tag_cloud a:before {
  content: '#';
}
section.widget_rss a {
  font-size: 18px;
}
section.widget_rss h3 a {
  font-size: 30px;
}
section.widget_rss .rss-widget-icon {
  display: none;
}
section.widget_rss li {
  padding: 10px 0;
}
section.widget_rss .rss-date {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.widget_rss cite {
  display: block;
  margin-top: 10px;
}
/* Calendar */
section.widget_calendar {
  width: 100%;
  color: #000;
}
section.widget_calendar a:hover {
  opacity: 0.8;
}
section.widget_calendar caption {
  padding: 10px;
  color: #fff !important;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.11);
}
section.widget_calendar thead {
  border-radius: 0px;
  background: #f5f5f5;
  line-height: 100%;
  color: #444;
}
section.widget_calendar thead th {
  text-align: center;
  padding: 15px 0;
}
section.widget_calendar table {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
section.widget_calendar tbody td {
  background: #fafaf9;
  text-align: center;
  padding: 2px;
  margin: 0;
}
section.widget_calendar .wp-calendar-nav {
  padding: 15px 0;
}
section.widget_calendar tbody div {
  color: #000;
}
section.widget_calendar tbody td div,
section.widget_calendar tbody td a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease-in-out;
}
section.widget_calendar tbody td a,
section.widget_calendar tbody td a:hover {
  color: #fff !important;
}
section.widget_calendar tfoot #next {
  text-align: right;
}
section.widget_calendar tfoot #prev {
  padding: 5px;
}
section.widget_calendar #prev a,
section.widget_calendar #next a {
  color: #000;
}
section.widget_calendar #today div {
  color: #000;
  background: #f5f5f5;
}
/* Thumbnail Featured posts */
section.mjr_thumbnail_recent_posts {
  /* ul */
}
section.mjr_thumbnail_recent_posts ul {
  counter-reset: number;
}
section.mjr_thumbnail_recent_posts ul li {
  counter-increment: number;
  margin-bottom: 10px;
  text-align: left;
}
section.mjr_thumbnail_recent_posts ul li:last-child {
  margin-bottom: 0;
}
section.mjr_thumbnail_recent_posts ul li a {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
}
section.mjr_thumbnail_recent_posts ul li a span {
  transition: all 250ms ease-in-out;
}
section.mjr_thumbnail_recent_posts ul li a:hover .post-title span {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
section.mjr_thumbnail_recent_posts ul li .post-title {
  margin-left: 15px;
}
section.mjr_thumbnail_recent_posts ul li .post-title span {
  border-bottom: 1px solid transparent;
}
section.mjr_thumbnail_recent_posts ul li .post-thumbnail {
  cursor: pointer;
}
section.mjr_thumbnail_recent_posts ul li .post-thumbnail:before {
  transition: all 250ms ease-in-out;
  display: block;
  content: "" counter(number) " ";
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  line-height: 39px;
  border: 2px solid #fafaf9;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
section.mjr_thumbnail_recent_posts ul li .marker {
  font-size: 24px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  display: none;
  text-align: left;
}
section.mjr_thumbnail_recent_posts ul li .marker:before {
  font-family: 'ForkAwesome';
  content: '\f192';
}
section.mjr_thumbnail_recent_posts ul li:first-child .marker {
  border: 0;
  display: none;
}
section.mjr_thumbnail_recent_posts ul li:first-child .marker:before {
  font-weight: 400;
  font-family: 'ForkAwesome';
  content: '\f041';
  font-size: 40px;
}
section.mjr_thumbnail_recent_posts ul.travel_markers .post-thumbnail:before {
  display: none;
}
section.mjr_thumbnail_recent_posts ul.travel_markers .marker {
  display: inline-block;
}
section.mjr_thumbnail_recent_posts ul.travel_markers li:first-child .marker {
  display: inline-block;
}
section.mjr_thumbnail_recent_posts ul.travel_markers:not(.show_images) .post-thumbnail:before {
  background: #fafaf9;
}
section.mjr_thumbnail_recent_posts ul.travel_markers:not(.show_images) li .post-title {
  margin-left: 0;
}
section.mjr_thumbnail_recent_posts ul:not(.show_images) .post-thumbnail:before {
  color: #fff;
  border: 2px solid #fff;
}
section.mjr_thumbnail_recent_posts ul.show_images li {
  margin-bottom: 15px;
}
section.mjr_thumbnail_recent_posts ul.show_images a:hover .post-thumbnail {
  opacity: 1;
}
section.mjr_thumbnail_recent_posts ul.show_images .post-thumbnail {
  background-size: cover;
  background-position: center center;
  transition: all 250ms ease-in-out;
  opacity: 0.87;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
section.mjr_thumbnail_recent_posts ul.show_images .post-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.mjr_thumbnail_recent_posts ul.show_images .marker {
  transition: all 250ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
  line-height: 39px;
}
section.mjr_thumbnail_recent_posts ul.show_images li:first-child .marker {
  font-size: 20px;
}
/* Profile */
section.mjr_profile_widget .author-bio .author {
  display: block;
  margin-bottom: 0;
  flex: 1 1 100%;
  text-align: center;
}
section.mjr_profile_widget .author-bio .author .author-picture {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
section.mjr_profile_widget .author-bio .author .author-text {
  margin-left: 0;
  margin-right: 0;
}
section.mjr_profile_widget .author-bio .author:nth-child(even) .author-text,
section.mjr_profile_widget .author-bio .author:nth-child(odd) .author-text,
section.mjr_profile_widget .author-bio .author:only-child .author-text {
  margin-left: 0;
  margin-right: 0;
}
/* Text widget */
section.widget_text input[type='email'],
section.widget_text input[type='text'],
section.widget_text input[type='tel'],
section.widget_text textarea {
  width: 100%;
}
section.widget img {
  height: auto !important;
}
/* Theme Styles */
button,
.button,
.reply a,
.theme-menu,
nav.navigation,
.copyright,
.post-category,
figcaption,
.wp-caption-text,
.post-share .callout,
.comment-meta,
.responsive-nav,
input[type='submit'],
.post-meta,
.post-tags a,
.categories-list-cat,
.social-name,
.post-pages {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
header.header-main,
.content,
footer.footer-main,
.featured-bottom,
.featured-top,
.categories-list-wrap,
.featured-users {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
header.header-main,
footer.footer-main,
.content-singular article,
.content-singular,
nav.navigation,
.content-error,
.featured-users {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  header.header-main,
  footer.footer-main,
  .content-singular article,
  .content-singular,
  nav.navigation,
  .content-error,
  .featured-users {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 823px) {
  header.header-main,
  footer.footer-main,
  .content-singular article,
  .content-singular,
  nav.navigation,
  .content-error,
  .featured-users {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .content-singular,
  .content-error {
    padding-left: 0;
    padding-right: 0;
  }
}
