@charset "UTF-8";
/***!  https://jamiesanchez.com/wp-content/themes/jamiesanchez-2025/assets/styles/overrides.css?ver=25.0  !***/

@media all {

*,
*::before,
*::after {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background-color: var(--wp--preset--color--cosmos);
	padding-top: var(--header-height);
}
.wp-site-blocks {
	background-color: var(--wp--preset--color--tea);
}

form * {
	border: 0;
}
form label,
form .label {
	font-size: var(--wp--preset--font-size--small) !important;
	text-transform: uppercase;
}
select {
	appearance: none;
	font-family: inherit;
	padding: 0.875em 2em 0.675em 1em;
	background-color: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--gold);
	color: var(--wp--preset--color--black);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.03em;
	cursor: pointer;
	line-height: 1;
	position: relative;
	background-repeat: no-repeat;
	background-position: 96% 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
}
figure a {
	border-bottom: 0;
}
kbd > kbd {
	color: midnightblue;
	background: aliceblue;
	border-radius: 4px;
	padding-inline: 4px;
	box-shadow: 2px 2px 0 4px lightsteelblue;
	&:last-child {
		margin-inline-end: 4px;
	}
}

.wp-block-heading + .wp-block-code {
	margin-top: var(--wp--preset--spacing--10) !important;
}
.wp-element-caption {
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.6;	
	position: relative;
	padding-inline-start: 1.8ch;
}
.wp-element-caption::before {
	content: '⬦';
	display: block;
	position: absolute;
	width: 4px;
	height: 1px;
	top: -1px;
	left: 0;
	z-index: 1000;
	opacity: 0.8;
}


/* HEADER
--------------------------------------------------*/
.site-identity {
	position: relative;
	left: -10px;
}
@media (min-width: 1370px) {
	.site-identity {
		left: clamp(-50px, -3.9vw, -10px);
	}
}
.wp-block-navigation-item .wp-block-navigation-item__content {
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.wp-block-navigation-item:hover .wp-block-navigation-item__content {
	border-bottom-color: var(--wp--preset--color--white);
}
.wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
	border-bottom-color: var(--wp--preset--color--gold);
}
.site-header .wp-block-button__link {
	border-color: var(--wp--preset--color--gold);
}


/* NEWSLETTER
--------------------------------------------------*/
.mailpoet_form * {
	font-family: var(--wp--preset--font-family--sans) !important;
	font-size: var(--wp--preset--font-size--medium) !important;
}
.mailpoet_text,
.mailpoet_submit {
	font-size: 1.2rem;
	padding: 1rem;
	margin: 0;
}
.mailpoet_text,
.mailpoet_textarea {
	box-shadow: inset 0 0 2px rgba(0,0,0,.5);
	border-right: 0;
	border-radius: var(--wp--custom--border-radius--small);
	max-width: 350px;
}
.mailpoet_submit {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--black);
	border-radius: var(--wp--custom--border-radius--small);
	font-weight:  var(--wp--custom--font-weight--bold);
	white-space: nowrap;
}
.has-black-background-color .mailpoet_submit {
	background-color: var(--wp--preset--color--cosmos);
}
.mailpoet_submit:hover {
	cursor: pointer;
	border-color: var(--wp--preset--color--cosmos);
	background-color: var(--wp--preset--color--cosmos);
}
#mailpoet_form_1 form {
	max-width: 460px;
	margin-inline: auto;
}
@media (min-width: 500px) {
	#mailpoet_form_1 form {
		display: grid;
		grid-template-columns: 2fr 1fr;
	}
	#mailpoet_form_1 .mailpoet_text {
		border-radius: var(--wp--custom--border-radius--small) 0 0 var(--wp--custom--border-radius--small);		
	}
	#mailpoet_form_1 .mailpoet_submit {
		border-radius: 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) 0;
	}
}


/* OVERRIDES
--------------------------------------------------*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color:#eeebe9BB;
}
@media (min-width: 600px) and (max-width: 1099px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(((100% / 2) - 1.25em + (1.25em / 2)) - 1px);
	}
}
@media (min-width: 1100px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(((100% / 4) - 1.25em + (1.25em / 4)) - 1px);
	}
}}
