/*
	Stylesheet: Inglis Hall 2022 (Inglis Hall & Co.)

	Author: CFRONT (STU)
	Date: 01/02/2022
*/

* {
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
}

html, body {
	padding:0;
	margin:0;
    font-size:16px;
}

body {
	background:#FFF;
	color:#000000;
	font-family: 'Times New Roman';
}

.project-grid {
	display:flex;
	gap:24px;
}

.project-item {
	width:calc(33.333% - 12px);
}

.showroom,
.project-detail-page,
.product-detail-page,
.projects-page {
	margin-bottom:48px;
}

.product-detail-page a {
	color:#000000;
}

.product-detail-page a:hover {
	color:#FBBA00;
}

.product-footnotes p {
    font-size:0.9rem;
    font-style:italic;
    margin-top:24px;
    padding-top:24px;
    border-top:1px solid #000000;
}

.text-links {
	padding:4px 0;
}

.text-link {
    display:block;
    margin:24px 0;
}

img.desktop {
	display:block!important;
}
img.mobile {
	display:none!important;
}

.button,
a.link-button,
div.link-button {
	font-family: "gill-sans-nova", sans-serif;
    border: 1px solid #939598;
    margin: 8px auto;
    display: block;
    width: fit-content;
    padding: 12px 24px;
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
	letter-spacing:1px;
    cursor: pointer;
    transition: .1s;
    text-transform: uppercase;
    width: 186px;
    text-align: center;
}

a.link-button.wide {
	width:210px;
}

.home-section-image {
    margin:24px 0 48px 0;
}

.link-button.lb-grey,
.button {
	border:none;
	background:#939598;
	color:#FFFFFF;
}

.article-links .link-button.lb-grey {
    color:#e3ddd0;
}

.link-button.lb-light-grey {
	background:#EDEDED;
	color:#939598;
	cursor:default;
	width: fit-content;
}

#continue.button {
	border: 1px solid #939598;
	color:#000;
	background:#FFFFFF;
}

#continue.button:hover,
.link-button.lb-grey:hover,
.button:hover,
a.link-button:hover {
	background:#000;
	color:#FFF;
	border-color: #000;
}

h1, h2, h3, h4, h5 {
	font-family: 'Times New Roman';
	font-weight:500;
}

.about-page .showy,
.about-page p.showy,
p {
    line-height: 24px;
    margin: 24px 0;
    font-size: 1rem;
}

.cart-bar {
	position: fixed;
    top: 20px;
    right: 0;
    width: unset;
    display: flex;
    justify-content: center;
    padding: 24px 32px 12px 32px;
	z-index: 10;
}

h1.showy,
h2.showy,
.intro-title,
.intro-title p {
	font-family: 'Times New Roman';
	color:#FBBA00;
}

.title-cat {
    font-family: "gill-sans-nova", sans-serif;
    border-bottom: 1px solid #939598;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom:2px;
    width:fit-content;
    display:block;
}

/*
	LOGO
*/

.cls-ihlogo {
	fill: #000000;
	stroke-width: 0px;
}

.cls-ihlogo-ml {
	fill: none;
}

.cls-ihlogo-ml, .cls-2-ml {
	stroke-width: 0px;
}

.cls-3-ml {
	clip-path: url(#clippath);
}

.cls-2-ml {
	fill: #232020;
}


h2.showy {
    letter-spacing: 6px;
    font-size: 26px;
    line-height: 48px;
    font-weight: 200;
    margin: 48px auto 24px auto;
    transition: .5s;
}

.hero {
	position:relative;
}

.hero-container {
	position:relative;
}

.hero-text-container {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.hero-container img {
	display:block;
	width:100%;
}

.other-lp .hero-container :not(a.link-button:visited),
.hero-container h1 {
	color:#FFF;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-size:4.5rem;
	letter-spacing:2px;
	word-spacing:6px;
	font-family: "gill-sans-nova", sans-serif;
}

.header-logo {
	margin-bottom:24px;
}

.mobile .header-logo {
	margin-bottom:0;
}

.about-us-item img,
.feature-item img,
.project-image img,
.project-image-grid img {
	display:block;
	width:100%;
}

.text-grid,
.project-image-grid {
	display:flex;
	gap:32px;
	flex-wrap:wrap;
}

.hide,
.project-image-grid:empty {
    display:none;
}

.action-buttons {
    margin:3rem 0;
}

.home-feature .inner {
	padding:128px 0;
	border-bottom:1px solid #000;
}

section.intro {
	padding:86px 0 64px 0;
}

.sub-title,
.intro-text,
.intro-text p {
	font-size:1.3rem;
	line-height: 1.8rem;
}

.home-feature .flex-container {
	gap:46px;
	align-items: center;
}

.home-feature .flex-container .col-1-2 img {
	display:block;
	width:100%;
}

.home-feature .flex-container .col-1-2 {
	width:calc(50% - 24px);
}

.feature-text {
	padding:1px 0;
}

.home-feature a.link-button {margin: 48px 0 16px 0;}

/*
	PROJECTS
*/

.shop-items .inner {
	padding:24px 0 48px 0;
}

.about-us-item .inner,
.articles-grid .inner,
.feature-item .inner,
.projects-grid .inner,
.shop-items .inner,
.reviews .inner {
	padding:48px 0;
	border-bottom:1px solid #000;
}

.reviews .inner {
    border:none;
}

.shop-items h2,
.about-us-item h2,
.articles-grid h2,
.feature-item h2,
.projects-grid h2,
.sub-title {
	text-align:center;
}

.sub-title {
	font-family: 'Times New Roman';
    padding: 16px 0;
    max-width: 660px;
    margin: 0 auto;
}

.product-grid:hover > .product-item,
.project-grid:hover > .project-item {
	opacity:0.7;
}

.product-grid,
.project-grid {
	display:flex;
	gap:24px;
	margin:48px 0;
	flex-wrap:wrap;
}

.product-item,
.project-item {
	width:calc(33.333% - 16px);
	transition:opacity 0.7s;
}

.project-grid .project-item p {
	font-size: 0.75rem;
    margin: 0;
    display: inline;
    line-height: 1rem;
}

.pg-v2 .project-item {
    width:100%;
}

.splide__slide .product-item {
	width:100%;
}

.product-item a,
.project-item a {
	text-decoration:none;
	border:0;
	outline:0;
	display:block;
	color:#000;
}

.product-grid:hover > .product-item:hover,
.project-grid:hover > .project-item:hover {
	opacity:1;
}

.product-item a img,
.project-item a img {
	display:block;
	width:100%;
}

.projects-intro {
    margin:3rem 0 2rem 0;
}

.product-item h2,
.project-item h2 {
	text-align:center;
	font-size: 0.75rem;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
	text-transform:uppercase;
    margin:8px 0;
}

.pg-v2 {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

.pg-v2 .project-item h2 {
    text-align: left;
    text-transform: none;
    line-height: 1rem;
}

/*
	HOME FEATURE
*/

.about-us-item h2,
.feature-item h2 {
	padding-top:0;
}

.grey {
	color:#6D6E71;
}

.project-item.image-with-text {
	position:relative;
}

.project-item .image-text {
	pointer-events:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.project-item .image-text h2 {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
}

.mobile-basket {
	width:50px;
	height:50px;
}

.mobile-contact p.nav-section {
    margin-top:64px;
}

.contact-page h1 {
	letter-spacing: 16px;
	text-transform:uppercase;
    font-size: 36px;
    word-spacing: 8px;
    line-height: 56px;
    font-weight: 200;
    font-family: 'Times New Roman';
	font-style:italic;
    margin: 24px 0;
    transition: .5s;
    max-width: 100%;
	position:relative;
	text-align:center;
}

.contact-page h1::after {
	content:"";
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	background:#000;
}

.contact-page section.text {
	margin:2rem 0;
}

.contact-page .umbraco-forms-form {
	padding:0;
}

.contact-page .umbraco-forms-form input.text,
.contact-page .umbraco-forms-form textarea,
.contact-page .umbraco-forms-form select {
    outline:none;
    border-radius:0;
    border:1px solid #000000;
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    max-width: 400px !important;
	font-family: 'Times New Roman';
}

.contact-page .umbraco-forms-form select option {
    border-radius:0;
}

.contact-page .umbraco-forms-caption {
    font-weight:600;
    line-height: 24px!important;
    margin: 24px 0;
    font-size: 1rem!important;
}

.contact-page .umbraco-forms-form fieldset {
    padding-top:0;
    margin-bottom:0;
}

.contact-page .openingtext p:first-child {
    margin-top:0;
}

.contact-page .umbraco-forms-field {
    margin: 24px 0 0 0;
}

.contact-page .umbraco-forms-field.openingtext {
    margin-top:0;
}


.contact-page label.umbraco-forms-label {
    font-weight:500;
}

.contact-page .privacy.richtext {
    font-style:italic;
}

.contact-page a,
.contact-page a:visited {
    color:#000000;
    text-decoration:none;
}

.contact-page a:hover,
.contact-page .privacy.richtext a,
.contact-page .privacy.richtext a:visited {
    color:#000000;
    text-decoration:underline;
}

.contact-page input[type=submit] {
    font-family: "gill-sans-nova", sans-serif;
    border: 1px solid #000000;
    margin: 8px 0;
    display: block;
    width: fit-content;
    padding: 12px 24px;
    text-decoration: none;
    color: #000;
    font-size: 0.75rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .1s;
    text-transform: uppercase;
    width: 186px;
    text-align: center;
    background:#FFFFFF;
    border-radius:0;
    font-weight:500;
}

.contact-page input[type=submit]:hover {
    background: #000;
    color: #FFF;
    border-color: #000;
}

.contact-page .umbraco-forms-form .umbraco-forms-navigation {
    padding-top:0;
}

.contact-page ul.splide__list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    margin: 48px 0;
    flex-wrap: wrap;
    list-style-type: none;
}

.contact-page .splide__slide {
    width: calc(33.333% - 16px);
    transition: opacity 0.7s;
}

.download-form {
    max-width: 480px;
    margin: 0 auto;
}

.controls  {
    margin: 36px 0 52px 0;
}

.contact-form-bottom {
	height:25px;
}

/*
	FOOTER
*/

footer,
footer p {
	font-family: "gill-sans-nova", sans-serif;
	font-size:0.75rem;
	font-weight:500;
	line-height:21px;
	letter-spacing:1px;
	
}

footer {
	margin-top: 0;
}

footer > div > div {
	gap:24px;
	justify-content:space-between;
}

footer .inner {
	padding:24px 0;
	border-top:1px solid #000;
}

.other-lp :not(a.link-button:visited),
footer a:visited,
.other-lp a,
footer a {
	text-decoration:none;
	color:#000;
}

.other-lp a:hover,
footer a:hover {
	text-decoration:underline;
}

footer > div > div .col-1-3 {
	width:calc(33.333% - 16px);
}

footer > div > div.flex-container {
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:16px;
    flex-wrap:wrap;
}

footer > div > div.flex-container .col-1-4 {
    width:unset;
}

.social {
    display:flex;
    gap:16px;
    align-items:center;
}

.social a {
    display:block;
}

.social svg {
    display:block;
    width:20px;
    height:20px;
    fill:#000000;
}

.social a:hover svg {
    fill:#FBBA00;
}

.subscribe-button {
	top: 1px;
    position: absolute;
    right: 1px;
    background: none;
}

#mc_embed_signup .subscribe-button input.button {
	background: transparent !important;
    color: #000 !important;
    padding: 6px 12px 4px 12px !important;
    outline: none;
    border: none !important;
}

#mc_embed_signup .subscribe-button input.button:hover {
	background:#000!important;
	color:#FFF!important;
}

#mc_embed_signup .mc-field-group input {
	border-radius:0!important;
	font-family: "gill-sans-nova", sans-serif!important;
	background:#FFF;
	font-size:12px;
    text-indent: 10px;
}

#mc_embed_signup .mc-field-group {
	width:100%!important;
    margin: 0;
    padding: 0 0 1% 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error,
#mc_embed_signup .helper_text {
	font-size: 11px!important;
}

p.sign-up {
	margin-bottom:16px;
}

#mc_embed_signup .mc-field-group label.subfield {
	display: flex;
}

fieldset {
	border:none;
	padding-bottom:0!important;
	min-height:unset!important;
}

#mc_embed_signup .mc-field-group input[type=checkbox] {
	width:auto;
}

#mc_embed_signup form {
    margin: 6px 0 0 0!important;
}

#mc_embed_signup input {
	outline:none;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41!important;
}

#mc_embed_signup input:focus {
	border: 1px solid #212121!important;
}

#mc_embed_signup div.response {
    margin: 0!important;
    padding: 0 0.5em 1em 0!important;
    font-weight: 500!important;
    float: left;
    top: 0;
    z-index: 1;
    width: 80%;
    line-height: 22px!important;
}

#mc_embed_signup #mce-success-response {
    width: 100%;
    background: #000000!important;
    color: #FFFFFF !important;
    padding: 0.5rem 1rem!important;
    margin:1rem 0!important;
}

#mc_embed_signup div#mce-responses {
	float:unset!important;
    top: 0!important;
    padding:  3rem 0 1rem 0!important;
    overflow: hidden;
    width: 100%;
    margin: 0!important;
	font-size: 1rem;
    letter-spacing: 1px;
	font-family: "gill-sans-nova", sans-serif!important;
}

#mc_embed_signup #mergeRow-gdpr.mc-field-group {
	padding-bottom:0!important;
	min-height:unset!important;
}


#mc_embed_signup {
	background:#FFF!important;
}

#mc_embed_signup h2,
.mce-EMAIL,
label.mce-label,
.content__gdpr label {
    font-size: 12px!important;
}

#mc_embed_signup .button {
	clear: both;
    background-color: #939598!important;
    border: 0 none;
    border-radius: 0!important;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF!important;
    cursor: pointer;
    display: block!important;
    font-size: 15px;
    font-weight: normal;
    height: unset!important;
    line-height: unset!important;
    margin: 0!important;
    padding: 10px 22px!important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: fit-content;
    width: -moz-fit-content;
	text-transform:uppercase;
	font-family: "gill-sans-nova", sans-serif!important;
    text-decoration: none;
    font-weight: 500!important;
    letter-spacing: 1px;
    font-size: 0.6rem!important;
    line-height: 1rem;
}

.feature-item h2.yellow,
.yellow {
	color:#FBBA00;
}

#mc_embed_signup .button:hover {
	background:#000000!important;
	color:#FFFFFF!important;
}

.input-text {
	position: relative;
    top: 2px;
    padding-left: 0;
    font-size: 11px;
}

.copyright {
	width:100%;
}

#mc_embed_signup input {
    border: 1px solid #000!important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	font-family: "gill-sans-nova", sans-serif!important;
    text-decoration: none;
    font-weight: 500!important;
    letter-spacing: 1px;
    font-size: 0.6rem!important;
    line-height: 1rem;
}



/* Checkbox styles */
.checkbox .umbraco-forms-field-wrapper,
.container-cb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .umbraco-forms-field-wrapper {
    padding-left: 0;
}

/* Hide the browser's default checkbox */
.checkbox .umbraco-forms-field-wrapper input,
.container-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .umbraco-forms-field-wrapper .checkmark-cb,
.checkmark-cb {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  border:1px solid #000;
}

.checkbox .umbraco-forms-field-wrapper .checkmark-cb {
    left: 0;
    pointer-events: none;
}

/* On mouse-over, add a grey background color */
.checkbox .umbraco-forms-field-wrapper:hover input ~ .checkmark-cb,
.container-cb:hover input ~ .checkmark-cb {
  background-color: #eeeeee;
}

.checkbox .umbraco-forms-field-wrapper label {
    padding-left: 36px;
    display: block;
    font-size: 1rem;
    z-index: 1;
    position: relative;
}

/* When the checkbox is checked, add a blue background */
.checkbox .umbraco-forms-field-wrapper input:checked ~ .checkmark-cb,
.container-cb input:checked ~ .checkmark-cb {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .umbraco-forms-field-wrapper .checkmark-cb:after,
.checkmark-cb:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox .umbraco-forms-field-wrapper input:checked ~ .checkmark-cb:after,
.container-cb input:checked ~ .checkmark-cb:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .umbraco-forms-field-wrapper .checkmark-cb:after,
.container-cb .checkmark-cb:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*
	PROJECTS
*/

.thanks-text p,
h1.intro-title,
.intro-title,
.shop-items h2.section-title,
.about-us-item h2,
.articles-grid h2,
.feature-item h2,
.projects-grid h2,
.home-feature h1.showy p,
.showroom h2.showy,
.showroom h2.showy p,
.project-detail-page h2,
.project-detail-page h2.showy p,
.intro-title,
.intro-title p {
	font-style: italic;
    font-size: 2.5rem;
    line-height: 3.5rem;
	letter-spacing: 1px;
	color:#000;
	margin:2rem 0 0rem 0;
	text-transform:unset;
}

.reviews h2.tm-title {
    font-style: italic!important;
    font-size: 2.5rem!important;
    line-height: 3.5rem!important;
	letter-spacing: 1px!important;
	color:#000!important;
	text-transform:unset!important;
    font-weight:500!important;
    margin:0!important;
}

.reviews .tm-widget {
    padding:0!important;
}

.reviews .tm-card {
    border:0!important;
}

.home-feature h1.showy p {
    margin-top:1rem;
}

.thanks-text p {
	margin-bottom:24px;
}

.shop-items h2 {
	text-align: center;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 8px 0;
    font-style: normal;
    line-height: 1rem;
}

.shop-items h2.section-title,
.home-feature h1.showy p {
	font-family: 'Times New Roman';
}

.showroom p.showy,
.showroom p span.showy,
.project-detail-page h3.showy,
.project h3.showy,
.project .text-col .showy,
h1.showy p,
.project .showy,
.about-page .showy,
.about-page p.showy,
.about-page p span.showy,
.project-detail-page p span.showy,
.project-detail-page .text-col p.showy,
.project-detail-page .text-col p span.showy {
    font-family: "gill-sans-nova", sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: 1px;
    word-spacing: 3px;
    max-width: 1090px;
    text-transform: uppercase;
    color: #FBBA00;
}

.about-page h1.showy {
	font-family: 'Times New Roman';
	color:#000000;
}

.project .text-col .showy {
	margin:1.5rem 0;
}

.project-image-grid a {
	display:block;
	text-decoration:none;
}

.project-image-grid a img {
	display:block;
	width:100%;
}

.intro-image.pi-1 {
	margin:3rem 0 1rem 0;
}

.intro-image img {
    display:block;
    width:100%;
}

.pig-2,
.pi-1,
.pig-4 {
	margin:1rem 0;
}

.text-grid .col-1-2,
.pig-2 a,
.pig-4 a {
	width:calc(50% - 16px);
}

.pig-5 a {
	width:calc(50% - 16px);
}

.pig-2 a:nth-child(3),
.pig-5 a:nth-child(3) {
	width:100%;
}

.product-ns-buttons {
	display:flex;
	flex-direction:column;
}

.other-lp .intro-text {
    margin-bottom:36px;
}

.other-lp .product-ns-buttons {
	padding-top:36px;
}

.other-lp ul {
    list-style-type: '- ';
    margin: 0;
    padding: 0 10px;
}

.other-lp ul li {
    margin: 16px 0;
    max-width: 75%;
}

.project-images-5 {
	margin:6rem 0 3rem 0;
}

.final-section {
	margin-bottom:3rem;
}

.text-grid p {
	max-width:unset;
}

.shop-bar {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	display:flex;
	justify-content:flex-end;
}

.shop-bar .inner {
	display:flex;
	justify-content:flex-end;
}

.shop-bar svg {
	display:block;
	fill:#000;
	width:16px;
	height:16px;
}

.shop-bar a:hover svg {
	display:block;
	fill:#DDDDDD;
}

.about-page {
	padding-bottom:48px;
}

.about-page section.intro {
    padding: 86px 0 0 0;
}

.about-page .page-main-image img {
	display:block;
	width:100%;
}

.flex-container {
	display:flex;
	flex-wrap:wrap;
}

.inner {
    max-width:1140px;
    margin:0 auto;
}



#page {
	height:100%;
}


.hero-logo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	pointer-events:none;
}

.hero-logo a,
.hero-logo a:hover {
	display: block;
    text-decoration: none;
    color: #FFFFFF;
    outline: none;
    width: 66%;
    margin: -1rem auto 0 auto;
}

.hero-logo a svg {
	display: block;
    width: 100%;
    min-width: 250px;
}

.hero-logo h1 {
    pointer-events: auto;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #FFFFFF;
    font-family: 'Times New Roman';
    font-weight: normal;
    letter-spacing: 7px;
}

.header-logo svg .cls-ihlogo {
	transition:.5s;
}

.cls-ihlogo {
	fill:#000000;
}


.white-header .desktop .cls-ihlogo {
	fill:#FFFFFF;
}

.splide__slide a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

menu.desktop,
nav.desktop {
	display:block;
}

menu,
nav {
	font-family: "gill-sans-nova", sans-serif;
	margin: 1rem 0;
	text-transform:uppercase;
	line-height: 0.75rem;
	margin:0 0 3rem 0;
	padding:0;
	list-style-type:none;
}

.mobile menu,
.mobile nav {
	margin:0 0 64px 0;
}

menu.mobile,
nav.mobile {
	display:none;
}

menu li,
nav li {
	margin:1px 0;
}

.mobile-nav menu li,
.mobile-nav nav li {
	margin: 6px 0;
    text-align: left;
}

.mobile-contact p {
	text-align: left;
	font-family: "gill-sans-nova", sans-serif;
    margin: 2rem 0;
    text-transform: uppercase;
	font-size:0.8rem;
    list-style-type: none;
	letter-spacing:1px;
}

.mobile-contact a {
	color:#000000;
    text-decoration:none;
}

menu li.enquiry,
nav li.enquiry {
	margin:32px 0 1px 0;
}

menu .address div,
menu a,
menu span,
nav .address div,
nav a,
nav span {
	font-family: "gill-sans-nova", sans-serif;
	text-decoration: none;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
	font-size: 0.675rem;
    line-height: 1.1rem;
	transition:.5s;
}


.mobile-nav menu .address div,
.mobile-nav menu a,
.mobile-nav menu span,
.mobile-nav nav .address div,
.mobile-nav nav a,
.mobile-nav nav span {
	font-size: 0.8rem;
	color:#000!important;
}

.white-header .desktop menu a,
.white-header .desktop menu span,
.white-header .desktop nav a,
.white-header .desktop nav span {
	color:#FFFFFF;
}

.in_Current > .has-sub + .sub-nav-l2 {
	display:none!important;
}

.in_Current > .has-sub.clicked + .sub-nav-l2 {
	display:block!important;
}

menu .current > a,
menu .current > a span,
nav .current > a,
nav .current > a span {
	color:rgba(0,0,0,0.95);
}

menu.mobile a:hover,
menu a:hover span,
menu a:hover,
.contact-page nav.mobile a:hover,
nav.mobile a:hover,
nav a:hover span,
nav a:hover {
	color:#a8aaac;
	transition:0.7s;
}

.sub-nav-l1 {
	display:none;
	margin:0 0 0 10px;
}

.current.in_a-kitchen-is .sub-nav-l1 {
	display:block;
}

.nav-icon {
    width: 50px;
    margin: auto auto auto 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 13px 11px 13px;
    justify-content: flex-end;
    flex-wrap: wrap;
    transition: 0.7s;
	cursor:pointer;
}

.mobile-nav-icon .nav-icon {
    width: 44px;
}

.mobile-nav {
	position: fixed;
    top: 79px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 79px);
    background: #FFFFFF;
    transition: 0.7s;
    padding: 10% 13%;
	overflow-y: scroll;

}

.mobile-nav.popped {
	left:0;
}

.ni-bar {
    background: rgba(0,0,0,0.95);
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0;
}

.mobile-nav-icon .ni-bar {
    margin: 2.5px 0;
}

.nav-icon:hover .ni-bar {
	background:rgba(0,0,0,0.95);
}

.text-cols {
	gap:0 32px;
}

.inner.articles {
    width:50%;
}

.col-1-2 {
	width:50%;
}

.text-cols .col-1-2 {
	width:calc(50% - 16px);
}

.col-1-3 {
	width:40%;
}

.col-2-3 {
	width:60%;
}

.col-3-4 {
	width:75%;
}

.col-1-4 {
	width:25%;
}

.tcol-4 {
    justify-content:space-between;
}

.tcol-4 .col-1-4 {
	width:unset;
}

.info-side {
	position:relative;
}

.side-info {
	position: absolute;
    top: 50%;
    left: calc(100% + 32px);
    max-width: 300px;
}

.materials {
    font-size: 0.8rem;
    font-family: 'Times New Roman';
    color: #939598;
    letter-spacing: 1px;
    font-style: italic;
    margin: 0 0 8px 0;
	line-height: 1.1rem;
}

.location {
	font-size: 0.7rem;
    font-family: "gill-sans-nova", sans-serif;
	white-space:nowrap;
    letter-spacing: 2px;
	line-height: 1.1rem;
}

.basket {
	font-family: "gill-sans-nova", sans-serif;
}

.basket svg {
	display:block;
	width:20px;
	height:20px;
}

.basket > a {
	display:flex;
	color:#000;
	align-items:center;
}

.white-header .basket > a {
	color:#FFF;
}


.text-page table {
	border-collapse:collapse;
	margin: 1rem 0;
}

.text-page .page-container {
    width: calc(90% - 330px);
    margin-left: 330px;
}

.text-page table th,
.text-page table td {
	padding:0.5rem;
	border:1px solid #d5d5d5;
}




/* LEGACY */






.col-1-2.article-text {
	max-width:400px;
}

header {
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	padding: 3rem;
}

header.desktop {
	display:block;
}

header.mobile {
	position:sticky;
	display:none;
	width:100%;
}

.header-logo {
	display:block;
	width:200px;
	text-decoration:none;
}

.header-logo svg {
	display:block;
	width:90%;
}

menu.mobile,
nav.mobile {
	position:relative;
	margin-top:4rem;
}

menu.mobile .address,
nav.mobile .address {
	margin:4rem 0 2rem 0;
}

menu.mobile .contact,
nav.mobile .contact {
	margin:2rem 0;
}

menu.mobile .social,
nav.mobile .social {
	margin:2rem 0;
}

.close-nav {
	cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
}

.close-nav svg {
	fill:#999999;
	transition:0.5s;
	width: 32px;
	height: 32px;
}

.close-nav:hover svg {
	fill:#231f20;
}

menu.address div,
menu.mobile a,
menu.mobile span,
.contact-page menu.mobile a,
.contact-page menu.mobile span,
nav.address div,
nav.mobile a,
nav.mobile span,
.contact-page nav.mobile a,
.contact-page nav.mobile span {
	color:#231f20;
}

menu.mobile .current a, 
.contact-page menu.mobile .current a,
nav.mobile .current a, 
.contact-page nav.mobile .current a {
	color:#999999;
}


.page-not-found {
	background-image:url(/media/1n4eyt5g/inglis-hall-4633-b.jpg?cc=0.04215112493041643,0,0.01793662856590119,0&width=1980&height=1080&v=1dab7350582f870&format=webp);
	background-size:cover;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100vh;
	position:relative;
}

.page-not-found::after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

.page-not-found div {
	width:50%;
	color:#FFFFFF;
	position:relative;
	z-index:2;
}

.page-not-found div svg {
	display:block;
	margin:1rem auto 36px auto;
	width:80%;
	min-width:300px;
}

.page-not-found div h1 {
	color:#FFFFFF;
}

.page-not-found div h1 a {
	color:#FFFFFF;
	text-decoration:underline;
}

/*

	EDITOR STYLES

*/

.capo {
	font-family: Arial;
	color: rgba(0,0,0,0.95);
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 1rem;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

/* 
	MEDIA Qs
*/

@media all and (max-width: 1660px) { 

	.inner {
		max-width:960px;
		margin:0 auto;
	}
}

@media all and (max-width: 1480px) { 
	.inner {
		max-width:unset;
		margin:0 280px;
	}

    article.app-article .text .inner.app-image-text {
        max-width:unset;
		margin:0 280px 24px 280px;
    }

	.project-detail-page h2,
	.shop-items h2.section-title,
	.about-us-item h2,
	.articles-grid h2,
	.feature-item h2,
	.projects-grid h2,
	.home-feature h1.showy p, 
	.showroom h2.showy, 
	.showroom h2.showy p, 
	.project-detail-page h2, 
	.project-detail-page h2.showy p,
	h1.intro-title,
	.intro-title,
	.intro-title p {
		line-height: 2.5rem;
		font-size:2rem;
		margin: 2rem auto 0 auto;
	}

	.projects-grid h2 {
		margin: 0;
	}

	.intro-text p,
	.sub-title,
	.intro-text, .intro-text p {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
}

@media all and (max-width: 1860px) {

	
}


@media all and (max-width: 1200px) {

	.product-item, .project-item {
		width: calc(50% - 12px);
	}

    footer > div > div.flex-container {
        grid-template-columns:1fr 1fr;
    }
}

@media all and (max-width: 960px) {

    .contact-page h1 {
        letter-spacing: 6px;
        word-spacing: 8px;
        line-height: 36px;
        font-size: 24px;
        padding: 0px 10% 16px 10%;
    }

	.about-page section.intro,
    section.intro {
		padding: 32px 0 32px 0;
	}

	.cart-bar {
		top: 0;
	}

	.inner {
		width: 75%;
		margin:0 auto;
	}
	
	.side-info {
		display:none;
	}

	header.desktop {
		display:none;
	}
	.white-header .basket > a {
    color: #000000;
}

	header.mobile {
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding: 1rem;
		background:#FFF;
		z-index:10;
	}

	img.desktop {
		display:none!important;
	}
	img.mobile {
		display:block!important;
	}

	.header-logo svg {
		margin:0 auto;
	}

	menu.desktop,
	nav.desktop {
		display:none;
	}
	
	menu.mobile,
	nav.mobile {
		display:block;
	}


	.project-grid {
		width:100%;
		margin:0;
	}
}

@media all and (max-width: 640px) {

    .pg-v2 {
        grid-template-columns:1fr;
    }
    
	.project-detail-page h2,
	.shop-items h2.section-title,
	.about-us-item h2,
	.articles-grid h2,
	.feature-item h2,
	.projects-grid h2,
	.home-feature h1.showy p, 
	.project-detail-page h2, 
	.project-detail-page h2.showy p,
	h1.intro-title,
	.intro-title,
	.intro-title p {
		margin: 0 auto 0 auto;
	}

    footer > div > div.flex-container {
        grid-template-columns:1fr;
    }

    .tcol-4 .col-1-4 {
	    width:100%;
    }

	.project-item .image-text {
		font-size:0.9rem;
	}

	.home-feature .inner {
		padding: 32px 0 64px 0;
	}

	.contact-page .splide__slide,
	.home-feature .flex-container .col-1-2,
	.product-item, .project-item,
	.pig-5 a,
	.pig-2 a:nth-child(3), .pig-5 a:nth-child(3),
	.text-grid .col-1-2, .pig-2 a, .pig-4 a,	
	.text-cols .col-1-2,
	.text-grid .col-1-2,
	footer > div > div .col-1-3,
	.col-1-3,
	.col-2-3,
	.col-1-4,
	.col-1-2 {
		width:100%;
	}

	footer > div > div .col-1-3 {
		gap:32px;
	}

	footer > div > div .col-1-3 > .col-2-3,
	footer > div > div .col-1-3 > .col-1-3 {
		width:calc(50% - 16px);
	}

	.project h2.showy,
	.project-detail-page h2, 
	.project-detail-page h2.showy p {
		font-size:2rem;
		line-height: 2.5rem;
		margin: 2rem 0 2rem 0;
		letter-spacing: 2px;
		word-spacing: 2px;
	}

	.project .text-col .showy,
	.project h3.showy,
	.project .showy, 
	.about-page .showy {
		font-size: 1.2rem;
		line-height: 2rem;
		font-style: normal;
		letter-spacing: 0px;
		word-spacing: 3px;
		margin:1.5rem 0;
	}

    .other-lp .hero-container :not(a.link-button:visited),
	.hero-container h1 {
		font-size:1.5rem;
	}

	.mobile .header-logo {
		width:200px;
	}

	.home-feature a.link-button {
		margin: 48px auto 16px auto;
	}

	.home-feature h1.showy p {
		margin:0;
	}

	.home-feature h1.showy {
		margin-top:0;
	}

	.desktop {
		display:none;
	}

	.text-grid p:first-child {
		margin-top:0;
	}

	.text-grid {
		gap:0;
	}

    #mc_embed_signup .subscribe-button input.button {
        padding: 5px 12px 4px 12px !important;
    }

    .title-cat {
        margin-bottom: 16px;
    }

    .action-buttons {
        margin:3rem 0;
    }
}