/*!
Theme Name: Aquene
Theme URI: https://theme.wordpress.com/themes/aquene
Author: Themes Harbor
Author URI: https://themesharbor.com/
Description: Aquene is stylish and lightweight theme specially crafted for magazines, newspapers or personal blogs. By taking a minimalist approach to design, theme is focusing more on readability to make the content more appealing, engaging and usable. Best of all, your sophisticated website will look great across all devices.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aquene
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, blog, entertainment, news
Status: inactive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Aquene is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

:root{
	--th-color-primary-dark:#111111;
	--th-color-primary-base:#2b2b2b;
	--th-color-primary-light:#2b2b2b;

	--th-color-secondary-base:#757575;
	--th-color-secondary-light:#aeaeae;
	--th-color-secondary-lighter:#e5e5e5;
	--th-color-secondary-lightest:#f5f5f5;

	--th-color-accent-dark:#bd1f55;
	--th-color-accent-base:#E91E63;
	--th-color-accent-light:#fde7ee;

	--th-color-white:#ffffff;
	--th-color-red:red;
}

:root{
	--th-site-font-headings:'Lato';
	--th-site-font-body:'Lato';
}

/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

:root{
  -moz-tab-size:4;
  -o-tab-size:4;
  tab-size:4;
}

html{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
}

body{
  font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

hr{
  height:0;
  color:inherit;
}

abbr[title]{
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted;
}

b,
strong{
  font-weight:bolder;
}

code,
kbd,
samp,
pre{
  font-family:ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

table{
  text-indent:0;
  border-color:inherit;
}

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

button,
select{
  text-transform:none;
}

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

::-moz-focus-inner{
  border-style:none;
  padding:0;
}

:-moz-focusring{
  outline:1px dotted ButtonText;
}

:-moz-ui-invalid{
  box-shadow:none;
}

legend{
  padding:0;
}

progress{
  vertical-align:baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button{
  height:auto;
}

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

::-webkit-search-decoration{
  -webkit-appearance:none;
}

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

summary{
  display:list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre{
  margin:0;
}

button{
  background-color:transparent;
  background-image:none;
}

button:focus{
  outline:1px dotted;
  outline:5px auto -webkit-focus-ring-color;
}

fieldset{
  margin:0;
  padding:0;
}

ol,
ul{
  list-style:none;
  margin:0;
  padding:0;
}

html{
  font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height:1.5;
}

body{
  font-family:inherit;
  line-height:inherit;
}

*,
::before,
::after{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:currentColor;
}

hr{
  border-top-width:1px;
}

img{
  border-style:solid;
}

textarea{
  resize:vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-moz-placeholder,
textarea::-moz-placeholder{
  color:#9ca3af;
  opacity:1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color:#9ca3af;
  opacity:1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color:#9ca3af;
  opacity:1;
}

input::placeholder,
textarea::placeholder{
  color:#9ca3af;
  opacity:1;
}

button,
[role="button"]{
  cursor:pointer;
}

table{
  border-collapse:collapse;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-size:inherit;
  font-weight:inherit;
}

a{
  color:inherit;
  text-decoration:inherit;
}

button,
input,
optgroup,
select,
textarea{
  color:inherit;
  line-height:inherit;
  padding:0;
}

pre,
code,
kbd,
samp{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object{
  display:block;
  vertical-align:middle;
}

img,
video{
  height:auto;
  max-width:100%;
}

blockquote{
  margin-bottom:2rem;
}

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

blockquote cite,
.wp-block-quote__citation,
.wp-block-pullquote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large cite{
  display:block;
  font-size:1rem;
  font-weight:normal;
  line-height:1.45;
  opacity:0.75;
}

pre,
.wp-block-code{
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
  line-height:1.6;
  margin-bottom:2rem;
  overflow:auto;
  padding:1.6em;
}

.wp-block-code,
pre,
code,
kbd,
samp{
  font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre,
.wp-block-code,
code,
kbd,
tt,
var{
  font-size:0.9375rem;
}

code{
  background-color:#f9f2f4;
  border-radius:4px;
  color:#c7254e;
  padding:0.2em 0.3em;
}

pre code{
  background:none;
  border-radius:0;
  color:inherit;
  padding:0;
}

body{
  background:#ffffff;
  background:var(--th-color-white);
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

hr{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
  border:0;
  height:1px;
  margin-bottom:2rem;
}

img{
  display:inline-block;
}

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

ul{
  list-style:disc;
}

ol{
  list-style:decimal;
}

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

dt{
  font-weight:bold;
}

dd{
  margin:0 2rem 1.5em;
}

.svg-icon.th-fill-current[stroke]{
  fill:transparent;
}

button,
input,
select,
optgroup,
textarea{
  color:inherit;
  font-family:inherit;
  line-height:inherit;
}

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

fieldset{
  border:0;
  margin:0;
  padding:0;
}

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

button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover{
  opacity:0.5;
}

textarea{
  width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
  color:#111111;
  color:var(--th-color-primary-dark);
  font-family:'Lato';
  font-family:var(--th-site-font-headings);
  line-height:1.25;
}

.th-heading-text-inherit h1,
.th-heading-text-inherit h2,
.th-heading-text-inherit h3,
.th-heading-text-inherit h4,
.th-heading-text-inherit h5,
.th-heading-text-inherit h6{
  color:inherit;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color h4,
.has-text-color h5,
.has-text-color h6{
  color:inherit;
}

a{
  color:#E91E63;
  color:var(--th-color-accent-base);
}

a:hover,
a:focus{
  color:#bd1f55;
  color:var(--th-color-accent-dark);
}

a:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

.th-links-inherit a:not(:hover){
  color:inherit;
}

.has-background-cover .th-content a,
.has-background-cover .th-content a:hover{
  color:inherit;
}

table{
  background-color:transparent;
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom:2rem;
  max-width:100%;
  width:100%;
}

th{
  text-align:left;
}

th,
td{
  border:none;
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  line-height:1.45;
  padding:0.6em;
  vertical-align:top;
}

thead th{
  border-bottom:2px solid #e5e5e5;
  border-bottom:2px solid var(--th-color-secondary-lighter);
  vertical-align:bottom;
}

table > tbody + tbody{
  border-top:2px solid #e5e5e5;
  border-top:2px solid var(--th-color-secondary-lighter);
}

table table{
  background-color:#ffffff;
  background-color:var(--th-color-white);
}

body,
button,
input,
select,
optgroup,
textarea{
  font-size:1rem;
}

body{
  color:#2b2b2b;
  color:var(--th-color-primary-base);
  font-family:'Lato';
  font-family:var(--th-site-font-body);
  line-height:1.65;
}

p{
  margin-bottom:2rem;
}

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

address{
  margin:0 0 2rem;
}

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

abbr,
acronym{
  border-bottom:1px dotted #757575;
  border-bottom:1px dotted var(--th-color-secondary-base);
  cursor:help;
}

mark,
ins{
  background:#fff9c0;
  padding:.2em;
  text-decoration:none;
}

small{
  font-size:85%;
}

big{
  font-size:125%;
}

b,
strong{
  font-weight:bold;
}

blockquote{
  border-left:4px solid #E91E63;
  border-left:4px solid var(--th-color-accent-base);
  color:#111111;
  color:var(--th-color-primary-dark);
  margin:0 0 1rem;
  padding:0 1rem;
}

.primary-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-box-shadow:none;
  background-color:#111111;
  background-color:var(--th-color-primary-dark);
  border:2px solid transparent;
  border-radius:1px;
  box-shadow:none;
  color:#ffffff;
  color:var(--th-color-white);
  font-size:0.8125rem;
  font-weight:bold;
  letter-spacing:0.02em;
  line-height:1.4;
  padding:1.2em 1.75em;
  text-transform:uppercase;
  vertical-align:bottom;
}

.primary-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
  background:#e5e5e5;
  background:var(--th-color-secondary-lighter);
  color:#111111;
  color:var(--th-color-primary-dark);
}

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{
  background-color:#ffffff;
  background-color:var(--th-color-white);
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:1px;
  color:#2b2b2b;
  color:var(--th-color-primary-base);
  font-size:1rem;
  line-height:1.387;
  padding:15px 18px;
}

select{
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background:#ffffff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23353833'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background:var(--th-color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23353833'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position:right 18px top 59%;
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  line-height:1.45;
  padding:15px 18px;
}

select:focus{
  border-color:#757575;
  border-color:var(--th-color-secondary-base);
}

select option{
  font-family:Arial;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus{
  border-color:#757575;
  border-color:var(--th-color-secondary-base);
  outline:none;
}

input::-moz-placeholder{
  color:#757575;
  color:var(--th-color-secondary-base);
}

input:-ms-input-placeholder{
  color:#757575;
  color:var(--th-color-secondary-base);
}

input::-webkit-input-placeholder{
  color:#757575;
  color:var(--th-color-secondary-base);
}

input:focus::-moz-placeholder{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

input:focus:-ms-input-placeholder{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

input:focus::-webkit-input-placeholder{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

.clean-button,
#infinite-handle button{
  -webkit-box-shadow:none;
  background:none;
  border:none;
  border-radius:0;
  box-shadow:none;
  color:inherit;
  outline:none;
  padding:0;
  text-shadow:none;
}

.clean-button:hover{
  background:none;
}

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

#page .has-background-cover,
.site-content .post-navigation a:before{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100%;
  background-size:cover;
}

.jetpack-video-wrapper,
.mejs-container,
.wp-caption,
#page .wp-playlist,
#page .tiled-gallery,
#page .slideshow-window{
  margin-bottom:1rem;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-content .post-navigation a:before{
  -webkit-transition:color 200ms ease-in-out, border 200ms ease-in-out, background-color 200ms ease-in-out;
  transition:color 200ms ease-in-out, border 200ms ease-in-out, background-color 200ms ease-in-out;
}

.has-animation{
  -webkit-transition:all 200ms ease-in-out;
  transition:all 200ms ease-in-out;
}

.site.container{
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
  box-shadow:0 0 15px rgba(0,0,0,0.3);
  padding:0;
  position:relative;
  word-wrap:break-word;
}

#colophon .footer-bottom,
.site-content .posts-navigation,
.site-content .comment-navigation,
.main-navigation ul ul,
#comments .comment-metadata,
#comments .reply,
#page #infinite-handle span,
#page div.sharedaddy h3.sd-title{
  font-size:0.75rem;
}

.custom-background #page{
  margin:15px;
}

.custom-background .sticky-header{
  left:15px;
  right:15px;
  width:auto;
}

.container{
  margin-left:auto;
  margin-right:auto;
  max-width:1440px;
  padding-left:35px;
  padding-right:35px;
}

h1,
h2,
h3,
h4,
h5,
h6{
  clear:both;
  font-weight:700;
  letter-spacing:-0.02em;
}

h1{
  font-size:2.566rem;
}

h2{
  font-size:2.027rem;
}

h3{
  font-size:1.602rem;
}

h4{
  font-size:1.266rem;
}

h5{
  font-size:1.125rem;
}

h6{
  font-size:1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
  text-decoration:none;
}

a{
  font-weight:bold;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

body,
input,
select,
textarea{
  font-size:1.125rem;
  font-weight:400;
}

.wp-block-audio{
  margin-bottom:2rem;
}

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

.wp-block-audio.alignleft,
.wp-block-audio.alignright,
.wp-block-video.alignleft,
.wp-block-video.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-pullquote.alignright
.wp-block-pullquote.alignleft{
  max-width:100%;
  width:50%;
}

.wp-block-button__link{
  font-size:inherit;
  line-height:1.45;
}

.has-custom-font-size .wp-block-button__link{
  line-height:inherit;
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline,
.wp-block-button__link{
  padding:0.8em 1.2em;
}

.wp-block-buttons{
  margin-bottom:2rem;
}

.wp-block-button__link.has-text-color:hover,
.wp-block-button__link.has-background:hover,
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover{
  opacity:0.65;
}

.wp-block-button.aligncenter{
  text-align:center;
}

.wp-block-button__link:not(.has-background):hover{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
}

.wp-block-button__link:not(.has-text-color):not(.has-background):hover{
  color:#2b2b2b;
  color:var(--th-color-primary-base);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.wp-block-button.is-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){
  color:inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link{
  border-color:currentColor;
  border-color:initial;
  border-style:solid;
}

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

p.has-background{
  padding:1em 1.5em;
}

.wp-block-columns{
  margin-bottom:2rem;
}

.wp-block-columns.has-background{
  padding:2rem;
}

.wp-block-columns.has-background:not(.alignfull){
  border-radius:1px;
}

.wp-block-columns > * + *{
  margin-top:2rem;
}

.wp-block-columns.alignfull{
  padding:2rem;
}

.wp-block-cover{
  margin-bottom:2rem;
}

.wp-block-cover,
.wp-block-cover__video-background,
.wp-block-cover.has-background-dim::before{
  border-radius:1px;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container{
  width:100%;
}

.wp-block-cover__inner-container > :last-child{
  margin-bottom:0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright{
  min-height:300px;
}

p.has-drop-cap:not(:focus):first-letter{
  font-size:6.2em;
  font-weight:bold;
  line-height:0.8;
}

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

.wp-block-embed{
  margin-bottom:2rem;
}

.wp-block-embed figcaption{
  margin-top:0.75em;
}

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

.wp-block-embed.alignfull figcaption{
  padding-left:2rem;
  padding-right:2rem;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe{
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:100%;
}

.wp-block-file{
  margin-bottom:2rem;
}

.wp-block-gallery{
  margin-bottom:calc(2rem - 16px);
}

.wp-block-gallery.alignfull{
  padding:0 16px;
}

.wp-block-gallery .blocks-gallery-caption{
  margin-bottom:16px;
}

[class*="has-background"] [class*="__inner-container"] a:not(.wp-block-button__link),
[class*="has-background"] .wp-block-media-text__content a:not(.wp-block-button__link),

.has-text-color .wp-block-image figcaption,
.has-text-color .wp-block-audio figcaption,
.has-text-color .wp-block-video figcaption,
.has-text-color .wp-block-embed figcaption,
.has-text-color .wp-block-gallery .blocks-gallery-caption,

[class*="has-background"] .wp-block-quote,
[class*="has-background"] [class*="__inner-container"] .wp-block-image figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-audio figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-video figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-embed figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-comments__comment-date,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-posts__post-date{
  color:inherit;
  opacity:0.85;
}

[class*="has-background"] [class*="__inner-container"] .wp-block-image figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-audio figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-video figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-embed figcaption,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-comments__comment-date,
[class*="has-background"] [class*="__inner-container"] .wp-block-latest-posts__post-date,

.has-text-color .wp-block-image figcaption,
.has-text-color .wp-block-audio figcaption,
.has-text-color .wp-block-video figcaption,
.has-text-color .wp-block-embed figcaption,
.has-text-color .wp-block-gallery .blocks-gallery-caption,

[class*="has-background"] [class*="__inner-container"] a:not(.wp-block-button__link):hover,
[class*="has-background"] .wp-block-media-text__content a:not(.wp-block-button__link):hover{
  opacity:0.65;
}

[class*="has-background"] [class*="__inner-container"] a:not(.wp-block-button__link):hover,
[class*="has-background"] .wp-block-media-text__content a:not(.wp-block-button__link):hover{
  color:inherit;
}

[class*="has-background"] [class*="__inner-container"] .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
[class*="has-background"] [class*="__inner-container"] .wp-block-button__link.is-style-outline:not(.has-text-color){
  color:inherit;
}

[class*="has-background"] [class*="__inner-container"] .wp-block-button.is-style-outline:hover,
[class*="has-background"] [class*="__inner-container"] .wp-block-button__link.is-style-outline:hover{
  opacity:0.65;
}

[class*="has-background"] [class*="__inner-container"] .wp-social-link a,
[class*="has-background"] .wp-block-media-text__content .wp-social-link a,
[class*="has-background"] [class*="__inner-container"] .wp-social-link a:hover,
[class*="has-background"] .wp-block-media-text__content .wp-social-link a:hover{
  opacity:1;
}

.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-caption,
.wp-block-latest-posts__post-date{
  color:#757575;
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
}

.wp-block-pullquote blockquote,
.wp-block-column > :last-child,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date{
  margin-bottom:0;
}

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

ul.has-background,
ol.has-background{
  border-radius:1px;
  margin-left:auto;
  padding:2.5em 2.75em 2.5em 2.375em;
}

div[class*="has-background"]{
  padding:2rem;
}

.wp-block-group{
  margin-bottom:2rem;
}

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

.wp-block-group__inner-container > :first-child:not(.wp-block){
  margin-top:0;
}

.wp-block-group.alignfull .wp-block-group__inner-container{
  width:100%;
}

.wp-block-image{
  margin-bottom:2rem;
}

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

.wp-block-image.alignfull figcaption{
  padding-left:2rem;
  padding-right:2rem;
}

.wp-block-image .aligncenter{
  text-align:center;
}

.wp-block-latest-comments{
  margin-bottom:2rem;
  margin-left:0;
  padding-left:0;
}

.wp-block-latest-comments .avatar{
  height:48px;
  margin-right:0;
  width:48px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
  margin-left:calc(48px + 2rem);
}

.wp-block-latest-comments__comment-author{
  font-weight:bold;
}

.wp-block-latest-comments > *,
.wp-block-latest-comments__comment-excerpt > :last-child{
  margin-bottom:0;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p{
  font-size:inherit;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{
  margin-bottom:0;
  margin-top:1.5rem;
}

.wp-block-latest-comments > .wp-block-latest-comments__comment + .wp-block-latest-comments__comment{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  margin-top:2rem;
  padding-top:2rem;
}

.wp-block-latest-comments__comment-date{
  margin-top:0.5rem;
}

.wp-block-latest-posts{
  margin-left:0;
  padding-left:0;
}

.wp-block-latest-posts li > a{
  font-family:'Lato';
  font-family:var(--th-site-font-headings);
  font-size:1.266rem;
  line-height:1.25;
  text-decoration:none;
}

.wp-block-latest-posts__post-date{
  margin-top:0.25rem;
}

.wp-block-latest-posts.is-grid,
.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-excerpt > :last-child,
.wp-block-latest-posts__post-full-content,
.wp-block-latest-posts__post-full-content > :last-child{
  margin-bottom:0;
}

.wp-block-latest-posts__post-excerpt{
  margin-top:0.75rem;
}

.wp-block-latest-posts .more-link-container{
  margin-top:2rem;
}

.wp-block-latest-posts__list:not(.is-grid) > * + *{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  margin-top:2rem;
  padding-top:2rem;
}

.wp-block-latest-posts.is-grid li,
.wp-block-latest-posts__featured-image{
  margin-bottom:2rem;
}

.wp-block-media-text{
  margin-bottom:2rem;
}

.wp-block-media-text__content > :first-child{
  margin-top:0;
}

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

.wp-block-media-text .wp-block-media-text__media{
  margin-bottom:2rem;
  overflow:hidden;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  margin-bottom:0;
  margin-top:2rem;
}

.wp-block-media-text .wp-block-media-text__content{
  padding:0;
}

.wp-block-media-text:not(.is-stacked-on-mobile) .wp-block-media-text__content{
  padding-left:2rem;
  padding-right:0;
}

.has-media-on-the-right:not(.is-stacked-on-mobile) .wp-block-media-text__content{
  padding-left:0;
  padding-right:2rem;
}

.wp-block-media-text.has-background:not(.is-image-fill){
  padding:2rem;
}

.wp-block-media-text.has-background.is-image-fill .wp-block-media-text__content{
  padding:2rem;
}

.wp-block-media-text.has-background.is-image-fill .wp-block-media-text__media{
  margin-bottom:0;
  margin-top:0;
}

.wp-block-media-text .has-text-color a:hover{
  color:inherit;
  opacity:0.65;
}

.wp-block-media-text.alignfull .wp-block-media-text__content{
  padding-left:2rem;
  padding-right:2rem;
}

.wp-block-query{
  margin-bottom:2rem;
}

.wp-block-query > :last-child{
  margin-bottom:0;
}

ul.wp-block-post-template{
  margin-left:0;
}

ul.wp-block-post-template li > :last-child{
  margin-bottom:0;
}

.wp-block-quote cite,
.wp-block-pullquote cite{
  font-style:normal;
  font-style:initial;
}

.wp-block-quote.has-text-align-center,
.wp-block-quote.is-style-large.has-text-align-center,
.wp-block-quote.is-large.has-text-align-center{
  border-left:none;
  border-right:none;
  padding-left:0;
  padding-right:0;
}

.wp-block-pullquote{
  border:1px solid;
  margin-bottom:2rem;
  padding:2em;
}

.wp-block-pullquote.is-style-solid-color{
  border:none;
}

.wp-block-pullquote.is-style-solid-color:not(.has-background){
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
}

.wp-block-pullquote.is-style-solid-color blockquote{
  max-width:100%;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color blockquote p{
  font-size:inherit;
  line-height:inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote p{
  margin-bottom:2rem;
}

.wp-block-pullquote blockquote{
  font-size:1em;
}

.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull{
  clear:both;
}

.wp-block-pullquote.alignfull blockquote{
  margin-left:auto;
  margin-right:auto;
  max-width:992px;
}

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

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p{
  font-size:1.424rem;
  font-style:inherit;
}

.wp-block-search{
  margin-bottom:2rem;
}

.wp-block-search .wp-block-search__label{
  display:inline-block;
  margin-bottom:0.75rem;
}

.wp-block-search .wp-block-search__input{
  max-width:100%;
}

.wp-block-separator{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
  margin:2rem auto;
}

.wp-block-separator,
.inactive-sidebar .site .alignfull [class*="__inner-container"] > hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
  max-width:25rem;
}

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

.wp-block-separator.is-style-dots::before{
  font-size:1.424em;
  letter-spacing:1.424em;
  padding-left:1.424em;
}

.wp-block-table{
  margin-bottom:2rem;
}

.wp-block-table table{
  margin-bottom:0;
}

.wp-block-table table.has-background thead th{
  border-top:none;
}

.wp-block-table table.has-background thead th,
			.wp-block-table table.has-background tbody td,
			.wp-block-table table.has-background tfoot td{
  border-color:rgba(255,255,255,0.5);
}

.wp-block-table table.has-background + figcaption{
  border-top:none;
}

.wp-block-table table th.has-text-align-right{
  text-align:right;
}

.wp-block-table table th.has-text-align-center{
  text-align:center;
}

.wp-block-table table thead th{
  font-weight:normal;
}

.wp-block-table table tfoot td{
  font-size:90%;
}

.is-style-stripes.wp-block-table{
  border-bottom:none;
}

.is-style-stripes.wp-block-table table:not(.has-background){
  -webkit-box-shadow:0 1px 0 0 #e5e5e5;
  -webkit-box-shadow:0 1px 0 0 var(--th-color-secondary-lighter);
  box-shadow:0 1px 0 0 #e5e5e5;
  box-shadow:0 1px 0 0 var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table table.has-background tbody tr:nth-child(odd){
  background-color:rgba(0,0,0,0.15);
}

.is-style-stripes.wp-block-table table + figcaption{
  border-top:none;
  padding-bottom:0;
}

.is-style-stripes.wp-block-table th,
	.is-style-stripes.wp-block-table td{
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table td{
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
}

.is-style-stripes.wp-block-table tbody tr:nth-child(odd){
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
}

.is-style-stripes.wp-block-table thead tr:nth-child(odd){
  background-color:transparent;
}

.wp-block-table table + figcaption{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  color:#757575;
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
  padding-top:1rem;
  text-align:center;
}

.wp-block-verse pre,
pre.wp-block-verse{
  background:none;
  border:none;
  color:inherit;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  padding-bottom:0;
  padding-top:0;
}

.wp-block-verse pre::before,
pre.wp-block-verse::before{
  display:none;
}

.wp-block-video{
  margin-bottom:2rem;
}

.inactive-sidebar .alignfull{
  margin-left:calc(50% - 50vw);
  width:100vw;
}

.inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
  margin-left:auto;
  margin-right:auto;
}

.inactive-sidebar *:not(.alignfull):not(.alignwide) > [class*="__inner-container"] .alignwide,
			.inactive-sidebar *:not(.alignfull):not(.alignwide) > [class*="__inner-container"] .alignfull{
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  width:100%;
}

.inactive-sidebar .has-background:not(.alignfull):not(.alignwide) > [class*="__inner-container"] .alignfull{
  margin-left:-2rem;
  max-width:unset;
  width:calc(100% + 4rem);
}

.inactive-sidebar .alignwide > [class*="__inner-container"] .alignfull{
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.inactive-sidebar .alignwide .alignwide > [class*="__inner-container"]{
  max-width:unset;
}

.wp-block-archives-dropdown{
  margin-bottom:2rem;
}

.wp-block-calendar{
  margin-bottom:2rem;
}

.wp-block-calendar table th{
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
  padding-bottom:0.8em;
  padding-top:0.8em;
  text-align:center;
}

.wp-block-calendar th,
.wp-block-calendar tbody td{
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
}

.wp-block-calendar table tbody,
.wp-block-calendar table caption{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.wp-block-calendar table,
.wp-block-calendar table caption{
  margin-bottom:2rem;
}

.wp-block-categories-dropdown{
  margin-bottom:2rem;
}

.wp-block-button__link{
  background-color:#111111;
  background-color:var(--th-color-primary-dark);
  border:2px solid transparent;
  border-radius:1px;
  color:#ffffff;
  color:var(--th-color-white);
  font-size:0.8125rem;
  font-weight:bold;
  letter-spacing:0.02em;
  padding:1.2em 1.75em;
  text-decoration:none;
  text-transform:uppercase;
}

.is-style-outline .wp-block-button__link:not(.has-text-color){
  color:#111111;
  color:var(--th-color-primary-dark);
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline{
  padding:1.2em 1.75em;
}

:root .has-small-font-size{
  font-size:0.889rem;
}

:root .has-normal-font-size{
  font-size:1rem;
}

:root .has-medium-font-size{
  font-size:1.125rem;
}

:root .has-large-font-size{
  font-size:1.424rem;
}

:root .has-huge-font-size{
  font-size:1.602rem;
}

:root .has-enormous-font-size{
  font-size:2.027rem;
}

:root .has-gigantic-font-size{
  font-size:3.247rem;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt{
  margin-left:0;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
  margin-left:calc(48px + 1rem);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date{
  font-size:0.702rem;
  line-height:1.25;
  text-transform:uppercase;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author,
    .wp-block-latest-comments .wp-block-latest-comments__comment-link{
  text-decoration:none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author:not(:hover){
  color:#111111;
  color:var(--th-color-primary-dark);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{
  margin-top:1rem;
}

.entry-content .wp-block-latest-posts li > a{
  text-decoration:none;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.has-text-align-center{
  padding:0 1rem;
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p{
  font-size:1.602rem;
}

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

.wp-block-quote > * + cite,
.wp-block-pullquote blockquote > * + cite{
  display:block;
  margin-top:-0.5rem;
}

.wp-block-pullquote blockquote{
  line-height:1.45;
}

.wp-block-pullquote{
  border-width:2px;
}

.wp-block-search .wp-block-search__label{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.wp-block-search .wp-block-search__input{
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
  border-radius:1px;
  padding:15px 18px;
}

.wp-block-search .wp-block-search__button{
  background-color:#111111;
  background-color:var(--th-color-primary-dark);
  border-color:#111111;
  border-color:var(--th-color-primary-dark);
  border-radius:1px;
  color:#ffffff;
  color:var(--th-color-white);
  line-height:1.25;
  margin-left:0.25rem;
  padding:1.2em 1.75em;
}

.wp-block-search .wp-block-search__button:hover{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
  color:#111111;
  color:var(--th-color-primary-dark);
}

.wp-block-search .wp-block-search__button svg{
  fill:currentColor;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:1px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  padding:15px 18px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{
  border-color:#757575;
  border-color:var(--th-color-secondary-base);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
  padding:1.2em 1.75em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon{
  padding:0.5em 0.75em;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button{
  padding:0.5em 0.75em;
}

.table-bordered,
.table-bordered th,
.table-bordered td{
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
}

.table-bordered thead th,
.table-bordered thead td{
  border-bottom-width:2px;
}

.wp-block-table table thead th,
		.wp-block-table table tbody td,
		.wp-block-table table tfoot td{
  padding-left:1.25em;
  padding-right:1.25em;
}

.wp-block-table table thead th,
		.wp-block-table table tfoot td{
  padding-bottom:0.55em;
  padding-top:0.55em;
}

.wp-block-table table thead th{
  border-bottom-width:2px;
}

.wp-block-table table tbody td{
  padding-bottom:0.9em;
  padding-top:0.9em;
}

.is-style-regular.wp-block-table table:not(.has-background) thead > tr > th:first-child,
		.is-style-regular.wp-block-table table:not(.has-background) tbody > tr > td:first-child,
		.is-style-regular.wp-block-table table:not(.has-background) tfoot > tr > td:first-child{
  padding-left:0.5em;
}

.is-style-regular.wp-block-table table:not(.has-background) thead > tr > th:last-child,
		.is-style-regular.wp-block-table table:not(.has-background) tbody > tr > td:last-child,
		.is-style-regular.wp-block-table table:not(.has-background) tfoot > tr > td:last-child{
  padding-right:0.5em;
}

.is-style-borders.wp-block-table table:not(.has-background){
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
}

.custom-background.inactive-sidebar .alignfull{
  margin-left:calc(50% - 50vw + 15px);
  width:calc(100vw - 30px);
}

.screen-reader-text{
  clip:rect(1px, 1px, 1px, 1px);
  height:1px;
  overflow:hidden;
  position:absolute !important;
  width:1px;
}

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

#content[tabindex="-1"]:focus{
  outline:0;
}

.alignleft{
  float:left;
  margin-right:2rem;
}

.alignright{
  float:right;
  margin-left:2rem;
}

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

img.aligncenter{
  display:block;
}

img.alignleft,
img.alignright{
  margin-bottom:1rem;
}

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

@-webkit-keyframes fadein{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}

.home .breadcrumb{
  display:none;
}

.home .breadcrumb + *{
  margin-top:0;
}

.blog:not(.home) .breadcrumb{
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  padding:1rem;
}

.breadcrumb a:not(:hover){
  -webkit-text-decoration-color:#aeaeae;
  -webkit-text-decoration-color:var(--th-color-secondary-light);
  color:#2b2b2b;
  color:var(--th-color-primary-base);
  text-decoration-color:#aeaeae;
  text-decoration-color:var(--th-color-secondary-light);
}

.single .breadcrumb,
.page .breadcrumb{
  margin-top:-0.5rem;
}

.breadcrumb + .entry-cats{
  margin-top:1.75rem;
}

.breadcrumb + .entry-cats + .entry-title{
  margin-top:0.75rem;
}

.woocommerce-page.hfeed .breadcrumb + *{
  margin-top:0.75rem;
}

.woocommerce-page.single-product .breadcrumb + *{
  margin-top:1.5rem;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after{
  -ms-flex-order:1;
  -ms-flex-preferred-size:0;
  -webkit-box-ordinal-group:2;
  content:"";
  display:table;
  flex-basis:0;
  order:1;
  table-layout:fixed;
}

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

.th-content > :last-child,
.entry-content > :last-child{
  margin-bottom:0;
}

.th-content > *:first-child{
  margin-top:0;
}

.th-rounded-thumb{
  -webkit-box-shadow:0 0 2px rgba(0,0,0,0.09);
  border:3px solid #ffffff;
  border:3px solid var(--th-color-white);
  box-shadow:0 0 2px rgba(0,0,0,0.09);
  height:93px;
  min-width:93px;
  width:93px;
}

.th-w-single-view{
  margin-left:auto;
  margin-right:auto;
  max-width:992px;
}

.featured-image{
  -o-object-fit:cover;
  object-fit:cover;
}

.hentry .byline{
  font-style:italic;
}

.hentry .byline a{
  font-style:normal;
  margin-left:0.25em;
}

.hentry .byline .author{
  text-transform:uppercase;
}

.hentry .entry-cats{
  -ms-flex-wrap:wrap;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  grid-gap:0.25em;
}

.hentry .entry-cats a{
  background-color:#E91E63;
  background-color:var(--th-color-accent-base);
  border-radius:1px;
  color:#ffffff;
  color:var(--th-color-white);
  font-size:0.702rem;
  line-height:1.45;
  padding:0.15em 0.5em;
  text-decoration:none;
}

.hentry .entry-cats a:hover{
  background-color:#bd1f55;
  background-color:var(--th-color-accent-dark);
  color:#fde7ee;
  color:var(--th-color-accent-light);
}

.posted-on a{
  font-weight:normal;
}

.hentry .entry-title{
  font-weight:900;
}

.hentry .entry-title a{
  color:inherit;
}

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

.site-footer a:hover{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.site-footer a{
  color:#e5e5e5;
  color:var(--th-color-secondary-lighter);
  text-decoration:none;
}

#colophon .footer-branding .site-footer-description{
  font-size:inherit;
}

.footer-section{
  border-top:1px solid rgba(255,255,255,0.08);
}

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

.footer-navigation li:not(:first-child) a{
  margin-left:14px;
}

.footer-navigation li:not(:first-child){
  margin-left:7px;
}

.footer-navigation li:not(:first-child):before{
  content:"/";
  float:left;
  font-size:8px;
}

#colophon .table thead th,
#colophon .table th,
#colophon .table td{
  border-color:rgba(255,255,255,0.08);
}

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

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

.wp-caption{
  margin-bottom:2rem;
  max-width:100%;
}

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

.wp-caption .wp-caption-text{
  color:#757575;
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
  margin:0.8075em 0;
}

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

.entry-gallery,
.gallery{
  margin-bottom:2rem;
}

.gallery{
  overflow:hidden;
}

.gallery-item{
  float:left;
  margin:0 0.75rem 0.75rem 0;
  overflow:hidden;
  position:relative;
}

.gallery-item a{
  display:block;
  line-height:0;
}

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

.gallery-columns-2 .gallery-item{
  max-width:calc(50% - 0.75rem);
}

.gallery-columns-3 .gallery-item{
  max-width:calc(33.3% - 0.75rem);
}

.gallery-columns-4 .gallery-item{
  max-width:calc(25% - 0.75rem);
}

.gallery-columns-5 .gallery-item{
  max-width:calc(20% - 0.75rem);
}

.gallery-columns-6 .gallery-item{
  max-width:calc(16.66% - 0.75rem);
}

.gallery-columns-7 .gallery-item{
  max-width:calc(14.285% - 0.75rem);
}

.gallery-columns-8 .gallery-item{
  max-width:calc(12.5% - 0.75rem);
}

.gallery-columns-9 .gallery-item{
  max-width:calc(11.11% - 0.75rem);
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n){
  margin-right:0;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n+1){
  clear:left;
}

.gallery .gallery-caption{
  background:rgba(0, 0, 0, 0.4);
  background:-webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0.26)),color-stop(59%, rgba(0,0,0,0.59)),color-stop(69%, rgba(0,0,0,0.65)));
  background:linear-gradient(to bottom,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
  bottom:0;
  color:#ffffff;
  font-size:0.8125rem;
  left:0;
  line-height:1.25;
  margin:0;
  padding:0.5rem;
  position:absolute;
  width:100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{
  display:none;
}

.search-form .search-field{
  border-right:none;
  padding-right:0;
}

.search-form .search-field::-webkit-search-cancel-button{
  margin-top:-3px;
}

.search-form .submit{
  -webkit-transition:none;
  background-color:#ffffff;
  background-color:var(--th-color-white);
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  border-left:none;
  padding:15px 18px;
  transition:none;
}

.search-form:focus-within .submit{
  border-color:#757575;
  border-color:var(--th-color-secondary-base);
}

.search-form button.submit .svg-icon{
  height:1rem;
  width:1rem;
}

.sidebar-area{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
}

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

.sidebar-area .widget + .widget{
  border-top:1px solid rgba(0,0,0,0.08);
  margin-top:2rem;
  padding-top:2rem;
}

.sidebar-area a{
  color:#111111;
  color:var(--th-color-primary-dark);
  text-decoration:none;
}

.sidebar-area a:hover,
.sidebar-area .widget .widget-title{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.widget_text a:not(:hover){
  text-decoration:underline;
}

.widget_block :is(h1,
h2,
h3,
h4,
h5,
h6){
  margin-bottom:0.75rem;
}

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

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

.widget ul li,
.widget.widget_jp_blogs_i_follow ol li{
  padding-left:1.15em;
  position:relative;
}

.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before{
  -webkit-transform:translateY(50%) rotate(-45deg);
  border-bottom:1px solid;
  border-right:1px solid;
  content:'';
  height:6px;
  left:0;
  position:absolute;
  top:0.45em;
  transform:translateY(50%) rotate(-45deg);
  width:6px;
}

.sidebar-area .widget ul li:before,
.sidebar-area .widget.widget_jp_blogs_i_follow ol li:before{
  top:calc(0.45em + 7px);
}

.sidebar-area .widget ul li:first-child::before,
.sidebar-area .widget.widget_jp_blogs_i_follow ol li:first-child::before{
  top:0.45em;
}

#secondary .widget ul li + li,
#secondary .widget.widget_archive li + li,
#secondary .widget.widget_categories li + li,
#secondary .widget.widget_pages li + li,
#secondary .widget.widget_nav_menu li + li,
#secondary .widget.widget_recent_comments li + li,
#secondary .widget.widget_meta li + li,
#secondary .widget.widget_recent_entries li + li,
#secondary .widget.widget_recent_comments tr + tr,
#secondary .widget.widget_links li + li,
#secondary .widget.widget_authors ul > li + li,
#secondary .widget.widget_goodreads div[class*="gr_custom_each_container"]{
  border-top:1px dotted #e5e5e5;
  border-top:1px dotted var(--th-color-secondary-lighter);
  margin-top:7px;
  padding-top:7px;
}

#secondary .widget.widget_archive li,
#secondary .widget.widget_categories li,
#secondary .widget.widget_recent_entries .post-date,
#secondary .widget_tag_cloud a:hover,
#secondary .widget.wp_widget_tag_cloud a:hover,
#secondary .widget.widget_links{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.widget.widget_recent_entries li,
.widget.widget_recent_comments li{
  line-height:1.55;
}

.widget.widget_recent_entries .post-date{
  display:block;
  font-size:85%;
  margin-top:2px;
}

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

.sidebar-area .widget_tag_cloud a,
.sidebar-area .widget.wp_widget_tag_cloud a{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
}

.widget_tag_cloud a,
.widget.wp_widget_tag_cloud a{
  background-color:rgba(255,255,255,0.08);
  border-radius:1px;
  display:inline-block;
  font-size:11px !important;
  line-height:28px;
  margin:0 0 3px 0;
  padding:0 14px;
  text-transform:uppercase;
}

.widget.widget_categories li .children,
.widget.widget_pages li .children{
  margin-left:0.5rem;
  margin-top:7px;
}

.widget.widget_authors,
.widget.widget_recent_comments,
.widget.widget_author_grid ul,
.widget.widget_top-posts .no-grav li,
.widget.widget_goodreads div[class*="gr_custom_each_container"]{
  overflow:hidden;
}

.widget.widget_authors > ul > li:before,
.widget.widget_author_grid li:before,
.widget.widget_wpcom_social_media_icons_widget li:before,
.widget.widget_jetpack_my_community li:before,
.widget.widget_jetpack_posts_i_like li:before,
.widget.widget_top-posts .no-grav li:before,
.widget.widget_eventbrite li:before{
  content:'';
  display:none;
  margin:0;
}

.widget.widget_authors > ul > li,
.widget.widget_author_grid li,
.widget.widget_jetpack_posts_i_like li,
.widget.widget_eventbrite li,
.widget.widget_wpcom_social_media_icons_widget li{
  padding:0;
}

.widget.widget_author_grid li,
.widget.widget_goodreads div[class*="gr_custom_book_container"],
.widget.widget_jetpack_posts_i_like .widgets-list-layout.no-grav .widgets-list-layout-links,
.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links{
  float:left;
}

.widget.widget_authors .avatar,
.widget.widget_authors li a strong{
  display:block;
}

.widget.widget_authors > ul > li,
#page .widget.milestone-widget{
  margin-bottom:35px;
}

.widget.widget_authors > ul > li:last-child,
.widget.widget_text .textwidget :last-child,
.widget.widget_gravatar :last-child,
.widget.widget_jetpack_posts_i_like :last-child,
.widget .recentcommentsavatar.table{
  margin-bottom:0;
}

.widget.widget_authors .avatar{
  margin-bottom:20px;
  margin-top:35px;
}

.widget.widget_authors li strong{
  color:#757575;
  color:var(--th-color-secondary-base);
  font-size:18px;
  font-size:1.125rem;
  font-weight:400;
  line-height:1;
  margin-bottom:30px;
}

#page .widget.widget_goodreads div[class^="gr_custom_container"]{
  background:none;
  border:none;
  color:inherit;
  padding:0;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]:last-child{
  border:none;
  padding:0;
}

.widget.widget_goodreads div[class*="gr_custom_book_container"]{
  margin-right:15px;
}

.widget.widget_goodreads div[class*="gr_custom_rating"]{
  line-height:1;
  margin-bottom:5px;
}

.widget.widget_goodreads div[class*="gr_custom_title"]{
  line-height:1.4;
}

.widget.widget_goodreads div[class*="gr_custom_author"]{
  font-size:12px;
  font-size:0.75rem;
}

#page .widget.widget_goodreads div[class^="gr_custom_each_container"]{
  border-bottom:none;
}

#page .jetpack_widget_social_icons ul li,
#page .widget.widget_jetpack_my_community ul li,
#page .widget.widget_author_grid li,
#page .widget.widget_eventbrite .simpleTabsNavigation li,
#page .widget.widget_wpcom_social_media_icons_widget li{
  border-top:none;
  margin-top:0;
  padding-top:0;
}

.widget.widget_recent_comments td{
  border-top:none;
}

.widget.widget_recent_comments td.recentcommentsavatarend,
.widget.widget_recent_comments td.recentcommentsavatartop{
  padding:13px 0;
}

.widget.widget_recent_comments td.recentcommentstextend{
  padding-bottom:13px;
  padding-top:13px;
}

.widget.widget_recent_comments .recentcommentsavatar tr:first-child td.recentcommentstextend,
.widget.widget_recent_comments .recentcommentsavatar tr:first-child td.recentcommentsavatartop{
  padding-top:0;
}

.widget.widget_recent_comments .recentcommentsavatar tr:last-child td.recentcommentstextend,
.widget.widget_recent_comments .recentcommentsavatar tr:last-child td.recentcommentsavatarend,
#page .widget.widget_goodreads div[class^="gr_custom_each_container"]{
  padding-bottom:0;
}

.widget.widget_jetpack_posts_i_like .widgets-list-layout.no-grav .widgets-list-layout-links,
.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links{
  margin-left:10px;
}

.archive.author .page-header .avatar,
.single .entry-meta .avatar{
  border-radius:50%;
  display:none;
}

.archive.author .page-header .avatar{
  -webkit-box-shadow:0 0 2px rgba(0,0,0,0.09);
  border:3px solid #ffffff;
  border:3px solid var(--th-color-white);
  box-shadow:0 0 2px rgba(0,0,0,0.09);
  height:93px;
  margin-left:auto;
  min-width:93px;
  width:93px;
}

.single .entry-meta .avatar{
  margin-right:0.75rem;
}

.site-header .site-title{
  font-family:inherit;
  letter-spacing:-0.02em;
}

.site-header .site-title a{
  text-decoration:none;
}

.site-header .site-title a:hover{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.custom-logo-link + .site-title{
  font-size:1.266rem;
  margin-top:0.25rem;
}

.site-header,
#sticky-header{
  -webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.04), 0 4px 5px 0 rgba(0,0,0,0.05), 0 1px 7px 0 rgba(0,0,0,0.07);
  box-shadow:0 2px 4px -1px rgba(0,0,0,0.04), 0 4px 5px 0 rgba(0,0,0,0.05), 0 1px 7px 0 rgba(0,0,0,0.07);
  z-index:999;
}

.site-header,
.header-right-col{
  position:relative;
}

.header-right-col::before{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  content:"";
  height:44px;
  left:-1rem;
  position:absolute;
  right:-1rem;
  z-index:-1;
}

.header-right-col .header-search-button,
.header-right-col .mobile-menu-button{
  line-height:44px;
}

.site-header .custom-logo{
  display:inline-block;
  max-width:380px;
  width:100%;
}

.site-header .header-right-col a:hover,
.site-header .header-right-col button:hover{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.header-search-button{
  border-left:1px solid #e5e5e5;
  border-left:1px solid var(--th-color-secondary-lighter);
}

.site-header .svg-icon{
  margin:auto;
}

.header-right-col .jetpack-social-navigation,
.header-right-col .social-navigation,
.site-header .mobile-menu-button .svg-icon + .svg-icon,
.active-toggle-sidebar .mobile-menu-button .svg-icon:first-of-type{
  display:none;
}

.active-toggle-sidebar .mobile-menu-button .svg-icon + .svg-icon{
  display:block;
}

.site-header .mobile-menu-button .svg-icon{
  margin-right:0.25rem;
  pointer-events:none;
}

.site-search-container{
  -webkit-animation:fadein 0.15s linear;
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
  animation:fadein 0.15s linear;
  background-color:rgba(255,255,255,0.97);
  bottom:1rem;
  box-shadow:0 0 15px rgba(0,0,0,0.1);
  display:none;
  left:1rem;
  position:fixed;
  right:1rem;
  top:1rem;
  z-index:99999;
}

.site-search-container .svg-icon{
  margin:auto;
}

.site-search-container .submit:hover,
	.site-search-container .close-site-search:hover{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.site-search-container ::-moz-placeholder{
  color:#757575;
  color:var(--th-color-secondary-base);
  font-weight:bold;
}

.site-search-container ::-moz-placeholder:focus{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

.site-search-container :-ms-input-placeholder{
  color:#757575;
  color:var(--th-color-secondary-base);
  font-weight:bold;
}

.site-search-container :-ms-input-placeholder:focus{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

.site-search-container ::-webkit-input-placeholder{
  color:#757575;
  color:var(--th-color-secondary-base);
  font-weight:bold;
}

.site-search-container ::-webkit-input-placeholder:focus{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

.site-search-container .close-site-search{
  display:inline-block;
  height:45px;
  line-height:45px;
  position:absolute;
  right:0.5rem;
  top:0.5rem;
  width:45px;
}

.site-search-container .search-field{
  -webkit-appearance:none;
  -webkit-backface-visibility:hidden;
  background:none;
  border:none;
  border-bottom:1px solid #111111;
  border-bottom:1px solid var(--th-color-primary-dark);
  font-size:inherit;
  outline:none;
  padding:17px 20px 15px 0;
}

.site-search-container .search-field:focus{
  border-bottom-color:#e5e5e5;
  border-bottom-color:var(--th-color-secondary-lighter);
}

.site-search-container .search-form{
  max-width:40rem;
  padding:60px;
  position:relative;
  width:100%;
}

.site-search-container .search-form .submit{
  background-color:transparent;
  border:none;
  font-size:inherit;
  height:50px;
  line-height:50px;
  margin-top:-25px;
  padding:0;
  position:absolute;
  right:60px;
  top:50%;
  width:25px;
}

.site-search-container .search-form .submit .svg-icon{
  height:1.125rem;
  width:1.125rem;
}

.sticky-header{
  -webkit-transform:translateY(-100%);
  -webkit-transition:all 0.62s ease;
  left:0;
  margin:0 auto;
  max-width:1440px;
  opacity:0;
  position:fixed;
  right:0;
  top:-100%;
  transform:translateY(-100%);
  transition:all 0.62s ease;
}

.sticky-header.scroll-header{
  -webkit-transform:translateY(0%);
  opacity:1;
  top:0;
  transform:translateY(0%);
}

.single-post .sticky-header.scroll-header{
  overflow:hidden;
}

.sticky-right-col{
  position:relative;
}

.sticky-header .gotop:hover{
  color:#2b2b2b;
  color:var(--th-color-primary-base);
}

.gotop .svg-icon{
  pointer-events:none;
  stroke-width:2.5;
}

.gotop::before{
  border-left:1px solid #e5e5e5;
  border-left:1px solid var(--th-color-secondary-lighter);
  bottom:-0.75rem;
  content:"";
  position:absolute;
  right:2.1rem;
  top:-0.75rem;
  z-index:-2;
}

.sticky-header .main-navigation ul:not(.sub-menu):not(.children) > li:first-child{
  margin-left:0;
}

.sticky-header .progress-bar{
  -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
  background-color:#E91E63;
  background-color:var(--th-color-accent-base);
  bottom:0;
  box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
  height:3px;
  left:0;
  position:absolute;
  width:0;
  z-index:-1;
}

.sticky-header .hentry-title{
  font-weight:900;
  overflow:hidden;
  padding-bottom:3px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.close-toggle-sidebar,
.mobile-navigation > .menu li{
  font-size:0.8125rem;
}

.admin-bar .toggle-sidebar{
  top:46px;
}

.toggle-sidebar{
  -webkit-animation:toggle-slide-in 200ms ease;
  -webkit-box-shadow:inset 5px 0 18px -5px rgba(0,0,0,0.2);
  animation:toggle-slide-in 200ms ease;
  border-left:1px solid #e5e5e5;
  border-left:1px solid var(--th-color-secondary-lighter);
  box-shadow:inset 5px 0 18px -5px rgba(0,0,0,0.2);
  display:none;
  height:100%;
  max-width:340px;
  overflow:scroll;
  overflow-x:hidden;
  position:fixed;
  right:-340px;
  top:0;
  visibility:hidden;
  width:100%;
  z-index:9999;
}

.toggle-sidebar .inner-panel{
  padding:0 0 30px;
  position:relative;
}

.toggle-sidebar a{
  color:inherit;
}

.toggle-sidebar a:hover{
  opacity:0.75;
}

.active-toggle-sidebar{
  overflow:hidden;
}

.site{
  -webkit-transition:right 200ms ease;
  position:relative;
  right:0;
  transition:right 200ms ease;
}

.active-toggle-sidebar .toggle-sidebar{
  display:block;
  right:0;
  visibility:visible;
}

.hidden-toggle-sidebar .toggle-sidebar{
  -webkit-animation:toggle-slide-out 200ms ease;
  animation:toggle-slide-out 200ms ease;
  display:block;
  height:0;
  right:-340px;
  visibility:hidden;
}

@-webkit-keyframes toggle-slide-in{
  0%{
    right:-340px;
  }
  100%{
    right:0;
  }
}

@keyframes toggle-slide-in{
  0%{
    right:-340px;
  }
  100%{
    right:0;
  }
}

@-webkit-keyframes toggle-slide-out{
  0%{
    height:100%;
    right:0;
    visibility:visible;
  }
  100%{
    height:100%;
    right:-340px;
  }
}

@keyframes toggle-slide-out{
  0%{
    height:100%;
    right:0;
    visibility:visible;
  }
  100%{
    height:100%;
    right:-340px;
  }
}

.close-toggle-sidebar{
  -webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.04), 0 4px 5px 0 rgba(0,0,0,0.05), 0 1px 7px 0 rgba(0,0,0,0.07);
  border-bottom:1px solid rgba(255,255,255,0.1);
  box-shadow:0 2px 4px -1px rgba(0,0,0,0.04), 0 4px 5px 0 rgba(0,0,0,0.05), 0 1px 7px 0 rgba(0,0,0,0.07);
  font-weight:bold;
  padding-bottom:10px;
  padding-top:10px;
}

.close-toggle-sidebar:hover{
  background-color:#111111;
  background-color:var(--th-color-primary-dark);
  color:#ffffff;
  color:var(--th-color-white);
}

.close-toggle-sidebar .svg-icon{
  height:11px;
  margin-right:0.25rem;
  width:11px;
}

.site-navigation ul{
  -webkit-padding-start:0;
  list-style:none;
  margin:0;
  padding-left:0;
}

.site-navigation li{
  display:inline-block;
  position:relative;
}

.site-navigation a{
  display:block;
  text-decoration:none;
}

.site-navigation .current_page_item > a,
.site-navigation .current-menu-item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-ancestor > a{
  font-weight:900;
}

.site-navigation .arrow-icon{
  bottom:calc(50% - 0.35rem);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  pointer-events:none;
  position:absolute;
  right:0;
}

.site-navigation .arrow-icon .svg-icon{
  height:0.75rem;
  margin:0;
  stroke-width:3px;
  width:0.75rem;
}

.site-footer .jetpack-social-navigation a,
.site-footer .social-navigation a,
.toggle-sidebar .jetpack-social-navigation a,
.toggle-sidebar .social-navigation a{
  border:1px solid rgba(255,255,255,0.1);
  border-radius:50%;
  height:35px;
  line-height:33px;
  width:35px;
}

.site-footer .jetpack-social-navigation .svg-icon,
.site-footer .social-navigation .svg-icon,
.toggle-sidebar .jetpack-social-navigation .svg-icon,
.toggle-sidebar .social-navigation .svg-icon{
  height:0.889rem;
  margin:auto;
  width:0.889rem;
}

.mobile-navigation li{
  width:100%;
}

.mobile-navigation ul ul{
  display:none;
}

.mobile-navigation ul .toggled-on{
  background-color:rgba(0,0,0,0.15);
  display:block;
}

.mobile-navigation .dropdown-toggle{
  border-left:1px solid rgba(255,255,255,0.1);
  height:45px;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:47px;
}

.mobile-navigation .arrow-icon{
  position:absolute;
  right:17px;
  top:17px;
}

.mobile-navigation .arrow-icon.toggled-on{
  -webkit-transform:rotate(-180deg);
  background-color:transparent;
  bottom:auto;
  transform:rotate(-180deg);
}

.mobile-navigation > .menu li a{
  -webkit-transition:padding 200ms ease-in-out;
  border-bottom:1px solid rgba(255,255,255,0.1);
  color:inherit;
  display:block;
  line-height:1.2;
  padding:15px 50px 15px 30px;
  transition:padding 200ms ease-in-out;
}

.mobile-navigation > .menu li a:hover{
  background-color:rgba(0,0,0,0.05);
  padding-left:35px;
}

.main-navigation > ul.menu > li{
  font-weight:700;
  letter-spacing:0.02em;
  margin-left:1rem;
}

.main-navigation > ul.menu > li.menu-item-has-children > a,
.main-navigation > ul.menu > li.page_item_has_children > a{
  padding-right:15px;
}

.main-navigation ul ul .arrow-icon{
  -webkit-transform:rotate(-90deg);
  right:14px;
  transform:rotate(-90deg);
}

.main-navigation ul ul::before,
.main-navigation ul ul::after{
  bottom:100%;
  content:'';
  display:block;
  position:absolute;
}

.main-navigation ul ul::before{
  border-color:transparent transparent #111111 transparent;
  border-color:transparent transparent var(--th-color-primary-dark) transparent;
  border-style:solid;
  border-width:0 6px 6px 6px;
  height:0;
  left:10%;
  margin-left:-3px;
  width:0;
}

.main-navigation ul ul::after{
  height:0.75rem;
  left:0;
  right:0;
}

.main-navigation ul ul{
  -webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.04), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
  -webkit-transform:translateY(0.25rem);
  background-color:#111111;
  background-color:var(--th-color-primary-dark);
  border-radius:2px;
  box-shadow:0 2px 4px -1px rgba(0,0,0,0.04), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
  left:-999em;
  opacity:0;
  padding:0;
  position:absolute;
  top:calc(100% + 0.75rem);
  transform:translateY(0.25rem);
  width:200px;
  z-index:9999;
}

.main-navigation ul ul ul{
  left:-999em;
  margin-left:0;
  top:0;
}

.main-navigation ul ul ul:before{
  border:none;
}

.main-navigation ul ul li{
  color:#ffffff;
  color:var(--th-color-white);
  padding:14px;
  width:100%;
}

.main-navigation ul ul > * + *{
  border-top:1px solid rgba(255,255,255,0.15);
}

#masthead .main-navigation ul li:hover > a,
#masthead .main-navigation ul li.focus > a{
  color:#a3a3a3;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a{
  opacity:0.75;
}

.main-navigation ul li:hover > ul{
  -webkit-transition:opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition:opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition:transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition:transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
  -webkit-transform:translateY(0);
  left:auto;
  opacity:1;
  transform:translateY(0);
}

.main-navigation ul ul li:hover > ul{
  -webkit-transition:opacity 250ms ease-in-out;
  transition:opacity 250ms ease-in-out;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
  left:100%;
  top:0;
}

.jetpack-social-navigation,
.social-navigation{
  width:100%;
}

.site .jetpack-social-navigation ul,
.social-navigation ul{
  -ms-flex-pack:center;
  -ms-flex-wrap:wrap;
  -webkit-box-pack:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  line-height:1;
  list-style:none;
  margin:0;
  padding:0;
}

.jetpack-social-navigation ul li + li,
.social-navigation ul li + li{
  margin-left:7px;
}

.jetpack-social-navigation ul li a,
.social-navigation ul li a{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  color:inherit;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:25px;
  text-align:center;
  width:25px;
}

.toggle-sidebar .jetpack-social-navigation,
.toggle-sidebar .social-navigation{
  margin-top:1.25rem;
  padding-left:2rem;
  padding-right:2rem;
}

.toggle-sidebar .jetpack-social-navigation ul li + li,
.toggle-sidebar .social-navigation ul li + li{
  margin-left:0.75rem;
}

.toggle-sidebar .jetpack-social-navigation ul li,
.toggle-sidebar .social-navigation ul li{
  margin-top:0.75rem;
}

.site .jetpack-social-navigation-genericons a::before{
  display:none;
}

.site-content .comment-navigation{
  border-radius:1px;
  margin-bottom:60px;
}

.site-content .comment-navigation a{
  display:block;
  padding:8px 30px;
  text-align:center;
}

.comment-navigation,
.posts-navigation,
.post-navigation{
  clear:both;
  overflow:hidden;
  position:relative;
}

.comment-navigation,
.post-navigation{
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous{
  float:left;
  width:50%;
}

.comment-navigation .nav-next{
  text-align:right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next{
  float:right;
  width:50%;
}

.posts-navigation:before,
.post-navigation:before,
.comment-navigation:before{
  background-color:rgba(0,0,0,0.08);
  content:"";
  height:100%;
  left:50%;
  margin-left:-1px;
  position:absolute;
  top:0;
  width:1px;
}

.posts-navigation a,
.comment-navigation a{
  color:#757575;
  color:var(--th-color-secondary-base);
  text-decoration:none;
}

.posts-navigation a:hover,
.comment-navigation a:hover{
  color:#111111;
  color:var(--th-color-primary-dark);
}

.posts-navigation,
.comment-navigation{
  font-weight:900;
  text-transform:uppercase;
}

.post-navigation{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
}

.post-navigation a{
  color:#111111;
  color:var(--th-color-primary-dark);
  display:block;
  line-height:1.4;
  padding:1.5rem 1rem;
  position:relative;
  text-decoration:none;
  width:100%;
}

.post-navigation .nav-meta{
  margin-bottom:0.5rem;
}

.post-navigation:before{
  display:none;
}

.post-navigation a:before{
  -webkit-box-shadow:0 0 35px rgba(0,0,0,0.3);
  border:8px solid #ffffff;
  border:8px solid var(--th-color-white);
  bottom:-10px;
  box-shadow:0 0 35px rgba(0,0,0,0.3);
  float:right;
  height:160px;
  margin-left:30px;
  position:relative;
  width:40%;
}

.post-navigation a:hover:before{
  bottom:15px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next{
  overflow:hidden;
  width:100%;
}

.post-navigation .nav-links > * + *{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
}

.site-content .posts-navigation{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
  width:100%;
}

.posts-navigation a{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding:0.75rem 1rem;
}

.posts-navigation .svg-icon{
  height:16px;
  width:16px;
}

.posts-navigation .nav-previous a{
  -ms-flex-pack:end;
  -webkit-box-pack:end;
  justify-content:flex-end;
}

.posts-navigation .nav-previous .svg-icon{
  margin-right:0.5rem;
}

.posts-navigation .nav-next a{
  -ms-flex-pack:start;
  -webkit-box-pack:start;
  justify-content:flex-start;
}

.posts-navigation .nav-next .svg-icon{
  margin-left:0.5rem;
}

.th-sr-only{
  border-width:0;
  clip:rect(0, 0, 0, 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  white-space:nowrap;
  width:1px;
}

.th-bg-white{
  background-color:#ffffff;
  background-color:var(--th-color-white);
}

.th-bg-primary-dark{
  background-color:#111111;
  background-color:var(--th-color-primary-dark);
}

.th-bg-primary-base{
  background-color:#2b2b2b;
  background-color:var(--th-color-primary-base);
}

.th-bg-secondary-lightest{
  background-color:#f5f5f5;
  background-color:var(--th-color-secondary-lightest);
}

.th-border-secondary-lighter{
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
}

.th-rounded{
  border-radius:1px;
}

.th-rounded-full{
  border-radius:9999px;
}

.th-border{
  border-width:1px;
}

.th-border-b{
  border-bottom-width:1px;
}

.th-block{
  display:block;
}

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

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

.th-hidden{
  display:none;
}

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

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

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

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

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

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

.th-font-normal{
  font-weight:400;
}

.th-h-full{
  height:100%;
}

.th-text-2xs{
  font-size:0.702rem;
}

.th-text-xs{
  font-size:0.8125rem;
}

.th-text-sm{
  font-size:0.889rem;
}

.th-text-base{
  font-size:1rem;
}

.th-text-md{
  font-size:1.125rem;
}

.th-text-xl{
  font-size:1.424rem;
}

.th-text-2xl{
  font-size:1.602rem;
}

.th-text-4xl{
  font-size:2.027rem;
}

.th-leading-none{
  line-height:1;
}

.th-list-none{
  list-style-type:none;
}

.th-my-0{
  margin-bottom:0;
  margin-top:0;
}

.th-mt-0{
  margin-top:0;
}

.th-mb-0{
  margin-bottom:0;
}

.th-ml-0{
  margin-left:0;
}

.th-mt-auto{
  margin-top:auto;
}

.th-mr-auto{
  margin-right:auto;
}

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

.th-mb-lg{
  margin-bottom:2rem;
}

.th-mt-md{
  margin-top:1.5rem;
}

.th-mt-base{
  margin-top:1rem;
}

.th-mr-base{
  margin-right:1rem;
}

.th-mb-base{
  margin-bottom:1rem;
}

.th-ml-base{
  margin-left:1rem;
}

.th-mt-sm{
  margin-top:0.75rem;
}

.th-mr-sm{
  margin-right:0.75rem;
}

.th-mt-xs{
  margin-top:0.5rem;
}

.th-mb-2xs{
  margin-bottom:0.25rem;
}

.th-p-base{
  padding:1rem;
}

.th-p-xs{
  padding:0.5rem;
}

.th-py-2xl{
  padding-bottom:3rem;
  padding-top:3rem;
}

.th-py-lg{
  padding-bottom:2rem;
  padding-top:2rem;
}

.th-px-lg{
  padding-left:2rem;
  padding-right:2rem;
}

.th-py-md{
  padding-bottom:1.5rem;
  padding-top:1.5rem;
}

.th-py-base{
  padding-bottom:1rem;
  padding-top:1rem;
}

.th-px-base{
  padding-left:1rem;
  padding-right:1rem;
}

.th-py-sm{
  padding-bottom:0.75rem;
  padding-top:0.75rem;
}

.th-pt-lg{
  padding-top:2rem;
}

.th-pb-lg{
  padding-bottom:2rem;
}

.th-pb-md{
  padding-bottom:1.5rem;
}

.th-pt-base{
  padding-top:1rem;
}

.th-pb-base{
  padding-bottom:1rem;
}

.th-pl-base{
  padding-left:1rem;
}

.th-pt-xs{
  padding-top:0.5rem;
}

*{
  --tw-shadow:0 0 #0000;
}

*{
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-color:#fff;
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-offset-width:0px;
  --tw-ring-shadow:0 0 #0000;
}

.th-fill-current{
  fill:currentColor;
}

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

.th-text-inherit{
  color:inherit;
}

.th-text-white{
  color:#ffffff;
  color:var(--th-color-white);
}

.th-text-primary-dark{
  color:#111111;
  color:var(--th-color-primary-dark);
}

.th-text-secondary-base{
  color:#757575;
  color:var(--th-color-secondary-base);
}

.th-text-secondary-light{
  color:#aeaeae;
  color:var(--th-color-secondary-light);
}

.th-uppercase{
  text-transform:uppercase;
}

.th-w-3\/12{
  width:25%;
}

.th-w-9\/12{
  width:75%;
}

.th-w-full{
  width:100%;
}

@-webkit-keyframes th-spin{
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes th-spin{
  to{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@-webkit-keyframes th-ping{
  75%,
100%{
    -webkit-transform:scale(2);
    opacity:0;
    transform:scale(2);
  }
}

@keyframes th-ping{
  75%,
100%{
    -webkit-transform:scale(2);
    opacity:0;
    transform:scale(2);
  }
}

@-webkit-keyframes th-pulse{
  50%{
    opacity:.5;
  }
}

@keyframes th-pulse{
  50%{
    opacity:.5;
  }
}

@-webkit-keyframes th-bounce{
  0%,
100%{
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
    -webkit-transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1);
    transform:translateY(-25%);
  }
  50%{
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
    -webkit-transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1);
    transform:none;
  }
}

@keyframes th-bounce{
  0%,
100%{
    -webkit-animation-timing-function:cubic-bezier(0.8,0,1,1);
    -webkit-transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1);
    transform:translateY(-25%);
  }
  50%{
    -webkit-animation-timing-function:cubic-bezier(0,0,0.2,1);
    -webkit-transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1);
    transform:none;
  }
}

[class^="th-stack"] > *{
  margin:0;
}

.th-stack--lg > * + *{
  margin-top:2rem;
}

.th-stack--md > * + *{
  margin-top:1.5rem;
}

.th-stack--base > * + *{
  margin-top:1rem;
}

.th-stack--sm > * + *{
  margin-top:0.75rem;
}

.th-stack--xs > * + *{
  margin-top:0.5rem;
}

.th-stack-full--lg > *{
  margin-top:2rem;
}

.th-stack-full--md > *{
  margin-top:1.5rem;
}

.th-stack-full--base > *{
  margin-top:1rem;
}

@media (min-width: 500px){
  .custom-background #page{
    margin:30px;
  }
  .custom-background #sticky-header{
    left:30px;
    right:30px;
  }
  :root .has-medium-font-size{
    font-size:1.266rem;
  }
  :root .has-large-font-size{
    font-size:1.602rem;
  }
  :root .has-huge-font-size{
    font-size:1.802rem;
  }
  :root .has-enormous-font-size{
    font-size:2.887rem;
  }
  :root .has-gigantic-font-size{
    font-size:4.11rem;
  }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
        .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left:calc(48px + 1.5rem);
  }
  .custom-background.inactive-sidebar .alignfull{
    margin-left:calc(50% - 50vw + 30px);
    width:calc(100vw - 60px);
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:calc(100vw - 4rem);
  }
  .blog:not(.home) .breadcrumb{
    padding-left:2rem;
    padding-right:2rem;
  }
  .hentry .entry-cats a{
    font-size:0.8125rem;
  }
  .archive.author .page-header .avatar,
	.single .entry-meta .avatar{
    display:block;
  }
  .header-right-col::before{
    left:-2rem;
    right:-2rem;
  }
  .gotop::before{
    display:none;
  }
  .gotop .svg-icon{
    margin-right:0.5rem;
  }
  .post-navigation a{
    padding:2rem;
  }
  .post-navigation .nav-title{
    font-size:1.424rem;
  }
  .post-navigation a:before{
    height:260px;
  }
  .posts-navigation a{
    padding-left:2rem;
    padding-right:2rem;
  }
  .sm\:th-not-sr-only{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    padding:0;
    position:static;
    white-space:normal;
    width:auto;
  }
  .sm\:th-block{
    display:block;
  }
  .sm\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .sm\:th-text-xs{
    font-size:0.8125rem;
  }
  .sm\:th-text-sm{
    font-size:0.889rem;
  }
  .sm\:th-text-md{
    font-size:1.125rem;
  }
  .sm\:th-text-6xl{
    font-size:2.566rem;
  }
  .sm\:th-text-7xl{
    font-size:2.887rem;
  }
  .sm\:th-mt-0{
    margin-top:0;
  }
  .sm\:th-mb-2xl{
    margin-bottom:3rem;
  }
  .sm\:th-ml-lg{
    margin-left:2rem;
  }
  .sm\:th-p-0{
    padding:0;
  }
  .sm\:th-p-lg{
    padding:2rem;
  }
  .sm\:th-py-4xl{
    padding-bottom:6rem;
    padding-top:6rem;
  }
  .sm\:th-py-2xl{
    padding-bottom:3rem;
    padding-top:3rem;
  }
  .sm\:th-px-2xl{
    padding-left:3rem;
    padding-right:3rem;
  }
  .sm\:th-py-xl{
    padding-bottom:2.5rem;
    padding-top:2.5rem;
  }
  .sm\:th-px-lg{
    padding-left:2rem;
    padding-right:2rem;
  }
  .sm\:th-py-md{
    padding-bottom:1.5rem;
    padding-top:1.5rem;
  }
  .sm\:th-px-base{
    padding-left:1rem;
    padding-right:1rem;
  }
  .sm\:th-pt-2xl{
    padding-top:3rem;
  }
  .sm\:th-pb-2xl{
    padding-bottom:3rem;
  }
  .sm\:th-pb-lg{
    padding-bottom:2rem;
  }
  .sm\:th-stack--2xl > * + *{
    margin-top:3rem;
  }
  .sm\:th-stack-full--2xl > *{
    margin-top:3rem;
  }
  .sm\:th-stack-full--lg > *{
    margin-top:2rem;
  }
}

@media (min-width: 599px){
  .inactive-sidebar .wp-block-column .alignfull,
    .custom-background.inactive-sidebar .wp-block-column .alignfull{
    margin-left:auto;
    width:auto;
  }
  .inactive-sidebar .wp-block-column .alignwide{
    margin-left:auto;
    margin-right:auto;
    width:auto;
  }
}

@media (min-width: 600px){
  .wp-block-latest-posts.is-grid li{
    margin-right:2rem;
  }
  .wp-block-latest-posts.columns-2 li{
    width:calc(50% - 2rem);
  }
  .wp-block-latest-posts.columns-3 li{
    width:calc(33.33333% - 2rem);
  }
  .wp-block-latest-posts.columns-4 li{
    width:calc(25% - 2rem);
  }
  .wp-block-latest-posts.columns-5 li{
    width:calc(20% - 2rem);
  }
  .wp-block-latest-posts.columns-6 li{
    width:calc(16.66667% - 2rem);
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom:0;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
    margin-top:0;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left:2rem;
    padding-right:0;
  }
  .has-media-on-the-right .wp-block-media-text__content{
    padding-left:0;
    padding-right:2rem;
  }
}

@media (min-width: 768px){
  blockquote{
    border-left:none;
    font-size:1.424rem;
    line-height:1.45;
    margin:2rem 0;
    padding-bottom:2rem;
    padding-top:2rem;
    position:relative;
    z-index:1;
  }
  blockquote:before{
    background-color:#f5f5f5;
    background-color:var(--th-color-secondary-lightest);
    bottom:0;
    content:"";
    left:30%;
    position:absolute;
    right:10%;
    top:0;
    z-index:-1;
  }
  .wp-block-cover.alignleft,
	.wp-block-cover.alignright{
    margin-bottom:0.75rem;
  }
  .wp-block-image .alignleft,
	.wp-block-image .alignright{
    margin-bottom:0.75rem;
  }
  .wp-block-image .alignleft{
    margin-right:2rem;
  }
  .wp-block-image .alignright{
    margin-left:2rem;
  }
  .wp-block-latest-posts__featured-image.alignleft,
	.wp-block-latest-posts__featured-image.alignright{
    margin-bottom:2rem;
  }
  .wp-block-latest-posts__featured-image.alignleft{
    margin-right:2rem;
  }
  .wp-block-latest-posts__featured-image.alignright{
    margin-left:2rem;
  }
  .wp-block-pullquote blockquote{
    font-size:1.424em;
  }
  .wp-block-pullquote.alignleft blockquote,
  .wp-block-pullquote.alignright blockquote{
    font-size:1.125em;
  }
  .wp-block-pullquote.alignleft{
    float:left;
    margin-right:2rem;
    text-align:left;
  }
  .wp-block-pullquote.alignright{
    float:right;
    margin-left:2rem;
    text-align:right;
  }
  .inactive-sidebar .alignwide,
			.inactive-sidebar .alignwide > [class*="__inner-container"] .alignfull{
    margin-left:-2vw;
    margin-right:-2vw;
    width:calc(100% + 4vw);
  }
  .inactive-sidebar .alignwide.has-background > [class*="__inner-container"] .alignwide{
    margin-left:calc(-2vw + 1rem);
    margin-right:calc(-2vw + 1rem);
    width:calc(100% + 4vw - 2rem);
    width:auto;
  }
  [class*="has-background"] .wp-block-quote::before{
    opacity:0.15;
  }
  blockquote.pull-left,
	blockquote.pull-right{
    padding:0;
    width:45%;
  }
  blockquote.pull-left{
    float:left;
    margin:35px 35px 55px -35px;
  }
  blockquote.pull-right{
    float:right;
    margin:35px -35px 55px 35px;
  }
  .wp-block-quote.is-style-large,
	.wp-block-quote.is-large,
	.wp-block-quote.has-text-align-center{
    padding-bottom:2rem;
    padding-top:2rem;
  }
  .wp-block-quote.is-style-large,
	.wp-block-quote.is-large{
    margin-bottom:2rem;
    margin-top:2rem;
  }
  .wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright{
    padding:1em;
  }
  .wp-block-pullquote.is-style-solid-color{
    text-shadow:0 1px 2px rgba(0,0,0,0.1);
  }
  .site-footer .widget{
    border-right:1px solid rgba(255,255,255,0.08);
    width:50%;
  }
  .header-right-col::before{
    display:none;
  }
  .header-search-button{
    line-height:inherit;
  }
  .md\:th-inline-block{
    display:inline-block;
  }
  .md\:th-items-center{
    -ms-flex-align:center;
    -webkit-box-align:center;
    align-items:center;
  }
  .md\:th-justify-end{
    -ms-flex-pack:end;
    -webkit-box-pack:end;
    justify-content:flex-end;
  }
  .md\:th-m-0{
    margin:0;
  }
  .md\:th-mt-0{
    margin-top:0;
  }
  .md\:th-mr-0{
    margin-right:0;
  }
  .md\:th-ml-sm{
    margin-left:0.75rem;
  }
  .md\:th-px-4xl{
    padding-left:6rem;
    padding-right:6rem;
  }
  .md\:th-pt-md{
    padding-top:1.5rem;
  }
  .md\:th-pb-md{
    padding-bottom:1.5rem;
  }
  .md\:th-pr-base{
    padding-right:1rem;
  }
  .md\:th-pl-sm{
    padding-left:0.75rem;
  }
  .md\:th-text-left{
    text-align:left;
  }
  .md\:th-w-3\/12{
    width:25%;
  }
  .md\:th-w-9\/12{
    width:75%;
  }
}

@media (min-width: 782px){
  .wp-block-columns > *{
    margin-top:0;
  }
  .wp-block-column:not(:first-child){
    margin-left:2rem;
  }
}

@media screen and (min-width: 782px){
  .admin-bar .site-search-container{
    top:calc(32px + 1rem);
  }
  .admin-bar .sticky-header{
    top:32px;
  }
  .admin-bar .toggle-sidebar{
    top:32px;
  }
}

@media (min-width: 992px){
  .inactive-sidebar .alignwide,
			.inactive-sidebar .alignwide > [class*="__inner-container"] .alignfull{
    margin-left:-5vw;
    margin-right:-5vw;
    width:calc(100% + 10vw);
  }
  .inactive-sidebar .alignwide.has-background > [class*="__inner-container"] .alignwide{
    margin-left:calc(-5vw + 2rem);
    margin-right:calc(-5vw + 2rem);
    width:calc(100% + 10vw - 4rem);
    width:auto;
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:calc(992px - 12rem);
  }
  .active-sidebar:not(.error404):not(.page-template-full-width-page) .site-main{
    float:left;
    width:66.66666%;
  }
  .left-sidebar:not(.error404):not(.page-template-full-width-page) .site-main{
    float:right;
  }
  .site-footer .jetpack-social-navigation,
	.site-footer .social-navigation{
    margin-top:0;
    width:50%;
  }
  .site-footer .widget{
    width:20%;
  }
  .site-footer .widget:nth-child(4n){
    border-right:none;
    width:40%;
  }
  .site-footer .site-info{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    order:1;
  }
  .site-footer .footer-navigation{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    order:2;
    text-align:right;
  }
  .sidebar-area{
    -webkit-box-shadow:inset 15px 0 9px -15px rgba(0,0,0,0.08), inset 1px 0 2px -1px #e5e5e5;
    -webkit-box-shadow:inset 15px 0 9px -15px rgba(0,0,0,0.08), inset 1px 0 2px -1px var(--th-color-secondary-lighter);
    border-top:none;
    box-shadow:inset 15px 0 9px -15px rgba(0,0,0,0.08), inset 1px 0 2px -1px #e5e5e5;
    box-shadow:inset 15px 0 9px -15px rgba(0,0,0,0.08), inset 1px 0 2px -1px var(--th-color-secondary-lighter);
    float:left;
    position:relative;
    width:33.33333%;
    z-index:3;
  }
  .left-sidebar .sidebar-area{
    -webkit-box-shadow:inset -15px 0 9px -15px rgba(0,0,0,0.08), inset -1px 0 2px -1px #e5e5e5;
    -webkit-box-shadow:inset -15px 0 9px -15px rgba(0,0,0,0.08), inset -1px 0 2px -1px var(--th-color-secondary-lighter);
    box-shadow:inset -15px 0 9px -15px rgba(0,0,0,0.08), inset -1px 0 2px -1px #e5e5e5;
    box-shadow:inset -15px 0 9px -15px rgba(0,0,0,0.08), inset -1px 0 2px -1px var(--th-color-secondary-lighter);
    float:right;
  }
  .header-left-col .main-navigation{
    width:70%;
  }
  .header-left-col .site-branding{
    border-right:1px solid #e5e5e5;
    border-right:1px solid var(--th-color-secondary-lighter);
    max-width:30%;
    width:auto;
  }
  .header-search-button{
    border-left:none;
  }
  .header-right-col .jetpack-social-navigation,
	.header-right-col .social-navigation{
    display:block;
  }
  .site .jetpack-social-navigation ul,
	.social-navigation ul{
    -ms-flex-pack:end;
    -webkit-box-pack:end;
    justify-content:flex-end;
  }
  .post-navigation:before{
    display:block;
  }
  .post-navigation .nav-links > * + *{
    border-top:none;
  }
  .post-navigation .nav-previous{
    float:left;
    width:50%;
  }
  .post-navigation .nav-next{
    float:right;
    width:50%;
  }
  .lg\:th-block{
    display:block;
  }
  .lg\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .lg\:th-hidden{
    display:none;
  }
  .lg\:th-flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .lg\:th-pl-0{
    padding-left:0;
  }
  .lg\:th-pr-base{
    padding-right:1rem;
  }
  .lg\:th-w-4\/12{
    width:33.333333%;
  }
  .lg\:th-w-6\/12{
    width:50%;
  }
}

@media (min-width: 1441px){
  .inactive-sidebar .alignfull,
	.custom-background.inactive-sidebar .alignfull{
    margin-left:calc(50% - 720.5px);
    width:1441px;
  }
}

@media only screen and (min-width: 1441px){
  .custom-background #page{
    margin-left:auto;
    margin-right:auto;
  }
}

@media only screen and (max-width: 992px){
  .footer-top{
    text-align:center;
  }
}

@media (max-width: 959px) and (min-width: 768px){
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:calc(100vw - 12rem);
  }
}

@media screen and (max-width: 782px) and (min-width: 600px){
  .admin-bar .site-search-container{
    top:calc(46px + 1rem);
  }
  .admin-bar .sticky-header{
    top:46px;
  }
}

@media (max-width: 781px) and (min-width: 600px){
  .wp-block-column:nth-child(-n + 2){
    margin-top:0;
  }
}

@media only screen and (max-width: 768px){
  .wp-block-file.alignright,
	.wp-block-file.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-pullquote.alignleft,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-video.alignleft,
	.wp-block-video.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright{
    max-width:100%;
    width:100%;
  }
}

@media only screen and (max-width: 500px){
  .wp-block-image .alignright,
	.wp-block-image .alignleft{
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
  .wp-block-quote.is-style-large,
	.wp-block-quote.is-large{
    margin-left:0;
    margin-right:0;
  }
  .wp-block-pullquote.is-style-default blockquote{
    max-width:100%;
  }
  .entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft{
    float:none;
  }
  .entry-content img.alignright,
	.entry-content img.alignleft,
	.wp-caption{
    display:block;
    margin:0 auto 2.188em;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
  select,
	textarea,
	input{
    font-size:16px;
  }
}
