/*!
Theme Name: Shar Hair Salon
Theme URI: http://underscores.me/
Author: FWD 36
Author URI: https://bcitwebdeveloper.ca/
Description: A custom WordPress theme for the Capstone Project.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shar-hair-salon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Update URI: false

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

Shar Hair Salon is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/**
 * 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;
	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: -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;
	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: 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;
	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
--------------------------------------------- */
html {
	background-color: #F3EEE8;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #F3EEE8;
}

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

h1 {
	font-family: "Playfair Display", serif;
	font-weight: 300;
}

.home-brand-name {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: -0.02em;
	text-align: center;
}

p {
	margin-bottom: 1.5em;
}

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;
	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;
}
body article.page {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	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;
}

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

.wp-block-group {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
}
.wp-block-group details summary {
	background-color: #fff1d7;
	position: relative;
	padding: 1rem;
	font-size: 0.8rem;
}
.wp-block-group details summary::before {
	position: absolute;
	content: "+";
	right: 12px;
	font-size: 2rem;
	top: 0;
	transform: translateY(-5%);
}
@media screen and (min-width: 778px) {
	.wp-block-group details summary {
		font-size: 1.5rem;
	}
	.wp-block-group details summary::before {
		font-size: 3rem;
		transform: translateY(-15%);
	}
}
.wp-block-group details p {
	padding: 0 1rem;
}
.wp-block-group details[open] summary::before {
	content: "-";
}
.wp-block-group details > summary {
	list-style: none;
}
.wp-block-group details > summary::-webkit-details-marker {
	display: none;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
a:visited {
	color: #800080;
}
a:hover, a:focus, a:active {
	color: #191970;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/* 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, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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;
}

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: 3px;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	top: 1rem;
	left: 2rem;
	right: 2rem;
	z-index: 9999;
}

ul.nav-menu > li > a {
	color: white;
}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.75rem 1.5rem;
	height: auto;
	background: #f0e8e1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 8px;
	position: relative;
	bottom: auto;
	filter: none;
	box-sizing: border-box;
	transition: border-radius 0.25s ease;
}
.main-navigation .nav-logo-link {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
	z-index: 2;
}
.main-navigation .nav-logo {
	height: 3rem;
	width: auto;
	display: block;
}
.main-navigation .custom-logo-link {
	position: static;
	transform: none;
	display: flex;
	align-items: center;
	z-index: 2;
}
.main-navigation .custom-logo {
	width: auto;
	height: 3rem;
}
.main-navigation .menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	background: transparent;
	border: 0;
	position: static;
	padding: 0.5rem;
	z-index: 2;
}
.main-navigation .menu-toggle span {
	width: 26px;
	height: 2px;
	display: block;
	background-color: #342002;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.2s;
}
@media (min-width: 778px) {
	.main-navigation .menu-toggle {
		display: none;
	}
}
.main-navigation div.menu-header-menu-container {
	display: none;
	flex: 1;
}
@media screen and (min-width: 778px) {
	.main-navigation div.menu-header-menu-container {
		display: flex;
		align-items: center;
		gap: 0;
	}
}
@media screen and (min-width: 778px) {
	.main-navigation div.menu-header-menu-container:first-of-type {
		justify-content: flex-start;
	}
}
@media screen and (min-width: 778px) {
	.main-navigation div.menu-header-menu-container:last-of-type {
		justify-content: flex-end;
	}
}
.main-navigation div.menu-header-menu-container ul {
	display: flex;
	align-items: center;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation div.menu-header-menu-container li {
	position: relative;
}
.main-navigation div.menu-header-menu-container a {
	display: block;
	color: #342002;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.4rem 0;
	transition: color 0.2s;
}
.main-navigation div.menu-header-menu-container a:hover {
	color: #000;
}
.main-navigation div.menu-header-menu-container a:visited {
	color: #342002;
}
.main-navigation div.menu-header-menu-container li:last-child > a {
	background: linear-gradient(to right, #505718, #807443);
	color: white;
	padding: 0.5rem 1.25rem;
	border-radius: 3px;
}
.main-navigation div.menu-header-menu-container li:last-child > a:hover {
	opacity: 0.85;
}
.main-navigation div.menu-header-menu-container ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: rgba(52, 32, 2, 0.97);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
	padding: 0.5rem 0;
	gap: 0;
	flex-direction: column;
}
.main-navigation div.menu-header-menu-container li:hover > ul {
	display: flex;
}

.main-navigation.toggled {
	border-radius: 8px 8px 0 0;
}
.main-navigation.toggled .menu-toggle span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.main-navigation.toggled .menu-toggle span:nth-child(2) {
	opacity: 0;
}
.main-navigation.toggled .menu-toggle span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.main-navigation.toggled div.menu-header-menu-container {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f0e8e1;
	padding: 0.5rem 0 1rem;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	animation: mobile-nav-open 0.28s ease forwards;
}
.main-navigation.toggled div.menu-header-menu-container ul {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}
.main-navigation.toggled div.menu-header-menu-container li:last-child > a {
	background: transparent;
	border-radius: 0;
	padding: 0.75rem 1.5rem;
}
.main-navigation.toggled div.menu-header-menu-container a {
	padding: 0.75rem 1.5rem;
	font-size: 0.9rem;
	width: 100%;
}
.main-navigation.toggled div.menu-header-menu-container a:hover {
	background: rgba(255, 255, 255, 0.06);
}
.main-navigation.toggled div.menu-header-menu-container li:last-child > a {
	color: #b6642e;
}
.main-navigation.toggled div.menu-header-menu-container li:last-child > a:visited {
	color: #b6642e;
}
.main-navigation.toggled div.menu-header-menu-container li:last-child > a:hover {
	color: #b6642e;
}

@keyframes mobile-nav-open {
	from {
		opacity: 0;
		clip-path: inset(0 0 100% 0);
	}
	to {
		opacity: 1;
		clip-path: inset(0 0 0% 0);
	}
}
body:not(.home) #primary,
body:not(.home) .site-main {
	padding-top: 7rem;
}

body.home #primary {
	padding-top: 0;
}

footer {
	background-color: #414d36;
	color: #eeebe3;
	margin-bottom: 0;
}
footer .site-footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "contact contact" "nav     social" "hours   hours";
	gap: 2rem 1.5rem;
	max-width: 1400px;
	margin: 0 auto;
	padding: 3.5rem 2rem;
	align-items: start;
}
@media screen and (min-width: 778px) {
	footer .site-footer {
		grid-template-columns: 1.5fr 1fr 1fr 1.8fr;
		grid-template-areas: "contact nav social hours";
		gap: 1.5rem;
		padding: 4rem 3rem;
	}
}
footer .footer-contact {
	grid-area: contact;
}
footer .footer-nav {
	grid-area: nav;
}
footer .footer-social {
	grid-area: social;
}
footer .opening-time {
	grid-area: hours;
}
footer a {
	color: white;
	text-decoration: none;
	opacity: 0.85;
}
footer a:hover {
	opacity: 1;
	text-decoration: underline;
}
footer p {
	margin: 0 0 0.45rem;
	font-size: 0.88rem;
}
footer .footer-contact p {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.6;
	color: white;
}
footer .footer-contact a {
	color: white !important;
}
footer .footer-nav ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}
footer .footer-nav ul.footer-menu li {
	margin: 0;
	padding: 0;
}
footer .footer-nav ul.footer-menu li a {
	font-size: 0.88rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: white !important;
	text-decoration: none;
	opacity: 1;
}
footer .footer-nav ul.footer-menu li a:hover {
	font-weight: 700;
	text-decoration: underline;
	opacity: 1;
}
footer .footer-social {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	align-items: flex-end;
	text-align: right;
}
@media screen and (min-width: 778px) {
	footer .footer-social {
		align-items: flex-start;
		text-align: left;
	}
}
footer .footer-social a {
	font-size: 0.88rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: white !important;
	text-decoration: none;
	opacity: 1;
}
footer .footer-social a:hover {
	font-weight: 700;
	text-decoration: underline;
	opacity: 1;
}
footer .footer-bottom {
	max-width: 1400px;
	margin: 0 auto;
	padding: 1rem 3rem 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-bottom p {
	font-size: 0.75rem;
	opacity: 0.4;
	margin: 0;
}

.footer-hours {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-hours .hours-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: 0.3rem 0;
	font-size: 0.82rem;
}
.footer-hours .hours-day {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-size: 0.78rem;
}
.footer-hours .hours-time {
	text-align: right;
	font-size: 0.82rem;
}
.footer-hours .hours-closed {
	opacity: 0.45;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-style: normal;
}

.services-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 3rem 1.5rem 5rem;
	text-align: left;
}

.services-header {
	margin-bottom: 2.5rem;
}

.services-page__title {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3.5rem);
	color: #342002;
	line-height: 1.15;
	text-align: left !important;
	margin: 0 0 1.25rem;
}

.services-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2.5rem;
}

.services-filter__btn {
	flex-shrink: 0;
	padding: 0.45rem 1.25rem;
	border-radius: 999px;
	border: 1.5px solid rgba(0, 0, 0, 0.2);
	background: transparent;
	color: #1a1a1a;
	font-size: 0.85rem;
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
	cursor: pointer;
	transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.services-filter__btn:hover {
	border-color: #414d36;
	color: #414d36;
}
.services-filter__btn.is-active {
	background: #414d36;
	border-color: #414d36;
	color: #fff;
}

.services-category {
	margin-bottom: 3rem;
}

.services-category__title {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #999;
	margin: 0 0 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e0e0e0;
	text-align: left !important;
}

.service-row__name {
	text-align: left !important;
}

.services-list {
	display: flex;
	flex-direction: column;
}

.service-row {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-bottom: 1px solid #e0e0e0;
}
.service-row:first-child {
	border-top: 1px solid #e0e0e0;
}

.service-row__image {
	width: 250px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}
.service-row__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	filter: grayscale(0%);
}
.service-row__image--empty {
	background: #f0f0f0;
}
@media screen and (max-width: 600px) {
	.service-row__image {
		width: 110px;
		aspect-ratio: 1/1;
	}
}

@media screen and (min-width: 601px) {
	.service-row__image img {
		filter: grayscale(100%);
		transition: filter 0.3s ease;
	}
	.service-row:hover .service-row__image img {
		filter: grayscale(0%);
	}
}
.service-row__content {
	flex: 1;
	padding: 1.75rem 1.5rem;
	display: flex;
	flex-direction: column;
	position: relative;
}

.service-row__main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
}

.service-row__info {
	flex: 1;
}

.service-row__name {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	line-height: 1.3;
	color: #1a1a1a !important;
}

.service-row__meta {
	font-size: 0.88rem;
	color: #555 !important;
	margin: 0;
}

.service-row__book {
	flex-shrink: 0;
	padding: 0.5rem 1.25rem;
	border: 2px solid #1a1a1a;
	background: transparent;
	color: #1a1a1a;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.2s, color 0.2s;
}
.service-row__book:hover {
	background: #1a1a1a;
	color: #fff;
}
.service-row__book.is-added {
	background: #555;
	border-color: #555;
	color: #fff;
}
@media screen and (min-width: 601px) {
	.service-row__book {
		position: absolute;
		top: 1.75rem;
		right: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
	.service-row__book {
		align-self: flex-start;
		margin-top: 1rem;
	}
}

.service-row__desc-wrap {
	margin-top: 1rem;
}

.service-row__desc {
	font-size: 0.9rem;
	color: #444 !important;
	line-height: 1.6;
	margin: 0 0 0.5rem;
}

.service-row__desc.is-clamped {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service-row__desc.is-expanded {
	display: block;
	overflow: visible;
}

.service-row__toggle {
	background: none;
	border: none;
	padding: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #1a1a1a;
	cursor: pointer;
	font-family: inherit;
	text-decoration: underline;
}
.service-row__toggle:hover {
	opacity: 0.6;
}

.single-service-title,
h1,
h3 {
	text-align: center;
}

img.single-service-image + p {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
}

.single-service-image {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	   object-fit: cover;
}

h3 + div.price-list {
	align-items: center;
	margin: 0 auto;
}

div.therapists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}
div.therapists h3 {
	width: 100%;
	text-align: center;
}

div.therapist {
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.therapist > img {
	border-radius: 50%;
}

div.service-container {
	display: flex;
	flex-direction: column;
}
@media (min-width: 400px) {
	div.service-container {
		flex-direction: row;
		justify-content: space-evenly;
	}
}

div.service-container > img {
	width: 300px;
	height: 300px;
}

.similar-masssage-title {
	text-align: center;
}

.single-shar-service .price-list {
	flex-direction: column;
	justify-content: center;
}
.single-shar-service .price-list a {
	margin: 5px;
}
@media (min-width: 400px) {
	.single-shar-service .price-list {
		flex-direction: row;
		justify-content: center;
	}
}

.about-hero {
	padding: 4rem 1.5rem 5rem;
}
.about-hero__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
@media (min-width: 900px) {
	.about-hero__inner {
		flex-direction: row;
		align-items: center;
		gap: 5rem;
	}
}
.about-hero__text {
	flex: 1;
}
@media (min-width: 900px) {
	.about-hero__text {
		max-width: 55%;
	}
}
.about-hero__title {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3.5rem);
	color: #342002;
	margin: 0 0 1.5rem;
	line-height: 1.15;
}
.about-hero__content {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}
.about-hero__content p {
	margin: 0 0 1.25rem;
}
.about-hero__content p:last-child {
	margin-bottom: 0;
}
.about-hero__content h2, .about-hero__content h3 {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	color: #342002;
	margin: 2rem 0 0.75rem;
}
.about-hero__image {
	flex: 1;
}
@media (min-width: 900px) {
	.about-hero__image {
		max-width: 45%;
	}
}
.about-hero__image img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	border-radius: 12px;
}

.about-extra {
	background: #F3EEE8;
	padding: 3rem 1.5rem 5rem;
}
.about-extra__inner {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}
.about-extra__inner p {
	margin: 0 0 1.25rem;
}
.about-extra__inner p:last-child {
	margin-bottom: 0;
}
.about-extra__inner h2, .about-extra__inner h3 {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 700;
	color: #342002;
	margin: 0 0 1rem;
}

.home-page {
	--hp-bg: #A78A7F;
	--hp-dark: #342002;
	--hp-olive-1: #505718;
	--hp-olive-2: #807443;
	--hp-light: #FFFFFF;
	--hp-cream: #F3EEE8;
	--hp-text-on-dark: #FFFFFF;
	--hp-text-on-light: #1a1a1a;
	--hp-gradient: linear-gradient(to right, #505718, #807443);
	background: var(--hp-cream);
}

.home-hero {
	position: relative;
	width: calc(100% - 3rem);
	height: 75vh;
	max-height: 900px;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #A78A7F;
	background-size: cover;
	background-position: center 50%;
	background-repeat: no-repeat;
	margin: 5rem auto 0;
	padding: 0;
	border-radius: 12px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	animation: hero-reveal 2.5s ease forwards;
}
.home-hero .hero-slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 50%;
	background-repeat: no-repeat;
	border-radius: inherit;
	opacity: 0;
	transition: opacity 1.2s ease;
}
.home-hero .hero-slide.is-active {
	opacity: 1;
}
.home-hero .hero-progress {
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	z-index: 3;
	display: flex;
	gap: 0.4rem;
}
.home-hero .hero-progress__bar {
	flex: 1;
	height: 2px;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.254);
	border-radius: 2rem;
	cursor: pointer;
	padding: 6px 0;
	background-clip: content-box;
	position: relative;
	overflow: visible;
}
.home-hero .hero-progress__bar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.4705882353);
	border-radius: 2rem;
}
.home-hero .hero-progress__bar.is-done::after {
	width: 100%;
}
.home-hero .hero-progress__bar.is-active::after {
	animation: progress-fill 4.5s linear forwards;
}
.home-hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	border-radius: inherit;
}
.home-hero .hero-title {
	position: relative;
	z-index: 1;
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 800;
	font-size: clamp(2.5rem, 8vw, 7rem);
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 2rem;
	padding: 0 1.5rem;
	line-height: 1.1;
	text-decoration: none;
}
.home-hero .hero-cta {
	position: relative;
	z-index: 1;
	background: linear-gradient(to right, #505718, #807443);
	color: #FFFFFF;
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1rem 3rem;
	border-radius: 3px;
	transition: opacity 0.2s;
}
.home-hero .hero-cta:hover {
	opacity: 0.88;
	color: white;
}
.home-hero .hero-cta:visited {
	color: white;
}

.home-brand-name {
	color: var(--hp-dark);
	margin: 2rem auto 0;
	padding: 0 1.5rem;
	line-height: 1.1;
}

.home-services {
	background-color: var(--hp-cream);
	padding: 5rem 1.5rem 4rem;
}
.home-services__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto 2.5rem;
}
.home-services__header h2 {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--hp-text-on-light);
	margin: 0;
	text-align: left;
}
.home-services__link {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hp-dark);
	text-decoration: none;
	border-bottom: 2px solid currentColor;
	padding-bottom: 2px;
	white-space: nowrap;
}
.home-services__link:hover {
	opacity: 0.7;
}
.home-services__link:visited {
	color: var(--hp-dark);
}
.home-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	max-width: 900px;
	margin: 0 auto;
}
@media (min-width: 640px) {
	.home-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.home-services__view-all {
	text-align: center;
	margin-top: 3rem;
}
.home-services__view-all a {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hp-dark);
	text-decoration: none;
	border-bottom: 2px solid currentColor;
	padding-bottom: 2px;
}
.home-services__view-all a:hover {
	opacity: 0.7;
}
.home-services__view-all a:visited {
	color: var(--hp-dark);
}

.service-card {
	background: var(--hp-light);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.service-card__image {
	height: 220px;
	overflow: hidden;
}
.service-card__image a {
	display: block;
	height: 100%;
}
.service-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.service-card__image:hover img {
	transform: scale(1.04);
}
.service-card__body {
	padding: 1.25rem 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.service-card__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.5rem;
}
.service-card__title {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--hp-text-on-light);
	margin: 0;
	line-height: 1.35;
	flex: 1;
	text-align: left;
}
.service-card__btn {
	background: linear-gradient(to right, #505718, #807443);
	color: white;
	padding: 0.35rem 0.85rem;
	border-radius: 2px;
	text-decoration: none;
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	white-space: nowrap;
	flex-shrink: 0;
	transition: opacity 0.2s;
	border: none;
	cursor: pointer;
}
.service-card__btn:hover {
	opacity: 0.85;
	color: white;
}
.service-card__btn:visited {
	color: white;
}
.service-card__meta {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	font-size: 0.75rem;
	color: rgba(0, 0, 0, 0.6);
}
.service-card__meta span {
	display: flex;
	gap: 0.3rem;
	flex-wrap: wrap;
}
.service-card__meta strong {
	color: rgba(0, 0, 0, 0.75);
}
.service-card__desc {
	font-size: 0.85rem;
	line-height: 1.65;
	color: rgba(0, 0, 0, 0.65);
	margin: 0.5rem 0 0;
}

.home-marquee {
	background-color: #342002;
	overflow: hidden;
	padding: 1.1rem 0;
}
.home-marquee .marquee-track {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	animation: marquee-scroll 70s linear infinite;
}
.home-marquee .marquee-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}
.home-marquee .marquee-list li {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #FFFFFF;
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0 0.25rem;
}
.home-marquee .marquee-list .marquee-dot {
	opacity: 0.6;
	margin-right: 0.25rem;
}
.home-marquee:hover .marquee-track {
	animation-play-state: paused;
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.home-reviews {
	background-color: #A78A7F;
	padding: 5rem 1.5rem;
}
.home-reviews__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}
@media (min-width: 900px) {
	.home-reviews__inner {
		grid-template-columns: 1fr 1fr;
	}
}
.home-reviews__content {
	color: #FFFFFF;
}
.home-reviews__image {
	display: none;
}
@media (min-width: 900px) {
	.home-reviews__image {
		display: block;
		position: relative;
		height: 480px;
		overflow: hidden;
		border-radius: 4px;
	}
	.home-reviews__image .review-img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
		opacity: 0;
		transition: opacity 0.7s ease;
	}
	.home-reviews__image .review-img.is-active {
		opacity: 1;
	}
}

.reviews-stars {
	display: flex;
	gap: 0.3rem;
	color: #A78A7F !important;
	margin-bottom: 1.5rem;
}
.reviews-stars svg {
	fill: #A78A7F;
}

.reviews-carousel {
	position: relative;
	min-height: 80px;
}

.review-item {
	display: none;
	margin: 0 0 1.5rem;
	padding: 0;
	border: none;
}
.review-item.is-active {
	display: block;
}
.review-item p {
	font-size: 1rem;
	line-height: 1.75;
	color: #FFFFFF;
	margin: 0 0 0.75rem;
	font-style: italic;
}
.review-item p:last-child {
	margin-bottom: 0;
}

.review-author {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	background: none !important;
	background-image: none !important;
}

.reviews-nav {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin: 1.5rem 0 1rem;
}
.reviews-nav__btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: white;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.2s, border-color 0.2s;
}
.reviews-nav__btn:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.8);
}
.reviews-nav__btn svg {
	display: block;
}
.reviews-nav__count {
	color: #FFFFFF;
	font-size: 0.85rem;
	opacity: 0.85;
}

.reviews-cta {
	margin-top: 0.5rem;
}
.reviews-cta a {
	color: #FFFFFF;
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 2px;
	transition: border-color 0.2s;
}
.reviews-cta a:hover {
	border-color: white;
}
.reviews-cta a:visited {
	color: #FFFFFF;
}

@keyframes progress-fill {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@keyframes hero-reveal {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.99);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
.staff-header {
	text-align: center;
	font: "Archivo", "Montserrat", Roboto, sans-serif;
}

.staffs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
	margin: 0;
	padding: 0;
}

.staffs-list li {
	margin: 10px;
	list-style-type: none;
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.staffs-list li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.staffs-list li img {
	border-radius: 50%;
}

@media (min-width: 778px) {
	.staffs-list {
		gap: 5rem;
	}
}
@media (min-width: 1280px) {
	.staffs-list li {
		width: 335px;
	}
}
@media (min-width: 1500px) {
	.staffs-list li {
		width: 400px;
	}
}
div.posts-container {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 4rem;
	gap: 4rem;
}
div.posts-container .post-wrapper {
	max-width: 300px;
}
div.posts-container .post-wrapper .entry-content {
	margin: 0;
}
div.posts-container .post-wrapper p {
	text-align: justify;
}
div.posts-container .post-wrapper h2 {
	font-size: 1rem;
}
div.posts-container .post-wrapper img {
	height: 300px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 32px;
}
@media screen and (min-width: 1092px) {
	div.posts-container > :nth-child(3n-1) img {
		/* Apply styles to the selected child elements */
		height: 500px;
	}
}

.single-post main article {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
}
.single-post main article h1 {
	font-size: 1rem;
}
@media screen and (min-width: 778px) {
	.single-post main article h1 {
		font-size: 1.5rem;
	}
}
.single-post main article p {
	text-align: justify;
}
.single-post main article img {
	max-height: 400px;
}
.single-post main .post-navigation {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
}
.single-post main .post-navigation a {
	text-decoration: none;
}

.post-content-staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.post-content-staff .cta-btn {
	margin-bottom: 20px;
}

.wp-block-button {
	display: none;
}

.staff-bio {
	max-width: 800px;
}

.name-staff {
	width: 100%;
}

.services-staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 3rem;
}
.services-staff h3 {
	width: 100%;
	text-align: center;
}
.services-staff .service-item-staff {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonials-staff {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 3rem;
}
.testimonials-staff h3 {
	width: 100%;
	text-align: center;
}
.testimonials-staff .testimonial-item-staff {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	align-items: center;
}
.testimonials-staff .testimonial-item-staff img {
	max-width: 100%;
}

.contact-page {
	margin: 0;
	padding: 0;
	padding-top: 0 !important;
	background: #fff;
}

.contact-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7vh 1.5rem;
}

.contact-hero__heading {
	font-family: "Archivo", "Montserrat", Roboto, sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3.5rem);
	color: #342002;
	line-height: 1.15;
	text-align: center;
	margin: 0 0 3rem;
}

.contact-form-wrap {
	width: 100%;
	max-width: 520px;
}
.contact-form-wrap .wpcf7 {
	width: 100%;
}
.contact-form-wrap .wpcf7-form p {
	margin: 0 0 1.25rem;
	position: relative;
}
.contact-form-wrap label {
	display: block;
	font-size: 0;
}
.contact-form-wrap input[type=text],
.contact-form-wrap input[type=email],
.contact-form-wrap input[type=tel],
.contact-form-wrap textarea {
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1.5px solid rgba(0, 0, 0, 0.25);
	border-radius: 999px;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-family: inherit;
	color: #1a1a1a;
	outline: none;
	transition: border-color 0.2s;
	display: block;
}
.contact-form-wrap input[type=text]::-moz-placeholder, .contact-form-wrap input[type=email]::-moz-placeholder, .contact-form-wrap input[type=tel]::-moz-placeholder, .contact-form-wrap textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.contact-form-wrap input[type=text]::placeholder,
.contact-form-wrap input[type=email]::placeholder,
.contact-form-wrap input[type=tel]::placeholder,
.contact-form-wrap textarea::placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.contact-form-wrap input[type=text]:focus,
.contact-form-wrap input[type=email]:focus,
.contact-form-wrap input[type=tel]:focus,
.contact-form-wrap textarea:focus {
	border-color: #1a1a1a;
}
.contact-form-wrap textarea {
	border-radius: 1.5rem;
	height: 180px;
	resize: none;
}
.contact-form-wrap input[type=submit] {
	width: 100%;
	padding: 1rem 2rem;
	background: transparent;
	border: 1.5px solid rgba(0, 0, 0, 0.4);
	border-radius: 999px;
	color: #1a1a1a;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	margin-top: 0.5rem;
}
.contact-form-wrap input[type=submit]:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: white;
}
.contact-form-wrap .wpcf7-response-output {
	color: #c00;
	background: #fff3f3;
	border: 1px solid #f5c6c6;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	text-align: center;
	margin: 1rem 0 0;
}
.contact-form-wrap .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #1a6b1a;
	background: #f0fff0;
	border-color: #a3d9a3;
}
.contact-form-wrap .wpcf7-not-valid-tip {
	color: #c00;
	font-size: 0.8rem;
	padding-left: 1.5rem;
	display: block;
	margin-top: 0.25rem;
	font-weight: 600;
}
.contact-form-wrap .wpcf7-form-control-wrap {
	display: block;
}
.contact-form-wrap .wpcf7-spinner {
	display: none;
}

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

/*--------------------------------------------------------------
# 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, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.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;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*# sourceMappingURL=sass/style.css.map */
