/*!
Theme Name: Appetite
Theme URI: https://wordpress.com/themes/appetite/
Author: Themes Harbor
Author URI: https://themesharbor.com/
Description: Appetite is a clean, flexible and fully responsive WordPress theme with special features for restaurants and cafes. Also, this theme can be used for any other business sites.
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: appetite
Tags: accessibility-ready, author-bio, black, classic-menu, custom-menu, editor-style, featured-content-with-pages, featured-images, fixed-menu, one-page, responsive-layout, rtl-language-support, sticky-post, testimonials, threaded-comments, translation-ready
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.

Appetite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

:root{
	--th-color-primary-dark:#212121;
	--th-color-primary-base:#383a3b;

	--th-color-secondary-base:#969696;
	--th-color-secondary-light:#909090;
	--th-color-secondary-lighter:#e5e5e5;
	--th-color-secondary-lightest:#f2f2f2;

	--th-color-accent-dark:#846b22;
	--th-color-accent-base:#c7a84e;
	--th-color-accent-light:#f4f2e6;

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

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

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

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

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

html{
  -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.7;
}

pre,
.wp-block-code{
  background-color:#f2f2f2;
  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:#212121;
  color:var(--th-color-primary-dark);
  font-family:'Montserrat';
  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:#c7a84e;
  color:var(--th-color-accent-base);
}

a:hover,
a:focus{
  color:#846b22;
  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:#383a3b;
  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 #969696;
  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{
  background-color:rgba(0,0,0,0.02);
  border-left:8px solid #c7a84e;
  border-left:8px solid var(--th-color-accent-base);
  font-size:1.266rem;
  line-height:1.5;
  padding:1rem 2rem;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
  background-color:#f2f2f2;
  background-color:var(--th-color-secondary-lightest);
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:1px;
  color:#212121;
  color:var(--th-color-primary-dark);
  font-weight:normal;
  padding:0.6em 0.8em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus{
  background-color:#ffffff;
  background-color:var(--th-color-white);
  border-color:inherit;
  outline:0;
  outline:thin dotted \9;
}

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 0.75em top 60%;
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  border-radius:1px;
  color:#212121;
  color:var(--th-color-primary-dark);
  font-family:'Lato';
  font-family:var(--th-site-font-body);
  line-height:1.45;
  padding:0.6em 0.8em;
}

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

option{
  font-family:sans-serif;
}

.primary-button,
button,
input[type="submit"],
.more-link-container .more-link{
  border:2px solid;
  border-radius:1px;
  display:inline-block;
  font-size:0.79rem;
  font-weight:bold;
  padding:0.87em 1.45em;
  text-transform:uppercase;
  vertical-align:bottom;
}

.more-link-container .more-link,
.primary-button{
  text-decoration:none;
}

button,
input[type="submit"]{
  background-color:#212121;
  background-color:var(--th-color-primary-dark);
  border-color:#212121;
  border-color:var(--th-color-primary-dark);
  color:#ffffff;
  color:var(--th-color-white);
}

button:hover,
input[type="submit"]:hover{
  background-color:#e5e5e5;
  background-color:var(--th-color-secondary-lighter);
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
  color:#383a3b;
  color:var(--th-color-primary-base);
}

.primary-button,
.more-link-container .more-link{
  background-color:transparent;
  color:#383a3b;
  color:var(--th-color-primary-base);
}

.more-link-container.is-style-outline a.more-link.wp-block-button__link:hover,
.primary-button:hover{
  background-color:transparent;
  border-color:inherit;
  color:#c7a84e;
  color:var(--th-color-accent-base);
}

.site-footer .primary-button:not(:hover){
  color:inherit;
}

.clean-button{
  -webkit-box-shadow:none;
  background:none;
  border:none;
  border-radius:0;
  box-shadow:none;
  color:inherit;
  font-size:inherit;
  height:auto;
  line-height:inherit;
  outline:medium none invert;
  outline:initial;
  padding:0;
  text-shadow:none;
}

.clean-button:hover{
  background:none;
  border:none;
  color:inherit;
}

legend{
  border:0;
  border-bottom:1px solid #e5e5e5;
  border-bottom:1px solid var(--th-color-secondary-lighter);
  color:#212121;
  color:var(--th-color-primary-dark);
  display:block;
  font-size:1.266rem;
  line-height:inherit;
  margin-bottom:1rem;
  padding:0;
  width:100%;
}

.primary-font{
  font-family:'Montserrat';
  font-family:var(--th-site-font-headings);
}

.jetpack-video-wrapper,
.mejs-container,
#page .wp-playlist,
#page .tiled-gallery,
#page .slideshow-window,
#page div#jp-relatedposts{
  margin-bottom:2rem;
}

#comments .comment-author .avatar,
.single-jetpack-testimonial #primary-header .entry-thumb img,
.author-container .avatar{
  border-radius:50%;
}

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

.list-inline{
  list-style:none;
  margin-left:-5px;
  padding-left:0;
}

.list-inline > li{
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
}

.lead{
  font-size:16px;
  font-weight:300;
  line-height:1.4;
  margin-bottom:20px;
}

.pull-right{
  float:right !important;
}

.pull-left{
  float:left !important;
}

.container{
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  clear:both;
  color:inherit;
  font-weight:700;
}

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

h1,
.h1{
  font-size:2.566rem;
}

h2,
.h2{
  font-size:2.027rem;
}

h3,
.h3{
  font-size:1.602rem;
}

h4,
.h4{
  font-size:1.266rem;
}

h5,
.h5{
  font-size:1rem;
}

h6,
.h6{
  font-size:0.889rem;
}

a{
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

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

.th-stack--3xl > * + *{
  margin-top:4rem;
}

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

.th-stack--xl > * + *{
  margin-top:2.5rem;
}

.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--2xs > * + *{
  margin-top:0.25rem;
}

.th-stack-full-3xl > *{
  margin-top:4rem;
}

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

.th-stack-full--xl > *{
  margin-top:2.5rem;
}

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

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

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

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

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

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

.th-bordered-stack--2xl > * + *{
  border-top:1px solid #f2f2f2;
  border-top:1px solid var(--th-color-secondary-lightest);
  margin-top:3rem;
  padding-top:3rem;
}

.th-bordered-stack--xl > * + *{
  border-top:1px solid #f2f2f2;
  border-top:1px solid var(--th-color-secondary-lightest);
  margin-top:2.5rem;
  padding-top:2.5rem;
}

.th-bordered-stack--lg > * + *{
  border-top:1px solid #f2f2f2;
  border-top:1px solid var(--th-color-secondary-lightest);
  margin-top:2rem;
  padding-top:2rem;
}

.th-bordered-stack--base > * + *{
  border-top:1px solid #f2f2f2;
  border-top:1px solid var(--th-color-secondary-lightest);
  margin-top:1rem;
  padding-top:1rem;
}

.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-buttons{
  grid-gap:0.5em;
}

.wp-block-buttons .wp-block-button{
  margin-bottom:0;
}

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

.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:#383a3b;
  color:var(--th-color-primary-base);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover{
  color:#969696;
  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:not(.alignfull),
	.wp-block-cover:not(.alignfull).has-background-dim::before,
	.wp-block-cover:not(.alignfull) .wp-block-cover__video-background{
  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:#969696;
  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:1.5em 1em;
}

div[class*="has-background"]:not(.block-editor-rich-text__editable){
  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:'Montserrat';
  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{
  border-top:0;
  height:auto;
  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-social-links{
  grid-gap:0.75em;
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{
  margin:0;
}

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

.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:#f2f2f2;
  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:#969696;
  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 .alignwide.has-background > [class*="__inner-container"] .alignfull{
  margin-left:-2rem;
  margin-right:-2rem;
  max-width:unset;
  width: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:#f2f2f2;
  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:#969696;
  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:not(.is-style-outline) .wp-block-button__link{
  border:none;
}

.wp-block-button__link{
  background-color:#212121;
  background-color:var(--th-color-primary-dark);
  border-radius:1px;
  color:#ffffff;
  color:var(--th-color-white);
  font-size:0.79rem;
  font-weight:bold;
  line-height:inherit;
  padding:0.87em 1.45em;
  text-align:inherit;
  text-decoration:none;
  text-transform:uppercase;
}

.wp-block-button.is-style-outline .wp-block-button__link{
  border-width:2px;
  padding-bottom:calc(0.87em - 2px);
  padding-top:calc(0.87em - 2px);
}

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

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

: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.566rem;
  line-height:1.45;
}

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

.is-style-circle-mask img{
  border-radius:999px;
}

.wp-block-latest-comments.has-avatars .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-avatar{
  -webkit-box-shadow:0 0 0 1px #e5e5e5;
  -webkit-box-shadow:0 0 0 1px var(--th-color-secondary-lighter);
  -webkit-box-sizing:border-box;
  border:2px solid #ffffff;
  border:2px solid var(--th-color-white);
  border-radius:999px;
  box-shadow:0 0 0 1px #e5e5e5;
  box-shadow:0 0 0 1px var(--th-color-secondary-lighter);
  box-sizing:border-box;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date{
  color:#969696;
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
  line-height:1.25;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta{
  color:#969696;
  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:#212121;
  color:var(--th-color-primary-dark);
}

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

.wp-block-quote.has-text-align-right{
  border-left:none;
  border-right:8px solid #c7a84e;
  border-right:8px solid var(--th-color-accent-base);
}

.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-bottom:8px solid #c7a84e;
  border-bottom:8px solid var(--th-color-accent-base);
  border-top:8px solid #c7a84e;
  border-top:8px solid var(--th-color-accent-base);
  padding-bottom:2rem;
  padding-top:2rem;
}

.wp-block-quote,
.wp-block-pullquote blockquote{
  margin-left:0;
  margin-right:0;
  margin-top:0;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large{
  border-left:8px solid #c7a84e;
  border-left:8px solid var(--th-color-accent-base);
  padding:1rem 2rem;
}

.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{
  background-color:transparent;
  line-height:1.45;
}

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

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

.wp-block-search .wp-block-search__input{
  background-color:#f2f2f2;
  background-color:var(--th-color-secondary-lightest);
  border-color:#e5e5e5;
  border-color:var(--th-color-secondary-lighter);
  border-radius:1px;
  padding:0.6em 0.8em;
}

.wp-block-search .wp-block-search__button{
  background-color:transparent;
  border:2px solid;
  border-radius:1px;
  color:#212121;
  color:var(--th-color-primary-dark);
  font-weight:bold;
  line-height:1.25;
  margin-left:0.5rem;
  padding:0.87em 1.45em;
  text-transform:uppercase;
}

.wp-block-search .wp-block-search__button:hover{
  background-color:transparent;
  color:#846b22;
  color:var(--th-color-accent-dark);
}

.wp-block-search .wp-block-search__button svg{
  fill:currentColor;
  min-height:2em;
  min-width:2em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
  background-color:#f2f2f2;
  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{
  background-color:#ffffff;
  background-color:var(--th-color-white);
  border:1px solid #e5e5e5;
  border:1px solid var(--th-color-secondary-lighter);
  padding:0.55em 0.75em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{
  border-color:#212121;
  border-color:var(--th-color-primary-dark);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
  background-color:#212121;
  background-color:var(--th-color-primary-dark);
  border-color:#212121;
  border-color:var(--th-color-primary-dark);
  color:#ffffff;
  color:var(--th-color-white);
  margin-left:0.25rem;
  padding:0.75em 1.2em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover{
  background-color:#969696;
  background-color:var(--th-color-secondary-base);
  border-color:#969696;
  border-color:var(--th-color-secondary-base);
  color:#ffffff;
  color:var(--th-color-white);
}

.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;
}

.wp-block-table table.has-background{
  border-radius:1px;
}

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

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

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

.is-style-borders.wp-block-table{
  padding:1px;
}

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

.is-style-borders.wp-block-table table thead th{
  border-bottom-width:2px;
  border-top-width:0;
}

.has-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:1rem;
}

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

.aligncenter{
  clear:both;
  margin:0 auto;
}

img.aligncenter{
  display:block;
}

.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,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after{
  -ms-flex-order:99;
  -ms-flex-preferred-size:0;
  -webkit-box-ordinal-group:100;
  content:"";
  display:table;
  flex-basis:0;
  order:99;
  table-layout:fixed;
}

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

.site-header{
  background-color:#212121;
  background-color:var(--th-color-primary-dark);
  color:#ffffff;
  color:var(--th-color-white);
  padding-bottom:20px;
  padding-top:20px;
  text-shadow:0 1px 1px rgba(0,0,0,0.3);
}

.site-header svg{
  height:18px;
  width:18px;
}

.admin-bar #masthead{
  top:32px;
}

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

.site-branding img{
  display:inline-block;
}

.site-header .site-title{
  letter-spacing:0.05em;
  line-height:1.25;
}

.toggle-sidebar-button svg:nth-of-type(1),
.toggle-sidebar-button svg:nth-of-type(3),
.active-toggle-sidebar .toggle-sidebar-button svg:nth-of-type(1),
.active-toggle-sidebar .toggle-sidebar-button svg:nth-of-type(2),
.active-toggle-sidebar .toggle-sidebar-button .header-menu{
  display:none;
}

.toggle-sidebar{
  -webkit-animation:toggle-slide-in 200ms ease;
  -webkit-box-shadow:inset 15px 0 30px 1px rgba(0,0,0,0.5);
  -webkit-transition:right 200ms ease;
  animation:toggle-slide-in 200ms ease;
  background-color:#212121;
  background-color:var(--th-color-primary-dark);
  box-shadow:inset 15px 0 30px 1px rgba(0,0,0,0.5);
  height:100%;
  max-width:340px;
  overflow:scroll;
  overflow-x:hidden;
  position:fixed;
  right:-340px;
  top:0;
  transition:right 200ms ease;
  visibility:hidden;
  width:100%;
  z-index:9999;
}

.toggle-sidebar .inner-panel{
  position:relative;
}

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

.active-toggle-sidebar #masthead{
  left:-340px;
  right:340px;
}

.active-toggle-sidebar .toggle-sidebar-button svg:nth-of-type(3){
  display:inline-block;
}

.active-toggle-sidebar .toggle-sidebar{
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
  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;
}

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

@-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;
  }
}

.toggle-sidebar .search-form .search-field{
  background-color:#383a3b;
  background-color:var(--th-color-primary-base);
  border-color:rgba(255,255,255,0.2);
  color:#e5e5e5;
  color:var(--th-color-secondary-lighter);
  width:100%;
}

.toggle-sidebar .search-form .search-field:focus{
  background-color:#ffffff;
  background-color:var(--th-color-white);
  color:#212121;
  color:var(--th-color-primary-dark);
}

.toggle-sidebar .search-form ::-moz-placeholder{
  color:#909090;
  color:var(--th-color-secondary-light);
}

.toggle-sidebar .search-form :-ms-input-placeholder{
  color:#909090;
  color:var(--th-color-secondary-light);
}

.toggle-sidebar .search-form ::-webkit-input-placeholder{
  color:#909090;
  color:var(--th-color-secondary-light);
}

.toggle-sidebar .search-form .search-submit{
  display:none;
}

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

.toggle-sidebar-close svg{
  height:18px;
  width:18px;
}

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

.site-copyright:before{
  content:"\00a9";
  padding-right:0.125rem;
}

.site-footer .site-info{
  color:#c7a84e;
  color:var(--th-color-accent-base);
  font-size:0.563rem;
  letter-spacing:0.2em;
  line-height:1.45;
  opacity:0.5;
}

.site-info a{
  text-decoration:none;
}

.footer-widget-area{
  background-color:rgba(0,0,0,0.1);
}

.site-menu ul{
  list-style:none;
  margin:0;
  padding-left:0;
}

.main-navigation li,
.mobile-navigation li{
  display:block;
  position:relative;
  width:100%;
}

.site-menu a{
  text-decoration:none;
}

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

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

.site-menu ul ul .arrow-icon{
  -webkit-transform:rotate(-90deg);
  right:0;
  transform:rotate(-90deg);
}

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

.main-navigation a{
  -webkit-transition:border 350ms ease-in-out, opacity 350ms ease-in-out;
  border:1px solid transparent;
  border-radius:20px;
  display:block;
  font-size:0.813rem;
  line-height:1.6;
  padding:4px 10px;
  text-decoration:none;
  transition:border 350ms ease-in-out, opacity 350ms ease-in-out;
}

.main-navigation ul ul::before{
  bottom:100%;
  content:'';
  display:block;
  height:0.75rem;
  left:0;
  position:absolute;
  right:0;
}

.main-navigation ul ul{
  background-color:rgba(0,0,0,0.8);
  border-radius:6px;
  left:-999em;
  padding:0 11px;
  position:absolute;
  top:calc(100% + 0.75rem);
  z-index:9999;
}

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

.main-navigation ul ul a{
  border:none;
  font-size:0.688em;
  margin:0;
  padding:8px 0;
}

.main-navigation ul ul li{
  min-width:130px;
  width:100%;
}

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

.main-navigation li:hover > a,
.main-navigation li.focus > a{
  border-color:inherit;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
  left:auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
  border-left:1px solid rgba(255,255,255,0.2);
  left:100%;
}

.mobile-navigation{
  border-bottom:2px solid;
  padding-bottom:1rem;
}

.mobile-navigation ul{
  color:#ffffff;
  color:var(--th-color-white);
  font-size:1rem;
  font-weight:bold;
}

.mobile-navigation ul ul{
  border-left:1px solid rgba(255,255,255,0.1);
  color:#969696;
  color:var(--th-color-secondary-base);
  font-size:0.889rem;
  font-weight:400;
  margin-bottom:0.3rem;
  margin-top:0.5rem;
  padding-left:0.55rem;
}

.mobile-navigation ul > * + *{
  margin-top:0.3rem;
}

.mobile-navigation a{
  color:inherit;
}

.mobile-navigation a:hover{
  opacity:0.5;
}

.mobile-navigation .arrow-icon{
  display:none;
}

.social-list li a{
  color:inherit;
  text-decoration:none;
}

.social-list li{
  margin:0.25rem;
}

.social-list li a{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  border:2px solid;
  border-radius:50%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:42px;
  line-height:38px;
  width:42px;
}

.social-list li a:hover{
  background-color:#c7a84e;
  background-color:var(--th-color-accent-base);
  border-color:#c7a84e;
  border-color:var(--th-color-accent-base);
  color:#ffffff;
  color:var(--th-color-white);
}

.social-list li svg{
  margin:auto;
}

.toggle-sidebar .social-list svg{
  height:1rem;
  width:1rem;
}

.toggle-sidebar .social-list li a{
  border-width:1px;
  height:35px;
  width:35px;
}

.comment-navigation,
.navigation.pagination,
.post-navigation{
  overflow:hidden;
}

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

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

.comment-navigation a,
.navigation.pagination a,
.post-navigation a{
  text-decoration:none;
}

.post-navigation{
  position:relative;
}

.post-navigation:before{
  background:#e5e5e5;
  background:var(--th-color-secondary-lighter);
  bottom:0;
  content:"";
  left:calc(50% - 0.5px);
  position:absolute;
  top:0;
  width:1px;
}

.post-navigation a{
  color:inherit;
}

.post-navigation a:hover{
  color:#969696;
  color:var(--th-color-secondary-base);
}

.post-navigation .svg-icon{
  display:none;
}

.post-navigation .nav-previous{
  padding-right:1.5rem;
}

.post-navigation .nav-next{
  padding-left:1.5rem;
}

.navigation.pagination .prev,
.navigation.pagination .next{
  font-size:0.79rem;
}

.navigation.pagination{
  font-size:0.889rem;
  text-transform:uppercase;
}

.navigation.pagination .page-numbers{
  border:2px solid #e5e5e5;
  border:2px solid var(--th-color-secondary-lighter);
  color:#969696;
  color:var(--th-color-secondary-base);
  float:left;
  font-weight:bold;
  height:2.5rem;
  line-height:calc(2.5rem - 4px);
  margin:0 6px 0 0;
  min-width:2.5rem;
  padding:0 10px;
  text-align:center;
  text-decoration:none;
  width:auto;
}

.navigation.pagination .current,
.navigation.pagination a:hover{
  border-color:inherit;
  color:#383a3b;
  color:var(--th-color-primary-base);
}

.sidebar-section > * + *{
  border-top:1px solid #e5e5e5;
  border-top:1px solid var(--th-color-secondary-lighter);
  margin-top:2rem;
  padding-top:2rem;
}

.sidebar-section .widget a,
.site-footer .widget a{
  text-decoration:none;
}

.widget .widget-title{
  letter-spacing:0.05em;
}

.widget:not(.front-page-block) ul{
  -webkit-padding-start:0;
  list-style:none;
  margin:0;
  padding-left:0;
}

.widget:not(.front-page-block) ul li{
  line-height:1.45;
}

.widget_tag_cloud a:hover,
.sidebar-section .widget a:hover{
  color:#c7a84e;
  color:var(--th-color-accent-base);
}

.sidebar-section .widget a{
  color:#000;
  color:initial;
}

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

.widget.widget_archive li,
.widget.widget_categories li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.widget.widget_archive li,
.widget.widget_categories li{
  -ms-flex-wrap:wrap;
  color:#969696;
  color:var(--th-color-secondary-base);
  flex-wrap:wrap;
  width:100%;
}

.widget.widget_archive li:hover,
.widget.widget_categories li:hover{
  color:inherit;
}

.widget.widget_archive li a,
.widget.widget_categories li a{
  margin-right:auto;
}

.widget.widget_archive li a + ul,
.widget.widget_categories li a + ul{
  width:100%;
}

.widget.widget_archive li ul,
.widget.widget_categories li ul{
  margin-left:1em;
}

.widget .widget-list li,
.widget.widget_archive ul > * + *,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_nav_menu li,
.widget.widget_recent_comments ul > * + *,
.widget.widget_meta ul > * + *,
.widget.widget_recent_entries ul > * + *,
.widget.widget_rss ul > * + *,
.widget.widget_authors ul > li,
.widget.widget_recent_comments tr{
  border-top:1px dotted rgba(0,0,0,0.2);
  margin-top:10px;
  padding-top:10px;
}

.footer-widget-area .widget .widget-list li,
.footer-widget-area .widget.widget_archive li,
.footer-widget-area .widget.widget_categories li,
.footer-widget-area .widget.widget_pages li,
.footer-widget-area .widget.widget_nav_menu li,
.footer-widget-area .widget.widget_recent_comments li,
.footer-widget-area .widget.widget_meta li,
.footer-widget-area .widget.widget_rss li,
.footer-widget-area .widget.widget_recent_entries li,
.footer-widget-area .widget.widget_authors ul > li,
.footer-widget-area .widget.widget_recent_comments tr{
  border-color:inherit;
}

.widget .widget-list > li:first-child,
.widget.widget_categories ul:not(.children) > li:first-child,
.widget.widget_pages ul:not(.children) > li:first-child,
.widget.widget_nav_menu ul:not(.sub-menu) > li:first-child,
.widget.widget_authors ul > li:first-child,
.widget.widget_recent_comments tr:first-child{
  border-top:none;
  padding-top:0;
}

.widget.widget_recent_entries .post-date{
  display:block;
  font-size:0.688em;
  margin-bottom:13px;
  margin-top:5px;
}

.widget_tag_cloud li{
  border:0;
  padding-bottom:3px;
  padding-top:0;
}

.widget_tag_cloud a{
  border:2px solid;
  color:inherit;
  display:inline-block;
  font-size:12px !important;
  font-weight:bold;
  line-height:25px;
  margin:0 0 3px 0;
  padding:0 9px !important;
  text-transform:uppercase;
}

.widget.widget_author_grid ul,
.widget.widget_goodreads div[class*="gr_custom_each_container"]{
  overflow:hidden;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]{
  border-bottom:1px solid rgba(0,0,0,0.05);
  margin-bottom:20px;
  padding-bottom:20px;
}

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

.widget.widget_goodreads div[class*="gr_custom_book_container"]{
  float:left;
  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:11px;
}

.widget.widget_author_grid ul li{
  float:left;
  width:25%;
}

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

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

.widget.widget_authors li strong{
  color:#969696;
  color:var(--th-color-secondary-base);
  font-size:1.125rem;
  margin-bottom:1rem;
}

.widget .table-responsive{
  border:none !important;
}

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

.widget.widget_recent_comments td.recentcommentsavatartop,
.widget.widget_recent_comments td.recentcommentstextend{
  padding-bottom:0;
  padding-left:0;
}

.site{
  background-color:#ffffff;
  background-color:var(--th-color-white);
  word-wrap:break-word;
}

.has-custom-background .site{
  margin:15px;
}

.sticky{
  display:block;
}

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

.single .byline,
.group-blog .byline{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
}

.byline .author + .author{
  margin-left:0.25em;
}

#primary-header .entry-cats:before,
.entry-meta .comments-link:before,
.entry-meta .posted-on:before{
  margin-right:6px;
}

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

.th-cover{
  left:0;
  position:absolute;
  top:0;
}

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

.th-background-cover{
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.page-header{
  background-color:#212121;
  background-color:var(--th-color-primary-dark);
  color:#ffffff;
  color:var(--th-color-white);
}

.page-header.has-background{
  position:relative;
  text-shadow:0 1px 1px rgba(0,0,0,0.3);
}

.page-header.has-background .container{
  position:relative;
  z-index:1;
}

.page-header .container{
  visibility:hidden;
}

.page-header.visible .container{
  visibility:visible;
}

.page-header .page-title{
  max-width:992px;
  white-space:normal;
  word-wrap:normal;
}

.taxonomy-description{
  text-transform:none;
}

.entry-breadcrumbs a{
  font-weight:bold;
}

.site-content{
  word-wrap:break-word;
}

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

.cat-links a,
.entry-meta a{
  text-decoration:none;
}

.entry-header svg,
.page-header svg{
  height:1rem;
  margin-right:0.25rem;
  width:1rem;
}

.entry-meta > * + *{
  margin-left:0.75rem;
}

.entry-meta > span,
.page-header .entry-cats{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
}

.cat-links .sep{
  margin:0 0.25rem;
  opacity:0.5;
}

.cat-links a{
  font-weight:bold;
}

.more-link-container a:hover{
  color:#c7a84e;
  color:var(--th-color-accent-base);
}

.more-link-container a,
.page-header a.button{
  -webkit-box-shadow:none;
  border:2px solid;
  box-shadow:none;
  display:inline-block;
  font-weight:bold;
  line-height:1.1;
  padding:0.7rem 1rem;
  text-decoration:none;
}

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6{
  margin-bottom:1rem;
}

.page-links{
  clear:both;
}

.page-links > *{
  display:inline-block;
}

.page-links > *:not(.page-links-title){
  border:2px solid;
  padding:0.1em 0.7em;
}

.page-links > * + *{
  margin-left:0.5rem;
}

.page-links .page-links-title + *{
  margin-left:0;
}

.page-links a{
  color:#383a3b;
  color:var(--th-color-primary-base);
  text-decoration:none;
}

.page-links a:hover,
.page-links .current{
  background-color:#383a3b;
  background-color:var(--th-color-primary-base);
  border-color:#383a3b;
  border-color:var(--th-color-primary-base);
  color:#ffffff;
  color:var(--th-color-white);
}

.page-links span{
  font-weight:bold;
}

.hentry .mejs-container,
.hentry .wp-playlist{
  margin-bottom:1rem;
}

.home.blog.inactive-header-image #primary-header .container{
  padding-bottom:0;
  padding-top:0;
}

.hfeed .entry-header .th-links-inherit a:hover{
  color:#c7a84e;
  color:var(--th-color-accent-base);
}

.hfeed .entry-header .entry-title{
  clear:none;
}

.archive .page-header .page-title span:nth-of-type(1){
  display:none;
}

.menu-wrapper .menu-items > * + *{
  margin-top:1rem;
}

.menu-wrapper .menu-items{
  width:100%;
}

.menu-wrapper .menu-group-title{
  color:#c7a84e;
  color:var(--th-color-accent-base);
  font-size:1.602rem;
  text-transform:uppercase;
}

.menu-wrapper .menu-group-description{
  color:#969696;
  color:var(--th-color-secondary-base);
  margin-top:0.5rem;
}

.menu-wrapper .hentry.has-post-thumbnail{
  position:relative;
}

.menu-wrapper .hentry.has-post-thumbnail{
  min-height:60px;
}

.menu-wrapper .hentry.has-post-thumbnail > *:not(.entry-thumb){
  padding-left:75px;
}

.menu-wrapper .entry-thumb{
  left:0;
  position:absolute;
  top:0;
  width:60px;
}

.menu-wrapper .hentry .entry-title{
  font-size:1rem;
  font-weight:normal;
}

.menu-wrapper .hentry .menu-price{
  color:#c7a84e;
  color:var(--th-color-accent-base);
  font-weight:bold;
  line-height:1.15;
}

.menu-wrapper .hentry .entry-meta span{
  background:#e83a30;
  border-radius:30px;
  color:#ffffff;
  font-size:10px;
  padding:2px 7px;
  text-transform:uppercase;
}

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

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

img[class*="wp-image-"],
.entry-attachment img{
  border:3px solid rgba(0,0,0,0.05);
  padding:1px;
}

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

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

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

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

.gallery{
  margin-bottom:2rem;
  overflow:hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9.gallery-size-thumbnail 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.79rem;
  left:0;
  line-height:1.25;
  margin:0;
  padding:0.5rem;
  position:absolute;
  width:100%;
}

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

.search-form label{
  position:relative;
}

.search-form .svg-icon{
  -webkit-transform:translate(0, -50%);
  color:#909090;
  color:var(--th-color-secondary-light);
  height:1.125em;
  left:0.65rem;
  position:absolute;
  top:50%;
  transform:translate(0, -50%);
  width:1.125em;
}

.search-form .search-field{
  padding-left:2.15rem;
}

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

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

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

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

.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-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-end{
  -ms-flex-pack:end;
  -webkit-box-pack:end;
  justify-content:flex-end;
}

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

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

.th-font-bold{
  font-weight:700;
}

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

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

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

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

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

.th-text-lg{
  font-size:1.266rem;
}

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

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

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

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

.th-leading-relaxed{
  line-height:1.625;
}

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

.th-mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.th-mx-xs{
  margin-left:0.5rem;
  margin-right:0.5rem;
}

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

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

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

.th-mt-2xl{
  margin-top:3rem;
}

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

.th-mb-xl{
  margin-bottom:2.5rem;
}

.th-mt-lg{
  margin-top:2rem;
}

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

.th-mb-md{
  margin-bottom:1.5rem;
}

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

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

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

.th-mb-sm{
  margin-bottom:0.75rem;
}

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

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

.th-ml-xs{
  margin-left:0.5rem;
}

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

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

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

.th-max-w-base{
  max-width:42rem;
}

.th-p-0{
  padding:0;
}

.th-p-lg{
  padding:2rem;
}

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

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

.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-base{
  padding-bottom:1rem;
  padding-top:1rem;
}

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

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

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

*{
  --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-secondary-base{
  color:#969696;
  color:var(--th-color-secondary-base);
}

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

.th-italic{
  font-style:italic;
}

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

.th-no-underline{
  text-decoration:none;
}

.th-tracking-wide{
  letter-spacing:0.05em;
}

.th-tracking-wider{
  letter-spacing:0.1em;
}

.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;
  }
}

@media (min-width: 500px){
  ul.has-background,
	ol.has-background{
    padding:2.5em 2.375em;
  }
  :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:2.027rem;
  }
  :root .has-enormous-font-size{
    font-size:3.247rem;
  }
  :root .has-gigantic-font-size{
    font-size:4.11rem;
  }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment{
    position:relative;
  }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment::before{
    border-left:1px solid #e5e5e5;
    border-left:1px solid var(--th-color-secondary-lighter);
    bottom:0;
    content:"";
    left:27px;
    position:absolute;
    top:2rem;
  }
  .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.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(54px + 1.5rem);
  }
  .wp-block-latest-comments .wp-block-latest-comments__comment-avatar{
    height:54px;
    position:relative;
    width:54px;
    z-index:1;
  }
  .site-header{
    -ms-flex-pack:unset;
    -webkit-box-pack:unset;
    justify-content:unset;
  }
  .post-navigation .nav-previous,
	.post-navigation .nav-next{
    position:relative;
  }
  .post-navigation .nav-previous{
    padding-left:2.5rem;
  }
  .post-navigation .nav-next{
    padding-right:2.5rem;
  }
  .post-navigation .svg-icon{
    -webkit-transform:translate(0,-50%);
    display:block;
    height:48px;
    position:absolute;
    stroke-width:1.5px;
    top:50%;
    transform:translate(0,-50%);
    width:48px;
  }
  .post-navigation .nav-previous .svg-icon{
    left:-0.75rem;
  }
  .post-navigation .nav-next .svg-icon{
    right:-0.75rem;
  }
  .menu-wrapper .hentry .entry-title{
    overflow:hidden;
    white-space:nowrap;
  }
  .menu-wrapper .hentry .entry-title:after{
    color:#969696;
    color:var(--th-color-secondary-base);
    content:". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    font-size:12px;
    padding-left:5px;
  }
  .menu-wrapper .hentry .menu-price{
    color:inherit;
    float:right;
    padding-left:5px;
  }
  .sm\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .sm\:th-flex-nowrap{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
  }
  .sm\:th-text-lg{
    font-size:1.266rem;
  }
  .sm\:th-text-6xl{
    font-size:2.566rem;
  }
  .sm\:th-mb-0{
    margin-bottom:0;
  }
  .sm\:th-ml-md{
    margin-left:1.5rem;
  }
  .sm\:th-mr-sm{
    margin-right:0.75rem;
  }
  .sm\:th-p-lg{
    padding:2rem;
  }
  .sm\:th-py-4xl{
    padding-bottom:6rem;
    padding-top:6rem;
  }
  .sm\:th-text-left{
    text-align:left;
  }
}

@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){
  .lead{
    font-size:21px;
  }
  .container{
    width:750px;
  }
  .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;
  }
  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{
    margin-bottom:2rem;
    margin-top:2rem;
  }
  .wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright{
    padding:1em;
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:720px;
  }
  .site-header{
    -webkit-transition:background-color 100ms ease-in-out,
				padding 100ms ease-in-out,
				left 200ms ease,
				right 200ms ease;
    background-color:transparent;
    left:0;
    position:fixed;
    right:0;
    top:0;
    transition:background-color 100ms ease-in-out,
				padding 100ms ease-in-out,
				left 200ms ease,
				right 200ms ease;
    z-index:999;
  }
  .abs-header{
    position:absolute;
  }
  .site-header.scroll-header,
	.site-header.scroll-header .main-navigation ul ul{
    -webkit-box-shadow:0px 1px 15px 0px rgba(0,0,0,0.2);
    background-color:rgba(255,255,255,0.95);
    box-shadow:0px 1px 15px 0px rgba(0,0,0,0.2);
  }
  .site-header.scroll-header{
    color:#383a3b;
    color:var(--th-color-primary-base);
    padding-bottom:15px;
    padding-top:15px;
    text-shadow:none;
  }
  .site-header.scroll-header .site-branding img{
    max-height:50px;
    width:auto;
  }
  .site-header.scroll-header .main-navigation ul ul li{
    border-color:rgba(0,0,0,0.09);
  }
  .page-header{
    padding-top:5.5rem;
  }
  .md\:th-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .md\:th-mb-xl{
    margin-bottom:2.5rem;
  }
  .md\:th-py-xl{
    padding-bottom:2.5rem;
    padding-top:2.5rem;
  }
  .md\:th-pb-xl{
    padding-bottom:2.5rem;
  }
}

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

@media (min-width: 992px){
  .container{
    width:970px;
  }
  .inactive-sidebar .alignfull .alignwide{
    width:auto;
  }
  .inactive-sidebar .alignwide{
    margin-left:-1.5rem;
    margin-right:-1.5rem;
    width:calc(100% + 3rem);
  }
  .inactive-sidebar .alignwide .alignwide{
    margin-left:auto;
    margin-right:auto;
    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:940px;
  }
  .site-header .site-branding{
    -ms-flex:0 0 30%;
    -webkit-box-flex:0;
    flex:0 0 30%;
  }
  .toggle-sidebar-button svg:nth-of-type(1){
    display:inline-block;
  }
  .toggle-sidebar-button svg:nth-of-type(2){
    display:none;
  }
  .footer-widget{
    border-right:1px solid rgba(255,255,255,0.05);
    width:33.333333%;
  }
  .footer-widget:nth-child(3n+3){
    border-right:none;
  }
  .main-navigation ul:not(.sub-menu):not(.children) > li{
    display:inline-block;
    margin-left:8px;
    width:inherit;
  }
  .sidebar-section{
    border-top:none;
    margin-top:0;
    padding-top:0;
  }
  .has-sidebar .site-main.th-w-full{
    width:66.666667%;
  }
  .has-sidebar:not(.left-sidebar) .site-main.th-w-full{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    order:1;
    padding-right:3rem;
  }
  .left-sidebar .site-main.th-w-full{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    order:2;
    padding-left:3rem;
  }
  .sidebar-section{
    width:33.333333%;
  }
  .has-sidebar:not(.left-sidebar) .sidebar-section{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    border-left:1px solid #e5e5e5;
    border-left:1px solid var(--th-color-secondary-lighter);
    order:2;
    padding-left:3rem;
  }
  .left-sidebar .sidebar-section{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    border-right:1px solid #e5e5e5;
    border-right:1px solid var(--th-color-secondary-lighter);
    order:1;
    padding-right:3rem;
  }
  .menu-wrapper .menu-items{
    padding-left:1rem;
    padding-right:1rem;
  }
  .inactive-sidebar .menu-wrapper .menu-items{
    width:50%;
  }
  .inactive-sidebar .menu-wrapper > .menu-items:nth-of-type(2){
    margin-top:0;
  }
  .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-mx-lg{
    margin-left:2rem;
    margin-right:2rem;
  }
  .lg\:th--mx-lg{
    margin-left:-2rem;
    margin-right:-2rem;
  }
  .lg\:th--mx-base{
    margin-left:-1rem;
    margin-right:-1rem;
  }
  .lg\:th-mb-3xl{
    margin-bottom:4rem;
  }
  .lg\:th-ml-sm{
    margin-left:0.75rem;
  }
  .lg\:th-px-lg{
    padding-left:2rem;
    padding-right:2rem;
  }
  .lg\:th-py-base{
    padding-bottom:1rem;
    padding-top:1rem;
  }
  .lg\:th-pt-3xl{
    padding-top:4rem;
  }
  .lg\:th-pb-3xl{
    padding-bottom:4rem;
  }
  .lg\:th-pb-2xl{
    padding-bottom:3rem;
  }
  .lg\:th-text-center{
    text-align:center;
  }
}

@media (min-width: 1200px){
  .container{
    width:1170px;
  }
  .inactive-sidebar .alignfull > [class*="__inner-container"],
.inactive-sidebar .alignfull.wp-block-pullquote blockquote > [class*="__inner-container"],
.inactive-sidebar .alignwide > [class*="__inner-container"]{
    max-width:1140px;
  }
}

@media (min-width: 1280px){
  .inactive-sidebar .alignwide,
			.inactive-sidebar .alignwide.has-background > [class*="__inner-container"] .alignfull,
			.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:auto;
  }
}

@media screen and ( max-width: 782px ){
  .admin-bar #masthead{
    top:48px;
  }
}

@media screen and (max-width: 782px){
  .admin-bar #toggle-sidebar{
    top:46px !important;
  }
}

@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%;
  }
  .container{
    padding-left:30px;
    padding-right:30px;
  }
}

@media (max-width: 767px){
  #primary-header{
    padding-top:0 !important;
  }
}

@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%;
  }
  body{
    font-size:14px;
    line-height:1.6;
  }
  #page .testimonial-entry-column-2{
    width:100%;
  }
  #page .hentry .thumb-link.alignleft,
	.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,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft{
    display:block;
    margin:0 auto 30px;
  }
  #primary-header{
    padding-bottom:0;
    padding-top:0 !important;
  }
  #page div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{
    padding-right:0;
    width:100%;
  }
}
