/*!
Theme Name: Inclusive Pastries
Theme URI: http://underscores.me/
Author: tiny blue orange
Author URI: https://tinyblueorange.com
Description: custom + responsive WordPress theme coded by tiny blue orange, designed by We Are Branch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inclusive-pastries
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Colors: coral #f64e4e // cream #f8f5f0 // pink #ed7dbd // black #000 // white #fff

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.

Inclusive Pastries is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## WooCommerce
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: FreightSansProBook-Regular;
	font-size: 20px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: FreightDispProBook-Regular;
	font-size: 3em;
	line-height: 1.2;
	margin: 0.5em auto 0.2em;
}
h1.page-title,
h1.entry-title {
	margin: 0 auto 0.2em;
	max-width: 630px;
	text-align: center;
}
h1.entry-title.wide-title {
	max-width: 730px;
}
h2 {
	font-family: FreightDispProBook-Regular;
	font-size: 2.8em;
	line-height: 1.2;
	margin: 1em auto;
}
h2.smaller-text {
	font-size: 2.15em;
}
h3 {
	font-family: Florentia-Regular;
	font-size: 1.6em;
	margin: 2em auto 1em;
	text-transform: uppercase;
}
h4 {
	font-family: Florentia-Regular;
	font-size: 1.4em;
	margin: 1em auto 0.3em;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
h6 {
	font-family: Florentia-Regular;
	font-size: 1.25em;
	margin: 1.5em auto 0;
}
h6 em {
	display: block;
	float: right;
	font-style: normal;
}
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}
.gform_description,
p {
	line-height: 1.7;
	margin: 0 auto 1.75em;
	max-width: 740px;
}
.wp-block-column.is-vertically-aligned-center p.has-text-align-center {
	max-width: 435px;
}
.wp-block-column h6 {
	margin: 1.5em 0 0 0;
	max-width: 400px;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
.freight-display { 
	font-family: FreightDispProBook-Regular;
	font-weight: normal;
	font-style: normal;
}
.freight-display i,
.freight-display em,
h2 em,
h2 em { 
	font-family: FreightDispProBook-Italic;
	font-weight: normal;
	font-style: normal;
}
.freight-sans { 
	font-family: FreightSansProBook-Regular;
	font-weight: normal;
	font-style: normal;
}
p i,
.freight-sans i,
.freight-sans em { 
	font-family: FreightSansProBook-Italic;
	font-weight: normal;
	font-style: normal;
}
.florentia { 
	font-family: Florentia-Regular;
	font-weight: normal;
	font-style: normal;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: rgba(172, 105, 99, 0.37);
	text-decoration: none;
}
big {
	font-size: 125%;
}
.yellow,
.has-yellow-color,
.has-yellow-color:visited {
	color: #ddb758;
}
.cream,
.has-cream-color,
.has-cream-color:visited {
	color: #f8f5f0;
}
.pink,
.has-pink-color,
.has-pink-color:visited {
	color: #ac6963;
}
.black,
.has-black-color, 
.has-black-color:visited {
	color: #000;
}
.white,
.has-white-color,
.has-white-color:visited {
	color: #fff;
}
.yellow-bg,
.has-yellow-background-color {
	background-color: #ddb758;
}
.cream-bg,
.has-cream-background-color {
	background-color: #f8f5f0;
}
.pink-bg,
.has-pink-background-color {
	background-color: #ac6963;
}
.black-bg,
.has-black-background-color {
	background-color: #000;
}
.white-bg,
.has-white-background-color {
	background-color: #fff;
}
.yellow-bg:not(.wp-block-column),
.cream-bg:not(.wp-block-column),
.pink-bg:not(.wp-block-column),
.black-bg:not(.wp-block-column),
.white-bg:not(.wp-block-column),
.padded-bg:not(.wp-block-column) {
	padding: 50px 0;
}
.lite-padding:not(.wp-block-column) {
	padding: 25px 0;
}
.wp-block-column.yellow-bg,
.wp-block-column.cream-bg,
.wp-block-column.pink-bg,
.wp-block-column.black-bg,
.wp-block-column.white-bg {
	padding-bottom: 2em;
}
.wp-block-column.yellow-bg p,
.wp-block-column.cream-bg p,
.wp-block-column.pink-bg p,
.wp-block-column.black-bg p,
.wp-block-column.white-bg p {
	padding: 0 2em;
}
.bottom-border {
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 50px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100%;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	overflow-x: hidden;
	width: 100%;
}
.wrapper,
.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1080px;
}
.relative {
	position: relative;
}
.centered {
	text-align: center;
}
.centered i {
	margin-bottom: 2em;
}
.no-margin {
	margin: 0;
}
.no-margin.wp-block-image {
	line-height: 0.5;
}
.negative-top {
	margin-top: -30.35%;
}
.double-negative-top {
	margin-top: -41%;
}
.negative-bottom {
	margin-bottom: -2.5%;
}
.pad-right {
	padding-right: 5%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 740px;
}
.entry-content ul li,
.entry-content ol li {
	padding-bottom: 10px;
}
ul {
	list-style: disc;
	margin: 0 0 1.5em 3em;
}
ul.category-links {
	list-style: none;
	margin: 1.75em auto;
	padding-left: 0;
	text-align: center;
}
ul.category-links li {
	display: inline-block;
}
ul.kt-tabs-title-list {
	border-bottom: 1px solid #cfcfcf;
	padding: 1em 0 2em !important;
}
.page-template-page-simple ul.kt-tabs-title-list {
	border-bottom: none;
	margin-bottom: 2em;
}
ul.kt-tabs-title-list .kt-title-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.kt-tabs-content-wrap {
	margin-bottom: 3em;
}
ul.arrows {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding-left: 0;
}
ul.arrows li {
	margin-bottom: 8px;
}
ul.arrows li:before {
	color: #ac6963;
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	font-size: 0.9em;
	font-weight: 900;
	margin-right: 10px;
}
ol:not(.flex-control-nav) {
  	counter-reset: my-awesome-counter;
	list-style: none;
	margin: 0 0 1.5em 3em;
	padding-left: 0;
}
ol:not(.flex-control-nav) li {
  	counter-increment: my-awesome-counter;
	padding-left: 25px;
}
ol:not(.flex-control-nav) li::before {
  	content: counter(my-awesome-counter) ". ";
	float: left;
	font-family: FreightDispProBook-Regular;
  	font-weight: bold;
	margin-left: -25px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
#colophon {
	padding: 20px 0;
}
.site-info {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.55em;
	letter-spacing: 0.03em;
}
.site-info p {
	margin: 2em 0;
}
.site-info p:last-of-type {
	float: right;
	font-weight: 600;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #cfcfcd;
}
::-moz-placeholder {
	color: #cfcfcd;
}
:-ms-input-placeholder {
	color: #cfcfcd;
}
:-moz-placeholder {
	color: #cfcfcd;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px rgba(207, 207, 205, 0.37) inset;
  transition: background-color 5000s ease-in-out 0s;
}
button:not(.kt-blocks-accordion-header),
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0px;
	background: #ac6963;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em !important;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1 !important;
	padding: 1.25em 4em;
	text-transform: uppercase;
	-webkit-transition: 0.37s ease;
	-moz-transition: 0.37s ease;
	-o-transition: 0.37s ease;
	transition: 0.37s ease;
	vertical-align: top;
}
input[type="submit"] {
	width: auto !important;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body .woocommerce button.button:hover {
	background: #ddb758;
}
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 {
	color: #000;
	border: 1px solid #cfcfcd;
	border-radius: 0px;
	padding: 8px 12px !important;
}
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 {
	color: #111;
}
input.search-field {
	margin: 3px 10px 0 0;
	min-width: 50%;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
.gform_description {
	text-align: center;
}
body .gform_wrapper label.gfield_label, 
body .gform_wrapper legend.gfield_label,
body .woocommerce form.login label, 
body .woocommerce form.register label {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.gfield_required,
.woocommerce form .form-row .required {
	color: #ac6963 !important;
}
.gform_footer input[type=submit] {
	margin-right: 0 !important;
	padding-right: 4.5em !important;
}
.gform_footer span::after {
	color: #fff;
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-weight: 900;
	line-height: 54px;
	margin-left: -60px;
	z-index: 100; 
}
body .gform_wrapper .top_label div.ginput_container .ginput_container_date {
	margin-top: 0;
}
.ginput_container_date label,
.ginput_container_time label {
	display: none !important;
}
body .gform_wrapper .gfield_date_year input,
body .gform_wrapper .gfield_time_ampm select,
body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	width: 6rem !important;
}
.ginput_container_time select,
select.gfield_select { 
    appearance: none; 
	background: #fff; 
    background-image: none;
	border: 1px solid #cfcfcd; 
    border-radius: 0px !important;
	outline: 0;	
	padding: 8px 12px !important;
	-webkit-appearance: none;               
} 
.ginput_container.ginput_container_select,
.gfield_time_ampm {
	position: relative;
}
.ginput_container.ginput_container_select::after,
.gfield_time_ampm::after {
	color: #ac6963;
	content: "\f0d7";
	display: block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-weight: 900;
	position: absolute;
	top: 10px;
}
.ginput_container.ginput_container_select::after {
	right: 20px;	
}
.gfield_time_ampm::after {
	right: 10px;
}
.gform_wrapper .gform_footer {
	text-align: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.37s ease;
	-moz-transition: 0.37s ease;
	-o-transition: 0.37s ease;
	transition: 0.37s ease;
}
a:hover, a:focus, a:active {
	border-bottom: none;
	color: #0a0a0a;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
.bold-link a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.bold-link a + i {
	font-size: 14px;
}
.bold-link a:hover,
.bold-link a:hover + i {
	color: #ddb758;
}
.back-to-top {
	border-bottom: none;
	cursor: pointer;
}
.site-info a:hover,
.back-to-top:hover {
	color: #ddb758;
}
.wp-block-button {
	color: #000;
}
a.wp-block-button__link {
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
a.wp-block-button__link.has-yellow-background-color:hover {
	background-color: #ac6963;
}
a.wp-block-button__link.has-cream-background-color:hover {
	background-color: #fff;
}
a.wp-block-button__link.has-pink-background-color:hover {
	background-color: #ddb758;
}
a.wp-block-button__link.has-black-background-color:hover {
	background-color: #ac6963;
}
a.wp-block-button__link.has-white-background-color:hover {
	background-color: #f8f5f0;
}
.category-links a,
.about-links a, 
.about-links strong {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin: 0.6em 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.about-links a,
.category-links a {
	border-bottom: none;
}
.about-links a:focus,
.category-links a:focus {
	outline: none;
}
.blog .category-links .blog-home-link a,
.category-links .current-cat a,
.category-links a:hover,
.about-links a:hover, 
.about-links strong {
	border-bottom: 1px solid #000;
}
button.kt-blocks-accordion-header {
	outline: none;	
} 
p.trigger {
	margin-bottom: 0 !important;
	padding: 14px 0;
}
p.trigger a {
	border-bottom: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 0.05em;
	outline: none;
	text-transform: uppercase;
}
.kt-accordion-pane,
.toggle-container {
	border-bottom: 1px solid #cac8c3;
}
button.kt-blocks-accordion-header::before, 
p.trigger::before {
	color: #ac6963;
	content: '\f0da';
	display: block;
	float: left;
	font-family: 'Font Awesome 5 Pro';
  	font-weight: 900;
	margin-right: 10px;
	width: 13px;
}
button.kt-blocks-accordion-header.kt-accordion-panel-active::before, 
p.active.trigger::before {
	content: '\f0d7';
}
.toggle-content {
	padding: 0 0 1em 24px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,
.top-navigation,
#footer-navigation {
	clear: both;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
#top-navigation {
	padding: 1.5em 0;
	text-align: center;
}
.menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu li {
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
#top-navigation .menu li {
	font-size: 0.7em;
	padding: 15px 10px;
	vertical-align: top;
}
#top-navigation .menu .logo {
	max-width: 310px;
	padding: 5px 25px;
}
.menu li:last-of-type,
#top-navigation .menu li:last-of-type,
#social-navigation li:last-of-type {
	padding-right: 0;
}
#top-navigation .menu li:first-of-type {
	padding-left: 0;
}
#wpmenucartli .cartcontents {
	display: none !important;
}
.menu a {
	border-bottom: none;
	display: block;
	outline: none;
}
button.menu-toggle:focus,
.menu a:focus
#social-navigation a:focus,
p.trigger a {
	outline: none;
}
#top-navigation .menu a {
	font-weight: 400;
	letter-spacing: 0.03em;
}
#top-navigation .current-menu-item:not(.logo) a,
#top-navigation .menu li:not(.logo):hover a {
	border-bottom: 1px solid #ac6963;
}
#masthead,
.menu-expanded-menu-container {
	overflow: hidden;
	width: 100%;
}
#masthead .wrapper {
	position: relative;
}
button.menu-toggle {
	background: transparent;
	border: none;
	color: #ac6963;
	cursor: pointer;
	display: block;
	font-size: 0.85em;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 48px;
}
.main-navigation:not(.toggled) button.menu-toggle .fa-times,
.main-navigation.toggled button.menu-toggle .fa-bars {
	display: none;
}
button.menu-toggle:hover {
	color: #ddb758;
}
.main-navigation ul {
	background: #ddb758;
	height: 0px;
	opacity: 0;
	right: 0;
	text-align: center;
	width: 0px;
	z-index: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.main-navigation.toggled ul {
	height: 100%;
	padding: 4.5em 0 2em;
	opacity: 1;
	position: relative;
	width: 100%;
	z-index: 10;
}
.main-navigation li {
	display: block;
	font-family: FreightDispProBook-Regular;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 0.03em;
	padding: 0.1em;
	text-transform: none;
}
.main-navigation li.social {
	display: inline-block;
	font-size: 1em;
	padding: 0.1em 1.5em;
}
.main-navigation li.gap {
	padding: 1.5em 0.1em;
}
#top-navigation .menu a,
.main-navigation.toggled a,
#footer-navigation a,
.site-info a {
	color: #000;
}
.main-navigation.toggled a:hover {
	color: #fff;
}
#footer-navigation a {
	font-size: 0.7em;
}
#footer-navigation li:hover a {
	color: #ddb758;
}
#social-navigation li {
	padding-right: 30px;
}
#social-navigation a {
	color: #ac6963;
}
#social-navigation ul:hover a {
	opacity: 0.37;
}
#social-navigation li:hover a {
	opacity: 1;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 1.5em 0 0;
}
#infinite-handle {
	clear: both;
	margin-top: 2em;
	text-align: center;
	width: 100%;
}
#infinite-handle span {
	background: transparent !important;
	border-radius: 0px !important;
	font-size: 18px !important;
	padding: 0 !important;
}
#infinite-handle > span {
	color: #000 !important;
}
#infinite-handle button span::after {
	color: #000;
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-weight: 900;
	padding-left: 6px;
	z-index: 100; 
}
#post-grid #infinite-handle span button {
	border: 2px solid #ac6963;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 12px 36px;
	text-transform: uppercase;
	width: auto;	
}
#post-grid #infinite-handle span:hover,
#post-grid #infinite-handle span:hover span::after {
	color: #ac6963 !important;
}
#search-grid article {
	border-bottom: 1px solid #cac8c3;
	margin: 0 auto 40px;
	max-width: 740px;
	padding-bottom: 30px;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
	border: 2px solid #ac6963;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
}
#post-grid #infinite-handle span button {
	background: transparent !important;
}
.post-navigation .nav-next:hover a,
.post-navigation .nav-previous:hover a {
	color: #ac6963;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post,
.page {
	margin: 0;
}
.entry-meta {
	text-align: center;
}
.entry-meta a {
	border-bottom: none;
}
.entry-footer {
	font-family: Florentia-Regular;
	text-align: center;
}
.single-post .cream-bg .post-thumbnail {
	margin: 2em 0 -400px;
	text-align: center;
}
.single-post .has-post-thumbnail .cream-bg + .white-bg {
	padding-top: 320px;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-template-default .entry-content {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.error-404 {
	text-align: center;
}
#post-grid,
.infinite-wrap {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#post-grid article {
	flex: 1 0 25%;
	margin: 25px;
	height: 220px;
	text-align: center;
	max-width: 220px;
	width: 220px;
}
#post-grid article a {
	border-bottom: none;
}
#post-grid .has-post-thumbnail {
	line-height: 0.5;
}
#post-grid article a {
	background-color: #fff;
	display: block;
	height: 100%;
	position: relative;
	vertical-align: top;
	width: 100%;
}
#post-grid article a .inner-block {
	padding: 10px 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#post-grid article.category-press:not(.has-post-thumbnail) a {
	background-color: #ddb758;
}
#post-grid article:hover {
	opacity: 0.75;
}
#post-grid h5 {
	font-size: 0.6em;
	margin: 0;
}
#post-grid h2 {
	font-size: 1.4em;
	hyphens: auto;
	margin: 0 0 15px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.woocommerce-page p {
	max-width: 100%;
}
.woocommerce #primary {
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
}
.woocommerce.single-product #primary {
	border-top: none;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 1em 0 2em;
}
.product .woocommerce-loop-product__title {
	color: #000;
	font-family: Florentia-Regular;	
	text-align: center;
}
.woocommerce ul.products li.product .price {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	text-align: center;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .price {
	color: #ddb758;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.wc-block-grid__product {
	padding: 0 20px 10px;
}
.wc-block-grid__product-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.wc-block-grid__product:hover .wc-block-grid__product-title {
	color: #ac6963;
}
.woocommerce nav.woocommerce-pagination {
	margin: 1em auto;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
	background-color: transparent; 
	color: #cfcfcf;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
	border-bottom: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.5em 1em;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus {
	background-color: transparent; 
	color: #ac6963;
}
.woocommerce div.product div.summary.entry-summary {
	margin-top: 0;
}
h1.product-title {
	font-size: 1.8em !important;
	margin: 0 auto 0.2em;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 1em;
}
.related-products.white-bg {
	padding-bottom: 0px;
	text-align: center;
}
.related-products h4 {
	margin: 0 auto 2em;
}
body .woocommerce form.login, 
body .woocommerce form.register {
	border: none;
	margin: 1em auto;
	max-width: 500px;
	text-align: center;
}
body .woocommerce form.login label, 
body .woocommerce form.register label {
	text-align: left;
}
body .woocommerce form .show-password-input, 
body .woocommerce-page form .show-password-input {
	top: 0.25em;
}
#post-78 .woocommerce-notices-wrapper + h2 {
	display: none;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	margin-left: 4px;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: none;
	margin: 2em auto 3em;
}
.woocommerce div.product div.images {
	margin-bottom: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 10px 10px 0 0;
}
body:not(.woocommerce-cart) .qib-container {
	border-bottom: 1px solid #cac8c3;
	margin: 0 0 1em 0 !important;
	padding: 14px 0;
	width: 100%;	
}
.woocommerce div.product form.cart .variations {
	border-bottom: 1px solid #cac8c3;
	margin: 0 !important;
	padding: 14px 0;
	width: 100%;
}
body:not(.woocommerce-cart) .qib-container::before {
	content: 'Quantity';
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em !important;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 35px;
	margin-right: 20px;
	text-transform: uppercase;
}
.woocommerce div.product form.cart .variations label {
	letter-spacing: 0.05em;	
	text-transform: uppercase;
}
body .qib-button:not(#qib_id):not(#qib_id) {
	background: transparent;
	border: none;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em !important;
	font-weight: 600;
}
body .qib-button:not(#qib_id):not(#qib_id):hover {
	background: transparent !important;
	border: none;
	color: #ac6963;
}
body .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
.woocommerce div.product form.cart .variations label {
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em !important;
	font-weight: 600;
} 
button.single_add_to_cart_button::after {
	color: #fff;
	content: "\f0da";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	font-weight: 900;
	margin-left: 10px;
	vertical-align: text-bottom;
}
body .woocommerce button.button,
body .woocommerce a.button {
	border: none;
	border-radius: 0px;
	background: #ac6963 !important;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em !important;
	font-weight: 600;
	height: auto !important;
	letter-spacing: 2px;
	line-height: 1;
	padding: 1.25em 2.5em !important;
	text-transform: uppercase;
	-webkit-transition: 0.37s ease;
	-moz-transition: 0.37s ease;
	-o-transition: 0.37s ease;
	transition: 0.37s ease;
	vertical-align: top;
}
body .woocommerce button.button:hover,
body .woocommerce a.button:hover {
	background-color: #ddb758 !important;
	color: #fff !important;
}
body form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), 
body form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
	margin-left: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f8f5f0;
	border-top: 1px solid #cac8c3;
	color: #000;
	margin: 0;
}
.woocommerce .woocommerce-error a.button {
	background-color: #ac6963;
	color: #fff;
}
.woocommerce .woocommerce-error a.button:hover {
	background-color: #ddb758;
}
.woocommerce-error::before {
	color: #ac6963;
}
.woocommerce-info::before, .woocommerce-message::before {
	color: #ddb758;
}
.woocommerce-cart-form a {
	border-bottom: none;
}
.woocommerce a.remove {
	color: #ac6963 !important;
	line-height: 0.75em !important;
}
.woocommerce a.remove:hover {
	background: transparent !important;
	color: #000 !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	height: 53px;
	width: auto;
}
.woocommerce table.shop_table {
	border-color: #cac8c3;
	border-radius: 0px;
}
body .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
	justify-content: left;
}
body.woocommerce-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id), body.woocommerce-cart .woocommerce div.product form.cart .variations label {
	font-family: FreightSansProBook-Regular;
	font-size: 20px !important;
	font-weight: normal;
}
.woocommerce-checkout #customer_details h3 {
	margin-top: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}
.woocommerce-privacy-policy-text p {
	margin: 1em auto 1.75em;
	max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
	margin-bottom: 0.5em;
}
nav.woocommerce-MyAccount-navigation a {
	border-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
nav.woocommerce-MyAccount-navigation li:hover a,
nav.woocommerce-MyAccount-navigation li.is-active a {
	color: #ac6963;
}
form.edit-account fieldset {
	border: 1px solid #cac8c3;
	margin-bottom: 1em;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	border: 1px solid #cac8c3;
	color: #000;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.payment_box.payment_method_square_credit_card p {
	margin-bottom: 1em;
	max-width: 100%;
	width: 100%;
}
fieldset#wc-square-credit-card-credit-card-form {
	border: none;
	padding: 0;
}
.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
	border-radius: 0px;
	height: 2.2em;
	padding: 7px 10px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	background-color: #f8f5f0;
	border: none;
	margin: 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer,
.infinite-scroll .pagination {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
figcaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}
figcaption a {
	border-bottom: none;
}
figcaption a:hover {
	color: #ac6963;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	padding: 0 30px 30px 0 !important;
}
/*--------------------------------------------------------------
## Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	button.menu-toggle {
		right: 20px;
		top: 20px;
	}
	#top-navigation .menu .logo {
		display: block;
		margin: 10px auto;
	}
	.wrapper,
	.wp-block-group__inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.has-yellow-background-color .wp-block-group__inner-container figure.no-margin {
		margin-right: -15px;
	}
	.home .negative-top {
		margin-top: -150px;
	}
}


@media screen and (min-width: 970px) {
	.gf_right_half.gf_half {
		width: 25% !important;
	}
}

@media screen and (max-width: 970px) {
	#gform_wrapper_1 .gform_body li.gfield.gf_left_half:first-of-type {
		width: 100%;
	}
}

@media screen and (min-width: 900px) {
	.yellow-bg:not(.wp-block-column),
	.cream-bg:not(.wp-block-column),
	.pink-bg:not(.wp-block-column),
	.black-bg:not(.wp-block-column),
	.white-bg:not(.wp-block-column),
	.padded-bg:not(.wp-block-column) {
		padding: 100px 0;
	}
	#social-navigation {
		display: inline-block;
		float: right;
	}
	#footer-navigation {
		display: inline-block;
	}
	.site-info p {
		display: inline-block;
	}
}

@media screen and (max-width: 900px) {
	.main-navigation ul {
		padding: 2em 0;
	}
	h1 {
		font-size: 2.7em;
	}
	h2 {
		font-size: 2.5em;
	}
	h2.smaller-text {
		font-size: 1.9em;
	}
	h3 {
		font-size: 1.45em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 0.65em;
	}
	h6 {
		font-size: 1.15em;
	}
	.wp-block-spacer.spacer-large {
		height: 275px !important;
	}
	#social-navigation {
		margin-top: 2em;
	}
	#social-navigation,
	#footer-navigation {
		text-align: center;
	}
	.site-info p {
		margin: 2em auto 0;
		text-align: center;
	}
}

@media screen and (min-width: 800px) {
	.category-links a,
	.about-links a, 
	.about-links strong {
		margin: 0 2.3em;
	}
}

@media screen and (max-width: 800px) {
	.wp-block-columns.centered {
		display: block;
	}
	.wp-block-columns.centered .wp-block-column {
		margin: 0 !important;
	}
	.wp-block-kadence-tabs li.kt-title-item {
		margin-bottom: 10px !important;
	}
	#post-grid h5 {
		font-size: 0.55em;
	}
	#post-grid h2 {
		font-size: 1.15em;
	}
	#infinite-handle span button span {
		display: inline-block;
	}
	.no-mobile {
		display: none;
	}
	.site-info p {
		line-height: 2.5;
	}
}

@media screen and (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 50px;
	}
}

@media screen and (max-width: 768px) {
	.home .wp-block-column.white-bg {
		margin-bottom: 32px;
	}
	h1.product-title {
		margin-top: 1em;
	}
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
		text-align: center !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, 
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	#add_payment_method table.cart img, 
	.woocommerce-cart table.cart img, 
	.woocommerce-checkout table.cart img {
		width: 260px;
	}
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: center !important;
	}
}

@media screen and (max-width: 700px) {
	#post-grid article {
		margin: 15px;
	}	
	.site-info span:first-of-type,
	.site-info span:last-of-type {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	.wp-block-spacer.spacer-large {
		height: 175px !important;
	}
}

@media screen and (max-width: 600px) {
	.home .wp-block-column.white-bg {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.home .negative-top {
		margin-top: 20px;
	}
	.has-yellow-background-color .wp-block-group__inner-container figure.no-margin {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.wp-block-column h6 {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 4000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}