
/* Extend responsive column styling to 782px (Default is 600px) */
@media (max-width: 1024px) {
	.wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.wp-block-columns {
		flex-wrap: wrap !important;
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bold;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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: -.25em;
}

sup {
	top: -.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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	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: .35em .75em .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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
	color: #000;
	font-family: "Nexa", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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

blockquote {
	margin: 1rem 0;
	padding-left: 1rem;
	border-left: 5px solid #ffc844;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

.has-base-color {
	color: white;
}

.has-base-color a {
	color: #ffc844;
}

.has-base-color a:hover, .has-base-color a:visited {
	color: #ffc844;
}

.has-contrast-background-color {
	background-color: black;
}

.has-primary-color {
	color: #ffc844;
}

.has-primary-background-color {
	background-color: #ffc844;
}

.has-primary-background-color a:hover {
	color: gray;
}

.has-warm-gray-50-color {
	color: #f9fafb;
}

.has-warm-gray-50-background-color {
	background-color: #f9fafb;
}

.has-warm-gray-800-color {
	color: #262626;
}

.has-warm-gray-800-background-color {
	background-color: #262626;
}

.img-object-none img {
	object-fit: none !important;
}

.bg-x3 {
	background-color: #f57d1e;
}

.x3-products {
	list-style: none !important;
	margin: 1rem 0 !important;
}

.x3-products .product {
	background-color: #f9fafb;
	border-radius: 1.5rem;
	padding: 1.5rem;
}

.x3-products .product h3 {
	font-size: 1.5rem;
	margin: .5rem 0;
	font-weight: 700;
}

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

.entry-content ul, .entry-content ol, .single ul, .single ol {
	margin: 0 0 1rem 2.5rem;
}

.entry-content ul li, .entry-content ol li, .single ul li, .single ol li {
	padding-bottom: .5rem;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: .5rem;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

figure.figure__square::before {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
}

figure.figure__portrait {
	position: relative;
}

figure.figure__portrait::before {
	content: "";
	display: block;
	padding-bottom: 120%;
	width: 100%;
}

figure.figure__portrait img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.wp-block-table.no-border td {
	border: none;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #252525;
}

a:hover, a:focus, a:active {
	color: #ffc844;
}

a:focus {
	outline: thin dotted;
}

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

.text-white a {
	color: white;
}

.text-white a:hover {
	text-decoration: underline;
}

a.has-primary-background-color {
	color: black;
}

a.has-primary-background-color:hover {
	color: black;
}

a.text-black {
	color: black;
}

/* Forms
--------------------------------------------- */
button, input[type=button], input[type=reset], input[type=submit] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
}

.wp-block-button .has-contrast-background-color:hover {
	color: white;
}

.wp-block-button .has-contrast-background-color:active, .wp-block-button .has-contrast-background-color:visited, .wp-block-button .has-contrast-background-color:focus {
	color: #ffc844;
}

.wp-block-button .has-base-color {
	transition: all .3s ease-in-out;
}

.wp-block-button .has-base-color:hover {
	color: #ffc844;
	border-color: #ffc844;
}

.wp-block-button .has-base-color:active, .wp-block-button .has-base-color:visited, .wp-block-button .has-base-color:focus {
	color: white;
	border-color: white;
}

.button.bg-osyellow-500 {
	color: black;
	transition: all .3s ease-in-out;
}

.button.bg-osyellow-500:hover {
	color: white;
	background-color: #ffba14;
}

.button.bg-osyellow-500:active, .button.bg-osyellow-500:visited, .button.bg-osyellow-500:focus {
	color: black;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.wpcf7-form > span {
	font-size: 16px;
	font-family: sans-serif;
	position: relative;
	padding-bottom: -.5em;
}

.wpcf7-form > span label {
	position: absolute;
	top: 62%;
	transform: translateY(-50%);
	pointer-events: none;
	font-weight: normal;
	transition: top .2s;
	color: #000;
}

.wpcf7-form input.wpcf7-text {
	border: none;
	border-bottom: 1px solid #000;
	padding: 15px 0px;
	width: 100%;
	background-color: transparent;
	font-size: 1rem;
	margin-bottom: .5rem;
}

.wpcf7-form input.wpcf7-text:focus {
	border-width: 2px;
}

.wpcf7-form .wpcf7-textarea {
	border: none;
	border-bottom: 1px solid #000;
	height: 5rem;
	margin-bottom: 1rem;
	background-color: transparent;
}

.wpcf7-form .wpcf7-textarea:focus {
	border-width: 2px;
}

.wpcf7-form label.has-value {
	top: 20px;
	font-size: 11px;
}

input[type=submit].wpcf7-submit {
	border-width: 0px !important;
	border-radius: 5rem !important;
	font-size: 1rem;
	background-color: #ffc844 !important;
	padding: 15px 20px;
	transition: all 300ms ease 0ms;
}

.wpcf7-submit:hover {
	cursor: pointer;
	background-image: initial;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	right: 0;
}

.yellow-bg input[type=submit].wpcf7-submit {
	background-color: white !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	list-style: none !important;
	margin: 0;
	padding-left: 0;
}

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

.main-navigation ul ul {
	margin-left: .5rem;
}

.main-navigation ul ul li a {
	font-size: 1.2rem;
}

@media (min-width: 1024px) {
	.main-navigation ul ul li a {
		font-size: 1.5rem;
	}
}

.main-navigation li {
	position: relative;
}

.main-navigation li:hover > a {
	color: white;
	text-decoration: underline;
}

.main-navigation li.focus > a {
	color: #292524;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: clamp(1.5rem, 4vw, 1.8rem);
	color: black;
	padding-bottom: .1rem;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
	text-decoration: underline;
}

.states ul.menu {
	margin: 0;
}

.menu#header-menu-mobile {
	margin: 0;
}

.menu#header-menu-mobile li {
	padding-bottom: 0;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.button_container {
	position: relative;
	height: 4rem;
	width: 4rem;
	display: inline-block;
	cursor: pointer;
	transition: opacity .25s ease;
	vertical-align: middle;
}

.button_container:hover {
	opacity: .7;
}

.button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: black;
}

.button_container.active .middle {
	opacity: 0;
	background: black;
}

.button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: black;
}

.button_container span {
	background: black;
	border: none;
	height: 2px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .35s ease;
	cursor: pointer;
}

.button_container span:nth-of-type(1) {
	top: 20px;
}

.button_container span:nth-of-type(2) {
	top: 30px;
}

.button_container span:nth-of-type(3) {
	top: 40px;
}

#header-menu {
	list-style: none;
}

.overlay_menu {
	position: fixed;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	top: 0;
}

.overlay_menu.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.overlay_menu .social-media {
	left: 0;
}

.overlay_menu .social-media p {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin-bottom: 0;
}

.overlay_menu .social-media span {
	border-left: 1px solid white;
	height: 60px;
	display: block;
	margin: 1rem 0;
}

.overlay_menu .social-media .icons a {
	font-size: 1.3rem;
	margin: .3rem 0;
}

.overlay_menu .menu-sidebar h2 {
	font-size: 1.5rem;
	font-weight: bold;
}

.overlay_menu .menu-sidebar ul {
	list-style: none;
}

.overlay_menu .menu-sidebar ul li {
	font-size: 1.5rem;
}

.overlay_menu .menu-sidebar ul li a:hover {
	color: white;
	text-decoration: underline;
}

.menu-header-container .menu, .menu-location-container .menu, .menu-landing-container .menu, .menu-franchise-container .menu {
	margin: 0;
}

.menu-header-container .menu li, .menu-location-container .menu li, .menu-landing-container .menu li, .menu-franchise-container .menu li {
	padding: 0;
}

.menu-header-container .menu li.btn-black a, .menu-location-container .menu li.btn-black a, .menu-landing-container .menu li.btn-black a, .menu-franchise-container .menu li.btn-black a {
	background-color: black;
	color: #ffc844;
}

.menu-header-container .menu li.btn-black a:hover, .menu-location-container .menu li.btn-black a:hover, .menu-landing-container .menu li.btn-black a:hover, .menu-franchise-container .menu li.btn-black a:hover {
	background-color: #ffc844;
	color: black;
}

.menu-header-container .menu li.btn-yellow a, .menu-location-container .menu li.btn-yellow a, .menu-landing-container .menu li.btn-yellow a, .menu-franchise-container .menu li.btn-yellow a {
	background-color: #ffc844;
	color: black;
}

.menu-header-container .menu li.btn-yellow a:hover, .menu-location-container .menu li.btn-yellow a:hover, .menu-landing-container .menu li.btn-yellow a:hover, .menu-franchise-container .menu li.btn-yellow a:hover {
	background-color: black;
	color: #ffc844;
}

.menu-header-container .menu li a, .menu-location-container .menu li a, .menu-landing-container .menu li a, .menu-franchise-container .menu li a {
	padding: 1rem 1.5rem;
	border-radius: 3rem;
	display: block;
	transition: all .3s ease-in-out;
}

.menu-header-container #header-menu-mobile li a, .menu-location-container #header-menu-mobile li a, .menu-landing-container #header-menu-mobile li a, .menu-franchise-container #header-menu-mobile li a {
	border-radius: 0rem;
	text-align: center;
}

.menu-footer-container ul li a {
	color: white;
	font-size: 1.8rem;
}

footer ul.menu {
	list-style: none;
	margin: 0;
}

footer .locations {
	gap: .5rem;
}

footer .locations .widget {
	margin: 0;
}

@media (min-width: 1024px) {
	footer .locations {
		gap: 1rem;
	}
}

footer .locations .widgettitle {
	color: #ffc844;
	font-size: 1.2rem;
	margin-bottom: .2rem;
}

@media (min-width: 1024px) {
	footer .locations .widgettitle {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
}

@media (min-width: 1024px) {
	footer .locations .menu li {
		padding-bottom: .5rem;
	}
}

footer .locations .menu li a {
	color: white;
	transition: all .3s ease-in-out;
}

@media (min-width: 1024px) {
	footer .locations .menu li a {
		font-size: 1.3rem;
	}
}

footer .locations .menu li a:hover {
	text-decoration: underline;
}

.site-header {
	transition: all .3s ease-in-out;
}

.site-header.scrolled {
	transition: all .3s ease-in-out;
	box-shadow: 0px 4px 10px rgba(193, 193, 193, .2117647059);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post p, .page p, .single-team-member p, .single p {
	margin-bottom: 1rem;
}

.post p a, .page p a, .single-team-member p a, .single p a {
	text-decoration: underline;
}

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

.page-content ul, .entry-content ul, .entry-summary ul {
	list-style: disc;
}

.single-location ul {
	list-style: disc;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1rem;
}

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

.widget-area .wp-block-heading {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.widget-area .wp-block-heading {
		font-size: 2rem;
	}
}

.widget-area .wp-block-tag-cloud.pills {
	display: flex;
	flex-direction: column;
}

.widget-area .wp-block-tag-cloud.pills a {
	border: 2px solid #292524;
	padding: .5rem 1rem;
	border-radius: 3rem;
	color: #292524;
	display: block;
	width: fit-content;
	margin-bottom: .5rem;
	font-weight: 600;
	transition: all .3ms ease-in-out;
}

.widget-area .wp-block-tag-cloud.pills a:hover {
	background-color: #292524;
	color: white;
}

.widget-area .wp-block-categories-list {
	font-size: 1.5rem;
}

.widget-area .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
	font-size: 1.5rem;
	font-weight: 500;
}

.widget-area .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	text-transform: uppercase;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.imggrayscale {
	filter: grayscale(100%);
}

/* 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: .8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
--------------------------------------------- */
@media (min-width: 1024px) {
	.wp-block-cover.bg-contain .wp-block-cover__image-background {
		object-fit: contain;
	}
}

.wp-block-cover.bg-contain h2 {
	font-weight: 800;
}

.wp-block-button__link.has-primary-background-color:active, .wp-block-button__link.has-primary-background-color:visited, .wp-block-button__link.has-primary-background-color:focus {
	color: black;
}

.wp-block-separator.hr--yellow {
	border: none;
	background-color: #ffc844;
}

.wp-block-search .wp-block-search__label {
	color: #ffc844;
	font-size: 2rem;
	font-weight: bold;
}

.wp-block-search input[type=search] {
	border: none;
	border-bottom: 2px solid #7b7b7b;
	padding: 15px 0px;
	background-color: transparent;
}

.wp-block-search .wp-block-search__button {
	background-color: #ffc844 !important;
	padding: 15px 20px;
	border: none;
	border-radius: 4rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.qae-faqs-container .qe-faqs-filters-container {
	display: none;
}

.qae-faqs-container .qe-faq-toggle .qe-toggle-title {
	font-size: 1.2rem;
	border: none;
	border-bottom: 1px solid gray;
	font-weight: 400;
}

.qae-faqs-container .qe-faq-toggle .qe-toggle-title i {
	color: #ffc844;
	transition: all .3s ease-in-out;
	order: 2;
	margin-left: .5rem;
	margin-right: 0;
}

.qae-faqs-container .qe-faq-toggle .qe-toggle-title h4 {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 1024px) {
	.qae-faqs-container .qe-faq-toggle .qe-toggle-title {
		font-size: 1.8rem;
	}
}

.qae-faqs-container .qe-faq-toggle.active .qe-toggle-title {
	background-color: transparent;
	border: none;
}

.qae-faqs-container .qe-faq-toggle.active i {
	color: black;
}

.qae-faqs-container .qe-faq-toggle .qe-toggle-content {
	border: none;
	border-bottom: 1px solid gray;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ffc844;
}

.wp-gr.wpac a.wp-google-name {
	color: #292524 !important;
}

.wp-gr.wpac .grw-slider-review .wp-stars .wp-star svg path {
	fill: #ffc844;
}

.wp-gr.wpac .grw-slider .grw-slider-dots .grw-slider-dot.active {
	background-color: #ffc844 !important;
}

.wp-gr.wpac .wp-more-toggle {
	color: black;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
	padding-top: 3rem;
}

.tribe-events-single {
	padding-top: 8rem;
}

@media (min-width: 768px) {
	.tribe-events-single {
		padding-top: 10rem;
	}
}

.tribe-events-single .tribe-events-event-categories a {
	color: black;
}

.tribe-events-single .tribe-events-event-categories .tribe-events-event-meta a:hover {
	color: black;
}

.tribe-events-single .tribe-events-event-meta a, .tribe-events-single .tribe-events-event-meta a:visited {
	color: black;
}

#tribe-events-pg-template {
	padding-top: 3rem;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	color: #292524;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	color: #292524;
}

.wp-block-wpzoom-recipe-card-block-recipe-card {
	max-width: 100%;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients {
	background-color: #fff2d3;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .ingredients-list > li.ticked .tick-circle {
	background: #ffc844;
	border-color: #ffc844 !important;
}

table.mabel-bhi-businesshours {
	font-size: 1.1rem;
}

table.mabel-bhi-businesshours tr td:first-child {
	font-weight: 400;
}

table.mabel-bhi-businesshours tr td {
	padding: .5rem;
}

table.mabel-bhi-businesshours td {
	border-bottom: 1px solid black;
}

table.mabel-bhi-businesshours .mbhi-is-current {
	background-color: black;
	color: white;
}

.awsm-job-wrap .awsm-job-item {
	border-radius: 1rem;
}

.awsm-job-wrap .awsm-job-item .awsm-job-post-title {
	font-weight: 600;
	font-size: 1.75rem;
}

.awsm-job-wrap .awsm-job-item .awsm-job-more-container .awsm-job-more {
	background-color: #ffc844;
	color: black;
	padding: .5rem 1rem;
	border-radius: 2rem;
	display: inline-block;
	margin: 1rem 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.table-osa thead {
	background-color: #ffc844;
}
