/*!
Theme Name: Falkorn
Theme URI: https://themeforest.net/user/v_kulesh/portfolio
Author: Vladimir Kulesh
Author URI: https://themeforest.net/user/v_kulesh
Description: Falkorn is a clean and modern WordPress theme with an elegant, carefully crafted design. This powerful, responsive blog theme is ideal for your personal or magazine-style blog, whether your passion is travel, beauty, nature, photography, architecture, DIY... the list goes on! Falkorn will make your WordPress look beautiful everywhere. The theme was designed with the "mobile first" design, meaning it was designed for mobile from the beginning and was adapted for bigger screen afterward. This result in a beautiful experience for the users, on all devices. Unlimited colors, 3 featured area layouts, 5 different blog listing layouts, 2 custom widgets, dozens of configurable options - and all of this you can manage with one click of your mouse in user friendly WordPress Customizer or when adding new post or page.
Version: 1.0.3
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses
Tags: one-column, custom-background, custom-header, custom-menu, flexible-header, featured-images, sticky-post, threaded-comments, editor-style, translation-ready
Text Domain: falkorn
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Animations
6.0 Typography
7.0 Elements
8.0 Forms
  8.1 Buttons
  8.2 Fields
9.0 Navigation
	9.1 Links
	9.2 Menus
  9.3 Navigations
10.0 Media
	10.1 Captions
	10.2 Galleries
  10.3 Carousels
11.0 Blocks
12.0 Widgets
13.0 Content
  13.1 Header
  13.2 Featured
  13.3 Regular Content
  13.4 Pages
	13.5 Posts
  13.6 Post Items
  13.7 Post Cards
  13.8 Author Info
  13.9 Related Posts
	13.10 Comments
  13.11 Sidebar
  13.12 Footer
  13.13 Search Overlay
14.0 Multisites
15.0 Customizer
16.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

.screen-reader-text:focus {
  background-color: #f7f8fa;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #17181e;
  display: block;
  font-size: 16px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-top: .5em;
  margin-right: 1.8em;
}

.alignright {
  float: right;
  margin-top: .5em;
  margin-left: 1.8em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear::after,
.header::after,
.content::after,
.footer::after,
.entry__content::after,
.entry__summary::after,
.comment-content::after,
.textwidget::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
5.0 Animations
--------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes masonryItems {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    background-color: rgba(255, 255, 255, 0.35);
  }
  5% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  20% {
    background-color: rgba(255, 255, 255, 0.35);
  }
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #17181e;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #17181e;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: calc(1.8 * 2rem);
  margin-bottom: calc(1.8 * 1rem);
  color: #17181e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 1.75em;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.25em;
  }
}

h2 {
  font-size: 1.5em;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.3125em;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.125em;
}

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.3125em;
  }
}

h5 {
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 1.8em;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b, strong {
  font-weight: 700;
}

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

del {
  opacity: .8;
}

blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-top: .5625em;
  padding-bottom: .5em;
  overflow: hidden;
  color: #17181e;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
  border-left: 4px solid #d42929;
}

blockquote cite {
  display: block;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
}

blockquote cite::before {
  content: "\2014" "\00a0";
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child,
blockquote > :last-child {
  margin-bottom: 0;
}

blockquote {
  quotes: "" "";
}

blockquote::before, blockquote::after {
  content: "";
}

q {
  quotes: "\201c" "\201d" "\2018" "\2019";
}

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

pre {
  margin: 0 0 2rem;
  padding: 1.8em calc(1.8em * 1.25);
  max-width: 100%;
  overflow: auto;
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875em;
  line-height: 1.6;
  background-color: #f7f8fa;
}

pre code, pre kbd, pre tt, pre var {
  background-color: transparent;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875em;
  line-height: 1.6;
  word-wrap: break-word;
  background-color: #f7f8fa;
}

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

mark, ins {
  color: #ffffff;
  text-decoration: none;
  background-color: #d42929;
}

big {
  font-size: 125%;
}

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

::selection {
  color: #ffffff;
  background-color: #d42929;
}

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

hr {
  margin-bottom: 1.8em;
  height: 1px;
  background-color: #e8e9ec;
  border: 0;
}

ul,
ol {
  margin: 0 0 1.8em;
  padding-left: 2.6em;
}

ul {
  list-style: disc;
}

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

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.8em 1.8em;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.8em;
  width: 100%;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 599px) {
  table {
    display: block;
    overflow-x: hidden;
  }
}

table th,
table td {
  padding: .5em 1em;
  border: 1px solid #e8e9ec;
  word-break: break-all;
}

table th {
  font-weight: 700;
  background-color: #f7f8fa;
}

/*--------------------------------------------------------------
8.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: .5375em 2em;
  color: #ffffff;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  background-color: #d42929;
  border: 1px solid #d42929;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  user-select: none;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
}

.button:hover, .button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #ffffff;
  background-color: #b62323;
  border-color: #b62323;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -.25em;
}

.button.disabled,
button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled {
  opacity: .65;
  cursor: not-allowed;
}

a.button {
  text-decoration: none;
}

/*--------------------------------------------------------------
8.2 Fields
--------------------------------------------------------------*/
label {
  display: block;
  margin-bottom: .5em;
  color: #17181e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

fieldset {
  margin-bottom: 1.8em;
}

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;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: block;
  width: 100%;
  padding: .5375em 1.5em;
  min-height: 3rem;
  color: #2d2e34;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  outline: none;
  background-color: #ffffff;
  border: 1px solid rgba(23, 24, 30, 0.08);
  border-radius: 0;
  box-shadow: none;
}

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: 1px solid rgba(23, 24, 30, 0.14);
}

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

textarea {
  max-width: 100%;
  resize: vertical;
}

select {
  height: 3rem;
  max-width: 100%;
  padding: 0 1.25em;
  color: #2d2e34;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  outline: none;
  background-color: #ffffff;
  border: 1px solid rgba(23, 24, 30, 0.08);
  border-radius: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
}

select:focus {
  border: 1px solid, rgba(23, 24, 30, 0.14);
  outline: thin solid rgba(212, 41, 41, 0.15);
  outline-offset: -.25em;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: .5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  margin-bottom: 0;
  font-weight: 400;
  display: inline;
}

form > :last-child {
  margin-bottom: 0;
}

/* Post Password Form */
.post-password-form > :last-child {
  margin-bottom: 0;
}

.post-password-form label {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.post-password-form input[type="password"] {
  margin-top: .5em;
  margin-bottom: 1.8em;
  font-size: 16px;
  font-size: 1rem;
}

.post-password-form input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
}

/* Search Form */
.search-form {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

.search-form input[type="search"] {
  padding-right: 3.25em;
}

.search-form__button {
  position: absolute;
  width: 3em;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden;
  color: #84858a;
  background-color: transparent;
  border: 0;
  transition: all 0.25s ease-in-out;
}

.search-form__button:hover, .search-form__button:focus {
  color: #4a4b51;
  background-color: transparent;
}

.search-form__button > svg {
  vertical-align: middle;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #84858a;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

:-moz-placeholder {
  color: #84858a;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

::-moz-placeholder {
  opacity: 1;
  color: #84858a;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #84858a;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
}

/*--------------------------------------------------------------
9.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Links
--------------------------------------------------------------*/
a {
  color: #d42929;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #b62323;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
9.2 Menus
--------------------------------------------------------------*/
/* Primary Menu */
.sidebar__navigation {
  margin-bottom: 4rem;
}

.sidebar__navigation::after {
  content: "";
  display: block;
  width: 33%;
  height: .0625rem;
  margin-top: 2rem;
  background-color: #e8e9ec;
}

.sidebar__navigation ul {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

.sidebar__navigation ul.toggled-on {
  display: block;
}

.sidebar__navigation li {
  position: relative;
}

.sidebar__navigation a {
  display: inline-block;
  padding: .125em 0;
  color: #17181e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1875em;
  font-weight: 400;
  text-decoration: none;
}

.sidebar__navigation a:hover, .sidebar__navigation a:focus {
  color: #d42929;
}

.sidebar__navigation a:focus {
  outline: none;
}

.sidebar__navigation .current-menu-item > a,
.sidebar__navigation .current-menu-ancestor > a {
  color: #d42929;
}

.sidebar__navigation .menu-item-has-children > a {
  margin-right: .375em;
}

.sidebar__navigation ul ul {
  display: none;
  margin-left: 1.5em;
}

.sidebar__navigation ul ul a {
  color: #84858a;
  font-size: 1em;
  font-weight: 400;
}

.sidebar__navigation ul ul a:hover, .sidebar__navigation ul ul a:focus {
  color: #d42929;
}

.sidebar__navigation ul ul .current-menu-item > a,
.sidebar__navigation ul ul .current-menu-ancestor > a {
  color: #d42929;
}

.no-js .sidebar__navigation ul ul {
  display: block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  padding: .25em;
  color: #84858a;
  line-height: 1;
  vertical-align: 10%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

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

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-toggle.toggled-on {
  color: #d42929;
  transform: rotate(-180deg);
  transform-origin: center;
}

.dropdown-toggle > svg {
  vertical-align: middle;
}

.sidebar__menu > li > .dropdown-toggle {
  vertical-align: 15%;
}

/* Footer Menu */
.footer__menu {
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer__menu li {
  display: inline-block;
  margin-right: 1em;
}

.footer__menu li:last-child {
  margin-right: 0;
}

.footer__menu li a {
  color: #999a9e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.footer__menu li a:hover, .footer__menu li a:focus {
  color: #e8e9ec;
}

/* Social Menu */
.menu--social {
  padding: 0;
  list-style: none;
  text-align: center;
}

.menu--social li {
  display: inline-block;
  margin-right: .75em;
}

.menu--social li:last-child {
  margin-right: 0;
}

.menu--social li a {
  display: block;
  color: #999a9e;
  line-height: 1;
  text-decoration: none;
}

.menu--social li a:hover, .menu--social li a:focus {
  color: #e8e9ec;
}

.menu--social li a > svg {
  vertical-align: middle;
}

/*--------------------------------------------------------------
9.3 Navigations
--------------------------------------------------------------*/
/* Page Links */
.page-links {
  clear: both;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .page-links {
    font-size: 0.88889em;
  }
}

.page-links a,
.page-links > span {
  display: inline-block;
  margin-right: .5em;
  padding: .475em 1.125em .35em;
  color: #17181e;
  text-align: center;
  background-color: #f7f8fa;
}

.page-links a {
  text-decoration: none;
}

.page-links a:hover, .page-links a:focus {
  color: #ffffff;
  background-color: #d42929;
}

.page-links > span:not(.page-links-title) {
  color: #ffffff;
  background-color: #17181e;
}

.page-links .page-links-title {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* Post Navigation */
.post-navigation-area {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  border-top: 0.25em solid #f4f5f8;
}

.post-navigation {
  clear: both;
  overflow: hidden;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 960px) {
  .post-navigation {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .post-navigation {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .post-navigation {
    margin-left: calc(10% + 8rem);
    margin-right: calc(10% + 8rem);
  }
}

@media only screen and (min-width: 600px) {
  .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
  }
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
}

@media only screen and (min-width: 600px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    max-width: 28rem;
  }
}

@media only screen and (min-width: 1024px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    transition: margin .4s ease-in-out;
  }
}

.post-navigation .nav-previous svg,
.post-navigation .nav-next svg {
  position: absolute;
  top: 50%;
  color: #84858a;
}

@media only screen and (max-width: 1023px) {
  .post-navigation .nav-previous svg,
  .post-navigation .nav-next svg {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .post-navigation .nav-previous {
    padding-right: 1.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .post-navigation .nav-previous:hover {
    margin-left: 2.5rem;
  }
  .post-navigation .nav-previous svg {
    left: -.5em;
    transform: translate(-100%, -50%);
  }
}

@media only screen and (min-width: 600px) {
  .post-navigation .nav-next {
    padding-left: 1.5em;
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .post-navigation .nav-next:hover {
    margin-right: 2.5rem;
  }
  .post-navigation .nav-next svg {
    right: -.5em;
    transform: translate(100%, -50%);
  }
}

@media only screen and (max-width: 599px) {
  .post-navigation div + div {
    margin-top: 2.5em;
  }
}

.post-navigation a {
  display: block;
  position: relative;
  color: #17181e;
  line-height: 1.5;
  text-decoration: none;
}

.post-navigation a:hover, .post-navigation a:focus {
  color: #17181e;
  outline: 0;
}

.post-navigation a:focus {
  color: #d42929;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  margin-bottom: .125em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}

.post-navigation .post-title {
  font-size: 1em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

.attachment .post-navigation {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .attachment .post-navigation {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .attachment .post-navigation > * {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .attachment .post-navigation > * {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .attachment .post-navigation > * {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .attachment .post-navigation > * {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.attachment .post-navigation .nav-links {
  overflow: hidden;
}

@media only screen and (min-width: 600px) {
  .attachment .post-navigation .nav-previous {
    max-width: 100%;
    padding-right: 0;
  }
}

/* Comment Navigation */
.comment-navigation {
  overflow: hidden;
  margin-bottom: 4rem;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty) {
  margin-left: 1.5em;
}

.comment-navigation a {
  color: #84858a;
  text-decoration: none;
}

.comment-navigation a:hover, .comment-navigation a:focus {
  color: #4a4b51;
}

.comment-navigation a:focus {
  outline: none;
}

/* Pagination */
.pagination {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .pagination {
    margin-bottom: 6rem;
  }
}

.pagination .page-numbers {
  display: none;
  margin-right: .25em;
  padding: .475em 1.125em .35em;
  color: #17181e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  background-color: #f7f8fa;
}

@media only screen and (min-width: 600px) {
  .pagination .page-numbers {
    display: inline-block;
  }
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #17181e;
}

.pagination a {
  text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
  color: #ffffff;
  background-color: #d42929;
}

.pagination a:focus {
  outline: 0;
}

.pagination .current,
.pagination .prev,
.pagination .next {
  display: inline-block;
}

.pagination .prev,
.pagination .next {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media only screen and (max-width: 599px) {
  .pagination .current .screen-reader-text {
    position: static !important;
    clip-path: none;
    margin: 0 2px 0 0;
  }
}

/* Scroll to Top */
.button--scroll-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
  padding: .5em;
  z-index: 1000;
  color: #ffffff;
  background-color: #d42929;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  border-radius: 50%;
  border: 0;
  outline: 0;
}

@media only screen and (min-width: 768px) {
  .button--scroll-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.button--scroll-to-top:hover, .button--scroll-to-top:focus {
  color: #ffffff;
  background-color: #b62323;
  box-shadow: none;
}

.button--scroll-to-top:focus {
  outline: 0;
}

.button--scroll-to-top > svg {
  vertical-align: middle;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
img,
video {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
  vertical-align: middle;
}

figure {
  margin: 0 0 1.8em;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.site .avatar {
  border-radius: 50%;
}

.page__content .wp-smiley,
.entry__content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  margin-bottom: 1.8em;
  vertical-align: middle;
}

embed:last-child,
iframe:last-child,
object:last-child {
  margin-bottom: 0;
}

.wp-playlist.wp-audio-playlist,
.wp-audio-shortcode,
.wp-video {
  margin: 0 0 1.8em;
}

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

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.8em;
}

.wp-caption.aligncenter {
  text-align: center;
}

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

.wp-caption-text {
  margin: 0;
  padding: 1em 1em 0;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  text-align: center;
}

.wp-caption-text > :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 1.8em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2 - .01px);
}

.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 - .01px);
}

.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 - .01px);
}

.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 - .01px);
}

.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 - .01px);
}

.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 - .01px);
}

.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 - .01px);
}

.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 - .01px);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  margin-right: 0;
}

.gallery-item > div > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  position: relative;
}

.gallery-item > div > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: 0;
  z-index: 1;
  transition: opacity .4s ease-in-out;
}

.gallery-item > div > a:hover::before, .gallery-item > div > a:focus::before {
  opacity: .15;
}

.gallery-item > div > a img {
  display: block;
}

.gallery-caption {
  display: block;
  margin: 0;
  padding: 1em 1em 0;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  text-align: center;
}

.gallery-caption > :last-child {
  margin-bottom: 0;
}

.gallery-columns-6 .gallery-caption {
  display: none;
}

.gallery-columns-7 .gallery-caption {
  display: none;
}

.gallery-columns-8 .gallery-caption {
  display: none;
}

.gallery-columns-9 .gallery-caption {
  display: none;
}

/*--------------------------------------------------------------
10.3 Carousels
--------------------------------------------------------------*/
.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel__item {
  position: relative;
  opacity: 0;
}

.carousel.slick-initialized .carousel__item {
  opacity: 1;
}

.carousel__arrow {
  z-index: 120;
  padding: 0;
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border: 0;
}

.carousel__arrow:hover, .carousel__arrow:focus {
  background-color: transparent;
}

.carousel__arrow:focus {
  outline: none;
}

.carousel__arrow .svg-icon {
  vertical-align: middle;
}

/*--------------------------------------------------------------
11.0 Blocks
--------------------------------------------------------------*/
.entry__summary > *,
.entry__content > * {
  max-width: 100%;
  margin-bottom: calc(1.8 * 1rem);
}

.entry__summary > *.alignwide,
.entry__content > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry__summary > *.alignwide,
  .entry__content > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.entry__summary > *.alignfull,
.entry__content > *.alignfull {
  position: relative;
  left: -1.5rem;
  width: calc(100% + 2 * 1.5rem);
  max-width: calc(100% + 2 * 1.5rem);
  clear: both;
}

@media only screen and (min-width: 960px) {
  .entry__summary > *.alignfull,
  .entry__content > *.alignfull {
    left: -2.5rem;
    width: calc(100% + 2 * 2.5rem);
    max-width: calc(100% + 2 * 2.5rem);
  }
}

@media only screen and (min-width: 1440px) {
  .entry__summary > *.alignfull,
  .entry__content > *.alignfull {
    left: -12.5%;
    width: 125%;
    max-width: 125%;
  }
}

@media only screen and (min-width: 1920px) {
  .entry__summary > *.alignfull,
  .entry__content > *.alignfull {
    left: calc(-12.5% - 10rem);
    width: calc(125% + 20rem);
    max-width: calc(125% + 20rem);
  }
}

.entry__summary > *.alignleft,
.entry__content > *.alignleft {
  float: left;
  margin-right: 1.8em;
}

@media only screen and (min-width: 768px) {
  .entry__summary > *.alignleft,
  .entry__content > *.alignleft {
    margin-left: calc((100% - (100vw / 12 * 9 + 2.5rem)) / 2);
  }
}

@media only screen and (min-width: 960px) {
  .entry__summary > *.alignleft,
  .entry__content > *.alignleft {
    margin-left: calc((100% - (100vw / 12 * 8 + 2.5rem)) / 2);
  }
}

@media only screen and (min-width: 1280px) {
  .entry__summary > *.alignleft,
  .entry__content > *.alignleft {
    margin-left: calc((100% - (100vw / 12 * 6 + 7.5rem)) / 2);
  }
}

@media only screen and (min-width: 1920px) {
  .entry__summary > *.alignleft,
  .entry__content > *.alignleft {
    margin-left: calc((100% - (100vw / 12 * 4 + 7.5rem)) / 2);
  }
}

.entry__summary > *.alignright,
.entry__content > *.alignright {
  float: right;
  margin-left: 1.8em;
}

@media only screen and (min-width: 768px) {
  .entry__summary > *.alignright,
  .entry__content > *.alignright {
    margin-right: calc((100% - (100vw / 12 * 9 + 2.5rem)) / 2);
  }
}

@media only screen and (min-width: 960px) {
  .entry__summary > *.alignright,
  .entry__content > *.alignright {
    margin-right: calc((100% - (100vw / 12 * 8 + 2.5rem)) / 2);
  }
}

@media only screen and (min-width: 1280px) {
  .entry__summary > *.alignright,
  .entry__content > *.alignright {
    margin-right: calc((100% - (100vw / 12 * 6 + 7.5rem)) / 2);
  }
}

@media only screen and (min-width: 1920px) {
  .entry__summary > *.alignright,
  .entry__content > *.alignright {
    margin-right: calc((100% - (100vw / 12 * 4 + 7.5rem)) / 2);
  }
}

.entry__summary > *.aligncenter,
.entry__content > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.entry__content p.has-background {
  padding: 20px 30px;
}

.entry__content p.has-vivid-red-background-color:not(.has-text-color), .entry__content p.has-vivid-cyan-blue-background-color:not(.has-text-color), .entry__content p.has-very-dark-gray-background-color:not(.has-text-color) {
  color: #ffffff;
}

.entry__content p.has-drop-cap::first-letter {
  margin: .5rem 1rem 0 0;
  padding: 1.625rem;
  color: #ffffff;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 2.53125em;
  font-weight: 700;
  line-height: 1;
  background-color: #d42929;
}

.entry__content p.has-background.has-drop-cap::first-letter {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.15);
}

.entry__content p.has-drop-cap::after {
  padding-top: 0;
  line-height: 0;
}

.entry__content .wp-block-table {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-table {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.entry__content .wp-block-table th,
.entry__content .wp-block-table td {
  padding: .5em 1em;
  border: 1px solid #e8e9ec;
}

.entry__content .wp-block-quote {
  margin-top: 2.025em;
  margin-bottom: 2.025em;
  font-size: 16px;
  font-size: 1rem;
}

.entry__content .wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #d42929;
  padding-left: 2em;
  padding-top: .5625em;
  padding-bottom: .5em;
}

.entry__content .wp-block-quote p {
  color: #17181e;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-quote p {
    font-size: 1.3125em;
  }
}

.entry__content .wp-block-quote.is-large, .entry__content .wp-block-quote.is-style-large {
  margin: 2em auto;
  padding: 0;
  border: 0;
}

.entry__content .wp-block-quote.is-large p, .entry__content .wp-block-quote.is-style-large p {
  font-size: 1.3125em;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-quote.is-large p, .entry__content .wp-block-quote.is-style-large p {
    font-size: 1.5em;
  }
}

.entry__content .wp-block-quote.is-large cite,
.entry__content .wp-block-quote.is-large footer, .entry__content .wp-block-quote.is-style-large cite,
.entry__content .wp-block-quote.is-style-large footer {
  text-align: inherit;
}

.entry__content .wp-block-quote cite,
.entry__content .wp-block-quote footer {
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  line-height: 1.5;
}

.entry__content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.entry__content .wp-block-gallery figcaption a {
  color: #ffffff;
}

@media only screen and (min-width: 600px) {
  .entry__content .wp-block-gallery.columns-3 .blocks-gallery-image,
  .entry__content .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3 - .01px);
  }
  .entry__content .wp-block-gallery.columns-4 .blocks-gallery-image,
  .entry__content .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4 - .01px);
  }
  .entry__content .wp-block-gallery.columns-5 .blocks-gallery-image,
  .entry__content .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5 - .01px);
  }
  .entry__content .wp-block-gallery.columns-6 .blocks-gallery-image,
  .entry__content .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6 - .01px);
  }
  .entry__content .wp-block-gallery.columns-7 .blocks-gallery-image,
  .entry__content .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7 - .01px);
  }
  .entry__content .wp-block-gallery.columns-8 .blocks-gallery-image,
  .entry__content .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8 - .01px);
  }
}

.entry__content .wp-block-gallery .blocks-gallery-image figure a::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: 0;
  z-index: 1;
  transition: opacity .4s ease-in-out;
}

.entry__content .wp-block-gallery .blocks-gallery-image figure a:hover::before, .entry__content .wp-block-gallery .blocks-gallery-image figure a:focus::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure a:hover::before,
.entry__content .wp-block-gallery .blocks-gallery-item figure a:focus::before {
  opacity: .15;
}

.entry__content .wp-block-file {
  margin-bottom: 2.025em;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry__content .wp-block-file .wp-block-file__button {
  display: table;
  padding: .5375em 2em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
  background-color: #d42929;
  border-radius: 0;
}

.entry__content .wp-block-file .wp-block-file__button:hover, .entry__content .wp-block-file .wp-block-file__button:focus {
  color: #ffffff;
  background-color: #b62323;
  border-color: #b62323;
  opacity: 1;
}

.entry__content .wp-block-file * + .wp-block-file__button {
  margin-left: 0;
  margin-top: 1.8em;
}

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

.entry__content .wp-block-audio audio {
  width: 100%;
  min-width: 272px;
}

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

.entry__content .wp-block-cover,
.entry__content .wp-block-cover-image {
  position: relative;
  min-height: 430px;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-cover,
  .entry__content .wp-block-cover-image {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.entry__content .wp-block-cover h2,
.entry__content .wp-block-cover .wp-block-cover-text,
.entry__content .wp-block-cover .wp-block-cover-image-text,
.entry__content .wp-block-cover-image h2,
.entry__content .wp-block-cover-image .wp-block-cover-text,
.entry__content .wp-block-cover-image .wp-block-cover-image-text {
  padding-left: 1.8em;
  padding-right: 1.8em;
  color: #ffffff;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.entry__content .wp-block-cover h2 strong,
.entry__content .wp-block-cover .wp-block-cover-text strong,
.entry__content .wp-block-cover .wp-block-cover-image-text strong,
.entry__content .wp-block-cover-image h2 strong,
.entry__content .wp-block-cover-image .wp-block-cover-text strong,
.entry__content .wp-block-cover-image .wp-block-cover-image-text strong {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-cover h2,
  .entry__content .wp-block-cover .wp-block-cover-text,
  .entry__content .wp-block-cover .wp-block-cover-image-text,
  .entry__content .wp-block-cover-image h2,
  .entry__content .wp-block-cover-image .wp-block-cover-text,
  .entry__content .wp-block-cover-image .wp-block-cover-image-text {
    padding: 0;
    font-size: 2.25em;
  }
}

.entry__content .wp-block-cover.alignleft, .entry__content .wp-block-cover.alignright,
.entry__content .wp-block-cover-image.alignleft,
.entry__content .wp-block-cover-image.alignright {
  width: 100%;
  padding: 1.8em;
}

.entry__content .wp-block-cover.alignleft p, .entry__content .wp-block-cover.alignright p,
.entry__content .wp-block-cover-image.alignleft p,
.entry__content .wp-block-cover-image.alignright p {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-cover.alignleft, .entry__content .wp-block-cover.alignright,
  .entry__content .wp-block-cover-image.alignleft,
  .entry__content .wp-block-cover-image.alignright {
    width: calc(5 * (100vw / 12));
    max-width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .entry__content .wp-block-cover.alignleft, .entry__content .wp-block-cover.alignright,
  .entry__content .wp-block-cover-image.alignleft,
  .entry__content .wp-block-cover-image.alignright {
    width: calc(4 * (100vw / 12));
  }
}

@media only screen and (min-width: 1280px) {
  .entry__content .wp-block-cover.alignleft, .entry__content .wp-block-cover.alignright,
  .entry__content .wp-block-cover-image.alignleft,
  .entry__content .wp-block-cover-image.alignright {
    width: calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 1920px) {
  .entry__content .wp-block-cover.alignleft, .entry__content .wp-block-cover.alignright,
  .entry__content .wp-block-cover-image.alignleft,
  .entry__content .wp-block-cover-image.alignright {
    width: calc(2 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-cover.alignwide h2,
  .entry__content .wp-block-cover.alignwide .wp-block-cover-text,
  .entry__content .wp-block-cover.alignwide .wp-block-cover-image-text, .entry__content .wp-block-cover.alignfull h2,
  .entry__content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry__content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry__content .wp-block-cover-image.alignwide h2,
  .entry__content .wp-block-cover-image.alignwide .wp-block-cover-text,
  .entry__content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
  .entry__content .wp-block-cover-image.alignfull h2,
  .entry__content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry__content .wp-block-cover-image.alignfull .wp-block-cover-image-text {
    max-width: calc(8 * (100vw / 12));
  }
}

@media only screen and (min-width: 1280px) {
  .entry__content .wp-block-cover.alignwide h2,
  .entry__content .wp-block-cover.alignwide .wp-block-cover-text,
  .entry__content .wp-block-cover.alignwide .wp-block-cover-image-text, .entry__content .wp-block-cover.alignfull h2,
  .entry__content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry__content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry__content .wp-block-cover-image.alignwide h2,
  .entry__content .wp-block-cover-image.alignwide .wp-block-cover-text,
  .entry__content .wp-block-cover-image.alignwide .wp-block-cover-image-text,
  .entry__content .wp-block-cover-image.alignfull h2,
  .entry__content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry__content .wp-block-cover-image.alignfull .wp-block-cover-image-text {
    max-width: calc(6 * (100vw / 12));
  }
}

.entry__content .wp-block-cover.has-left-content,
.entry__content .wp-block-cover-image.has-left-content {
  justify-content: flex-start;
}

.entry__content .wp-block-cover.has-left-content h2,
.entry__content .wp-block-cover.has-left-content .wp-block-cover-text,
.entry__content .wp-block-cover.has-left-content .wp-block-cover-image-text,
.entry__content .wp-block-cover-image.has-left-content h2,
.entry__content .wp-block-cover-image.has-left-content .wp-block-cover-text,
.entry__content .wp-block-cover-image.has-left-content .wp-block-cover-image-text {
  margin-left: 0;
}

.entry__content .wp-block-cover.has-right-content,
.entry__content .wp-block-cover-image.has-right-content {
  justify-content: flex-end;
}

.entry__content .wp-block-cover.has-right-content h2,
.entry__content .wp-block-cover.has-right-content .wp-block-cover-text,
.entry__content .wp-block-cover.has-right-content .wp-block-cover-image-text,
.entry__content .wp-block-cover-image.has-right-content h2,
.entry__content .wp-block-cover-image.has-right-content .wp-block-cover-text,
.entry__content .wp-block-cover-image.has-right-content .wp-block-cover-image-text {
  margin-right: 0;
}

.entry__content .wp-block-pullquote {
  font-size: 16px;
  font-size: 1rem;
  border-color: #d42929;
  border-width: 4px;
  color: #17181e;
}

.entry__content .wp-block-pullquote blockquote {
  font-size: 16px;
  font-size: 1rem;
  border: none;
  margin: 0 1em;
  hyphens: auto;
  word-break: break-word;
  padding-left: 0;
}

.entry__content .wp-block-pullquote p {
  margin-bottom: 1.8em;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-pullquote p {
    font-size: 1.3125em;
  }
}

.entry__content .wp-block-pullquote p em {
  font-style: normal;
}

.entry__content .wp-block-pullquote cite {
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  text-transform: none;
}

.entry__content .wp-block-pullquote cite::before {
  display: none;
}

.entry__content .wp-block-pullquote.is-style-solid-color {
  padding: 3em 0;
}

.entry__content .wp-block-pullquote.is-style-solid-color:not(.has-pale-pink-background-color):not(.has-vivid-red-background-color):not(.has-luminous-vivid-orange-background-color):not(.has-luminous-vivid-amber-background-color):not(.has-light-green-cyan-background-color):not(.has-vivid-green-cyan-background-color):not(.has-pale-cyan-blue-background-color):not(.has-vivid-cyan-blue-background-color):not(.has-very-light-gray-background-color):not(.has-cyan-bluish-gray-background-color):not(.has-very-dark-gray-background-color) {
  background-color: #d42929;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote {
  width: calc(100% - (2 * 1.8em));
  max-width: calc( 100% - (2 * 1.8em));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
    width: 100%;
  }
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 1.8em;
  font-size: 1.125em;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.3125em;
  }
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote a,
.entry__content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry__content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.entry__content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
  color: inherit;
}

.entry__content .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color),
.entry__content .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) cite {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-pullquote.alignfull blockquote {
    max-width: calc(80% - 128px);
    margin-left: auto;
    margin-right: auto;
  }
}

.entry__content .wp-block-pullquote.alignleft, .entry__content .wp-block-pullquote.alignright {
  padding: 2em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-pullquote.alignleft, .entry__content .wp-block-pullquote.alignright {
    width: calc(5 * (100vw / 12));
    max-width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .entry__content .wp-block-pullquote.alignleft, .entry__content .wp-block-pullquote.alignright {
    width: calc(4 * (100vw / 12));
  }
}

@media only screen and (min-width: 1280px) {
  .entry__content .wp-block-pullquote.alignleft, .entry__content .wp-block-pullquote.alignright {
    width: calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 1920px) {
  .entry__content .wp-block-pullquote.alignleft, .entry__content .wp-block-pullquote.alignright {
    width: calc(2.25 * (100vw / 12));
  }
}

.entry__content .wp-block-code {
  margin-bottom: 2.25em;
  padding: 1.8em calc(1.8em * 1.25);
  overflow: auto;
  color: #2d2e34;
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  background-color: #f7f8fa;
  border: 0;
  border-radius: 0;
}

.entry__content .wp-block-code code {
  color: inherit;
  font-family: inherit;
  font-size: 0.875em;
  line-height: 1.6;
  background-color: transparent;
  border-radius: 0;
}

.entry__content .wp-block-verse {
  padding: 0;
  color: #2d2e34;
  font-size: 1em;
  font-family: inherit;
  line-height: inherit;
  background-color: transparent;
}

.entry__content .wp-block-preformatted {
  color: #2d2e34;
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.6;
}

.entry__content .wp-block-button .wp-block-button__link {
  padding: .6em 2em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}

.entry__content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #d42929;
}

.entry__content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}

.entry__content .wp-block-button .wp-block-button__link:hover, .entry__content .wp-block-button .wp-block-button__link:focus {
  color: #ffffff;
  background-color: #b62323;
  cursor: pointer;
}

.entry__content .wp-block-button .wp-block-button__link:focus {
  outline: thin dotted;
  outline-offset: -.25em;
}

.entry__content .wp-block-button .wp-block-button__link.has-background:hover, .entry__content .wp-block-button .wp-block-button__link.has-background:focus {
  background-color: #17181e;
}

.entry__content .wp-block-button .wp-block-button__link.has-text-color:hover, .entry__content .wp-block-button .wp-block-button__link.has-text-color:focus {
  color: #ffffff;
}

.entry__content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:active {
  padding: .475em 2em;
  border-width: 2px;
  border-style: solid;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background-color: transparent;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry__content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #d42929;
  border-color: currentColor;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #b62323;
  border-color: #b62323;
}

.entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover, .entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-background:focus, .entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-text-color:hover, .entry__content .wp-block-button.is-style-outline .wp-block-button__link.has-text-color:focus {
  color: #ffffff;
  background-color: #17181e;
  border-color: #17181e;
}

.entry__content .wp-block-separator {
  margin: 1.8em auto;
  height: 2px;
  max-width: 20%;
  font-size: 16px;
  font-size: 1rem;
  background-color: #e8e9ec;
  border: 0;
}

.entry__content .wp-block-separator.is-style-wide {
  height: 1px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-separator.is-style-wide {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .entry__content .wp-block-separator.is-style-wide {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .entry__content .wp-block-separator.is-style-wide {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .entry__content .wp-block-separator.is-style-wide {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.entry__content .wp-block-separator.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.entry__content .wp-block-separator.is-style-dots:before {
  color: #84858a;
  font-size: 1.3125em;
}

.entry__content .wp-block-media-text.has-vivid-red-background-color .wp-block-media-text__content, .entry__content .wp-block-media-text.has-vivid-cyan-blue-background-color .wp-block-media-text__content, .entry__content .wp-block-media-text.has-very-dark-gray-background-color .wp-block-media-text__content {
  color: #ffffff;
}

.entry__content .wp-block-media-text .wp-block-media-text__content {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}

.entry__content .wp-block-media-text .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}

.entry__content .wp-block-archives,
.entry__content .wp-block-categories,
.entry__content .wp-block-latest-posts {
  padding-left: 0;
  list-style: none;
}

.entry__content .wp-block-archives ul,
.entry__content .wp-block-categories ul,
.entry__content .wp-block-latest-posts ul {
  padding-left: 0;
  list-style: none;
}

.entry__content .wp-block-archives li,
.entry__content .wp-block-categories li,
.entry__content .wp-block-latest-posts li {
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.entry__content .wp-block-archives li a,
.entry__content .wp-block-categories li a,
.entry__content .wp-block-latest-posts li a {
  color: #17181e;
  text-decoration: none;
}

.entry__content .wp-block-archives li a:hover, .entry__content .wp-block-archives li a:focus,
.entry__content .wp-block-categories li a:hover,
.entry__content .wp-block-categories li a:focus,
.entry__content .wp-block-latest-posts li a:hover,
.entry__content .wp-block-latest-posts li a:focus {
  color: #d42929;
}

.entry__content .wp-block-archives li ul,
.entry__content .wp-block-categories li ul,
.entry__content .wp-block-latest-posts li ul {
  padding-left: 1.25em;
}

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

.entry__content .wp-block-latest-posts li {
  margin-bottom: 1.75em;
  line-height: 1.5;
}

.entry__content .wp-block-latest-posts .wp-block-latest-posts__post-date {
  margin-top: .5em;
  color: #84858a;
  font-size: 0.875em;
}

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

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  color: #84858a;
}

.entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 1.8em;
  font-size: 1em;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1.125em;
  }
}

.entry__content .wp-block-image img {
  display: block;
}

.entry__content .wp-block-image .alignleft,
.entry__content .wp-block-image .alignright {
  max-width: 100%;
}

.entry__content .wp-block-image.alignfull img {
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .entry__content .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}

.entry__content .wp-block-audio figcaption,
.entry__content .wp-block-video figcaption,
.entry__content .wp-block-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-image figcaption,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  padding: 1em 1em 0;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  text-align: center;
}

.entry__content .wp-block-audio figcaption > :last-child,
.entry__content .wp-block-video figcaption > :last-child,
.entry__content .wp-block-image figcaption > :last-child,
.entry__content .wp-block-gallery .blocks-gallery-image figcaption > :last-child,
.entry__content .wp-block-gallery .blocks-gallery-item figcaption > :last-child {
  margin-bottom: 0;
}

.entry__content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry__content .has-small-font-size {
  font-size: calc(1em / 18 * 16);
}

.entry__content .has-normal-font-size {
  font-size: calc(1.125em / 18 * 16);
}

.entry__content .has-large-font-size {
  font-size: calc(1.3125em / 18 * 16);
}

.entry__content .has-huge-font-size {
  font-size: calc(1.5em / 18 * 16);
}

/*--------------------------------------------------------------
12.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 4rem;
}

.widget:last-child,
.widget > :last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  position: relative;
  margin-bottom: 1.25em;
  color: #17181e;
  font-size: 1.3125em;
  font-weight: 600;
}

.widget .widget-title :empty {
  margin-bottom: 0;
}

.widget ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.widget ul li {
  margin-bottom: .375em;
  padding-top: .5em;
  position: relative;
  border-top: 1px dotted #e8e9ec;
}

.widget ul li > a {
  color: #17181e;
  text-decoration: none;
}

.widget ul li > a:hover, .widget ul li > a:focus {
  color: #d42929;
}

.widget ul:not(.children):not(.sub-menu) > li:last-child {
  margin-bottom: 0;
  padding-bottom: .375em;
  border-bottom: 1px dotted #e8e9ec;
}

.widget ul.children, .widget ul.sub-menu {
  margin-top: .375em;
  padding-left: 1.25em;
}

/* Calendar widget */
.widget_calendar table {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .widget_calendar table {
    display: table;
    overflow-x: visible;
  }
}

.widget_calendar caption {
  margin-bottom: .25em;
  color: #84858a;
  text-align: left;
}

.widget_calendar td,
.widget_calendar th {
  padding: 0;
  font-size: 0.875em;
  line-height: 2.5;
  text-align: center;
}

.widget_calendar th {
  padding-top: .25em;
}

.widget_calendar tbody a {
  display: block;
  color: #17181e;
  font-weight: 600;
  text-decoration: none;
  background-color: #f7f8fa;
}

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  color: #d42929;
  background-color: #f7f8fa;
}

.widget_calendar tfoot a {
  color: #84858a;
  text-decoration: none;
}

.widget_calendar tfoot a:hover, .widget_calendar tfoot a:focus {
  color: #d42929;
}

/* Recent Posts widget */
.widget_recent_entries ul li {
  margin-bottom: 1em;
  padding-top: 1em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.widget_recent_entries ul li:last-child {
  padding-bottom: 1em !important;
}

.widget_recent_entries ul li em, .widget_recent_entries ul li i {
  font-style: normal;
}

.widget_recent_entries ul li strong, .widget_recent_entries ul li b {
  font-weight: 400;
}

.widget_recent_entries .post-date {
  display: block;
  margin-top: .5em;
  color: #84858a;
  font-size: 0.875em;
}

/* Recent Comments widget */
.widget_recent_comments ul li {
  margin-bottom: 1.25em;
  padding-top: 1.25em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
}

.widget_recent_comments ul li:last-child {
  padding-bottom: 1.25em !important;
}

.widget_recent_comments ul li em, .widget_recent_comments ul li i {
  font-style: normal;
}

.widget_recent_comments ul li strong, .widget_recent_comments ul li b {
  font-weight: 400;
}

.widget_recent_comments ul li .comment-author-link a {
  display: inline !important;
  color: #d42929;
  text-decoration: none;
}

.widget_recent_comments ul li .comment-author-link a:hover, .widget_recent_comments ul li .comment-author-link a:focus {
  color: #b62323;
}

.widget_recent_comments ul li > a {
  display: block !important;
  margin-top: .5em !important;
  font-size: 16px;
  font-size: 1rem;
}

/* RSS widget */
.widget_rss .widget-title > a {
  color: #17181e;
  text-decoration: none;
}

.widget_rss .widget-title > a:hover, .widget_rss .widget-title > a:focus {
  color: #d42929;
}

.widget_rss .rss-widget-icon {
  vertical-align: 0;
  margin-right: .25em;
}

.widget_rss ul {
  padding-left: 0;
}

.widget_rss ul li {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}

.widget_rss ul li:last-child {
  padding-bottom: 1.5em !important;
}

.widget_rss ul li .rsswidget {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  margin-top: .75em;
  color: #84858a;
  font-size: 0.875em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_rss .rssSummary {
  margin-top: .75em;
  color: #2d2e34;
  font-size: 0.875em;
}

.widget_rss cite {
  font-style: normal;
}

.widget_rss cite:empty {
  margin: 0;
}

/* Tag Cloud widget */
.tagcloud {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  font-weight: 400;
  line-height: 1;
}

.tagcloud .tag-cloud-link {
  display: inline-block;
  margin-right: .75em;
  margin-bottom: .875em;
  color: #4a4b51;
  text-decoration: none;
}

.tagcloud .tag-cloud-link .tag-link-count {
  color: #84858a;
  transition: all 0.25s ease-in-out;
}

.tagcloud .tag-cloud-link:hover, .tagcloud .tag-cloud-link:focus {
  color: #d42929;
}

.tagcloud .tag-cloud-link:hover .tag-link-count, .tagcloud .tag-cloud-link:focus .tag-link-count {
  color: #d42929;
}

/* Search widget */
.widget_search .search-form > label {
  margin-bottom: 0;
}

/* Other widgets */
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_archive ul li,
.widget_categories ul li {
  display: flex;
  justify-content: space-between;
  color: #84858a;
}

.widget_categories ul li {
  flex-wrap: wrap;
}

.widget_categories ul li ul.children {
  flex: 1 1 100%;
}

.widget_categories .current-cat > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current_page_item > a {
  color: #d42929;
}

.widget.widget_pages li {
  margin-bottom: .625em;
  padding-top: .75em;
  line-height: 1.5;
}

.widget.widget_pages li:last-child {
  padding-bottom: .625em !important;
}

.textwidget {
  color: #2d2e34;
}

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

.textwidget > :last-child {
  margin-bottom: 0;
}

.widget_media_gallery .gallery-item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
  max-width: calc((100% - 8px * 1) / 2);
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
  max-width: calc((100% - 8px * 2) / 3);
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
  max-width: calc((100% - 8px * 3) / 4);
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
  max-width: calc((100% - 8px * 4) / 5);
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
  max-width: calc((100% - 8px * 5) / 6);
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
  max-width: calc((100% - 8px * 6) / 7);
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
  max-width: calc((100% - 8px * 7) / 8);
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
  max-width: calc((100% - 8px * 8) / 9);
}

.widget_falkorn_theme_most_commented_posts .post-list__item {
  position: relative;
}

.widget_falkorn_theme_most_commented_posts .post-list__item:not(:last-child) {
  margin-bottom: 1.8em;
}

.widget_falkorn_theme_most_commented_posts .post-card__thumbnail {
  margin-bottom: 1.5em;
  background-color: #e8e9ec;
}

.widget_falkorn_theme_most_commented_posts .post-card__thumbnail a {
  padding-top: 50%;
}

.widget_falkorn_theme_most_commented_posts .post-card__meta {
  font-size: 0.875em;
}

.widget_falkorn_theme_most_commented_posts .post-card__body {
  padding: 0;
}

.widget_falkorn_theme_most_commented_posts .post-card__title {
  margin-bottom: .5em;
  font-size: 1em;
}

.widget_falkorn_theme_recent_posts .post-list__item {
  position: relative;
}

.widget_falkorn_theme_recent_posts .post-list__item:not(:last-child) {
  margin-bottom: 1.8em;
}

/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/
body {
  margin: 0;
  background-color: #ffffff;
}

.site {
  position: relative;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.header {
  position: relative;
}

.header--position-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header--colors-white .site__title a {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.header--colors-white .site__title a:hover, .header--colors-white .site__title a:focus {
  color: #ffffff;
}

.header--colors-white .button--sidebar-toggle {
  color: rgba(255, 255, 255, 0.9);
}

.header--colors-white .button--sidebar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.header--colors-white .button--sidebar-toggle:hover, .header--colors-white .button--sidebar-toggle:focus {
  color: #ffffff;
}

.header--colors-white .button--sidebar-toggle:hover .icon-bar, .header--colors-white .button--sidebar-toggle:focus .icon-bar {
  background-color: #ffffff;
}

.header--colors-white .header__search {
  color: rgba(255, 255, 255, 0.9);
}

.header--colors-white .header__search:hover, .header--colors-white .header__search:focus {
  color: #ffffff;
}

.header__panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem .5rem;
}

@media only screen and (min-width: 960px) {
  .header__panel {
    padding: 2rem 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .header__panel {
    margin-left: 1%;
    margin-right: 1%;
  }
}

.header__wrapper {
  display: flex;
}

.header__search {
  margin-right: 1rem;
  color: #17181e;
  line-height: 1;
}

@media only screen and (min-width: 480px) {
  .header__search {
    margin-right: 1.5rem;
  }
}

.header__search:hover, .header__search:focus {
  color: #d42929;
}

.header__search .svg-icon {
  vertical-align: middle;
}

/* Site Branding */
.site__branding {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  margin-right: 1em;
  overflow: hidden;
}

.site__title {
  margin: 0;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1;
}

.site__title a {
  display: inline-block;
  padding: .8125rem 0 .5575rem;
  color: #17181e;
  text-decoration: none;
  outline: 0;
}

.site__title a:hover, .site__title a:focus {
  color: #17181e;
}

/* Custom Logo */
.custom-logo-link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #17181e;
  border-radius: 50%;
  overflow: hidden;
}

.header--colors-white .custom-logo-link {
  color: #ffffff;
}

.custom-logo-link:focus {
  outline: 0;
}

.custom-logo-link + .site__title {
  margin-left: 1rem;
}

.custom-logo {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
  .custom-logo {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

/* Button sidebar-toggle */
.button--sidebar-toggle {
  padding: 0;
  transition: none;
  color: #17181e;
  line-height: 1;
  background-color: transparent;
  border: 0;
}

.button--sidebar-toggle:focus {
  outline: 0;
}

.button--sidebar-toggle .icon-bar {
  display: block;
  position: relative;
  width: 1.375em;
  height: .125em;
  margin-left: .0625em;
  margin-right: .0625em;
  background-color: #17181e;
  transition: all .3s ease-in;
}

.button--sidebar-toggle .icon-bar + .icon-bar {
  margin-top: .3125em;
}

.button--sidebar-toggle .icon-bar:nth-child(2) {
  margin-top: .1875em;
}

.button--sidebar-toggle .icon-bar:nth-child(4) {
  margin-bottom: .3125em;
}

.button--sidebar-toggle:hover, .button--sidebar-toggle:focus {
  color: #d42929;
  background-color: transparent;
}

.button--sidebar-toggle:hover .icon-bar, .button--sidebar-toggle:focus .icon-bar {
  background-color: #d42929;
}

/*--------------------------------------------------------------
13.2 Featured
--------------------------------------------------------------*/
.featured-content-area {
  position: relative;
}

/* Featured header image */
.featured--site-info {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  background-color: #17181e;
}

.featured .featured__header-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.featured .featured__header-image img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: thumbFadeIn 4s ease-out;
  opacity: .65;
}

@supports (object-fit: cover) {
  .featured .featured__header-image img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

/* Full width featured posts carousel v.1 */
.featured--carousel-v1 {
  position: relative;
  overflow: hidden;
  background-color: #17181e;
}

.featured--carousel-v1 .carousel {
  height: 100vh;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel {
    height: 90vh;
  }
}

.featured--carousel-v1 .carousel.slick-initialized {
  height: auto;
}

.featured--carousel-v1 .carousel__arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v1 .carousel__arrow {
    display: block !important;
  }
}

.featured--carousel-v1 .carousel__arrow--prev {
  left: 1rem;
}

.featured--carousel-v1 .carousel__arrow--next {
  right: 1rem;
}

.featured--carousel-v1 .carousel-item {
  min-width: 0;
  min-height: 100vh;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item {
    min-height: 90vh;
  }
}

.featured--carousel-v1 .carousel-item__thumbnail {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
}

.featured--carousel-v1 .carousel-item__thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.featured--carousel-v1 .carousel-item__thumbnail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: .5;
  z-index: 1;
}

.featured--carousel-v1 .carousel-item__thumbnail a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
  .featured--carousel-v1 .carousel-item__thumbnail a img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.featured--carousel-v1 .carousel-item.slick-active .carousel-item__thumbnail a img {
  animation: fadeIn 4s ease-out;
}

.featured--carousel-v1 .carousel-item__body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  width: 100%;
  padding: 12rem 1.5rem 2.5rem;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item__body {
    min-height: 90vh;
    max-width: calc(100vw / 12 * 9 + 5.5rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 16rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v1 .carousel-item__body {
    max-width: calc(100vw / 12 * 8 + 7.5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .carousel-item__body {
    max-width: calc(100vw / 12 * 6 + 12.5rem);
    padding-top: 20rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1920px) {
  .featured--carousel-v1 .carousel-item__body {
    max-width: calc(100vw / 12 * 4 + 12.5rem);
  }
}

.featured--carousel-v1 .carousel-item__body > :last-child {
  margin-bottom: 0;
}

.featured--carousel-v1 .carousel-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  hyphens: auto;
}

@media only screen and (min-width: 600px) {
  .featured--carousel-v1 .carousel-item__title {
    font-size: 2.25em;
    hyphens: none;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .carousel-item__title {
    font-size: 3.4375em;
  }
}

.featured--carousel-v1 .carousel-item__title::after {
  content: "";
  display: block;
  width: 10rem;
  height: .0625rem;
  margin-top: 2.5rem;
  background-color: rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .carousel-item__title::after {
    margin-top: 3.5rem;
  }
}

.featured--carousel-v1 .carousel-item__title a {
  color: #ffffff;
  text-decoration: none;
}

.featured--carousel-v1 .carousel-item__title a:hover, .featured--carousel-v1 .carousel-item__title a:focus {
  color: #ffffff;
}

.featured--carousel-v1 .carousel-item__title a:focus {
  outline: 0;
}

.featured--carousel-v1 .carousel-item__meta {
  margin-top: auto;
  margin-bottom: 1.5em;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item__meta {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .carousel-item__meta {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.featured--carousel-v1 .carousel-item__meta > span {
  display: inline;
  margin-right: .75em;
}

.featured--carousel-v1 .carousel-item__meta > span:last-child {
  margin-right: 0;
}

.featured--carousel-v1 .carousel-item__meta > span:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  vertical-align: 3px;
  margin-left: .75em;
}

.featured--carousel-v1 .carousel-item__meta a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.featured--carousel-v1 .carousel-item__meta a:hover, .featured--carousel-v1 .carousel-item__meta a:focus {
  color: #ffffff;
}

.featured--carousel-v1 .carousel-item__meta a:focus {
  outline: 0;
}

.featured--carousel-v1 .carousel-item__meta--after-title {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-transform: none;
}

.featured--carousel-v1 .carousel-item__meta--after-title > span::after {
  display: none !important;
}

@media only screen and (min-width: 480px) {
  .featured--carousel-v1 .carousel-item__meta--after-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item__meta--after-title {
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .carousel-item__meta--after-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.featured--carousel-v1 .carousel-item__meta .byline {
  margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
  .featured--carousel-v1 .carousel-item__meta .byline {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item__meta .byline {
    margin-right: 1.5em;
  }
}

.featured--carousel-v1 .carousel-item__meta .avatar__wrapper {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: .75em;
  top: -.125rem;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item__meta .avatar__wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.featured--carousel-v1 .carousel-item__meta .avatar__wrapper img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

@supports (object-fit: cover) {
  .featured--carousel-v1 .carousel-item__meta .avatar__wrapper img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .carousel-item__meta .avatar__wrapper img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.featured--carousel-v1 .carousel-item__meta .comments-link svg {
  margin-right: .75em;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.featured--carousel-v1 .carousel-item__meta .comments-link:hover svg, .featured--carousel-v1 .carousel-item__meta .comments-link:focus svg {
  color: #ffffff;
}

.featured--carousel-v1 .carousel-item--has-thumbnail .carousel-item__body {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.featured--carousel-v1 .carousel-item--has-thumbnail .carousel-item__meta .avatar__wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.featured--carousel-v1 .carousel-item--has-thumbnail .carousel-item__meta .comments-link svg {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.featured--carousel-v1 .top-circles,
.featured--carousel-v1 .top-circles::before,
.featured--carousel-v1 .top-circles::after {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.025) 53%);
}

.featured--carousel-v1 .top-circles {
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vw;
  transform: translate(42%, -44%);
}

@media only screen and (min-width: 600px) {
  .featured--carousel-v1 .top-circles {
    width: 90vw;
    height: 90vw;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .top-circles {
    width: 80vw;
    height: 80vw;
  }
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v1 .top-circles {
    width: 70vw;
    height: 70vw;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .top-circles {
    width: 50vw;
    height: 50vw;
  }
}

.featured--carousel-v1 .top-circles::before, .featured--carousel-v1 .top-circles::after {
  content: "";
}

.featured--carousel-v1 .top-circles::before {
  bottom: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}

.featured--carousel-v1 .top-circles::after {
  bottom: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
}

.featured--carousel-v1 .bottom-circles,
.featured--carousel-v1 .bottom-circles::before,
.featured--carousel-v1 .bottom-circles::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.featured--carousel-v1 .bottom-circles {
  bottom: 0;
  left: 0;
  width: 90vw;
  height: 90vw;
  transform: translate(-35%, 40%);
}

@media only screen and (min-width: 480px) {
  .featured--carousel-v1 .bottom-circles {
    width: 80vw;
    height: 80vw;
  }
}

@media only screen and (min-width: 600px) {
  .featured--carousel-v1 .bottom-circles {
    width: 70vw;
    height: 70vw;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v1 .bottom-circles {
    width: 60vw;
    height: 60vw;
  }
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v1 .bottom-circles {
    width: 50vw;
    height: 50vw;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v1 .bottom-circles {
    width: 35vw;
    height: 35vw;
  }
}

.featured--carousel-v1 .bottom-circles::before, .featured--carousel-v1 .bottom-circles::after {
  content: "";
}

.featured--carousel-v1 .bottom-circles::before {
  bottom: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}

.featured--carousel-v1 .bottom-circles::after {
  bottom: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
}

.featured--carousel-v1 .line-1,
.featured--carousel-v1 .line-2,
.featured--carousel-v1 .line-3 {
  position: absolute;
  top: 50%;
  height: 1px;
  transform-origin: right center;
  animation: rotate linear infinite;
}

.featured--carousel-v1 .line-1::before,
.featured--carousel-v1 .line-2::before,
.featured--carousel-v1 .line-3::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
  animation: pulse 3s linear infinite;
}

.featured--carousel-v1 .line-1 {
  left: 0;
  width: 50%;
  animation-duration: 25s;
  animation-delay: 4s;
}

.featured--carousel-v1 .line-1::before {
  left: -1px;
  animation-delay: 7s;
}

.featured--carousel-v1 .line-2 {
  left: 15%;
  width: 35%;
  animation-duration: 20s;
  animation-delay: 2s;
}

.featured--carousel-v1 .line-2::before {
  animation-delay: 5s;
}

.featured--carousel-v1 .line-3 {
  left: 30%;
  width: 20%;
  animation-duration: 15s;
}

.featured--carousel-v1 .line-3::before {
  animation-delay: 3s;
}

/* Full width featured posts carousel v.2 */
.featured--carousel-v2 {
  position: relative;
  overflow: hidden;
}

.featured--carousel-v2 .carousel {
  height: calc(100vh + 6.125rem);
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel {
    height: 90vh;
  }
}

.featured--carousel-v2 .carousel.slick-initialized {
  height: auto;
}

.featured--carousel-v2 .carousel__arrow {
  display: none !important;
  position: absolute;
  bottom: 0;
  padding: 1em 1.25em;
  color: #84858a;
  background-color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v2 .carousel__arrow {
    display: block !important;
  }
}

.featured--carousel-v2 .carousel__arrow:hover {
  color: #17181e;
}

.featured--carousel-v2 .carousel__arrow--prev {
  right: 4.5rem;
}

.featured--carousel-v2 .carousel__arrow--next {
  right: 0;
}

.featured--carousel-v2 .carousel-item {
  min-width: 0;
  min-height: calc(100vh + 6.125rem);
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item {
    min-height: 90vh;
  }
}

.featured--carousel-v2 .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 90%;
  background-color: #f7f8fa;
  z-index: 1;
}

.featured--carousel-v2 .carousel-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6.125rem;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  z-index: 2;
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v2 .carousel-item:after {
    top: 7.125rem;
    width: 75%;
    height: calc(100% - 7.125rem);
  }
}

@media only screen and (min-width: 1440px) {
  .featured--carousel-v2 .carousel-item:after {
    width: 57%;
  }
}

.featured--carousel-v2 .carousel-item__thumbnail {
  position: absolute;
  display: block;
  right: 0;
  top: 6.125rem;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  z-index: 5;
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v2 .carousel-item__thumbnail {
    top: 7.125rem;
    width: 75%;
    height: calc(100% - 7.125rem);
  }
}

@media only screen and (min-width: 1440px) {
  .featured--carousel-v2 .carousel-item__thumbnail {
    width: 57%;
  }
}

.featured--carousel-v2 .carousel-item__thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.featured--carousel-v2 .carousel-item__thumbnail a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
  .featured--carousel-v2 .carousel-item__thumbnail a img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.featured--carousel-v2 .carousel-item__body {
  position: absolute;
  bottom: 0;
  margin-right: 1.5rem;
  padding: 1.5rem;
  z-index: 10;
  background-color: #f7f8fa;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__body {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v2 .carousel-item__body {
    bottom: 10%;
    margin-left: 2.5rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v2 .carousel-item__body {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1440px) {
  .featured--carousel-v2 .carousel-item__body {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .featured--carousel-v2 .carousel-item__body {
    margin-left: calc(10% + 8rem);
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__body > * {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
  }
}

@media only screen and (min-width: 960px) {
  .featured--carousel-v2 .carousel-item__body > * {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v2 .carousel-item__body > * {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .featured--carousel-v2 .carousel-item__body > * {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.featured--carousel-v2 .carousel-item__body > :last-child {
  margin-bottom: 0;
}

.featured--carousel-v2 .carousel-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  hyphens: auto;
}

@media only screen and (min-width: 600px) {
  .featured--carousel-v2 .carousel-item__title {
    font-size: 2.25em;
    hyphens: none;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v2 .carousel-item__title {
    font-size: 3.4375em;
  }
}

.featured--carousel-v2 .carousel-item__title::after {
  content: "";
  display: block;
  width: 10rem;
  height: .0625rem;
  margin-top: 2.5rem;
  background-color: #e8e9ec;
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v2 .carousel-item__title::after {
    margin-top: 3.5rem;
  }
}

.featured--carousel-v2 .carousel-item__title a {
  color: #17181e;
  text-decoration: none;
}

.featured--carousel-v2 .carousel-item__title a:hover, .featured--carousel-v2 .carousel-item__title a:focus {
  color: #4a4b51;
}

.featured--carousel-v2 .carousel-item__title a:focus {
  outline: 0;
}

.featured--carousel-v2 .carousel-item__meta {
  margin-bottom: 1.5em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__meta {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v2 .carousel-item__meta {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.featured--carousel-v2 .carousel-item__meta > span {
  display: inline-block;
  margin-right: .75em;
}

.featured--carousel-v2 .carousel-item__meta > span:last-child {
  margin-right: 0;
}

.featured--carousel-v2 .carousel-item__meta > span:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  background-color: #84858a;
  border-radius: 50%;
  vertical-align: 3px;
  margin-left: .75em;
}

.featured--carousel-v2 .carousel-item__meta a {
  color: #84858a;
  text-decoration: none;
}

.featured--carousel-v2 .carousel-item__meta a:hover, .featured--carousel-v2 .carousel-item__meta a:focus {
  color: #4a4b51;
}

.featured--carousel-v2 .carousel-item__meta a:focus {
  outline: 0;
}

.featured--carousel-v2 .carousel-item__meta--after-title {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-transform: none;
}

.featured--carousel-v2 .carousel-item__meta--after-title > span::after {
  display: none !important;
}

@media only screen and (min-width: 480px) {
  .featured--carousel-v2 .carousel-item__meta--after-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__meta--after-title {
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .featured--carousel-v2 .carousel-item__meta--after-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.featured--carousel-v2 .carousel-item__meta .byline {
  margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
  .featured--carousel-v2 .carousel-item__meta .byline {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__meta .byline {
    margin-right: 1.5em;
  }
}

.featured--carousel-v2 .carousel-item__meta .avatar__wrapper {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: .75em;
  top: -.125rem;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__meta .avatar__wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.featured--carousel-v2 .carousel-item__meta .avatar__wrapper img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

@supports (object-fit: cover) {
  .featured--carousel-v2 .carousel-item__meta .avatar__wrapper img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .featured--carousel-v2 .carousel-item__meta .avatar__wrapper img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.featured--carousel-v2 .carousel-item__meta .comments-link svg {
  margin-right: .75em;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.featured--carousel-v2 .carousel-item__meta .comments-link:hover svg, .featured--carousel-v2 .carousel-item__meta .comments-link:focus svg {
  color: #4a4b51;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.content {
  position: relative;
  word-wrap: break-word;
}

.content-area {
  position: relative;
  overflow: hidden;
}

.hfeed:not(.archive):not(.search):not(.error404) .content-area {
  padding-top: 4rem;
}

@media only screen and (min-width: 768px) {
  .hfeed:not(.archive):not(.search):not(.error404) .content-area {
    padding-top: 6rem;
  }
}

.main-content {
  position: relative;
  overflow: hidden;
}

.loop-container {
  position: relative;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .loop-container {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 480px) {
  body.content-layout--grid-v1 .loop-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v1 .loop-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 960px) {
  body.content-layout--grid-v1 .loop-container {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  body.content-layout--grid-v1 .loop-container {
    margin-left: calc(1% + 2.5rem);
    margin-right: calc(1% + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v1 .loop-container::before, body.content-layout--grid-v1 .loop-container::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e8e9ec;
    z-index: 1;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v1 .loop-container::before {
    left: calc(100% / 3 - .5px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v1 .loop-container::before {
    left: calc(100% / 4 - .5px);
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v1 .loop-container::after {
    right: calc(100% / 3 - .5px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v1 .loop-container::after {
    right: calc(100% / 4 - .5px);
  }
}

body.content-layout--grid-v1 .loop-container__line {
  display: none;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v1 .loop-container__line {
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-color: #e8e9ec;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v1 .loop-container__line {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v1 .loop-container__line {
    display: block;
  }
}

body.content-layout--grid-v1 .loop-container .grid__item {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v1 .loop-container .grid__item {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v1 .loop-container .grid__item {
    width: calc(100% / 3 - .01px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v1 .loop-container .grid__item {
    width: calc(100% / 4 - .01px);
  }
}

body.content-layout--grid-v1 .loop-container .grid__item .post-card {
  border-top: 1px solid #e8e9ec;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v1 .loop-container .grid__item:nth-child(1) .post-card, body.content-layout--grid-v1 .loop-container .grid__item:nth-child(2) .post-card {
    border-top: 0;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v1 .loop-container .grid__item:nth-child(3) .post-card {
    border-top: 0;
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v1 .loop-container .grid__item:nth-child(4) .post-card {
    border-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.content-layout--grid-v1 .loop-container .grid__item:nth-last-child(2) .post-card {
    border-bottom: 1px solid #e8e9ec;
  }
}

body.content-layout--grid-v1 .loop-container .post-card {
  height: 100%;
}

body.content-layout--grid-v1 .loop-container .post-card__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

body.content-layout--grid-v1 .loop-container .post-card__thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d42929;
  opacity: .8;
  z-index: 1;
}

body.content-layout--grid-v1 .loop-container .post-card__thumbnail a {
  height: 100%;
}

body.content-layout--grid-v1 .loop-container .post-card:hover .post-card__thumbnail {
  opacity: 1;
}

body.content-layout--grid-v1 .loop-container .post-card__body {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  z-index: 10;
}

@media only screen and (min-width: 1440px) {
  body.content-layout--grid-v1 .loop-container .post-card__body {
    padding: 2.5em;
  }
}

@media only screen and (min-width: 480px) {
  body.content-layout--grid-v1 .loop-container .post-card__title {
    margin-bottom: 1em;
  }
}

body.content-layout--grid-v1 .loop-container .post-card__meta > span:not(:last-child):not(.posted-on)::after {
  transition: background-color .25s ease-in-out;
}

@media only screen and (min-width: 480px) {
  body.content-layout--grid-v1 .loop-container .post-card__meta {
    margin-bottom: 3em;
  }
}

body.content-layout--grid-v1 .loop-container .post-card__content {
  transition: color .25s ease-in-out;
}

@media only screen and (min-width: 480px) {
  body.content-layout--grid-v1 .loop-container .post-card__footer {
    margin-top: 5em;
  }
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a {
  color: #ffffff;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:hover, body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:focus {
  color: #ffffff;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta > span:not(:last-child):not(.posted-on)::after {
  background-color: rgba(255, 255, 255, 0.7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:hover, body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:focus {
  color: #ffffff;
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__content {
  color: rgba(255, 255, 255, 0.9);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:hover, body.content-layout--grid-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:focus {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v2 .grid {
    display: flex;
    flex-wrap: wrap;
  }
}

body.content-layout--grid-v2 .grid__item {
  margin: 0 0 4rem;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v2 .grid__item {
    flex: 0 0 calc((100% - 5rem) / 2 - .01px);
    width: calc((100% - 5rem) / 2 - .01px);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v2 .grid__item {
    flex: 0 0 calc((100% - 7.5rem) / 3 - .01px);
    width: calc((100% - 7.5rem) / 3 - .01px);
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v2 .grid__item--wide {
    flex: 0 0 calc((100% - 7.5rem) / 3 * 2 + 2.5rem - .01px);
    width: calc((100% - 7.5rem) / 3 * 2 + 2.5rem - .01px);
  }
}

body.content-layout--grid-v2 .loop-container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v2 .loop-container {
    margin-left: calc(1.5rem - 1.25rem);
    margin-right: calc(1.5rem - 1.25rem);
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 960px) {
  body.content-layout--grid-v2 .loop-container {
    margin-left: calc(2.5rem - 1.25rem);
    margin-right: calc(2.5rem - 1.25rem);
  }
}

@media only screen and (min-width: 1440px) {
  body.content-layout--grid-v2 .loop-container {
    margin-left: calc(10% - 1.25rem);
    margin-right: calc(10% - 1.25rem);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v2 .loop-container {
    margin-left: calc(10% + 8rem - 1.25rem);
    margin-right: calc(10% + 8rem - 1.25rem);
  }
}

body.content-layout--grid-v2 .loop-container .post-card {
  height: 100%;
}

body.content-layout--grid-v2 .loop-container .post-card__thumbnail {
  height: 100%;
  margin-bottom: 1.8em;
}

body.content-layout--grid-v2 .loop-container .post-card__thumbnail a {
  height: 100%;
  padding-top: 130%;
}

body.content-layout--grid-v2 .loop-container .post-card:not(.post-card--has-thumbnail) {
  background-color: #f7f8fa;
}

body.content-layout--grid-v2 .loop-container .post-card__meta {
  margin-bottom: 1em;
}

body.content-layout--grid-v2 .loop-container .post-card__title {
  font-size: 1.3125em;
}

@media only screen and (min-width: 480px) {
  body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__thumbnail {
    margin-bottom: 0;
  }
}

body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__body {
  padding: 0;
}

@media only screen and (min-width: 480px) {
  body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__body {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 1.75em);
    padding: 1.75em;
    background-color: #ffffff;
    z-index: 10;
  }
}

body.content-layout--grid-v2 .loop-container .post-card--has-thumbnail .post-card__meta {
  margin-bottom: .75em;
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v2 .loop-container .post-card--wide .post-card__thumbnail a {
    padding-top: 61.694%;
  }
}

@media only screen and (min-width: 1440px) {
  body.content-layout--grid-v2 .loop-container .post-card--wide .post-card__thumbnail a {
    padding-top: 61.554%;
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v2 .loop-container .post-card--wide .post-card__thumbnail a {
    padding-top: 61.872%;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v2 .loop-container .post-card--wide.post-card--has-thumbnail .post-card__body {
    width: 60%;
  }
}

body.content-layout--grid-v3 .loop-container {
  margin-left: calc(1.5rem - 1.25rem);
  margin-right: calc(1.5rem - 1.25rem);
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v3 .loop-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 960px) {
  body.content-layout--grid-v3 .loop-container {
    margin-left: calc(2.5rem - 1.25rem);
    margin-right: calc(2.5rem - 1.25rem);
  }
}

@media only screen and (min-width: 1440px) {
  body.content-layout--grid-v3 .loop-container {
    margin-left: calc(1% + 2.5rem - 1.25rem);
    margin-right: calc(1% + 2.5rem - 1.25rem);
  }
}

body.content-layout--grid-v3 .loop-container .grid__item {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 2.5rem;
}

@media only screen and (min-width: 768px) {
  body.content-layout--grid-v3 .loop-container .grid__item {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--grid-v3 .loop-container .grid__item {
    width: calc(100% / 3 - .01px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--grid-v3 .loop-container .grid__item {
    width: calc(100% / 4 - .01px);
  }
}

body.content-layout--grid-v3 .loop-container .post-card {
  height: 100%;
  background-color: #f7f8fa;
}

body.content-layout--grid-v3 .loop-container .post-card__thumbnail a {
  padding-top: 66.66667%;
}

@media only screen and (min-width: 480px) {
  body.content-layout--masonry-v1 .loop-container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 960px) {
  body.content-layout--masonry-v1 .loop-container {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  body.content-layout--masonry-v1 .loop-container {
    margin-left: calc(1% + 2.5rem);
    margin-right: calc(1% + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v1 .loop-container::before, body.content-layout--masonry-v1 .loop-container::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e8e9ec;
    z-index: 1;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v1 .loop-container::before {
    left: calc(100% / 3 - .5px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--masonry-v1 .loop-container::before {
    left: calc(100% / 4 - .5px);
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v1 .loop-container::after {
    right: calc(100% / 3 - .5px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--masonry-v1 .loop-container::after {
    right: calc(100% / 4 - .5px);
  }
}

body.content-layout--masonry-v1 .loop-container__line {
  display: none;
}

@media only screen and (min-width: 768px) {
  body.content-layout--masonry-v1 .loop-container__line {
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-color: #e8e9ec;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v1 .loop-container__line {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--masonry-v1 .loop-container__line {
    display: block;
  }
}

body.content-layout--masonry-v1 .loop-container .masonry__item {
  position: relative;
  width: 100%;
  opacity: 0;
}

.no-js body.content-layout--masonry-v1 .loop-container .masonry__item {
  opacity: 1;
}

body.content-layout--masonry-v1 .loop-container .masonry__item--is-visible {
  animation: masonryItems 700ms ease-in forwards;
  opacity: 1;
}

.no-js body.content-layout--masonry-v1 .loop-container .masonry__item--is-visible {
  animation: none;
}

@media only screen and (min-width: 768px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item {
    width: calc(100% / 3 - .01px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item {
    width: calc(100% / 4 - .01px);
  }
}

body.content-layout--masonry-v1 .loop-container .masonry__item .post-card {
  border-top: 1px solid #e8e9ec;
}

@media only screen and (min-width: 768px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(1) .post-card, body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(2) .post-card {
    border-top: 0;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(3) .post-card {
    border-top: 0;
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item:nth-child(4) .post-card {
    border-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.content-layout--masonry-v1 .loop-container .masonry__item:nth-last-child(2) .post-card {
    border-bottom: 1px solid #e8e9ec;
  }
}

body.content-layout--masonry-v1 .loop-container .post-card__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

body.content-layout--masonry-v1 .loop-container .post-card__thumbnail::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d42929;
  opacity: .8;
  z-index: 1;
}

body.content-layout--masonry-v1 .loop-container .post-card__thumbnail a {
  height: 100%;
}

body.content-layout--masonry-v1 .loop-container .post-card:hover .post-card__thumbnail {
  opacity: 1;
}

body.content-layout--masonry-v1 .loop-container .post-card__body {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  z-index: 10;
}

@media only screen and (min-width: 1440px) {
  body.content-layout--masonry-v1 .loop-container .post-card__body {
    padding: 2.5em;
  }
}

@media only screen and (min-width: 480px) {
  body.content-layout--masonry-v1 .loop-container .post-card__title {
    margin-bottom: 1em;
  }
}

body.content-layout--masonry-v1 .loop-container .post-card__meta > span:not(:last-child):not(.posted-on)::after {
  transition: background-color .25s ease-in-out;
}

@media only screen and (min-width: 480px) {
  body.content-layout--masonry-v1 .loop-container .post-card__meta {
    margin-bottom: 3em;
  }
}

body.content-layout--masonry-v1 .loop-container .post-card__content {
  transition: color .25s ease-in-out;
}

@media only screen and (min-width: 480px) {
  body.content-layout--masonry-v1 .loop-container .post-card__footer {
    margin-top: 5em;
  }
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a {
  color: #ffffff;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:hover, body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__title a:focus {
  color: #ffffff;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta > span:not(:last-child):not(.posted-on)::after {
  background-color: rgba(255, 255, 255, 0.7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:hover, body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__meta a:focus {
  color: #ffffff;
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__content {
  color: rgba(255, 255, 255, 0.9);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a {
  color: rgba(255, 255, 255, 0.7);
}

body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:hover, body.content-layout--masonry-v1 .loop-container .post-card--has-thumbnail:hover .post-card__footer a:focus {
  color: #ffffff;
}

body.content-layout--masonry-v2 .loop-container {
  margin-left: calc(1.5rem - 1.25rem);
  margin-right: calc(1.5rem - 1.25rem);
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  body.content-layout--masonry-v2 .loop-container {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 960px) {
  body.content-layout--masonry-v2 .loop-container {
    margin-left: calc(2.5rem - 1.25rem);
    margin-right: calc(2.5rem - 1.25rem);
  }
}

@media only screen and (min-width: 1440px) {
  body.content-layout--masonry-v2 .loop-container {
    margin-left: calc(1% + 2.5rem - 1.25rem);
    margin-right: calc(1% + 2.5rem - 1.25rem);
  }
}

body.content-layout--masonry-v2 .loop-container .masonry__item {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 2.5rem;
  opacity: 0;
}

.no-js body.content-layout--masonry-v2 .loop-container .masonry__item {
  opacity: 1;
}

body.content-layout--masonry-v2 .loop-container .masonry__item--is-visible {
  animation: masonryItems 700ms ease-in forwards;
  opacity: 1;
}

.no-js body.content-layout--masonry-v2 .loop-container .masonry__item--is-visible {
  animation: none;
}

@media only screen and (min-width: 768px) {
  body.content-layout--masonry-v2 .loop-container .masonry__item {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  body.content-layout--masonry-v2 .loop-container .masonry__item {
    width: calc(100% / 3 - .01px);
  }
}

@media only screen and (min-width: 1920px) {
  body.content-layout--masonry-v2 .loop-container .masonry__item {
    width: calc(100% / 4 - .01px);
  }
}

body.content-layout--masonry-v2 .loop-container .post-card {
  background-color: #f7f8fa;
}

/*--------------------------------------------------------------
13.4 Pages
--------------------------------------------------------------*/
.page__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #f7f8fa;
}

@media only screen and (min-width: 768px) {
  .page__header {
    margin-bottom: 6rem;
    padding-top: 16rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 1280px) {
  .page__header {
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
}

.page__header > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .page__header > * {
    width: 100%;
    max-width: calc(100vw / 12 * 9 + 5.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .page__header > * {
    max-width: calc(100vw / 12 * 8 + 7.5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .page__header > * {
    max-width: calc(100vw / 12 * 6 + 12.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .page__header > * {
    max-width: calc(100vw / 12 * 4 + 12.5rem);
  }
}

.page__header > :first-child {
  margin-top: auto;
}

.page__title {
  color: #17181e;
  font-size: 1.75em;
  font-weight: 700;
  hyphens: auto;
}

@media only screen and (min-width: 600px) {
  .page__title {
    font-size: 2.25em;
    hyphens: none;
  }
}

@media only screen and (min-width: 1280px) {
  .page__title {
    font-size: 3em;
  }
}

.page__content {
  color: #2d2e34;
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .page__content {
    font-size: 1.125em;
  }
}

.taxonomy-description {
  position: relative;
  color: #2d2e34;
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .taxonomy-description {
    font-size: 1.125em;
  }
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.taxonomy-description::before {
  content: "";
  display: block;
  width: 10rem;
  height: .0625rem;
  margin-bottom: calc(1.8 * 1rem);
  background-color: #e8e9ec;
}

@media only screen and (min-width: 1280px) {
  .taxonomy-description::before {
    margin-top: 1rem;
    margin-bottom: calc(1.8 * 1rem + 1rem);
  }
}

.not-found {
  position: relative;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .not-found {
    margin-bottom: 6rem;
  }
}

.not-found > :last-child {
  margin-bottom: 0;
}

.not-found .page__content {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 960px) {
  .not-found .page__content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .not-found .page__content {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .not-found .page__content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 768px) {
  .not-found .page__content > * {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .not-found .page__content > * {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .not-found .page__content > * {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .not-found .page__content > * {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.author .page__header--has-avatar {
  padding-top: 10rem;
}

@media only screen and (min-width: 768px) {
  .author .page__header--has-avatar {
    padding-top: 12rem;
  }
}

@media only screen and (min-width: 1280px) {
  .author .page__header--has-avatar {
    padding-top: 12rem;
  }
}

.author .page__header .author__avatar {
  display: block;
  position: relative;
  width: 7.75rem;
  height: 7.75rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}

.author .page__header .author__avatar img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  width: 7.75rem;
  height: 7.75rem;
}

@supports (object-fit: cover) {
  .author .page__header .author__avatar img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

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

.author .taxonomy-description {
  text-align: center;
}

.author .taxonomy-description::before {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
13.5 Posts
--------------------------------------------------------------*/
.main-content > article {
  position: relative;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .main-content > article {
    margin-bottom: 6rem;
  }
}

.main-content > article > :last-child {
  margin-bottom: 0;
}

.main-content > article::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 4rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  background-color: #e8e9ec;
}

@media only screen and (min-width: 768px) {
  .main-content > article::after {
    max-width: calc(100vw / 12 * 10 + 2.5rem);
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .main-content > article::after {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .main-content > article::after {
    max-width: calc(100vw / 12 * 7 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .main-content > article::after {
    max-width: calc(100vw / 12 * 5 + 7.5rem);
  }
}

.entry__header,
.post__thumbnail,
.entry__footer {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 960px) {
  .entry__header,
  .post__thumbnail,
  .entry__footer {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .entry__header,
  .post__thumbnail,
  .entry__footer {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .entry__header,
  .post__thumbnail,
  .entry__footer {
    margin-left: calc(10% + 8rem);
    margin-right: calc(10% + 8rem);
  }
}

.entry__summary,
.entry__content {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 960px) {
  .entry__summary,
  .entry__content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .entry__summary,
  .entry__content {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .entry__summary,
  .entry__content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 768px) {
  .entry__header > *,
  .entry__summary > *,
  .entry__content > *,
  .entry__footer > * {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .entry__header > *,
  .entry__summary > *,
  .entry__content > *,
  .entry__footer > * {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .entry__header > *,
  .entry__summary > *,
  .entry__content > *,
  .entry__footer > * {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .entry__header > *,
  .entry__summary > *,
  .entry__content > *,
  .entry__footer > * {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.entry__header {
  margin-bottom: 1.5em;
}

.entry__meta {
  margin-bottom: 1.5em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .entry__meta {
    font-size: 1em;
  }
}

.entry__meta > span {
  display: inline;
  margin-right: .75em;
}

.entry__meta > span:last-child {
  margin-right: 0;
}

.entry__meta > span:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  background-color: #84858a;
  border-radius: 50%;
  vertical-align: 3px;
  margin-left: .75em;
}

.entry__meta a {
  color: #84858a;
  text-decoration: none;
}

.entry__meta a:hover, .entry__meta a:focus {
  color: #4a4b51;
}

.entry__meta a:focus {
  outline: 0;
}

.entry__meta .sticky-post {
  display: inline-block;
  margin-right: 1.5em;
  padding: .25em 1em 0;
  color: #ffffff;
  background-color: #d42929;
}

.entry__meta .sticky-post::after {
  display: none !important;
}

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

.entry__title {
  margin-top: 0;
  margin-bottom: .5em;
  color: #17181e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  hyphens: auto;
}

@media only screen and (min-width: 600px) {
  .entry__title {
    font-size: 2.25em;
    hyphens: none;
  }
}

@media only screen and (min-width: 1280px) {
  .entry__title {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1280px) {
  .single .entry__title,
  .page .entry__title {
    font-size: 3.4375em;
  }
}

.entry__title a {
  color: #17181e;
  text-decoration: none;
}

.entry__title a:hover, .entry__title a:focus {
  color: #4a4b51;
}

.entry__title a:focus {
  outline: 0;
}

.post__thumbnail {
  display: block;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .post__thumbnail {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

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

.post__thumbnail img {
  display: inline-block;
}

.post__thumbnail-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f8fa;
}

.post__thumbnail-wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
}

.post__thumbnail-wrapper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: 0;
  z-index: 1;
  transition: opacity .4s ease-in-out;
}

.post__thumbnail-wrapper a:hover::before, .post__thumbnail-wrapper a:focus::before {
  opacity: .15;
}

.post__thumbnail-wrapper a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
  .post__thumbnail-wrapper a img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.entry__summary,
.entry__content {
  color: #2d2e34;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  hyphens: auto;
}

@media only screen and (min-width: 768px) {
  .entry__summary,
  .entry__content {
    font-size: 1.125em;
    hyphens: none;
  }
}

.entry__summary > :last-child,
.entry__content > :last-child {
  margin-bottom: 0;
}

.entry__summary {
  margin-bottom: 1.8em;
}

.more-link {
  position: relative;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .more-link {
    font-size: 0.88889em;
  }
}

.more-link:hover, .more-link:focus {
  color: #4a4b51;
  text-decoration: none;
}

.more-link:focus {
  outline: 0;
}

.more-link::after {
  content: "\2026";
  margin-left: .125em;
  display: inline-block;
}

.entry__footer {
  margin-top: 1.8em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
}

@media only screen and (min-width: 768px) {
  .entry__footer {
    margin-top: 2.025em;
    font-size: 1em;
  }
}

.entry__footer a {
  color: #84858a;
}

.entry__footer a:hover, .entry__footer a:focus {
  color: #4a4b51;
}

.entry__footer a:focus {
  outline: 0;
}

.single .main-content > article::after,
.page .main-content > article::after {
  display: none;
}

.single .main-content > article .entry__header,
.page .main-content > article .entry__header {
  display: flex;
  flex-direction: column;
  margin: 0 0 2.5rem;
  padding-top: 12rem;
  background-color: #f7f8fa;
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__header,
  .page .main-content > article .entry__header {
    margin-bottom: 4rem;
    padding-top: 16rem;
  }
}

@media only screen and (min-width: 1280px) {
  .single .main-content > article .entry__header,
  .page .main-content > article .entry__header {
    padding-top: 20rem;
  }
}

.single .main-content > article .entry__header > *,
.page .main-content > article .entry__header > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__header > *,
  .page .main-content > article .entry__header > * {
    width: 100%;
    max-width: calc(100vw / 12 * 9 + 5.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .single .main-content > article .entry__header > *,
  .page .main-content > article .entry__header > * {
    max-width: calc(100vw / 12 * 8 + 7.5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .single .main-content > article .entry__header > *,
  .page .main-content > article .entry__header > * {
    max-width: calc(100vw / 12 * 6 + 12.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .single .main-content > article .entry__header > *,
  .page .main-content > article .entry__header > * {
    max-width: calc(100vw / 12 * 4 + 12.5rem);
  }
}

.single .main-content > article .entry__header > :first-child,
.page .main-content > article .entry__header > :first-child {
  margin-top: auto;
}

.single .main-content > article .entry__meta,
.page .main-content > article .entry__meta {
  color: #84858a;
}

@media only screen and (min-width: 1280px) {
  .single .main-content > article .entry__meta,
  .page .main-content > article .entry__meta {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.single .main-content > article .entry__meta a,
.page .main-content > article .entry__meta a {
  color: #84858a;
}

.single .main-content > article .entry__meta a:hover, .single .main-content > article .entry__meta a:focus,
.page .main-content > article .entry__meta a:hover,
.page .main-content > article .entry__meta a:focus {
  color: #4a4b51;
}

.single .main-content > article .entry__meta--after-title,
.page .main-content > article .entry__meta--after-title {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-transform: none;
}

.single .main-content > article .entry__meta--after-title > span::after,
.page .main-content > article .entry__meta--after-title > span::after {
  display: none;
}

@media only screen and (min-width: 480px) {
  .single .main-content > article .entry__meta--after-title,
  .page .main-content > article .entry__meta--after-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__meta--after-title,
  .page .main-content > article .entry__meta--after-title {
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .single .main-content > article .entry__meta--after-title,
  .page .main-content > article .entry__meta--after-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.single .main-content > article .entry__meta .byline,
.page .main-content > article .entry__meta .byline {
  margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
  .single .main-content > article .entry__meta .byline,
  .page .main-content > article .entry__meta .byline {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__meta .byline,
  .page .main-content > article .entry__meta .byline {
    margin-right: 1.5em;
  }
}

.single .main-content > article .entry__meta .avatar__wrapper,
.page .main-content > article .entry__meta .avatar__wrapper {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: .75em;
  top: -.125rem;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__meta .avatar__wrapper,
  .page .main-content > article .entry__meta .avatar__wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.single .main-content > article .entry__meta .avatar__wrapper img,
.page .main-content > article .entry__meta .avatar__wrapper img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

@supports (object-fit: cover) {
  .single .main-content > article .entry__meta .avatar__wrapper img,
  .page .main-content > article .entry__meta .avatar__wrapper img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__meta .avatar__wrapper img,
  .page .main-content > article .entry__meta .avatar__wrapper img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.single .main-content > article .entry__meta .comments-link svg,
.page .main-content > article .entry__meta .comments-link svg {
  margin-right: .75em;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.single .main-content > article .entry__meta .comments-link:hover svg, .single .main-content > article .entry__meta .comments-link:focus svg,
.page .main-content > article .entry__meta .comments-link:hover svg,
.page .main-content > article .entry__meta .comments-link:focus svg {
  color: #4a4b51;
}

.single .main-content > article .entry__title,
.page .main-content > article .entry__title {
  margin-bottom: 0;
  color: #17181e;
}

.single .main-content > article.has-post-thumbnail .entry__header,
.page .main-content > article.has-post-thumbnail .entry__header {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  background-color: #17181e;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.single .main-content > article.has-post-thumbnail .entry__header > *:not(.post__thumbnail),
.page .main-content > article.has-post-thumbnail .entry__header > *:not(.post__thumbnail) {
  z-index: 10;
}

.single .main-content > article.has-post-thumbnail .entry__meta,
.page .main-content > article.has-post-thumbnail .entry__meta {
  color: rgba(255, 255, 255, 0.9);
}

.single .main-content > article.has-post-thumbnail .entry__meta > span::after,
.page .main-content > article.has-post-thumbnail .entry__meta > span::after {
  background-color: rgba(255, 255, 255, 0.9);
}

.single .main-content > article.has-post-thumbnail .entry__meta a,
.page .main-content > article.has-post-thumbnail .entry__meta a {
  color: rgba(255, 255, 255, 0.9);
}

.single .main-content > article.has-post-thumbnail .entry__meta a:hover, .single .main-content > article.has-post-thumbnail .entry__meta a:focus,
.page .main-content > article.has-post-thumbnail .entry__meta a:hover,
.page .main-content > article.has-post-thumbnail .entry__meta a:focus {
  color: #ffffff;
}

.single .main-content > article.has-post-thumbnail .entry__meta .comments-link svg,
.page .main-content > article.has-post-thumbnail .entry__meta .comments-link svg {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.single .main-content > article.has-post-thumbnail .entry__meta .comments-link:hover svg, .single .main-content > article.has-post-thumbnail .entry__meta .comments-link:focus svg,
.page .main-content > article.has-post-thumbnail .entry__meta .comments-link:hover svg,
.page .main-content > article.has-post-thumbnail .entry__meta .comments-link:focus svg {
  color: #ffffff;
}

.single .main-content > article.has-post-thumbnail .entry__title,
.page .main-content > article.has-post-thumbnail .entry__title {
  margin-bottom: 0;
  color: #ffffff;
}

.single .main-content > article.has-post-thumbnail .post__thumbnail,
.page .main-content > article.has-post-thumbnail .post__thumbnail {
  margin-top: 0;
  margin-bottom: 0;
}

.single .main-content > article.has-post-thumbnail .post__thumbnail::before,
.page .main-content > article.has-post-thumbnail .post__thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: .5;
  z-index: 1;
}

.single .main-content > article.has-post-thumbnail .post__thumbnail img,
.page .main-content > article.has-post-thumbnail .post__thumbnail img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: fadeIn 4s ease-out;
}

@supports (object-fit: cover) {
  .single .main-content > article.has-post-thumbnail .post__thumbnail img,
  .page .main-content > article.has-post-thumbnail .post__thumbnail img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.single .main-content > article .entry__header {
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .single .main-content > article .entry__header {
    padding-bottom: 4rem;
  }
}

@media only screen and (min-width: 1280px) {
  .single .main-content > article .entry__header {
    padding-bottom: 6rem;
  }
}

.single .main-content > article .entry__title::after {
  content: "";
  display: block;
  width: 10rem;
  height: .0625rem;
  margin-top: 2.5rem;
  background-color: #e8e9ec;
}

@media only screen and (min-width: 1280px) {
  .single .main-content > article .entry__title::after {
    margin-top: 3.5rem;
  }
}

.single .main-content > article.has-post-thumbnail .entry__header {
  min-height: 90vh;
}

.single .main-content > article.has-post-thumbnail .entry__meta .avatar__wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.single .main-content > article.has-post-thumbnail .entry__title::after {
  background-color: rgba(255, 255, 255, 0.35);
}

.page .main-content > article .entry__header {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .page .main-content > article .entry__header {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .page .main-content > article .entry__header {
    padding-bottom: 10rem;
  }
}

.page .main-content > article.has-post-thumbnail .entry__header {
  min-height: 70vh;
}

.attachment .entry__footer .svg-icon {
  vertical-align: -20%;
  margin-right: .25em;
}

/*--------------------------------------------------------------
13.6 Post Items
--------------------------------------------------------------*/
.post-item {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.post-item__thumbnail {
  flex: 0 0 auto;
  display: block;
  position: relative;
  margin-right: 1.25em;
  margin-bottom: 0;
  background-color: rgba(0, 0, 80, 0.025);
}

.post-item__thumbnail a {
  position: relative;
  display: block;
  width: 4.75em;
  height: 6.25em;
  overflow: hidden;
}

.post-item__thumbnail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: 0;
  z-index: 1;
  transition: opacity .4s ease-in-out;
}

.post-item__thumbnail a:hover::before, .post-item__thumbnail a:focus::before {
  opacity: .15;
}

.post-item__thumbnail img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
  .post-item__thumbnail img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.post-item__body {
  flex: 1 1 auto;
}

.post-item__body > :last-child {
  margin-bottom: 0;
}

.post-item__title {
  margin-top: 0;
  margin-bottom: .375em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.post-item__title em, .post-item__title i {
  font-weight: 400;
}

.post-item__title a {
  color: #17181e;
  text-decoration: none;
}

.post-item__title a:hover, .post-item__title a:focus {
  color: #d42929;
}

.post-item__meta {
  margin-bottom: .625em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
}

.post-item__meta > span {
  display: inline-block;
  margin-right: .5em;
}

.post-item__meta > span:last-child {
  margin-right: 0;
}

.post-item__meta > span:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  background-color: #84858a;
  border-radius: 50%;
  vertical-align: 3px;
  margin-left: .5em;
}

.post-item__meta a {
  color: #84858a;
  text-decoration: none;
}

.post-item__meta a:hover, .post-item__meta a:focus {
  color: #4a4b51;
}

/*--------------------------------------------------------------
13.7 Post Cards
--------------------------------------------------------------*/
.post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #ffffff;
}

.post-card--featured {
  background-color: #f7f8fa;
}

.post-card__thumbnail {
  display: block;
  position: relative;
  margin-bottom: 0;
  background-color: #f7f8fa;
}

.post-card__thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}

.post-card__thumbnail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181e;
  opacity: 0;
  z-index: 1;
  transition: opacity .4s ease-in-out;
}

.post-card__thumbnail a:hover::before, .post-card__thumbnail a:focus::before {
  opacity: .15;
}

.post-card__thumbnail a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
  .post-card__thumbnail a img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.post-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
}

@media only screen and (min-width: 480px) {
  .post-card__body {
    padding: 2em;
  }
}

.post-card__body > :last-child {
  margin-bottom: 0;
}

.post-card__title {
  margin-top: 0;
  margin-bottom: .625em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.625em;
  font-weight: 700;
}

@media only screen and (max-width: 479px) {
  .post-card__title {
    hyphens: auto;
  }
}

.post-card__title a {
  color: #17181e;
  text-decoration: none;
}

.post-card__title a:hover, .post-card__title a:focus {
  color: #4a4b51;
}

.post-card__title a:focus {
  outline: 0;
}

.post-card__meta {
  margin-bottom: 1.25em;
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
}

.post-card__meta > span {
  display: inline-block;
  margin-right: .75em;
}

.post-card__meta > span:last-child {
  margin-right: 0;
}

.post-card__meta > span.sticky-post {
  float: right;
  margin-left: .75em;
}

.post-card__meta > span.sticky-post .svg-icon {
  vertical-align: -25%;
  transition: color .25s ease-in-out;
}

.post-card__meta > span:not(:last-child):not(.posted-on)::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
  background-color: #84858a;
  border-radius: 50%;
  vertical-align: 3px;
  margin-left: .75em;
}

.post-card__meta a {
  color: #84858a;
  text-decoration: none;
}

.post-card__meta a:hover, .post-card__meta a:focus {
  color: #4a4b51;
}

.post-card__meta a:focus {
  outline: 0;
}

.post-card__content {
  flex: 1 1 auto;
  margin-bottom: 1.5em;
  color: #2d2e34;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  line-height: 1.625;
  hyphens: auto;
}

.post-card__content > :last-child {
  margin-bottom: 0;
}

.post-card__footer {
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9375em;
}

.post-card__footer > span {
  display: inline-block;
  margin-right: 1em;
}

.post-card__footer > span:last-child {
  margin-right: 0;
}

.post-card__footer a:not(.more-link) {
  color: #84858a;
  text-decoration: none;
}

.post-card__footer a:not(.more-link):hover, .post-card__footer a:not(.more-link):focus {
  color: #4a4b51;
}

.post-card__footer a:not(.more-link):focus {
  outline: 0;
}

.post-card__footer a.more-link {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.post-card--has-thumbnail.post-card--image .post-card__thumbnail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #17181e 0%, rgba(255, 255, 255, 0) 45%);
  opacity: .625;
  z-index: 1;
}

.post-card--has-thumbnail.post-card--image .post-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.post-card--has-thumbnail.post-card--image .post-card__title a {
  color: #ffffff;
}

.post-card--has-thumbnail.post-card--image .post-card__title a:hover, .post-card--has-thumbnail.post-card--image .post-card__title a:focus {
  color: #ffffff;
}

.post-card--has-thumbnail.post-card--image .post-card__meta {
  color: #ffffff;
}

.post-card--has-thumbnail.post-card--image .post-card__meta a {
  color: #ffffff;
}

.post-card--has-thumbnail.post-card--image .post-card__meta a:hover, .post-card--has-thumbnail.post-card--image .post-card__meta a:focus {
  color: #ffffff;
}

/*--------------------------------------------------------------
13.8 Author Info
--------------------------------------------------------------*/
.author-info {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 960px) {
  .author-info {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .author-info {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .author-info {
    margin-left: calc(10% + 8rem);
    margin-right: calc(10% + 8rem);
  }
}

.author-info__inner {
  clear: both;
  margin-bottom: 4rem;
  padding: 2em;
  text-align: center;
  background-color: #f7f8fa;
}

@media only screen and (min-width: 600px) {
  .author-info__inner {
    padding: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .author-info__inner {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 960px) {
  .author-info__inner {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
    padding: 4em;
  }
}

@media only screen and (min-width: 1280px) {
  .author-info__inner {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .author-info__inner {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.author-info__avatar {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  border-radius: 50%;
  overflow: hidden;
}

.author-info__avatar .avatar {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  width: 5rem;
  height: 5rem;
}

@supports (object-fit: cover) {
  .author-info__avatar .avatar {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.author-info__description > :last-child {
  margin-bottom: 0;
}

.author-info__title {
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 600;
}

.author-info__title a {
  color: #17181e;
  text-decoration: none;
}

.author-info__title a:hover, .author-info__title a:focus {
  color: #4a4b51;
}

.author-info__bio {
  color: #2d2e34;
}

@media only screen and (max-width: 599px) {
  .author-info__bio {
    hyphens: auto;
  }
}

/*--------------------------------------------------------------
13.9 Related Posts
--------------------------------------------------------------*/
.related-posts {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f5f8;
}

@media only screen and (min-width: 768px) {
  .related-posts {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.related-posts .related-posts__wrapper {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 960px) {
  .related-posts .related-posts__wrapper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .related-posts .related-posts__wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .related-posts .related-posts__wrapper {
    margin-left: calc(10% + 8rem);
    margin-right: calc(10% + 8rem);
  }
}

.related-posts__header {
  margin-bottom: 2.5em;
}

.related-posts__title {
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .related-posts__list {
    display: flex;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.related-posts__item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .related-posts__item {
    margin-bottom: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .related-posts__item {
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 1280px) {
  .related-posts__item {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 767px) {
  .related-posts__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .related-posts__item:last-child {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .related-posts__item:last-child {
    display: block;
  }
}

.related-posts .post-card {
  background-color: transparent;
}

.related-posts .post-card__thumbnail {
  margin-bottom: 1.5em;
  background-color: #e8e9ec;
}

.related-posts .post-card__thumbnail a {
  padding-top: 50%;
}

.related-posts .post-card__meta {
  font-size: 0.875em;
}

.related-posts .post-card__body {
  padding: 0;
}

.related-posts .post-card__title {
  margin-bottom: .5em;
  font-size: 1.125em;
}

.related-posts .post-card__content {
  font-size: .9375em;
}

.related-posts .post-card__footer {
  font-size: 0.875em;
}

.related-posts .post-card--has-thumbnail .post-card__body {
  padding-left: 1em;
  padding-right: 1em;
}

.related-posts .post-card:not(.post-card--has-thumbnail) {
  height: 100%;
  padding: 2.5em 1em;
  border-top: 2px solid #17181e;
  border-bottom: 1px solid #e8e9ec;
}

/*--------------------------------------------------------------
13.10 Comments
--------------------------------------------------------------*/
.show-comments {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .show-comments {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 960px) {
  .show-comments {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .show-comments {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .show-comments {
    margin-left: calc(10% + 8rem);
    margin-right: calc(10% + 8rem);
  }
}

@media only screen and (min-width: 768px) {
  .show-comments > * {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .show-comments > * {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .show-comments > * {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .show-comments > * {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

button.button--show-comments {
  display: block;
  width: 100%;
  padding: .9125em 2em;
  color: #17181e;
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}

@media only screen and (min-width: 768px) {
  button.button--show-comments {
    padding: 1.1555em 4em;
    font-size: 1.125em;
  }
}

button.button--show-comments:focus {
  outline: 0;
}

button.button--show-comments svg {
  margin-right: 1.125em;
  color: #84858a;
  vertical-align: middle;
  transition: color .25s ease-in-out;
}

button.button--show-comments .button__count {
  margin-left: .375em;
  color: #84858a;
  transition: color .25s ease-in-out;
}

button.button--show-comments:hover svg,
button.button--show-comments:hover .button__count, button.button--show-comments:focus svg,
button.button--show-comments:focus .button__count {
  color: #ffffff;
}

.no-js button.button--show-comments {
  display: none;
}

.comments-area {
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #f9f9fb;
}

.no-js .comments-area {
  display: block !important;
}

.comments-area__wrapper {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .comments-area__wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 960px) {
  .comments-area__wrapper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .comments-area__wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .comments-area__wrapper {
    margin-left: calc(10% + 8rem);
    margin-right: calc(10% + 8rem);
  }
}

@media only screen and (min-width: 768px) {
  .comments-area__wrapper > * {
    max-width: calc(100vw / 12 * 9 + 2.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .comments-area__wrapper > * {
    max-width: calc(100vw / 12 * 8 + 2.5rem);
  }
}

@media only screen and (min-width: 1280px) {
  .comments-area__wrapper > * {
    max-width: calc(100vw / 12 * 6 + 7.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .comments-area__wrapper > * {
    max-width: calc(100vw / 12 * 4 + 7.5rem);
  }
}

.comments-title {
  margin-bottom: 2em;
  font-weight: 700;
}

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

.comment-list .comment {
  position: relative;
}

.comment-list article {
  padding-bottom: 4rem;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-bottom: 1em;
}

.comment-list .pingback + .comment,
.comment-list .trackback + .comment {
  padding-top: 4rem;
}

.comment-list .children {
  padding-left: 0;
  list-style: none;
}

.comment-list .children > li {
  padding-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .comment-list .children > li {
    padding-left: 4.375rem;
  }
}

.comment-list .comment-respond {
  margin-top: 0;
  padding-bottom: 4rem;
}

.comment-author {
  position: relative;
  margin-bottom: .125em;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
}

.comment-author .url {
  text-decoration: none;
}

.comment-author .url .fn {
  color: #17181e;
  transition: all 0.25s ease-in-out;
}

.comment-author .url:hover .fn, .comment-author .url:focus .fn {
  color: #d42929;
}

.comment-author__avatar {
  position: relative;
  display: block;
  float: left;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.25rem;
  top: -3px;
  overflow: hidden;
  border-radius: 50%;
}

.comment-author .avatar {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0;
  width: 3.125rem;
  height: 3.125rem;
}

@supports (object-fit: cover) {
  .comment-author .avatar {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
  }
}

.comment-author .post-author-badge {
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  left: 2.375rem;
  top: -.1875rem;
  background-color: #d42929;
  border-radius: 50%;
}

.comment-author .post-author-badge .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
  fill: #ffffff;
  transform: scale(0.875);
}

.comment-author .fn {
  color: #17181e;
  font-weight: 600;
}

.comment.bypostauthor:not(.comment--has-avatar) > article .comment-author .fn {
  position: relative;
}

.comment.bypostauthor:not(.comment--has-avatar) > article .comment-author .fn::after {
  content: "";
  position: absolute;
  width: .25rem;
  height: .25rem;
  top: .25rem;
  right: -.5rem;
  background-color: #d42929;
  border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
}

.comment-metadata {
  margin-bottom: 1em;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #84858a;
  text-decoration: none;
}

.comment-metadata a:hover, .comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #4a4b51;
}

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

.comment-metadata .edit-link::before,
.pingback .edit-link::before {
  display: inline-block;
  padding: 0 .75em 0 .325em;
  content: "\2014";
}

.comment-content {
  color: #2d2e34;
}

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

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-reply {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .comment--has-avatar .comment-content,
  .comment--has-avatar .comment-reply,
  .comment--has-avatar .comment-awaiting-moderation {
    margin-left: 4.375rem;
  }
}

.comment-reply-link {
  display: inline-block;
  padding: .75em 1.625em;
  color: #17181e;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #e8e9ec;
}

.comment-reply-link:hover, .comment-reply-link:focus {
  color: #ffffff;
  background-color: #d42929;
  border-color: #d42929;
}

.comment-reply-link:focus {
  outline: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #84858a;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}

.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.form-allowed-tags a {
  color: #84858a;
  text-decoration: none;
}

.comment-notes a:hover, .comment-notes a:focus,
.comment-awaiting-moderation a:hover,
.comment-awaiting-moderation a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.form-allowed-tags a:hover,
.form-allowed-tags a:focus {
  color: #4a4b51;
}

.logged-in-as {
  color: #d42929;
}

.logged-in-as a {
  color: #d42929;
  text-decoration: underline;
}

.logged-in-as a:hover, .logged-in-as a:focus {
  color: #b62323;
  text-decoration: none;
}

.logged-in-as a + a {
  margin-left: .125em;
}

.comment-awaiting-moderation {
  margin-bottom: 1em;
  color: #d42929;
}

.no-comments {
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: 600;
}

.comment-reply-title small a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 1.25rem;
  height: 1.25rem;
  color: #84858a;
  font-size: 32px;
  font-size: 2rem;
  text-decoration: none;
  vertical-align: .375rem;
}

.comment-reply-title small a:hover, .comment-reply-title small a:focus {
  color: #d42929;
}

.comment-reply-title small a::before {
  display: block;
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  content: "\02df";
  text-align: center;
}

.comment-list + .comment-respond {
  margin-top: 2rem;
}

.required {
  color: #d42929;
}

.comment-reply-title {
  font-weight: 700;
}

@media only screen and (min-width: 480px) {
  .comment-form {
    padding: 2em;
    background-color: #f4f5f8;
  }
}

.form-allowed-tags code {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media only screen and (min-width: 1280px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 32%;
  }
}

@media only screen and (min-width: 1280px) {
  .comment-form-author,
  .comment-form-email {
    margin-right: 2%;
  }
}

.comment-form-cookies-consent {
  clear: both;
  font-size: 0.875em;
}

.comment-form-cookies-consent label {
  color: #84858a;
}

.form-submit {
  clear: both;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
13.11 Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform .5s ease-in-out;
  will-change: transform;
  z-index: 99999;
  pointer-events: none;
  overflow-y: auto;
  background-color: #ffffff;
}

@media only screen and (min-width: 480px) {
  .sidebar {
    max-width: 445px;
  }
}

.admin-bar .sidebar {
  top: 46px;
}

@media only screen and (min-width: 783px) {
  .admin-bar .sidebar {
    top: 32px;
  }
}

.sidebar__header {
  text-align: right;
  background-color: #17181e;
}

.sidebar .button--sidebar-close {
  padding: 1em;
  color: #ffffff;
  line-height: 1;
  outline: none;
}

.sidebar .button--sidebar-close > svg {
  vertical-align: middle;
}

.sidebar__content {
  padding: 3em 2.5em;
}

@media only screen and (min-width: 480px) {
  .sidebar__content {
    padding: 4em;
  }
}

.sidebar .site__description {
  margin-bottom: 4rem;
  color: #4a4b51;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.sidebar .site__description--empty {
  display: none;
}

.sidebar .site__description::after {
  content: "";
  display: block;
  width: 33%;
  height: .0625rem;
  margin-top: 2rem;
  background-color: #e8e9ec;
}

.site-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(23, 24, 30, 0.5);
  transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
  will-change: opacity;
}

body.sidebar--is-open {
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  body.sidebar--is-open {
    margin-right: 17px;
  }
}

body.sidebar--is-open .sidebar {
  transform: translateX(0);
  pointer-events: auto;
}

body.sidebar--is-open .site-overlay {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
13.12 Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 4rem 0;
  color: #999a9e;
  background-color: #17181e;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.footer > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .footer > * {
    max-width: calc(100vw / 12 * 9 + 5.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .footer > * {
    max-width: calc(100vw / 12 * 8 + 7.5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .footer > * {
    max-width: calc(100vw / 12 * 6 + 12.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .footer > * {
    max-width: calc(100vw / 12 * 4 + 12.5rem);
  }
}

.footer a {
  color: #999a9e;
}

.footer a:hover, .footer a:focus {
  color: #e8e9ec;
}

.footer .copyright {
  color: #707177;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  text-align: center;
}

.footer .copyright a {
  color: #707177;
  text-decoration: none;
}

.footer .copyright a:hover, .footer .copyright a:focus {
  color: #999a9e;
}

.footer .copyright > span:not(:last-child),
.footer .copyright > a:not(:last-child) {
  margin-right: .625em;
}

.footer .copyright > span:not(:last-child)::after,
.footer .copyright > a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: .125rem;
  height: .125rem;
  margin-left: .625em;
  vertical-align: middle;
  background-color: #707177;
  border-radius: 50%;
}

.footer .footer__navigation + .copyright,
.footer .social-navigation + .copyright {
  margin-top: 4rem;
}

.footer .footer__navigation + .copyright::before,
.footer .social-navigation + .copyright::before {
  content: "";
  display: block;
  width: 7rem;
  height: .0625rem;
  margin: 0 auto 4rem;
  background-color: #2d2e34;
}

/*--------------------------------------------------------------
13.13 Search Overlay
--------------------------------------------------------------*/
.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #17181e;
  transform: translate(0px, -100%);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.search-overlay--open {
  transform: translate(0px, 0px);
}

.admin-bar .search-overlay--open {
  margin-top: 46px;
}

@media only screen and (min-width: 783px) {
  .admin-bar .search-overlay--open {
    margin-top: 32px;
  }
}

.search-overlay .button--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem;
  color: #84858a;
  background-color: transparent;
  background-image: none;
  border: 0;
}

@media only screen and (min-width: 600px) {
  .search-overlay .button--close {
    top: .5rem;
    right: .5rem;
  }
}

@media only screen and (min-width: 768px) {
  .search-overlay .button--close {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.search-overlay .button--close:hover, .search-overlay .button--close:focus {
  color: #ffffff;
  transform: rotate(90deg);
}

.search-overlay .button--close:focus {
  outline: none;
}

.search-overlay .button--close .svg-icon {
  vertical-align: middle;
  position: relative;
  z-index: -1;
}

.search-overlay .container__search-form {
  position: relative;
  width: calc(100% - 1.5rem * 2);
  max-width: 40rem;
  top: 4.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .search-overlay .container__search-form {
    top: 50%;
    transform: translateY(-50%);
  }
}

.search-overlay .search-form__title {
  margin-bottom: .25em;
  color: #ffffff;
  font-size: 3em;
  font-family: "Lora", Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .search-overlay .search-form__title {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1280px) {
  .search-overlay .search-form__title {
    font-size: 6rem;
  }
}

.search-overlay .search-form {
  width: 100%;
}

.search-overlay input[type="search"] {
  width: 100%;
  padding: 1.25rem 5rem 1.25rem 2rem;
  color: #aeaeb3;
  background-color: #2d2e34;
  border-color: #2d2e34;
}

.search-overlay .search-form__button {
  width: 4rem;
  color: #aeaeb3;
}

.search-overlay .search-form__button:hover, .search-overlay .search-form__button:focus {
  color: #ffffff;
}

/*--------------------------------------------------------------
14.0 Multisites
--------------------------------------------------------------*/
.widecolumn {
  position: relative;
  padding: 4rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .widecolumn {
    max-width: calc(100vw / 12 * 9 + 5.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .widecolumn {
    max-width: calc(100vw / 12 * 8 + 7.5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .widecolumn {
    max-width: calc(100vw / 12 * 6 + 12.5rem);
  }
}

@media only screen and (min-width: 1920px) {
  .widecolumn {
    max-width: calc(100vw / 12 * 4 + 12.5rem);
  }
}

.widecolumn .mu_register {
  width: auto;
  max-width: 760px;
}

@media only screen and (min-width: 600px) {
  .widecolumn .mu_register {
    padding: 4rem 1rem;
    background-color: rgba(0, 0, 80, 0.02);
  }
}

.widecolumn .mu_register .mu_alert,
.widecolumn .mu_register .error {
  margin: 0 0 .75em;
  padding: .75em 1.5em;
  color: inherit;
  font-weight: 400;
}

.widecolumn .mu_register label {
  margin: 1.5em 0 .5em;
}

.widecolumn .mu_register label.checkbox {
  display: inline-block !important;
  margin: .5em 1em 0 0;
}

.widecolumn .mu_register label strong {
  font-weight: 400;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 em {
  font-style: normal;
}

.widecolumn p {
  margin: 1.8em 0;
}

.widecolumn p + h2 {
  margin: 1.5em 0 1em;
}

.widecolumn label,
.widecolumn .mu_register label {
  font-size: 0.875em;
  font-weight: 1.8;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  width: 100%;
  font-size: 1em;
}

.widecolumn .mu_register #blogname {
  margin: 0 .5em 0 0;
  width: auto;
  display: inline-block;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
  margin: 0;
  font-size: 1em;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}

.widecolumn span.h3 {
  padding: 0 .5em 0 0;
  font-size: inherit;
  font-weight: 700;
}

/*--------------------------------------------------------------
15.0 Customizer
--------------------------------------------------------------*/
/* Used for placeholder text */
.falkorn-customizer .placeholder__title {
  margin-top: 0;
  padding: 2.5em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.customize-partial-edit-shortcut {
  z-index: 100 !important;
}

.customize-partial-edit-shortcut > button {
  border: 2px solid #fff;
}

/* Featured content area placeholder */
.falkorn-customizer .featured-content-area--placeholder {
  display: none;
}

.falkorn-customizer.highlight-featured-content-area .featured-content-area--placeholder {
  display: block;
}

.falkorn-customizer.highlight-featured-content-area .featured-content-area--placeholder > * {
  position: relative;
  z-index: 2;
  /* Prevent ::after from preventing interactions within the section */
}

.falkorn-customizer.highlight-featured-content-area .featured-content-area--placeholder::after {
  content: "";
  position: absolute;
  display: block;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  z-index: 1;
}

/* Add some space around the visual edit shortcut button. */
.featured-content-area > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}

.falkorn-customizer.header-transparent--activated .featured-content-area > .customize-partial-edit-shortcut > button {
  top: 120px;
}

/* Post navigation placeholder */
.falkorn-customizer .post-navigation-area--placeholder {
  padding: 0;
}

.falkorn-customizer .post-navigation-area--placeholder > * {
  position: relative;
  z-index: 2;
  /* Prevent ::after from preventing interactions within the section */
}

.falkorn-customizer .post-navigation-area--placeholder::after {
  content: "";
  position: absolute;
  display: block;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  z-index: 1;
}

/* Add some space around the visual edit shortcut button. */
.post-navigation-area > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}

/* Related posts placeholder */
.falkorn-customizer .related-posts--placeholder {
  padding: 0;
}

.falkorn-customizer .related-posts--placeholder > * {
  position: relative;
  z-index: 2;
  /* Prevent ::after from preventing interactions within the section */
}

.falkorn-customizer .related-posts--placeholder::after {
  content: "";
  position: absolute;
  display: block;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  z-index: 1;
}

/* Add some space around the visual edit shortcut button. */
.related-posts > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}

/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/
