/* Wraps
-------------------------------------------------- */

.wrap {
	width: 100%;
	position: relative;
	padding: 85px 0 70px;
	background-color: #fff;
	z-index: 1;
}
	.wrap.header {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		padding: 20px 0 0;
		z-index: 100;
		background: rgba(129,130,133,0.0);
		transition: background 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000), padding 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
		box-sizing: border-box;
	}
	.noHeader .wrap.header {
	}
		.wrap.header.shadow,
		.noHeader .wrap.header.shadow {
			padding-top: 0;
			background: rgba(129,130,133,0.95);
		}

.wrap.breadcrumb {
	background: rgba(129,130,133,0.05);
	border-bottom: 1px solid #e5e5e5;
	padding: 11px 0 12px 0;
	z-index: 2;
}
.mapHolder {
	padding: 0;
}
.wrap.content.light {
	background: rgba(215,210,203,0.2);
	border-top: 1px solid rgba(215,210,203,0.2);
}
.wrap.content.sub {
	background: #d7d2cb;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 0;
}
.wrap.content.noBg {
	border-top: 1px solid rgba(129,130,133,0.15);
}
.wrap.map {
	padding: 0;
}
.wrap.footer {
	background: rgba(129,130,133,1);
}
#luxy {
	position: relative;
	z-index: 2;
	pointer-events: none;
}
#luxy * {
	pointer-events: all;
}
.mainImg {
	height: 100vh;
	min-height: 550px;
	background: #58585a;
	background-size: cover !important;
	background-position: center !important;
	box-sizing: border-box;
	position: relative;
}
	/*.mainImg.title {
		height: 80vh;
	}*/
.mainImg .overlay {
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
}
.mainImg .vBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.mainImg .vBg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fadeIn 5s;
}
.mainImg .container {
	z-index: 3;
	height: 100%;
}
.mainImg .columns {
	position: relative;
    bottom: 0;
	box-sizing: border-box
}
.mainImg :not(.button) {
	color: #fff;
}
#slideText {
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#slideText img {
	width: 400px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	transform: translateY(calc(-50% + 1.2em));
	filter: brightness(0) invert(1);
}
.mainImg h1,
.mainImg p {
	transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.mainImg h1 {
	margin-bottom: 1.2rem;
}
.wrap.luxy-el.strip {
	min-height: auto;
	padding: 0;
	background-color: transparent;
	background-size: cover !important;
	background-position: center !important;
}
	.wrap.luxy-el.strip .overlay {
		background: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 3;
	}

.bgBlack {
	background: #111;
}
.invert * {
	color: #fff !important;
}
	.invert a p.icon::after,	
	.invert p.icon a::after,
	.invert p.icon.left a::before {
		filter: brightness(5);
	}
.bgWhite {
	background: #fff;
}


/* Header
-------------------------------------------------- */

#logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
#logo a {
	display: block;
	align-items: center;
	background: url("../images/logo-bp.svg") center top no-repeat;
	background-size: cover;
	width: 270px;
	height: 140px;
	transition: height 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#logo.hideForOverlay a,
.wrap.header.shadow #logo a {
	height: 0;
	opacity: 0;
}
#menu {
	display: flex;
	flex: 1;
	align-self: center;
	align-content: center;
	position: relative;
	z-index: 2;
	padding: 20px 0;
}
#cssmenu {
	display: flex;
	align-self: center;
}
#menuOverlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: -9999px;
	top: 0;
	background: rgba(102,113,108,98%);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	pointer-events: none;
	overflow-y: scroll;
}
#menuOverlay .container {
	height: 100%;
}
#menuOverlay.showing {
	opacity: 1;
	left: 0;
	pointer-events: visible;
}

/* burger */

.hamburger {
	position: absolute;
	right: 0;
	bottom: 6px;
	height: 28px;
	padding: 0;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	opacity: 1;
}
.hamburger:active,
.hamburger:focus {
	outline: none;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff;
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	background-color: #fff;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Breadcrumb
-------------------------------------------------- */
	
.breadcrumb ul, .breadcrumb li {
	list-style: none;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	font-family: "Stone Serif ITC W01 Medium", serif;
	font-size: 0.7em;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	color: #527c8c;
}

.breadcrumb li a:hover {
	color: #111;
	background: none;
	text-decoration: underline;
}


/* Map
-------------------------------------------------- */

#gMap {
	max-width: 100%;
	height: 600px;
	background: #eee;
	margin-bottom: 2.5em;
}
.flexitem.image #gMap {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
		
		
/* Content
-------------------------------------------------- */

.mouse {
	max-width: 2.5rem;
	width: 100%;
	height: auto;
}

.scroll {
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	will-change: transform;
}

.scroll-link {
	position: absolute;
	bottom: 5vH;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 8000;
	background: none;
}

	.scroll-link:hover {
		background: none;
	}

@-webkit-keyframes scroll {
	0%, 20% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	
	0% {
		opacity: 0.01;
	}

	10% {
		opacity: 0;
	}
	
	30% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
		opacity: 0.01;
	}
}

@keyframes scroll {
	0%, 20% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	10% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
		opacity: 0.01;
	}
}

.motif {
	max-width: 300px;
	max-height: 150px;
	object-fit: contain;
	margin-bottom: 25px;
}
.motif.square {
	max-width: 300px;
	max-height: 200px;
	object-fit: contain;
	margin-bottom: 25px;
}

.intro {
	text-align: center;
	margin-bottom: 1.8em;
}
	.intro.twoCol,
	.intro form {
		text-align: left;
	}
#mainContent {
	box-sizing: border-box;
}
#mainContent.alpha {
	padding-right: 60px;
}
#mainContent.omega {
	padding-left: 60px;
}

/* sub navigation */

#sideBar {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
    background: none;
}
ul.subNav {
	margin: 0 0 30px;
}
	ul.subNav li {
		border-bottom: 1px solid rgba(129,130,133,0.3);
	}
ul.subNav li:last-child {
	border-bottom: none;
}
ul.subNav li a {
	font-size: 1em;
	display: block;
	padding: 12px 30px 10px 10px;
	background: #fff;
	transition: color 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000), padding 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
ul.subNav li a:after {
	display: block;
	content: "";
	float: right;
	background: url('../images/icons/arrow-right.svg');
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
	margin-right: -15px;
	margin-top: 7px;
	transition: transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	ul.subNav li a:not(.selected):hover::after {
		transform: translateX(10px);
	}
	ul.subNav li a.selected, ul.subNav li a.selected:hover {
		padding-left: 10px;
		/*background: rgba(129,130,133,0.05)*/
	}
ul.subNav li a:hover {
	color: #848f8a;
	background: #fff;
	padding-left: 15px;
}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	color: #111;
	padding-left: 10px;
}
ul.subNav li a.selected:after {
	filter: grayscale(1) brightness(0.4)
}

	/* sub sub */
	ul.subNav li ul {
		margin: 0;
	}

	ul.subNav li li a {
		text-transform: none;
		color: #615d59;
		background: #f5f4f4;
		display: block;
		padding: 11px 0 11px 15px;
		border-bottom: 1px solid #ccc;
	}
		ul.subNav li li a:after {
			display: none;
		}
	ul.subNav li li a:hover {
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 11px 0 11px 20px;
	}
		ul.subNav li li a.selected, ul.subNav li li a.selected:hover {
			background: rgba(129,130,133,0.1);
			color: #615d59;
			padding-left: 20px;
		}
	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	/*max-width: 100%;*/
	height: auto;
	margin-bottom: 30px;
}
.embedVideo.narrow {
	padding-bottom: 42.5%; /* 2.35 ratio */
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
/* feature */

.flexrow {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 10px 3.6em;
	justify-content: center;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.flexrow.top {
	align-items: flex-start;
}
.umbraco-forms-page .flexrow {
	margin: 20px 0;
}
.columns .flexrow {
	margin-left: 0;
	margin-right: 0;
}
.flexitem {
	display: flex;
	flex: 0 1 50%;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	position: relative;
	box-sizing: border-box;
}
.flexrow.top .flexitem:nth-child(odd) {
	border-right: 1px solid rgba(129,130,133,0.3);
}
.flexitem .text {
	padding: 3em;
	display: flex;
	flex-direction: column;
	flex: 1;
	align-self: center;
}
.flexitem.image {
	position: relative;
	background-size: cover !important;
	transition: filter 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}	
	.flexitem p.icon {
		margin-bottom: 0;
	}

.flexitem figure {
	background: #848f8a;
}
.flexitem.image figure {
	padding-bottom: 70%;
}
.flexitem.image a {
	flex: 1;
	padding-bottom: 70%;
	background: none;
}
.flexitem img {
	z-index: 1;
	margin-bottom: 0;
	transition: filter 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}
	.content .flexrow:not(.half) .flexitem.image:hover,
	.content .flexrow:not(.half) .flexitem:hover img {
		filter: grayscale(1);
		opacity: 0.8;
	}

/* split box */
.flexrow.half {
	margin: 0;
}
.content .flexrow.half:first-child {
	margin-top: 1em;
}
.content .flexrow.half:last-child {
	margin-bottom: 3.6em;
}
.flexrow.reverse {
	flex-direction: row-reverse;
}
.flexrow.half .flexitem .text {
	padding: 4em 3em;
}
.flexrow.half .flexitem .text h2 {
	font-family: "Bayshore W05 Regular";
	font-size: 4.5em;
	line-height: 0.8;
	color: #3a403d
}

/* pages */

.page {
	width: 100%;
	min-height: calc(100vh - 78px);
	display: grid;
	background: #f8f8f8;
}
.page.white {
	background: #fff;
}
	.content .page .flexrow.half {
		margin: 0;
	}
	.page .flexrow.half .flexitem .text {
		padding: 4.5em 4em;
	}

/* team */

.chefs,
.staff {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
}
.chefs {
	align-items: flex-start;
}
.staff {
	justify-content: center;
	margin-bottom: 30px;
}
.flexrow.team {
	display: flex;
	flex: 0 1 calc(50% - 20px);
	gap: 0 30px;
	margin-bottom: 0;
	justify-content: flex-start;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
	.flexrow.team figure {
		max-width: 150px;
	}
	.flexrow.team .biog {
		flex: 1;
	}
	.flexrow.team .biog h2,
	.flexrow.team .biog p {
		margin-bottom: 0;
	}
		.flexrow.team .biog p {
			font-size: 0.9em;
		}
	.flexrow.team .biog p.jobTitle {
		font-size: 0.75em;
		font-family: "Stone Serif ITC W01 Medium", serif;
		text-transform: uppercase;
	}
	.flexrow.team p.icon {
		margin-top: 20px;
	}
	.flexrow.team .moreInfo p {
		font-size: 0.85em;
		margin-bottom: 20px;
	}
.staff .flexrow.team {
	flex-direction: column;
	align-items: center;
	flex: 0 0 calc(20% - 40px);
	padding-top: 0;
	border-top: none;
	margin-top: 1em
}
	.staff .flexrow.team figure {
		max-width: 60%;
	}
	.staff .flexrow.team figure img {
		border-radius: 50%;
		overflow: hidden;
	}
	.staff .flexrow.team .biog {
		text-align: center;
		margin-bottom: 1em;
	}
	.staff .flexrow.team .biog h3 {
		margin-bottom: 5px;
	}

/* form + feature */
.flexrow.featureholder {
	justify-content: center;
}
form .flexitem,
.flexitem.feature {
	flex: 0 1 calc(50% - 2em);
	box-sizing: border-box;
	margin: 1em;
}
	form .flexitem {
		flex-direction: column;
		margin: 0 1em;
	}
	.flexrow.featureholder.three .flexitem.feature {
		flex: 0 1 calc(33.333% - 2em);
	}
.flexitem.feature a {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding: 2.5em 2em;
	color: inherit;
	text-align: center;
	border: 1px solid #9eb1b2;
}
.flexitem.feature a * {
	transition: color 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.flexitem.feature a:hover {
	background: #848f8a;
}
.flexitem.feature a:hover * {
	color: #fff;
}
.flexitem.feature p.desc {
	margin-bottom: 0;
	font-size: 0.9em;
}
.flexitem.feature img.icon {
	width: auto;
	height: 110px;
	margin: 0 auto 1.8em;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), filter 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}
.flexitem.feature:hover img.icon {
	filter: grayscale(0) brightness(0) invert(1);
	transform: scale(1.15);
	opacity: 1;
}

/* logos */

.flexrow.awards {
	justify-content: center;
	grid-gap: 5%;
	margin-top: 20px;
	margin-bottom: 0;
}

.flexrow.awards figure {
	display: flex;
	flex: 0 0 15%;
	text-align: center;
	align-items: center;
}
.flexrow.awards figure img {
	width: 100%;
	max-width: 200px;
	max-height: 110px;
	margin: 1.5rem auto;
}

/* grid */
.galleryGrid,
.gridHolder {
	width: 100%;
	margin: 2em 0 3.6em;
	display: grid;
	grid-template-columns: repeat(12, minmax(0,1fr));
	grid-gap: 2rem;
	gap: 2rem;
	justify-content: center;
	justify-items: center;
	grid-auto-rows: auto;
}
form.gridHolder {
	margin: 0 0 1em;
}
.gridHolder.reverse .gridItem:nth-child(1) { order: 2; }
.gridHolder.reverse .gridItem:nth-child(2) { order: 1; }

.gridHolder.shadow {
	grid-gap: 1.5rem;
}
.gridHolder .gridHolder {
	margin: 0;
	grid-gap: 0 1.5rem;
}
.gridHolder.start {
	justify-items: flex-start;
}
.gridHolder.end {
	justify-items: flex-end;
}
.gridItem {
	grid-column: auto / span 4;
	display: flex;
	align-content: flex-start;
	width: 100%;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem.full {
	grid-column: auto / span 12;
}
.gridItem.nine {
	grid-column: auto / span 9;
}
.gridItem.eight {
	grid-column: auto / span 8;
}
.gridItem.six {
	grid-column: auto / span 6;
}
.gridItem.four {
	grid-column: auto / span 4;
}
.gridItem.three {
	grid-column: auto / span 3;
}
.gridItem.two {
	grid-column: auto / span 2;
}
.galleryGrid figure,
.gridHolder figure {
	width: 100%;
	background: rgba(129,130,133,0.2);
	transition: opacity 2s cubic-bezier(0.190, 1.000, 0.220, 1.000), filter 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem figure {
	padding-bottom: 66.6666%;
	background-size: cover;
}
.gridItem.image figure {
	padding-bottom: 0;
	background-size: auto;
	overflow: hidden;
}
.gridItem > figure {
	position: relative;
	border: none;
	flex: 1 1 100%;
}

.gridItem img.scale {
	margin-bottom: 0px;
	transition: transform 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transform-origin: center 75%;
}

.gridHolder a:hover figure {
	opacity: 0.8;
	filter: grayscale(1);
	mix-blend-mode: hard-light;
}
	.gridHolder a:hover figure img {
		transform: scale(1.05)
	}
/*.gridHolder a:hover * {
	color: #fff;
}*/
.gridItem > a {
	position: relative;
	border: none;
	flex: 1;
	/*perspective: 1000px;
	perspective-origin: 20% 50%;*/
	background: rgba(129,130,133,0.1);
}
	.gridItem > a:hover {
		background: none;
	}
.gridItem .text {
	flex: 1;
	padding: 1.5em;
	transition: background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	border-top: 10px solid rgba(129,130,133,1);
}
.gridItem div {
	flex: 1;
}
.gridItem div .text {
	background: rgba(129,130,133,0.1);
}

.gridItem.cookery .text  {
	border-top: 10px solid #6c9e34;
}
.gridItem.corporate .text  {
	border-top: 10px solid #0066b3;
}
.gridItem.golf .text  {
	border-top: 10px solid #042050;
}
.gridItem.wedding .text  {
	border-top: 10px solid #af8127;
}
.gridItem.woodlands .text  {
	border-top: 10px solid #0f4421;
}
.gridItem.christmas .text {
	border-top: 10px solid #C30F16;
}
.gridItem.cookery .text {
	border-top: 10px solid #6c9e34;
}
.gridHolder a:hover a {
	background: rgba(129,130,133,0);
	transform: translateY(-10px);
}
.gridItem .text * {
	transition: color 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem .text *:last-child {
	margin-bottom: 10px;
}
.gridItem p {
	/*color: rgba(132,143,138,1);*/
	color: #58585a;
	font-size: 0.9em
}
.gridItem p.icon {
	align-self: end !important;
}

/*.gridItem figure::before {
	content: '';
	position: absolute;
	z-index: 1000;
	width: 77px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -38px;
	background: url("../images/logo-griffin.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: rotateY(45deg);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem a:hover figure::before {
	transform: rotateY(0deg);
	opacity: 1;
}*/

/* gallery */

.galleryGrid {
	grid-gap: 20px;
	gap: 20px;
	margin: 30px 0;
}

.galleryGrid.testimonials {
	/*column-count: 2;*/
	grid-gap: 40px;
	gap: 40px;
	margin: 0;
}

.galleryGrid blockquote {
	margin: 0 0 15px;
	display: grid;
	grid-template-rows: 1fr auto;
	break-inside: avoid;
}

	.galleryGrid figure {
		margin: 0;
		display: grid;
		grid-template-rows: 1fr auto;
		break-inside: avoid;
		transition: background 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500)
	}

	.galleryGrid figure:hover {
		background: #242430;
	}
	.galleryGrid figure img.scale {
		transition: opacity 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500), filter 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500);
	}
	.galleryGrid figure:hover img.scale {
		opacity: 0.5;
		filter: grayscale(1);
	}
	.galleryGrid figure > img.scale {
		grid-row: 1 / -1;
		grid-column: 1;
	}

	.galleryGrid a::before {
		content: '';
		position: absolute;
		width: 64px;
		height: 64px;
		left: 50%;
		top: 50%;
		margin: -32px 0 0 -32px;
		background: url("../images/icons/magnify.svg") no-repeat;
		background-size: cover;
		opacity: 0;
		transform: scale(0.8);
		transition: opacity 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500), transform 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500);
	}

.galleryGrid a:hover::before {
	transform: scale(1);
	opacity: 1;
}

	
/* call out box */

.callOut {
	padding: 1.5em 1.5em 0;
	margin-bottom: 2em;
	background: rgba(129,130,133,0.05);
	border: 1px solid rgba(129,130,133,0.2);
	border-radius: 4px;
	box-sizing: border-box;
}
	.callOut.align {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
	}
		.callOut.align h2,
		.callOut.align p {
			width: 100%;
		}
	.callOut p, .callOut li {
		font-size: 0.9em;
	}
	.callOut ul, .callOut ol {
		margin-left: 16px;
	}

/* photoswipe image */

.enlarge img {
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover img {
	filter: grayscale(1) brightness(0.7);
}
.enlarge a::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("../images/icons/magnify.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: rotateY(135deg);
	transition: 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover::before {
	transform: rotateY(0deg);
	opacity: 1;
}

		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/icons/arrow-up.svg') 0 5px no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	float: right;
	border: none !important;
}

#goTop a:hover {
	background: url('../images/icons/arrow-up.svg') 0 0 no-repeat;
}

.footer li,
.footer p {
	font-size: 0.85em;
}

.footer ul, #footer li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.footer * {
	color: #fff;
}
.footer li {
	margin: 0 0 5px;
}
.footer li a,
.footer p a {
	padding: 0;
	color: #fff;
	background: none;
}
.footer a {
	border-color: transparent;
}
.footer a:hover {
	color: #becccb !important;
	border-bottom: 1px solid #becccb !important;
}

.footer ul.linklist li::before {
	filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(330%) hue-rotate(127deg) brightness(97%) contrast(89%);
}

/* social buttons */

.social, .social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.social {
		margin-bottom: 40px;
	}
	.social li {
		display: inline-block;
		margin: 10px;
	}
.social li a {
	display: block;
	border: 2px solid #857874;
	padding: 1.5em;
	border-radius: 50%;
}
	.social li a::before {
		content: '';
		display: block;
		vertical-align: middle;
		width: 1.8em;
		height: 1.8em;
		background-size: 1.8em 1.8em !important;
	}
	.social li a.fb::before {
		background: url(../images/icons/i-facebook.svg)
	}
	.social li a.in::before {
		background: url(../images/icons/i-instagram.svg)
	}
	.social li a.li::before {
		background: url(../images/icons/i-linkedin.svg)
	}
	.social li a.tw::before {
		background: url(../images/icons/i-twitter.svg)
	}
		.social li a:hover {
			background: #857874;
			transform: scale(1.1);
		}
		.social li a:hover::before {
			filter: brightness(0) invert(1);
		}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1600px) {
	#slideText {
		width: 80%;
	}
	.staff .flexrow.team {
		flex-direction: column;
		align-items: center;
		flex: 0 0 calc(33% - 30px);
		padding-top: 0;
		border-top: none;
		margin-top: 1em;
		gap: 0;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (max-width: 1279px) {
	body {
		font-size: 16px;
	}
	.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
		padding: 8px 15px;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
		padding: 9px 10px;
	}
	.insetL,
	.insetR {
		max-width: calc(50% - 20px);
		height: auto;
		display: block;
	}

	.insetL {
		float: left;
		margin: 0 30px 20px 0;
	}
	.insetR {
		float: right;
		margin: 0 0 20px 30px;
	}
	.wrap {
		padding: 55px 0 45px;
	}
	.flexrow.half .flexitem .text h2 {
		font-size: 3.5em;
	}
	.intro.twoCol {
		column-count: 1;
		column-gap: 0;
	}
	.umbraco-forms-container.col-md-12 {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.umbraco-forms-container textarea {
		min-height: 150px;
		display: flex;
		height: auto;
	}
	.wrap.header,
	.wrap.header.shadow,
	.noHeader .wrap.header.shadow {
		flex-direction: row;
		padding: 10px 15px;
	}
	#logo {
		flex: 1;
	}
	#logo a {
		justify-self: center;
		width: 180px;
		height: 94px;
	}
	#menu {
		align-self: flex-start;
		height: 44px;
		padding: 0;
		flex: none;
	}

	#cssmenu {
		display: none;
	}

	.hamburger {
		display: block;
	}
}

@media only screen and (orientation: portrait) and (min-width: 768px) {
	.page {
		min-height: 35vh;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

	.gridHolder {
		grid-template-columns: repeat(6, minmax(0,1fr));
	}
	
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder .gridItem.four,
	.gridHolder .gridItem.six {
		grid-column: auto / span 3;
	}
	.gridHolder .gridItem.full,
	.gridHolder .gridItem.four:nth-child(3n) {
		grid-column: auto / span 6;
	}
	#mainContent.alpha {
		padding-right: 40px;
	}
	#mainContent.omega {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 959px) {
	body {
		font-size: 15px;
	}
	.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
		padding: 8px 15px 7px;
	}
	hr {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	hr.mini {
		width: calc(50% - 20px);
	}
	.accordion h2 button {
		font-size: 1.1em;
	}
	#logo a {
		width: 180px;
		height: 94px;
	}
	.wrap.luxy-el.strip {
		height: 144px;
	}
	nav.pagination {
		width: 100%;
	}
	.infogrid img {
		width: 16px !important;
	}
	.flexitem {
		flex: 0 1 calc(50% - 1px);
	}
	.feature {
		flex: 1 1 auto;
		width: calc(50% - 1.25em);
	}
	.flexitem.feature:nth-child(2n+1) a,
	.flexitem.feature:nth-child(2n) a {
		transform: none;
	}
	.flexitem.feature img.icon {
		height: 80px;
		margin-bottom: 1.5em;
	}
	.chefs {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px 0;
	}
	.flexrow.team {
		display: flex;
		flex: 1;
		gap: 20px;
		margin-bottom: 0;
	}
	.gridHolder {
		grid-template-columns: repeat(6, minmax(0,1fr));
	}
	.gridItem,
	.gridItem.two,
	.gridItem.three,
	.gridItem.four,
	.gridItem.five,
	.gridItem.six,
	.gridItem.seven,
	.gridItem.eight,
	.gridItem.nine {
		grid-column: auto / span 3;
	}
	.gridHolder .gridItem.full,
	.gridHolder .gridItem.four:nth-child(3n),
	.gridItem.buttons {
		grid-column: auto / span 6;
	}
	.galleryGrid.testimonials  {
		column-count: 1;
		grid-gap: 0;
	}
	#filters form .flexrow {
		flex-direction: column;
	}
	.contactform .umbraco-forms-container.col-md-12 {
		display: block;
	}
	.dataconsent .umbraco-forms-field-wrapper {
		flex-direction: column;
		height: auto;
	}
	.dataconsent input {
		width: 20px;
	}
	.dataconsent label {
		display: inline;
		width: calc(100% - 34px)
	}
	.dataconsent span.field-validation-error {
		margin: 5px 0 10px 0;
	}
}

@media only screen and (orientation: portrait) and (max-width: 1280px) {
	.mainImg {
		height: 60vh;
		min-height: 550px;
	}
}

/* Tablet Portrait size to standard 960  */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.no-mob-all{
		display: none;
	}
	.mob-only-all {
		display: block !important;
	}
	.no-tab {
		display: none !important;
	}
	.tab-only {
		display: block !important;
	}
	#mainContent.alpha {
		padding-right: 10px;
	}
	#mainContent.omega {
		padding-left: 10px;
	}
	ul.subNav li a {
		font-size: 1.05em;
	}
	ul.subNav li a:after {
		margin-top: 6px;
	}

}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {
	.no-mob, .no-mob-all {
		display: none !important;
	}
	.mob-only, .mob-only-all {
		display: block !important;
	}
	h1, h3, h4, h5, h6 {
		line-height: 1.3
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
	#mainContent h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}
	hr, hr.narrow {
		margin-right: 0;
		margin-left: 0;
	}
	hr.underTitle {
		margin-bottom: 30px;
	}
	.insetL,
	.insetR {
		max-width: 100%;
		margin: 0 0 25px;
	}
	ul.linlist
	.divider.mob-only {
		display: inline-block !important;
	}
	.wrap {
		padding: 40px 0 30px;
	}
	.wrap.header,
	.wrap.header.shadow,
	.noHeader .wrap.header.shadow {
		padding: 10px 15px;
	}
		.wrap.header.shadow,
		.noHeader .wrap.header.shadow {
			background: rgba(129,130,133,0.7);
		}
	.hamburger {
		bottom: 6px;
	}
	.hamburger,
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 32px;
	}
	#slideText {
		width: 100%;
	}
	.mainImg h1 {
		font-size: 2em;
	}
	.wrap.content div.triangle {
		bottom: -15px;
		left: calc(50% - 20px);
		border-width: 16px 20px 0 20px;
	}
	.wrap.content.light div.triangle {
	}
	#gMap {
		height: 450px;
		margin-bottom: 2.5em;
	}
	.flexitem.image #gMap {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	#mainContent{
		padding: 0 !important;
	}
	.motif {
		max-width: 200px;
    	max-height: 80px;
		margin-bottom: 20px;
	}
	#sideBar.alpha {
		margin-top: -10px;
		margin-bottom: 1.5rem;
	}
	.flexrow {
		margin: 0 0 20px;
	}
	.flexrow.half,
	form.flexrow {
		flex-direction: column;
	}
	.flexrow.half .flexitem .text,
	.page .flexrow.half .flexitem .text{
		padding: 3em 2em;
		/*text-align: center;*/
	}
	.flexrow.featureholder {
		margin-bottom: 1.5rem;
	}
	.flexitem.feature {
		flex: 0 1 calc(50% - 1.2em);
		margin: 0.8em 0.6em;
	}
	.flexitem.image {
		width: 100%;
	}
	.flexitem.feature a {
		padding: 2em 1.5em;
	}
	.feature::after,
	.feature::before {
		display: none;
	}
	.staff {
		gap: 10px 20px;
	}
	.staff .flexrow.team {
		flex: 0 0 calc(50% - 10px);
	}
	.page {
		min-height: 0;
		display: flex;
		flex-direction: column;
		/* to prevent edge to edge*/
		/*padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;*/
	}
		.page .flexrow.half {
			flex-direction: column-reverse;
		}
		.page .flexrow.half .flexitem.image {
			padding-bottom: 66.5%;
		}
			.page .flexrow.half .flexitem.image.map {
				padding-bottom: 100%
			}

	.gridHolder {
		margin: 1.2em 0 1.2em;
		grid-gap: 1rem;
		gap: 1rem;
	}
		.gridHolder.wide .gridItem,
		.gridHolder.wide .gridItem.two,
		.gridHolder.wide .gridItem.three,
		.gridHolder.wide .gridItem.four,
		.gridHolder.wide .gridItem.six {
			grid-column: auto / span 12;
		}
	.gridItem .text p {
		font-size: 0.9em;
	}
	.galleryGrid  {
		column-count: 2;
	}
	
	ul.subNav {
		flex-direction: column !important;
		margin-bottom: 0;
	}
		.subNav {
			display: none;
			height: auto;
			padding: 0;
			text-align: left;
		}
			.subNav li:first-child a {
				border-top: none;
			}
	
		#sideBar a#pull,
		#sideBar a#pull:hover,
		#sideBar a#pull:active {
			display: block;
			position: relative;
			height: 44px;
			line-height: 20px;
			color: #58585a;
			background: none;
			margin-bottom: 10px;
			text-decoration: none;
			border: 1px solid #58585a;
			box-sizing: border-box;
			padding: 10px;
		}
			#sideBar a#pull.open {
				color: #fff;
				border: 1px solid #848f8a;
				background: #848f8a
			}
			#sideBar a#pull:after {
				font-size: 1.2em;
				content: "In this section";
				display: block;
				position: relative;
				left: 0;
				top: 1px;
				background: url(../images/icons/arrow-down.svg) right center no-repeat;
				background-size: 16px 8px;
			}
			#sideBar a#pull.open:after {
				background: url(../images/icons/arrow-up.svg) right center no-repeat;
				background-size: 16px 8px;
			}
		.subNav:after {
			display: none;
		}
		ul.subNav li a{
			font-size: 1em;
			padding-top: 10px;
			padding-bottom: 9px;
		}
		ul.subNav li a:after {
			margin-right: -16px;
		}
		ul.subNav li a.selected {
			border-right: none;
		}
		ul.subNav li a.selected:after {
			transform: rotate(90deg);
		}
		.mouse {
			transform: rotate(180deg)
		}
}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.flexrow.awards figure {
		flex: 0 0 30%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
	.wrap:not(.footer) .twoCol {
		column-count: 1;
		column-gap: 0;
	}
	.no-mob-p {
		display: none !important;
	}
	.mob-only-p {
		display: block;
	}
	td.mob-only-p {
		display: table-cell;
	}
	label, legend, input[type="text"], input[type="password"], input[type="email"], textarea,  select {
		width: 100%
	}
	.mainImg {
		height: 100vh;
		min-height: 550px;
		max-height: 650px;
		overflow: hidden;
	}
	.mainImg p {
		font-size: 1em;
	}
	.flexrow {
		flex-direction: column;
	}
	.flexrow.split {
		flex-direction: row;
	}
	.flexitem {
		width: 100%
	}
	.flexitem.feature {
		flex: 1;
		margin: 0 0 1.2em;
	}
	form .flexitem {
		margin: 0;
	}
	form legend {
		font-size: 1.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	.flexrow.awards {
		flex-direction: row;
	}
	.flexrow.awards figure {
		flex: 0 0 30%;
		filter: none;
		opacity: 1;
	}
	.chefs {
		gap: 20px 0;
	}
	.flexrow.team {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
		.flexrow.team figure {
			max-width: 100px;
		}
	.staff {
		gap: 10px 0;
	}
		.staff .flexrow.team {
			flex: 0 0 100%;
		}
	.feature {
		flex: 1;
		width: 100%;
	}
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder.YY .gridItem.four,
	.gridHolder.process .gridItem.six {
		grid-column: auto / span 12;
	}
}
