/*!
Theme Name: Bourne Buildings
Theme URI: http://underscores.me/
Author: Hotbox Studios
Author URI: http://www.hotboxstudios.co.uk
Description: Woo Theme for Bourne
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bourne
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.

Bourne Buildings is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

:root {
  --button-radius: 10px;
  --gold:#FBB63F;
  --bg-blue:#202A44;
  --bg-light-blue: #6DB8DF;
  
  --dark-blue: #001926;
  --light-blue:#80CFF8;
  --nav-hover: #293b57;
  --nav-hover-alt: #324c69;
  --deep-gold: #AE906A;  
  --text: #737B76;
  --headings: #2D3932;
  --stroke: #E4E4E4;
  --blue-trans: rgba(0, 42, 64, 0.7);
  
  --light-grey: #B9BDBB;  
  --btn-radius: 10px;
}

.show { display: block; }
.hidden { display: none; }
.nm { margin: 0	}
/* breakpoint - desktop to tablet breakpoint - 1200px */
/* breakpoint - tablet to mobile - 500px */


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--dark-blue);
}

a:visited {
	color: var(--dark-blue);
}

a:hover,
a:focus,
a:active {
	color: var(--dark-blue);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

* {
	font-family: "Inter", sans-serif;
}

.btn_yellow {
	background: var(--gold);
	border-radius: var(--button-radius);
	color: var(--dark-blue);
	text-decoration: none;
	padding: .6rem 1rem;
}
.btn_yellow:hover {
	background: #fff;
}
.btn_yellow:visited {
	color: var(--dark-blue);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 10px;
	padding: 10px 24px 10px 48px;
	margin-top: -4px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 14px;
}
body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, 
body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, 
body .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	background-color: rgba(255, 255, 255, 0.58);
	color: #202a44;
	border-color: rgba(255, 255, 255, 0.03);
}

#dgwt-wcas-search-input-1::-webkit-input-placeholder { 
  color: #202A44;
}
#dgwt-wcas-search-input-1::placeholder {
  color: #202A44;
}



body {
	background: #FAFAFA;
	padding-top: 60px
}

.site-header {
	background: var(--bg-blue);
	color: #fff;
	overflow: hidden
}

.site-header__intro {
	display: none;
	font-size: .7rem;
	padding: .6rem 0 .4rem 0;
	justify-content: center;
}
.site-header__intro ul {
	margin: 0;
	padding: 0;
	display: flex;
	width: 80%;
	justify-content: space-around;
}
.site-header__intro li {
	list-style-type: none;
	border-right: 1px solid rgba(255, 255, 255, 0.272);
	width: 100%;
	text-align: center;	
}
	.site-header__intro .btn_yellow {
		padding: .5rem .7rem;
		position: relative;
		top: 3px;
	}
	
.site-header__brand {
	display: flex;
	position: fixed;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	top: 0;
	background: var(--bg-blue);
	z-index: 10;
}	
	.site-header__brand--search {
		display: none;
		min-width: 33vw;
	}
	.site-header__brand--col3 {
		min-width: 33vw;
	}
	.site-header__brand--logo {
		min-width: 50vw;
		text-align: left
	}
	.site-header__brand--col3 {
		display: none;
		justify-content: center;
		align-items: center
	}
	.site-header__brand--logo img {
		width: 100%;
		height: auto;
		padding: 1rem 1rem;
		max-width: 300px;
	}
	.site-header__brand--contact p {
		margin: 0 0 -5px 0;
		font-size: .8rem;
	}
	.site-header__brand--contact p + p {
		font-size: 1.22rem;
		font-weight: 600
	}
	.site-header__brand--contact a {
		color: var(--light-blue);
		text-decoration: none;
	}
	.site-header__brand--icons {
		margin-right: 2rem;
		min-width: 12vw;
	}
	.site-header__brand--icons ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	.site-header__brand--icons li {
		list-style-type: none
	}
	.site-header__brand--icons li a {
		padding: 5px;
	}
	.site-header__brand--icons img {
		width: 20px;
	}
	.site-header__brand--toggle .site-header__brand--contact{
		display: none;
	}
.site-header__navigation {
	background: var( --bg-light-blue);
	display: none;
}
	.site-header__navigation ul {
		margin: 0;
		padding: 0;
	}
.site-header__brand--toggle {
	text-align: right;
	display: flex
}	
@media (min-width: 1000px)
{
	body {
		padding-top: 96px
	}
	.site-header__intro {
		display: flex;
		position: fixed;
		top: 0;
		width: 100%;
		background: var(--bg-blue);
		z-index: 11;
	}
	.site-header__brand {
		top: 32px;
	}
	.site-header__intro li:first-child {
		display: none;
	}
	.site-header__brand--search {
		display: flex;
		min-width: Calc(100% - 634px);
	}	
	.site-header__brand--logo
	{
		text-align: left;
		min-width: 317px;
	}	
	.site-header__brand--toggle {
		min-width: 317px;
		justify-content: flex-end
	}
	.site-header__brand--toggle .site-header__brand--contact{
		display: block;
		margin-top: 10px;
	}	
	.hamburger--collapse {
		position: relative;
		top: 4px
	}
}
@media (min-width: 1200px)
{	
	body {
		padding-top: 0px
	}	
	.site-header__intro {
		position: static
	}
	.site-header__brand {
		justify-content: center;
		position: static
	}
	.site-header__navigation {
		display: block
	}	
	.site-header__brand--toggle {
		display: none;
	}
	.site-header__brand--logo
	{	
		min-width: 33vw;
		text-align: center;
	}	
	.site-header__brand--search {
		min-width: 33vw;
	}		
	.site-header__brand--col3 {
		display: flex
	}
	.site-header__brand--logo img {
		max-width: 410px;
	}
	.site-header__intro li:first-child {
		display: block
	}
	.site-header__navigation ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap
	}
	.site-header__navigation li {
		list-style-type: none;
		min-width: 11.111%;
		max-width: 11.111%;
	}
	.site-header__navigation a {
		color: var(--bg-blue);
		text-decoration: none;
		display: flex;
		min-height: 60px;
		max-height: 60px;
		justify-content: center;
		align-items: center;
		border-right: 1px solid rgba(255, 255, 255, 0.198);
		border-bottom: 1px solid rgba(255, 255, 255, 0.198);
		text-align: center;
		font-size: 12px;
		padding: 10px;
		overflow: hidden;
		flex-direction: column
	}
	.site-header__navigation a:hover {
		background: var(--nav-hover);
		color: var(--gold);
	}
	.site-header__navigation li:nth-child(9) a {
		border-right: 0px
	}
	.site-header__navigation li:nth-child(n+10) a {
		border-bottom: 0px
	}
}



.mobile-expand .site-header__navigation {
	top: 60px;
}
@media (max-width: 1199px)
{	
	body.mobile-expand {
		overflow: hidden
	}
	.mobile-expand .site-header__navigation {
		display: block;
		position: fixed;
		width: 100%;
		max-height: Calc(100vh - 60px);
		overflow-y: auto
	}	
	.site-header__navigation {
		background: var(--bg-blue);
	}
	.site-header__navigation ul {
		display: flex;
		flex-wrap: wrap
	}
	.site-header__navigation li {
		width: 50%;
	}
}

@media (min-width: 1000px) and (max-width: 1199px) 
{
	.site-header__brand {
		position: fixed;
		width: 100%;
		top: 32px;
		background: var(--bg-blue);
	}
	.mobile-expand .site-header__navigation {
		top: 96px;
	}	
}

@media (max-width: 1199px) 
{	
	.site-header__navigation {
		z-index: 11;
		padding: 1rem;
	}
	.site-header__navigation {
		margin: 0
	}
	.site-header__navigation li {
		list-style-type: none;
	}
	.site-header__navigation a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding: .5rem 0rem;
	}	
	.site-header__navigation a:hover {
		color: var(--light-blue)	
	}
}



.site-footer {
	padding: 2rem 1rem;
	font-size: .8rem;
	background: var(--bg-blue);
	color: #fff;
}
.site-footer p {
	color: #fff;
}	
.site-footer__site-logo svg {
	width: 230px;
	height:auto
}
.site-footer__menu {
	display: flex;
	width: 100%;
	flex-wrap: wrap
}
.site-footer__menu a {
	color: #fff
}
.site-footer__menu ul {
	margin: 2rem 0 2rem 0;
	padding: 0;
	padding-right: 3rem
}
.site-footer__menu li {
	list-style-type: none;
	line-height: 2;
	margin: 1rem 0;
}
.site-footer__menu a {
	text-decoration: none
}
.site-footer__menu a:hover {
	color: var(--light-blue);
}

.site-footer__site-social {
	margin: 1rem 0 2rem 0 
}
.site-footer__site-social ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.site-footer__site-social ul li {
	list-style-type: none
}
.site-footer__site-social ul li a {
	padding: 5px;
}
.site-footer__site-social img {
	height: 20px;
	width: auto
}
@media (min-width: 1000px)
{
	.site-footer {
		display: flex;
		padding: 2rem
	}
	.site-footer__menu ul {
		margin-top: 0
	}
	.site-footer__site-logo svg {
		margin: 22px 50px 8px 8px;
	}	
	.site-footer__site-info p {
		margin: 22px 0 0 0
	}
}
@media (max-width: 1500px)
{
	.menu-item-81 a span {
	  display: none;
	}
}





/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  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; }
  .hamburger:hover {
	opacity: 0.7; }
  .hamburger.is-active:hover {
	opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
	background-color: var(--light-blue); }

.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: 35px;
	height: 3px;
	background-color: var(--light-blue);
	border-radius: 0px;
	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; }


/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
	
	
	
	
.page-template-default .site-main {

}
p {
	color: var(--text);
}
body .demo_store {
	background-color: var(--deep-gold);
	color: #fff;
	text-align: center;
	font-size: .8rem
}
body .demo_store a {
	color: var(--dark-blue);
}
.woocommerce-ordering {
	display: none;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	padding: 1rem;
	background-color: #fff !important
}
.site-main {
	width: 100%;
	min-height: Calc(100vh - 555px)
}
.entry-title {
	font-weight: 500;
	color: var(--headings);
	margin-bottom: 0;
	margin-top: -10px
}
.entry-content h2 {
	font-weight: 500;
	color: var(--headings);	
}
.woocommerce-breadcrumb {
	color: var(--text);
	font-size: .9rem;
	font-weight: 500;
	margin-bottom: 1rem
}
.woocommerce-breadcrumb a {
	color: var(--bg-blue);
	text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
	text-decoration: underline
}
.site__page {
	max-width: 100%;
	margin: .5rem;
	margin-top: 2rem
}
.widget-area {
	margin-top: 6rem;
}
.product_list_widget li {
	list-style-type: none;	
	min-width: 48%;
	margin-bottom: .5rem
}
.woocommerce-products-header h1 {
	margin: 0;
	font-weight: 600
}
.delimiter__sep {
	margin: 0.4rem
}

@media (min-width: 1000px) {
	.site__page {
		max-width: 90vw;
		margin: 2rem auto;
	}
}
@media (min-width: 1200px) {
	#woo-sidebar {
		order: -1;
		min-width: 370px;
		margin-right: 2rem;
		margin-bottom: 2rem;
		border: 1px solid var(--stroke);
		background: #fff;
		border-radius: 12px;
		padding: 1rem;
	}
}
@media (min-width: 1200px) {
	.site__page {
		display: flex;
	}
	.widget-area {
		min-width: 30%;
		max-width: 30%;
		margin-left: 3rem;
		margin-top: 6rem;
	}	
	.product_list_widget li {
		min-width: 45%;
	}
}

.product_list_widget {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;	
}
	.product_list_widget a {
		color: var(--text);
		text-decoration: none;
		display: block;
		padding-bottom: .5rem;
	}
	.product_list_widget img {
		width: 100%;
		max-width: auto;
	}
	.product_list_widget .product-title {
		display: block;
		font-size: .9rem;
		padding-left: .2rem;
	}
	.product_list_widget li:hover a {
		color: var(--bg-blue);
		font-weight: 500
	}
	.error-404 h1 {
		color: var(--bg-blue);
		font-size: 4rem;
		margin-bottom: 0;
		line-height: 1;
	}
	

.home .site__page {
	max-width: 100%;
	margin: 0;
	flex-direction: column;
	background: #fff
}
.intro {
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding: 2rem 1rem 3rem 1rem;
	position: relative;
}	
	.intro::after {
		content: " ";
		position: absolute;
		z-index: 0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: var(--blue-trans);
	}
	.intro__content {
		position: relative;
		z-index: 1
	}
	.intro h1 {
		margin: 0;
		font-weight: 700;
		font-size: 2.2rem;
		line-height: 1.2
	}
	.intro h2 {
		font-weight: 200;
		margin: .5rem 0;
		font-size: 1.2rem
	}
	.intro__content p {
		color: #fff;
	}
	.intro a {
		background: #fff;
		border-radius: var(--btn-radius);
		color: var(--dark-blue);
		padding: 1rem 2rem;
		text-decoration: none;
		display: inline-block;
		margin-top: 1rem;
		font-size: .9rem;
		font-weight: 600
	}
	.intro a:hover {
		background: var( --bg-light-blue);
		
	}
	@media (min-width: 600px) {
		.intro {
			padding: 3rem;
		}
	}	
	@media (min-width: 768px) {
		.intro {
			padding: 5rem 2rem 7rem 2rem;
			text-align: center;	
			min-height: 50vh;
			display: flex;
			justify-content: center;
			align-items: center
		}
		.intro h1 {
			font-size: 3rem;
		}		
		.intro__content {
			max-width: 60vw;
			margin:  0 auto
		}
	}
	@media (max-width: 599px) {
		.intro a {
			display: block;
			text-align: center;
		}
	}	
.offers {
	padding: 3rem 0rem 3rem 1rem;
	margin: 0;	
}
	.offers h2 {
		font-weight: 700;
		margin: .5rem 0 0 0;
		font-size: 1.5rem;
		line-height: 1.2
	}
	.offers p {
		margin: 0
	}
	.offers__loop {
		margin: 0;
		padding: 0;
	}
	.offers__loop li {
		list-style-type: none;
		margin: .7rem .7rem .7rem 0;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
	}
	.offers__loop li:after {
		content: " ";
		position: absolute;
		z-index: 0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		background: rgb(1,28,42);
		background: linear-gradient(90deg, rgba(1,28,42,1) 0%, rgba(1,28,42,0) 65%);
	}
	.offers__loop--item a {
		position: relative;
		text-decoration: none;
		color: #fff;
		padding: 1.5rem;
		padding-bottom: 5rem;
		display: block;
		height: 100%;
	}
	.offers__loop--item a div {
		z-index: 1;
		position: relative;
		max-width: 60%
	}
	.offers__loop--item p {
		font-size: .7rem;
		color: #fff;
		font-weight: 100;
	}
	.offers__loop li img {
		position: absolute;
		object-fit: cover;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0
	}
	
	@media (min-width: 1000px) {
		.offers {
			padding: 3rem 0rem 3rem 2rem;
			margin: 0;	
		}
		.offers__loop--wrap {
			width: 100%;
			overflow-x: scroll;
			overflow-y: hidden
		}
		.offers ::-webkit-scrollbar {
		  display: none;
		}
		.offers__loop {
			position: relative;
			width: 100vw;
			overflow-x: scroll;
			overflow-y: hidden;
			white-space: nowrap;
			transition: all 0.2s;
			transform: scale(0.98);
			will-change: transform;
			user-select: none;
			cursor: pointer;
			left: -14px;
		}
		.offers__loop.active {
			cursor: grabbing;
			cursor: -webkit-grabbing;
			transform: scale(1);
		}		
		.offers__loop--item {
			white-space: normal;
		}
		.offers__loop li {
			width: 40vw;
			display: inline-block
		}
		.offers h2 {
			font-size: 2rem;
		}
	}
	@media (min-width: 1200px) {
		.offers__loop--item a {
			padding-bottom: 8rem
		}
	}	

.brands {
	text-align: center
}
	.brands h2 {
		color: var(--text);
		font-size: 1rem;
		font-weight: 200
	}
	.brands__loop {
		margin: 0;
		padding: 0;
	}
	.brands__loop--img {
		height: 110px;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.brands__loop li {
		list-style-type: none;
		display: inline-block;
		width: 200px;
	}
	.brands__loop a {
		text-decoration: none;
		font-weight: 500;
		font-size: .8rem
	}
	.brands__loop a:hover {
		text-decoration: underline;
		color: var(--deep-gold);
	}	
	.brands__loop a p{
		color: var(--deep-gold);
	}	
	
.showsite {
	text-align: center;
	margin: 4rem 0;
}
	.showsite h2 {
		font-weight: 700;
		margin: 1.5rem 0 0 0;
		font-size: 2rem;
		line-height: 1.2;
		text-align: center
	}	
	.showsite p {
		text-align: center;
		margin-bottom: 0;
		margin-top: 4px;
	}
	.showsite a {
		background:var(--dark-blue);
		border-radius: var(--btn-radius);
		color: #fff;
		padding: 1rem 2rem;
		text-decoration: none;
		display: inline-block;
		margin-top: 1rem;
		font-size: .9rem;
		font-weight: 600
	}
	.showsite a:hover {
		background:var( --bg-light-blue);
	}	
	@media (max-width: 599px) {
		.showsite a {
			display: block;
			text-align: center;
		}
		.showsite {
			padding: 0 1rem
		}		
	}	

.quotes_box {
	background: url('/wp-content/uploads/2023/04/ss.svg') no-repeat bottom center;
	background-size: cover;	
}	
.quotes_box--inner {
	padding: 0 1rem;
}
	.quotes_box--site {
		border-radius: 15px;
	}
	.quotes__loop {
		margin: 1rem 0 3rem 0;
		padding: 0;
		padding-bottom: 1rem;
	}
	.quotes__loop li {
		list-style-type: none;
		width: 100%;
		margin-bottom: 1.5rem
	}
	.quotes__loop--item {
		background: #fff;
		padding: 2rem;
		border-radius: 10px;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
	}
	.quotes__loop--about {
		display: flex
	}
	.quotes__loop--photo img {
		width: 45px;
	}
	.quotes__loop--details {
		padding-left: 1rem;
	}
	.quotes__loop--name {
		color: var(--dark-blue);
		font-weight: 500;
	}
	.quotes__loop--details p {
		margin: 0;
		font-size: .9rem
	}
	@media (min-width: 1000px) {	
		.quotes_box--inner {
			padding: 0 2rem;
		}
		.quotes__loop li {
			width: 30%;
		}
		.quotes__loop {
			display: flex;
			justify-content: space-between;
			margin-bottom: 0rem;
			margin-top: 2rem;
		}
	}
	
.home_products {
	text-align: center;
	margin: 0 0;
	padding: 5rem 1rem;
	background: #FAFAFA;
}
	.home_products h2 {
		font-weight: 700;
		margin: 1.5rem 0 0 0;
		font-size: 2rem;
		line-height: 1.2;
		text-align: center
	}	
	.home_products p {
		text-align: center;
		margin-bottom: 0;
		margin-top: 4px;
	}
	.home_products .woocommerce-categories {
		margin: 0;
		padding: 0;
	}
	.home_products .woocommerce-categories li {
		list-style-type: none
	}
	.woocommerce-categories {
		display: flex;
		flex-wrap: wrap;
	}
	.home_products .woocommerce-categories li img {
		width: 100%;
		border-radius: 10px;
		transition: .2s all ease-in-out;
	}
	.home_products .woocommerce-categories li:hover img {
		transform: scale(1.01);
	}
	.woocommerce-categories li {
		width: Calc(50% - 0.5rem);
		margin: 1rem 0;
	}
	.woocommerce-categories li:nth-child(odd) {
		margin-right: 1rem
	}
	.home_products a {
		text-decoration: none;
	}
	.home_products a:hover{
		text-decoration: underline;
		color: var(--text);
	}	
	.home_products a h2 {
		font-size: 1rem;
		color: var(--text);
		font-weight: 200;
		text-align: left;
		margin: 0
	}
	@media (min-width: 1000px) {
		.home_products {
			padding: 2rem;
		}
		.woocommerce-categories li {
			width: Calc(25% - 2rem);
			margin: 1rem;
		}
	}

.products__header {
	max-width: 100%;
	margin: .5rem;
	padding: 2rem;
	position: relative;
	color: #fff;
	border-radius: 10px;
	z-index: 1;
	background-size: cover;
	background-position: center
	
}
	.products__header::after {
		content: " ";
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: var(--blue-trans);
		border-radius: 10px;
	}
	.products__header--wrap__brand {
		width: auto;
		height: 90px
	}
	.woocommerce-products-header__title {
		margin: 1.5rem 0 1.5rem 0 
	}
	.products__header--wrap__brand + .woocommerce-products-header__title {
		margin-top: 0;
	}
	.products__header p {
		color: #fff;
	}
	.products__header .term-description p {
		margin: 0
	}
	.products__header .woocommerce-breadcrumb,
	.products__header .woocommerce-breadcrumb a {
		color: #fff
	}
	.products__header--buttons {
		margin: 1.5rem 0 0 0;
		padding: 0;
	}
	.products__header--popular {
		margin: 1rem 0 0 0;
		padding: 0;		
	}
	.products__header--buttons li, 
	.products__header--popular li {
		list-style-type: none;
		display: inline-block;
		font-size: .8rem
	}
	.products__header--buttons a {
		padding: .85rem 2rem;
		margin-right: 1rem;
		border-radius: var(--btn-radius);
		color: var(--dark-blue);
		background: #fff;
		text-decoration: none;
		border: 1px solid #fff;
		display: inline-block;
	}
	.products__header--buttons a.Transparent {
		background: rgba(255, 255, 255, 0.342);
		border: 1px solid #fff;
		color: #fff
	}
	.products__header--buttons a:hover {
		background: rgba(255, 255, 255, 0.342);
		border: 1px solid #fff;
		color: #fff
		
	}
	.products__header--popular a {
		padding: 1rem;
		color: #fff;
		text-decoration: none;
		display: inline-block
	}
	.products__header--popular a:hover{
		text-decoration: underline
	}	
	.products__header--popular-1 {
		opacity: .8
	}
	@media (min-width: 769px)
	{
		.products__header {
			margin: 2rem auto;
			max-width: 90vw;
		}
	}
	@media (min-width: 1000px)
	{
		.products__header--wrap {
			width: 50%;
		}
	}
.woocommerce-result-count {
	width: 50%;
	float: left;
	margin: 0 0 1rem 0;
	padding: 0;	
}
.woocommerce-result-count::after {
	content: "";
	clear: both;
	display: table;
}
.woocommerce-ordering {
	width: 50%;
	float: left;
	text-align: right
}
.product__loop {
	margin-top: 3rem;
	clear: both
}
.product__loop .product {
	background: #fff;
	border: 1px solid var(--stroke);
	border-radius: var(--button-radius);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: .2s all ease-in-out
}
.product__loop .product:hover {
	transform: scale(1.01);
}
.product__loop .product img {
	display: block;
	width: 100%;
	max-height: 206px;
	object-fit: cover;
}	
	.from_price {
		display: block;
		color: var(--light-grey);
		font-size: .7rem;
		margin-bottom: 0px;
		margin-top: .5rem;
		font-weight: 300
	}
	.product__loop a {
		text-decoration: none;
	}
	.product__inner {
		padding: 1rem 1rem 1rem 1rem;
	}
	a .product__inner  {
		color: var(--dark-blue);
		text-decoration: none;
	}
	a .product__inner .woocommerce-loop-product__title {
		margin: 0;
		font-size: 1.1rem;
		font-weight: 600;
		text-decoration: none;
	}

.about--page {
	margin: 1rem;
}
.aintro {
		border-radius: 10px;
		overflow: hidden;
		background-size: cover;
		background-position: center center;
		color: #fff;
		padding: 2rem 1rem 3rem 1rem;
		position: relative;
	}	
		.aintro::after {
			content: " ";
			position: absolute;
			z-index: 0;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background: var(--blue-trans);
			opacity: .8
		}
		.aintro__content {
			position: relative;
			z-index: 1
		}
		.aintro h1 {
			margin: 0;
			font-weight: 700;
			font-size: 3rem;
			line-height: 1.2
		}
		.aintro h2 {
			font-weight: 200;
			margin: .5rem 0;
			font-size: 1.2rem
		}
		.aintro__content p {
			color: #fff;
		}
		.aintro a {
			background: #fff;
			border-radius: var(--btn-radius);
			color: var(--dark-blue);
			padding: 1rem 2rem;
			text-decoration: none;
			display: inline-block;
			margin-top: 1rem;
			font-size: .9rem;
			font-weight: 600
		}
		.aintro a:hover {
			background: var( --bg-light-blue);
			
		}
		@media (min-width: 600px) {
			.aintro {
				padding: 3rem;
			}
		}	
		@media (min-width: 768px) {
			.aintro {
				padding: 5rem 2rem 7rem 2rem;
				min-height: 30vh;
				display: flex;
				align-items: center
			}
		}
		@media (max-width: 599px) {
			.aintro a {
				display: block;
				text-align: center;
			}
		}	
.about__gallery {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
	.about__gallery--item {
		list-style-type: none;
		border-radius: 10px;
		overflow: hidden;
		margin: 1rem 0;
		width: 24%;
	}
	.about__gallery--item img {
		height: 100%;
		width: 100%;
		object-fit: cover
	}
.about--us {
	max-width: 50vw;
	margin: 0 auto
}
.about--us h2 {
	text-align: center
}
.location_box {
	margin: 1rem;
	text-align: center
}
	.location_box h2 
	{
		max-width: 90vw;
		margin: 0 auto
	}
.about--video {
	margin: 1rem;
	display: flex;
	flex-wrap: wrap
}	
	.about--video__video {
	width: 100%
	}
	.about--video__content {
	width: 100%
	}
	.about--video__video img {
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-right: 1rem;
	}
@media (max-width: 1000px) {
	.about--video__content {
		margin: 1rem 0 0 0;
		text-align: left;
	}
	.about--us {
		max-width: 100%;
		margin: 1rem;
		text-align: left;
	}
	.about--us h2 {
		text-align: left;
	}
}	
@media (min-width: 1000px) {
	.about--video__video {
		width: 70%;
		min-width: 70%;
	}
	
	.about--video__content {
		width: 30%;
		min-width: 30%;
		padding: 1rem;
	}
}
.about--video__content h2 {
	margin: 0
}
.about--video__content h3 {
	font-weight: 500;
	color: var(--nav-hover-alt);
	margin: 0;
	font-size: 1rem;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.page-template-about .quotes_box--inner{
	margin: 1rem 0;
	padding: 0 1rem ;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

.woocommerce-form-login {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 1000px) {
	.woocommerce-form-login {
		padding-left: 40%;
	}
	.woocommerce-form-login::after {
		content: " ";
		width: 40%;
		position: absolute;
		height: 100%;
		background: url('/wp-content/uploads/2023/04/garden-buildings-homepage.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;	
	}	
}

.woocommerce-form-login::before {
	content: " ";
	background: url('/wp-content/themes/bourne/img/logo.svg') no-repeat center;
	background-size: contain;
	width: 25vw;
	left: 50%;
	height: 100px;
	
}
.woocommerce-LostPassword {
	padding-left: 1rem
}
.woocommerce-form-login .woocommerce-button {
	background: var(--dark-blue);
	border-radius: var(--btn-radius);
	color: #fff;
	padding: 1rem 2rem;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-top: 1rem;
	font-size: .9rem;
	font-weight: 600;	
	border: none;
} 
.form--inner {
	
}
.toggle_button {
	display: inline-block;
	background: var(--dark-blue);
	border-radius: 12px;
	color: #A7D4EC;
	margin-bottom: 1rem;
	font-size: .8rem
}
.toggle_button:hover {
	cursor: pointer
}
.tac {
	text-align: center
}
.toggle_button .toggle a {
	padding: .7rem;
	display: inline-block;
	color: #A7D4EC;
	text-decoration: none;
	margin: 2px
}
.toggle_button a.active {
	background: #fff;
	border-radius: var(--button-radius);
	margin: 2px;
	color: var(--dark-blue);
}
.product__details--interior {
	display: none;
}
.product__details--exterior {
	display: block
}
.product__details--interior.show {
	display: block;
}
.product__details--exterior.show {
	display: block
}
.product__details--interior.hidden {
	display: none;
}
.product__details--exterior.hidden {
	display: none
}
.woocommerce-tabs.wc-tabs-wrapper.hidden{
	display: none
}


.product__details--interior {
	background: #fff;
	min-height: 600px;
	border:  1px solid var(--stroke);
	text-align: center;
	padding-top: 4rem;
	border-radius: 10px;
}


.site__page--col2 .price {
	position: sticky;
	top: 0px;
}


.pewc-hidden-field.pewc-item-calculation {
	display: block;
	visibility: visible;
}
.pewc-item-calculation .pewc-field-label {
	display: none;
}
.pewc-item-calculation .pewc-calculation-price-wrapper {
	position: absolute;
	top: 0px;
	right: 0
}
.pewc-item-calculation {
	height: 0
}
.pewc-product-extra-groups li.pewc-item-calculation {
	margin-bottom: 0
}
.pewc-item-field-image-wrapper {
	max-width: 80px;
	min-width: 80px;
}
li.pewc-has-field-image, li.pewc-has-field-image.pewc-variation-dependent.active {
	align-items: flex-start;
}
.pewc-group-wrap  {
	background: #fff;
	padding: .5rem;
	border: 1px solid var(--stroke);
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: .5rem;
	
}
/*
.pewc-item[data-field-price|="0"] {
	background: red !important
}
*/
.pewc-group-wrap.addon-area h1 {
	font-size: 1rem
}
.addon-area {
	display: none
}

.addon-area h3 {
	font-size: 1rem;
	padding: 0;
	margin: 0;
}
.addon_item {
	display: block;
	margin-top: 10px;
}
.addon_item-desc {
	display: flex;
}
.addon_item-detail {
	display: block;
	margin-bottom: 1rem;
	margin-top: 5px;
	clear: both;
	min-height: 30px;
}
.addon_item-detail.checkbox {
	margin-right: 4rem;
	margin-top: -1.6rem;
}

.addon_item-title {
	font-size: .9rem;
	margin-top: 0;
	margin-bottom: 0;
}
.addon_item-cost {
	margin-left: auto
}
.icon-check {
	background: url('img/icon-check.svg') no-repeat center;
	background-size: 10px;
}

.checkbox-wrapper_style {
	display: grid;
	grid-template-columns: 40px auto 100px;
}
.checkbox-wrapper_style .round {
	position: relative;
}
  .checkbox-wrapper_style .checkbox_image {
	  height: 100px;
	  overflow: hidden;	  
	  border-radius: 10px;
  }
  .checkbox-wrapper_style .checkbox_image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: center;
  }
  .checkbox-wrapper_style .round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	width: 28px;
	display: block;
  }

  .checkbox-wrapper_style .round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 8px;
	opacity: 0;
	position: absolute;
	top: 9px;
	transform: rotate(-45deg);
	width: 12px;
  }

  .checkbox-wrapper_style .round input[type="checkbox"] {
	visibility: hidden;
	display: none;
	opacity: 0;
  }

  .checkbox-wrapper_style .round input[type="checkbox"]:checked + label {
	background-color: #6eb8df;
	border-color: #6eb8df;
  }

  .checkbox-wrapper_style .round input[type="checkbox"]:checked + label:after {
	opacity: 1;
  }
  .clearfix::after {
	content: "";
	clear: both;
	display: table;
  }
  
 .addon_item--desc {
	 font-size: .8rem;
	 padding-right: 100px
 } 
 .addon_item--desc p {
	 margin-bottom: 5px;
	 margin-top: 5px
 }
 
 
 .modal {
   display: none; /* Hidden by default */
   position: fixed;
   inset: 0;
   background: rgba(32, 42, 68, 0.716);
   justify-content: center;
   align-items: center;
   z-index: 9999;
 }
 
 .modal.show {
   display: flex;
   animation: fadeIn 0.3s ease;
 }
 
 .modal-content {
   position: relative;
   max-width: 90%;
   max-height: 90%;
 }
 
 .modal-content img {
   max-width: 100%;
   max-height: 100%;
   border-radius: 6px;
   box-shadow: 0 4px 20px rgba(0,0,0,0.4);
 }
 
 .modal-close {
   position: absolute;
   top: -10px;
   right: -10px;
   background: #fff;
   border: none;
   font-size: 1.8rem;
   line-height: 1;
   padding: 0 8px;
   border-radius: 50%;
   cursor: pointer;
   width: 35px;
   height: 35px;
 }
 
 @keyframes fadeIn {
   from { opacity: 0; }
   to { opacity: 1; }
 }
 
.postcode-gate { padding:1rem; border:1px solid #eee; border-radius:8px; }
.postcode-gate__form { display:flex; gap:.5rem; align-items:center; flex-wrap:wrap; }
.postcode-current {
	border: 1px solid #e8e8e8;
 	border-radius: 8px;
 	margin: 1rem 1rem 1rem 1rem;
 	background: #fff;	
}
.postcode-gate h2 {
	margin: 0
}

  
.postcode-gate,
.postcode-change { 
	border: 1px solid #e8e8e8;
 	border-radius: 8px;
 	margin: 1rem 1rem 1rem 1rem;
 	background: #fff;
}
.postcode-change {
	width: 100%;
	margin-left: 0;
	padding: 1rem
}
.postcode-gate__form button,
.postcode-change button {
	background: var(--dark-blue);
	color: #fff;
	text-align: center;
	border: none;
	display: inline-block;
	padding: 1rem 3rem;
	border-radius: 10px;
	flex: 1;
}
.postcode-gate__form input {
	height: 47px;
	border: 1px solid #001926;
	border-radius: 6px;
	width: 250px;
	padding: 10px;
}
.postcode-current {
	display: flex;
	gap: .5rem;
	align-items: center;
	flex-wrap: wrap;
	padding: 1rem;
	margin: 0px 0;
	box-sizing: inherit;
	width: auto;
}
.postcode-current {
	padding-left: 60px;
	background: #fff url('/wp-content/themes/bourne/img/delivery.svg') no-repeat;
	background-size: 58px;
}
.postcode-current strong {
	color: #001926
}
.lil-size {
	text-transform: uppercase;
	font-size: 14px;
}


.image-select-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

@media (min-width: 900px)
{
	.image-select-group {
		grid-template-columns: repeat(4, 1fr);
	}
	.image-glass-group.image-select-group {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1200px) and (max-width: 1500px)
{
	.image-select-group {
		grid-template-columns: repeat(3, 1fr);
	}
}

.image-option {
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease;
	padding: 8px;
	background: #fff;
}

.image-option img {
	width: 100%;
	height: 145px;
	object-fit: cover;
	display: block;
	margin: 0 auto 6px;
	border-radius: 4px;
}
.image-glass-group .image-option img {
	object-fit: contain;
}
.image-option {
	border-color: #e8e8e8;	
}
.image-option.selected {
	border-color: #001926;
}
.image-select-group .option-label {
	font-size: 12px
}
.image-select-group .option-label strong {
	display: block;
	margin-bottom: 10px;
	font-size: 13px
	
}
.image-option.disabled {
	background: #eaeaea;
}
.image-option.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* Cross lines */
.image-option.disabled::before,
.image-option.disabled::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140%;
	height: 3px;
	background: rgba(0, 0, 0, 0.6);
	transform-origin: center;
	z-index: 5;
}

.image-option.disabled::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.image-option.disabled::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.image-option.disabled:hover {
	border-color: #e8e8e8;
	cursor: not-allowed
}
.image-option:hover {
	border-color: #999;
}
.image-option.selected:hover {
	border-color: #001926;
}

.option-label {
	font-size: 13px;
	line-height: 1.3;
}
.image-option { 
	position: relative; 
}
.doors-select-group .image-option {
	padding-bottom: 80px;
}
.hinge-chooser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.image-option.selected .hinge-chooser {
  border-top: 2px solid #001926;	
}
.hinge-btn {
  display: inline-block;
  width: 100%;
  padding: 5px;
  background: #f3f3f3;
  font: inherit;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
  border:none
}
.hinge-btn  strong {
	font-size: 13px;
	display: block
}
.image-option.selected .hinge-btn.is-active { 
	background: #6eb8df;
	color: #fff;
	border-radius: 0;
	border-bottom-left-radius: 4px;
}
.image-option .hinge-btn + .hinge-btn {
	text-align: right;
}
.image-option.selected .hinge-btn + .hinge-btn.is-active { 
	background: #C8E5F3;
	border-radius: 0;
	border-bottom-right-radius: 4px;
	
	background: #6eb8df;
	border-radius: 0;
	border-bottom-right-radius: 4px;
	color: #fff;
}
.hinge-btn[disabled] {
  opacity: .45;
  cursor: not-allowed;
}
.image-option.selected .hinge-btn + .hinge-btn {
	border-left: 2px solid #001926;
	border-radius: 0
}