/*!
Theme Name: Shackletons
Theme URI: http://underscores.me/
Author: kariba
Author URI: https://kariba.co.uk/
Description: Shackletons Theme Wordpress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shackletons
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Shackletons is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	background-color: #9c9c9c;
	font-family: 'Montserrat';
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

body.term-22.ie img {
	height: unset;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	/*color: rgba(0, 0, 0, 0.8);*/
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/*color: #666;*/
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	/*color: #111;*/
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/


.site-header {
    display: -webkit-box;
	height: 170px;
    padding: 40px 0;
    top: 0;
    z-index: 10;
	margin-bottom: -170px;
	justify-content: space-evenly;
}

.site-header .middle-bar {
	margin: 0px !important;
}

.site-header .menu a {
    color: #ffffff !important;
	font-size: 20px !important;
}

.site-header .menu {
    position: absolute;
    display: flex;
}

.site-branding {
    text-align: left !important;
    padding-left: 50px;
}

.site-footer {
    margin-top:0px !important;
	font-size: initial;
    line-height: initial;
	background-color: #9c9c9c;
}

.footer-column ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-column ul li a,
.footer-column p {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.3em;
}

.site-header .bottom-bar {
    position: absolute !important;
    right: 0;
}

.slide-title {
    font-family: "libre_caslon_textregular", serif !important;
}
span.styled {
    font-family: 'Montserrat';
}

p {
	font-size: 20px;
	line-height: 1.4em;
}

button {
    border: 1px solid;
    border-color: #e7e7e7;
    border-radius: 80px;
    height: 90px;
    width: 90px;
    background-color: transparent;
    color: inherit;
    float: right;
    font-family: "libre_caslon_textregular",serif !important;
    font-size: 1.1em !important;
    text-transform: uppercase !important;
}

a.learn_btn {
    position: absolute;
    right: 0px;
    bottom: 50px;
    border-color: #bec0c2;
    text-align: center;
    border: 1px solid;
    border-radius: 80px;
    height: 110px;
    width: 110px;
    font-family: "libre_caslon_textregular",serif !important;
    font-size: 1.4em !important;
    text-transform: uppercase !important;
    padding-top: 33px;
	border: 1px solid;
    border-color: #e7e7e7;
	color: #9f9f9f !important;
    font-weight: bold;
}

@media (max-width: 765px) {
	a.learn_btn {
		position: relative;
		padding-top: 30px !important;
		display: block;
		padding: 20px;
		bottom: 0;
		margin-top: 30px;
	}
}

button.learn_btn * {
	color: inherit;
	letter-spacing: 0.1em;
	text-align: center;
}

.our-range {
    padding: max(10%, 150px) 0px;
    text-align: center;
	background-color: #9d9d9c;
}

#main > .our-range:first-child {
	padding-top: 80px;
}

/*
Video */
#play {
    width: 100%;
    height: 101vh;
    overflow: hidden;
    position: relative;
}

#play button{
	position: absolute;
    text-align: center;
    font-size: 4em;
    z-index: 9999;
    color: white;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
}


.home-video{
	position: inherit;
    min-width: 100%;
    overflow: hidden;
    z-index: -1;
}


.top-heading {
  text-align: center;
  color:#ffffff;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.top-heading:last-child {
	margin-bottom: 0;
}
.top-heading span.line1,
.top-heading span.line2 {
  display: block;
  text-transform: uppercase;
  white-space: inherit;
  line-height: 0.75;
  letter-spacing: -0.04em;
  text-indent: -0.05em;
  font-size: 1.1em;
  font-weight: 300;
  margin-top: 5px;
}
.top-heading span.styled {
	/* For the main heading on homepage only */
	font-size: 1.41em;
	line-height: 0.7;
	margin-top: -0.1em;
	letter-spacing: -0.05em;
	text-indent: -0.2em;
	font-weight: 100;
}
.top-heading span.h2-inr {
  display: inline-block;
}
.top-heading span.line1,
.serif {
  font-family: "libre_caslon_textregular",serif;
}
.top-heading span.line2 {
  font-weight: 400;
  /* line-height: 1; */
  font-weight: 100;
}
.top-heading span.line2,
.sans-serif {
	font-family: 'Montserrat';
}

.same-line-styles {
	letter-spacing: 0px;
	vertical-align: baseline;
}
.same-line-styles * {
	line-height: 1;
	vertical-align: baseline;
}

.flexslider__item {
	background-position: center;
	background-size: cover;
	height: 100vh;
}

hr.custom {
    height: 1px;
    margin: 40px;
 	width: min(110%, 99vw);
  	position: relative;
  	left: 50%;
  	transform: translate(-50%, 0);
  	margin-left: 0;
  	margin-right: 0;
}

.range-image{
	position:relative;
	color: #ffffff;
    margin: 0px 10px;
	z-index: 1;
	overflow: hidden;
}
.range-image h4 {
	letter-spacing: 0.1em;
    margin: -4px 0px;
    padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.range-image h4 {
		font-size: 18px;
	}
}


a.range-image{
	color:#ffffff !important;
}

/* Used to load in the categories and products via AJAX */
.category-overlay {
	min-height: 300px;
	background: white;
	position: relative;
}
#main .category-overlay:last-child {
	padding-bottom: 5%;
}
.category-overlay .loading-word {
	font-family: 'libre_caslon_textregular', serif;
	font-size: 60px;
	color: black;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 47%;
	top: 125px;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	z-index: 1000;
	text-align: center;
	background-image: url('/wp-content/uploads/2022/09/wheel_2.gif');
    background-repeat: no-repeat;
	background-size:50px;
	height: 50px;
}
.category-overlay .loading-word > span {
    opacity: 0;
    animation-name: loadingDot;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.category-overlay .loading-word > span:nth-of-type(1) {
    animation-delay: 0s;
}
.category-overlay .loading-word > span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.category-overlay .loading-word > span:nth-of-type(3) {
    animation-delay: 0.4s;
}
@keyframes loadingDot {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


.range-link{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

h4.range-headings{
	position: relative;
    top: 380px;
    padding: 10px;
}

.grid-system{
    display: flex;
    flex-direction: row;
	text-transform:uppercase;
	align-items: center;
	background-color: #ffffff;
	align-items: stretch;
}

.grid-system.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.inner-text-max {
	max-width: 395px;
}
.inner-text-max p:last-child {
	margin: 0;
}

.our-range-cols{
	grid-template-columns: 1fr 1fr 1fr;
}



@media (max-width: 1023px) {
	.grid-system {
		display: flex;
    	flex-direction: column;
	}
	.grid-system.row-reverse {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 765px) {
	.background-span8 {
		max-width: 100% !important;
	}

	.inner-text {
		padding: 30px 70px;
		display: block !important;
	}

	.our-range-cols {
		grid-template-columns: 1fr;
	}
}

.background-span8{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60%;
    min-height: 70vh !important;
}

.background-span8--taller {
	min-height: 550px;
}

.hero .hero-bg{
	background-position: center;
}

.inner-text{
	background-color: #ffffff;
    padding: 60px 0;
	margin: 0 70px;
    text-transform: initial;
	max-width: 405px;
	position: relative;
	display: flex;
	align-items: center;
}

@media (min-width: 766px) and (max-width: 1023px) {
	.inner-text{
		max-width: 100%;
	}
}

.testimonials {
    padding: 10% 27%;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 765px) {
	.testimonials {
    	padding: 10% 3% !important;
	}
}

.testimonials.white-bg {
    background-color: #ffffff;
    color: #9c9c9c;
}

.testimonials.white-bg span.testimonial-quotes {
    background-image: url('/wp-content/uploads/2022/09/quote-dots-grey.png');
}

.testimonials h4 {
    font-family: inherit;
	font-size: 33px;
	font-weight: 100;
}

.testimonials p {
	font-weight: 100;
    font-size: 23px;
}

.testimonial-quotes{
	background-image: url('/wp-content/uploads/2022/09/quote-dots-white.png');
    background-repeat: no-repeat;
    background-size: 60px;
    position: relative;
    left: 5px;
    width: 72px;
}
.testimonial-quotes:first-child {
	top: -15px;
}
.testimonial-quotes:last-child {
	bottom: -15px;
}

.white-row{
	background-color: #ffffff;
	height: 100px;
}

.video-bg {
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: min(100vh, 100vw);
    overflow: hidden;
	text-align: center;
	padding-bottom: 180px;
	display: flex;
	align-items: center;
}
body.ios .video-bg {
	background-attachment: scroll;
}

.video-bg h2.top-heading {
    padding: 100px 0;
}

.accreditations {
    padding: 4% 10%;
    background-color: #ffffff;
}
@media (max-width: 767px) {
	.accreditations {
    	padding: 10% 10%;
	}
}

.accreditations__logos {
	text-align: center;
}
@media (max-width: 1230px) {
	.accreditations img {
    	max-width: min(400px, 100%);
		max-height: 100px;
	}
}

.accreditations__logos img {
    padding: 10px;
}

.accreditations__logo {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 30px;
	padding: 0px 25px;
}
.accreditations__logos--large-gap .accreditations__logo {
	margin: 50px;
}

.accreditations__logos.owl-carousel .accreditations__logo {
	height: 55px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accreditations__logos.owl-carousel .accreditations__logo img {
	max-height: 55px;
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	opacity: 1 !important;
	top: 0 !important;
	padding:  0 !important;
}
.accreditations__logos.owl-carousel .accreditations__logo {
	height: 95px;
}
.accreditations__logos-lg.owl-carousel .accreditations__logo img {
	max-height: 95px;
	height: auto;
	width: auto;
	max-width: 100%;
}

.page-content-styles {
    width: 78%;
    margin: 0 auto;
    padding: 2%;
    padding-top: 5%;
	padding-bottom: 10%;
}

.page-content-styles h2 {
    text-transform: initial;
    text-align: left;
    letter-spacing: 1px;
    line-height: 45px;
    font-size: 32px;
}

.page-content-styles ul {
    margin: 0px;
    margin-left: -25px;
    padding: 0px 20px;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 20px;
}

.page-content-styles li {
    list-style-image: url('/wp-content/uploads/2022/09/grey-bullet.jpg');
    padding-left: 5px;
    margin-bottom: 30px;
}

.insights-post{
	display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.insights-posts p a:hover {
    color: #a0696e !important;
    border-bottom: 1px solid #a0696e !important;
}

.insight-content .entry-excerpt {
    font: inherit;
	font-style: normal;
	font-weight: bold;
    color: inherit;
	letter-spacing: 1px;
}

.insight-content {
    width: 78%;
    margin: 0 auto;
    padding: 2%;
    padding-top: 5%;
}

.insight-content .post-date {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}

.insight-content .entry-title {
    font-family: "libre_caslon_textregular",serif;
    letter-spacing: 5px;
    color: inherit;
	line-height: 65px;
}

.insight-list p strong {
    font-family: "libre_caslon_textregular",serif;
    font-size: 27px;
    letter-spacing: inherit;
    color: inherit;
}

.insight-list p {
    letter-spacing: 1px;
    line-height: 30px;
}

.insight-list ul {
    margin: 0px;
    padding: 0px 20px;
    letter-spacing: 1px;
    line-height: 40px;
}

.insight-list li {
	list-style-image: url('/wp-content/uploads/2022/09/grey-bullet.jpg');
    padding-left: 5px;
}

.case-study-content ul li {
    list-style-image: url('/wp-content/uploads/2022/09/grey-bullet.jpg');
    padding-left: 5px;
}

.entry-content img {
    margin: 0 auto !important;
}

.entry-header .post-date {
    color: inherit !important;
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
	margin: 35px !important;
}

.entry-content p:first-child {
    margin: 0px 0px;
}

.entry-content p {
    margin: 40px 0px;
	letter-spacing: 1px;
}

a:hover h2 {
    color: #a2696f;
}

@media (max-width: 765px) {
	.insight-content {
		width: 90%;
		margin: 0 auto;
	}
}

.insight-content p {
    font-family: 'Montserrat' !important;
}

.insight-breadcrumbs{
	display: inline-block;
	text-transform: uppercase;
	height: 29px;
}

.insight-breadcrumbs p{
	font-family: "libre_caslon_textregular", serif !important;
    font-size: 20px;
}

li.insight-breadcrumbs {
    padding: 10px 3px;
}

span.post-date {
    font-weight: 100 !important;
}


.case-study-category{

    background-size: cover;
    background-position: center;
    min-height: 38vh;
	margin-bottom: 10%;
	padding: 4%;
    text-align: center;
}

.case-study-heading{
	background-color: #9c9c9c;
    padding: 5%;
    padding-bottom: 2%;
    font-size: 25px;
    font-family: "libre_caslon_textregular",serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.case-study p {
    font-size: 24px;
    font-family: "libre_caslon_textregular",serif;
	color: #9c9c9c;
}

article.case-study-content {
    display: grid;
    grid-template-columns: 63% 1fr;
    padding: 0px 4%;
}

@media (max-width: 765px) {
	article.case-study-content {
		grid-template-columns: 1fr;
	}
}

.brochure-columns{
	display: grid;
    grid-template-columns: 65% 1fr;
    flex-direction: row;
}

.product-brochure form label {
    display: grid;
    grid-template-columns: 1fr 80%;
    align-items: center;
	font-size: 18px;
}

@media (max-width: 765px) {
.brochure-columns{
    grid-template-columns: 1fr;
}
.product-brochure form label {
	grid-template-columns: 1fr;
}
}

.brochure-columns form input {
    border-radius: 20px;
    min-height: 60px;
}


input[type="submit"]{
    position: relative;
    top: 30px;
    left: 140px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px !important;
    color: #ffffff !important;
    background-color: #b2b2b2 !important;
	text-transform: capitalize !important;
    padding: 10px 35px !important;
}

.product-brochure p {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.product-brochure.contact-details p {
    line-height: 46px;
}

.brochure-columns h2 {
    text-align: left !important;
}

/**
* Product Category Grid
**/

.product-subcategories-grid {
	margin: 0;
	padding: 0 50px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	list-style: none;
	gap: 30px;
}

.product-subcategories-grid li {

}

.prod-collection-image{
	height: 125px;
	width: 100%;
	position: relative;
}

.prod-cat-list {
	text-align: center;
    display: block;
	margin: 0;
	/* padding-top: 100%; */
	padding-top: 150px;
	position: relative;
}

.product-subcategories-grid p {
	margin: 0px;
    font-size: 14px;
    letter-spacing: 1px;
	font-family: 'libre_caslon_textregular', serif;
}

.prod-cat-list .prod-cat-sub-link {
    display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.product-subcategories-grid a:hover .prod-cat-sub-link::before {
	content: '';
    display: block;
	position: absolute;
	height: 150px;
    width: 150px;
	transform: translate(-50%, 0);
	top: 0;
    left: 50%;
    border-radius: 50%;
    border: 3px solid #9c9c9c;
	z-index: 1;
}

.prod-collection-image img {
    max-height: 100%;
    height: auto;
    object-fit: contain;
}


@media (max-width: 1480px) {
	.product-subcategories-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 765px) {
	.product-subcategories-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.prod-cat-inr img {
		max-width: 100px;
		margin-top: 40px;
	}
}

.blueimp-gallery > .slides > .slide > .slide-content {
  max-width: 80%;
}

.main-cat-list {
    text-align: center;
    display: inline-block;
    min-width: 155px;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 25px;
}

li.main-cat-list a {
    display: block;
	position: relative;
}


li.main-cat-list a:hover::before {
	content: '';
    display: block;
	position: absolute;
    height: 180px;
    width: 180px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}


.wrap.full-width {
    background-color: #ffffff;
    max-width: 100%;
    padding: 0 5% 5%;
}

.product-circle{
	position: absolute;
    top: 175px;
    left: 95px;
	border-radius: 170px;
	background-color: #eae5be;
	height: 300px;
	width: 300px;
}

@media (max-width: 765px) {
	.product-circle {
		position: absolute;
		top: 50px;
		left: -10px;
	}
}

.cat-img{
    margin: 10px;
    text-transform: uppercase;
    margin: min(2vw, 30px);
    position: relative;
    max-width: 300px;
}

.cat-img h4 {
    letter-spacing: 1px;
}

.category-products h4 {
    font-size: 16px;
    color: #6e6d6d;
    text-align: center;
    padding-top: 45%;
}


.category-products {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 767px) {
	.category-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.case-study-header{
	background-image: url('/wp-content/uploads/2022/09/case-study-dining.jpg');
    min-height: 955px;
	display: flex;
    align-items: center;
    justify-content: center;
}


.feature-circle {
    opacity: 0;
    width: 300px;
	max-width: 50%;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 35px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
	transition: opacity 0.2s linear;
}
.feature-circle::before {
    content: ' ';
    padding-top: 100%;
    display: block;
}

/*
@media (max-width: 765px) {
	.feature-circle {
		height: 250px;
		width: 250px;
		top: 40%;
	}
}
*/

.range-image:hover .feature-circle {
	opacity: 0.6;
}

.range-image:not(:hover) h4 {
	background-color: transparent !important;
}

.range-image h4 {
	transition: opacity 0.2s linear !important;
}



.range-large-img{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.range-large-img.position {
    grid-template-columns: 1fr;
}

.range-large-img p {
    /* min-height: 130px; */
}

@media (max-width: 765px) {
	.range-large-img{
		grid-template-columns: 1fr;
	}
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 7%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

.sixty-years {
    text-align: center;
    padding: 25% 15%;
    background-image: url('/wp-content/uploads/2022/09/est-60-years-bg-factory.jpg');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}


/*---
# Our Approach pages coloured boxes
------------------------*/
@media (max-width: 765px) {
.approach-coloured-box-mobile{
	top: -4px !important;
	left: 0px !important;
}
}


/*---
# Products
------------------------*/

h2.woocommerce-loop-category__title {
    position: relative;
    color: #ffffff;
    padding: 0px 10px;
}

ul.products li.product img {
    object-fit: cover;
    width: 100%;
}

.single-product .entry-summary {
    margin-left: 0px !important;
    width: 100% !important;
    float: right !important;
    padding: 0px 15% !important;
	margin-bottom: 200px !important;
}

/*---
# Products Gallery
------------------------*/

.single-product #breadcrumbs {
    visibility: hidden;
}

.row.woocommerce-layout {
    background-color: #ffffff;
}

.woocommerce-product-gallery img.wp-post-image {
    width: 100%;
}

ol.flex-control-nav.flex-control-thumbs {
    width: 100% !important;
	padding: 3% 10% !important;
	float: none !important;
	display: flex !important;
	justify-content: center;
}

.flex-control-nav li {
    max-width: 285px;
    margin: 0px 10px;
    border: 1px solid #cfcfcf;
    height: 245px;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	margin-bottom: 0 !important;
	aspect-ratio: 10 / 7;
	height: auto;
	max-height: 15vw;
}

.single-product .woocommerce-product-gallery {
    width: 100% !important;
}

.single-product .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
}

h1.product_title.entry-title {
    font-family: "libre_caslon_textregular", serif !important;
    color: #000000;
    letter-spacing: 1px;
    font-size: 34px;
	padding-bottom: 30px;
}

.summary ol {
	margin-left: -45px !important;
    line-height: 42px;
}

.summary ol li {
    list-style-image: url('/wp-content/uploads/2022/09/grey-bullet.jpg');
	padding-left: 5px;
    font-weight: bold;
}

.entry-summary ul li {
    list-style-image: url('/wp-content/uploads/2022/09/grey-bullet.jpg');
    padding-left: 5px;
	line-height: 35px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body.menu-is-open,
body.search_active {
	height:  100vh;
	overflow: hidden !important;
}
.main-navigation-overlay {
	background-size: cover;
    background-position: center;
    background-attachment: fixed;
	width: 100vw;
	height: 100vh;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out 0.5s;
}
body.ios .main-navigation-overlay {
	background-attachment: scroll;
}
.menu-is-open .main-navigation-overlay {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease-in-out, visibility 0s ease-in-out;
}
.menu-lg {
	font-size: 20px;
	font-family: 'libre_caslon_textregular', serif;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.menu-lg a {
	color: #fff;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Search */
.search-button {
	background: url('/wp-content/themes/shackletons/images/search.png') center no-repeat;
	border: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	border-radius: 0;
}
.search-button span {
	display: block;
	text-indent: -99em;
}
.main-navigation-outer {
	position: absolute;
    top: 55px;
    right: 50px;
    /* z-index: 20; */
	z-index: 15;
	display: flex;
	align-items: center;
}
#search_button {
	margin-left: 20px;
	/*
	z-index: 15;
	position: relative;
	*/
}

#search_window {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	backdrop-filter: blur(5px);
	z-index: 9;
	padding: 100px 20px 20px;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
}
body.search_active #search_window {
	visibility: visible;
	opacity: 1;
}

#search_window form {
	margin: 0 auto 20px;
	/* display: flex; */
	align-items: center;
	width: 100%;
	max-width: 640px;
}

#search_window form .search_box_wrap {
	position: relative;
}

#search_window form .search_box_wrap label,
#search_window form .search_box_wrap input {
	padding: 0.5em;
	font-size: min(2rem, 5vw);
	width: 100%;
	color: white;
	font-family: inherit;
	display: block;
	float: none;
}

#search_window form .search_box_wrap label {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	cursor: pointer;
}
#search_window form .search_box_wrap label span {
	vertical-align: middle;
}

#search_window form input {
	background: rgba(0, 0, 0, 0);
}

#search_window form .search_box_wrap input:invalid + label {
	transition: opacity 0.2s;
}
#search_window form .search_box_wrap input:valid + label {
	opacity: 0;
}
#search_window form .search_box_wrap .search-button {
	width: min(30px, 5vw);
	height: min(30px, 5vw);
	background-size: contain;
}

#search_results {
	flex: 1;
	overflow: auto;
}
#search_results h3 {
	color: white;
	text-transform: uppercase;
}
#search_results .container {
	overflow: hidden;
}
#search_results * {
	opacity: 1 !important;
}

#search_results ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

#search_results ul .item {
	display: block;
	font-size: 1.5rem;
	width: 100%;
	padding: 15px;
}

#search_results ul .item--product {
	width: 50%;
	display: block;
	font-size: 1rem;
}
@media (min-width: 768px) {
	#search_results ul .item--product {
		width: 33.3%;
	}
}
@media (min-width: 1024px) {
	#search_window {
		padding-top: 200px;
	}
	#search_results ul .item--product {
		width: 25%;
	}
}
@media (min-width: 1280px) {
	#search_window {
		padding-top: 200px;
	}
	#search_results ul .item--product {
		width: 16.6%;
	}
}

#search_results ul .item a {
	color: white;
}
#search_results ul .item--product a {
	background: white;
	text-align: center;
	color: black;
	display: block;
	height: 100%;
}
#search_results ul .item--product a span {
	display: block;
	padding: 15px;
}

@media screen and (max-width: 1039px) {
	.site-header .middle-bar {
		position: static !important;
	}
	.site-header #menu-toggle span,
	.site-header #menu-toggle span:before,
	.site-header #menu-toggle span:after {
		background-color: #fff !important;
	}
	.site-header {
		height: 75px;
		padding: 10px 0;
		margin-bottom: -75px;
	}
	.site-branding {
		padding-left: 15px;
	}
	.site-header #menu-toggle {
		top: 35px !important;
	}
	.main-navigation {
		width: 100%;
		position: fixed;
		top: 80px;
		bottom: 0;
		right: 0;
		z-index: 8;
		padding: 15px;
		visibility: hidden;
	}
	.menu-is-open .main-navigation {
		visibility: visible;
	}
	.main-navigation a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #fff;
		margin-bottom: 15px;
	}
	.menu-main-menu-container {
		height: 100%;
		overflow: auto;
	}
	.menu-lg > li.menu-item-has-children > a {
		display: none;
	}
	.main-navigation ul ul ul a {
		font-size: 15px;
		border-bottom: none;
		margin-bottom: 0px;
	}
	.main-navigation-outer {
		/* z-index: 5; */
		top: 15px;
		right: 80px;
		height: 46px;
	}
}
@media screen and (min-width: 1040px) {
	/*
	.main-navigation {
		position: absolute;
		top: 55px;
		right: 50px;
		z-index: 20;
	}
	*/
	.main-navigation ul {
		text-align: center;
	}
	.main-navigation > div > ul {
		display: block;
	}
	.main-navigation > div > ul > li {
		float: left;
		text-align: center;
	}
	.main-navigation > div > ul > li > a {
		padding: 20px 25px;
	}
	.main-navigation > div > ul > li > ul {
		width: 100vw;
		position: fixed;
		top: 150px;
		right: -50px;
		padding: 0 50px;
		text-align: center;
		display: flex;
		visibility: hidden;
		transition: visibility 0s ease-in-out 0.5s;
	}
	.main-navigation > div > ul > li.active > ul {
		visibility: visible;
		transition: visibility 0s ease-in-out 0s;
	}
	.main-navigation > div > ul > li > ul > li {
		border-right: 1px solid #fff;
		flex-grow: 1;
	    flex-basis: 0;
	    padding: 40px 0;
	}
	.main-navigation > div > ul > li > ul > li > a {
		margin-bottom: 40px;
	}
	.main-navigation > div > ul > li > ul > li:last-of-type {
		border-right: none;
	}

	.main-navigation > div > ul > li > ul > li li a {
		font-size: 16px;
		padding: 15px;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1040px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	/* overflow: hidden; */
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.shack-banner-slide {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.ios .shack-banner-slide {
	background-attachment: scroll;
}
.shack-banner-slide .slide-title span {
	display: block;
}

/**
Pagination
**/

.pagination {
	text-align: center !important;
	font-size: 24px !important;
}
.pagination .page-numbers {
	font-size: inherit !important;
	display: inline-block !important;
	float: none !important;
	overflow: hidden !important;
    margin: 5px !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
    background-color: white !important;
    text-align: center !important;
    color: #191919 !important;
    font-weight: 400 !important;
	border: 1px solid #675F5D !important;
}
.pagination .page-numbers.current {
	color: white !important;
    background-color: #675F5D !important;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	text-align: left !important;
	text-indent: -99em !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border: 0 !important;
}
.pagination .page-numbers.prev {
	background-image: url('images/arrow-left.png');
}
.pagination .page-numbers.next {
	background-image: url('images/arrow-right.png');
}

/* Woocommerce Gallery */
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav li {
	position: absolute;
	top: 27vw !important;
	z-index: 1000;
	margin: 0;
	padding: 20px;
	background: white;

}
.flex-direction-nav li.flex-nav-prev {
	left: 0;
}
.flex-direction-nav li.flex-nav-next {
	right: 0;
}
.woocommerce-product-gallery__wrapper > div {
	position: relative;
}
.woocommerce-product-gallery__wrapper > div > a {
	display: block;
	padding-top: 59%;
	position: relative;
}
.woocommerce-product-gallery__wrapper img {
	position: absolute;
	left: 0;
	top: 50% !important;
	transform: translateY(-50%);
	width: 100%;
}
.flex-direction-nav li {
    padding: 0;
    background: transparent;
    overflow: hidden;
    text-indent: -99em;
    width: 50px;
    height: 50px;
}
.flex-direction-nav li.flex-nav-prev {
    left: 30px;
}
.flex-direction-nav li.flex-nav-next {
    right: 30px;
}
.flex-direction-nav li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flex-direction-nav li a::after {
    content: ' ';
    width: 70%;
    height: 70%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid #9c9c9c;
}
.flex-direction-nav li a.flex-prev::after {
    border-top-width: 0;
    border-right-width: 0;
}
.flex-direction-nav li a.flex-next::after {
    border-bottom-width: 0;
    border-left-width: 0;
}

.long-arrow-right {
	vertical-align: middle;
	display: inline-block;
}
.long-arrow-right > svg {
	height: 0.8em;
}
.long-arrow-right > svg polyline,
.long-arrow-right > svg line {
	stroke-width: 2px;
}

.wrap.product-case-study {
	background-color: #9c9c9c !important;
	color: #fff;
	padding-top: 0;
}
.wrap.product-case-study-ajax {
	margin-left: 0;
    left: 0;
}
.wrap.product-case-study .product-case-study-banner {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -6% 5% -6%;
}
body.ios .wrap.product-case-study .product-case-study-banner {
	background-attachment: scroll;
}
.wrap.product-case-study .row:after {
	content:  '';
	display: block;
	clear: both;
}
.wrap.product-case-study .product-case-study-column {
	width: 40%;
	padding: 0;
	float: left;
}
.wrap.product-case-study .product-case-study-column:last-of-type {
	width: 45%;
	float: right;
}

@media (max-width: 1000px) {
	.wrap.product-case-study .product-case-study-column {
		width: 90% !important;
		float: none !important;
		margin: 0 auto 30px auto !important;
	}
}

.product-range-intro {
    min-height: 180px;
}

.product-range-intro ul {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 20px;
}
.product-range-intro ul li {
	margin:  0 0 10px 0;
}
.product-range-gallery {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}
@media (max-width: 800px) {
	.product-range-gallery {
		flex-direction: column;
	}
}
.product-range-gallery .product-range-gallery-image {
	max-width: 100%;
	width: 250px;
	height: 200px;
	display: block;
	margin: 5px;
}
.product-range-gallery .product-range-gallery-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.footer-social a {
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}

.product-cat-details-wrap {
	padding: 150px 100px 100px;
}
@media screen and (max-width: 767px) {
	.product-cat-details-wrap {
		padding: 0;
		width: 100% !important;
	}
}

.hero h1 {
	color: white;
}

/** Header **/

@media (max-width: 1023px) {
	#masthead .middle-bar {
		padding-right: 130px !important;
		display: flex;
		align-items: center;
	}
	#masthead .middle-bar .site-branding {
		max-height: 100%;
	}
	.site-branding img {
		width: 100% !important;
		max-width: 300px !important;
		display: block;
	}
}

/* Gallery Slider */
:root {
	--colour-carousel-nav: #bbb;
}

.gallery.owl-loaded .owl-stage {
	display: flex;
}
.gallery.owl-loaded .owl-stage .owl-item {
	opacity: 0;
	transition: opacity 0.2s;
}
.gallery.owl-loaded .owl-stage .owl-item.active,
.gallery.owl-loaded.owl-grab .owl-stage .owl-item {
	opacity: 1;
}
.gallery.owl-loaded .owl-stage .owl-item figure {
	width: 100%;
	max-width: 100%;
	display: block;
	border: 1px solid #eee;
	padding-top: 100%;
	position: relative;
}
.gallery.owl-loaded .owl-stage .owl-item figure .gallery-icon {
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}
.gallery.owl-loaded .owl-stage .owl-item figure a,
.gallery.owl-loaded .owl-stage .owl-item figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.owl-navaigation-container {
	text-align: center;
	margin-bottom: 1.5em;
}
.owl-navaigation-container-inr {
	display: inline-block;
	padding: 0 2em;
	position: relative;
}
.owl-fm-dots  {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.owl-fm-dots > .owl-dot {
	border: 1px solid var(--colour-carousel-nav);
	border-radius: 50%;
	width: 1em;
	height: 1em;
	position: relative;
	display: inline-block;
	margin: 0.1em;
}
.owl-fm-dots > .owl-dot:not(.active) {
	cursor: pointer;
}
.owl-fm-dots > .owl-dot > span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color: var(--colour-carousel-nav);
	border-radius: 50%;
	transition: width 0.2s, height 0.2s;
}
.owl-fm-dots > .owl-dot.active > span {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}
.owl-fm-nav > div {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-align: left;
	overflow: hidden;
	text-indent: -99em;
	width: 2em;
	height: 2em;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	cursor: pointer;
}
.owl-fm-nav > div::before {
	content: ' ';
	display: block;
	width: 50%;
	height: 50%;
	border: 1px solid var(--colour-carousel-nav);
	border-width: 0 0 1px 1px;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
}
.owl-fm-nav > div::after {
	content: ' ';
	display: block;
	width: 58%;
	border-top: 1px solid var(--colour-carousel-nav);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.owl-fm-nav > .owl-prev {
	left: 0;
}
.owl-fm-nav > .owl-next {
	right: 0;
}
.owl-fm-nav > .owl-next:before {
	right: 0;
	border-width: 1px 1px 0 0;
}
