:root {
  --spacing: 50px;
  --spacing-m: 60px;
  --heading-font: Bona Nova, serif;
  --body-font: Jost, sans-serif;
  --secondary-font: Jost, sans-serif;
  --btn-font: Jost, sans-serif;
  --sidebar: 320px;
  --site-width: 1344px;
  --sidebar-gap: 100px;
  --primary-color: #73887d;
  --secondary-color: #bd9c6a;
  --content-color: #3d3d3d;
  --theme-primary-color: var(--primary-color);
  --theme-secondary-color: var(--secondary-color);
  --btn-bg-hover: #7d9481;
  --btn-color-hover: #fff;
  --btn-height: 50px;
  --btn-font-size: 12px;
  --btn-font-weight: 500;
  --btn-letter-spacing: 0.05em;
  --btn-text-transform: uppercase;
  --arrow-btn-size: 40px;
  --form-field-height: 50px;
  --hf-weight: 400;
  --hf-letter-spacing: 0;
  --hf-text-transform: none;
  --hf-style: normal;
  --subheading-font: var(--secondary-font);
  --shf-font-size: 10px;
  --shf-weight: 500;
  --shf-letter-spacing: 0.14em;
  --shf-text-transform: uppercase;
  --shf-style: normal;
  --shf-color: inherit;
  --sf-letter-spacing: 0.05em;
  --sf-text-transform: uppercase;
  --sf-style: normal;
  --text-size: 18px;
  --text-line-height: 1.66;
  --blog-title-weight: 400;
  --bt-letter-spacing: 0;
  --bt-text-transform: none;
  --bt-style: normal;
  --post-text-size: 18px;
  --post-line-height: 1.66;
  --widget-title-font: var(--secondary-font);
  --widget-title-size: 16px;
  --widget-title-weight: 500;
  --widget-title-spacing: 0;
  --widget-title-trans: none;
  --widget-title-style: normal;
  --nav-font: var(--secondary-font);
  --nav-font-size: 13px;
  --nav-font-weight: 500;
  --nav-font-letter-spacing: 0.05em;
  --nav-font-transform: uppercase;
  --fbnav-font-size: 14px;
  --fbnav-font-weight: 400;
  --fbnav-font-letter-spacing: 0;
  --fbnav-font-transform: none;
  --label-font-size: 10px;
  --label-font-weight: 500;
  --label-font-letter-spacing: 0.1em;
  --label-font-transform: uppercase;
  --grid-unit: 32;
  --grid-val: calc(100/var(--grid-unit));
  --side-padding: calc(var(--grid-val)*2vw);
  --form-bd-width: 1px;
  --popup-width: 600px;
  --light-bg-color: #fff;
  --light-text-color: #000;
  --light-content-color: #3d3d3d;
  --light-link-color: var(--primary-color);
  --light-link-color-hover: var(--primary-color);
  --dark-bg-color: #141413;
  --dark-text-color: #fff;
  --dark-content-color: #eee;
  --dark-link-color: var(--primary-color);
  --dark-link-color-hover: var(--primary-color); }
  :root .light-color {
    --bg-color: var(--light-bg-color);
    --text-color: var(--light-text-color);
    --content-color: var(--light-content-color);
    --page-title-bg: #f9f9f9;
    --page-title-color: #000;
    --link-color: var(--light-link-color);
    --link-color-hover: var(--light-link-color-hover);
    --text-lighter: #666;
    --form-bd: rgba(0, 0, 0, 0.12);
    --form-bd-focus: var(--primary-color);
    --sd-border-color: rgba(0, 0, 0, 0.1);
    --sd-border-color-light: rgba(0, 0, 0, 0.075);
    --sd-border-color-alt: rgba(0, 0, 0, 0.15);
    --light-grey: rgba(0, 0, 0, 0.05);
    --lighter-grey: rgba(0, 0, 0, 0.025);
    --light-grey-alt: rgba(0, 0, 0, 0.08);
    --filter-bg-hover: rgba(0, 0, 0, 0.05);
    --btn-bg: var(--text-color);
    --btn-color: var(--bg-color);
    --grey-bg: rgba(0, 0, 0, 0.04); }
  :root .dark-color {
    --bg-color: var(--dark-bg-color);
    --text-color: var(--dark-text-color);
    --content-color: var(--dark-content-color);
    --page-title-bg: #191919;
    --page-title-color: #fff;
    --link-color: var(--dark-link-color);
    --link-color-hover: var(--dark-link-color-hover);
    --text-lighter: #aaa;
    --form-bd: rgba(255, 255, 255, 0.35);
    --form-bd-focus: var(--primary-color);
    --sd-border-color: rgba(255, 255, 255, 0.15);
    --sd-border-color-light: rgba(255, 255, 255, 0.12);
    --sd-border-color-alt: rgba(255, 255, 255, 0.2);
    --light-grey: rgba(255, 255, 255, 0.1);
    --lighter-grey: rgba(255, 255, 255, 0.05);
    --light-grey-alt: rgba(255, 255, 255, 0.08);
    --filter-bg-hover: rgba(255, 255, 255, 0.1);
    --btn-bg: var(--text-color);
    --btn-color: var(--bg-color);
    --grey-bg: rgba(255, 255, 255, 0.04); }
  :root .e-con {
    --container-default-padding-top: 0;
    --container-default-padding-right: 0;
    --container-default-padding-bottom: 0;
    --container-default-padding-left: 0; }

@media (min-width: 1025px) {
  :root {
    --spacing: 80px; } }
@media (max-width: 480px) {
  :root {
    --side-padding: 15px; } }
@-webkit-keyframes stickyHeaderShow {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes stickyHeaderShow {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fade {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@keyframes fade {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@-webkit-keyframes slideFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes showTab {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes showTab {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes searchResultsShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes searchResultsShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.widget .wp-block-heading,
.wp-block-widget-area .wp-block-heading {
  font-family: var(--widget-title-font);
  font-size: var(--widget-title-size) !important;
  font-weight: var(--widget-title-weight);
  letter-spacing: var(--widget-title-spacing);
  text-transform: var(--widget-title-trans);
  font-style: var(--widget-title-style);
  line-height: inherit; }

.entry-content *[class*="wp-block-"] {
  margin-bottom: 30px; }
  .entry-content *[class*="wp-block-"] *[class*="wp-block-"] {
    margin-bottom: 0; }
  .entry-content *[class*="wp-block-"] .wp-block-heading:not(:last-child) {
    margin-bottom: 30px; }

.entry-content .wp-block-group__inner-container > *[class*="wp-block-"],
.entry-content .wp-block-column > *[class*="wp-block-"] {
  margin-bottom: 30px; }

.light-color .light-grey[class*="wp-block-"] {
  background-color: #fafafa; }

.dark-color .light-grey[class*="wp-block-"] {
  background-color: #191919; }
  .dark-color .light-grey[class*="wp-block-"] .wp-block-social-link {
    color: #fff !important; }

.alignleft[class*="wp-block-"] {
  margin-right: 30px; }

.alignright[class*="wp-block-"] {
  margin-left: 30px; }

.aligncenter[class*="wp-block-"] {
  clear: both; }

.entry-content .wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .entry-content .wp-block-spacer + * {
    margin-top: 0 !important; }

.wp-block-media-text .wp-block-media-text__content {
  width: 100%; }
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-bottom: 15px; }
    .wp-block-media-text .wp-block-media-text__content > *:first-child {
      margin-top: 15px; }

.wp-block-media-text.has-background .wp-block-media-text__content {
  padding-top: 8%;
  padding-bottom: 8%; }

.wp-embed-responsive .wp-block-embed[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {
  display: none; }

.no-touch .wp-block-gallery a:hover, .no-touch
.wp-block-button a:hover {
  text-decoration: none; }

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

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

.wp-block-image.alignnone {
  display: inline-block;
  margin-top: 0 !important;
  width: auto; }

.wp-block-image img {
  margin: 0; }

.wp-block-image img[class*="wp-image-"] {
  display: block; }

.wp-block-image figcaption {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

/**
 * Gutenberg Heading Font Size
 */
.entry-content .has-small-font-size {
  font-size: .8125em; }
.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
  font-size: 1em; }
.entry-content .has-medium-font-size {
  font-size: 1.25em; }
.entry-content .has-large-font-size {
  font-size: 2.25em; }
.entry-content .has-huge-font-size,
.entry-content .has-larger-font-size {
  font-size: 2.625em; }

/**
 * Gutenberg Button
 */
.light-color .wp-block-button .wp-block-button__link:not(.has-background) {
  background: #111; }
.light-color .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff; }
.dark-color .wp-block-button .wp-block-button__link:not(.has-background) {
  background: #fff; }
.dark-color .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #111; }
.wp-block-button.is-style-outline {
  background: none;
  color: inherit; }
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    background: none; }
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: inherit; }
.no-touch .wp-block-button .wp-block-button__link:hover {
  opacity: 0.7; }
.wp-block-button.aligncenter {
  text-align: center; }
.wp-block-button.alignleft, .wp-block-button.alignright {
  margin-top: 8px; }

.wp-block-button__link {
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500; }

.wp-block-file * + .wp-block-file__button {
  margin-right: 10px; }
.wp-block-file .wp-block-file__button {
  padding: 10px 30px;
  background: var(--btn-bg);
  border-radius: var(--btn-radius);
  color: var(--btn-color);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500; }
  .no-touch .wp-block-file .wp-block-file__button:hover {
    box-shadow: none;
    opacity: 0.7; }

/**
 * Gutenberg Cover
 */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
  padding: 50px; }
  .wp-block-cover .wp-block-cover-image-text a,
  .wp-block-cover .wp-block-cover-text a,
  .wp-block-cover .wp-block-cover__inner-container a,
  .wp-block-cover-image .wp-block-cover-image-text a,
  .wp-block-cover-image .wp-block-cover-text a,
  .wp-block-cover-image .wp-block-cover__inner-container a {
    color: inherit; }
    .no-touch .wp-block-cover .wp-block-cover-image-text a:hover,
    .no-touch .wp-block-cover .wp-block-cover-text a:hover,
    .no-touch .wp-block-cover .wp-block-cover__inner-container a:hover,
    .no-touch .wp-block-cover-image .wp-block-cover-image-text a:hover,
    .no-touch
    .wp-block-cover-image .wp-block-cover-text a:hover,
    .no-touch
    .wp-block-cover-image .wp-block-cover__inner-container a:hover {
      color: #fff;
      text-decoration-color: #fff; }
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    max-width: 800px;
    line-height: 1.25; }
  .wp-block-cover .wp-block-cover__inner-container > *:last-child,
  .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0; }
  .wp-block-cover h1,
  .wp-block-cover-image h1 {
    margin-top: 0; }
  .wp-block-cover * + h1,
  .wp-block-cover * + h2,
  .wp-block-cover * + h3,
  .wp-block-cover * + h4,
  .wp-block-cover * + h5,
  .wp-block-cover * + h6,
  .wp-block-cover-image * + h1,
  .wp-block-cover-image * + h2,
  .wp-block-cover-image * + h3,
  .wp-block-cover-image * + h4,
  .wp-block-cover-image * + h5,
  .wp-block-cover-image * + h6 {
    margin-top: 0; }
  .wp-block-cover form,
  .wp-block-cover-image form {
    color: inherit; }

.wp-block-column .wp-block-cover {
  height: auto; }

.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  margin-top: 8px; }

/**
 * Gutenberg Group
 */
.wp-block-group.has-background {
  padding: 50px 20px; }
  .wp-block-group.has-background.alignfull + .wp-block-cover.alignfull, .wp-block-group.has-background.alignfull + .wp-block-group.has-background.alignfull, .wp-block-cover.alignfull + .wp-block-group.has-background.alignfull {
    margin-top: -34px; }
.wp-block-group.alignfull {
  padding: 50px 20px; }
.entry-content .wp-block-group.light-color a {
  color: #000; }
.entry-content .wp-block-group.dark-color a {
  color: #fff; }
.entry-content .wp-block-group.has-text-color a {
  color: inherit; }

.entry-content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0; }

/**
 * Gutenberg Verse
 */
.wp-block-verse {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  color: #000; }

/**
 * Gutenberg Quote & Pullquote
 */
.wp-block-quote {
  padding: 0 50px; }
  .wp-block-quote p {
    font-weight: 600; }
  .wp-block-quote cite {
    color: inherit;
    font-size: 14px;
    font-style: normal;
    font-family: var(--body-font); }
  .wp-block-quote:not(:first-child) {
    margin-top: 50px; }
  .wp-block-quote:not(:last-child) {
    margin-bottom: 50px; }
  .wp-block-quote:before {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    color: var(--primary-color);
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 30px;
    content: "\201C"; }
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0 50px;
    margin-right: auto;
    margin-left: auto; }
    .wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
      padding: 0 50px; }
      .wp-block-quote.is-large:not(.is-style-plain):not(:last-child), .wp-block-quote.is-style-large:not(.is-style-plain):not(:last-child) {
        margin-bottom: 50px; }
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
      font-size: 24px;
      font-size: 1.5rem;
      font-style: normal;
      line-height: 1.25; }
    .wp-block-quote.is-large cite,
    .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
    .wp-block-quote.is-style-large footer {
      text-align: left;
      font-size: 16px;
      font-size: 1rem; }
    .wp-block-quote.is-large.has-text-align-right cite,
    .wp-block-quote.is-large.has-text-align-right footer, .wp-block-quote.is-style-large.has-text-align-right cite,
    .wp-block-quote.is-style-large.has-text-align-right footer {
      text-align: right; }
    .wp-block-quote.is-large.has-text-align-center cite,
    .wp-block-quote.is-large.has-text-align-center footer, .wp-block-quote.is-style-large.has-text-align-center cite,
    .wp-block-quote.is-style-large.has-text-align-center footer {
      text-align: center; }
    .wp-block-quote.is-large:not(.has-text-align-center):before, .wp-block-quote.is-style-large:not(.has-text-align-center):before {
      top: 5px; }
  .wp-block-quote.has-text-align-center {
    padding: 0; }
    .entry-content .wp-block-quote.has-text-align-center:before {
      position: relative;
      top: 0;
      width: 100%; }

.wp-block-pullquote {
  padding: 35px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-right: none;
  border-left: none; }
  .wp-block-pullquote blockquote {
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
    color: inherit; }
    .wp-block-pullquote blockquote:before {
      display: none; }
  .wp-block-pullquote p {
    font-weight: 600; }
  .wp-block-pullquote cite {
    color: inherit;
    font-size: 14px;
    font-style: normal;
    font-family: var(--body-font); }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    margin-left: 0; }
    .wp-block-pullquote.is-style-solid-color blockquote p {
      font-size: 28px;
      font-size: 1.75rem; }
  .wp-block-pullquote p {
    font-size: 24px;
    font-size: 1.5rem; }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    margin-top: 8px; }
    .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
      font-size: 20px;
      font-size: 1.25rem; }
    .wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite {
      font-size: 16px;
      font-size: 1rem; }

/**
 * Gutenberg Code & Pre
 */
.wp-block-code,
.wp-block-preformatted {
  display: block;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #eee;
  tab-size: 4;
  overflow: auto;
  background-color: #f7f7f7;
  color: #000;
  font-size: 16px; }

.wp-block-code code {
  font-size: 14px; }

/**
 * Gutenberg Separator
 */
.wp-block-separator {
  margin: 50px auto !important;
  clear: both; }

/**
 * Gutenberg Video, Audio & Embed
 */
.wp-block-video video {
  margin-bottom: 0; }

.wp-block-embed .fluid-width-video-wrapper {
  margin-bottom: 0; }

.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
  margin: 0;
  padding-bottom: 0; }

/**
 * Gutenberg Table
 */
.wp-block-table {
  font-size: 16px; }
  .wp-block-table table {
    margin-bottom: 0; }
  .wp-block-table tbody th,
  .wp-block-table tbody td {
    vertical-align: middle; }
  .wp-block-table th {
    text-align: start; }
  .wp-block-table.is-style-stripes {
    border: none;
    border-bottom: 1px solid #eee; }
    .wp-block-table.is-style-stripes table {
      border: none; }
  .wp-block-table figcaption {
    display: block;
    padding: 14px 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    font-size: smaller;
    color: var(--text-lighter); }

/**
 * Gutenberg Widgets
 */
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-comments {
  margin-inline: 0;
  list-style: none; }
  .wp-block-latest-posts a,
  .wp-block-categories a,
  .wp-block-archives a,
  .wp-block-latest-comments a {
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: 500; }
    .wp-block-latest-posts a:not(:hover),
    .wp-block-categories a:not(:hover),
    .wp-block-archives a:not(:hover),
    .wp-block-latest-comments a:not(:hover) {
      color: inherit; }
  .wp-block-latest-posts li,
  .wp-block-categories li,
  .wp-block-archives li,
  .wp-block-latest-comments li {
    padding-inline: 0; }
    .wp-block-latest-posts li:before,
    .wp-block-categories li:before,
    .wp-block-archives li:before,
    .wp-block-latest-comments li:before {
      display: none; }

.wp-block-categories,
.wp-block-archives {
  font-size: 15px;
  font-size: 0.9375rem; }
  .wp-block-categories a,
  .wp-block-archives a {
    font-weight: 400; }

.wp-block-latest-posts {
  line-height: 1.3; }
  .wp-block-latest-posts li {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--sd-border-color); }
  .wp-block-latest-posts li > a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem; }
  .wp-block-latest-posts .wp-block-latest-posts__post-author,
  .wp-block-latest-posts .wp-block-latest-posts__post-date {
    display: inline-block;
    margin-top: 8px; }
  .wp-block-latest-posts .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date {
    margin-left: 6px; }
  .entry-content .wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 30px; }
  .entry-content .wp-block-latest-posts.is-grid {
    margin-bottom: 0; }
    .entry-content .wp-block-latest-posts.is-grid li {
      margin-bottom: 30px; }

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: inherit;
  opacity: 0.5; }

.wp-block-latest-posts__post-excerpt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6; }
  .wp-block-latest-posts__post-excerpt a {
    font-size: 14px;
    font-size: 0.875rem; }

.entry-content .wp-block-latest-comments li {
  font-size: inherit; }

.entry-content .wp-block-latest-comments li:not(:last-child) {
  margin-bottom: 15px; }

.entry-content .wp-block-latest-comments__comment {
  line-height: 1.35; }

.entry-content .wp-block-latest-comments__comment-author {
  font-weight: 600; }

.entry-content .wp-block-latest-comments__comment-date {
  margin-top: 5px;
  opacity: 0.5; }

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -2px; }
  .wp-block-tag-cloud a {
    margin: 4px 2px;
    line-height: 28px;
    font-size: 14px !important;
    font-size: 0.875rem !important; }
    .wp-block-tag-cloud a:not(:last-child):after {
      margin: 0 4px 0 8px;
      color: var(--text-color);
      content: "/";
      opacity: 0.4; }
    .no-touch .wp-block-tag-cloud a:hover {
      color: var(--link-color-hover); }
      .no-touch .wp-block-tag-cloud a:hover:after {
        color: var(--text-color); }
    .wp-block-tag-cloud a:not(:hover), .entry-content .wp-block-tag-cloud a {
      color: var(--content-color); }

.wp-block-calendar table {
  margin-bottom: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 2px; }
  .wp-block-calendar table a {
    box-shadow: none !important;
    text-decoration: none !important; }
  .wp-block-calendar table caption,
  .wp-block-calendar table tbody {
    color: inherit; }
  .wp-block-calendar table caption {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }
  .wp-block-calendar table th,
  .wp-block-calendar table td {
    padding: 0 5px;
    text-align: center;
    border: none !important; }
  .wp-block-calendar table th {
    background: none;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center; }
  .wp-block-calendar table td {
    font-size: 16px;
    font-size: 1rem; }
  .wp-block-calendar table tbody td {
    position: relative;
    background: #f7f7f7;
    line-height: 40px; }
    .dark-color .wp-block-calendar table tbody td {
      background: #363636; }
    .wp-block-calendar table tbody td[colspan="2"], .wp-block-calendar table tbody td[colspan="3"], .wp-block-calendar table tbody td[colspan="4"], .wp-block-calendar table tbody td[colspan="5"], .wp-block-calendar table tbody td[colspan="6"] {
      background: none; }
    .wp-block-calendar table tbody td a {
      font-weight: 800; }
    .wp-block-calendar table tbody td a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--primary-color);
      opacity: 0.1;
      content: ""; }
  .wp-block-calendar table tfoot td {
    line-height: 36px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    .wp-block-calendar table tfoot td a {
      padding: 2px 10px;
      border: 1px solid #e6e6e6;
      border-radius: 0;
      color: inherit !important; }
      .dark-color .wp-block-calendar table tfoot td a {
        border-color: #393939; }
      .no-touch .wp-block-calendar table tfoot td a:hover {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff !important; }

.wp-block-calendar .wp-calendar-nav {
  font-size: 0; }
  .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
  .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
    line-height: 36px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase; }
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
      display: inline-block;
      padding: 2px 10px;
      border: 1px solid #e6e6e6;
      border-radius: 0;
      color: inherit !important;
      box-shadow: none !important;
      text-decoration: none !important;
      line-height: 1.5; }
      .dark-color .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a,
      .dark-color .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
        border-color: #393939; }
      .no-touch .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .no-touch .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff !important; }
  .wp-block-calendar .wp-calendar-nav .pad {
    display: inline-block;
    width: 10%; }

.wp-block-search {
  position: relative;
  margin-bottom: 30px; }
  .wp-block-search .wp-block-search__label {
    font-weight: 700; }
  .wp-block-search input[type="search"] {
    width: auto; }
  .wp-block-search .wp-block-search__button {
    padding: 0 10px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer; }
    .wp-block-search .wp-block-search__button svg path {
      fill: #fff; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
      border: none; }

.wp-block-rss {
  margin: 0 0 30px;
  list-style: none; }
  .wp-block-rss a:not(:hover), #page .wp-block-rss a:not(:hover) {
    color: inherit; }
  .wp-block-rss .wp-block-rss__item {
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
    .dark-color .wp-block-rss .wp-block-rss__item {
      border-bottom-color: rgba(255, 255, 255, 0.2); }
    .wp-block-rss .wp-block-rss__item:not(:last-child) {
      margin-bottom: 20px; }
  .wp-block-rss .wp-block-rss__item-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600; }
  .wp-block-rss .wp-block-rss__item-publish-date,
  .wp-block-rss .wp-block-rss__item-author {
    display: inline-block;
    margin-top: 8px;
    color: inherit;
    opacity: 0.5; }
  .wp-block-rss .wp-block-rss__item-publish-date + .wp-block-rss__item-author:before {
    margin-right: 5px;
    content: "."; }
  .wp-block-rss .wp-block-rss__item-excerpt {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem; }

.wp-block-social-links.is-style-logos-only .wp-social-link.wp-social-link.wp-social-link {
  margin: 0; }

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor !important; }

/**
 * Gutenberg Gallery
 */
.wp-block-gallery:not(.alignleft):not(.alignright) {
  clear: both; }
.entry-content .wp-block-gallery.alignright {
  margin-left: 30px; }
.entry-content .wp-block-gallery.alignleft {
  margin-right: 30px; }
.entry-content .wp-block-gallery > li,
.entry-content .wp-block-gallery ul > li {
  padding: 0; }
  .entry-content .wp-block-gallery > li:before,
  .entry-content .wp-block-gallery ul > li:before {
    display: none; }
.entry-content > .wp-block-gallery li:not(:last-child) {
  margin-bottom: 16px; }

.blocks-gallery-grid .blocks-gallery-image a + figcaption,
.blocks-gallery-grid .blocks-gallery-item a + figcaption,
.wp-block-gallery .blocks-gallery-image a + figcaption,
.wp-block-gallery .blocks-gallery-item a + figcaption {
  pointer-events: none; }

.entry-content .blocks-gallery-item figcaption a {
  color: inherit; }

/**
 * Gutenberg Alignment Full
 */
.entry-content .alignfull {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 30px;
  clear: both; }
  .entry-content .alignfull.gallery-slider, .entry-content .alignfull.gallery-justified {
    width: 100vw;
    max-width: 100vw; }
  .entry-content .alignfull.wp-block-cover.has-parallax {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -50vw; }

.entry-content *[class*="wp-block-"] *.alignfull {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  max-width: 100%; }

/* Query Loop
   ========================================================================== */
.wp-block-query {
  --row-gap: 25px; }
  .wp-block-query .wp-block-post-featured-image {
    margin-bottom: 15px; }
  .wp-block-query .wp-block-post-title {
    margin-top: 0;
    font-size: 24px;
    font-size: 1.5rem; }
  .wp-block-query .wp-block-post-excerpt {
    margin-top: 10px; }
  .wp-block-query .wp-block-post-date {
    margin-top: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    opacity: 0.7; }
    .wp-block-query .wp-block-post-date:not(:first-child) {
      margin-top: 4px; }
  .wp-block-query ul {
    padding-top: var(--row-gap);
    margin: 0;
    border-top: 1px dashed var(--sd-border-color); }
    .wp-block-query ul li:not(:first-child) {
      margin-top: var(--row-gap); }
    .wp-block-query ul li {
      padding-bottom: var(--row-gap);
      border-bottom: 1px dashed var(--sd-border-color); }
  .wp-block-query .wp-block-query-pagination {
    margin-top: var(--row-gap);
    font-size: 14px;
    font-size: 0.875rem; }
  .wp-block-query .wp-block-query-pagination-numbers .page-numbers:not(.dots) {
    padding: 1px 7px;
    border-radius: 99px;
    background: var(--light-grey);
    color: var(--content-color);
    font-size: 13px;
    font-size: 0.8125rem;
    text-decoration: none; }
    .wp-block-query .wp-block-query-pagination-numbers .page-numbers:not(.dots).current, .wp-block-query .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover {
      background: var(--primary-color);
      color: #fff; }

.wp-block-comments-pagination {
  margin-top: var(--row-gap);
  font-size: 14px;
  font-size: 0.875rem; }
  .wp-block-comments-pagination .wp-block-comments-pagination-numbers .page-numbers:not(.dots) {
    padding: 1px 7px;
    border-radius: 99px;
    background: var(--light-grey);
    color: var(--content-color);
    font-size: 13px;
    font-size: 0.8125rem;
    text-decoration: none; }
    .wp-block-comments-pagination .wp-block-comments-pagination-numbers .page-numbers:not(.dots).current, .wp-block-comments-pagination .wp-block-comments-pagination-numbers .page-numbers:not(.dots):hover {
      background: var(--primary-color);
      color: #fff; }

.wp-block-page-list {
  margin-inline-start: 0;
  list-style: none; }
  .wp-block-page-list li {
    margin: 10px 0; }
  .wp-block-page-list a:not(:hover) {
    color: var(--content-color); }
  .wp-block-page-list .wp-block-navigation__submenu-container {
    margin-top: 0;
    margin-left: 20px;
    font-size: 15px;
    font-size: 0.9375rem; }
    .wp-block-page-list .wp-block-navigation__submenu-container li {
      position: relative;
      margin: 6px 0;
      list-style: none; }
      .wp-block-page-list .wp-block-navigation__submenu-container li:before {
        position: absolute;
        top: 0;
        left: -20px;
        width: 20px;
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\35";
        line-height: inherit; }

.wp-block-navigation .wp-block-page-list {
  gap: 20px;
  font-size: 16px;
  font-size: 1rem; }
  .wp-block-navigation .wp-block-page-list li {
    margin: 0; }
  .wp-block-navigation .wp-block-page-list .wp-block-navigation__submenu-container {
    margin-left: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3; }
    .wp-block-navigation .wp-block-page-list .wp-block-navigation__submenu-container li:before {
      display: none; }

.entry-content * + .wp-block-site-title,
.entry-content * + .wp-block-post-title {
  margin-top: 0; }

.wp-block-post-excerpt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4; }

.wp-block-post-date {
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.7; }

.wp-block-post-navigation-link {
  font-size: 14px;
  font-size: 0.875rem; }

.wp-block-comments .wp-block-comments-title {
  margin-bottom: 30px !important; }
.wp-block-comments ol {
  margin: 0; }
.wp-block-comments .wp-block-columns {
  position: relative;
  gap: 20px; }
.entry-content .wp-block-comments .wp-block-column > *[class*="wp-block-"] {
  margin-bottom: 0; }
.wp-block-comments .wp-block-comment-author-name {
  --wp--preset--font-size--small: 20px;
  font-family: var(--heading-font);
  line-height: 1.2; }
  .wp-block-comments .wp-block-comment-author-name a:not(:hover) {
    color: var(--text-color); }
.wp-block-comments .wp-block-comment-content {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1rem; }
.wp-block-comments .wp-block-comment-date a {
  color: var(--text-lighter); }
.wp-block-comments .wp-block-comment-reply-link {
  position: absolute;
  top: 0;
  right: 0; }
.wp-block-comments .comment-respond + .wp-block-paragraph {
  margin-top: 30px; }

.entry-content .wp-block-comments .wp-block-post-comments-form {
  margin-bottom: 50px; }

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0; }

.wp-block-navigation__responsive-container {
  --wp--style--block-gap: 0px; }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 0 20px; }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
      padding: 0 20px; }

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) input[type="search"] {
  color: #000; }

.wp-block-calendar :where(table:not(.has-text-color)) {
  color: inherit; }

/* Row & Column
   ========================================================================== */
.entry-content .wp-block-column, .entry-content .wp-block-column:last-child > *:last-child {
  margin-bottom: 0; }

/* Blocks in Sidebar
   ========================================================================== */
.widget-area .wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0; }
  .widget-area .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--light-grey); }
    .widget-area .wp-block-latest-posts.wp-block-latest-posts__list li a {
      font-family: var(--heading-font);
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 30px; }
      .no-touch .widget-area .wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
        color: var(--link-color-hover); }

.widget-area .wp-block-latest-posts__post-excerpt,
.widget-area .wp-block-latest-posts__post-full-content {
  margin-bottom: 0; }

.widget-area .wp-block-latest-comments li {
  font-size: 14px;
  font-size: 0.875rem; }
  .widget-area .wp-block-latest-comments li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-grey); }
  .widget-area .wp-block-latest-comments li .wp-block-latest-comments__comment-link {
    display: block;
    margin-top: 5px;
    font-family: var(--heading-font);
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }
    .no-touch .widget-area .wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover {
      color: var(--link-color-hover); }
  .widget-area .wp-block-latest-comments li p {
    margin-bottom: 0; }

.widget-area .widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative; }
.widget-area .widget_block.widget_search .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: var(--form-field-height);
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-size: 0; }
  .widget-area .widget_block.widget_search .wp-block-search__button:before {
    position: relative;
    z-index: 3;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    font-weight: 900;
    font-size: 16px;
    font-size: 1rem;
    line-height: 42px;
    content: "\f002"; }
.widget-area .widget_block.widget_search .wp-block-search__label {
  font-family: var(--widget-title-font);
  font-size: var(--widget-title-size);
  font-weight: var(--widget-title-weight);
  letter-spacing: var(--widget-title-spacing);
  text-transform: var(--widget-title-trans);
  font-style: var(--widget-title-style); }

.widget-area .wp-block-archives,
.widget-area .wp-block-categories {
  margin: 0;
  list-style: none; }
  .widget-area .wp-block-archives li,
  .widget-area .wp-block-categories li {
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem; }
    .widget-area .wp-block-archives li:not(:last-child),
    .widget-area .wp-block-categories li:not(:last-child) {
      margin-bottom: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--light-grey); }
    .widget-area .wp-block-archives li a,
    .widget-area .wp-block-categories li a {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 30px; }
      .no-touch .widget-area .wp-block-archives li a:hover,
      .no-touch .widget-area .wp-block-categories li a:hover {
        color: var(--link-color-hover); }
    .widget-area .wp-block-archives li ul,
    .widget-area .wp-block-categories li ul {
      margin-top: 7.5px;
      margin-inline-start: 15px;
      list-style: circle;
      clear: both; }
      .widget-area .wp-block-archives li ul li,
      .widget-area .wp-block-categories li ul li {
        border-bottom: none !important;
        padding-bottom: 0 !important; }

/* Shop Related Blocks/Widgets
   ========================================================================== */
.wc-block-product-filters .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  font-size: 13px; }
.wc-block-product-filters .wc-block-product-filter-price-slider .text input[type="text"] {
  height: 40px; }

.wc-block-product-filter-clear-button {
  font-size: 11px;
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-spacing);
  text-transform: var(--btn-text-transform); }

.widget-area .wc-block-sort-select,
.wp-block-widget-area .wc-block-sort-select {
  --form-field-height: 36px;
  font-size: 14px;
  margin-bottom: 15px; }
.widget-area .wc-block-sort-select__label,
.wp-block-widget-area .wc-block-sort-select__label {
  margin-inline-end: 12px; }
.widget-area select,
.wp-block-widget-area select {
  display: inline-block;
  width: auto;
  font-size: 14px; }

.wc-block-review-list {
  padding: 0; }
  .wc-block-review-list .wc-block-review-list-item__product {
    font-weight: 500; }
  .wc-block-review-list .wc-block-review-list-item__author,
  .wc-block-review-list .wc-block-review-list-item__published-date {
    font-size: 13px; }
  .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    width: 5.8em;
    height: 2em;
    font-size: var(--star-size);
    letter-spacing: 0.2em;
    line-height: 2;
    overflow: hidden; }
    .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
      position: absolute;
      top: 0;
      left: 0;
      float: left;
      color: var(--star-color);
      opacity: 0.3;
      content: "\e033 \e033 \e033 \e033 \e033";
      width: 6em; }
    .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
      position: absolute;
      top: 0;
      left: 0;
      float: left;
      padding-top: 1.5em;
      height: 0;
      overflow: hidden; }
      .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
        position: absolute;
        top: 0;
        left: 0;
        color: var(--star-color);
        content: "\e033 \e033 \e033 \e033 \e033"; }

.wc-block-product-categories-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .wc-block-product-categories-list li {
    position: relative;
    margin: 8px 0;
    font-size: 15px;
    font-size: 0.9375rem; }
    .no-touch .wc-block-product-categories-list li a:hover {
      color: var(--link-color-hover); }

@media screen and (min-width: 600px) {
  .wp-block-group.alignfull,
  .wp-block-group.has-background {
    padding-right: 30px;
    padding-left: 30px; }

  .wp-block-columns.alignfull {
    padding-right: 30px;
    padding-left: 30px; }

  .wp-block-column:nth-last-child(2) > *:last-child {
    margin-bottom: 0; }

  .entry-content *.alignwide {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100vw - 60px);
    max-width: 1400px; }
    .entry-content *.alignwide.wp-block-cover.has-parallax {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-left: calc(0px - var(--grid-val)*1vw); }

  .entry-content *[class*="wp-block-"] *.alignwide {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%; }

  .entry-content .wp-block-cover.alignfull *.alignwide,
  .entry-content .wp-block-cover.alignwide *.alignwide {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100vw - 60px);
    max-width: calc(var(--site-width) - 60px); }

  .entry-content .wp-block-cover.alignwide *.alignwide {
    max-width: 1008px; } }
@media screen and (min-width: 768px) {
  .wp-block-quote .wp-block-paragraph,
  .wp-block-pullquote p {
    font-size: 28px; } }
@media screen and (min-width: 782px) {
  .wp-block-column > *:last-child {
    margin-bottom: 0; } }
@media screen and (min-width: 860px) {
  .entry-content .wp-block-cover.has-parallax.alignwide {
    margin-left: calc(0px - (100vw - 860px)/2); } }
@media screen and (min-width: 1025px) {
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 32px;
    font-size: 2rem; } }
@media screen and (min-width: 1200px) {
  .site-content[class*="with-sidebar"] .entry-content *.alignfull,
  .site-content[class*="with-sidebar"] .entry-content *.alignwide {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    max-width: none; }
    .site-content[class*="with-sidebar"] .entry-content *.alignfull.wp-block-cover.has-parallax,
    .site-content[class*="with-sidebar"] .entry-content *.alignwide.wp-block-cover.has-parallax {
      margin-left: 0; }

  .wp-block-group.has-background {
    padding: 50px; }
  .wp-block-group.alignfull {
    padding: 50px 0; }
    .wp-block-group.alignfull .wp-block-group__inner-container {
      max-width: var(--site-width);
      padding: 0 30px;
      margin-right: auto;
      margin-left: auto; } }
@media screen and (min-width: 1260px) {
  .entry-content .wp-block-cover.has-parallax.alignwide {
    margin-left: -170px; } }
@media screen and (max-width: 1024px) {
  .entry-content > .wp-block-group.alignfull:not(.has-background):first-child {
    padding-top: 0; } }
@media screen and (max-width: 599px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    width: calc(50% - 30px); }

  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding-right: 0; }

  .wp-block-cover,
  .wp-block-cover-image {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (max-width: 480px) {
  blockquote.tiktok-embed {
    padding: 0; }

  blockquote.tiktok-embed:before {
    display: none; } }
@media screen and (max-width: 400px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px; } }

/*# sourceMappingURL=sd-blocks.css.map */
