﻿/*
Theme Name: Box Brand
Theme URI: https://boxbrand.co.uk/
Description: WordPress theme built by <a href="http://www.hedleyenterprises.co.uk">hedley enterprises</a>. <strong>Web design</strong> starts with a coffee and a chat...
Version: 1 Build-1224
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/
/* quicksand-regular - latin */
@font-face {
	font-display: swap; 
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/quicksand-v31-latin-regular.woff2') format('woff2'); 
  }
  /* quicksand-700 - latin */
  @font-face {
	font-display: swap; 
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/quicksand-v31-latin-700.woff2') format('woff2'); 
  }

:root {
	--main-color: #000000;
	--grey: #F2F2F2;
	--teal: #6B9BA5;
	--burntorange: #FF642E;
	--orange: #FF9900;
	--mint: #70CDC5;
	--purple: #796EFF;
	--lgrey: #edf3f2;
  	--yellow: #FCBD01;
  	--white: #ffffff;
  	--red: #CD1B27;

  	--glow: radial-gradient(50% 50% at 50% 50%, #FF642E 0%, rgba(255, 255, 255, 0.276531) 70.9%, rgba(255, 255, 255, 0) 98%);
	  
	--searchblack: rgba(0, 0, 0, 0.96);
	--black: rgba(0, 0, 0, 0.1);
	--lightshadow: rgba(180, 180, 180, 0.1);
	--bold: 700;
	--boxshadow: 0 5px 24px;
	--border: 20px;
}
html {
	scroll-behavior: smooth;
}
body {
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--main-color);
    background-color: var(--white);
    background-image: url('svg/background.svg');
    opacity: 0;
    animation: fade-in 0.3s forwards 0.3s linear;
}


p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }

/* -------------------- Animation -------------------- */

section {
	opacity: 0;
}
.inverse, .show-menu {
	animation: fade-in 0.3s forwards 0.3s linear;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* -------------------- General Styles -------------------- */

.container, .wrapper {
	width: min(90%, 1600px);
	margin-inline: auto;
}
.easy-reading {
	width: min(90%, 800px);
	margin-inline: auto;
}
a {
  text-decoration: none;
}
p {
	line-height:1.6;
}
img {
	border-style: none;
}
.has-text-align-center, .center {
	text-align: center;
}
.absol {
	position:relative;
}
hr {
	margin: 3em auto;
	width: 200px;
	border: dotted 2px var(--mint);
}
.inner h1 {
	font-size: 3rem;
	margin: 0;
}
.aligncenter {
	text-align: center;
}
.is-style-rounded img {
	border-radius: 10rem;
}
.has-fixed-layout {
	width: 100%;
	border: solid thin var(--black);
}
.has-fixed-layout td {
	/*! padding: 1em; */
	border: solid thin var(--black);
	padding: 1em;
}
.wp-block-table {
	margin: 0;
}
/* -------------------- Padding and Margins -------------------- */
.down {
	margin-top:5em;
}
.drop {
	margin-top: 3em;
}
.bring-up {
	margin-top: -100px;
	z-index: 5;
}
.ptb {
	padding: 5em 0;
}
.ptb-heading {
	padding: 3em 0;
}
.ptb-heading-basket {
	padding: 1em 0;
}
.pb {
	padding-bottom: 3em;
}
.height {
	height: 500px;
	padding-top: 3em;
}
.bring-up-height {
	margin-top: -500px;
	z-index: 5;
}
/* -------------------- Backgrounds -------------------- */
.main-background {
	z-index: -1;
	margin-top: 0;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	min-height: 50vh;
}
.overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20vh;
	background-image: linear-gradient(to bottom, transparent, var(--white));
}
.main-background video {
	z-index: -1;
	grid-row: 1;
	grid-column: 1;
}
.hot-of-the-press {
	z-index: 1;
	grid-column: 1;
	grid-row: 1;
	text-align: center;
	align-self: center;
}
.hot-of-the-press h1 {
	font-size: clamp(2rem, 10vw, 6rem);
	margin: 0;
	animation: fade-in 2s ease forwards, gradient-animation 10s infinite;
}
.hot-of-the-press__text p {
	margin: 0;
	font-weight: var(--bold);
	font-size: clamp(1em, 4vw, 2rem);
}
.hot-of-the-press img {
	width: 100%;
	height: auto;
	max-width: 800px;
}
.circle-glow {
	width: 40vw;
	height: 40vw;
	border-radius: 50%;
	margin-inline: auto;
	opacity: 0.8;
	background-image: var(--glow);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.overflow {
	overflow: hidden;
}
.feature {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.orange-background {
	color: var(--white);
	background-image: linear-gradient(to bottom, var(--orange), var(--mint));
}
.mint-background {
	color: var(--white);
	background-color: var(--mint);
}
.teal-background {
	color: currentColor;
	background-color: var(--teal);
}
.lgrey-background {
	color: var(--main-color);
	background-color: var(--lgrey);
}
.white-background {
	color: var(--main-color);
	background-color: var(--white);
}
.solidborder {
	border: solid 2px var(--white);
}
.hot-of-the-press svg {
    opacity: 0;
	width: 100%;
	height: auto;
	max-width: 900px;
	stroke-width: 10;
    animation: fade-in 2s ease forwards, gradient-animation 6s infinite;
}


@keyframes gradient-animation {
    0% {
		
        color: var(--main-color);
    }
    25% {
		
        color: var(--burntorange);
    }
    50% {
		
        color: var(--teal);
    }
    75% {
		
        color: var(--purple);
    }
    100% {
		
        color: var(--main-color);
    }
}

@keyframes glow-circle {
    0% {

        background-image: radial-gradient(50% 50% at 50% 50%, var(--orange) 0%, rgba(0, 0, 0, 0.276531) 70.9%, rgba(0, 0, 0, 0) 98%);
    }
    25% {

        background-image: radial-gradient(50% 50% at 50% 50%, var(--mint) 0%, rgba(0, 0, 0, 0.276531) 70.9%, rgba(0, 0, 0, 0) 98%);
    }
    50% {

        background-image: radial-gradient(50% 50% at 50% 50%, var(--purple) 0%, rgba(0, 0, 0, 0.276531) 70.9%, rgba(0, 0, 0, 0) 98%);
    }
    100% {
   
        background-image: radial-gradient(50% 50% at 50% 50%, var(--burntorange) 0%, rgba(0, 0, 0, 0.276531) 70.9%, rgba(0, 0, 0, 0) 98%);
    }
}


@keyframes box-glow {
    0% {
        box-shadow: var(--boxshadow) var(--orange);
    }
    25% {
        box-shadow: var(--boxshadow) var(--mint);
    }
    50% {
        box-shadow: var(--boxshadow) var(--purple);
    }
    100% {
        box-shadow: var(--boxshadow) var(--burntorange);
    }
}

@keyframes box-glow-product {
    0% {
        box-shadow: var(--boxshadow) var(--black);
    }
    50% {
        box-shadow: var(--boxshadow) var(--burntorange);
    }
    100% {
        box-shadow: var(--boxshadow) var(--black);
    }
}

/* -------------------- Search Container -------------------- */
.search-slide-container {
    position: fixed;
    top: -200%; 
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.4s ease; 
    z-index: 1000; 
	height: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search-slide-container.active {
    top: 0; 
	animation: box-glow 6s infinite;

}
.search-container {
	background-color: var(--white);
	border-radius: 50px;
	padding: 0.75em;
	border: solid thin var(--grey);
	transition: box-shadow 0.5s ease-in-out;
	align-self: center;
}
.close-search {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: var(--white);
	border-radius: 50%;
	background-color: var(--orange);
	width: 30px;
	height: 30px;
	transition: color 300ms, background-color 300ms;
}
.close-search:hover {
	color: var(--orange);
	background-color: var(--white);
}
.search-slide-container {
	padding: 2em 0;
	background-color: var(--searchblack);
	box-shadow: var(--boxshadow) var(--teal);
}
.search-container:hover {
    box-shadow: var(--boxshadow) var(--lightshadow);
}
.search-container form {
    display: grid;
    grid-template-columns: 2fr 20px;
}
.search-container input {
    border: none;
    font-weight: bold;
    color: var(--burntorange);
}
#s:focus-visible {
	outline: white;
}
.search-container:focus-within {
	color: var(--main-color);
	border: solid thin var(--orange);
	background-color: var(--orange);
}
.search-container input[type="text"]:focus {
	border: none;
	background-color: var(--orange);
	color: var(--lightburntorange);
	box-shadow: none;
}
.search-logo img {
	width: 100px;
	height: auto;
}
.search-logo {
	margin-bottom: 1em;
}
/* -------------------- Search Results -------------------- */

.search-results a {
	display: grid;
	grid-template-columns: 1fr;
	color: currentColor;
}
.search-results-image {
	width: 100%;
	height: auto;
	background-color: var(--black);
	border: none;
	border-radius: var(--border);
}
.search-results-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--border);
	border: none;
}
.search-results {
	margin-bottom: 2em;
}
.search-results-description {
	border-bottom: solid thin var(--black);
}
.unhappy {
	font-size: 3rem;
	font-weight: var(--bold);
}
.not-found {
	text-align: center;
}
/* -------------------- Colours -------------------- */
.topbar {
	text-align: center;
	color: var(--main-color);
	border-bottom: solid 5px var(--main-color);
	background-color: var(--grey);
	padding: 1em 0;
	font-weight: var(--bold);
	font-size: 12px;
}
.topbar a {
	color: currentColor;
}
.topbar a:hover {
	color: var(--burntorange);
}
.topbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 1em;
}
.topbar p {
	margin: 0;
}
.topcontact a {
	color: currentColor;
}
.topcontact a:hover {
	color: var(--burntorange);
}
/* -------------------- Telephone -------------------- */
.smalltext {
	font-size: 12px;
}

/* -------------------- Header -------------------- */
header {
	position: relative;
	z-index: 1;
	background-color: var(--white);
	box-shadow: 0 0 20px var(--black);
}
.header-grid {
	display: grid;
	grid-template-columns: 50px 1fr 45px;
	grid-gap: 2em;
	align-items: center;
}
.header-grid .social-icons {
	grid-column: 1;
	grid-row: 1;
}
.social-icons ul {
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.social-icons li {
	padding: 2px;
}
.topcontact ul, .social-icons ul, .contact-details ul, .copyright ul, .credentials ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-grid .logo {
	grid-row: 1;
	grid-column: 2;
}
.logo {
	text-align: center;
}
.header-grid .logo img {
	max-width: 100px;
}
.logo img, .logo svg {
	width: 100%;
	height: auto;
	max-width: 150px;
}
.topcontact, .header-grid .btn-book {
	display: none;
}
.desktop {
	display: none;
}


/* -------------------- Navigation -------------------- */
.navigation {
	display: none;
}
.navigation-contact {
	grid-template-columns: 1fr;
	align-items: center;
	/* border-top: solid 1px var(--mint); */
	gap: 1em;
	/* border-bottom: solid 1px var(--mint); */
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#navoverlay {
	background-color: var(--white);
	color: var(--main-color);
}
.close-btn {
	display: block;
}
.menu-btn {
	cursor: pointer;
	color: var(--white);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	background-color: var(--yellow);
	outline: solid 2px var(--yellow);
	outline-offset: 2px;
	transition: background-color 0.5s ease-in-out;
	grid-column: 1;
	grid-row: 1;
}
.menu-btn:hover {
	background-color: var(--orange);
}
.mobile {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	z-index: 200;
	top: -200%;
}
.nav-icon-open, .nav-icon {
	width: 20px;
}
.close-btn {
	cursor: pointer;
	position: absolute;
	right: 2em;
	top: 2em;
	color: var(--white);
	background-color: var(--orange);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	outline: solid 2px var(--orange);
	outline-offset: 2px;
	transition: background-color 0.5s ease-in-out;
}
.show-menu {
	opacity: 0;
	display: block;
}
ul.sub-menu {
	display:none;
}
.nav .sub-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav .sub-menu li a {
	font-size: 16px;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}
.nav .sub-menu li {
	margin: 0.5em 1em;
}
.slideDown {
  display: block;
}
.menu-contents {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}
.nav ul:nth-child(1) {
	font-size: 1rem;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul:nth-child(3) {
	margin: 3em 0 0 0;
}
.nav ul, .contact-nav ul, .social-nav ul {
	flex-wrap: wrap;
}
.nav li, .contact-nav li, .social-nav li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.nav, .contact-nav, .social-nav {
	align-self: center;
	width: 100%;
	text-align: left;
}
.nav, .contact-nav {
	margin-bottom: 20px;
}
.nav li a, .contact-nav li a {
	color: var(--main-color);
}
.current_page_item a {
	font-weight: bold;
}
/* -------------------- Hamburger Icon -------------------- */
#Rectangle_27, #Rectangle_28, #Rectangle_29,
#Rectangle_30, #Rectangle_31, #Rectangle_32 {
	transition: all 0.5s ease-in-out;
}
#Rectangle_27 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 30px);
}
#open-menu:hover #Rectangle_27 {
	transform: translate(332px, 30px);
}
#Rectangle_28 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 36px);
}
#open-menu:hover #Rectangle_28 {
	transform: translate(326px, 36px);
}
#Rectangle_29 {
	transform: translate(334px, 42px);
}
#open-menu:hover #Rectangle_29 {
	transform: translate(316px, 42px);
}

/* -------------------- Three Grid -------------------- */
.three-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
}
.three-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.three-grid-1, .grid-box {
	display: flex;
	background-color: var(--grey);
}
.three-grid-item {
	width: 30%;
  }
.three-grid-item-text {
	width: 40%;
	flex-grow: 1;
	align-self: end;
	margin-bottom: 2em;
}
.three-grid-1, .three-grid-image img, .grid-box {
	border-radius: var(--border);
	border: solid 2px var(--white);
}
.split {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	gap: 1em;
}
.grid-box {
	justify-content: space-between;
	flex-direction: column;
}
.grid-box-text {
	padding: 1em;
}
.three-grid-1 {
	grid-column: span 2;
}
.mini {
	margin-top: 1em;
}
.grid-box-image img {
	max-width: 50%;
 }
/* -------------------- Text -------------------- */
 
.big-text {
	font-size: clamp(2rem, 10vw, 5rem);
	text-align: center;
}
.big-text strong {
	color: var(--orange);
}
.button-overlay {
	position: absolute;
	bottom: 0;
	transform: translate(-50%);
	left: 50%;
}
.t-shirt svg {
	width: 100%;
	height: auto;
	max-width: 400px;
}
/* -------------------- Tabs -------------------- */
.quick-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	height: auto;
	justify-content: center;
}
.quick-links li {
	flex: 0 0 auto;
	padding: 1em;
}

.quick-links li a {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 20px;
	padding: 10px;
	color: var(--main-color);
	font-weight: var(--bold);
	border: solid 2px var(--main-color);
	box-shadow: 0x 0 var(--main-color);
	transition: box-shadow 100ms ease-in-out;
}
.quick-links li a:hover {
	box-shadow: 2px 10px var(--main-color);
}
.quick-links ul li:nth-child(1) a, .quick-links ul li:nth-child(8) a {
    background-color: var(--burntorange);
}

.quick-links ul li:nth-child(2) a, .quick-links ul li:nth-child(9) a {
    background-color: var(--mint); 
}

.quick-links ul li:nth-child(3) a, .quick-links ul li:nth-child(10) a {
    background-color: var(--orange);
}

.quick-links ul li:nth-child(4) a, .quick-links ul li:nth-child(11) a {
    background-color: var(--purple);
}

.quick-links ul li:nth-child(5) a, .quick-links ul li:nth-child(12) a {
    background-color: var(--red);
}

.quick-links ul li:nth-child(6) a, .quick-links ul li:nth-child(13) a {
    background-color: var(--teal);
}
.quick-links ul li:nth-child(7) a, .quick-links ul li:nth-child(14) a {
    background-color: var(--lgrey);
}

/* .quick-links li a {
	color: var(--orange);
	border: solid 2px var(--orange);
	background: linear-gradient(to right, var(--white) 50%, var(--orange) 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: background-position 300ms, outline-offset 300ms;
} */
.box-steps-grid{
	display: grid;
	grid-gap: 1em;
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}
.box-steps-outline {
	width: 300px;
}
.box-steps-outline a {
	background-color: var(--white);
	border-radius: var(--border);
}
.box-steps-outline a {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1em;
	align-items: center;
	border: solid thin var(--black);
	padding: 1em;
	box-sizing: border-box;
	color: currentColor;
	transition: box-shadow 300ms;
	flex-direction: column;
	text-align: center;
}
.box-steps-outline a:hover {
	background-color: var(--paleblue);
	box-shadow: var(--boxshadow) var(--black);
	border: solid thin var(--blue);
}
.box-steps-icon {
	background-color: var(--white);
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: solid thin var(--orange);
	margin-inline: auto;
}
.box-steps-icon img, .box-steps-icon svg {
	width: 30px;
	height: auto;
}
.box-steps-details p {
	margin: 0;
}
/* -------------------- Button -------------------- */
button {
	background: transparent;
	border: transparent;
	font-size: 16px;
	font-family: 'Quicksands', sans-serif;
}
.see-more {
	display: none;
}
.btn a {
	display: inline-block;
}
.btn a, .see-more {
	min-width: 150px;
	text-align: center;
	border-radius: 20px;
	padding: 0.5em 1em;
}
.btn-outline-clear a, .see-more {
	color: var(--orange);
	border: solid 2px var(--orange);
	background: linear-gradient(to right, var(--white) 50%, var(--orange) 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: background-position 300ms, outline-offset 300ms;
}

.btn-outline a, .book-button a {
	color: var(--white);
	border: solid 2px var(--white);
	background: linear-gradient(to right, var(--venetianred) 50%, var(--icon-red) 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: background-position 300ms, outline-offset 300ms;
}

.btn a:hover, .quick-links li a:hover {
	color: var(--white);
	background-position: right bottom;
}

/* -------------------- Page Title / CTA -------------------- */

/* -------------------- Basket -------------------- */
.shopping-basket ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	justify-content: end;
	gap: 1em;
}
.shopping-basket li a {
	color: currentColor;
}
.shopping-basket li {
	border-left: solid thin var(--main-color);
	text-align: center;
	padding-left: 1em;
}
.shopping-basket svg {
	width: 20px;
	height: auto;
	fill: var(--main-color);
}
.shopping-basket svg:hover {
	fill: var(--burntorange);
}
.cart-contents-count {
	color: var(--white);
	top: -10px;
	right: -5px;
	background-color: var(--yellow);
	position: absolute;
	padding: 5px;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	display: flex;
	justify-content: center;
	border: solid thin var(--white);
}
.cart-contents-count:hover {
	background-color: var(--orange);
	border: solid thin var(--orange);
	color: var(--white);
}
.cart-contents-count p {
	align-self: center;
}

/* -------------------- Snaps Inline -------------------- */
.snaps-inline {
	scroll-snap-type: inline mandatory;
	scroll-padding-inline: 1rem;
}
.snaps-inline > * {
	scroll-snap-align: start;
}

/* -------------------- Banner -------------------- */
.google_map iframe, .page-title iframe {
	width: 100%;
	border: none;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
}
.feature-banner {
	height: 80vh;
	overflow: hidden;
}
.feature-banner img, .split-image img, .split img, .whychoose-grid img, .hero-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.google_map iframe {
	width: 100%;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
}
.feature-split-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	background-color: var(--mint);
	color: var(--white);
}
.inner .feature-split {
	height: 50vh;
}
.Hide-Second-Image {
	display: none;
}
.feature-split-grid img {
	opacity: 0.5;
}
.feature-split-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
}
.inner .feature-split:nth-child(3) {
	display: none;
}
.inner .feature-split:nth-child(4) {
	display: none;
}
.slogan {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 1em 0;
	z-index: 1;
}
/* -------------------- Testimonials -------------------- */
.owl-stage-outer {
	display: grid;
}
.owl-item {
	display: flex;
	height: 100%;
}
.testimonial-name p {
	/* font-weight: bold; */
	opacity: 0.7;
	color: var(--main-color);
}
.testimonial-grid {
	display: grid;
	grid-template-columns: 100px 1fr 100px;
	overflow: hidden;
}
.testimonial {
	padding: 2em;
	border: solid thin var(--black);
	display: flex;
}
.testimonial-name :is(p, h2) {
	margin: 0;
}
/* -------------------- Google Reviews -------------------- */
.google-reviews__stars {
	display: flex;
	align-items: center;
}
.google-reviews__stars img, .google-reviews__stars svg {
	width: 20px;
	height: auto;
}
.google-reviews__stars p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.google-reviews__stars a {
	color: currentColor;
}
.google-reviews__stars ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
/* -------------------- Newsletter -------------------- */
.newsletter {
	background-color: var(--lgrey);
	box-shadow: var(--boxshadow) var(--black);
	border-radius: var(--border);
	margin-top: 4em;
	margin-bottom: 6em;
	padding: 3em 0;
}
.newsletter__form {
	width: 80%;
	margin: auto;
}
.newsletter hr {
	width: 100px;
	border-color: var(--orange);
}
.newsletter-logo svg {
	width: 100%;
	max-width: 100px;
	height: auto;
}
.newsletter h3 {
	font-size: 2rem;
	margin: 0;
}
.newsletter form {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2em;
	padding-top: 1.5em;
}
.newsletter .youremail {
	padding: 1em;
	border-radius: var(--border);
	border: none;
	width: 100%;
	margin-bottom: 1em;
}
.newsletter .subscribe {
	width: 200px;
	margin: auto;
	padding: 1em;
	color: var(--white);
	background-color: var(--teal);
	border-radius: 2em;
	border: none;
	outline: solid 2px var(--teal);
	outline-offset: 2px;
	cursor: pointer;
	transition: outline-offset 200ms ease-in-out;
}
.newsletter .subscribe:hover {
	background-color: var(--burntorange);
	color: var(--white);
	outline: solid 2px var(--burntorange);
	outline-offset: 5px;
}
/* -------------------- MOdal Information -------------------- */

.modal-information {
	background-color: var(--white);
	padding: 2em;
	border-radius: var(--border);
}

/* -------------------- Details -------------------- */
blockquote {
    margin: 0;
    font-size: 1.5rem;
    max-width: 500px;
    color: var(--main-color);
}
details ul {
	padding: 0;
	list-style: none;
}
details ul li {
	line-height: 1.6;
}
details {
	text-align: left;
}
summary {
    padding: 1em 0 0.5em 0;
    cursor: pointer;
    outline: none;
    color: var(--main-color);
    margin-top: 2em;
	border-bottom: solid thin var(--black);
	font-weight: var(--bold);
}
details p {
	padding-bottom: 2em;
	padding-left: 1.5em;
}
/* details > summary {
	list-style: none;
} */
details[open] summary {
    border-bottom: solid thin var(--mint);
}
details[open] p {
	animation-name: comein;
	animation-duration: 500ms, 200ms;
	animation-delay: 0ms, 500ms;

}
@keyframes comein {
	0% {
	  opacity: 0;
	}
	  100% {
		  opacity: 1;
	}
}

/* -------------------- Enquiry Form -------------------- */
/* .enquiry-form {
	background-color: var(--white);
	padding: 1em;
	border: solid thin var(--burntorange);
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
	box-sizing: border-box;
} */
.enquiry-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	margin-top: 15em;
	margin-bottom: 5em;
	box-shadow: 0 0.7em 1em var(--lightshadow);
	padding: 10px;
}
.long {
	width: 100%!important;
}
.contact-page .enquiry-form-grid {
	margin-top: 5em;
}
.enquiry-form__details form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.enquiry-logo {
	text-align: center;
}
.enquiry-logo img, .enquiry-logo svg {
	width: 200px;
}
.enquiry-form__input:nth-child(2) {
	width: 100%;
}
.enquiry-form__title {
	margin-bottom: 4em;
}
.enquiry-form__input textarea,
.enquiry-form__input input,
.enquiry-form__input select {
	width: 100%;
}
.enquiry-form__input {
	width: 100%;
	margin-bottom: 1em;
}
.move-right {
	align-self: center;
	text-align: left;
}
.enquiry-form__input textarea, .enquiry-form__input input, .enquiry-form__input select {
	width: 100%;
	border: solid thin var(--burntorange);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.enquiry-form__input textarea {
	height: 50px;
}
.enquiry-form__input textarea:focus {
	height: 100px;
	background-color: var(--lgrey);
	border: solid thin var(--main-color);
	color: var(--main-color);
	box-shadow: 0 .5em 1em var(--black);
}
.form-details hr {
	margin: 5em auto 6em auto;
	border: solid thin var(--yellow);
}

input[type=text]:focus,
input[type=email]:focus {
	background-color: var(--lgrey);
	border: solid thin var(--main-color);
	color: var(--lightburntorange);
	box-shadow: 0 .5em 1em var(--black);
}

input[type=submit] {
	color: var(--white);
	background-color: var(--mint);
	border: none;
	width: 200px;
	border-radius: 10px;
	cursor: pointer;
}
label {
	font-weight: var(--bold);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900;
	border-radius: 10px;
}
.wpcf7-not-valid-tip {
	background-color: orange;
	padding: 0.5em;
	border-radius: 10px;
	margin-top: 1em;
	color: var(--white)!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #38883f;
	border-radius: 10px;
	color: var(--white);
}
/* -------------------- Woo Commerce -------------------- */
.shop-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
}
.file_upload-meta-img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.woocommerce div.product div.images img {
	border-radius: var(--border);
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images {
	width: 100% !important;
	order: -1;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%!important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: var(--border);
}
ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 10%!important;
	margin: 1em 1em 1em 0!important;
}
.woocommerce span.onsale {
	background-color: var(--orange)!important;
}
.wc-block-cart__submit-container {
	background-color: var(--orange);
	color: var(--white);
	font-weight: normal;
	border-radius: 3rem;
	margin-top: 2em;
}
.orderby {
	padding: 0.5em 1em;
	border-radius: 3rem;
	border: solid 2px var(--orange);
	background-color: var(--white);
}
.woocommerce-message {
	max-width: 500px;
	margin: 1em auto !important;
	border-radius: 3rem;
	border: solid thin var(--mint) !important;
}
.woocommerce-message a {
	display: none;
}
.product_meta a {
	color: var(--burntorange);
}
.product_meta a:hover {
	color: var(--purple);
}
div.quantity {
	float: none !important;
}
.shop-layout .quantity {
	margin-top: 3em !important;
}
.variations tr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: left;
}
.variations select {
	padding: 1em;
	border-radius: var(--border);
	border: solid thin var(--black);
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	/*! width: 100%; */
	box-sizing: border-box;
  }
/* -------------------- Product Details and Dimensions -------------------- */

.dimensions h2 {
	text-align: center;
}
.dimensions ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dimensions li {
	background-color: var(--lightshadow);
	padding: 1em 2em;
	border-radius: 3rem;
	width: 30%;
	text-align: center;
	margin: 10px;
	flex-grow: 1;
}
.delivery-status, .breadcrumb {
	font-size: 12px;
	color: var(--orange);
}
.input-text {
	padding: 10px;
	border-radius: 1em;
	border: solid thin var(--teal);
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.title-price p {
	margin: 0;
}
.single_add_to_cart_button.button.alt {
	background-color: var(--orange);
	color: var(--white);
	padding: 1em;
	border-radius: 3rem;
	cursor: pointer;
	max-width: 200px;
	margin-top: 1em;
}
/* .summary form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
} */
.product_meta {
	display: flex;
	flex-direction: column;
}
.additional-photos-grid, .additional-photos-grid-r {
	display: grid;
	grid-gap: 0.5em;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.additional-photos-grid {
	grid-template-columns: 2fr 1fr;
}
.additional-photos-grid-r {
	grid-template-columns: 1fr 1fr;
}
.additional-photos img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}
.Hide_Additional_Images {
	display: none;
	visibility: hidden;
}
.additional-photos {
	max-height: 50vh;
}
.one img {
	width: 100%;
	height: auto;
}
ul.products {
	--min-col-size: 9rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(var(--min-col-size), 100%), 1fr));
	grid-gap: 1em;
}
ul.products {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 2em;
	transition: opacity 300ms ease-in-out;
}
ul.products-cross-sell {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 2em;
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}
.products-cross-sell li {
	width: 100%;
	flex-grow: 1;
}
li.product {
	width: 100% !important;
}
.products li {
	background-color: var(--white);
	border-radius: var(--border);
}
.products li:hover {
	animation: box-glow-product 6s infinite;;
}
.products h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.count {
	opacity: 0;
}
/* ul.products:hover li {
    opacity: 1;
	transition: opacity 300ms ease-in-out;
}
/* ul.products:hover li:hover {
   opacity: 1;
} */ 
.products img {
	transition: filter 300ms ease-in-out;
}
.products li:hover img {
	filter: grayscale(1);
}
.painting-shop-pic img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: top;
	border-radius: var(--border);
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
	display: none!important;
}
.product_type_simple {
	display: none !important;
}
.painting-shop-description h2 {
	margin: 0 0 1em 0;
	font-size: 18px;
}
.products a, .products-cross-sell a {
	color: currentColor;
}
.painting-shop-description {
	padding: 1em 0;
	text-align: center;
}
.term-description {
	display: none;
}
.cart-price .price del,
.cart-price .price-label-was {
	display: none;
}
.price del {
    position: relative;
    color: #777; /* Optional */
}
.price {
	font-weight: var(--bold);
	font-size: 1.3rem;
}
.painting-shop-description .price {
	width: 100%;
	display: block;
	margin-bottom: 0.5em;
	font-weight: var(--bold);
	font-size: 1rem;
}

/* ------------------------ Status Button ------------------------ */
.status, .status-notice {
	display: none;
}
.Show-Button .status {
	display: flex;
}
.Show-Button .status-notice {
	display: inline-block;
}
.Red .status {
	background-color: var(--red);
}
.orange .status {
	background-color: var(--burntorange);
}
.status {
	color: var(--white);
	width: 70px;
	height: 70px;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	font-size: 10pt;
	left: 2%;
	top: 2%;
	justify-content: center;
	align-content: center;
	z-index: 5;
	background-color: var(--orange);
}
.status p, .status b {
	align-self: center;
	line-height: 1;
	font-weight: bold;
}
.status-notice {
	background-color: var(--white);
	border-radius: 3em;
	padding: 1em;
	color: var(--orange);
	font-weight: bold;
	margin-top: 1em;
	border: solid thin var(--orange);
}
.status-notice p {
	margin: 0;
}
.wc-block-cart__submit-button {
	background-color: var(--yellow);
	color: var(--main-color);
	border-radius: var(--border);
	border: solid thin var(--brown);
}
.woocommerce div.product form.cart {
	display: flex;
	flex-direction: column;
}
/* -------------------- Additional Product Addon -------------------- */
.wpo-option-name {
	font-weight: var(--bold);
	margin-bottom: 1em;
	text-decoration: underline;
}
.wpo-option-name {
	font-weight: var(--bold) !important;
	margin-bottom: 1em !important;
	text-decoration: underline;
}
.bottom-cart .wpo-field-file_upload {
	display: none;
}
ul.products .product_type_variable {
	display: none;
}
.wc-block-components-checkout-place-order-button {
	background-color: var(--burntorange);
	border-radius: var(--border);
	color: var(--white);
}
/* -------------------- Funded -------------------- */
.funded-by {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	text-align: center;
	justify-content: center;
	font-size: 12px;
}
.funded-by p {
	width: 100%;
}
.funded {
	/* width: 20%; */
	background-color: var(--white);
	border-radius: var(--border);
}
.funded img {
	width: 100%;
	height: 100%;
	max-height: 58px;
	object-fit: contain;
}
/* -------------------- Footer -------------------- */
.footer-grid {
	grid-template-columns: 1fr;
	text-align: center;
	display: grid;
	gap: 1em;
}
footer .logo {
	text-align: center;
}
.copyright {
	padding-bottom: 1em;
}
.footer-details a {
	color: currentColor;
}
.footer-details a:hover {
	color: var(--burntorange);
}
/* -------------------- Cookie Notice -------------------- */
.cookie-notice {
    width: min(80%, 470px);
    z-index: 50;
    box-sizing: border-box;
    position: fixed;
    bottom: 5%;
    left: 50%;
    max-width: 500px;
    background: var(--white);
    border: solid thin var(--black);
    box-shadow: var(--box-shadow) var(--black);
    transform: translateX(-50%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    align-items: center;
    padding: 1em;
    opacity: 0;
    animation: fade-in .3s forwards 2s linear;
}
.cookie-notice p {
    margin: 0;
}
.cookie-notice a {
	color: var(--main-color);
}
.cookie-notice-header {
	font-weight: bold;
}
.cookie-notice button {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	outline: solid thin var(--mint);
	outline-offset: 5px;
	background-color: var(--mint);
	border: none;
	font-weight: bold;
	color: var(--white);
	cursor: pointer;
}
.cookie-notice button:hover {
	outline: solid thin var(--main-color);
	outline-offset: 5px;
	background-color: var(--main-color);
}



/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices


*/



/* -------------------- 800 -------------------- */

@media all and (min-width: 50em) {
.main-background {
	margin-top: 0;
}
.header-grid .social-icons, .header-grid .btn-book {
	display: block;
}
.logo img, .logo svg {
	max-width: 204px;
}
.btn-book {
	justify-self: flex-end;
}
.header-grid {
	grid-template-columns: 170px 1fr 170px;
}
.header-grid .social-icons {
	grid-column: 2;
}
.menu-btn {
	grid-column: 1;
}
.menu-btn {
	margin-top: 0;
}
.see-more {
	display: inline-block;
}
.desktop {
	display: block;
}
.topbar {
	font-size: 16px;
}
.three-grid {
	grid-template-columns: 2fr 1fr 1fr;
}
.three-grid-1 {
	grid-column: span 1;
}
.search-results a {
	grid-template-columns: 200px 2fr;
	gap: 2em;
}
.search-results-image {
	width: 200px;
	height: 200px;
}
ul.products {
	--min-col-size: 16rem;
}
.painting-shop-pic {
	height: 300px;
}
}




/* -------------------- 1200 -------------------- */

@media all and (min-width: 75em) {

.header-grid {
	grid-template-columns: 160px 1fr 180px;
	/* margin-top: 2em; */
	gap: 1em;
}
.navigation-contact {
	display: grid;
}
.topcontact {
	display: block;
}
.header-grid .social-icons {
	grid-column: 3;
}
.header-grid .logo {
	grid-row: 1;
	grid-column: 1;
}
.logo {
	text-align: left;
}
.header-grid .logo img {
	max-width: 150px;
}
.header-grid .logo {
	position: relative;
	height: 50px;
}
.header-grid .logo img {
	position: absolute;
	top: -100%;
 }
 .quick-links ul {
	display: flex;
	flex-wrap: wrap;
}
.box-steps-grid {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-flow: unset;
	overflow-x: visible;
	overscroll-behavior-inline: contain;
}
.box-steps-outline {
	width: 100%;
}
/* -------------------- Navigation -------------------- */
.navigation {
	display: flex;
	justify-content: center;
	z-index: 2;
	background-color: var(--white);
	border-radius: 20rem;
}
.menu-btn {
	display: none;
}
.navigation-mobile {
	display: none;
}
.navigation-contact {
	border-top: solid 1px var(--lightshadow);
	border-bottom: solid 1px var(--lightshadow);
}
/* -------------------- Drop-Down -------------------- */
.sub-menu {
	margin-top: -5px;
}
.sub-menu li:nth-child(1) {
	margin-left: 0 !important;
}
nav li:nth-child(1) {
	margin-left: -1.2em;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
	z-index: 10;
	border-radius: 0 10px 10px 10px;
/* 	overflow: hidden; */
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
	margin: .5em 1em;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: var(--orange);
	border-radius: 5px;
}
nav ul li:hover a {
	color: #fff;
}
nav ul li a {
	display: block;
	padding: 10px;
	color: var(--main-color);
	text-decoration: none;
}
nav ul ul {
	background: var(--orange); border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: var(--main-color);
	font-weight: normal!important;
}
nav ul ul li a:hover {
	background: var(--burntorange);
	color: var(--white);
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
ul.sub-menu {
	margin: 0px 0 0 0;
}
	/* Third-level submenu */
nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none; /* Hide by default */
  background-color: var(--orange);
  border-radius: 0px;
  padding: 0;
}

nav ul ul ul li {
	float: none;
	position: relative;
	width: 200px;
	border-radius: 5px;
}
nav ul ul ul li a {
  padding: 10px;
  color: var(--orangey);
  font-weight: normal !important;
}

nav ul ul ul li a:hover {
  background: var(--burntorange);
  color: var(--white);
}
.menu-contents {
	gap: 10em;
}
.enquiry-form__input {
	width: 48%;
}
footer .contact-details {
	font-size: 16px;
}
/* .footer-grid {
	grid-template-columns: repeat(3,1fr);
	text-align: left;
} */
.shop-grid {
	grid-template-columns: 1fr 1fr;
}
.additional-photos-grid {
	grid-template-columns: 2fr 1fr;
}
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices with bigger screens


*/


@media all and (min-width: 2000px) {

	/* .main-background {
		height: 60vh;
	} */

}


