@charset "UTF-8";
/*
Theme Name: Slimming World Blog Theme
Author: MediaMonks
Author URI: https://mediamonks.com/
Requires at least: WordPress 4.9.6
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
# Widgets
  ## MM Instagram feed
--------------------------------------------------------------*/
/* This is the only place we have px values */
/* stylelint-disable unit-whitelist, length-zero-no-unit */
/* This and _sizes are only place we have px values */
/* stylelint-disable unit-whitelist */
/**
  Base spacing multiplier
  Multiplies given value with $baseSpacingSize
  Basically snaps any value to grid.
  @param value {number}
  @param gridSpacing {number}
 */
/**
  Sizing function
  Multiplies one or more values given with $baseSpacingSize
  Translates return value to REM size.
  @param value {number} multiple values allowed
 */
/**
  Returns em value
  Second argument as percent to mimic a percentage value:
  em-size(100, percent) returns 1em
*/
/* This is the only place we have px values */
/* stylelint-disable unit-whitelist, length-zero-no-unit */
/* Other Brands Colors */
/* Custom SW Colors */
/* Color maps */
/* This is the only place we have hex values */
/* stylelint-disable color-no-hex */
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes bounce-up {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1rem);
  }
  50% {
    transform: translateY(0rem);
  }
  80% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
/* This is the only place we have px values */
/* stylelint-disable unit-whitelist, length-zero-no-unit */
/* This and _sizes are only place we have px values */
/* stylelint-disable unit-whitelist */
/**
  Base spacing multiplier
  Multiplies given value with $baseSpacingSize
  Basically snaps any value to grid.
  @param value {number}
  @param gridSpacing {number}
 */
/**
  Sizing function
  Multiplies one or more values given with $baseSpacingSize
  Translates return value to REM size.
  @param value {number} multiple values allowed
 */
/**
  Returns em value
  Second argument as percent to mimic a percentage value:
  em-size(100, percent) returns 1em
*/
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* This is the only place we have px values */
/* stylelint-disable unit-whitelist, length-zero-no-unit */
/* This and _sizes are only place we have px values */
/* stylelint-disable unit-whitelist */
/**
  Base spacing multiplier
  Multiplies given value with $baseSpacingSize
  Basically snaps any value to grid.
  @param value {number}
  @param gridSpacing {number}
 */
/**
  Sizing function
  Multiplies one or more values given with $baseSpacingSize
  Translates return value to REM size.
  @param value {number} multiple values allowed
 */
/**
  Returns em value
  Second argument as percent to mimic a percentage value:
  em-size(100, percent) returns 1em
*/
/* This is the only place we have px values */
/* stylelint-disable unit-whitelist, length-zero-no-unit */
/* Ensure all font family declarations come with non-latin fallbacks */
/* Build our non-latin font styles */
.gallery-caption:lang(ar), .wp-caption-text:lang(ar), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ar), .entry .entry-content .wp-block-file:lang(ar), .entry .entry-content .wp-block-audio figcaption:lang(ar),
.entry .entry-content .wp-block-video figcaption:lang(ar),
.entry .entry-content .wp-block-image figcaption:lang(ar),
.entry .entry-content .wp-block-gallery figcaption:lang(ar), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar),
.entry .entry-content .wp-block-cover-image h2:lang(ar),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ar),
.entry .entry-content .wp-block-cover h2:lang(ar), .entry .entry-content .wp-block-quote cite:lang(ar), .entry .entry-content .wp-block-quote p:lang(ar), .entry .entry-content .wp-block-pullquote cite:lang(ar), .entry .entry-content .has-drop-cap:lang(ar):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ar), .entry .entry-content .wp-block-archives li:lang(ar),
.entry .entry-content .wp-block-categories li:lang(ar),
.entry .entry-content .wp-block-latest-posts li:lang(ar), .widget_tag_cloud .tagcloud:lang(ar), .widget_archive ul li:lang(ar),
.widget_categories ul li:lang(ar),
.widget_meta ul li:lang(ar),
.widget_nav_menu ul li:lang(ar),
.widget_pages ul li:lang(ar),
.widget_recent_comments ul li:lang(ar),
.widget_recent_entries ul li:lang(ar),
.widget_rss ul li:lang(ar), .comment-form .comment-notes:lang(ar),
.comment-form label:lang(ar), .comment-list .pingback .comment-body .comment-edit-link:lang(ar),
.comment-list .trackback .comment-body .comment-edit-link:lang(ar), .comment-list .pingback .comment-body:lang(ar),
.comment-list .trackback .comment-body:lang(ar), .comment-navigation .nav-previous:lang(ar),
.comment-navigation .nav-next:lang(ar), table:lang(ar), blockquote cite:lang(ar), .page-title:lang(ar), .author-description .author-link:lang(ar),
.comment-metadata:lang(ar),
.comment-reply-link:lang(ar),
.comments-title:lang(ar),
.comment-author .fn:lang(ar),
.discussion-meta-info:lang(ar),
.no-comments:lang(ar),
.post-navigation .post-title:lang(ar),
.page-links:lang(ar),
.page-description:lang(ar),
.pagination .nav-links:lang(ar),
.sticky-post:lang(ar),
.site-title:lang(ar),
#cancel-comment-reply-link:lang(ar),
h1:lang(ar), button:lang(ar),
input:lang(ar),
select:lang(ar),
optgroup:lang(ar),
textarea:lang(ar), body:lang(ar) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(ary), .wp-caption-text:lang(ary), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ary), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ary), .entry .entry-content .wp-block-file:lang(ary), .entry .entry-content .wp-block-audio figcaption:lang(ary),
.entry .entry-content .wp-block-video figcaption:lang(ary),
.entry .entry-content .wp-block-image figcaption:lang(ary),
.entry .entry-content .wp-block-gallery figcaption:lang(ary), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ary),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ary),
.entry .entry-content .wp-block-cover-image h2:lang(ary),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ary),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ary),
.entry .entry-content .wp-block-cover h2:lang(ary), .entry .entry-content .wp-block-quote cite:lang(ary), .entry .entry-content .wp-block-quote p:lang(ary), .entry .entry-content .wp-block-pullquote cite:lang(ary), .entry .entry-content .has-drop-cap:lang(ary):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ary), .entry .entry-content .wp-block-archives li:lang(ary),
.entry .entry-content .wp-block-categories li:lang(ary),
.entry .entry-content .wp-block-latest-posts li:lang(ary), .widget_tag_cloud .tagcloud:lang(ary), .widget_archive ul li:lang(ary),
.widget_categories ul li:lang(ary),
.widget_meta ul li:lang(ary),
.widget_nav_menu ul li:lang(ary),
.widget_pages ul li:lang(ary),
.widget_recent_comments ul li:lang(ary),
.widget_recent_entries ul li:lang(ary),
.widget_rss ul li:lang(ary), .comment-form .comment-notes:lang(ary),
.comment-form label:lang(ary), .comment-list .pingback .comment-body .comment-edit-link:lang(ary),
.comment-list .trackback .comment-body .comment-edit-link:lang(ary), .comment-list .pingback .comment-body:lang(ary),
.comment-list .trackback .comment-body:lang(ary), .comment-navigation .nav-previous:lang(ary),
.comment-navigation .nav-next:lang(ary), table:lang(ary), blockquote cite:lang(ary), .page-title:lang(ary), .author-description .author-link:lang(ary),
.comment-metadata:lang(ary),
.comment-reply-link:lang(ary),
.comments-title:lang(ary),
.comment-author .fn:lang(ary),
.discussion-meta-info:lang(ary),
.no-comments:lang(ary),
.post-navigation .post-title:lang(ary),
.page-links:lang(ary),
.page-description:lang(ary),
.pagination .nav-links:lang(ary),
.sticky-post:lang(ary),
.site-title:lang(ary),
#cancel-comment-reply-link:lang(ary),
h1:lang(ary), button:lang(ary),
input:lang(ary),
select:lang(ary),
optgroup:lang(ary),
textarea:lang(ary), body:lang(ary) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(azb), .wp-caption-text:lang(azb), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(azb), .entry .entry-content .wp-block-file .wp-block-file__button:lang(azb), .entry .entry-content .wp-block-file:lang(azb), .entry .entry-content .wp-block-audio figcaption:lang(azb),
.entry .entry-content .wp-block-video figcaption:lang(azb),
.entry .entry-content .wp-block-image figcaption:lang(azb),
.entry .entry-content .wp-block-gallery figcaption:lang(azb), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(azb),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(azb),
.entry .entry-content .wp-block-cover-image h2:lang(azb),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(azb),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(azb),
.entry .entry-content .wp-block-cover h2:lang(azb), .entry .entry-content .wp-block-quote cite:lang(azb), .entry .entry-content .wp-block-quote p:lang(azb), .entry .entry-content .wp-block-pullquote cite:lang(azb), .entry .entry-content .has-drop-cap:lang(azb):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(azb), .entry .entry-content .wp-block-archives li:lang(azb),
.entry .entry-content .wp-block-categories li:lang(azb),
.entry .entry-content .wp-block-latest-posts li:lang(azb), .widget_tag_cloud .tagcloud:lang(azb), .widget_archive ul li:lang(azb),
.widget_categories ul li:lang(azb),
.widget_meta ul li:lang(azb),
.widget_nav_menu ul li:lang(azb),
.widget_pages ul li:lang(azb),
.widget_recent_comments ul li:lang(azb),
.widget_recent_entries ul li:lang(azb),
.widget_rss ul li:lang(azb), .comment-form .comment-notes:lang(azb),
.comment-form label:lang(azb), .comment-list .pingback .comment-body .comment-edit-link:lang(azb),
.comment-list .trackback .comment-body .comment-edit-link:lang(azb), .comment-list .pingback .comment-body:lang(azb),
.comment-list .trackback .comment-body:lang(azb), .comment-navigation .nav-previous:lang(azb),
.comment-navigation .nav-next:lang(azb), table:lang(azb), blockquote cite:lang(azb), .page-title:lang(azb), .author-description .author-link:lang(azb),
.comment-metadata:lang(azb),
.comment-reply-link:lang(azb),
.comments-title:lang(azb),
.comment-author .fn:lang(azb),
.discussion-meta-info:lang(azb),
.no-comments:lang(azb),
.post-navigation .post-title:lang(azb),
.page-links:lang(azb),
.page-description:lang(azb),
.pagination .nav-links:lang(azb),
.sticky-post:lang(azb),
.site-title:lang(azb),
#cancel-comment-reply-link:lang(azb),
h1:lang(azb), button:lang(azb),
input:lang(azb),
select:lang(azb),
optgroup:lang(azb),
textarea:lang(azb), body:lang(azb) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(ckb), .wp-caption-text:lang(ckb), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ckb), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ckb), .entry .entry-content .wp-block-file:lang(ckb), .entry .entry-content .wp-block-audio figcaption:lang(ckb),
.entry .entry-content .wp-block-video figcaption:lang(ckb),
.entry .entry-content .wp-block-image figcaption:lang(ckb),
.entry .entry-content .wp-block-gallery figcaption:lang(ckb), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ckb),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ckb),
.entry .entry-content .wp-block-cover-image h2:lang(ckb),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ckb),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ckb),
.entry .entry-content .wp-block-cover h2:lang(ckb), .entry .entry-content .wp-block-quote cite:lang(ckb), .entry .entry-content .wp-block-quote p:lang(ckb), .entry .entry-content .wp-block-pullquote cite:lang(ckb), .entry .entry-content .has-drop-cap:lang(ckb):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ckb), .entry .entry-content .wp-block-archives li:lang(ckb),
.entry .entry-content .wp-block-categories li:lang(ckb),
.entry .entry-content .wp-block-latest-posts li:lang(ckb), .widget_tag_cloud .tagcloud:lang(ckb), .widget_archive ul li:lang(ckb),
.widget_categories ul li:lang(ckb),
.widget_meta ul li:lang(ckb),
.widget_nav_menu ul li:lang(ckb),
.widget_pages ul li:lang(ckb),
.widget_recent_comments ul li:lang(ckb),
.widget_recent_entries ul li:lang(ckb),
.widget_rss ul li:lang(ckb), .comment-form .comment-notes:lang(ckb),
.comment-form label:lang(ckb), .comment-list .pingback .comment-body .comment-edit-link:lang(ckb),
.comment-list .trackback .comment-body .comment-edit-link:lang(ckb), .comment-list .pingback .comment-body:lang(ckb),
.comment-list .trackback .comment-body:lang(ckb), .comment-navigation .nav-previous:lang(ckb),
.comment-navigation .nav-next:lang(ckb), table:lang(ckb), blockquote cite:lang(ckb), .page-title:lang(ckb), .author-description .author-link:lang(ckb),
.comment-metadata:lang(ckb),
.comment-reply-link:lang(ckb),
.comments-title:lang(ckb),
.comment-author .fn:lang(ckb),
.discussion-meta-info:lang(ckb),
.no-comments:lang(ckb),
.post-navigation .post-title:lang(ckb),
.page-links:lang(ckb),
.page-description:lang(ckb),
.pagination .nav-links:lang(ckb),
.sticky-post:lang(ckb),
.site-title:lang(ckb),
#cancel-comment-reply-link:lang(ckb),
h1:lang(ckb), button:lang(ckb),
input:lang(ckb),
select:lang(ckb),
optgroup:lang(ckb),
textarea:lang(ckb), body:lang(ckb) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(fa-IR), .wp-caption-text:lang(fa-IR), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(fa-IR), .entry .entry-content .wp-block-file .wp-block-file__button:lang(fa-IR), .entry .entry-content .wp-block-file:lang(fa-IR), .entry .entry-content .wp-block-audio figcaption:lang(fa-IR),
.entry .entry-content .wp-block-video figcaption:lang(fa-IR),
.entry .entry-content .wp-block-image figcaption:lang(fa-IR),
.entry .entry-content .wp-block-gallery figcaption:lang(fa-IR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(fa-IR),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(fa-IR),
.entry .entry-content .wp-block-cover-image h2:lang(fa-IR),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(fa-IR),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(fa-IR),
.entry .entry-content .wp-block-cover h2:lang(fa-IR), .entry .entry-content .wp-block-quote cite:lang(fa-IR), .entry .entry-content .wp-block-quote p:lang(fa-IR), .entry .entry-content .wp-block-pullquote cite:lang(fa-IR), .entry .entry-content .has-drop-cap:lang(fa-IR):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(fa-IR), .entry .entry-content .wp-block-archives li:lang(fa-IR),
.entry .entry-content .wp-block-categories li:lang(fa-IR),
.entry .entry-content .wp-block-latest-posts li:lang(fa-IR), .widget_tag_cloud .tagcloud:lang(fa-IR), .widget_archive ul li:lang(fa-IR),
.widget_categories ul li:lang(fa-IR),
.widget_meta ul li:lang(fa-IR),
.widget_nav_menu ul li:lang(fa-IR),
.widget_pages ul li:lang(fa-IR),
.widget_recent_comments ul li:lang(fa-IR),
.widget_recent_entries ul li:lang(fa-IR),
.widget_rss ul li:lang(fa-IR), .comment-form .comment-notes:lang(fa-IR),
.comment-form label:lang(fa-IR), .comment-list .pingback .comment-body .comment-edit-link:lang(fa-IR),
.comment-list .trackback .comment-body .comment-edit-link:lang(fa-IR), .comment-list .pingback .comment-body:lang(fa-IR),
.comment-list .trackback .comment-body:lang(fa-IR), .comment-navigation .nav-previous:lang(fa-IR),
.comment-navigation .nav-next:lang(fa-IR), table:lang(fa-IR), blockquote cite:lang(fa-IR), .page-title:lang(fa-IR), .author-description .author-link:lang(fa-IR),
.comment-metadata:lang(fa-IR),
.comment-reply-link:lang(fa-IR),
.comments-title:lang(fa-IR),
.comment-author .fn:lang(fa-IR),
.discussion-meta-info:lang(fa-IR),
.no-comments:lang(fa-IR),
.post-navigation .post-title:lang(fa-IR),
.page-links:lang(fa-IR),
.page-description:lang(fa-IR),
.pagination .nav-links:lang(fa-IR),
.sticky-post:lang(fa-IR),
.site-title:lang(fa-IR),
#cancel-comment-reply-link:lang(fa-IR),
h1:lang(fa-IR), button:lang(fa-IR),
input:lang(fa-IR),
select:lang(fa-IR),
optgroup:lang(fa-IR),
textarea:lang(fa-IR), body:lang(fa-IR) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(haz), .wp-caption-text:lang(haz), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(haz), .entry .entry-content .wp-block-file .wp-block-file__button:lang(haz), .entry .entry-content .wp-block-file:lang(haz), .entry .entry-content .wp-block-audio figcaption:lang(haz),
.entry .entry-content .wp-block-video figcaption:lang(haz),
.entry .entry-content .wp-block-image figcaption:lang(haz),
.entry .entry-content .wp-block-gallery figcaption:lang(haz), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(haz),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(haz),
.entry .entry-content .wp-block-cover-image h2:lang(haz),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(haz),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(haz),
.entry .entry-content .wp-block-cover h2:lang(haz), .entry .entry-content .wp-block-quote cite:lang(haz), .entry .entry-content .wp-block-quote p:lang(haz), .entry .entry-content .wp-block-pullquote cite:lang(haz), .entry .entry-content .has-drop-cap:lang(haz):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(haz), .entry .entry-content .wp-block-archives li:lang(haz),
.entry .entry-content .wp-block-categories li:lang(haz),
.entry .entry-content .wp-block-latest-posts li:lang(haz), .widget_tag_cloud .tagcloud:lang(haz), .widget_archive ul li:lang(haz),
.widget_categories ul li:lang(haz),
.widget_meta ul li:lang(haz),
.widget_nav_menu ul li:lang(haz),
.widget_pages ul li:lang(haz),
.widget_recent_comments ul li:lang(haz),
.widget_recent_entries ul li:lang(haz),
.widget_rss ul li:lang(haz), .comment-form .comment-notes:lang(haz),
.comment-form label:lang(haz), .comment-list .pingback .comment-body .comment-edit-link:lang(haz),
.comment-list .trackback .comment-body .comment-edit-link:lang(haz), .comment-list .pingback .comment-body:lang(haz),
.comment-list .trackback .comment-body:lang(haz), .comment-navigation .nav-previous:lang(haz),
.comment-navigation .nav-next:lang(haz), table:lang(haz), blockquote cite:lang(haz), .page-title:lang(haz), .author-description .author-link:lang(haz),
.comment-metadata:lang(haz),
.comment-reply-link:lang(haz),
.comments-title:lang(haz),
.comment-author .fn:lang(haz),
.discussion-meta-info:lang(haz),
.no-comments:lang(haz),
.post-navigation .post-title:lang(haz),
.page-links:lang(haz),
.page-description:lang(haz),
.pagination .nav-links:lang(haz),
.sticky-post:lang(haz),
.site-title:lang(haz),
#cancel-comment-reply-link:lang(haz),
h1:lang(haz), button:lang(haz),
input:lang(haz),
select:lang(haz),
optgroup:lang(haz),
textarea:lang(haz), body:lang(haz) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(ps), .wp-caption-text:lang(ps), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ps), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ps), .entry .entry-content .wp-block-file:lang(ps), .entry .entry-content .wp-block-audio figcaption:lang(ps),
.entry .entry-content .wp-block-video figcaption:lang(ps),
.entry .entry-content .wp-block-image figcaption:lang(ps),
.entry .entry-content .wp-block-gallery figcaption:lang(ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ps),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ps),
.entry .entry-content .wp-block-cover-image h2:lang(ps),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ps),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ps),
.entry .entry-content .wp-block-cover h2:lang(ps), .entry .entry-content .wp-block-quote cite:lang(ps), .entry .entry-content .wp-block-quote p:lang(ps), .entry .entry-content .wp-block-pullquote cite:lang(ps), .entry .entry-content .has-drop-cap:lang(ps):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ps), .entry .entry-content .wp-block-archives li:lang(ps),
.entry .entry-content .wp-block-categories li:lang(ps),
.entry .entry-content .wp-block-latest-posts li:lang(ps), .widget_tag_cloud .tagcloud:lang(ps), .widget_archive ul li:lang(ps),
.widget_categories ul li:lang(ps),
.widget_meta ul li:lang(ps),
.widget_nav_menu ul li:lang(ps),
.widget_pages ul li:lang(ps),
.widget_recent_comments ul li:lang(ps),
.widget_recent_entries ul li:lang(ps),
.widget_rss ul li:lang(ps), .comment-form .comment-notes:lang(ps),
.comment-form label:lang(ps), .comment-list .pingback .comment-body .comment-edit-link:lang(ps),
.comment-list .trackback .comment-body .comment-edit-link:lang(ps), .comment-list .pingback .comment-body:lang(ps),
.comment-list .trackback .comment-body:lang(ps), .comment-navigation .nav-previous:lang(ps),
.comment-navigation .nav-next:lang(ps), table:lang(ps), blockquote cite:lang(ps), .page-title:lang(ps), .author-description .author-link:lang(ps),
.comment-metadata:lang(ps),
.comment-reply-link:lang(ps),
.comments-title:lang(ps),
.comment-author .fn:lang(ps),
.discussion-meta-info:lang(ps),
.no-comments:lang(ps),
.post-navigation .post-title:lang(ps),
.page-links:lang(ps),
.page-description:lang(ps),
.pagination .nav-links:lang(ps),
.sticky-post:lang(ps),
.site-title:lang(ps),
#cancel-comment-reply-link:lang(ps),
h1:lang(ps), button:lang(ps),
input:lang(ps),
select:lang(ps),
optgroup:lang(ps),
textarea:lang(ps), body:lang(ps) {
  font-family: Tahoma, Arial, sans-serif;
}
.gallery-caption:lang(be), .wp-caption-text:lang(be), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be), .entry .entry-content .wp-block-file .wp-block-file__button:lang(be), .entry .entry-content .wp-block-file:lang(be), .entry .entry-content .wp-block-audio figcaption:lang(be),
.entry .entry-content .wp-block-video figcaption:lang(be),
.entry .entry-content .wp-block-image figcaption:lang(be),
.entry .entry-content .wp-block-gallery figcaption:lang(be), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be),
.entry .entry-content .wp-block-cover-image h2:lang(be),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(be),
.entry .entry-content .wp-block-cover h2:lang(be), .entry .entry-content .wp-block-quote cite:lang(be), .entry .entry-content .wp-block-quote p:lang(be), .entry .entry-content .wp-block-pullquote cite:lang(be), .entry .entry-content .has-drop-cap:lang(be):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(be), .entry .entry-content .wp-block-archives li:lang(be),
.entry .entry-content .wp-block-categories li:lang(be),
.entry .entry-content .wp-block-latest-posts li:lang(be), .widget_tag_cloud .tagcloud:lang(be), .widget_archive ul li:lang(be),
.widget_categories ul li:lang(be),
.widget_meta ul li:lang(be),
.widget_nav_menu ul li:lang(be),
.widget_pages ul li:lang(be),
.widget_recent_comments ul li:lang(be),
.widget_recent_entries ul li:lang(be),
.widget_rss ul li:lang(be), .comment-form .comment-notes:lang(be),
.comment-form label:lang(be), .comment-list .pingback .comment-body .comment-edit-link:lang(be),
.comment-list .trackback .comment-body .comment-edit-link:lang(be), .comment-list .pingback .comment-body:lang(be),
.comment-list .trackback .comment-body:lang(be), .comment-navigation .nav-previous:lang(be),
.comment-navigation .nav-next:lang(be), table:lang(be), blockquote cite:lang(be), .page-title:lang(be), .author-description .author-link:lang(be),
.comment-metadata:lang(be),
.comment-reply-link:lang(be),
.comments-title:lang(be),
.comment-author .fn:lang(be),
.discussion-meta-info:lang(be),
.no-comments:lang(be),
.post-navigation .post-title:lang(be),
.page-links:lang(be),
.page-description:lang(be),
.pagination .nav-links:lang(be),
.sticky-post:lang(be),
.site-title:lang(be),
#cancel-comment-reply-link:lang(be),
h1:lang(be), button:lang(be),
input:lang(be),
select:lang(be),
optgroup:lang(be),
textarea:lang(be), body:lang(be) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(bg-BG), .wp-caption-text:lang(bg-BG), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bg-BG), .entry .entry-content .wp-block-file .wp-block-file__button:lang(bg-BG), .entry .entry-content .wp-block-file:lang(bg-BG), .entry .entry-content .wp-block-audio figcaption:lang(bg-BG),
.entry .entry-content .wp-block-video figcaption:lang(bg-BG),
.entry .entry-content .wp-block-image figcaption:lang(bg-BG),
.entry .entry-content .wp-block-gallery figcaption:lang(bg-BG), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bg-BG),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bg-BG),
.entry .entry-content .wp-block-cover-image h2:lang(bg-BG),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bg-BG),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bg-BG),
.entry .entry-content .wp-block-cover h2:lang(bg-BG), .entry .entry-content .wp-block-quote cite:lang(bg-BG), .entry .entry-content .wp-block-quote p:lang(bg-BG), .entry .entry-content .wp-block-pullquote cite:lang(bg-BG), .entry .entry-content .has-drop-cap:lang(bg-BG):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(bg-BG), .entry .entry-content .wp-block-archives li:lang(bg-BG),
.entry .entry-content .wp-block-categories li:lang(bg-BG),
.entry .entry-content .wp-block-latest-posts li:lang(bg-BG), .widget_tag_cloud .tagcloud:lang(bg-BG), .widget_archive ul li:lang(bg-BG),
.widget_categories ul li:lang(bg-BG),
.widget_meta ul li:lang(bg-BG),
.widget_nav_menu ul li:lang(bg-BG),
.widget_pages ul li:lang(bg-BG),
.widget_recent_comments ul li:lang(bg-BG),
.widget_recent_entries ul li:lang(bg-BG),
.widget_rss ul li:lang(bg-BG), .comment-form .comment-notes:lang(bg-BG),
.comment-form label:lang(bg-BG), .comment-list .pingback .comment-body .comment-edit-link:lang(bg-BG),
.comment-list .trackback .comment-body .comment-edit-link:lang(bg-BG), .comment-list .pingback .comment-body:lang(bg-BG),
.comment-list .trackback .comment-body:lang(bg-BG), .comment-navigation .nav-previous:lang(bg-BG),
.comment-navigation .nav-next:lang(bg-BG), table:lang(bg-BG), blockquote cite:lang(bg-BG), .page-title:lang(bg-BG), .author-description .author-link:lang(bg-BG),
.comment-metadata:lang(bg-BG),
.comment-reply-link:lang(bg-BG),
.comments-title:lang(bg-BG),
.comment-author .fn:lang(bg-BG),
.discussion-meta-info:lang(bg-BG),
.no-comments:lang(bg-BG),
.post-navigation .post-title:lang(bg-BG),
.page-links:lang(bg-BG),
.page-description:lang(bg-BG),
.pagination .nav-links:lang(bg-BG),
.sticky-post:lang(bg-BG),
.site-title:lang(bg-BG),
#cancel-comment-reply-link:lang(bg-BG),
h1:lang(bg-BG), button:lang(bg-BG),
input:lang(bg-BG),
select:lang(bg-BG),
optgroup:lang(bg-BG),
textarea:lang(bg-BG), body:lang(bg-BG) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(kk), .wp-caption-text:lang(kk), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(kk), .entry .entry-content .wp-block-file .wp-block-file__button:lang(kk), .entry .entry-content .wp-block-file:lang(kk), .entry .entry-content .wp-block-audio figcaption:lang(kk),
.entry .entry-content .wp-block-video figcaption:lang(kk),
.entry .entry-content .wp-block-image figcaption:lang(kk),
.entry .entry-content .wp-block-gallery figcaption:lang(kk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(kk),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(kk),
.entry .entry-content .wp-block-cover-image h2:lang(kk),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(kk),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(kk),
.entry .entry-content .wp-block-cover h2:lang(kk), .entry .entry-content .wp-block-quote cite:lang(kk), .entry .entry-content .wp-block-quote p:lang(kk), .entry .entry-content .wp-block-pullquote cite:lang(kk), .entry .entry-content .has-drop-cap:lang(kk):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(kk), .entry .entry-content .wp-block-archives li:lang(kk),
.entry .entry-content .wp-block-categories li:lang(kk),
.entry .entry-content .wp-block-latest-posts li:lang(kk), .widget_tag_cloud .tagcloud:lang(kk), .widget_archive ul li:lang(kk),
.widget_categories ul li:lang(kk),
.widget_meta ul li:lang(kk),
.widget_nav_menu ul li:lang(kk),
.widget_pages ul li:lang(kk),
.widget_recent_comments ul li:lang(kk),
.widget_recent_entries ul li:lang(kk),
.widget_rss ul li:lang(kk), .comment-form .comment-notes:lang(kk),
.comment-form label:lang(kk), .comment-list .pingback .comment-body .comment-edit-link:lang(kk),
.comment-list .trackback .comment-body .comment-edit-link:lang(kk), .comment-list .pingback .comment-body:lang(kk),
.comment-list .trackback .comment-body:lang(kk), .comment-navigation .nav-previous:lang(kk),
.comment-navigation .nav-next:lang(kk), table:lang(kk), blockquote cite:lang(kk), .page-title:lang(kk), .author-description .author-link:lang(kk),
.comment-metadata:lang(kk),
.comment-reply-link:lang(kk),
.comments-title:lang(kk),
.comment-author .fn:lang(kk),
.discussion-meta-info:lang(kk),
.no-comments:lang(kk),
.post-navigation .post-title:lang(kk),
.page-links:lang(kk),
.page-description:lang(kk),
.pagination .nav-links:lang(kk),
.sticky-post:lang(kk),
.site-title:lang(kk),
#cancel-comment-reply-link:lang(kk),
h1:lang(kk), button:lang(kk),
input:lang(kk),
select:lang(kk),
optgroup:lang(kk),
textarea:lang(kk), body:lang(kk) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(mk-MK), .wp-caption-text:lang(mk-MK), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mk-MK), .entry .entry-content .wp-block-file .wp-block-file__button:lang(mk-MK), .entry .entry-content .wp-block-file:lang(mk-MK), .entry .entry-content .wp-block-audio figcaption:lang(mk-MK),
.entry .entry-content .wp-block-video figcaption:lang(mk-MK),
.entry .entry-content .wp-block-image figcaption:lang(mk-MK),
.entry .entry-content .wp-block-gallery figcaption:lang(mk-MK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mk-MK),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mk-MK),
.entry .entry-content .wp-block-cover-image h2:lang(mk-MK),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mk-MK),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mk-MK),
.entry .entry-content .wp-block-cover h2:lang(mk-MK), .entry .entry-content .wp-block-quote cite:lang(mk-MK), .entry .entry-content .wp-block-quote p:lang(mk-MK), .entry .entry-content .wp-block-pullquote cite:lang(mk-MK), .entry .entry-content .has-drop-cap:lang(mk-MK):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(mk-MK), .entry .entry-content .wp-block-archives li:lang(mk-MK),
.entry .entry-content .wp-block-categories li:lang(mk-MK),
.entry .entry-content .wp-block-latest-posts li:lang(mk-MK), .widget_tag_cloud .tagcloud:lang(mk-MK), .widget_archive ul li:lang(mk-MK),
.widget_categories ul li:lang(mk-MK),
.widget_meta ul li:lang(mk-MK),
.widget_nav_menu ul li:lang(mk-MK),
.widget_pages ul li:lang(mk-MK),
.widget_recent_comments ul li:lang(mk-MK),
.widget_recent_entries ul li:lang(mk-MK),
.widget_rss ul li:lang(mk-MK), .comment-form .comment-notes:lang(mk-MK),
.comment-form label:lang(mk-MK), .comment-list .pingback .comment-body .comment-edit-link:lang(mk-MK),
.comment-list .trackback .comment-body .comment-edit-link:lang(mk-MK), .comment-list .pingback .comment-body:lang(mk-MK),
.comment-list .trackback .comment-body:lang(mk-MK), .comment-navigation .nav-previous:lang(mk-MK),
.comment-navigation .nav-next:lang(mk-MK), table:lang(mk-MK), blockquote cite:lang(mk-MK), .page-title:lang(mk-MK), .author-description .author-link:lang(mk-MK),
.comment-metadata:lang(mk-MK),
.comment-reply-link:lang(mk-MK),
.comments-title:lang(mk-MK),
.comment-author .fn:lang(mk-MK),
.discussion-meta-info:lang(mk-MK),
.no-comments:lang(mk-MK),
.post-navigation .post-title:lang(mk-MK),
.page-links:lang(mk-MK),
.page-description:lang(mk-MK),
.pagination .nav-links:lang(mk-MK),
.sticky-post:lang(mk-MK),
.site-title:lang(mk-MK),
#cancel-comment-reply-link:lang(mk-MK),
h1:lang(mk-MK), button:lang(mk-MK),
input:lang(mk-MK),
select:lang(mk-MK),
optgroup:lang(mk-MK),
textarea:lang(mk-MK), body:lang(mk-MK) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(mn), .wp-caption-text:lang(mn), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mn), .entry .entry-content .wp-block-file .wp-block-file__button:lang(mn), .entry .entry-content .wp-block-file:lang(mn), .entry .entry-content .wp-block-audio figcaption:lang(mn),
.entry .entry-content .wp-block-video figcaption:lang(mn),
.entry .entry-content .wp-block-image figcaption:lang(mn),
.entry .entry-content .wp-block-gallery figcaption:lang(mn), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mn),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mn),
.entry .entry-content .wp-block-cover-image h2:lang(mn),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mn),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mn),
.entry .entry-content .wp-block-cover h2:lang(mn), .entry .entry-content .wp-block-quote cite:lang(mn), .entry .entry-content .wp-block-quote p:lang(mn), .entry .entry-content .wp-block-pullquote cite:lang(mn), .entry .entry-content .has-drop-cap:lang(mn):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(mn), .entry .entry-content .wp-block-archives li:lang(mn),
.entry .entry-content .wp-block-categories li:lang(mn),
.entry .entry-content .wp-block-latest-posts li:lang(mn), .widget_tag_cloud .tagcloud:lang(mn), .widget_archive ul li:lang(mn),
.widget_categories ul li:lang(mn),
.widget_meta ul li:lang(mn),
.widget_nav_menu ul li:lang(mn),
.widget_pages ul li:lang(mn),
.widget_recent_comments ul li:lang(mn),
.widget_recent_entries ul li:lang(mn),
.widget_rss ul li:lang(mn), .comment-form .comment-notes:lang(mn),
.comment-form label:lang(mn), .comment-list .pingback .comment-body .comment-edit-link:lang(mn),
.comment-list .trackback .comment-body .comment-edit-link:lang(mn), .comment-list .pingback .comment-body:lang(mn),
.comment-list .trackback .comment-body:lang(mn), .comment-navigation .nav-previous:lang(mn),
.comment-navigation .nav-next:lang(mn), table:lang(mn), blockquote cite:lang(mn), .page-title:lang(mn), .author-description .author-link:lang(mn),
.comment-metadata:lang(mn),
.comment-reply-link:lang(mn),
.comments-title:lang(mn),
.comment-author .fn:lang(mn),
.discussion-meta-info:lang(mn),
.no-comments:lang(mn),
.post-navigation .post-title:lang(mn),
.page-links:lang(mn),
.page-description:lang(mn),
.pagination .nav-links:lang(mn),
.sticky-post:lang(mn),
.site-title:lang(mn),
#cancel-comment-reply-link:lang(mn),
h1:lang(mn), button:lang(mn),
input:lang(mn),
select:lang(mn),
optgroup:lang(mn),
textarea:lang(mn), body:lang(mn) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(ru-RU), .wp-caption-text:lang(ru-RU), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ru-RU), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ru-RU), .entry .entry-content .wp-block-file:lang(ru-RU), .entry .entry-content .wp-block-audio figcaption:lang(ru-RU),
.entry .entry-content .wp-block-video figcaption:lang(ru-RU),
.entry .entry-content .wp-block-image figcaption:lang(ru-RU),
.entry .entry-content .wp-block-gallery figcaption:lang(ru-RU), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ru-RU),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ru-RU),
.entry .entry-content .wp-block-cover-image h2:lang(ru-RU),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ru-RU),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ru-RU),
.entry .entry-content .wp-block-cover h2:lang(ru-RU), .entry .entry-content .wp-block-quote cite:lang(ru-RU), .entry .entry-content .wp-block-quote p:lang(ru-RU), .entry .entry-content .wp-block-pullquote cite:lang(ru-RU), .entry .entry-content .has-drop-cap:lang(ru-RU):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ru-RU), .entry .entry-content .wp-block-archives li:lang(ru-RU),
.entry .entry-content .wp-block-categories li:lang(ru-RU),
.entry .entry-content .wp-block-latest-posts li:lang(ru-RU), .widget_tag_cloud .tagcloud:lang(ru-RU), .widget_archive ul li:lang(ru-RU),
.widget_categories ul li:lang(ru-RU),
.widget_meta ul li:lang(ru-RU),
.widget_nav_menu ul li:lang(ru-RU),
.widget_pages ul li:lang(ru-RU),
.widget_recent_comments ul li:lang(ru-RU),
.widget_recent_entries ul li:lang(ru-RU),
.widget_rss ul li:lang(ru-RU), .comment-form .comment-notes:lang(ru-RU),
.comment-form label:lang(ru-RU), .comment-list .pingback .comment-body .comment-edit-link:lang(ru-RU),
.comment-list .trackback .comment-body .comment-edit-link:lang(ru-RU), .comment-list .pingback .comment-body:lang(ru-RU),
.comment-list .trackback .comment-body:lang(ru-RU), .comment-navigation .nav-previous:lang(ru-RU),
.comment-navigation .nav-next:lang(ru-RU), table:lang(ru-RU), blockquote cite:lang(ru-RU), .page-title:lang(ru-RU), .author-description .author-link:lang(ru-RU),
.comment-metadata:lang(ru-RU),
.comment-reply-link:lang(ru-RU),
.comments-title:lang(ru-RU),
.comment-author .fn:lang(ru-RU),
.discussion-meta-info:lang(ru-RU),
.no-comments:lang(ru-RU),
.post-navigation .post-title:lang(ru-RU),
.page-links:lang(ru-RU),
.page-description:lang(ru-RU),
.pagination .nav-links:lang(ru-RU),
.sticky-post:lang(ru-RU),
.site-title:lang(ru-RU),
#cancel-comment-reply-link:lang(ru-RU),
h1:lang(ru-RU), button:lang(ru-RU),
input:lang(ru-RU),
select:lang(ru-RU),
optgroup:lang(ru-RU),
textarea:lang(ru-RU), body:lang(ru-RU) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(sah), .wp-caption-text:lang(sah), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sah), .entry .entry-content .wp-block-file .wp-block-file__button:lang(sah), .entry .entry-content .wp-block-file:lang(sah), .entry .entry-content .wp-block-audio figcaption:lang(sah),
.entry .entry-content .wp-block-video figcaption:lang(sah),
.entry .entry-content .wp-block-image figcaption:lang(sah),
.entry .entry-content .wp-block-gallery figcaption:lang(sah), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sah),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(sah),
.entry .entry-content .wp-block-cover-image h2:lang(sah),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(sah),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(sah),
.entry .entry-content .wp-block-cover h2:lang(sah), .entry .entry-content .wp-block-quote cite:lang(sah), .entry .entry-content .wp-block-quote p:lang(sah), .entry .entry-content .wp-block-pullquote cite:lang(sah), .entry .entry-content .has-drop-cap:lang(sah):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(sah), .entry .entry-content .wp-block-archives li:lang(sah),
.entry .entry-content .wp-block-categories li:lang(sah),
.entry .entry-content .wp-block-latest-posts li:lang(sah), .widget_tag_cloud .tagcloud:lang(sah), .widget_archive ul li:lang(sah),
.widget_categories ul li:lang(sah),
.widget_meta ul li:lang(sah),
.widget_nav_menu ul li:lang(sah),
.widget_pages ul li:lang(sah),
.widget_recent_comments ul li:lang(sah),
.widget_recent_entries ul li:lang(sah),
.widget_rss ul li:lang(sah), .comment-form .comment-notes:lang(sah),
.comment-form label:lang(sah), .comment-list .pingback .comment-body .comment-edit-link:lang(sah),
.comment-list .trackback .comment-body .comment-edit-link:lang(sah), .comment-list .pingback .comment-body:lang(sah),
.comment-list .trackback .comment-body:lang(sah), .comment-navigation .nav-previous:lang(sah),
.comment-navigation .nav-next:lang(sah), table:lang(sah), blockquote cite:lang(sah), .page-title:lang(sah), .author-description .author-link:lang(sah),
.comment-metadata:lang(sah),
.comment-reply-link:lang(sah),
.comments-title:lang(sah),
.comment-author .fn:lang(sah),
.discussion-meta-info:lang(sah),
.no-comments:lang(sah),
.post-navigation .post-title:lang(sah),
.page-links:lang(sah),
.page-description:lang(sah),
.pagination .nav-links:lang(sah),
.sticky-post:lang(sah),
.site-title:lang(sah),
#cancel-comment-reply-link:lang(sah),
h1:lang(sah), button:lang(sah),
input:lang(sah),
select:lang(sah),
optgroup:lang(sah),
textarea:lang(sah), body:lang(sah) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(sr-RS), .wp-caption-text:lang(sr-RS), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sr-RS), .entry .entry-content .wp-block-file .wp-block-file__button:lang(sr-RS), .entry .entry-content .wp-block-file:lang(sr-RS), .entry .entry-content .wp-block-audio figcaption:lang(sr-RS),
.entry .entry-content .wp-block-video figcaption:lang(sr-RS),
.entry .entry-content .wp-block-image figcaption:lang(sr-RS),
.entry .entry-content .wp-block-gallery figcaption:lang(sr-RS), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sr-RS),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(sr-RS),
.entry .entry-content .wp-block-cover-image h2:lang(sr-RS),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(sr-RS),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(sr-RS),
.entry .entry-content .wp-block-cover h2:lang(sr-RS), .entry .entry-content .wp-block-quote cite:lang(sr-RS), .entry .entry-content .wp-block-quote p:lang(sr-RS), .entry .entry-content .wp-block-pullquote cite:lang(sr-RS), .entry .entry-content .has-drop-cap:lang(sr-RS):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(sr-RS), .entry .entry-content .wp-block-archives li:lang(sr-RS),
.entry .entry-content .wp-block-categories li:lang(sr-RS),
.entry .entry-content .wp-block-latest-posts li:lang(sr-RS), .widget_tag_cloud .tagcloud:lang(sr-RS), .widget_archive ul li:lang(sr-RS),
.widget_categories ul li:lang(sr-RS),
.widget_meta ul li:lang(sr-RS),
.widget_nav_menu ul li:lang(sr-RS),
.widget_pages ul li:lang(sr-RS),
.widget_recent_comments ul li:lang(sr-RS),
.widget_recent_entries ul li:lang(sr-RS),
.widget_rss ul li:lang(sr-RS), .comment-form .comment-notes:lang(sr-RS),
.comment-form label:lang(sr-RS), .comment-list .pingback .comment-body .comment-edit-link:lang(sr-RS),
.comment-list .trackback .comment-body .comment-edit-link:lang(sr-RS), .comment-list .pingback .comment-body:lang(sr-RS),
.comment-list .trackback .comment-body:lang(sr-RS), .comment-navigation .nav-previous:lang(sr-RS),
.comment-navigation .nav-next:lang(sr-RS), table:lang(sr-RS), blockquote cite:lang(sr-RS), .page-title:lang(sr-RS), .author-description .author-link:lang(sr-RS),
.comment-metadata:lang(sr-RS),
.comment-reply-link:lang(sr-RS),
.comments-title:lang(sr-RS),
.comment-author .fn:lang(sr-RS),
.discussion-meta-info:lang(sr-RS),
.no-comments:lang(sr-RS),
.post-navigation .post-title:lang(sr-RS),
.page-links:lang(sr-RS),
.page-description:lang(sr-RS),
.pagination .nav-links:lang(sr-RS),
.sticky-post:lang(sr-RS),
.site-title:lang(sr-RS),
#cancel-comment-reply-link:lang(sr-RS),
h1:lang(sr-RS), button:lang(sr-RS),
input:lang(sr-RS),
select:lang(sr-RS),
optgroup:lang(sr-RS),
textarea:lang(sr-RS), body:lang(sr-RS) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(tt-RU), .wp-caption-text:lang(tt-RU), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(tt-RU), .entry .entry-content .wp-block-file .wp-block-file__button:lang(tt-RU), .entry .entry-content .wp-block-file:lang(tt-RU), .entry .entry-content .wp-block-audio figcaption:lang(tt-RU),
.entry .entry-content .wp-block-video figcaption:lang(tt-RU),
.entry .entry-content .wp-block-image figcaption:lang(tt-RU),
.entry .entry-content .wp-block-gallery figcaption:lang(tt-RU), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(tt-RU),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(tt-RU),
.entry .entry-content .wp-block-cover-image h2:lang(tt-RU),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(tt-RU),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(tt-RU),
.entry .entry-content .wp-block-cover h2:lang(tt-RU), .entry .entry-content .wp-block-quote cite:lang(tt-RU), .entry .entry-content .wp-block-quote p:lang(tt-RU), .entry .entry-content .wp-block-pullquote cite:lang(tt-RU), .entry .entry-content .has-drop-cap:lang(tt-RU):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(tt-RU), .entry .entry-content .wp-block-archives li:lang(tt-RU),
.entry .entry-content .wp-block-categories li:lang(tt-RU),
.entry .entry-content .wp-block-latest-posts li:lang(tt-RU), .widget_tag_cloud .tagcloud:lang(tt-RU), .widget_archive ul li:lang(tt-RU),
.widget_categories ul li:lang(tt-RU),
.widget_meta ul li:lang(tt-RU),
.widget_nav_menu ul li:lang(tt-RU),
.widget_pages ul li:lang(tt-RU),
.widget_recent_comments ul li:lang(tt-RU),
.widget_recent_entries ul li:lang(tt-RU),
.widget_rss ul li:lang(tt-RU), .comment-form .comment-notes:lang(tt-RU),
.comment-form label:lang(tt-RU), .comment-list .pingback .comment-body .comment-edit-link:lang(tt-RU),
.comment-list .trackback .comment-body .comment-edit-link:lang(tt-RU), .comment-list .pingback .comment-body:lang(tt-RU),
.comment-list .trackback .comment-body:lang(tt-RU), .comment-navigation .nav-previous:lang(tt-RU),
.comment-navigation .nav-next:lang(tt-RU), table:lang(tt-RU), blockquote cite:lang(tt-RU), .page-title:lang(tt-RU), .author-description .author-link:lang(tt-RU),
.comment-metadata:lang(tt-RU),
.comment-reply-link:lang(tt-RU),
.comments-title:lang(tt-RU),
.comment-author .fn:lang(tt-RU),
.discussion-meta-info:lang(tt-RU),
.no-comments:lang(tt-RU),
.post-navigation .post-title:lang(tt-RU),
.page-links:lang(tt-RU),
.page-description:lang(tt-RU),
.pagination .nav-links:lang(tt-RU),
.sticky-post:lang(tt-RU),
.site-title:lang(tt-RU),
#cancel-comment-reply-link:lang(tt-RU),
h1:lang(tt-RU), button:lang(tt-RU),
input:lang(tt-RU),
select:lang(tt-RU),
optgroup:lang(tt-RU),
textarea:lang(tt-RU), body:lang(tt-RU) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(uk), .wp-caption-text:lang(uk), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(uk), .entry .entry-content .wp-block-file .wp-block-file__button:lang(uk), .entry .entry-content .wp-block-file:lang(uk), .entry .entry-content .wp-block-audio figcaption:lang(uk),
.entry .entry-content .wp-block-video figcaption:lang(uk),
.entry .entry-content .wp-block-image figcaption:lang(uk),
.entry .entry-content .wp-block-gallery figcaption:lang(uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(uk),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(uk),
.entry .entry-content .wp-block-cover-image h2:lang(uk),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(uk),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(uk),
.entry .entry-content .wp-block-cover h2:lang(uk), .entry .entry-content .wp-block-quote cite:lang(uk), .entry .entry-content .wp-block-quote p:lang(uk), .entry .entry-content .wp-block-pullquote cite:lang(uk), .entry .entry-content .has-drop-cap:lang(uk):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(uk), .entry .entry-content .wp-block-archives li:lang(uk),
.entry .entry-content .wp-block-categories li:lang(uk),
.entry .entry-content .wp-block-latest-posts li:lang(uk), .widget_tag_cloud .tagcloud:lang(uk), .widget_archive ul li:lang(uk),
.widget_categories ul li:lang(uk),
.widget_meta ul li:lang(uk),
.widget_nav_menu ul li:lang(uk),
.widget_pages ul li:lang(uk),
.widget_recent_comments ul li:lang(uk),
.widget_recent_entries ul li:lang(uk),
.widget_rss ul li:lang(uk), .comment-form .comment-notes:lang(uk),
.comment-form label:lang(uk), .comment-list .pingback .comment-body .comment-edit-link:lang(uk),
.comment-list .trackback .comment-body .comment-edit-link:lang(uk), .comment-list .pingback .comment-body:lang(uk),
.comment-list .trackback .comment-body:lang(uk), .comment-navigation .nav-previous:lang(uk),
.comment-navigation .nav-next:lang(uk), table:lang(uk), blockquote cite:lang(uk), .page-title:lang(uk), .author-description .author-link:lang(uk),
.comment-metadata:lang(uk),
.comment-reply-link:lang(uk),
.comments-title:lang(uk),
.comment-author .fn:lang(uk),
.discussion-meta-info:lang(uk),
.no-comments:lang(uk),
.post-navigation .post-title:lang(uk),
.page-links:lang(uk),
.page-description:lang(uk),
.pagination .nav-links:lang(uk),
.sticky-post:lang(uk),
.site-title:lang(uk),
#cancel-comment-reply-link:lang(uk),
h1:lang(uk), button:lang(uk),
input:lang(uk),
select:lang(uk),
optgroup:lang(uk),
textarea:lang(uk), body:lang(uk) {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}
.gallery-caption:lang(zh-HK), .wp-caption-text:lang(zh-HK), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-HK), .entry .entry-content .wp-block-file:lang(zh-HK), .entry .entry-content .wp-block-audio figcaption:lang(zh-HK),
.entry .entry-content .wp-block-video figcaption:lang(zh-HK),
.entry .entry-content .wp-block-image figcaption:lang(zh-HK),
.entry .entry-content .wp-block-gallery figcaption:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK),
.entry .entry-content .wp-block-cover-image h2:lang(zh-HK),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-HK),
.entry .entry-content .wp-block-cover h2:lang(zh-HK), .entry .entry-content .wp-block-quote cite:lang(zh-HK), .entry .entry-content .wp-block-quote p:lang(zh-HK), .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .wp-block-archives li:lang(zh-HK),
.entry .entry-content .wp-block-categories li:lang(zh-HK),
.entry .entry-content .wp-block-latest-posts li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .widget_archive ul li:lang(zh-HK),
.widget_categories ul li:lang(zh-HK),
.widget_meta ul li:lang(zh-HK),
.widget_nav_menu ul li:lang(zh-HK),
.widget_pages ul li:lang(zh-HK),
.widget_recent_comments ul li:lang(zh-HK),
.widget_recent_entries ul li:lang(zh-HK),
.widget_rss ul li:lang(zh-HK), .comment-form .comment-notes:lang(zh-HK),
.comment-form label:lang(zh-HK), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-HK),
.comment-list .trackback .comment-body .comment-edit-link:lang(zh-HK), .comment-list .pingback .comment-body:lang(zh-HK),
.comment-list .trackback .comment-body:lang(zh-HK), .comment-navigation .nav-previous:lang(zh-HK),
.comment-navigation .nav-next:lang(zh-HK), table:lang(zh-HK), blockquote cite:lang(zh-HK), .page-title:lang(zh-HK), .author-description .author-link:lang(zh-HK),
.comment-metadata:lang(zh-HK),
.comment-reply-link:lang(zh-HK),
.comments-title:lang(zh-HK),
.comment-author .fn:lang(zh-HK),
.discussion-meta-info:lang(zh-HK),
.no-comments:lang(zh-HK),
.post-navigation .post-title:lang(zh-HK),
.page-links:lang(zh-HK),
.page-description:lang(zh-HK),
.pagination .nav-links:lang(zh-HK),
.sticky-post:lang(zh-HK),
.site-title:lang(zh-HK),
#cancel-comment-reply-link:lang(zh-HK),
h1:lang(zh-HK), button:lang(zh-HK),
input:lang(zh-HK),
select:lang(zh-HK),
optgroup:lang(zh-HK),
textarea:lang(zh-HK), body:lang(zh-HK) {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
}
.gallery-caption:lang(zh-TW), .wp-caption-text:lang(zh-TW), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-TW), .entry .entry-content .wp-block-file:lang(zh-TW), .entry .entry-content .wp-block-audio figcaption:lang(zh-TW),
.entry .entry-content .wp-block-video figcaption:lang(zh-TW),
.entry .entry-content .wp-block-image figcaption:lang(zh-TW),
.entry .entry-content .wp-block-gallery figcaption:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW),
.entry .entry-content .wp-block-cover-image h2:lang(zh-TW),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-TW),
.entry .entry-content .wp-block-cover h2:lang(zh-TW), .entry .entry-content .wp-block-quote cite:lang(zh-TW), .entry .entry-content .wp-block-quote p:lang(zh-TW), .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .wp-block-archives li:lang(zh-TW),
.entry .entry-content .wp-block-categories li:lang(zh-TW),
.entry .entry-content .wp-block-latest-posts li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .widget_archive ul li:lang(zh-TW),
.widget_categories ul li:lang(zh-TW),
.widget_meta ul li:lang(zh-TW),
.widget_nav_menu ul li:lang(zh-TW),
.widget_pages ul li:lang(zh-TW),
.widget_recent_comments ul li:lang(zh-TW),
.widget_recent_entries ul li:lang(zh-TW),
.widget_rss ul li:lang(zh-TW), .comment-form .comment-notes:lang(zh-TW),
.comment-form label:lang(zh-TW), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-TW),
.comment-list .trackback .comment-body .comment-edit-link:lang(zh-TW), .comment-list .pingback .comment-body:lang(zh-TW),
.comment-list .trackback .comment-body:lang(zh-TW), .comment-navigation .nav-previous:lang(zh-TW),
.comment-navigation .nav-next:lang(zh-TW), table:lang(zh-TW), blockquote cite:lang(zh-TW), .page-title:lang(zh-TW), .author-description .author-link:lang(zh-TW),
.comment-metadata:lang(zh-TW),
.comment-reply-link:lang(zh-TW),
.comments-title:lang(zh-TW),
.comment-author .fn:lang(zh-TW),
.discussion-meta-info:lang(zh-TW),
.no-comments:lang(zh-TW),
.post-navigation .post-title:lang(zh-TW),
.page-links:lang(zh-TW),
.page-description:lang(zh-TW),
.pagination .nav-links:lang(zh-TW),
.sticky-post:lang(zh-TW),
.site-title:lang(zh-TW),
#cancel-comment-reply-link:lang(zh-TW),
h1:lang(zh-TW), button:lang(zh-TW),
input:lang(zh-TW),
select:lang(zh-TW),
optgroup:lang(zh-TW),
textarea:lang(zh-TW), body:lang(zh-TW) {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
}
.gallery-caption:lang(zh-CN), .wp-caption-text:lang(zh-CN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-CN), .entry .entry-content .wp-block-file:lang(zh-CN), .entry .entry-content .wp-block-audio figcaption:lang(zh-CN),
.entry .entry-content .wp-block-video figcaption:lang(zh-CN),
.entry .entry-content .wp-block-image figcaption:lang(zh-CN),
.entry .entry-content .wp-block-gallery figcaption:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN),
.entry .entry-content .wp-block-cover-image h2:lang(zh-CN),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-CN),
.entry .entry-content .wp-block-cover h2:lang(zh-CN), .entry .entry-content .wp-block-quote cite:lang(zh-CN), .entry .entry-content .wp-block-quote p:lang(zh-CN), .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .wp-block-archives li:lang(zh-CN),
.entry .entry-content .wp-block-categories li:lang(zh-CN),
.entry .entry-content .wp-block-latest-posts li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .widget_archive ul li:lang(zh-CN),
.widget_categories ul li:lang(zh-CN),
.widget_meta ul li:lang(zh-CN),
.widget_nav_menu ul li:lang(zh-CN),
.widget_pages ul li:lang(zh-CN),
.widget_recent_comments ul li:lang(zh-CN),
.widget_recent_entries ul li:lang(zh-CN),
.widget_rss ul li:lang(zh-CN), .comment-form .comment-notes:lang(zh-CN),
.comment-form label:lang(zh-CN), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-CN),
.comment-list .trackback .comment-body .comment-edit-link:lang(zh-CN), .comment-list .pingback .comment-body:lang(zh-CN),
.comment-list .trackback .comment-body:lang(zh-CN), .comment-navigation .nav-previous:lang(zh-CN),
.comment-navigation .nav-next:lang(zh-CN), table:lang(zh-CN), blockquote cite:lang(zh-CN), .page-title:lang(zh-CN), .author-description .author-link:lang(zh-CN),
.comment-metadata:lang(zh-CN),
.comment-reply-link:lang(zh-CN),
.comments-title:lang(zh-CN),
.comment-author .fn:lang(zh-CN),
.discussion-meta-info:lang(zh-CN),
.no-comments:lang(zh-CN),
.post-navigation .post-title:lang(zh-CN),
.page-links:lang(zh-CN),
.page-description:lang(zh-CN),
.pagination .nav-links:lang(zh-CN),
.sticky-post:lang(zh-CN),
.site-title:lang(zh-CN),
#cancel-comment-reply-link:lang(zh-CN),
h1:lang(zh-CN), button:lang(zh-CN),
input:lang(zh-CN),
select:lang(zh-CN),
optgroup:lang(zh-CN),
textarea:lang(zh-CN), body:lang(zh-CN) {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
}
.gallery-caption:lang(bn-BD), .wp-caption-text:lang(bn-BD), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD), .entry .entry-content .wp-block-file .wp-block-file__button:lang(bn-BD), .entry .entry-content .wp-block-file:lang(bn-BD), .entry .entry-content .wp-block-audio figcaption:lang(bn-BD),
.entry .entry-content .wp-block-video figcaption:lang(bn-BD),
.entry .entry-content .wp-block-image figcaption:lang(bn-BD),
.entry .entry-content .wp-block-gallery figcaption:lang(bn-BD), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD),
.entry .entry-content .wp-block-cover-image h2:lang(bn-BD),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD),
.entry .entry-content .wp-block-cover h2:lang(bn-BD), .entry .entry-content .wp-block-quote cite:lang(bn-BD), .entry .entry-content .wp-block-quote p:lang(bn-BD), .entry .entry-content .wp-block-pullquote cite:lang(bn-BD), .entry .entry-content .has-drop-cap:lang(bn-BD):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(bn-BD), .entry .entry-content .wp-block-archives li:lang(bn-BD),
.entry .entry-content .wp-block-categories li:lang(bn-BD),
.entry .entry-content .wp-block-latest-posts li:lang(bn-BD), .widget_tag_cloud .tagcloud:lang(bn-BD), .widget_archive ul li:lang(bn-BD),
.widget_categories ul li:lang(bn-BD),
.widget_meta ul li:lang(bn-BD),
.widget_nav_menu ul li:lang(bn-BD),
.widget_pages ul li:lang(bn-BD),
.widget_recent_comments ul li:lang(bn-BD),
.widget_recent_entries ul li:lang(bn-BD),
.widget_rss ul li:lang(bn-BD), .comment-form .comment-notes:lang(bn-BD),
.comment-form label:lang(bn-BD), .comment-list .pingback .comment-body .comment-edit-link:lang(bn-BD),
.comment-list .trackback .comment-body .comment-edit-link:lang(bn-BD), .comment-list .pingback .comment-body:lang(bn-BD),
.comment-list .trackback .comment-body:lang(bn-BD), .comment-navigation .nav-previous:lang(bn-BD),
.comment-navigation .nav-next:lang(bn-BD), table:lang(bn-BD), blockquote cite:lang(bn-BD), .page-title:lang(bn-BD), .author-description .author-link:lang(bn-BD),
.comment-metadata:lang(bn-BD),
.comment-reply-link:lang(bn-BD),
.comments-title:lang(bn-BD),
.comment-author .fn:lang(bn-BD),
.discussion-meta-info:lang(bn-BD),
.no-comments:lang(bn-BD),
.post-navigation .post-title:lang(bn-BD),
.page-links:lang(bn-BD),
.page-description:lang(bn-BD),
.pagination .nav-links:lang(bn-BD),
.sticky-post:lang(bn-BD),
.site-title:lang(bn-BD),
#cancel-comment-reply-link:lang(bn-BD),
h1:lang(bn-BD), button:lang(bn-BD),
input:lang(bn-BD),
select:lang(bn-BD),
optgroup:lang(bn-BD),
textarea:lang(bn-BD), body:lang(bn-BD) {
  font-family: Arial, sans-serif;
}
.gallery-caption:lang(hi-IN), .wp-caption-text:lang(hi-IN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(hi-IN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(hi-IN), .entry .entry-content .wp-block-file:lang(hi-IN), .entry .entry-content .wp-block-audio figcaption:lang(hi-IN),
.entry .entry-content .wp-block-video figcaption:lang(hi-IN),
.entry .entry-content .wp-block-image figcaption:lang(hi-IN),
.entry .entry-content .wp-block-gallery figcaption:lang(hi-IN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(hi-IN),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(hi-IN),
.entry .entry-content .wp-block-cover-image h2:lang(hi-IN),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(hi-IN),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(hi-IN),
.entry .entry-content .wp-block-cover h2:lang(hi-IN), .entry .entry-content .wp-block-quote cite:lang(hi-IN), .entry .entry-content .wp-block-quote p:lang(hi-IN), .entry .entry-content .wp-block-pullquote cite:lang(hi-IN), .entry .entry-content .has-drop-cap:lang(hi-IN):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(hi-IN), .entry .entry-content .wp-block-archives li:lang(hi-IN),
.entry .entry-content .wp-block-categories li:lang(hi-IN),
.entry .entry-content .wp-block-latest-posts li:lang(hi-IN), .widget_tag_cloud .tagcloud:lang(hi-IN), .widget_archive ul li:lang(hi-IN),
.widget_categories ul li:lang(hi-IN),
.widget_meta ul li:lang(hi-IN),
.widget_nav_menu ul li:lang(hi-IN),
.widget_pages ul li:lang(hi-IN),
.widget_recent_comments ul li:lang(hi-IN),
.widget_recent_entries ul li:lang(hi-IN),
.widget_rss ul li:lang(hi-IN), .comment-form .comment-notes:lang(hi-IN),
.comment-form label:lang(hi-IN), .comment-list .pingback .comment-body .comment-edit-link:lang(hi-IN),
.comment-list .trackback .comment-body .comment-edit-link:lang(hi-IN), .comment-list .pingback .comment-body:lang(hi-IN),
.comment-list .trackback .comment-body:lang(hi-IN), .comment-navigation .nav-previous:lang(hi-IN),
.comment-navigation .nav-next:lang(hi-IN), table:lang(hi-IN), blockquote cite:lang(hi-IN), .page-title:lang(hi-IN), .author-description .author-link:lang(hi-IN),
.comment-metadata:lang(hi-IN),
.comment-reply-link:lang(hi-IN),
.comments-title:lang(hi-IN),
.comment-author .fn:lang(hi-IN),
.discussion-meta-info:lang(hi-IN),
.no-comments:lang(hi-IN),
.post-navigation .post-title:lang(hi-IN),
.page-links:lang(hi-IN),
.page-description:lang(hi-IN),
.pagination .nav-links:lang(hi-IN),
.sticky-post:lang(hi-IN),
.site-title:lang(hi-IN),
#cancel-comment-reply-link:lang(hi-IN),
h1:lang(hi-IN), button:lang(hi-IN),
input:lang(hi-IN),
select:lang(hi-IN),
optgroup:lang(hi-IN),
textarea:lang(hi-IN), body:lang(hi-IN) {
  font-family: Arial, sans-serif;
}
.gallery-caption:lang(mr), .wp-caption-text:lang(mr), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mr), .entry .entry-content .wp-block-file .wp-block-file__button:lang(mr), .entry .entry-content .wp-block-file:lang(mr), .entry .entry-content .wp-block-audio figcaption:lang(mr),
.entry .entry-content .wp-block-video figcaption:lang(mr),
.entry .entry-content .wp-block-image figcaption:lang(mr),
.entry .entry-content .wp-block-gallery figcaption:lang(mr), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mr),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mr),
.entry .entry-content .wp-block-cover-image h2:lang(mr),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mr),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mr),
.entry .entry-content .wp-block-cover h2:lang(mr), .entry .entry-content .wp-block-quote cite:lang(mr), .entry .entry-content .wp-block-quote p:lang(mr), .entry .entry-content .wp-block-pullquote cite:lang(mr), .entry .entry-content .has-drop-cap:lang(mr):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(mr), .entry .entry-content .wp-block-archives li:lang(mr),
.entry .entry-content .wp-block-categories li:lang(mr),
.entry .entry-content .wp-block-latest-posts li:lang(mr), .widget_tag_cloud .tagcloud:lang(mr), .widget_archive ul li:lang(mr),
.widget_categories ul li:lang(mr),
.widget_meta ul li:lang(mr),
.widget_nav_menu ul li:lang(mr),
.widget_pages ul li:lang(mr),
.widget_recent_comments ul li:lang(mr),
.widget_recent_entries ul li:lang(mr),
.widget_rss ul li:lang(mr), .comment-form .comment-notes:lang(mr),
.comment-form label:lang(mr), .comment-list .pingback .comment-body .comment-edit-link:lang(mr),
.comment-list .trackback .comment-body .comment-edit-link:lang(mr), .comment-list .pingback .comment-body:lang(mr),
.comment-list .trackback .comment-body:lang(mr), .comment-navigation .nav-previous:lang(mr),
.comment-navigation .nav-next:lang(mr), table:lang(mr), blockquote cite:lang(mr), .page-title:lang(mr), .author-description .author-link:lang(mr),
.comment-metadata:lang(mr),
.comment-reply-link:lang(mr),
.comments-title:lang(mr),
.comment-author .fn:lang(mr),
.discussion-meta-info:lang(mr),
.no-comments:lang(mr),
.post-navigation .post-title:lang(mr),
.page-links:lang(mr),
.page-description:lang(mr),
.pagination .nav-links:lang(mr),
.sticky-post:lang(mr),
.site-title:lang(mr),
#cancel-comment-reply-link:lang(mr),
h1:lang(mr), button:lang(mr),
input:lang(mr),
select:lang(mr),
optgroup:lang(mr),
textarea:lang(mr), body:lang(mr) {
  font-family: Arial, sans-serif;
}
.gallery-caption:lang(ne-NP), .wp-caption-text:lang(ne-NP), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ne-NP), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ne-NP), .entry .entry-content .wp-block-file:lang(ne-NP), .entry .entry-content .wp-block-audio figcaption:lang(ne-NP),
.entry .entry-content .wp-block-video figcaption:lang(ne-NP),
.entry .entry-content .wp-block-image figcaption:lang(ne-NP),
.entry .entry-content .wp-block-gallery figcaption:lang(ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ne-NP),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ne-NP),
.entry .entry-content .wp-block-cover-image h2:lang(ne-NP),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ne-NP),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ne-NP),
.entry .entry-content .wp-block-cover h2:lang(ne-NP), .entry .entry-content .wp-block-quote cite:lang(ne-NP), .entry .entry-content .wp-block-quote p:lang(ne-NP), .entry .entry-content .wp-block-pullquote cite:lang(ne-NP), .entry .entry-content .has-drop-cap:lang(ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ne-NP), .entry .entry-content .wp-block-archives li:lang(ne-NP),
.entry .entry-content .wp-block-categories li:lang(ne-NP),
.entry .entry-content .wp-block-latest-posts li:lang(ne-NP), .widget_tag_cloud .tagcloud:lang(ne-NP), .widget_archive ul li:lang(ne-NP),
.widget_categories ul li:lang(ne-NP),
.widget_meta ul li:lang(ne-NP),
.widget_nav_menu ul li:lang(ne-NP),
.widget_pages ul li:lang(ne-NP),
.widget_recent_comments ul li:lang(ne-NP),
.widget_recent_entries ul li:lang(ne-NP),
.widget_rss ul li:lang(ne-NP), .comment-form .comment-notes:lang(ne-NP),
.comment-form label:lang(ne-NP), .comment-list .pingback .comment-body .comment-edit-link:lang(ne-NP),
.comment-list .trackback .comment-body .comment-edit-link:lang(ne-NP), .comment-list .pingback .comment-body:lang(ne-NP),
.comment-list .trackback .comment-body:lang(ne-NP), .comment-navigation .nav-previous:lang(ne-NP),
.comment-navigation .nav-next:lang(ne-NP), table:lang(ne-NP), blockquote cite:lang(ne-NP), .page-title:lang(ne-NP), .author-description .author-link:lang(ne-NP),
.comment-metadata:lang(ne-NP),
.comment-reply-link:lang(ne-NP),
.comments-title:lang(ne-NP),
.comment-author .fn:lang(ne-NP),
.discussion-meta-info:lang(ne-NP),
.no-comments:lang(ne-NP),
.post-navigation .post-title:lang(ne-NP),
.page-links:lang(ne-NP),
.page-description:lang(ne-NP),
.pagination .nav-links:lang(ne-NP),
.sticky-post:lang(ne-NP),
.site-title:lang(ne-NP),
#cancel-comment-reply-link:lang(ne-NP),
h1:lang(ne-NP), button:lang(ne-NP),
input:lang(ne-NP),
select:lang(ne-NP),
optgroup:lang(ne-NP),
textarea:lang(ne-NP), body:lang(ne-NP) {
  font-family: Arial, sans-serif;
}
.gallery-caption:lang(el), .wp-caption-text:lang(el), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .entry .entry-content .wp-block-file .wp-block-file__button:lang(el), .entry .entry-content .wp-block-file:lang(el), .entry .entry-content .wp-block-audio figcaption:lang(el),
.entry .entry-content .wp-block-video figcaption:lang(el),
.entry .entry-content .wp-block-image figcaption:lang(el),
.entry .entry-content .wp-block-gallery figcaption:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el),
.entry .entry-content .wp-block-cover-image h2:lang(el),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(el),
.entry .entry-content .wp-block-cover h2:lang(el), .entry .entry-content .wp-block-quote cite:lang(el), .entry .entry-content .wp-block-quote p:lang(el), .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .wp-block-archives li:lang(el),
.entry .entry-content .wp-block-categories li:lang(el),
.entry .entry-content .wp-block-latest-posts li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .widget_archive ul li:lang(el),
.widget_categories ul li:lang(el),
.widget_meta ul li:lang(el),
.widget_nav_menu ul li:lang(el),
.widget_pages ul li:lang(el),
.widget_recent_comments ul li:lang(el),
.widget_recent_entries ul li:lang(el),
.widget_rss ul li:lang(el), .comment-form .comment-notes:lang(el),
.comment-form label:lang(el), .comment-list .pingback .comment-body .comment-edit-link:lang(el),
.comment-list .trackback .comment-body .comment-edit-link:lang(el), .comment-list .pingback .comment-body:lang(el),
.comment-list .trackback .comment-body:lang(el), .comment-navigation .nav-previous:lang(el),
.comment-navigation .nav-next:lang(el), table:lang(el), blockquote cite:lang(el), .page-title:lang(el), .author-description .author-link:lang(el),
.comment-metadata:lang(el),
.comment-reply-link:lang(el),
.comments-title:lang(el),
.comment-author .fn:lang(el),
.discussion-meta-info:lang(el),
.no-comments:lang(el),
.post-navigation .post-title:lang(el),
.page-links:lang(el),
.page-description:lang(el),
.pagination .nav-links:lang(el),
.sticky-post:lang(el),
.site-title:lang(el),
#cancel-comment-reply-link:lang(el),
h1:lang(el), button:lang(el),
input:lang(el),
select:lang(el),
optgroup:lang(el),
textarea:lang(el), body:lang(el) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gallery-caption:lang(gu), .wp-caption-text:lang(gu), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .entry .entry-content .wp-block-file .wp-block-file__button:lang(gu), .entry .entry-content .wp-block-file:lang(gu), .entry .entry-content .wp-block-audio figcaption:lang(gu),
.entry .entry-content .wp-block-video figcaption:lang(gu),
.entry .entry-content .wp-block-image figcaption:lang(gu),
.entry .entry-content .wp-block-gallery figcaption:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu),
.entry .entry-content .wp-block-cover-image h2:lang(gu),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(gu),
.entry .entry-content .wp-block-cover h2:lang(gu), .entry .entry-content .wp-block-quote cite:lang(gu), .entry .entry-content .wp-block-quote p:lang(gu), .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .wp-block-archives li:lang(gu),
.entry .entry-content .wp-block-categories li:lang(gu),
.entry .entry-content .wp-block-latest-posts li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .widget_archive ul li:lang(gu),
.widget_categories ul li:lang(gu),
.widget_meta ul li:lang(gu),
.widget_nav_menu ul li:lang(gu),
.widget_pages ul li:lang(gu),
.widget_recent_comments ul li:lang(gu),
.widget_recent_entries ul li:lang(gu),
.widget_rss ul li:lang(gu), .comment-form .comment-notes:lang(gu),
.comment-form label:lang(gu), .comment-list .pingback .comment-body .comment-edit-link:lang(gu),
.comment-list .trackback .comment-body .comment-edit-link:lang(gu), .comment-list .pingback .comment-body:lang(gu),
.comment-list .trackback .comment-body:lang(gu), .comment-navigation .nav-previous:lang(gu),
.comment-navigation .nav-next:lang(gu), table:lang(gu), blockquote cite:lang(gu), .page-title:lang(gu), .author-description .author-link:lang(gu),
.comment-metadata:lang(gu),
.comment-reply-link:lang(gu),
.comments-title:lang(gu),
.comment-author .fn:lang(gu),
.discussion-meta-info:lang(gu),
.no-comments:lang(gu),
.post-navigation .post-title:lang(gu),
.page-links:lang(gu),
.page-description:lang(gu),
.pagination .nav-links:lang(gu),
.sticky-post:lang(gu),
.site-title:lang(gu),
#cancel-comment-reply-link:lang(gu),
h1:lang(gu), button:lang(gu),
input:lang(gu),
select:lang(gu),
optgroup:lang(gu),
textarea:lang(gu), body:lang(gu) {
  font-family: Arial, sans-serif;
}
.gallery-caption:lang(he-IL), .wp-caption-text:lang(he-IL), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .entry .entry-content .wp-block-file .wp-block-file__button:lang(he-IL), .entry .entry-content .wp-block-file:lang(he-IL), .entry .entry-content .wp-block-audio figcaption:lang(he-IL),
.entry .entry-content .wp-block-video figcaption:lang(he-IL),
.entry .entry-content .wp-block-image figcaption:lang(he-IL),
.entry .entry-content .wp-block-gallery figcaption:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL),
.entry .entry-content .wp-block-cover-image h2:lang(he-IL),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(he-IL),
.entry .entry-content .wp-block-cover h2:lang(he-IL), .entry .entry-content .wp-block-quote cite:lang(he-IL), .entry .entry-content .wp-block-quote p:lang(he-IL), .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .wp-block-archives li:lang(he-IL),
.entry .entry-content .wp-block-categories li:lang(he-IL),
.entry .entry-content .wp-block-latest-posts li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .widget_archive ul li:lang(he-IL),
.widget_categories ul li:lang(he-IL),
.widget_meta ul li:lang(he-IL),
.widget_nav_menu ul li:lang(he-IL),
.widget_pages ul li:lang(he-IL),
.widget_recent_comments ul li:lang(he-IL),
.widget_recent_entries ul li:lang(he-IL),
.widget_rss ul li:lang(he-IL), .comment-form .comment-notes:lang(he-IL),
.comment-form label:lang(he-IL), .comment-list .pingback .comment-body .comment-edit-link:lang(he-IL),
.comment-list .trackback .comment-body .comment-edit-link:lang(he-IL), .comment-list .pingback .comment-body:lang(he-IL),
.comment-list .trackback .comment-body:lang(he-IL), .comment-navigation .nav-previous:lang(he-IL),
.comment-navigation .nav-next:lang(he-IL), table:lang(he-IL), blockquote cite:lang(he-IL), .page-title:lang(he-IL), .author-description .author-link:lang(he-IL),
.comment-metadata:lang(he-IL),
.comment-reply-link:lang(he-IL),
.comments-title:lang(he-IL),
.comment-author .fn:lang(he-IL),
.discussion-meta-info:lang(he-IL),
.no-comments:lang(he-IL),
.post-navigation .post-title:lang(he-IL),
.page-links:lang(he-IL),
.page-description:lang(he-IL),
.pagination .nav-links:lang(he-IL),
.sticky-post:lang(he-IL),
.site-title:lang(he-IL),
#cancel-comment-reply-link:lang(he-IL),
h1:lang(he-IL), button:lang(he-IL),
input:lang(he-IL),
select:lang(he-IL),
optgroup:lang(he-IL),
textarea:lang(he-IL), body:lang(he-IL) {
  font-family: "Arial Hebrew", Arial, sans-serif;
}
.gallery-caption:lang(ja), .wp-caption-text:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja),
.entry .entry-content .wp-block-video figcaption:lang(ja),
.entry .entry-content .wp-block-image figcaption:lang(ja),
.entry .entry-content .wp-block-gallery figcaption:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover-image h2:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-quote cite:lang(ja), .entry .entry-content .wp-block-quote p:lang(ja), .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja),
.entry .entry-content .wp-block-categories li:lang(ja),
.entry .entry-content .wp-block-latest-posts li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .widget_archive ul li:lang(ja),
.widget_categories ul li:lang(ja),
.widget_meta ul li:lang(ja),
.widget_nav_menu ul li:lang(ja),
.widget_pages ul li:lang(ja),
.widget_recent_comments ul li:lang(ja),
.widget_recent_entries ul li:lang(ja),
.widget_rss ul li:lang(ja), .comment-form .comment-notes:lang(ja),
.comment-form label:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja),
.comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-list .pingback .comment-body:lang(ja),
.comment-list .trackback .comment-body:lang(ja), .comment-navigation .nav-previous:lang(ja),
.comment-navigation .nav-next:lang(ja), table:lang(ja), blockquote cite:lang(ja), .page-title:lang(ja), .author-description .author-link:lang(ja),
.comment-metadata:lang(ja),
.comment-reply-link:lang(ja),
.comments-title:lang(ja),
.comment-author .fn:lang(ja),
.discussion-meta-info:lang(ja),
.no-comments:lang(ja),
.post-navigation .post-title:lang(ja),
.page-links:lang(ja),
.page-description:lang(ja),
.pagination .nav-links:lang(ja),
.sticky-post:lang(ja),
.site-title:lang(ja),
#cancel-comment-reply-link:lang(ja),
h1:lang(ja), button:lang(ja),
input:lang(ja),
select:lang(ja),
optgroup:lang(ja),
textarea:lang(ja), body:lang(ja) {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
.gallery-caption:lang(ko-KR), .wp-caption-text:lang(ko-KR), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ko-KR), .entry .entry-content .wp-block-file:lang(ko-KR), .entry .entry-content .wp-block-audio figcaption:lang(ko-KR),
.entry .entry-content .wp-block-video figcaption:lang(ko-KR),
.entry .entry-content .wp-block-image figcaption:lang(ko-KR),
.entry .entry-content .wp-block-gallery figcaption:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR),
.entry .entry-content .wp-block-cover-image h2:lang(ko-KR),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ko-KR),
.entry .entry-content .wp-block-cover h2:lang(ko-KR), .entry .entry-content .wp-block-quote cite:lang(ko-KR), .entry .entry-content .wp-block-quote p:lang(ko-KR), .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .wp-block-archives li:lang(ko-KR),
.entry .entry-content .wp-block-categories li:lang(ko-KR),
.entry .entry-content .wp-block-latest-posts li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .widget_archive ul li:lang(ko-KR),
.widget_categories ul li:lang(ko-KR),
.widget_meta ul li:lang(ko-KR),
.widget_nav_menu ul li:lang(ko-KR),
.widget_pages ul li:lang(ko-KR),
.widget_recent_comments ul li:lang(ko-KR),
.widget_recent_entries ul li:lang(ko-KR),
.widget_rss ul li:lang(ko-KR), .comment-form .comment-notes:lang(ko-KR),
.comment-form label:lang(ko-KR), .comment-list .pingback .comment-body .comment-edit-link:lang(ko-KR),
.comment-list .trackback .comment-body .comment-edit-link:lang(ko-KR), .comment-list .pingback .comment-body:lang(ko-KR),
.comment-list .trackback .comment-body:lang(ko-KR), .comment-navigation .nav-previous:lang(ko-KR),
.comment-navigation .nav-next:lang(ko-KR), table:lang(ko-KR), blockquote cite:lang(ko-KR), .page-title:lang(ko-KR), .author-description .author-link:lang(ko-KR),
.comment-metadata:lang(ko-KR),
.comment-reply-link:lang(ko-KR),
.comments-title:lang(ko-KR),
.comment-author .fn:lang(ko-KR),
.discussion-meta-info:lang(ko-KR),
.no-comments:lang(ko-KR),
.post-navigation .post-title:lang(ko-KR),
.page-links:lang(ko-KR),
.page-description:lang(ko-KR),
.pagination .nav-links:lang(ko-KR),
.sticky-post:lang(ko-KR),
.site-title:lang(ko-KR),
#cancel-comment-reply-link:lang(ko-KR),
h1:lang(ko-KR), button:lang(ko-KR),
input:lang(ko-KR),
select:lang(ko-KR),
optgroup:lang(ko-KR),
textarea:lang(ko-KR), body:lang(ko-KR) {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}
.gallery-caption:lang(th), .wp-caption-text:lang(th), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .entry .entry-content .wp-block-file .wp-block-file__button:lang(th), .entry .entry-content .wp-block-file:lang(th), .entry .entry-content .wp-block-audio figcaption:lang(th),
.entry .entry-content .wp-block-video figcaption:lang(th),
.entry .entry-content .wp-block-image figcaption:lang(th),
.entry .entry-content .wp-block-gallery figcaption:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th),
.entry .entry-content .wp-block-cover-image h2:lang(th),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(th),
.entry .entry-content .wp-block-cover h2:lang(th), .entry .entry-content .wp-block-quote cite:lang(th), .entry .entry-content .wp-block-quote p:lang(th), .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .wp-block-archives li:lang(th),
.entry .entry-content .wp-block-categories li:lang(th),
.entry .entry-content .wp-block-latest-posts li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .widget_archive ul li:lang(th),
.widget_categories ul li:lang(th),
.widget_meta ul li:lang(th),
.widget_nav_menu ul li:lang(th),
.widget_pages ul li:lang(th),
.widget_recent_comments ul li:lang(th),
.widget_recent_entries ul li:lang(th),
.widget_rss ul li:lang(th), .comment-form .comment-notes:lang(th),
.comment-form label:lang(th), .comment-list .pingback .comment-body .comment-edit-link:lang(th),
.comment-list .trackback .comment-body .comment-edit-link:lang(th), .comment-list .pingback .comment-body:lang(th),
.comment-list .trackback .comment-body:lang(th), .comment-navigation .nav-previous:lang(th),
.comment-navigation .nav-next:lang(th), table:lang(th), blockquote cite:lang(th), .page-title:lang(th), .author-description .author-link:lang(th),
.comment-metadata:lang(th),
.comment-reply-link:lang(th),
.comments-title:lang(th),
.comment-author .fn:lang(th),
.discussion-meta-info:lang(th),
.no-comments:lang(th),
.post-navigation .post-title:lang(th),
.page-links:lang(th),
.page-description:lang(th),
.pagination .nav-links:lang(th),
.sticky-post:lang(th),
.site-title:lang(th),
#cancel-comment-reply-link:lang(th),
h1:lang(th), button:lang(th),
input:lang(th),
select:lang(th),
optgroup:lang(th),
textarea:lang(th), body:lang(th) {
  font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif;
}
.gallery-caption:lang(vi), .wp-caption-text:lang(vi), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .entry .entry-content .wp-block-file .wp-block-file__button:lang(vi), .entry .entry-content .wp-block-file:lang(vi), .entry .entry-content .wp-block-audio figcaption:lang(vi),
.entry .entry-content .wp-block-video figcaption:lang(vi),
.entry .entry-content .wp-block-image figcaption:lang(vi),
.entry .entry-content .wp-block-gallery figcaption:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi),
.entry .entry-content .wp-block-cover-image h2:lang(vi),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(vi),
.entry .entry-content .wp-block-cover h2:lang(vi), .entry .entry-content .wp-block-quote cite:lang(vi), .entry .entry-content .wp-block-quote p:lang(vi), .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .wp-block-archives li:lang(vi),
.entry .entry-content .wp-block-categories li:lang(vi),
.entry .entry-content .wp-block-latest-posts li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .widget_archive ul li:lang(vi),
.widget_categories ul li:lang(vi),
.widget_meta ul li:lang(vi),
.widget_nav_menu ul li:lang(vi),
.widget_pages ul li:lang(vi),
.widget_recent_comments ul li:lang(vi),
.widget_recent_entries ul li:lang(vi),
.widget_rss ul li:lang(vi), .comment-form .comment-notes:lang(vi),
.comment-form label:lang(vi), .comment-list .pingback .comment-body .comment-edit-link:lang(vi),
.comment-list .trackback .comment-body .comment-edit-link:lang(vi), .comment-list .pingback .comment-body:lang(vi),
.comment-list .trackback .comment-body:lang(vi), .comment-navigation .nav-previous:lang(vi),
.comment-navigation .nav-next:lang(vi), table:lang(vi), blockquote cite:lang(vi), .page-title:lang(vi), .author-description .author-link:lang(vi),
.comment-metadata:lang(vi),
.comment-reply-link:lang(vi),
.comments-title:lang(vi),
.comment-author .fn:lang(vi),
.discussion-meta-info:lang(vi),
.no-comments:lang(vi),
.post-navigation .post-title:lang(vi),
.page-links:lang(vi),
.page-description:lang(vi),
.pagination .nav-links:lang(vi),
.sticky-post:lang(vi),
.site-title:lang(vi),
#cancel-comment-reply-link:lang(vi),
h1:lang(vi), button:lang(vi),
input:lang(vi),
select:lang(vi),
optgroup:lang(vi),
textarea:lang(vi), body:lang(vi) {
  font-family: "Libre Franklin", sans-serif;
}

@font-face {
  font-family: "journal";
  src: url("fonts/journal/journal-webfont.eot");
  src: url("fonts/journal/journal-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/journal/journal-webfont.woff") format("woff"), url("fonts/journal/journal-webfont.ttf") format("truetype"), url("fonts/journal/journal-webfont.svg#journal") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "roboto";
  src: url("fonts/roboto/Roboto-Light-webfont.eot");
  src: url("fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/roboto/Roboto-Light-webfont.svg#roboto") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "roboto";
  src: url("fonts/roboto/Roboto-Regular-webfont.eot");
  src: url("fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/roboto/Roboto-Regular-webfont.svg#roboto") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "roboto";
  src: url("fonts/roboto/Roboto-Medium-webfont.eot");
  src: url("fonts/roboto/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Medium-webfont.woff") format("woff"), url("fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"), url("fonts/roboto/Roboto-Medium-webfont.svg#roboto") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "roboto";
  src: url("fonts/roboto/Roboto-Bold-webfont.eot");
  src: url("fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("fonts/roboto/Roboto-Bold-webfont.svg#roboto") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "x4Rfaw";
  src: url("fonts/x4Rfaw/x4Rfaw-Regular.eot");
  src: url("fonts/x4Rfaw/x4Rfaw-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/x4Rfaw/x4Rfaw-Regular.woff") format("woff"), url("fonts/x4Rfaw/x4Rfaw-Regular.ttf") format("truetype"), url("fonts/x4Rfaw/x4Rfaw-Regular.svg#x4Rfaw") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "tiempos-headline";
  src: url("fonts/tiempos-headline/light-italic/TIEMPOSHEADLINE-LIGHTITALIC.eot");
  src: url("fonts/tiempos-headline/light-italic/TIEMPOSHEADLINE-LIGHTITALIC.eot?#iefix") format("embedded-opentype"), url("fonts/tiempos-headline/light-italic/TIEMPOSHEADLINE-LIGHTITALIC.ttf") format("truetype"), url("fonts/tiempos-headline/light-italic/TIEMPOSHEADLINE-LIGHTITALIC.svg#tiempos-headline") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "tiempos-headline";
  src: url("fonts/tiempos-headline/light/TIEMPOSHEADLINE-LIGHT.eot");
  src: url("fonts/tiempos-headline/light/TIEMPOSHEADLINE-LIGHT.eot?#iefix") format("embedded-opentype"), url("fonts/tiempos-headline/light/TIEMPOSHEADLINE-LIGHT.woff") format("woff"), url("fonts/tiempos-headline/light/TIEMPOSHEADLINE-LIGHT.ttf") format("truetype"), url("fonts/tiempos-headline/light/TIEMPOSHEADLINE-LIGHT.svg#tiempos-headline") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "tiempos-headline";
  src: url("fonts/tiempos-headline/regular/TIEMPOSHEADLINE-REGULAR.eot");
  src: url("fonts/tiempos-headline/regular/TIEMPOSHEADLINE-REGULAR.eot?#iefix") format("embedded-opentype"), url("fonts/tiempos-headline/regular/TIEMPOSHEADLINE-REGULAR.woff") format("woff"), url("fonts/tiempos-headline/regular/TIEMPOSHEADLINE-REGULAR.ttf") format("truetype"), url("fonts/tiempos-headline/regular/TIEMPOSHEADLINE-REGULAR.svg#tiempos-headline") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "tiempos-headline";
  src: url("fonts/tiempos-headline/bold/TIEMPOSHEADLINE-BOLD.eot");
  src: url("fonts/tiempos-headline/bold/TIEMPOSHEADLINE-BOLD.eot?#iefix") format("embedded-opentype"), url("fonts/tiempos-headline/bold/TIEMPOSHEADLINE-BOLD.woff") format("woff"), url("fonts/tiempos-headline/bold/TIEMPOSHEADLINE-BOLD.ttf") format("truetype"), url("fonts/tiempos-headline/bold/TIEMPOSHEADLINE-BOLD.svg#tiempos-headline") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "tiempos-text";
  src: url("fonts/tiempos-text/regular/TIEMPOSTEXT-REGULAR.eot");
  src: url("fonts/tiempos-text/regular/TIEMPOSTEXT-REGULAR.eot?#iefix") format("embedded-opentype"), url("fonts/tiempos-text/regular/TIEMPOSTEXT-REGULAR.woff") format("woff"), url("fonts/tiempos-text/regular/TIEMPOSTEXT-REGULAR.ttf") format("truetype"), url("fonts/tiempos-text/regular/TIEMPOSTEXT-REGULAR.svg#tiempos-text") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
/* Normalize */
/*! 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;
}

/* Typography */
html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
#cancel-comment-reply-link,
h1 {
  font-family: "tiempos-headline", serif;
}

.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.search .page-title,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-title {
  font-family: "Roboto", sans-serif;
}

.site-branding,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 48rem) {
  h1 {
    font-size: 3rem;
  }
}

.not-found .page-title,
.error-404 .page-title,
.search .page-title,
.has-larger-font-size,
h2 {
  font-size: 2.5rem;
}

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 1.5rem;
}

.site-title,
.site-description,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio,
h4 {
  font-size: 1rem;
}

.pagination .nav-links,
.comment-content,
h5 {
  font-size: 1.5rem;
}

.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
  font-size: 0.7111111111em;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  word-break: break-word;
  word-wrap: break-word;
}

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

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

blockquote cite {
  font-size: 0.7111111111em;
  font-style: normal;
  font-family: "tiempos-headline", serif;
}

pre {
  font-size: 1.5rem;
  font-family: monospace;
  line-height: 1.8;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 1.5rem;
  font-family: monospace;
}

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

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

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: underline;
}

/* Elements */
html {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #f6bfbf;
}

::selection {
  background-color: #f6bfbf;
}

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

body {
  background-color: #fff;
}

a {
  transition: color 110ms ease-in-out;
  color: #da0000;
}
a:hover, a:active {
  color: #a70000;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: thin;
  outline-style: dotted;
  text-decoration: underline;
}
a[rel=tag] {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 0.5rem;
  padding: 0.625rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999;
  margin: 0.25rem;
}
a[rel=tag]:visited {
  color: #999;
}
a[rel=tag]:hover {
  color: #da0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 2rem 0;
}
@media only screen and (min-width: 48rem) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 2.5rem 0;
  }
}

hr {
  background-color: #999;
  border: 0;
  height: 2px;
}

ul,
ol {
  padding-left: 2.5rem;
}

ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
}

li > ul,
li > ol {
  padding-left: 5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 2.5rem 2.5rem;
}

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

figure {
  margin: 0;
  line-height: 0;
}

blockquote {
  border-left: 2px solid #da0000;
  margin-left: 0;
  padding: 0 0 0 2.5rem;
}
blockquote > p {
  margin: 0 0 2.5rem;
}
blockquote cite {
  color: #999;
}

table {
  margin: 0 0 2.5rem;
  border-collapse: collapse;
  width: 100%;
  font-family: "tiempos-headline", serif;
}
table td,
table th {
  padding: 0.5em;
  border: 1px solid #999;
  word-break: break-all;
}

/* Components */
/* Entry meta */
.entry-meta {
  margin: 1rem 0.5rem 0.5rem;
  font-size: 1.5rem;
  display: flex;
  order: 4;
}
@media only screen and (min-width: 48rem) {
  .entry-meta {
    flex-direction: column;
  }
}
@media only screen and (min-width: 64rem) {
  .entry-meta {
    flex-direction: row;
  }
}
.entry-meta .avatar {
  height: 4.4375rem;
  width: 4.4375rem;
  align-self: center;
  margin-right: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .entry-meta .avatar {
    align-self: flex-start;
  }
}
@media only screen and (min-width: 64rem) {
  .entry-meta .avatar {
    align-self: center;
  }
}
.entry-meta .entry-meta-info {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  justify-content: center;
}
.entry-meta .posted-on {
  font-weight: lighter;
}
.entry-meta .svg-icon {
  display: none;
}
.entry-meta .discussion-avatar-list {
  display: none;
}
.entry-meta .edit-link {
  margin-left: auto;
  align-self: flex-end;
  line-height: 2.25rem;
}
@media only screen and (min-width: 48rem) {
  .entry-meta .edit-link {
    align-self: flex-start;
    margin-left: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .entry-meta .edit-link {
    align-self: flex-end;
    margin-left: auto;
  }
}
.entry-meta a,
.entry-meta a:visited {
  color: #333;
}
.sticky-posts h2,
.recent-posts h2,
.related-posts h2,
.popular-posts h2,
.search-posts h2 {
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts h2,
  .recent-posts h2,
  .related-posts h2,
  .popular-posts h2,
  .search-posts h2 {
    padding: 0;
  }
}
.sticky-posts .wpp-list,
.sticky-posts .posts-container,
.recent-posts .wpp-list,
.recent-posts .posts-container,
.related-posts .wpp-list,
.related-posts .posts-container,
.popular-posts .wpp-list,
.popular-posts .posts-container,
.search-posts .wpp-list,
.search-posts .posts-container {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .wpp-list,
  .sticky-posts .posts-container,
  .recent-posts .wpp-list,
  .recent-posts .posts-container,
  .related-posts .wpp-list,
  .related-posts .posts-container,
  .popular-posts .wpp-list,
  .popular-posts .posts-container,
  .search-posts .wpp-list,
  .search-posts .posts-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.sticky-posts .wpp-thumbnail,
.recent-posts .wpp-thumbnail,
.related-posts .wpp-thumbnail,
.popular-posts .wpp-thumbnail,
.search-posts .wpp-thumbnail {
  float: none;
  margin: 0;
}
.sticky-posts .wpp-thumbnail.wpp_def_noPath,
.recent-posts .wpp-thumbnail.wpp_def_noPath,
.related-posts .wpp-thumbnail.wpp_def_noPath,
.popular-posts .wpp-thumbnail.wpp_def_noPath,
.search-posts .wpp-thumbnail.wpp_def_noPath {
  display: none;
}
.sticky-posts .post,
.recent-posts .post,
.related-posts .post,
.popular-posts .post,
.search-posts .post {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
  display: flex;
  flex-direction: column;
  margin: 0 0 0.125rem;
  padding: 0;
}
.sticky-posts .post:after,
.recent-posts .post:after,
.related-posts .post:after,
.popular-posts .post:after,
.search-posts .post:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post:last-child,
.recent-posts .post:last-child,
.related-posts .post:last-child,
.popular-posts .post:last-child,
.search-posts .post:last-child {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .post,
  .recent-posts .post,
  .related-posts .post,
  .popular-posts .post,
  .search-posts .post {
    margin-bottom: 2rem;
    margin-right: 3.0769230769%;
    padding: 0;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .sticky-posts .post:nth-child(3n),
  .recent-posts .post:nth-child(3n),
  .related-posts .post:nth-child(3n),
  .popular-posts .post:nth-child(3n),
  .search-posts .post:nth-child(3n) {
    margin-right: 0;
  }
}
.sticky-posts .post .entry-link,
.recent-posts .post .entry-link,
.related-posts .post .entry-link,
.popular-posts .post .entry-link,
.search-posts .post .entry-link {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sticky-posts .post .entry-link:active, .sticky-posts .post .entry-link:focus,
.recent-posts .post .entry-link:active,
.recent-posts .post .entry-link:focus,
.related-posts .post .entry-link:active,
.related-posts .post .entry-link:focus,
.popular-posts .post .entry-link:active,
.popular-posts .post .entry-link:focus,
.search-posts .post .entry-link:active,
.search-posts .post .entry-link:focus {
  text-decoration: none;
  outline: none;
}
.sticky-posts .post .post-thumbnail-container,
.recent-posts .post .post-thumbnail-container,
.related-posts .post .post-thumbnail-container,
.popular-posts .post .post-thumbnail-container,
.search-posts .post .post-thumbnail-container {
  display: block;
  height: 100%;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post .the_champ_horizontal_sharing,
.recent-posts .post .the_champ_horizontal_sharing,
.related-posts .post .the_champ_horizontal_sharing,
.popular-posts .post .the_champ_horizontal_sharing,
.search-posts .post .the_champ_horizontal_sharing {
  height: 1.5rem;
  content: "";
  display: table;
  table-layout: fixed;
}
.sticky-posts .post .the_champ_horizontal_sharing .theChampSharingSvg,
.recent-posts .post .the_champ_horizontal_sharing .theChampSharingSvg,
.related-posts .post .the_champ_horizontal_sharing .theChampSharingSvg,
.popular-posts .post .the_champ_horizontal_sharing .theChampSharingSvg,
.search-posts .post .the_champ_horizontal_sharing .theChampSharingSvg {
  background-size: auto 1.25rem;
}
.sticky-posts .post .entry-title,
.recent-posts .post .entry-title,
.related-posts .post .entry-title,
.popular-posts .post .entry-title,
.search-posts .post .entry-title {
  color: #333;
}
.sticky-posts .post .post-content p,
.recent-posts .post .post-content p,
.related-posts .post .post-content p,
.popular-posts .post .post-content p,
.search-posts .post .post-content p {
  color: #333;
}
.sticky-posts .post.appended,
.recent-posts .post.appended,
.related-posts .post.appended,
.popular-posts .post.appended,
.search-posts .post.appended {
  animation: slide-in-up 400ms cubic-bezier(0.67, 0.36, 0.58, 0.87) forwards;
  opacity: 0;
  transform: translateY(100%);
}
.sticky-posts .post.appended:nth-of-type(1n),
.recent-posts .post.appended:nth-of-type(1n),
.related-posts .post.appended:nth-of-type(1n),
.popular-posts .post.appended:nth-of-type(1n),
.search-posts .post.appended:nth-of-type(1n) {
  animation-delay: 0.05s;
}
.sticky-posts .post.appended:nth-of-type(2n),
.recent-posts .post.appended:nth-of-type(2n),
.related-posts .post.appended:nth-of-type(2n),
.popular-posts .post.appended:nth-of-type(2n),
.search-posts .post.appended:nth-of-type(2n) {
  animation-delay: 0.1s;
}
.sticky-posts .post.appended:nth-of-type(3n),
.recent-posts .post.appended:nth-of-type(3n),
.related-posts .post.appended:nth-of-type(3n),
.popular-posts .post.appended:nth-of-type(3n),
.search-posts .post.appended:nth-of-type(3n) {
  animation-delay: 0.15s;
}
.sticky-posts .post.appended:nth-of-type(4n),
.recent-posts .post.appended:nth-of-type(4n),
.related-posts .post.appended:nth-of-type(4n),
.popular-posts .post.appended:nth-of-type(4n),
.search-posts .post.appended:nth-of-type(4n) {
  animation-delay: 0.2s;
}
.sticky-posts .post.appended:nth-of-type(5n),
.recent-posts .post.appended:nth-of-type(5n),
.related-posts .post.appended:nth-of-type(5n),
.popular-posts .post.appended:nth-of-type(5n),
.search-posts .post.appended:nth-of-type(5n) {
  animation-delay: 0.25s;
}
.sticky-posts .post.appended:nth-of-type(6n),
.recent-posts .post.appended:nth-of-type(6n),
.related-posts .post.appended:nth-of-type(6n),
.popular-posts .post.appended:nth-of-type(6n),
.search-posts .post.appended:nth-of-type(6n) {
  animation-delay: 0.3s;
}
.sticky-posts .post.appended:nth-of-type(7n),
.recent-posts .post.appended:nth-of-type(7n),
.related-posts .post.appended:nth-of-type(7n),
.popular-posts .post.appended:nth-of-type(7n),
.search-posts .post.appended:nth-of-type(7n) {
  animation-delay: 0.35s;
}
.sticky-posts .post.appended:nth-of-type(8n),
.recent-posts .post.appended:nth-of-type(8n),
.related-posts .post.appended:nth-of-type(8n),
.popular-posts .post.appended:nth-of-type(8n),
.search-posts .post.appended:nth-of-type(8n) {
  animation-delay: 0.4s;
}
.sticky-posts .post.appended:nth-of-type(9n),
.recent-posts .post.appended:nth-of-type(9n),
.related-posts .post.appended:nth-of-type(9n),
.popular-posts .post.appended:nth-of-type(9n),
.search-posts .post.appended:nth-of-type(9n) {
  animation-delay: 0.45s;
}
.sticky-posts .post.appended:nth-of-type(10n),
.recent-posts .post.appended:nth-of-type(10n),
.related-posts .post.appended:nth-of-type(10n),
.popular-posts .post.appended:nth-of-type(10n),
.search-posts .post.appended:nth-of-type(10n) {
  animation-delay: 0.5s;
}
.sticky-posts .post.appended:nth-of-type(11n),
.recent-posts .post.appended:nth-of-type(11n),
.related-posts .post.appended:nth-of-type(11n),
.popular-posts .post.appended:nth-of-type(11n),
.search-posts .post.appended:nth-of-type(11n) {
  animation-delay: 0.55s;
}
.sticky-posts .post.appended:nth-of-type(12n),
.recent-posts .post.appended:nth-of-type(12n),
.related-posts .post.appended:nth-of-type(12n),
.popular-posts .post.appended:nth-of-type(12n),
.search-posts .post.appended:nth-of-type(12n) {
  animation-delay: 0.6s;
}
.sticky-posts .post.appended:nth-of-type(13n),
.recent-posts .post.appended:nth-of-type(13n),
.related-posts .post.appended:nth-of-type(13n),
.popular-posts .post.appended:nth-of-type(13n),
.search-posts .post.appended:nth-of-type(13n) {
  animation-delay: 0.65s;
}
.sticky-posts .post.appended:nth-of-type(14n),
.recent-posts .post.appended:nth-of-type(14n),
.related-posts .post.appended:nth-of-type(14n),
.popular-posts .post.appended:nth-of-type(14n),
.search-posts .post.appended:nth-of-type(14n) {
  animation-delay: 0.7s;
}
.sticky-posts .post.appended:nth-of-type(15n),
.recent-posts .post.appended:nth-of-type(15n),
.related-posts .post.appended:nth-of-type(15n),
.popular-posts .post.appended:nth-of-type(15n),
.search-posts .post.appended:nth-of-type(15n) {
  animation-delay: 0.75s;
}
.sticky-posts .post.appended:nth-of-type(16n),
.recent-posts .post.appended:nth-of-type(16n),
.related-posts .post.appended:nth-of-type(16n),
.popular-posts .post.appended:nth-of-type(16n),
.search-posts .post.appended:nth-of-type(16n) {
  animation-delay: 0.8s;
}
.sticky-posts .post.appended:nth-of-type(17n),
.recent-posts .post.appended:nth-of-type(17n),
.related-posts .post.appended:nth-of-type(17n),
.popular-posts .post.appended:nth-of-type(17n),
.search-posts .post.appended:nth-of-type(17n) {
  animation-delay: 0.85s;
}
.sticky-posts .post.appended:nth-of-type(18n),
.recent-posts .post.appended:nth-of-type(18n),
.related-posts .post.appended:nth-of-type(18n),
.popular-posts .post.appended:nth-of-type(18n),
.search-posts .post.appended:nth-of-type(18n) {
  animation-delay: 0.9s;
}
.sticky-posts .post.appended:nth-of-type(19n),
.recent-posts .post.appended:nth-of-type(19n),
.related-posts .post.appended:nth-of-type(19n),
.popular-posts .post.appended:nth-of-type(19n),
.search-posts .post.appended:nth-of-type(19n) {
  animation-delay: 0.95s;
}
.sticky-posts .post.appended:nth-of-type(20n),
.recent-posts .post.appended:nth-of-type(20n),
.related-posts .post.appended:nth-of-type(20n),
.popular-posts .post.appended:nth-of-type(20n),
.search-posts .post.appended:nth-of-type(20n) {
  animation-delay: 1s;
}
.sticky-posts .post.appended:nth-of-type(21n),
.recent-posts .post.appended:nth-of-type(21n),
.related-posts .post.appended:nth-of-type(21n),
.popular-posts .post.appended:nth-of-type(21n),
.search-posts .post.appended:nth-of-type(21n) {
  animation-delay: 1.05s;
}
.sticky-posts .post.appended:nth-of-type(22n),
.recent-posts .post.appended:nth-of-type(22n),
.related-posts .post.appended:nth-of-type(22n),
.popular-posts .post.appended:nth-of-type(22n),
.search-posts .post.appended:nth-of-type(22n) {
  animation-delay: 1.1s;
}
.sticky-posts .post.appended:nth-of-type(23n),
.recent-posts .post.appended:nth-of-type(23n),
.related-posts .post.appended:nth-of-type(23n),
.popular-posts .post.appended:nth-of-type(23n),
.search-posts .post.appended:nth-of-type(23n) {
  animation-delay: 1.15s;
}
.sticky-posts .post.appended:nth-of-type(24n),
.recent-posts .post.appended:nth-of-type(24n),
.related-posts .post.appended:nth-of-type(24n),
.popular-posts .post.appended:nth-of-type(24n),
.search-posts .post.appended:nth-of-type(24n) {
  animation-delay: 1.2s;
}
.sticky-posts .post.appended:nth-of-type(25n),
.recent-posts .post.appended:nth-of-type(25n),
.related-posts .post.appended:nth-of-type(25n),
.popular-posts .post.appended:nth-of-type(25n),
.search-posts .post.appended:nth-of-type(25n) {
  animation-delay: 1.25s;
}
.sticky-posts .post.appended:nth-of-type(26n),
.recent-posts .post.appended:nth-of-type(26n),
.related-posts .post.appended:nth-of-type(26n),
.popular-posts .post.appended:nth-of-type(26n),
.search-posts .post.appended:nth-of-type(26n) {
  animation-delay: 1.3s;
}
.sticky-posts .post.appended:nth-of-type(27n),
.recent-posts .post.appended:nth-of-type(27n),
.related-posts .post.appended:nth-of-type(27n),
.popular-posts .post.appended:nth-of-type(27n),
.search-posts .post.appended:nth-of-type(27n) {
  animation-delay: 1.35s;
}
.sticky-posts .post.appended:nth-of-type(28n),
.recent-posts .post.appended:nth-of-type(28n),
.related-posts .post.appended:nth-of-type(28n),
.popular-posts .post.appended:nth-of-type(28n),
.search-posts .post.appended:nth-of-type(28n) {
  animation-delay: 1.4s;
}
.sticky-posts .post.appended:nth-of-type(29n),
.recent-posts .post.appended:nth-of-type(29n),
.related-posts .post.appended:nth-of-type(29n),
.popular-posts .post.appended:nth-of-type(29n),
.search-posts .post.appended:nth-of-type(29n) {
  animation-delay: 1.45s;
}
.sticky-posts .post.appended:nth-of-type(30n),
.recent-posts .post.appended:nth-of-type(30n),
.related-posts .post.appended:nth-of-type(30n),
.popular-posts .post.appended:nth-of-type(30n),
.search-posts .post.appended:nth-of-type(30n) {
  animation-delay: 1.5s;
}
.sticky-posts .post.category-eat,
.recent-posts .post.category-eat,
.related-posts .post.category-eat,
.popular-posts .post.category-eat,
.search-posts .post.category-eat {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.sticky-posts .post.category-eat:after,
.recent-posts .post.category-eat:after,
.related-posts .post.category-eat:after,
.popular-posts .post.category-eat:after,
.search-posts .post.category-eat:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #310159;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post.category-eat h5,
.recent-posts .post.category-eat h5,
.related-posts .post.category-eat h5,
.popular-posts .post.category-eat h5,
.search-posts .post.category-eat h5 {
  color: #310159;
}
.sticky-posts .post.category-move,
.recent-posts .post.category-move,
.related-posts .post.category-move,
.popular-posts .post.category-move,
.search-posts .post.category-move {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.sticky-posts .post.category-move:after,
.recent-posts .post.category-move:after,
.related-posts .post.category-move:after,
.popular-posts .post.category-move:after,
.search-posts .post.category-move:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #00a868;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post.category-move h5,
.recent-posts .post.category-move h5,
.related-posts .post.category-move h5,
.popular-posts .post.category-move h5,
.search-posts .post.category-move h5 {
  color: #00a868;
}
.sticky-posts .post.category-inspire,
.recent-posts .post.category-inspire,
.related-posts .post.category-inspire,
.popular-posts .post.category-inspire,
.search-posts .post.category-inspire {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.sticky-posts .post.category-inspire:after,
.recent-posts .post.category-inspire:after,
.related-posts .post.category-inspire:after,
.popular-posts .post.category-inspire:after,
.search-posts .post.category-inspire:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #d72661;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post.category-inspire h5,
.recent-posts .post.category-inspire h5,
.related-posts .post.category-inspire h5,
.popular-posts .post.category-inspire h5,
.search-posts .post.category-inspire h5 {
  color: #d72661;
}
.sticky-posts .post.category-explore,
.recent-posts .post.category-explore,
.related-posts .post.category-explore,
.popular-posts .post.category-explore,
.search-posts .post.category-explore {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.sticky-posts .post.category-explore:after,
.recent-posts .post.category-explore:after,
.related-posts .post.category-explore:after,
.popular-posts .post.category-explore:after,
.search-posts .post.category-explore:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #0097ca;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post.category-explore h5,
.recent-posts .post.category-explore h5,
.related-posts .post.category-explore h5,
.popular-posts .post.category-explore h5,
.search-posts .post.category-explore h5 {
  color: #0097ca;
}
.sticky-posts .post.category-discover,
.recent-posts .post.category-discover,
.related-posts .post.category-discover,
.popular-posts .post.category-discover,
.search-posts .post.category-discover {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.sticky-posts .post.category-discover:after,
.recent-posts .post.category-discover:after,
.related-posts .post.category-discover:after,
.popular-posts .post.category-discover:after,
.search-posts .post.category-discover:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #0097ca;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.sticky-posts .post.category-discover h5,
.recent-posts .post.category-discover h5,
.related-posts .post.category-discover h5,
.popular-posts .post.category-discover h5,
.search-posts .post.category-discover h5 {
  color: #0097ca;
}
.sticky-posts .post .featured-post,
.recent-posts .post .featured-post,
.related-posts .post .featured-post,
.popular-posts .post .featured-post,
.search-posts .post .featured-post {
  display: none;
}
.sticky-posts .post .featured-post h5,
.recent-posts .post .featured-post h5,
.related-posts .post .featured-post h5,
.popular-posts .post .featured-post h5,
.search-posts .post .featured-post h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.13px;
}
.sticky-posts .post .featured-post .the_champ_horizontal_sharing,
.recent-posts .post .featured-post .the_champ_horizontal_sharing,
.related-posts .post .featured-post .the_champ_horizontal_sharing,
.popular-posts .post .featured-post .the_champ_horizontal_sharing,
.search-posts .post .featured-post .the_champ_horizontal_sharing {
  margin: 0.5rem 1rem 0;
}
.sticky-posts .post .post-category,
.recent-posts .post .post-category,
.related-posts .post .post-category,
.popular-posts .post .post-category,
.search-posts .post .post-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sticky-posts .post .post-category .the_champ_horizontal_sharing,
.recent-posts .post .post-category .the_champ_horizontal_sharing,
.related-posts .post .post-category .the_champ_horizontal_sharing,
.popular-posts .post .post-category .the_champ_horizontal_sharing,
.search-posts .post .post-category .the_champ_horizontal_sharing {
  margin: 1rem 1rem 0;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .post .post-category .the_champ_horizontal_sharing,
  .recent-posts .post .post-category .the_champ_horizontal_sharing,
  .related-posts .post .post-category .the_champ_horizontal_sharing,
  .popular-posts .post .post-category .the_champ_horizontal_sharing,
  .search-posts .post .post-category .the_champ_horizontal_sharing {
    margin: 1rem 0 0;
  }
}
.sticky-posts .post h4,
.recent-posts .post h4,
.related-posts .post h4,
.popular-posts .post h4,
.search-posts .post h4 {
  font-family: "tiempos-text", serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2rem;
  margin: 0.5rem 0 0;
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .post h4,
  .recent-posts .post h4,
  .related-posts .post h4,
  .popular-posts .post h4,
  .search-posts .post h4 {
    margin: 1rem 0 0;
    padding: 0;
  }
}
.sticky-posts .post h5,
.recent-posts .post h5,
.related-posts .post h5,
.popular-posts .post h5,
.search-posts .post h5 {
  font-family: "x4Rfaw", sans-serif;
  font-size: 3.125rem;
  font-weight: 100;
  margin: 1.5rem 0 0;
  padding: 0 1rem;
  display: inline-block;
  color: #333;
  line-height: 1;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .post h5,
  .recent-posts .post h5,
  .related-posts .post h5,
  .popular-posts .post h5,
  .search-posts .post h5 {
    padding: 0;
  }
}
.sticky-posts .post p,
.recent-posts .post p,
.related-posts .post p,
.popular-posts .post p,
.search-posts .post p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .post p,
  .recent-posts .post p,
  .related-posts .post p,
  .popular-posts .post p,
  .search-posts .post p {
    padding: 0;
  }
}
.sticky-posts .post .entry-meta,
.recent-posts .post .entry-meta,
.related-posts .post .entry-meta,
.popular-posts .post .entry-meta,
.search-posts .post .entry-meta {
  display: none;
}

.related-posts {
  margin: 0 -1rem;
}
@media only screen and (min-width: 48rem) {
  .related-posts {
    margin: 0;
  }
}

@media only screen and (min-width: 48rem) {
  .sticky-posts .post:nth-child(3n) {
    margin-right: 3.0769230769%;
  }
  .sticky-posts .post:nth-child(3n+1) {
    margin-right: 0;
  }
  .sticky-posts .post:first-child {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex: auto;
    margin-right: 0;
  }
  .sticky-posts .post:first-child:after {
    display: none;
  }
  .sticky-posts .post:first-child:after {
    display: none;
  }
  .sticky-posts .post:first-child.category-eat .post-content {
    position: relative;
    transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
  }
  .sticky-posts .post:first-child.category-eat .post-content:after {
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: #310159;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
  }
  .sticky-posts .post:first-child.category-move .post-content {
    position: relative;
    transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
  }
  .sticky-posts .post:first-child.category-move .post-content:after {
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: #00a868;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
  }
  .sticky-posts .post:first-child.category-inspire .post-content {
    position: relative;
    transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
  }
  .sticky-posts .post:first-child.category-inspire .post-content:after {
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: #d72661;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
  }
  .sticky-posts .post:first-child.category-explore .post-content {
    position: relative;
    transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
  }
  .sticky-posts .post:first-child.category-explore .post-content:after {
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: #0097ca;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
  }
  .sticky-posts .post:first-child.category-discover .post-content {
    position: relative;
    transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
  }
  .sticky-posts .post:first-child.category-discover .post-content:after {
    content: "";
    width: 100%;
    height: 0.25rem;
    background-color: #0097ca;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
  }
  .sticky-posts .post:first-child .post-content {
    margin-left: 3.0769230769%;
    display: flex;
    flex-direction: column;
    min-width: calc(50% - 21.3333333333px);
    max-width: calc(50% - 21.3333333333px);
  }
  .sticky-posts .post:first-child .post-content > .entry-link {
    flex-shrink: 0;
  }
  .sticky-posts .post:first-child .entry-footer {
    display: flex;
    margin-top: auto;
  }
  .sticky-posts .post:first-child .entry-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: flex-end;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 64rem) {
  .sticky-posts .post:first-child .entry-meta {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 48rem) {
  .sticky-posts .post:first-child .entry-meta .avatar {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
  }
  .sticky-posts .post:first-child .entry-meta .posted-on {
    display: block;
  }
  .sticky-posts .post:first-child .entry-meta .edit-link {
    align-self: center;
    margin-left: 0.5rem;
    line-height: 1.5;
  }
  .sticky-posts .post:first-child .the_champ_horizontal_sharing {
    margin: -0.5rem 0 0 0.5rem;
  }
  .sticky-posts .post:first-child h4 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 1rem 0 0.5rem;
  }
  .sticky-posts .post:first-child h5 {
    margin-top: 0;
  }
  .sticky-posts .post:first-child p {
    margin: 1.5rem 0 1.5rem;
  }
}
.sticky-posts .post .featured-post {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 48rem) {
  .category-list {
    display: flex;
    width: 100%;
  }
}
.category-list .category {
  min-width: 13.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #333;
  display: block;
  padding: 0 1rem;
  margin: 2rem 0;
  transition: all 400ms cubic-bezier(1, 0.02, 0.31, 1);
}
@media only screen and (min-width: 48rem) {
  .category-list .category {
    text-align: center;
    line-height: 1.3;
    flex: 0 0 31.25%;
    margin-right: 3.0769230769%;
    padding: 0;
  }
  .category-list .category:nth-child(3n) {
    margin-right: 0;
  }
}
.category-list .category.eat {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.category-list .category.eat:active, .category-list .category.eat:focus {
  text-decoration: none;
  outline: none;
}
.category-list .category.eat:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #310159;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.category-list .category.eat:after {
  height: 0.5rem;
  bottom: -0.5rem;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
@media only screen and (min-width: 48rem) {
  .category-list .category.eat:after {
    width: 80%;
    left: 10%;
  }
}
.category-list .category.move {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.category-list .category.move:active, .category-list .category.move:focus {
  text-decoration: none;
  outline: none;
}
.category-list .category.move:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #00a868;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.category-list .category.move:after {
  height: 0.5rem;
  bottom: -0.5rem;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
@media only screen and (min-width: 48rem) {
  .category-list .category.move:after {
    width: 80%;
    left: 10%;
  }
}
.category-list .category.inspire {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.category-list .category.inspire:active, .category-list .category.inspire:focus {
  text-decoration: none;
  outline: none;
}
.category-list .category.inspire:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #d72661;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.category-list .category.inspire:after {
  height: 0.5rem;
  bottom: -0.5rem;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
@media only screen and (min-width: 48rem) {
  .category-list .category.inspire:after {
    width: 80%;
    left: 10%;
  }
}
.category-list .category.explore {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.category-list .category.explore:active, .category-list .category.explore:focus {
  text-decoration: none;
  outline: none;
}
.category-list .category.explore:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #0097ca;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.category-list .category.explore:after {
  height: 0.5rem;
  bottom: -0.5rem;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
@media only screen and (min-width: 48rem) {
  .category-list .category.explore:after {
    width: 80%;
    left: 10%;
  }
}
.category-list .category.discover {
  position: relative;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
.category-list .category.discover:active, .category-list .category.discover:focus {
  text-decoration: none;
  outline: none;
}
.category-list .category.discover:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #0097ca;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}
.category-list .category.discover:after {
  height: 0.5rem;
  bottom: -0.5rem;
  transition: all 150ms cubic-bezier(1, 0.02, 0.31, 1);
}
@media only screen and (min-width: 48rem) {
  .category-list .category.discover:after {
    width: 80%;
    left: 10%;
  }
}

.post-thumbnail-container {
  position: relative;
  display: inline-block;
}
.post-thumbnail-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  border: 1px solid #d8d8d6;
}
.post-thumbnail-container img {
  height: 100%;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@supports (object-fit: cover) {
  .post-thumbnail-container img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

/* Forms */
.button, .entry .entry-content .wp-block-button .wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: background 150ms ease-in-out;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  background: #da0000;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
  padding: calc(1rem * 1.2) 1rem;
}
.button:hover, .entry .entry-content .wp-block-button .wp-block-button__link:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #c40000;
  color: #fff;
  cursor: pointer;
}
.button:visited, .entry .entry-content .wp-block-button .wp-block-button__link:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}
.button:focus, .entry .entry-content .wp-block-button .wp-block-button__link:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background: #c40000;
  color: #fff;
}
.button.is-secondary, .entry .entry-content .wp-block-button .is-secondary.wp-block-button__link,
button.is-secondary,
input[type=button].is-secondary,
input[type=reset].is-secondary,
input[type=submit].is-secondary {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fff;
}
.button.is-ghost, .entry .entry-content .wp-block-button .is-ghost.wp-block-button__link,
button.is-ghost,
input[type=button].is-ghost,
input[type=reset].is-ghost,
input[type=submit].is-ghost {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.button.is-load-more, .entry .entry-content .wp-block-button .is-load-more.wp-block-button__link,
button.is-load-more,
input[type=button].is-load-more,
input[type=reset].is-load-more,
input[type=submit].is-load-more {
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #d8d8d6;
  box-sizing: border-box;
  outline: none;
  padding: 0.9rem 1.65rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  height: 1.8125rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #da0000;
  outline: thin solid rgba(218, 0, 0, 0.15);
  outline-offset: -4px;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

form p {
  margin: 2.5rem 0;
}

.input-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
}
.input-checkbox input {
  display: none;
}
.input-checkbox input:checked ~ label::after {
  animation-name: clipIn;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  opacity: 1;
}
.input-checkbox label {
  font-family: "tiempos-text", serif;
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.input-checkbox label::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 0.5rem;
  height: 0.875rem;
  border: solid #333;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  margin-top: -0.5rem;
}
.input-checkbox label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #d8d8d6;
  margin-right: 1rem;
}
@keyframes clipIn {
  from {
    clip-path: inset(100% 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

.input-radio {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
}
.input-radio input {
  display: none;
}
.input-radio input:checked ~ label::after {
  opacity: 1;
  transform: scale(1, 1);
}
.input-radio label {
  font-family: "tiempos-text", serif;
  display: flex;
  align-items: center;
  position: relative;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.input-radio label::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0.25rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background-color: #da0000;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 200ms ease-in-out;
}
.input-radio label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d8d8d6;
  margin-right: 1rem;
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: color 110ms ease-in-out;
  color: #da0000;
}
a:visited {
  color: #da0000;
}
a:hover, a:active {
  color: #a70000;
  outline: 0;
  text-decoration: none;
}
a:focus {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigation {
  position: absolute;
  transform: translateX(100%);
  display: flex;
  width: 100%;
  justify-content: inherit;
  transition: transform 0.25s ease-out 0.25s;
  z-index: 1;
  top: 5.875rem;
}
@media only screen and (min-width: 48rem) {
  .main-navigation {
    justify-content: space-between;
    position: relative;
    transform: translateX(0);
    top: 0;
  }
}
.main-navigation .main-menu {
  padding: 2rem;
  margin-top: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  height: 100vh;
}
@media only screen and (min-width: 48rem) {
  .main-navigation .main-menu {
    padding: 0 2rem 0 0;
    margin: 1rem 0;
    position: relative;
    flex-direction: row;
    height: 100%;
    background: none;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 64rem) {
  .main-navigation .main-menu {
    padding-right: 0;
    justify-content: flex-end;
  }
}
.main-navigation li {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}
.main-navigation li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 48rem) {
  .main-navigation li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .main-navigation li {
    font-size: 1.5rem;
  }
}
.main-navigation li.current-menu-item a {
  color: #da0000;
}
.main-navigation li.category-eat.current-menu-item a, .main-navigation li.category-eat.current-menu-parent a {
  color: #310159;
}
.main-navigation li.category-eat a:hover, .main-navigation li.category-eat a:focus {
  color: #310159 !important;
}
.main-navigation li.category-move.current-menu-item a, .main-navigation li.category-move.current-menu-parent a {
  color: #00a868;
}
.main-navigation li.category-move a:hover, .main-navigation li.category-move a:focus {
  color: #00a868 !important;
}
.main-navigation li.category-inspire.current-menu-item a, .main-navigation li.category-inspire.current-menu-parent a {
  color: #d72661;
}
.main-navigation li.category-inspire a:hover, .main-navigation li.category-inspire a:focus {
  color: #d72661 !important;
}
.main-navigation li.category-explore.current-menu-item a, .main-navigation li.category-explore.current-menu-parent a {
  color: #0097ca;
}
.main-navigation li.category-explore a:hover, .main-navigation li.category-explore a:focus {
  color: #0097ca !important;
}
.main-navigation li.category-discover.current-menu-item a, .main-navigation li.category-discover.current-menu-parent a {
  color: #0097ca;
}
.main-navigation li.category-discover a:hover, .main-navigation li.category-discover a:focus {
  color: #0097ca !important;
}
.main-navigation a {
  color: #333;
  transition: all 400ms cubic-bezier(0.67, 0.36, 0.58, 0.87);
}
.main-navigation a:active, .main-navigation a:focus {
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 64rem) {
  .main-navigation a {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 80rem) {
  .main-navigation a {
    padding: 0 2rem;
  }
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #da0000;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Social menu */
.social-navigation {
  margin-top: calc(2.5rem / 2 );
  text-align: left;
}
.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}
.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}
.social-navigation ul.social-links-menu li a {
  display: block;
  color: #333;
  transition: opacity 110ms ease-in-out;
}
.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #333;
  opacity: 0.6;
}
.social-navigation ul.social-links-menu li a:focus {
  color: #333;
  opacity: 1;
}
.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateZ(0);
}
.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 48rem) {
  .site-title + .social-navigation,
  .site-description + .social-navigation {
    margin-top: calc(2.5rem / 5 );
  }
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
}
.footer-navigation > div {
  display: inline;
}
.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}
.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
}
.post-navigation .nav-links {
  margin: 0 2.5rem;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.post-navigation .nav-links a .meta-nav {
  color: #999;
  user-select: none;
}
.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #999;
  height: 1em;
}
.post-navigation .nav-links a .post-title {
  hyphens: auto;
}
.post-navigation .nav-links a:hover {
  color: #a70000;
}
@media only screen and (min-width: 64rem) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 2.5rem);
  }
}
.post-navigation .nav-links .nav-previous {
  order: 2;
}
@media only screen and (min-width: 64rem) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 2.5rem;
}
.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}
.post-navigation .nav-links .nav-next {
  order: 1;
}
@media only screen and (min-width: 64rem) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 2.5rem;
  }
}
.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 2.5rem);
}
.pagination .nav-links > * {
  padding: calc(.5 * 2.5rem);
}
.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}
.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}
.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}
.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}
.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}
.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 2.5rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-family: "tiempos-headline", serif;
  font-weight: bold;
}
.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}
.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}
.comment-navigation .nav-next {
  text-align: right;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 2.5rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 2.5rem);
  }
}

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

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Layout */
/** === Layout === */
#page {
  width: 100%;
  padding-top: 5.9375rem;
}
@media only screen and (min-width: 48rem) {
  #page {
    padding-top: 7rem;
  }
}

.site-content {
  margin: 0;
  overflow: hidden;
}

.the_champ_sharing_ul {
  display: flex;
  justify-content: center;
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
}

.site-branding-container {
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 48rem) {
  .site-branding-container {
    position: fixed;
    padding-right: 1.25rem;
    border-bottom: 1px solid #d8d8d6;
  }
}
.site-branding-container .logo-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 48rem) {
  .site-branding-container .logo-menu-container {
    position: relative;
    width: auto;
  }
}
.site-branding-container .search-form-trigger {
  position: fixed;
  z-index: 10;
  top: 1.6875rem;
  right: 4.125rem;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0.75rem;
}
.admin-bar .site-branding-container .search-form-trigger {
  top: 4.5625rem;
}
.site-branding-container .search-form-trigger .icon {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48rem) {
  .site-branding-container .search-form-trigger {
    position: initial;
  }
}
@media only screen and (min-width: 64rem) {
  .site-branding-container .search-form-trigger {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 80rem) {
  .site-branding-container .search-form-trigger {
    margin-left: 0;
  }
}
.site-branding-container .cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.125rem;
  background: #faf6f4;
  border-bottom: 1px solid #d8d8d6;
  min-height: 7.1875rem;
}
@media only screen and (min-width: 22.5rem) {
  .site-branding-container .cta-wrapper {
    min-height: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .site-branding-container .cta-wrapper {
    position: relative;
    width: 12rem;
    border-bottom: 0;
    background: none;
    padding: 0 0 0 2rem;
    border-bottom: 0;
  }
  .site-branding-container .cta-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #d8d8d6;
  }
}
@media only screen and (min-width: 64rem) {
  .site-branding-container .cta-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .site-branding-container {
    height: 7rem;
  }
}
.admin-bar .site-branding-container {
  top: 2rem;
}

.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 48rem) {
  .site-branding {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-branding .button, .site-branding .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .site-branding .wp-block-button__link {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .site-branding .button, .site-branding .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .site-branding .wp-block-button__link {
    width: auto;
    padding: calc(1rem * 1.2) 1rem;
  }
}

.site-logo {
  position: relative;
  height: 100%;
}
.site-logo .custom-logo-link {
  width: 6.25rem;
  height: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .site-logo .custom-logo-link {
    width: auto;
    height: 100%;
  }
}
.site-logo img {
  height: 100%;
}
.page-template-social-media-landing .site-logo {
  width: 100px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImxvZ28tY2xhc3NpYyIgdmlld0JveD0iMCAwIDE2NSA4MiIgCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIAoJeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KCTxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuZGFyay1yZWR7ZmlsbDojRTAxRDM0O30KCS53aGl0ZXtmaWxsOiNGRUZFRkU7fQoJLm9mZi1ibGFja3tmaWxsOiMxMzE0MTM7fQoJPC9zdHlsZT4KCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAwLjAwMDAwMCkiPgoJCTxwYXRoIGNsYXNzPSJkYXJrLXJlZCIgZmlsbD0iI0UwMUQzNCIgZD0iTTEwNy43LDAuOWMtMTMuMywwLTMzLDcuOC01MS40LDE5LjVjLTAuMiwwLTAuMy0wLjEtMC41LTAuMWMtMi4yLTAuMy00LjQsMS4xLTQuOCwzLjNjLTAuNCwyLjEsMSw0LjEsMy4yLDQuNQoJYzIuMiwwLjMsNC40LTEuMSw0LjgtMy4zYzAtMC4yLDAuMS0wLjQsMC4xLTAuNkM3Ni4xLDEyLjgsOTQuOCw1LDEwNy4yLDVjMTMuOCwwLDE1LjcsOS42LDYuNCwyMy4xaDAuOAoJQzEyNS43LDEyLjMsMTIzLjgsMC45LDEwNy43LDAuOXogTTI3LjgsNzUuM2MtMTYuMSwwLTE3LjktMTAuMi02LjItMjQuM2gtMS4xQzYuOCw2OC4zLDcuOSw4MS4yLDI1LDgxLjIKCWMxNy4xLDAsNDQuNi0xMi45LDY2LjUtMzAuMmgtMUM2OS40LDY1LDQzLjksNzUuMywyNy44LDc1LjN6Ii8+CgkJPHBhdGggY2xhc3M9IndoaXRlIiBmaWxsPSIjRkVGRUZFIiBkPSJNNTUuOCwyNC44YzAuOSwwLDEuNi0wLjcsMS43LTEuNWMwLTAuOC0wLjYtMS41LTEuNS0xLjVjLTAuOSwwLTEuNiwwLjctMS43LDEuNQoJQzU0LjMsMjQuMSw1NC45LDI0LjgsNTUuOCwyNC44Ii8+CgkJPHBhdGggZD0iTTQ2LDIwLjRsLTguMSwyNGMtMC43LDItMC4yLDMuMiwxLjYsMy4yaDMuMWwwLjItMC41Yy0xLjUsMC0xLjUtMC42LTAuOC0yLjdMNTAuOSwxOGgtNS4zbC0wLjIsMC41CglDNDYuNCwxOC41LDQ2LjUsMTkuMSw0NiwyMC40eiBNMC4yLDU3LjZoMjMuMXYtMS4xSDAuMlY1Ny42eiBNNTUuNiwzMGgtNS4zbC0wLjIsMC41YzEsMC4xLDEuMSwwLjYsMC42LDJsLTQuMSwxMS45CgljLTAuNywyLTAuMiwzLjIsMS42LDMuMmgyLjdsMC4yLTAuNWMtMS4zLTAuMS0xLjEtMC43LTAuNC0yLjdMNTUuNiwzMHogTTExNS43LDQ3LjZoMi43bDAuMS0wLjVjLTEuMy0wLjEtMS4xLTAuOC0wLjQtMi44bDQuOS0xNC40CgloLTUuM2wtMC4yLDAuNWMxLDAuMSwxLjEsMC42LDAuNiwybC00LjEsMTEuOUMxMTMuNCw0Ni4zLDExMy45LDQ3LjYsMTE1LjcsNDcuNnogTTg4LjgsMzIuNWwtNS4yLDE1LjJoNGwxLjgtNS4zCgljMS42LTQuNCwzLjEtOCw2LjQtMTAuNGMyLjgtMiw0LTEuNiwyLjYsMi40bC00LjYsMTMuM0g5OGwxLjEtMy4yYzEuOC01LjMsMy43LTEwLDcuNC0xMi44YzIuMy0xLjcsMy43LTEuMiwyLjQsMi43bC0zLjUsMTAuMQoJYy0xLjIsMy41LTAuNCw1LjQsMy4yLDUuNGgzLjVsMC4yLTAuNWMtMy4yLTAuMS00LTEuMy0yLjctNC45bDMuMi05LjRjMi4yLTYuNC0zLjItNi4zLTYuMi00LjNjLTEuMywwLjgtMi44LDIuNS00LjEsNAoJYzItNi4xLTMuMy01LjktNi4xLTQuMWMtMS4yLDAuOC0yLjgsMi4xLTQuMiw0bDEuNi00LjdoLTUuMmwtMC4yLDAuNUM4OS4yLDMwLjUsODkuMywzMS4xLDg4LjgsMzIuNXogTTE1OC44LDMwLjUKCWMtMC42LTAuNC0yLTAuOC0zLjItMC44Yy02LjYtMC4xLTkuNywzLjgtMTEuNSw4LjdjLTIuNCw2LjUtMC4yLDkuNSwyLjYsOS41YzIuNiwwLjEsNS4zLTEuOSw3LjMtMy45bDAsMGMtMSwzLjItMi42LDYuOC00LjcsMTAuNQoJYy03LjgsMTMuOS0yMy42LDI1LjctMzIuNywyNS43Yy05LjYsMC0xMS40LTEwLjUtNC44LTIzLjdINjguM3YxLjFoNDEuMWMtNiwxMy0zLDIzLjQsNy4yLDIzLjRjMTEuNCwwLDI3LjktMTIuMiwzNi45LTI3LjIKCWMxLjctMi45LDMtNS42LDQtOC4yaDBjMCwwLDAsMCwwLDBjMC4yLTAuNCwwLjMtMC45LDAuNC0xLjNjMS44LTUuNCw0LjctMTQuMyw0LjctMTQuM2gtMy44TDE1OC44LDMwLjV6IE0xNTUuMSw0MQoJYy0xLjgsMi42LTUuMiw1LjctNi43LDUuNmMtMi0wLjItMS45LTIuNy0wLjItNy44YzEuMy0zLjcsMy45LTguMiw3LjItOC4yYzEuMywwLDIuMSwwLjUsMi44LDEuMkwxNTUuMSw0MXogTTEyNywzMi41bC01LjIsMTUuMWg0CglsMS4xLTMuMmMxLjgtNS4zLDMuOS05LjcsNy43LTEyLjVjMi44LTIsNC4zLTEuNiwzLDIuNEwxMzQsNDQuNWMtMS4yLDMuNS0wLjQsNS40LDMuMiw1LjRoMy41bDAuMi0wLjVjLTMuMi0wLjEtNC0xLjMtMi43LTQuOQoJbDMuMi05LjRjMi4yLTYuNC0yLjgtNi4yLTYuMy00LjNjLTEuNCwwLjctMy4yLDIuNC00LjksNC4ybDEuNy00LjloLTUuM2wtMC4yLDAuNUMxMjcuNCwzMC42LDEyNy41LDMxLjEsMTI3LDMyLjV6IE0zMy4zLDU2LjQKCWMtMC4yLDEuMy0wLjUsMi42LTAuNyw0LjNoLTAuMWMtMC4xLTEuNi0wLjQtMy0wLjctNC4zbC0xLjEtNS41aC0xLjJsLTEuMiw1LjZjLTAuMywxLjUtMC42LDIuNy0wLjgsNC4yaC0wLjEKCWMtMC4xLTEuNC0wLjMtMi43LTAuNi00LjJsLTEtNS42aC0xLjVsMi4yLDExLjZoMS40bDEuMy01LjZjMC4zLTEuMywwLjYtMi42LDAuNy0zLjloMGMwLjEsMS4zLDAuNCwyLjYsMC42LDMuOGwxLjEsNS43aDEuNAoJbDIuNi0xMS42aC0xLjRMMzMuMyw1Ni40eiBNMTIyLjcsMjUuM2MxLjIsMCwyLjItMC45LDIuMi0yYzAuMS0xLjEtMC44LTItMi0yLjFjLTEuMiwwLTIuMSwwLjktMi4yLDIKCUMxMjAuNiwyNC40LDEyMS41LDI1LjMsMTIyLjcsMjUuM3ogTTY2LjUsMzEuOWMyLjgtMiw0LTEuNiwyLjYsMi40bC00LjYsMTMuM2g0LjFsMS4xLTMuMmMxLjgtNS4zLDMuNy0xMCw3LjQtMTIuOAoJYzIuMy0xLjcsMy43LTEuMiwyLjQsMi43bC0zLjUsMTAuMWMtMS4yLDMuNS0wLjQsNS40LDMuMiw1LjRoMy41bDAuMi0wLjVjLTMuMi0wLjEtNC0xLjMtMi43LTQuOWwzLjItOS40YzIuMi02LjQtMy4yLTYuMy02LjItNC4zCgljLTEuMywwLjgtMi44LDIuNS00LjEsNGMyLTYuMS0zLjMtNS45LTYuMS00LjFjLTEuMiwwLjgtMi44LDIuMS00LjIsNGwxLjYtNC43SDU5bC0wLjIsMC41YzEsMC4xLDEuMSwwLjYsMC42LDJsLTUuMiwxNS4yaDQKCWwxLjgtNS4zQzYxLjcsMzgsNjMuMiwzNC4zLDY2LjUsMzEuOXogTTI1LjgsMjMuOGMtMS4yLTEuMy0xLjctMi44LTAuNy00LjVjMS4xLTIuMSw0LjEtMy42LDcuNi0zLjdjMC4yLDAsMC40LDAsMC42LDAKCWM0LjMsMC4xLDUuNiwyLjMsNS43LDQuOWMwLDEuMi0wLjYsMi4yLTEuNSwzLjFsMC40LDAuNGMxLjUtMC45LDIuOS0xLjksMy42LTMuNGMwLjYtMS4zLDAuMy0yLjMtMC4yLTMuMmMtMS4yLTEuOC0zLjYtMy03LjMtMy4yCgljLTAuMiwwLTAuNSwwLTAuNywwYzAsMC0wLjEsMC0wLjEsMGMtMC4xLDAtMC4xLDAtMC4yLDBsMCwwYy02LjgsMC4xLTEwLjksMi40LTEyLjIsNi41Yy0wLjYsMS44LDAuMSwzLjcsMS4zLDUuMQoJYzEuOCwyLjEsNS42LDMuNiw3LjksNi4xYzEuNSwxLjUsMS45LDQuMSwxLjgsNS43Yy0wLjQsNC42LTUuNiw3LjQtMTIuNCw3LjVjLTcuOCwwLjEtMTIuNi0yLjktMTIuNy03LjNjLTAuMS0zLjQsMi43LTUuNyw2LjMtOC4xCglsLTAuNS0wLjRjLTMuNiwxLjktOC4xLDQuMi05LjcsOC4xYy0wLjksMi0wLjUsMy44LDAuMyw1LjJjMiwzLjIsNi41LDUuMywxMy41LDUuMmM1LjItMC4xLDEwLjgtMi4yLDE0LjUtNC42CgljNS4yLTMuMyw3LjktOC40LDMuNy0xMi44QzMyLjYsMjguNCwyNy40LDI1LjUsMjUuOCwyMy44eiBNNjQuNiw1MS43Yy0wLjctMC42LTEuNi0wLjktMi45LTAuOWMtMC43LDAtMS40LDAuMS0xLjksMC4ybC0wLjIsMTEuNAoJYzAuNCwwLjEsMSwwLjEsMS42LDAuMWMxLjQsMCwyLjYtMC40LDMuNS0xLjJjMC44LTAuOCwxLjUtMi4zLDEuNi00LjlDNjYuMiw1NCw2NS41LDUyLjUsNjQuNiw1MS43eiBNNjEuNSw2MS41Yy0wLjEsMC0wLjMsMC0wLjUsMAoJbDAuMi05LjVjMC4yLTAuMSwwLjQtMC4xLDAuNy0wLjFjMiwwLDMsMS42LDIuOSw0LjVDNjQuNiw2MC41LDYzLjEsNjEuNSw2MS41LDYxLjV6IE01NC43LDUwLjloLTEuNGwtMC4yLDExLjZoNC45bDAtMS4xaC0zLjUKCUw1NC43LDUwLjl6IE00OS40LDU3TDQ5LjQsNTdjMS4zLTAuNiwyLTEuNiwyLjEtM2MwLTAuOS0wLjItMS43LTAuOC0yLjNjLTAuNi0wLjYtMS42LTAuOC0yLjgtMC44Yy0wLjcsMC0xLjUsMC4xLTIuMSwwLjIKCWwtMC4yLDExLjVoMS40bDAuMS01LjFoMC42YzEuMiwwLDEuOCwwLjYsMiwyLjJjMC4yLDEuNCwwLjQsMi41LDAuNiwyLjloMS41Yy0wLjItMC40LTAuNC0xLjMtMC43LTIuOUM1MC44LDU4LjEsNTAuMyw1Ny4zLDQ5LjQsNTcKCXogTTQ3LjYsNTYuNEg0N2wwLjEtNC40YzAuMi0wLjEsMC41LTAuMSwwLjctMC4xYzEuNSwwLDIuMSwwLjksMi4xLDIuMkM0OS45LDU1LjUsNDksNTYuNCw0Ny42LDU2LjR6IE00MC42LDUwLjgKCWMtMi4yLDAtMy43LDIuMS0zLjgsNS45Yy0wLjEsMy45LDEuMyw2LDMuNCw2aDBjMiwwLDMuNi0xLjcsMy43LTZDNDQsNTIuOSw0Mi43LDUwLjgsNDAuNiw1MC44eiBNNDIuNCw1Ni43YzAsMi4zLTAuNSw0LjgtMi4xLDQuOAoJaDBjLTEuNiwwLTIuMS0yLjUtMi00LjhjMC0yLjIsMC41LTQuOCwyLjItNC44QzQyLDUxLjksNDIuNCw1NC41LDQyLjQsNTYuN3ogTTE2NC41LDE5LjVjLTAuMy0wLjYtMC42LTEuMi0xLjEtMS42CgljLTAuNS0wLjUtMS0wLjgtMS42LTEuMWMtMC42LTAuMy0xLjMtMC40LTItMC40Yy0wLjcsMC0xLjQsMC4xLTIsMC40Yy0wLjYsMC4zLTEuMiwwLjYtMS42LDEuMWMtMC41LDAuNS0wLjgsMS0xLjEsMS42CgljLTAuMywwLjYtMC40LDEuMy0wLjQsMmMwLDAuNywwLjEsMS40LDAuNCwyYzAuMywwLjYsMC42LDEuMiwxLjEsMS42YzAuNSwwLjUsMSwwLjgsMS42LDEuMWMwLjYsMC4zLDEuMywwLjQsMiwwLjQKCWMwLjcsMCwxLjMtMC4xLDItMC40YzAuNi0wLjMsMS4yLTAuNiwxLjYtMS4xYzAuNS0wLjUsMC44LTEsMS4xLTEuNmMwLjMtMC42LDAuNC0xLjMsMC40LTJDMTY0LjksMjAuOCwxNjQuOCwyMC4yLDE2NC41LDE5LjV6CgkgTTE2My42LDIzLjNjLTAuMiwwLjUtMC41LDEtMC45LDEuNGMtMC40LDAuNC0wLjgsMC43LTEuMywwLjljLTAuNSwwLjItMS4xLDAuMy0xLjYsMC4zYy0wLjYsMC0xLjEtMC4xLTEuNy0wLjMKCWMtMC41LTAuMi0xLTAuNS0xLjMtMC45Yy0wLjQtMC40LTAuNy0wLjgtMC45LTEuNGMtMC4yLTAuNS0wLjMtMS4xLTAuMy0xLjdjMC0wLjYsMC4xLTEuMiwwLjMtMS43YzAuMi0wLjUsMC41LTEsMC45LTEuNAoJYzAuNC0wLjQsMC44LTAuNywxLjMtMC45YzAuNS0wLjIsMS4xLTAuMywxLjctMC4zYzAuNiwwLDEuMSwwLjEsMS42LDAuM2MwLjUsMC4yLDAuOSwwLjUsMS4zLDAuOWMwLjQsMC40LDAuNywwLjgsMC45LDEuNAoJYzAuMiwwLjUsMC4zLDEuMSwwLjMsMS43QzE2NCwyMi4yLDE2My45LDIyLjcsMTYzLjYsMjMuM3ogTTE2MS43LDIxLjVjMC4zLTAuMiwwLjQtMC42LDAuNC0xLjJjMC0wLjYtMC4yLTEtMC41LTEuMwoJYy0wLjMtMC4zLTAuOS0wLjQtMS42LTAuNGgtMi4zdjUuOWgwLjlWMjJoMWwxLjYsMi42aDFsLTEuNy0yLjZDMTYxLjEsMjEuOSwxNjEuNSwyMS43LDE2MS43LDIxLjV6IE0xNTkuNywyMS4yaC0xdi0xLjloMS4yCgljMC4yLDAsMC4zLDAsMC41LDBjMC4yLDAsMC4zLDAuMSwwLjQsMC4xYzAuMSwwLjEsMC4yLDAuMiwwLjMsMC4zYzAuMSwwLjEsMC4xLDAuMywwLjEsMC41YzAsMC4yLDAsMC40LTAuMSwwLjYKCWMtMC4xLDAuMS0wLjIsMC4yLTAuMywwLjNjLTAuMSwwLjEtMC4zLDAuMS0wLjUsMC4xQzE2MC4xLDIxLjIsMTU5LjksMjEuMiwxNTkuNywyMS4yeiIvPgoJPC9nPgo8L3N2Zz4K");
  background-size: cover;
}
@media only screen and (min-width: 48rem) {
  .page-template-social-media-landing .site-logo {
    width: 143px;
    height: 70px;
  }
}
.page-template-social-media-landing .site-logo img {
  display: none;
}

.search-form-widget-area {
  border-bottom: 1px solid #d8d8d6;
  background: #ececed;
  padding: 1rem;
  transform: translateY(0);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 250ms ease-out;
  z-index: 1;
}
.search-form-widget-area.is-active {
  transform: translateY(94px);
}
@media only screen and (min-width: 48rem) {
  .search-form-widget-area.is-active {
    transform: translateY(112px);
  }
}
.admin-bar .search-form-widget-area.is-active {
  transform: translateY(140px);
}
@media only screen and (min-width: 48rem) {
  .admin-bar .search-form-widget-area.is-active {
    transform: translateY(144px);
  }
}

.site-header.featured-image {
  background-color: #faf6f4;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* First layer: grayscale. */
  /* Custom Logo Link */
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image {
    display: flex;
  }
}
.site-header.featured-image .header-content {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image .header-content {
    padding: 2.5rem 0;
    min-height: 36.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .site-header.featured-image .header-content {
    margin: 0 auto;
    max-width: 70rem;
  }
}
.site-header.featured-image figure {
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  order: 3;
  position: relative;
  overflow: hidden;
}
.site-header.featured-image figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  border: 1px solid #d8d8d6;
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image figure {
    position: absolute;
    top: 0;
    left: 48%;
    width: 52%;
    height: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .site-header.featured-image figure {
    left: calc(48% - 40px);
  }
}
.site-header.featured-image .post-thumbnail img {
  height: 100%;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@supports (object-fit: cover) {
  .site-header.featured-image .post-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image .title-wrapper {
    width: calc(48% - 16px);
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .site-header.featured-image .title-wrapper {
    width: calc(48% - 40px);
    padding: 0 2.5rem;
  }
}
.site-header.featured-image .entry-title {
  font-family: "tiempos-text", serif;
  font-weight: 100;
  letter-spacing: 0;
  margin: 1.5rem 0 1rem;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image .entry-title {
    margin: 0 0 2rem;
  }
}
.site-header.featured-image .excerpt {
  order: 2;
}
.site-header.featured-image .excerpt p {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image .excerpt p {
    line-height: 2rem;
  }
}
.site-header.featured-image .entry-meta {
  margin: 1.5rem 0;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1rem;
}
@media only screen and (min-width: 48rem) {
  .site-header.featured-image .entry-meta {
    width: 35%;
    margin: auto 0 0;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .site-header.featured-image .entry-meta {
    padding: 0 2.5rem;
  }
}
.site-header.featured-image .entry-meta .edit-link {
  align-self: center;
}
.site-header.featured-image .custom-logo-link {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.site-header.featured-image .custom-logo-link:hover, .site-header.featured-image .custom-logo-link:active, .site-header.featured-image .custom-logo-link:focus {
  box-shadow: 0 0 0 0.125rem white;
}

.hamburger-menu {
  cursor: pointer;
  position: relative;
  display: block;
  width: 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu label {
  display: block;
  position: relative;
  width: 2rem;
  cursor: pointer;
}
.hamburger-menu span,
.hamburger-menu span::before,
.hamburger-menu span::after {
  background: #333;
  border-radius: 0.125rem;
  display: block;
  height: 0.25rem;
  width: 2rem;
  transition: transform 0.15s ease-out 0s, top 0.15s ease-out 0.15s, bottom 0.15s ease-out 0.15s, background 0s ease-out 0.15s;
  will-change: transform, top, bottom, background-color;
}
.hamburger-menu span {
  margin: 0.75rem 0;
}
.hamburger-menu span::before {
  content: " ";
  position: absolute;
  top: -0.5rem;
}
.hamburger-menu span::after {
  content: " ";
  position: absolute;
  top: 0.5rem;
}

.logo-menu-container {
  width: 100%;
}
.admin-bar .logo-menu-container {
  top: 2.875rem;
}
@media only screen and (min-width: 48rem) {
  .admin-bar .logo-menu-container {
    top: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .logo-menu-container {
    width: auto;
    height: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
  }
}
.logo-menu-container .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px solid #d8d8d6;
  padding: 1.25rem;
  background: #fff;
  z-index: 1;
  height: 5.875rem;
}
@media only screen and (min-width: 48rem) {
  .logo-menu-container .wrapper {
    width: auto;
    border-bottom: 0;
    height: 100%;
    flex-shrink: 0;
  }
}
.logo-menu-container .hamburger-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 0.125rem;
  height: 2.5rem;
  background: #d8d8d6;
  transform: translateY(-50%);
}
.logo-menu-container input {
  display: none;
}
.logo-menu-container input:checked + .wrapper .hamburger-menu label span {
  background: transparent;
}
.logo-menu-container input:checked + .wrapper .hamburger-menu label span::before, .logo-menu-container input:checked + .wrapper .hamburger-menu label span::after {
  transform-origin: center;
  transition: transform 0.15s ease-out 0.15s, top 0.15s ease-out, bottom 0.15s ease-out, background 0s ease-out 0.15s;
}
.logo-menu-container input:checked + .wrapper .hamburger-menu label span::before {
  top: 0;
  transform: rotate(45deg);
}
.logo-menu-container input:checked + .wrapper .hamburger-menu label span::after {
  top: 0;
  transform: rotate(-45deg);
}
.logo-menu-container input:checked ~ .main-navigation {
  transform: translateX(0);
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home .site-main {
  display: block;
  margin: 1.5rem auto 2rem;
  max-width: 70rem;
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .home .site-main {
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
}
.home .site-main .cta-wrapper {
  display: flex;
  justify-content: center;
  margin: 1rem 1rem 2rem;
}
.home .site-main .cta-wrapper .button, .home .site-main .cta-wrapper .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .home .site-main .cta-wrapper .wp-block-button__link {
  min-width: 15rem;
  text-align: center;
  flex-basis: 32.25%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 2.5rem);
}

.entry {
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .entry {
    max-width: 70rem;
    padding: 0 2.5rem;
  }
}
.entry .entry-title {
  font-family: "tiempos-text", serif;
  font-weight: 100;
  letter-spacing: 0;
  margin: 0;
}
.entry .entry-title a {
  color: inherit;
}
.entry .entry-title a:hover {
  color: #6c6c6c;
}
.entry .post-thumbnail {
  margin: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .entry .post-thumbnail {
    margin: 2.5rem calc(10% + 60px);
  }
}
.entry .post-thumbnail:focus {
  outline: none;
}
.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}
.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}
.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}
.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  pointer-events: none;
}
.image-filters-enabled .entry .post-thumbnail:before {
  background: #da0000;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}
.image-filters-enabled .entry .post-thumbnail:after {
  background: #da0000;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}
@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}
.entry .entry-content {
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > *:not(.alignwide) {
    max-width: 42.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry .entry-content p {
  word-wrap: break-word;
  font-size: 1.125rem;
}
.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}
.entry .entry-content .more-link:after {
  content: "→";
  display: inline-block;
  margin-left: 0.5em;
}
.entry .entry-content .more-link:hover {
  color: #da0000;
  text-decoration: none;
}
.entry .entry-content a {
  text-decoration: underline;
}
.entry .entry-content a.button, .entry .entry-content .wp-block-button a.wp-block-button__link, .entry .entry-content a:hover {
  text-decoration: none;
}
.entry .entry-content a.button, .entry .entry-content .wp-block-button a.wp-block-button__link {
  display: inline-block;
}
.entry .entry-content a.button:hover, .entry .entry-content .wp-block-button a.wp-block-button__link:hover {
  background: #c40000;
  color: #fff;
  cursor: pointer;
}
.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > iframe[style] {
    max-width: 48rem !important;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content > iframe[style] {
    max-width: 48rem !important;
  }
}
.entry .entry-content .page-links a {
  margin: calc(0.5 * 2.5rem);
  text-decoration: none;
}
.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 2.5rem));
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: 48rem;
  }
}
.entry .entry-content .mm-share-your-story-widget {
  padding: 1rem;
  margin: 1rem -1rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .mm-share-your-story-widget {
    margin-left: auto;
    margin-right: auto;
  }
}
.entry .entry-content .mm-share-your-story-widget header {
  display: none;
}
.entry .entry-content .mm-share-your-story-widget p {
  flex-basis: 100%;
  padding: 0;
  margin: 0 0 1rem;
  text-align: left;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .mm-share-your-story-widget p {
    margin: 0;
    padding: 0 1rem 0 0;
  }
}
.entry .entry-content .mm-share-your-story-widget .button-wrapper {
  flex-basis: 100px;
  padding: 0;
}
.entry .entry-content .mm-share-your-story-widget .button, .entry .entry-content .mm-share-your-story-widget .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .mm-share-your-story-widget .wp-block-button__link {
  display: block;
  min-width: 200px;
}
.entry .entry-content .mm-share-your-story-widget .button:hover, .entry .entry-content .mm-share-your-story-widget .wp-block-button .wp-block-button__link:hover, .entry .entry-content .wp-block-button .mm-share-your-story-widget .wp-block-button__link:hover, .entry .entry-content .mm-share-your-story-widget .button:active, .entry .entry-content .mm-share-your-story-widget .wp-block-button .wp-block-button__link:active, .entry .entry-content .wp-block-button .mm-share-your-story-widget .wp-block-button__link:active {
  background: #fff;
}
.entry .category-list {
  margin: 0 -1rem;
}
@media only screen and (min-width: 48rem) {
  .entry .category-list {
    margin: 0;
  }
}

.the_champ_sharing_container .the_champ_sharing_title {
  font-family: "Roboto", sans-serif;
  font-weight: 100 !important;
  font-size: 1.5rem;
}
.the_champ_sharing_container .theChampSharing {
  background-color: #fff;
}
.the_champ_sharing_container .theChampSharing .theChampSharingSvg {
  transition: all 150ms cubic-bezier(0.67, 0.36, 0.58, 0.87);
}
.the_champ_sharing_container .theChampSharing .theChampSharingSvg.theChampFacebookSvg {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2224%22%20viewBox%3D%220%200%2013%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333333%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.612%2024V13.2h3.658l1.252-4.8h-4.91V6.365c0-1.297.375-2.18%202.316-2.18l2.475-.002V.177C11.975.122%2010.506%200%208.796%200%205.228%200%202.504%202.166%202.504%206v2.4H0v4.8h2.504V24h5.108z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.the_champ_sharing_container .theChampSharing .theChampSharingSvg.theChampTwitterSvg {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2225%22%20viewBox%3D%220%200%2028%2025%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333333%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27.655%203.286c-.989.482-2.054.808-3.17.954%201.14-.749%202.015-1.936%202.428-3.35a10.467%2010.467%200%200%201-3.51%201.467C22.4%201.18%2020.964.445%2019.374.445c-3.047%200-5.52%202.713-5.52%206.059%200%20.475.048.936.143%201.38C9.406%207.63%205.338%205.22%202.613%201.55a6.507%206.507%200%200%200-.747%203.05c0%202.1.974%203.955%202.456%205.042a5.158%205.158%200%200%201-2.502-.756v.075c0%202.936%201.903%205.386%204.431%205.94a4.944%204.944%200%200%201-1.455.214c-.355%200-.703-.037-1.04-.108.704%202.406%202.742%204.159%205.159%204.206-1.89%201.626-4.272%202.595-6.858%202.595-.446%200-.887-.028-1.318-.084%202.444%201.717%205.348%202.72%208.465%202.72%2010.158%200%2015.712-9.23%2015.712-17.237%200-.264-.005-.527-.015-.786a11.836%2011.836%200%200%200%202.754-3.136%22%2F%3E%0A%3C%2Fsvg%3E");
}
.the_champ_sharing_container .theChampSharing .theChampSharingSvg.theChampPinterestSvg {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333333%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.653%200c-6.627%200-12%205.372-12%2012%200%204.913%202.954%209.135%207.184%2010.991-.034-.837-.006-1.844.207-2.756l1.544-6.538s-.383-.766-.383-1.9c0-1.778%201.032-3.106%202.315-3.106%201.09%200%201.618.82%201.618%201.803%200%201.096-.7%202.737-1.06%204.257-.3%201.274.638%202.312%201.894%202.312%202.274%200%203.805-2.92%203.805-6.38%200-2.63-1.771-4.598-4.993-4.598-3.64%200-5.907%202.714-5.907%205.745%200%201.047.308%201.784.79%202.354.223.264.253.368.172.67-.056.219-.189.752-.244.963-.08.303-.326.413-.6.3-1.677-.684-2.458-2.52-2.458-4.585%200-3.408%202.875-7.497%208.576-7.497%204.582%200%207.598%203.317%207.598%206.875%200%204.708-2.617%208.224-6.476%208.224-1.294%200-2.514-.7-2.931-1.494%200%200-.697%202.764-.844%203.298-.254.924-.752%201.85-1.208%202.57%201.08.318%202.22.492%203.4.492%206.628%200%2012-5.372%2012-12s-5.372-12-12-12%22%2F%3E%0A%3C%2Fsvg%3E");
}
.the_champ_sharing_container .theChampSharing .theChampSharingSvg.theChampCopyLinkSvg {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2227%22%20viewBox%3D%220%200%2018%2027%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23333333%22%20transform%3D%22translate%280%202%29%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2215.688%22%20height%3D%2220.14%22%20x%3D%221.06%22%20y%3D%222.839%22%20fill%3D%22%23FFF%22%20stroke-width%3D%222.12%22%20rx%3D%221.781%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-width%3D%222.396%22%20d%3D%22M11.773%207.386h5.033M11.773%2012.284h5.033M11.773%2017.18h5.033%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%222.12%22%20d%3D%22M4.622%208.797l1.335%201.335L8.628%207.46M4.622%2016.302l1.335%201.335%202.671-2.672%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.12%22%20d%3D%22M3.116%202.226h11.576L12.649%200H5.182z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}

.tags-links-container svg {
  width: 3.5625rem;
  height: 1.6875rem;
}

/* Author description */
.author-bio {
  margin: calc(2 * 2.5rem) 2.5rem 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .author-bio {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .author-bio {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 48rem) {
  .author-bio {
    margin: calc(3 * 2.5rem) calc(10% + 60px);
  }
}
@media only screen and (min-width: 64rem) {
  .author-bio {
    margin: calc(3 * 2.5rem) calc(10% + 60px);
  }
}
.author-bio .author-title {
  display: inline;
}
.author-bio .author-title:before {
  background: #999;
  content: " ";
  display: block;
  height: 2px;
  margin: 2.5rem 0;
  width: 1em;
}
.author-bio .author-description {
  display: inline;
  color: #999;
  font-size: 2rem;
  line-height: 1.2;
}
.author-bio .author-description .author-link {
  display: inline-block;
}
.author-bio .author-description .author-link:hover {
  color: #a70000;
  text-decoration: none;
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
  /* Add extra margin when the comments section is located immediately after the
   * post itself (this happens on pages).
   */
}
@media only screen and (min-width: 48rem) {
  .comments-area {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .comments-area {
    max-width: 48rem;
  }
}
.comments-area > * {
  margin-top: calc(2 * 2.5rem);
  margin-bottom: calc(2 * 2.5rem);
}
@media only screen and (min-width: 48rem) {
  .comments-area > * {
    margin-top: calc(3 * 2.5rem);
    margin-bottom: calc(3 * 2.5rem);
  }
}
.entry + .comments-area {
  margin-top: calc(3 * 2.5rem);
}
@media only screen and (min-width: 48rem) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}
.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}
.comments-area .comments-title-wrap .comments-title:before {
  background: #999;
  content: " ";
  display: block;
  height: 2px;
  margin: 2.5rem 0;
  width: 1em;
}
@media only screen and (min-width: 48rem) {
  .comments-area .comments-title-wrap .comments-title {
    flex: 1 0 25vw;
  }
}
@media only screen and (min-width: 48rem) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 16.6666666667vw;
    margin-left: 2.5rem;
  }
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}
#respond .comment-user-avatar {
  margin: 2.5rem 0 -2.5rem;
}
#respond .comment .comment-form {
  padding-left: 0;
}
#respond > small {
  display: block;
  font-size: 16px;
  position: absolute;
  left: calc(2.5rem + 100%);
  top: calc(-3.5 * 2.5rem);
  width: 8.3333333333vw;
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}
.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}
.comment-form-flex #respond {
  order: 2;
}
.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list .children {
  margin: 0;
  padding: 0 0 0 2.5rem;
}
.comment-list > .comment:first-child {
  margin-top: 0;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #999;
  font-family: "tiempos-headline", serif;
  font-size: 0.7111111111em;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 14.2222222222px;
  line-height: 1.5;
  padding-right: 1.25rem;
  display: block;
}
.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #999;
  font-family: "tiempos-headline", serif;
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}
.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .comment {
    padding-left: calc(0.5 * (2.5rem + calc(100vw / 12 )));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(3.25 * 2.5rem);
  }
}
.comment .comment-body {
  margin: calc(2 * 2.5rem) 0 0;
}
.comment .comment-meta {
  position: relative;
}
.comment .comment-author .avatar {
  float: left;
  margin-right: 2.5rem;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 2.5rem);
  }
}
.comment .comment-author .fn {
  position: relative;
  display: block;
}
.comment .comment-author .fn a {
  color: inherit;
}
.comment .comment-author .fn a:hover {
  color: #a70000;
}
.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #ff0404;
  right: calc(100% - 6.25rem);
  top: -3px;
  width: 18px;
}
@media only screen and (min-width: 48rem) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 1.875rem);
  }
}
.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}
.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: #999;
  vertical-align: baseline;
}
.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}
.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #a70000;
  text-decoration: none;
}
.comment .comment-metadata > * {
  display: inline-block;
}
.comment .comment-metadata .edit-link-sep {
  color: #999;
  margin: 0 0.2em;
  vertical-align: baseline;
}
.comment .comment-metadata .edit-link {
  color: #999;
}
.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}
.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 2.5rem;
  margin-left: -2.5rem;
  z-index: 1;
}
.comment .comment-metadata .comment-edit-link:hover {
  color: #da0000;
}
.comment .comment-content {
  margin: 2.5rem 0;
}
@media only screen and (min-width: 64rem) {
  .comment .comment-content {
    padding-right: 2.5rem;
  }
}
.comment .comment-content > *:first-child {
  margin-top: 0;
}
.comment .comment-content > *:last-child {
  margin-bottom: 0;
}
.comment .comment-content blockquote {
  margin-left: 0;
}
.comment .comment-content a {
  text-decoration: underline;
}
.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #a70000;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}
.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 2.5rem);
  width: calc(1.5 * 2.5rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}
.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.625rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-family: "tiempos-headline", serif;
  font-size: 0.7111111111em;
  color: #999;
}
@media only screen and (min-width: 48rem) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 1.25rem);
    float: left;
  }
}
@media only screen and (min-width: 48rem) {
  .comment-form .comment-form-email {
    margin-left: 2.5rem;
  }
}
.comment-form input[name=author],
.comment-form input[name=email],
.comment-form input[name=url] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive.category-eat .page-header,
.error404.category-eat .page-header {
  border-bottom-color: #310159;
}
.archive.category-eat .page-title,
.error404.category-eat .page-title {
  color: #310159;
}
.archive.category-move .page-header,
.error404.category-move .page-header {
  border-bottom-color: #00a868;
}
.archive.category-move .page-title,
.error404.category-move .page-title {
  color: #00a868;
}
.archive.category-inspire .page-header,
.error404.category-inspire .page-header {
  border-bottom-color: #d72661;
}
.archive.category-inspire .page-title,
.error404.category-inspire .page-title {
  color: #d72661;
}
.archive.category-explore .page-header,
.error404.category-explore .page-header {
  border-bottom-color: #0097ca;
}
.archive.category-explore .page-title,
.error404.category-explore .page-title {
  color: #0097ca;
}
.archive.category-discover .page-header,
.error404.category-discover .page-header {
  border-bottom-color: #0097ca;
}
.archive.category-discover .page-title,
.error404.category-discover .page-title {
  color: #0097ca;
}
.archive .site-main,
.error404 .site-main {
  display: block;
  margin: 1.5rem auto 2rem;
  max-width: 70rem;
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .archive .site-main,
  .error404 .site-main {
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
}
.archive .page-header,
.error404 .page-header {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48rem) {
  .archive .page-header,
  .error404 .page-header {
    border-bottom: 0.5rem solid;
    display: flex;
    align-items: center;
  }
}
.archive .page-header p,
.error404 .page-header p {
  font-size: 1.125rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .archive .page-header p,
  .error404 .page-header p {
    margin-left: 2rem;
    padding: 0;
    max-width: 43rem;
  }
}
.archive .page-title,
.error404 .page-title {
  font-family: "x4Rfaw", sans-serif;
  font-size: 6.5rem;
  font-weight: normal;
  margin: 0 0 0.5rem;
  padding-left: 1rem;
  border-bottom: 0.5rem solid;
  line-height: normal;
}
@media only screen and (min-width: 48rem) {
  .archive .page-title,
  .error404 .page-title {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.archive .search-term,
.archive .page-description,
.error404 .search-term,
.error404 .page-description {
  display: inherit;
  clear: both;
}
.archive .search-term:after,
.archive .page-description:after,
.error404 .search-term:after,
.error404 .page-description:after {
  content: ".";
  font-weight: bold;
  color: #999;
}

.archive .page-header .page-description {
  display: block;
  color: #333;
  font-size: 1em;
}

/* 404 & Not found */
.error-404.not-found .page-title,
.error-404.not-found .page-content,
.no-results.not-found .page-title,
.no-results.not-found .page-content {
  margin: 1rem;
}
@media only screen and (min-width: 48rem) {
  .error-404.not-found .page-title,
  .error-404.not-found .page-content,
  .no-results.not-found .page-title,
  .no-results.not-found .page-content {
    margin: 2.5rem 0;
  }
}
.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 2.5rem 0;
}
.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}

/*--------------------------------------------------------------
## Tags
--------------------------------------------------------------*/
.tag-page .main-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
  padding: 0 1rem;
  text-align: center;
}
.tag-page .main-page-header .page-title {
  border: 1px solid #999;
  border-radius: 0.4375rem;
  padding: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .tag-page .main-page-header .page-title {
    border-width: 0.125rem;
    border-radius: 0.875rem;
    padding: 1.75rem 1.9375rem;
  }
}
.tag-page .main-page-header p {
  font-size: 1.1875rem;
  font-weight: 300;
}
.tag-page .page-header .page-description {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #999;
  font-weight: normal;
}
.tag-page .page-header .page-description:after {
  content: "";
}
@media only screen and (min-width: 48rem) {
  .tag-page .page-header .page-description {
    font-size: 2.5rem;
    line-height: 2.9375rem;
  }
}
@media only screen and (min-width: 48rem) {
  .tag-page .category-list {
    justify-content: center;
  }
  .tag-page .category-list .category {
    flex: 0 0 25%;
    margin-right: 0;
  }
}
.tag-page .tags-links-container {
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .tag-page .tags-links-container {
    padding: 0;
  }
}

.archive.tag .mm-instagram-feed-widget {
  display: none;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search .site-main {
  display: block;
  margin: 1.5rem auto 2rem;
  max-width: 70rem;
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .search .site-main {
    margin-top: 2rem;
    padding: 0 2.5rem;
  }
}
.search .page-title {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .search .page-title {
    padding: 0;
  }
}
.search .bsearch_highlight {
  background-color: #f6bfbf;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer .site-info {
  background-color: #39303c;
}
.site-footer .site-info {
  color: #fff;
}
.site-footer .site-info-container {
  padding: 1rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .site-footer .site-info-container {
    max-width: 70rem;
    padding: 3rem 2.5rem;
  }
}
.site-footer .social-navigation {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.site-footer .social-navigation h3 {
  background-color: #39303c;
  margin: 0 auto;
  transform: translate(0, -0.6rem);
  padding: 0 0.5rem;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .site-footer .social-navigation h3 {
    transform: translate(0, -1rem);
    font-size: 1.5rem;
    padding: 0 2rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 48rem) {
  .site-footer .social-navigation ul.social-links-menu li a svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.site-footer ul.social-links-menu {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .site-footer ul.social-links-menu {
    margin-bottom: 1.5rem;
  }
}
.site-footer ul.social-links-menu li {
  margin: 0 1rem;
}
.site-footer ul.social-links-menu li:nth-child(n+2) {
  margin: 0 1rem;
}
.site-footer ul.social-links-menu li.instagram a {
  position: relative;
}
.site-footer ul.social-links-menu li.instagram a:after {
  content: "";
  background: radial-gradient(circle at 30% 107%, #fccc63 0%, #fbb655 8%, #fbad50 13%, #e95950 32%, #dc515d 42%, #cd486b 50%, #bc2a8d 66%, #a631a0 75%, #8a3ab9 87%, #4c68d7 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20%;
  opacity: 0;
  transition: all 150ms cubic-bezier(0.67, 0.36, 0.58, 0.87);
  z-index: -1;
}
.site-footer ul.social-links-menu li a:hover, .site-footer ul.social-links-menu li a:focus, .site-footer ul.social-links-menu li a:active {
  color: #fff;
  opacity: 1;
}
.site-footer ul.social-links-menu li a {
  color: #fff;
  transition: all 150ms cubic-bezier(0.67, 0.36, 0.58, 0.87);
  z-index: 0;
}
.site-footer .footer-menu {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .site-footer .footer-menu {
    display: flex;
    justify-content: space-around;
  }
}
.site-footer .footer-menu > li {
  line-height: 2.5rem;
  margin: 2rem 0;
  display: block;
}
.site-footer .footer-menu > li > a {
  display: inline-block;
  font-weight: bold;
  pointer-events: none;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
.site-footer .footer-menu > li > ul {
  padding-left: 0;
}
.site-footer .footer-menu > li > ul li {
  display: block;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
.site-footer .footer-menu > li > ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-menu > li > ul li a:active, .site-footer .footer-menu > li > ul li a:focus {
  text-decoration: none;
  outline: none;
}
.site-footer .footer-menu a {
  color: #fff;
}
.site-footer .footer-widget-1 p {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 0.875rem;
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/
.template-social-media-landing {
  padding-bottom: 4rem;
}
.template-social-media-landing .social-navigation {
  text-align: center;
  margin-bottom: 3rem;
}
.template-social-media-landing .social-navigation .menu-item:nth-child(n+2) {
  margin-left: 1.5rem;
}
.template-social-media-landing .button-wrapper {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 37.5rem) {
  .template-social-media-landing .button-wrapper {
    position: static;
  }
}
.template-social-media-landing .button-wrapper .button, .template-social-media-landing .button-wrapper .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .template-social-media-landing .button-wrapper .wp-block-button__link {
  display: inline-block;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}
@media only screen and (min-width: 37.5rem) {
  .template-social-media-landing .button-wrapper .button, .template-social-media-landing .button-wrapper .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .template-social-media-landing .button-wrapper .wp-block-button__link {
    width: auto;
    border-radius: 0.3125rem;
  }
}
.template-social-media-landing .button-wrapper .button .icon, .template-social-media-landing .button-wrapper .entry .entry-content .wp-block-button .wp-block-button__link .icon, .entry .entry-content .wp-block-button .template-social-media-landing .button-wrapper .wp-block-button__link .icon {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: bottom;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMiA4YzAtMy4zMDkgMi42OTEtNiA2LTZzNiAyLjY5MSA2IDYtMi42OTEgNi02IDYtNi0yLjY5MS02LTZtMTUuNDE0IDYuNTg2bC0yLjA1LTIuMDVhMS45ODYgMS45ODYgMCAwMC0uNTQzLS4zNzdBNy45NCA3Ljk0IDAgMDAxNiA4YzAtNC40MTEtMy41ODktOC04LThTMCAzLjU4OSAwIDhzMy41ODkgOCA4IDhhNy45NDMgNy45NDMgMCAwMDQuMTU4LTEuMTc5Yy4wOTUuMTk2LjIxNi4zODEuMzc4LjU0M2wyLjA1IDIuMDVjLjM5MS4zOTEuOTAyLjU4NiAxLjQxNC41ODZhMiAyIDAgMDAxLjQxNC0zLjQxNCIvPjwvc3ZnPg==");
  background-size: cover;
}

/* Widgets */
.widget {
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: #da0000;
}
.widget a:hover {
  color: #a70000;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding: 0;
  list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  color: #999;
  font-family: "tiempos-headline", serif;
  font-size: calc(16px * 1.125);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  counter-reset: submenu;
}
.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.widget_tag_cloud .tagcloud {
  font-family: "tiempos-headline", serif;
  font-weight: 700;
}

.widget_search .search-field {
  width: 100%;
}
@media only screen and (min-width: 22.5rem) {
  .widget_search .search-field {
    width: auto;
  }
}
.widget_search .search-submit {
  display: block;
  margin-top: 2.5rem;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}
.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border: none;
}
.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}

.mm-newsletter-widget-form {
  background: #ececed;
  padding: 0.5rem 1rem 2rem;
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form {
    padding: 0.5rem 2.5rem 2rem;
  }
}
.mm-newsletter-widget-form .wrapper {
  display: flex;
  flex-direction: column;
  max-width: 65rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form .wrapper {
    flex-direction: row;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form aside {
    width: 30%;
    padding-top: 1.5rem;
  }
  .mm-newsletter-widget-form .form-wrapper {
    width: 70%;
    padding: 4rem 0 0 10rem;
  }
}
.mm-newsletter-widget-form .button-wrapper {
  margin-top: 1.5rem;
}
.mm-newsletter-widget-form .button-wrapper .g-recaptcha {
  margin: 0 0 1rem;
}
@media only screen and (min-width: 64rem) {
  .mm-newsletter-widget-form .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mm-newsletter-widget-form .button-wrapper .g-recaptcha {
    margin: 0 1rem 0 0;
  }
}
.mm-newsletter-widget-form h2 {
  font-family: "x4Rfaw", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form h2 {
    font-size: 5rem;
    line-height: 3.5rem;
  }
}
.mm-newsletter-widget-form p {
  font-family: "tiempos-text", serif;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.mm-newsletter-widget-form fieldset, .mm-newsletter-widget-form .input-label {
  display: block;
  padding: 0;
  border: none;
}
.mm-newsletter-widget-form .input-label {
  font-family: "tiempos-headline", serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.5rem;
}
.mm-newsletter-widget-form fieldset input:not([type=checkbox]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  background: transparent;
  padding: 0;
  margin-bottom: 1.5rem;
}
.mm-newsletter-widget-form fieldset input:not([type=checkbox])::placeholder {
  font-family: "tiempos-text", serif;
  color: #333;
}
.mm-newsletter-widget-form fieldset input:not([type=checkbox]):focus {
  outline: none;
}
.mm-newsletter-widget-form .input-checkbox {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form .input-checkbox {
    margin: 0 1rem 0 0;
  }
}
.mm-newsletter-widget-form .submit {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .mm-newsletter-widget-form .submit {
    width: 15rem;
  }
}
.mm-newsletter-widget-form .message-success,
.mm-newsletter-widget-form .message-error {
  display: none;
}
.mm-newsletter-widget-form .message-success {
  color: #64b326;
}
.mm-newsletter-widget-form .message-error {
  color: #da0000;
}

.mm-share-your-story-widget {
  text-align: center;
  background: #0ca972;
  color: #fff;
  padding: 1.5rem;
  margin: 2rem 0;
}
@media only screen and (min-width: 48rem) {
  .mm-share-your-story-widget {
    border-radius: 0.4375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
  }
}
.mm-share-your-story-widget > * {
  flex-basis: 33%;
}
@media only screen and (min-width: 48rem) {
  .mm-share-your-story-widget > * {
    padding: 0 1rem;
  }
}
.mm-share-your-story-widget.is-small {
  padding: 1rem;
}
.mm-share-your-story-widget.is-small header {
  display: none;
}
.mm-share-your-story-widget.is-small p {
  flex-basis: 70%;
}
@media only screen and (min-width: 48rem) {
  .mm-share-your-story-widget.is-small p {
    text-align: left;
  }
}
.mm-share-your-story-widget.is-small .button-wrapper {
  flex-basis: 30%;
}
.mm-share-your-story-widget h2 {
  font-family: "x4Rfaw", sans-serif;
  font-size: 5rem;
  line-height: 4.5rem;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  .mm-share-your-story-widget h2 {
    line-height: 3.75rem;
    margin-bottom: 0;
    text-align: left;
  }
}
.mm-share-your-story-widget p {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.0375rem;
  font-weight: 300;
}
@media only screen and (min-width: 48rem) {
  .mm-share-your-story-widget p {
    font-weight: 400;
    margin: 0;
  }
}
.mm-share-your-story-widget .button, .mm-share-your-story-widget .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .mm-share-your-story-widget .wp-block-button__link {
  display: block;
  color: #0ca972;
}
@media only screen and (min-width: 48rem) {
  .mm-share-your-story-widget .button, .mm-share-your-story-widget .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .mm-share-your-story-widget .wp-block-button__link {
    font-size: 1rem;
  }
}

.mm-introduction-widget {
  position: relative;
  background: #d72661;
  padding: 2.5rem 1rem;
  overflow: hidden;
  max-height: 50rem;
}
@media only screen and (min-width: 48rem) {
  .mm-introduction-widget {
    padding: 1.5rem;
    border-bottom: 1px solid #d8d8d6;
  }
}
.mm-introduction-widget .container {
  position: relative;
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .mm-introduction-widget .container {
    padding: 0 7.5rem 0 0;
  }
}
.mm-introduction-widget p {
  font-family: "Roboto", sans-serif;
  font-size: 1.1875rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.mm-introduction-widget a {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

.mm-instagram-feed-widget {
  padding: 0 0.5rem;
  max-width: 70rem;
  margin: 2rem auto;
  text-align: center;
  font-family: "tiempos-text", serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (min-width: 48rem) {
  .mm-instagram-feed-widget {
    padding: 0 2.5rem;
  }
}
.mm-instagram-feed-widget .title {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  margin: 1rem auto;
}
.mm-instagram-feed-widget .instagram-list {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.mm-instagram-feed-widget .instagram-item {
  list-style-type: none;
  width: calc(50% - 4px);
  margin-bottom: 0.5rem;
}
.mm-instagram-feed-widget .instagram-item.has-caption {
  cursor: pointer;
}
.mm-instagram-feed-widget .instagram-item:nth-child(5) {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .mm-instagram-feed-widget .instagram-item {
    width: calc(20% - 12.8px);
    margin-bottom: 0;
  }
  .mm-instagram-feed-widget .instagram-item:nth-child(5) {
    display: block;
  }
}
@media only screen and (min-width: 64rem) {
  .mm-instagram-feed-widget .instagram-item {
    width: calc(20% - 25.6px);
  }
}
.mm-instagram-feed-widget .instagram-item:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.mm-instagram-feed-widget p {
  margin: 2rem 0;
}
.mm-instagram-feed-widget .button, .mm-instagram-feed-widget .entry .entry-content .wp-block-button .wp-block-button__link, .entry .entry-content .wp-block-button .mm-instagram-feed-widget .wp-block-button__link {
  display: inline-block;
}
.mm-instagram-feed-widget figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: inherit;
}
.mm-instagram-feed-widget img {
  height: 100%;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@supports (object-fit: cover) {
  .mm-instagram-feed-widget img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.mm-instagram-feed-widget .caption-overlay {
  display: none;
}
.mm-instagram-feed-widget .caption-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.mm-instagram-feed-widget .caption-overlay .image-caption {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 2.5rem 2rem 2rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .mm-instagram-feed-widget .caption-overlay .image-caption {
    max-width: 25rem;
  }
}
.mm-instagram-feed-widget .close {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.mm-instagram-feed-widget .close::before, .mm-instagram-feed-widget .close::after {
  background: #333;
  border-radius: 0.125rem;
  bottom: 0;
  content: " ";
  display: block;
  height: 0.1875rem;
  width: 1.5rem;
  margin: auto 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
}
.mm-instagram-feed-widget .close::after {
  transform: rotate(-45deg);
}

.widget_bsearch_form {
  width: 25rem;
  max-width: 100%;
  margin: 0 auto;
}
.widget_bsearch_form .bsearch-form-container {
  margin: 0 auto;
}
.widget_bsearch_form .bsearchform {
  flex-direction: row;
}
.widget_bsearch_form .bsearchform input[type=search] {
  padding: 1rem;
}
.widget_bsearch_form .bsearch-form-search-field {
  padding: 0;
}
.widget_bsearch_form .bsearch-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Blocks */
/* !Block styles */
.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}
.entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  left: -2.5rem;
  width: calc(100% + (2 * 2.5rem));
  max-width: calc(100% + (2 * 2.5rem));
  clear: both;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {
    margin-top: calc(2 * 2.5rem);
    margin-bottom: calc(2 * 2.5rem);
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > *.alignleft,
  .entry .entry-summary > *.alignleft {
    max-width: 33.3333333333vw;
    /*rtl:ignore*/
    margin-right: calc(2 * 2.5rem);
  }
}
.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > *.alignright,
  .entry .entry-summary > *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 2.5rem);
  }
}
.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: 48rem;
  }
}

.entry .entry-content p.has-background {
  padding: 20px 30px;
}
.entry .entry-content .wp-block-audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio audio {
  width: 100%;
}
.entry .entry-content .wp-block-audio.alignleft audio, .entry .entry-content .wp-block-audio.alignright audio {
  max-width: 7.425rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-audio.alignleft audio, .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 24rem;
  }
}
@media only screen and (min-width: 100rem) {
  .entry .entry-content .wp-block-audio.alignleft audio, .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 21.12rem;
  }
}
.entry .entry-content .wp-block-video video {
  width: 100%;
}
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #da0000;
}
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}
.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #c40000;
  cursor: pointer;
}
.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #c40000;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color), .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #da0000;
  border-color: currentColor;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #c40000;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #c40000;
}
.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #999;
  font-family: "tiempos-headline", serif;
  font-size: calc(16px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.875rem;
}
.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}
.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}
.entry .entry-content .wp-block-categories ul {
  padding-top: 1.875rem;
}
.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}
.entry .entry-content .wp-block-categories ul > li > a::before {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}
.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #d8d8d6;
  padding-top: 2.5rem;
  margin-bottom: 5rem;
}
.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: "";
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}
.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}
.entry .entry-content .wp-block-preformatted {
  font-size: 0.7111111111em;
  line-height: 1.8;
  padding: 2.5rem;
}
.entry .entry-content .wp-block-verse {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: "tiempos-headline", serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 2.5rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
  color: #333;
  border: none;
  margin-top: calc(4 * 2.5rem);
  margin-bottom: calc(4.33 * 2.5rem);
  margin-right: 0;
  padding-left: 0;
}
.entry .entry-content .wp-block-pullquote p {
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 3rem;
  }
}
.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: "tiempos-headline", serif;
  line-height: 1.6;
  text-transform: none;
  color: #999;
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
  font-size: calc(1rem / (1.25 * 1.125));
}
.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 2.5rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #da0000;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 3rem;
  }
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 2.5rem calc(2 * 2.5rem);
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 2.5rem));
    padding-right: calc(10% + 58px + (2 * 2.5rem));
  }
}
.entry .entry-content .wp-block-quote {
  position: relative;
}
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border: 0;
  padding: 0;
}
.entry .entry-content .wp-block-quote p {
  font-family: "tiempos-headline", serif;
  display: inline;
  position: relative;
  quotes: "“ " " ”";
  line-height: 1;
}
.entry .entry-content .wp-block-quote p:after {
  content: close-quote;
}
.entry .entry-content .wp-block-quote p:before {
  position: absolute;
  left: -0.5rem;
  top: 0;
  content: open-quote;
}
.entry .entry-content .wp-block-quote cite {
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #333;
  display: block;
  margin: 0;
  text-align: inherit;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-quote cite {
    display: inline;
  }
}
.entry .entry-content .wp-block-quote cite:before {
  content: "- ";
  display: inline;
}
.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 2.5rem auto;
  border-left: none;
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 2.5rem auto;
    padding: 0 3rem;
  }
}
.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.entry .entry-content .wp-block-quote.is-large p:before, .entry .entry-content .wp-block-quote.is-style-large p:before {
  left: -1.25rem;
}
.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
  font-size: 1.125rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-quote.is-large cite,
  .entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
  .entry .entry-content .wp-block-quote.is-style-large footer {
    margin-left: 0.5rem;
  }
}
.entry .entry-content .wp-block-image {
  max-width: 100%;
}
.entry .entry-content .wp-block-image img {
  display: block;
}
.entry .entry-content .wp-block-image figcaption {
  display: block;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-image .aligncenter {
    margin: 0 auto;
  }
}
.entry .entry-content .wp-block-image .alignleft,
.entry .entry-content .wp-block-image .alignright {
  margin: 0;
  float: none;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-image .alignleft,
  .entry .entry-content .wp-block-image .alignright {
    display: flex;
    align-items: flex-end;
  }
  .entry .entry-content .wp-block-image .alignleft img,
  .entry .entry-content .wp-block-image .alignright img {
    width: 80%;
  }
  .entry .entry-content .wp-block-image .alignleft figcaption,
  .entry .entry-content .wp-block-image .alignright figcaption {
    width: 20%;
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-image .alignleft figcaption {
    margin: 0 0 6rem 2rem;
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-image .alignright {
    justify-content: flex-end;
  }
  .entry .entry-content .wp-block-image .alignright img {
    order: 1;
  }
  .entry .entry-content .wp-block-image .alignright figcaption {
    margin: 0 2rem 6rem 0;
    padding: 0 1rem 0 0;
  }
  .entry .entry-content .wp-block-image .alignright figcaption:before {
    right: 0;
    left: auto;
  }
}
.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc(100% + (2 * 2.5rem));
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-image.alignfull img {
    max-width: calc(125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}
.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 2.5rem 10%;
  }
}
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: "tiempos-headline", serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 3rem;
    max-width: 100%;
  }
}
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
    padding: 2.5rem calc(2 * 2.5rem);
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 2.5rem));
    padding-right: calc(10% + 58px + (2 * 2.5rem));
  }
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}
.entry .entry-content .wp-block-audio,
.entry .entry-content .wp-block-video,
.entry .entry-content .wp-block-image,
.entry .entry-content .wp-block-gallery {
  margin-bottom: 3rem;
}
.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  padding: 1rem 0 1rem 1rem;
  color: #333;
  text-align: left;
  position: relative;
}
.entry .entry-content .wp-block-audio figcaption::before,
.entry .entry-content .wp-block-video figcaption::before,
.entry .entry-content .wp-block-image figcaption::before,
.entry .entry-content .wp-block-gallery figcaption::before {
  content: "";
  display: inline-block;
  background: #333;
  height: 100%;
  width: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
}
.entry .entry-content .wp-block-gallery {
  list-style-type: none;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 1rem;
}
.entry .entry-content .wp-block-gallery figcaption {
  background: none;
}
.entry .entry-content .wp-block-gallery:not(.is-cropped) .blocks-gallery-item figure {
  flex-direction: column;
}
.entry .entry-content .wp-block-gallery.is-cropped {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-gallery.is-cropped {
    margin-bottom: 2rem;
  }
}
.entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figure {
  position: relative;
  overflow: hidden;
}
.entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figure:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@supports (object-fit: cover) {
  .entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figcaption {
  display: none;
}
@supports (object-fit: cover) {
  .entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figure {
    margin: 0 0 9rem;
    overflow: initial;
  }
  .entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figcaption {
    display: block;
    transform: translateY(calc(100% + 1.5rem));
    padding: 1rem;
    max-height: 7.5rem;
    overflow: hidden;
  }
  @supports (-webkit-line-clamp: 3) {
    .entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figcaption {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
  }
  .entry .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item figcaption::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    left: 0.25rem;
    bottom: 0;
    background-color: #fff;
  }
}
.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #999;
  border: 0;
  height: 2px;
  margin-bottom: 5rem;
  margin-top: 5rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
   * is followed by an H1, or H2 */
}
.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: 48rem;
  }
}
.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: 48rem;
  }
}
.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #999;
  font-size: 2.5rem;
  letter-spacing: 1.5rem;
  padding-left: 1.5rem;
}
.entry .entry-content .wp-block-separator + h1:before, .entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}
.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}
.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #999;
}
.entry .entry-content .wp-block-file {
  font-family: "tiempos-headline", serif;
}
.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #da0000;
  font-size: 16px;
  font-family: "tiempos-headline", serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 1.875rem 2.5rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 2.5rem);
}
@media only screen and (min-width: 64rem) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 16px;
    padding: 2.1875rem 3.75rem;
  }
}
.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #c40000;
  cursor: pointer;
}
.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #c40000;
  outline: thin dotted;
  outline-offset: -4px;
}
.entry .entry-content .wp-block-file.aligncenter .wp-block-file__button {
  margin-left: auto;
  margin-right: auto;
}
.entry .entry-content .wp-block-code {
  border-radius: 0;
}
.entry .entry-content .wp-block-code code {
  font-size: 2rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
  .entry .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: "tiempos-headline", serif;
  font-weight: bold;
}
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}
.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.7111111111em;
}
.entry .entry-content .has-small-font-size {
  font-size: 1.5rem;
}
.entry .entry-content .has-normal-font-size {
  font-size: 2rem;
}
.entry .entry-content .has-large-font-size {
  font-size: 2.5rem;
}
.entry .entry-content .has-huge-font-size {
  font-size: 3rem;
}
.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}
.entry .entry-content .has-primary-background-color > p,
.entry .entry-content .has-primary-background-color > h1,
.entry .entry-content .has-primary-background-color > h2,
.entry .entry-content .has-primary-background-color > h3,
.entry .entry-content .has-primary-background-color > h4,
.entry .entry-content .has-primary-background-color > h5,
.entry .entry-content .has-primary-background-color > h6,
.entry .entry-content .has-primary-background-color > a,
.entry .entry-content .has-secondary-background-color > p,
.entry .entry-content .has-secondary-background-color > h1,
.entry .entry-content .has-secondary-background-color > h2,
.entry .entry-content .has-secondary-background-color > h3,
.entry .entry-content .has-secondary-background-color > h4,
.entry .entry-content .has-secondary-background-color > h5,
.entry .entry-content .has-secondary-background-color > h6,
.entry .entry-content .has-secondary-background-color > a,
.entry .entry-content .has-dark-gray-background-color > p,
.entry .entry-content .has-dark-gray-background-color > h1,
.entry .entry-content .has-dark-gray-background-color > h2,
.entry .entry-content .has-dark-gray-background-color > h3,
.entry .entry-content .has-dark-gray-background-color > h4,
.entry .entry-content .has-dark-gray-background-color > h5,
.entry .entry-content .has-dark-gray-background-color > h6,
.entry .entry-content .has-dark-gray-background-color > a,
.entry .entry-content .has-light-gray-background-color > p,
.entry .entry-content .has-light-gray-background-color > h1,
.entry .entry-content .has-light-gray-background-color > h2,
.entry .entry-content .has-light-gray-background-color > h3,
.entry .entry-content .has-light-gray-background-color > h4,
.entry .entry-content .has-light-gray-background-color > h5,
.entry .entry-content .has-light-gray-background-color > h6,
.entry .entry-content .has-light-gray-background-color > a {
  color: #fff;
}
.entry .entry-content .has-white-background-color {
  color: #333;
}
.entry .entry-content .has-white-background-color > p,
.entry .entry-content .has-white-background-color > h1,
.entry .entry-content .has-white-background-color > h2,
.entry .entry-content .has-white-background-color > h3,
.entry .entry-content .has-white-background-color > h4,
.entry .entry-content .has-white-background-color > h5,
.entry .entry-content .has-white-background-color > h6,
.entry .entry-content .has-white-background-color > a {
  color: #333;
}
.entry .entry-content .has-primary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #da0000;
}
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #bfbfbc;
}
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #333;
}
.entry .entry-content .has-light-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #999;
}
.entry .entry-content .has-white-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}
.entry .entry-content .has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
  color: #da0000;
}
.entry .entry-content .has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
  color: #bfbfbc;
}
.entry .entry-content .has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
  color: #333;
}
.entry .entry-content .has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
  color: #999;
}
.entry .entry-content .has-white-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

.block-image-text {
  margin-bottom: 2.5rem;
}
.block-image-text > header {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.block-image-text-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .block-image-text-item {
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.block-image-text-item figure {
  width: calc(100% + 2rem);
  margin: 0 -1rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.block-image-text-item figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (min-width: 48rem) {
  .block-image-text-item figure {
    margin: 0 0 0 2rem;
    width: 20rem;
  }
}
.block-image-text-item figure img {
  height: 100%;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@supports (object-fit: cover) {
  .block-image-text-item figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .block-image-text-item.align-left figure {
    margin: 0 2rem 0 0;
  }
  .block-image-text-item.align-left .content {
    text-align: left;
    order: 1;
  }
}
.block-image-text-item .content {
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .block-image-text-item .content {
    order: 0;
    text-align: right;
    flex: 2;
  }
}
.block-image-text-item .content header {
  margin-bottom: 0.5rem;
}
.block-image-text-item .content h3,
.block-image-text-item .content p {
  font-family: "tiempos-headline", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 2rem;
}
.block-image-text-item .content h3:last-child,
.block-image-text-item .content p:last-child {
  margin-bottom: 0;
}

.block-info-contact {
  margin: 0 auto;
  max-width: 71rem;
  padding: 2rem 1rem 3rem;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact {
    display: flex;
    padding: 2rem 2.5rem;
  }
}
.block-info-contact .info-container {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .info-container {
    display: flex;
    width: 100%;
    margin-bottom: 0;
  }
}
.block-info-contact .info-container header {
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .info-container header {
    width: 25%;
    flex-shrink: 0;
    margin: 0 4rem 0 0;
    text-align: center;
  }
}
.block-info-contact .info-container figure {
  margin: 0 auto 3rem;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .info-container figure {
    position: relative;
    margin: 0 auto 1.5rem;
    padding-bottom: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 64rem) {
  .block-info-contact .info-container figure {
    padding-bottom: 7.4375rem;
  }
}
.block-info-contact .info-container .icon-question-mark {
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  max-height: 7.4375rem;
  max-width: 7.4375rem;
  background-color: #310757;
  border-radius: 50%;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .info-container .icon-question-mark {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.block-info-contact .info-container h3 {
  font-family: "x4Rfaw", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
}
.block-info-contact .info-container h4 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .info-container aside {
    padding: 2rem 0 0 2rem;
  }
}
.block-info-contact .info-container aside p {
  margin: 0;
  font-weight: 300;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .contact-container {
    display: flex;
    padding: 2rem 0 0 2rem;
    width: 75%;
  }
}
.block-info-contact .contact-container .image-container {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .contact-container .image-container {
    display: block;
    width: 45%;
    max-width: 10.375rem;
    flex-shrink: 0;
    margin: 0 2rem 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .contact-container figure {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
  }
}
.block-info-contact .contact-container figure .icon-text-cloud {
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  max-height: 10.375rem;
  max-width: 10.375rem;
  background-color: #310757;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .contact-container figure .icon-text-cloud {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.block-info-contact .contact-container aside {
  color: #333;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .contact-container aside {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    max-height: 11rem;
  }
}
.block-info-contact .contact-container h3 {
  font-family: "tiempos-text", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 0 0 2rem;
}
@media only screen and (min-width: 48rem) {
  .block-info-contact .contact-container h3 {
    margin: 0 0 1rem;
  }
}
.block-info-contact .contact-container .contact-button {
  display: block;
  text-align: center;
}

.block-read-more-content {
  width: 100%;
  color: #fff;
  background: #39303c;
  text-align: center;
  padding: 2rem 1rem 0;
}
@media only screen and (min-width: 48rem) {
  .block-read-more-content {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 48rem) {
  .block-read-more-content .wrapper {
    max-width: 42.5rem;
    margin: 0 auto;
    padding-top: 1rem;
  }
}
.block-read-more-content h1 {
  font-family: "tiempos-headline", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  font-feature-settings: "kern" 1;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .block-read-more-content h1 {
    font-size: 5rem;
  }
}
.block-read-more-content p {
  font-family: "tiempos-text", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0;
}
@media only screen and (min-width: 48rem) {
  .block-read-more-content p {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.00625rem;
  }
}
.block-read-more-content .expand {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s ease-out;
}
.block-read-more-content .expand.show {
  max-height: 250rem;
}
.block-read-more-content #toggle:checked ~ .expand {
  max-height: 250rem;
}
.block-read-more-content #toggle:checked ~ footer {
  flex-direction: column-reverse;
}
.block-read-more-content #toggle:checked ~ footer label {
  font-size: 0;
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #d8d8d6;
  border-radius: 100%;
  margin-bottom: 2rem;
}
.block-read-more-content #toggle:checked ~ footer svg {
  display: inline;
}
.block-read-more-content input {
  display: none;
  visibility: hidden;
}
.block-read-more-content footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.block-read-more-content footer label {
  cursor: pointer;
}
.block-read-more-content footer span {
  font-family: "x4Rfaw", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media only screen and (min-width: 48rem) {
  .block-read-more-content footer span {
    font-size: 4rem;
  }
}
.block-read-more-content svg {
  display: none;
  width: 0.75rem;
  height: 100%;
  transform: rotate(180deg);
}

.block-meet-the-team {
  max-width: 71rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team {
    text-align: left;
    padding: 2rem 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team > header {
    display: flex;
  }
  .block-meet-the-team > header .authors-title {
    width: 100%;
  }
  .block-meet-the-team > header .posts-title {
    display: block;
    width: 75%;
    padding-left: 2rem;
  }
}
.block-meet-the-team .authors-title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
.block-meet-the-team .posts-title {
  display: none;
}
.block-meet-the-team ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-meet-the-team li {
  display: flex;
  border-bottom: 1px solid #d8d8d6;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.block-meet-the-team li:last-child {
  margin-bottom: 0;
}
.block-meet-the-team li > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team li > div {
    flex-direction: row;
  }
}
.block-meet-the-team p {
  margin: 0;
  text-align: left;
  font-weight: 300;
}
.block-meet-the-team .avatar {
  width: 100%;
  height: auto;
  max-width: 7.4375rem;
  margin: 0 auto 3rem;
  border: 1px solid #d8d8d6;
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team .avatar {
    margin: 0 auto 1.5rem;
  }
}
.block-meet-the-team figcaption {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.block-meet-the-team figcaption span {
  display: block;
}
.block-meet-the-team figcaption .author-name {
  font-family: "x4Rfaw", sans-serif;
  font-size: 2.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.block-meet-the-team .user-info figure {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team .user-info figure {
    width: 25%;
    flex-shrink: 0;
    margin: 0 4rem 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team .user-info aside {
    padding: 2rem 0 0 2rem;
  }
}
.block-meet-the-team .post-info {
  display: none;
  padding: 2rem 0 0 2rem;
  width: 75%;
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team .post-info {
    display: block;
  }
}
@media only screen and (min-width: 48rem) {
  .block-meet-the-team .post-info a {
    display: flex;
    justify-content: flex-end;
    font-size: 0.875rem;
  }
}
.block-meet-the-team .post-info h3 {
  font-family: "tiempos-text", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.block-meet-the-team .post-info figure {
  margin-right: 2rem;
}
.block-meet-the-team .post-info aside {
  width: 50%;
  flex-grow: 1;
  color: #333;
}

.wp-block-slimmingworld-blog-block-custom-list {
  margin-bottom: 2.5rem;
}
.wp-block-slimmingworld-blog-block-custom-list p {
  font-family: "tiempos-text", serif;
  margin: 0 0 1rem;
}
.wp-block-slimmingworld-blog-block-custom-list p:last-child {
  margin: 0;
}
.wp-block-slimmingworld-blog-block-custom-list .list-header {
  margin-bottom: 2rem;
}
.wp-block-slimmingworld-blog-block-custom-list .list-title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  margin: 0 0 2rem;
}
.wp-block-slimmingworld-blog-block-custom-list .list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.is-ordered-list .wp-block-slimmingworld-blog-block-custom-list-item {
  counter-increment: item;
}
.is-ordered-list .wp-block-slimmingworld-blog-block-custom-list-item:before {
  content: counter(item) " - ";
}

.is-unordered-list .wp-block-slimmingworld-blog-block-custom-list-item:before {
  content: "-";
}
.is-unordered-list .wp-block-slimmingworld-blog-block-custom-list-item .list-item-header,
.is-unordered-list .wp-block-slimmingworld-blog-block-custom-list-item .list-item-body:first-child {
  padding-left: 1rem;
}

.has-no-list-style .wp-block-slimmingworld-blog-block-custom-list-item .list-item-header,
.has-no-list-style .wp-block-slimmingworld-blog-block-custom-list-item .list-item-body {
  padding-left: 0;
}
.has-no-list-style .wp-block-slimmingworld-blog-block-custom-list-item .list-item-header:first-child,
.has-no-list-style .wp-block-slimmingworld-blog-block-custom-list-item .list-item-body:first-child {
  padding-left: 0;
}

.hide-list-item-titles .wp-block-slimmingworld-blog-block-custom-list-item:before {
  line-height: 1.8;
  font-weight: 400;
}
.hide-list-item-titles .wp-block-slimmingworld-blog-block-custom-list-item .list-item-header {
  display: none;
}

.wp-block-slimmingworld-blog-block-custom-list-item {
  margin-bottom: 2rem;
  position: relative;
}
.wp-block-slimmingworld-blog-block-custom-list-item:before {
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
}
.wp-block-slimmingworld-blog-block-custom-list-item:last-child {
  margin-bottom: 0;
}
.wp-block-slimmingworld-blog-block-custom-list-item p {
  margin: 0 0 1rem;
}
.wp-block-slimmingworld-blog-block-custom-list-item p:last-child {
  margin: 0;
}
.wp-block-slimmingworld-blog-block-custom-list-item .list-item-header {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.wp-block-slimmingworld-blog-block-custom-list-item .list-item-title {
  font-family: "tiempos-text", serif;
  font-size: 1.125rem;
  margin: 0;
}
.wp-block-slimmingworld-blog-block-custom-list-item .list-item-body:first-child {
  padding-left: 1.5rem;
}

.entry-content > .wp-block-slimmingworld-blog-block-custom-recipe.alignwide {
  margin: 0 -1rem 2.5rem;
  width: auto;
  max-width: none;
}

.wp-block-slimmingworld-blog-block-custom-recipe {
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .wp-block-slimmingworld-blog-block-custom-recipe {
    display: flex;
    flex-direction: row;
    margin: 0 0 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}
.wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:first-child {
  background-color: #310159;
}
@media only screen and (min-width: 48rem) {
  .wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:first-child {
    flex: 1;
  }
  .wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:first-child:before {
    background-color: #310159;
    left: 0;
    transform: translateX(-100%);
  }
}
.wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:first-child .column-title,
.wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:first-child .list-item-body {
  color: #fff;
}
.wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:last-child {
  background-color: #faf6f4;
}
@media only screen and (min-width: 48rem) {
  .wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:last-child {
    flex: 2;
  }
  .wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:last-child:before {
    background-color: #faf6f4;
    right: 0;
    transform: translateX(100%);
  }
}
.wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:last-child .column-title {
  color: #310159;
}
.wp-block-slimmingworld-blog-block-custom-recipe .block-custom-recipe-column:last-child .list-item-body {
  color: #4a4a4a;
}

.wp-block-slimmingworld-blog-block-custom-recipe-column {
  padding: 2.5rem 1rem;
}
@media only screen and (min-width: 48rem) {
  .wp-block-slimmingworld-blog-block-custom-recipe-column {
    padding: 2.5rem;
  }
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .column-title {
  font-family: "x4Rfaw", sans-serif;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .block-custom-list {
  margin-bottom: 3rem;
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .block-custom-list:last-child {
  margin-bottom: 0;
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .block-custom-list-item {
  margin-bottom: 1rem;
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .block-custom-list-item:last-child {
  margin-bottom: 0;
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .block-custom-list-item:before {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.wp-block-slimmingworld-blog-block-custom-recipe-column .list-item-body p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.block-relevant-posts {
  width: 100%;
}
.block-relevant-posts header {
  text-align: center;
  padding: 0 1rem;
}
.block-relevant-posts h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.0125rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .block-relevant-posts h2 {
    max-width: 36rem;
    margin: 0 auto 2.5rem;
  }
}
.block-relevant-posts aside {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .block-relevant-posts aside {
    display: flex;
    justify-content: center;
  }
}
.block-relevant-posts a.link {
  display: block;
  color: #333;
  text-decoration: none;
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.block-relevant-posts a.link:last-child {
  margin-right: 0;
}
.block-relevant-posts a.link > *:not(figure) {
  padding: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .block-relevant-posts a.link > *:not(figure) {
    padding: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .block-relevant-posts a.link {
    max-width: 33%;
  }
}
.block-relevant-posts figure {
  position: relative;
  margin: 0 -1rem 1.5rem;
  overflow: hidden;
}
.block-relevant-posts figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (min-width: 48rem) {
  .block-relevant-posts figure {
    margin: 0 0 1.5rem;
  }
}
.block-relevant-posts img {
  height: 100%;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@supports (object-fit: cover) {
  .block-relevant-posts img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.block-relevant-posts h3 {
  font-family: "tiempos-text", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.block-relevant-posts p.paragraph {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.block-social-media-posts {
  max-width: 71rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1px 2rem 0;
  text-align: center;
}
@media only screen and (min-width: 37.5rem) {
  .block-social-media-posts {
    padding: 2rem 0.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .block-social-media-posts {
    padding: 2rem 1rem;
  }
}
.block-social-media-posts header {
  max-width: 33.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.block-social-media-posts .social-media-account::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  height: 1.75rem;
  width: 1.75rem;
  margin-right: 0.5rem;
  background-size: cover;
}
.block-social-media-posts .social-media-account.instagram::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAHMUlEQVR4Xu2bdahtRRSHv2crFrZid2NidwdiY2C3YosoKvqHiYGF3d2BXRjY3d1iNzYmn8x9jHNn5z33nPN4Lng8OHtm9prfXr3WHcFoTiNG8/vzPwD/S8BojsBQVWBCYHFgTmAGYCJgHBg21fob+A34GngPeAF4Bfir7XdsA4CX3grYDFgGGLPtyzu0TzBuAc4HHm56ZhMAxgX2Aw4EJm36oi6tfzTw+ETd99UFYAHgKmDeugf3cJ3qcDxwCPBnFR91AFgNuAFQ9Ecluh3YCPi1jOkqAJYH7gLGq7i5BulN4MtgpIYTKFVxmiCN01W86A5gPeCPonVlAHj4i8DkBZu1vmcANwKfDueNS86eA9gC2B2YqmDdqcDebQBQhNbKbPwR2B84byjup8OAqZ7HAnsUnLs6cE/uWZEErAHcmdnwFeBhz3X4Ap06bgfg3Ewc8jowf84oFgFwP7BiwpV6tFIbX9up29U853DgiMzazYMn+8+jHACzA29lDjgROKAmE8O5TIO8L7Aq8EP44rdFLzQwexJYJGHiwcxHzYasBjrHJZt/CaGuUVcvaQxAy64axrRzAGLgN22XNiwm4wO9h55qJOUkQDTXTjYbBClCvSZjkrszTPhhpo503Hu9C8ycrN0UuLYKAF2aSMW0LXBxh2+v2zJ50rZ4Ab1LFe0FnFKwaFrgs+iZ7m/PZK2SfVAZABMAP2VesFDIvKoYLHs+S/DZiq/6mUaWHwcDezNwE6DapVRXAtxnfHB5csD1wMZlAMwEvJ958WTAty1vPw9wJLBBgzRZiTgp/ItDWW2AkakGMKZdgHOS35YCTI5iMltcrgyAuYHXMhc1x/+9IQAya0JyGDB2w70Dy98GtgxWfeC38YMXUJK+D8bv1sz5Jm5GqzE9CyxaBoDBwkuZw7xAYTydWa8qXQOs0/Li8TaB3x64rOFZuY9pAUV1HkmpF+gEACYrepJVGjJcttxK0DbApQ3O7BkAFwDbFTCqFJlaa4yeAr4I6qGBXAHYGli4ZK9rUr0uwqQnAJh/X1fA0b3ArsA7FV9xw5Bl6tdT+jCkwTlPla7tOgCKvkZr+gzj+m7DV0W5DpmKa+1VyZSOAg6tcUjXATAcPTvDmAGUgVRTMrB5GkiLHsb/MwLfVRzYdQDU6cUSpj4IIvtz09uH9bmY3kcWQM7sJwAU+48yDO0UCict7//vNrM4S3MxWdxIE6Ke2gB7BFcmHBjKTlkQWjcBRPd3UbJBiTKPKGuIdFUFLEBYiIjpgVBAaXLZ3Fo7Tlr/lGYLGV/R+V0FwOLobgkn1gxVgU6Q+YBeJiZj/cdLDu8qAF7WelxMp2fS0bZgaPEnSTZbstM+9IUEnJwpPXeqiOKXV+dNrmIyqTG56QsA7BlaM4zJSqyp8FBJ16qLTcl+xTf9AsDKwH0ZZtTDN4aIgLUE0+qYdLkGQ2XUVRtgjm4Rw/9jMjI0/m9LVo2s7elOYzLhSm1O+o6uAuDLr8gUTu3OLp0UNJqAYQ5hHTAlS2MmV30jATKyJPBYhiPF1UGKXKRYdgGHMC7JLHgZWLBGYtV1CZBXJzXWzTBtIGNNsMxqx9s0qvb4U8vvGru9vqeKegKAdXjLThNnuLO0ZWxwAvBJAfcWLDV6aew/sNxawyZVNw/PewKA7/ZLy2ju6/lcu2AEZ6r7eVIRsjJURHqTJUIhtA4GPQNA5ixTm65WDWDUuYhrLNUb+Zle16WeAiCTiqruaqijNUqLZbKmQxitADByezUDsR1Z5/OakhMcZwEGSk3JBOiY8K9pT8J3zQfoMWJ6Ji3apCJalHraK1Rf25LFi31CEaNqrtDureVvQ+siY1mHDw3qQ8nCQS3yFAAbICKfGrCq1LMOQ66ZItQILH3PGryFpXInTzRyjwQD2aQJU/RuI0Wz1JiuDgOeI3/LGSkruxYbYjIaO63uLftk3YWZYqwu1lZdKQC5kNaw0/BzVCF7mXablbiY1gfsPpcCYAlb9GKy9qZVzY3O9CMoOfFXrUyq/lNOz6mAc8C6nHQ40paWnZ9+J/nXk9lXiMlGy5op80WBipPXdmRT2jFMZfcrCHoYhyty+cgg8fcSRQBooZ0TUJdiUoxUkXTyoh8AsRZhFyqXKzwfplIGtebKQtWieTsvq404eIixQSdBM3ky9M5Ns2u/fK6LHURlAIwVylxFmZmNDwuftro9vKpX18kLe5ZS6qiMdYNlSw4f5PritVXJioVHoyfDyioyUhzuaXH5NbewYVonx/ADOSxV2JWuAsBL60stQFjxGZXImWGbqKVRZR0AvLTG8OjQ4y/K8/sFHAenHI+vNddYF4CByzlgpE51Yvip04Bpk4z95c/Rm1rUFICBQ/0zOcfXBEJQqjK8Wsy0WOSwhLN/qqj63niWsS0AMa/637lCo8IozIyyE+fm8NCl+aXNHv0zHXsGrf9m0BcMF6MtPmZvtoz2APwD4N2YUEHVUxYAAAAASUVORK5CYII=");
}
.block-social-media-posts .social-media-account.tiktok::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABixJREFUeF7tm2WobFUUx3/PerbP7sLCwMQOEBU70A/qFwPswg5MVOzC4FmoHwxULOxAROwWE7sLu1v5edfI9TgzZ5+YuXPufQuGe9+bfc/e67/X3uu/4oxj5GVOYAdg54SlPAecBTyVMDZpyLikUb0dJAD7AkcmTPM4cDjwQMLYpCFNA+BZ4Gjg9iTtEgY1DYA3gdOAixN0SxrSNAB+BK4GDga+SdIwZ1DTAFCdR+MeeHCsAvApcCFwBvB9VRCaaAHq/BBwCPDYWAVAK7gcOAfw99LSVAtQ4deBU4DLSmsPNBmAP4H7wiO8UBaEJgOgzt8CdwLnA4JQ2DU2HQBB+AWQIV4B3A+8D/ycahGjAYCWrh8HRb4LeAL4CPgjD4jRBIC6/gZIl28F7gHejmPxXVjK//AYbQC0FJQyvwo8E0fCY/FBgKGl+O9/ZLQCkN3pHwKAl4CrgBvHGgAtffUUx00CYJIFNPcIfA58BSwCTJbn4tp83/gjYBR4A7AusAIwf0EQGg+A3H+/yANsB2wOLAHMkQhE3wDQvY4HpglXK139Ffgd+Cuz2CJZ4RYAr8SzlwG2ATYGFgZmyAGiZwCo6DzA3MDMwPTAhPh4Vs3cyNA04a9rAqD1mNmAdeJYLB1rcB0z9foOUOl5gQWBRYEVgeWABQKEqTMLGL57w78qawFZ/aaLy3FZwM9iwCxhKdMCrkcGeF5VHjAlMBewapjeKjGxgHSTXgMwfG6tTuXdHH9qlVqkx8/q0pNlmaAPWRnYKJRfMvHycVg/AUheVpFYwLPmrbtbmPtUybMMDWw0AJ7TbYHdgaUKKt4a3lgAPO9Wb/eOC66k/s20gBkBCccxceOXVb6RR0Bfvl4UINasonn8baOOwORx21uK3qQG5RtnAXJrb3ubESQYqfIT8BnwZURtrTS1rOw14FxAGtsLIpS6xv+Ma+cG3f21gROBIqZvjl6qa57+nfiYmZV8yBgF0rzch4MOgP5+12hZSd1963O3Rb3u4YJbURcVLjjt0PB2FiCnP6HA2X8vFLcw4c4XlYECQPPfMs6qZpsnX0S7ioB5/svIQAEg198DODlBExW+AzgWMN1cVgYKAHNth4YHyFPI+P5U4JK8gTnfDxQA5tmOBzZLUMrLTrAeSRjbbchAAaD7s/fGGL+b6Nq89T0uuroqMlAAmG09OzI73ZQyx+etvxdgo0IVGSgAJD6nA6vnaCTDuwg4rIrm8bfzAQcAByY8y4qvbbWyylokywM0/ZMiCMqzgCsjRNYaqoj5haOA7RMeYovsnsOruwl/03VIFoAil6C7sU80K1VZx2rhTczs5slNwC4Ra+SNTfo+C4CZ1CMSW9dfjnjhmqSZ2g8yU7t1dHulVHmuBXbs1OxQZh1ZAIzajAP073m1N3P910f3djbASV2LvMOI013NE+e7NO6LvLHJ32cBUOmtohV19oSnyP11mxckjM0OMdDaIpik5a08kW1KubWC2qRdMLRGWMBaibPYmbU/8GKbslenR6i8z/f23zBhHl2tzU+Or80DOG87ABYKhcwAZ6s77dZqHuBuYCLwfM4FZVHFcFs3a8IlRXnntCTuOwLmJq0x1ibtAHCR68fFZIkpRVyUhcfrokXNRiQjRbuzBNHkqh8rNbLNDYCVUh4cROvpUF4rqFU6FUYMhU2DW4pOTYq4MJuRNFGPw1vAJ1GkNLVuwVKfbzVpigJamF6TdZqh0hJqlU4AeBm6UzYj66dHSiynm2Yz5K7lBYmsIt1KYyZG9bkHAfL1kRCzTVZzvV+0rtolrzaon5aj7wRYYu6neIfo8s6M49STufMAcNLlo7du04Jnt8qCbaK4OZT3PumZpADg5AZJBixyhFl7tpqhFLoe5JZItP5bx+/VnKkAOL9szeBH7m47TN1ii7tpNrvA9Pll6XWhdRUBwAdLkqwUmzm2LUbfXlVkebo6U2zyCKNM+wH7IkUBcFFmjmVyNkv4054g21CKioqbWPHdH12cL0T64kNfpQwArQW2KK18wbYZgyf/z36cTt0jKm0ruztsmcwXG+6Nt8H7tuvDEa4CQOs5ltE9DotHZ5Z0VyuxT9CPxRZF5Q1p3wXeCOps7GAsMWLyN8z8glAQpDECAAAAAElFTkSuQmCC");
}
.block-social-media-posts .introduction-copy {
  font-size: 1.125rem;
  font-family: "tiempos-headline", serif;
  line-height: 1.46;
}
@media only screen and (min-width: 37.5rem) {
  .block-social-media-posts .introduction-copy {
    font-size: 1.5rem;
  }
}
.block-social-media-posts .social-media-posts-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0;
}
.block-social-media-posts .block-social-media-post-item {
  display: block;
  position: relative;
  width: calc(50% - 1px);
  margin: 0 0 1px 1px;
  background: #faf6f4;
}
@media only screen and (min-width: 37.5rem) {
  .block-social-media-posts .block-social-media-post-item {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .block-social-media-posts .block-social-media-post-item {
    width: calc(33.333% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .block-social-media-posts .block-social-media-post-item {
    width: calc(25% - 2.5rem);
    margin: 1.25rem;
  }
}
.block-social-media-posts .block-social-media-post-item .social-media-link {
  display: block;
  height: 0;
  padding-bottom: 100%;
  text-decoration: none;
  overflow: hidden;
}
.block-social-media-posts .block-social-media-post-item .social-media-link-content {
  padding: 1.5rem;
  text-align: left;
}
.block-social-media-posts .block-social-media-post-item .social-media-link-content .title {
  display: block;
  font-size: 1.25rem;
  font-family: "tiempos-headline", serif;
  line-height: 1.2;
  color: #333;
  margin-bottom: 0.5rem;
}
.block-social-media-posts .block-social-media-post-item .social-media-link-content .link-copy {
  color: #da0000;
  line-height: 1.2;
}
.block-social-media-posts .block-social-media-post-item .social-media-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 48rem) {
  .block-social-media-posts .block-social-media-post-item:hover .social-media-image {
    opacity: 0;
  }
}

.block-embedded-widget-area {
  width: 100%;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 2.5rem);
  min-height: inherit;
  width: calc(2.25 * 2.5rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 2.5rem);
}
@media only screen and (min-width: 48rem) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( 48rem / 2 );
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 64rem) {
  .wp-caption.aligncenter {
    left: calc( 48rem / 2 );
  }
}

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

.wp-caption-text {
  color: #999;
  font-size: 0.7111111111em;
  font-family: "tiempos-headline", serif;
  line-height: 1.6;
  margin: 0;
  padding: 1.25rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 2.5rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.7111111111em;
  font-family: "tiempos-headline", serif;
  line-height: 1.6;
  margin: 0;
  padding: 1.25rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #da0000;
}

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