/*
Theme Name: Abigails
Author: Abigail's Kitchen
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: abigails
Requires at least: 6.3
Template: twentytwentyfive
Requires PHP: 7.4
Tested up to: 6.8.2
Version: 2.0.68

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

header.wp-block-template-part {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	background: #f4f1ea;
}

body.admin-bar header.wp-block-template-part {
	top: 32px;
}

header.wp-block-template-part > .wp-block-group {
	box-sizing: border-box;
	min-height: 96px;
	max-width: none;
	padding: 10px 15px !important;
}

header.wp-block-template-part .custom-logo {
	width: 180px;
	height: auto;
}

header.wp-block-template-part .wp-block-navigation {
	margin-left: auto;
	gap: 0;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

header.wp-block-template-part .wp-block-navigation-item__content {
	position: relative;
	margin: 10px 0;
	padding: 0 10px !important;
	border-right: 0 !important;
	line-height: 20px;
	transition: 0.3s ease-in-out;
}

header.wp-block-template-part .wp-block-navigation-item__content:hover,
header.wp-block-template-part .wp-block-navigation-item__content:focus-visible {
	text-decoration: none !important;
}

header.wp-block-template-part .wp-block-navigation-item__content::before {
	position: absolute;
	right: 100%;
	bottom: -3px;
	left: 2px;
	height: 3px;
	background: #000;
	content: "";
	transition: right 0.3s ease-in-out;
}

header.wp-block-template-part .wp-block-navigation-item__content:hover::before,
header.wp-block-template-part .wp-block-navigation-item__content:focus-visible::before,
body.page-id-17710 header.wp-block-template-part .wp-block-navigation-item:nth-child(1) .wp-block-navigation-item__content::before,
body.page-id-17715 header.wp-block-template-part .wp-block-navigation-item:nth-child(2) .wp-block-navigation-item__content::before,
body.page-id-18717 header.wp-block-template-part .wp-block-navigation-item:nth-child(3) .wp-block-navigation-item__content::before,
body.page-id-18716 header.wp-block-template-part .wp-block-navigation-item:nth-child(4) .wp-block-navigation-item__content::before,
body.single-product header.wp-block-template-part .wp-block-navigation-item:nth-child(5) .wp-block-navigation-item__content::before,
body.page-id-18715 header.wp-block-template-part .wp-block-navigation-item:nth-child(6) .wp-block-navigation-item__content::before,
body.page-id-18718 header.wp-block-template-part .wp-block-navigation-item:nth-child(7) .wp-block-navigation-item__content::before {
	right: 2px;
}

.wp-block-social-links {
	gap: 0;
}

.wp-block-social-links .wp-social-link {
	background: transparent !important;
	color: #000 !important;
}

.wp-block-social-links .wp-block-social-link-anchor {
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	padding: 6px !important;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.wp-block-social-links .wp-block-social-link-anchor svg {
	width: 20px;
	height: 20px;
}

.wp-site-blocks > main {
	margin-top: 50px !important;
}

body.page-id-17715 h1.wp-block-heading {
	font-size: 56px !important;
}

.abi-google-social {
	display: block;
	font-size: 19.2px;
	line-height: 20px;
}

header.wp-block-template-part .wp-block-social-link-anchor:hover,
header.wp-block-template-part .wp-block-social-link-anchor:focus-visible {
	background: #000;
	color: #f4f1ea !important;
}

.home .wp-block-button__link:not(.has-base-background-color) {
	padding: 10px 30px;
	border: 2px solid #5a3d2e;
	border-radius: 0;
	background: transparent !important;
	color: #5a3d2e !important;
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);
	font-weight: 600;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.home .wp-block-button__link:not(.has-base-background-color):hover,
.home .wp-block-button__link:not(.has-base-background-color):focus-visible {
	animation: abi-pop 0.3s linear 1;
	background: #5a3d2e !important;
	color: #f4f1ea !important;
}

@keyframes abi-pop {
	50% {
		transform: scale(1.06);
	}
}

body:not(.home) footer.wp-block-template-part {
	display: none;
}

.home footer.wp-block-template-part {
	margin-block-start: 0;
}

.home footer.wp-block-template-part > .wp-block-group:first-child {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 430px;
	background: #f4f1ea !important;
	padding: 64px 16px !important;
}

.home footer.wp-block-template-part .wp-block-columns {
	display: grid !important;
	grid-template-columns: repeat(3, 33%);
	width: 100%;
	height: 292.265625px;
	max-width: 1280px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	column-gap: 0;
	row-gap: 0;
}

.home footer.wp-block-template-part .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-self: center;
}

.home footer.wp-block-template-part .wp-block-column:nth-child(1) {
	width: 155.5px;
}

.home footer.wp-block-template-part .wp-block-column:nth-child(2) {
	width: 153.5px;
}

.home footer.wp-block-template-part .wp-block-column:nth-child(3),
.home footer.wp-block-template-part .wp-block-column:nth-child(4) {
	grid-column: 3;
	grid-row: 1;
	width: 216.09375px;
}

.home footer.wp-block-template-part .wp-block-column:nth-child(4) {
	margin-top: 87.1875px;
}

.home footer.wp-block-template-part h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 35.2px;
}

.home footer.wp-block-template-part p {
	margin: 0;
	font-size: 16px;
	line-height: 27.2px;
}

.home footer.wp-block-template-part .wp-block-column > p,
.home footer.wp-block-template-part .wp-block-column > .wp-block-social-links {
	margin-top: 10px;
}

.home footer.wp-block-template-part .wp-block-column:nth-child(3) .wp-block-social-links {
	justify-content: flex-start;
	gap: 9.265625px;
}

.home footer.wp-block-template-part .wp-block-column:nth-child(4) > p {
	margin-top: 0;
}

.abi-location-map {
	height: 520px;
	margin-top: 0;
	background: #ddd;
}

.abi-location-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

body.page-id-17715 h2.wp-block-heading:not(.mep_list_title) {
	font-size: 24px !important;
}

.prom-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding: 5.5px 20px;
	background-color: #353638;
	color: #fff;
	text-align: center;
}

.prom-bar p {
	display: inline-block;
	margin: 0;
	font-size: 1.1em;
}

.prom-bar-plugin-desktop a {
	display: inline-block;
	margin-left: 20px;
	padding: 4px 20px;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

.prom-bar-plugin-desktop a:hover {
	color: #555;
}

.prom-bar-plugin-desktop a:focus {
	color: #777;
}

.prom-bar-plugin-mobile {
	display: none;
	color: #fff;
}

header.wp-block-template-part {
	top: 42px;
}

body.admin-bar header.wp-block-template-part {
	top: 74px;
}

.home .wp-site-blocks > main {
	margin-top: 0 !important;
	padding: 0 !important;
}

.home .wp-site-blocks > main > .wp-block-group {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-top: 42px !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.home .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wp-block-spothopper-sh-cover-video {
	position: relative;
	z-index: 98;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #000 no-repeat 50%;
	background-size: cover;
	text-align: center;
}

.wp-block-spothopper-sh-cover-video #coverVideo {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center top;
}

.video-controls {
	position: relative;
}

.video-controls-btn,
.video-volume-btn {
	position: absolute;
	bottom: 20px;
	z-index: 100;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	outline: none;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.video-controls-btn {
	left: 25px;
}

.video-volume-btn {
	left: 70px;
}

.abi-pause::before,
.abi-pause::after {
	position: absolute;
	top: 7px;
	bottom: 7px;
	width: 5px;
	background: currentColor;
	content: "";
}

.abi-pause::before {
	left: 13px;
}

.abi-pause::after {
	right: 13px;
}

.video-controls-btn.paused .abi-pause::before {
	top: 7px;
	bottom: auto;
	left: 13px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 22px solid currentColor;
	background: transparent;
}

.video-controls-btn.paused .abi-pause::after {
	display: none;
}

.abi-volume::before {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 22px;
	height: 17px;
	border: 4px solid currentColor;
	border-left-width: 10px;
	content: "";
	clip-path: polygon(0 28%, 35% 28%, 80% 0, 80% 100%, 35% 72%, 0 72%);
}

.video-volume-btn.off .abi-volume::after {
	position: absolute;
	top: 7px;
	left: 22px;
	width: 3px;
	height: 31px;
	background: currentColor;
	content: "";
	transform: rotate(-45deg);
}

.abi-visit-strip {
	box-sizing: border-box;
	width: 100%;
	padding: 30px 0;
	background: #f4f1ea;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.86), 1.5em);
	font-weight: 500;
}

.abi-visit-strip .pin-position {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.abi-visit-strip .banner-pin {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #000;
}

.abi-map-pin {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 4px solid #000;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.abi-map-pin::after {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	content: "";
}

.home .entry-content > .wp-block-group.alignfull {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.home .entry-content > .wp-block-group.alignfull > .wp-block-group,
.home .entry-content > .wp-block-group.alignfull > .wp-block-columns {
	max-width: none;
}

.flex-gallery-wrapper {
	position: relative;
}

.flex-gallery-wrapper .layout-type-big-image {
	display: grid;
	grid-auto-flow: dense;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr 1fr;
	gap: 0;
}

.flex-gallery-wrapper .layout-type-big-image .gallery-item:nth-child(7n + 1) {
	grid-row: span 2;
	grid-column: span 2;
}

.flex-gallery-wrapper .gallery-item,
.flex-gallery-wrapper .gallery-item a,
.flex-gallery-wrapper .gallery-item .img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
}

.flex-gallery-wrapper .gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flex-gallery-wrapper .layout-type-big-image .gallery-item a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.4);
	content: "";
	transition: all 0.5s;
}

.flex-gallery-wrapper .layout-type-big-image .gallery-item:hover a::after {
	background: transparent;
	box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.flex-gallery-wrapper .gallery-hover .info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	visibility: hidden;
	opacity: 0;
}

.flex-gallery-wrapper .gallery-hover .info p {
	display: none;
}

.abi-newsletter-cover {
	box-sizing: border-box;
	height: 712px;
	padding: 96px 7.5%;
	background: #5a3d2e url('/wp-content/uploads/2025/12/Newsletter-1024x683.webp') center center / cover no-repeat;
}

.abi-newsletter-cover .wp-block-spothopper-sh-restaurant-newsletter {
	height: 520px;
	color: #f4f1ea;
}

.newsletter-section.section-wrapper {
	position: relative;
	height: 520px;
	min-height: 520px;
	padding: 0;
}

.newsletter-section .newsletter-content-holder {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 64px 0;
	text-align: center;
}

.newsletter-section h2.section-header {
	margin: 30px auto;
	color: #f4f1ea;
	font-family: "DM Sans", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}

.sph-email-subscription {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 15px 30px;
	text-align: center;
}

.newsletter-section .sph-email-subscription h2 {
	margin: 10px auto 30px;
	color: #f4f1ea;
	font-family: "DM Sans", sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.4;
	text-transform: none;
}

.sph-email-subscription label {
	display: block;
	margin-top: 40px;
	margin-bottom: -10px;
	color: #f4f1ea;
	text-align: left;
}

.newsletter-section .sph-email-subscription .sph-email-input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	padding: 10px 5px;
	border: 0;
	border-bottom: 2px solid #f4f1ea;
	border-radius: 0;
	outline: none;
	background: transparent;
	color: #f4f1ea;
	font-size: 16px;
	text-align: center;
}

.newsletter-section .sph-email-subscription .sph-email-input::placeholder {
	color: #f4f1ea;
}

.newsletter-section .sph-email-subscription .sph-submit-button {
	width: auto;
	margin: 20px auto;
	padding: 7px 50px;
	border: 2px solid #f4f1ea;
	border-radius: 5px;
	background: #f4f1ea;
	color: #5a3d2e;
	font-family: "DM Sans", sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.3s, background-color 0.3s;
}

.newsletter-section .sph-email-subscription .sph-submit-button:hover,
.newsletter-section .sph-email-subscription .sph-submit-button:focus {
	background: transparent;
	color: #f4f1ea;
}

.home section:has(.abi-newsletter-cover) {
	min-height: 0 !important;
	max-width: none !important;
	padding: 0 !important;
}

.abi-location-map {
	scroll-margin-top: 140px;
}

@media (max-width: 782px) {
	body.admin-bar header.wp-block-template-part {
		top: 46px;
	}
}

@media (max-width: 1400px) {
	header.wp-block-template-part .wp-block-navigation {
		font-size: 0.9rem;
	}

	header.wp-block-template-part .wp-block-navigation-item__content {
		padding: 0 8px !important;
	}
}

@media (max-width: 1200px) {
	header.wp-block-template-part .wp-block-navigation {
		font-size: 0.75rem;
	}

	header.wp-block-template-part .wp-block-navigation-item__content {
		padding: 0 4px !important;
	}

	.wp-block-spothopper-sh-cover-video,
	.wp-block-spothopper-sh-cover-video #coverVideo {
		height: 75vh;
	}

	.newsletter-section h2.section-header {
		font-size: 3.5rem;
	}

	.newsletter-section .sph-email-subscription h2 {
		font-size: 1.2rem;
	}

	.abi-location-map {
		height: 450px;
	}
}

@media (max-width: 1023px) {
	header.wp-block-template-part .wp-block-navigation {
		font-size: 0.6rem;
	}
}

@media (max-width: 991px) {
	.wp-block-spothopper-sh-cover-video,
	.wp-block-spothopper-sh-cover-video #coverVideo {
		height: 42vh;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header.wp-block-template-part .wp-block-navigation-item__content {
		padding: 0 3px !important;
	}

	header.wp-block-template-part > .wp-block-social-links {
		display: none;
	}
}

@media (max-width: 767px) {
	.prom-bar-plugin-desktop {
		display: none;
	}

	.prom-bar-plugin-mobile {
		display: inline-block;
		color: #fff;
		font-size: 1.1em;
		line-height: 1.6em;
		text-decoration: underline;
	}

	header.wp-block-template-part > .wp-block-group {
		min-height: 80px;
	}

	header.wp-block-template-part .custom-logo {
		width: 50px;
	}

	header.wp-block-template-part .wp-block-navigation {
		font-size: 1rem;
	}

	.wp-site-blocks > main {
		margin-top: 30px !important;
	}

	.home .wp-site-blocks > main {
		margin-top: 0 !important;
	}

	.wp-block-spothopper-sh-cover-video,
	.wp-block-spothopper-sh-cover-video #coverVideo {
		height: 32vh;
	}

	.flex-gallery-wrapper .layout-type-big-image {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto auto;
	}

	.flex-gallery-wrapper .layout-type-big-image .gallery-item:nth-child(7n + 1) {
		grid-column: 1 / 3;
		grid-row: unset;
	}

	.abi-newsletter-cover {
		height: auto;
		min-height: 520px;
		padding: 0 7.5%;
	}

	.newsletter-section h2.section-header {
		margin-bottom: 0;
		font-size: 2.5rem;
	}

	body.page-id-17715 h1.wp-block-heading {
		font-size: 40px !important;
	}

	header.wp-block-template-part .wp-block-navigation-item__content {
		padding: 13px 15px !important;
		border-right: 0;
	}

	header.wp-block-template-part .wp-block-navigation-item__content::before {
		bottom: 0;
	}

	header.wp-block-template-part .wp-block-navigation-item__content:hover::before,
	header.wp-block-template-part .wp-block-navigation-item__content:focus-visible::before,
	body.page-id-17710 header.wp-block-template-part .wp-block-navigation-item:nth-child(1) .wp-block-navigation-item__content::before,
	body.page-id-17715 header.wp-block-template-part .wp-block-navigation-item:nth-child(2) .wp-block-navigation-item__content::before,
	body.page-id-18717 header.wp-block-template-part .wp-block-navigation-item:nth-child(3) .wp-block-navigation-item__content::before,
	body.page-id-18716 header.wp-block-template-part .wp-block-navigation-item:nth-child(4) .wp-block-navigation-item__content::before,
	body.single-product header.wp-block-template-part .wp-block-navigation-item:nth-child(5) .wp-block-navigation-item__content::before,
	body.page-id-18715 header.wp-block-template-part .wp-block-navigation-item:nth-child(6) .wp-block-navigation-item__content::before,
	body.page-id-18718 header.wp-block-template-part .wp-block-navigation-item:nth-child(7) .wp-block-navigation-item__content::before {
		left: 0;
		right: 0;
	}

	.home footer.wp-block-template-part > .wp-block-group:first-child {
		height: auto;
		padding: 45px 24px !important;
	}

	.home footer.wp-block-template-part .wp-block-columns {
		display: flex !important;
		height: auto;
	}

	.home footer.wp-block-template-part .wp-block-column {
		width: 100%;
	}

	.home footer.wp-block-template-part .wp-block-column:nth-child(4) {
		margin-top: 0;
	}
}
