/*
Theme Name: iDKamper2025
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
font-family: 'Montserrat', sans-serif;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 500;
	color:#333;
}

dfn {
	font-style: italic;
}



mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
table.vehicle-specs th {text-align:left;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #909090;
	font-size: 1rem;
	line-height: 1.5;
}
.homeintro p {padding:1% 2%;} 


h3,
h4,
h5,
h6 {
	clear: both;
font-family: 'Montserrat', sans-serif;
	color:#333;
 /* background: -webkit-linear-gradient(#65a852, #009c7d, #445721);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/

}


h1 {
font-family: 'Montserrat', sans-serif;

	font-size:48px;
	font-weight:800;
	color:#333;
	}
h2 {
font-family: 'Montserrat', sans-serif;

	font-size:36px;
	font-weight:600;
	color:#000;
	}
h3 {
	margin-top:.5rem;
	font-weight:600;
}
p {
	margin-bottom: 20px;
	font-size:16px;
	font-weight:300;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-size:1.3em;
	font-style:italic;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

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. */
}
.homeintro img {overflow:hidden; display:block;}
figure {
	margin: 0 0; /* Extra wide images within figure tags don't overflow the content area. */
}
.wp-block-image {
    margin-bottom: 0!important;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.woocommerce-products-header h1 {margin-bottom:-1rem;}
/*--------------------------------------------------------------
# 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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #333;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
    text-align: left;
	color:#333;
	padding-top:0.75rem;
}

.main-navigation {
	display: block;
	line-height:50px;
}

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

.main-navigation li {
    float: left;
    position: relative;
    padding: 5px 1rem 0 1rem;
    line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	font-size:0.8rem;
	font-weight:600;
	
}
.main-navigation li a {color:#fff;} 
.main-navigation li a:hover { color:orange;}
.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 3em;
    left: -999em;
    z-index: 999;
    display: inline-block;
    background: rgba(0,0,0,0.88);
	padding-bottom: 0!important;
}

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

.main-navigation ul ul a {
    min-width: 200px!important;
    text-align: left;
    line-height: 1em;
    padding: 0.5em 0;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.submenu {
    text-align: center;
    border-bottom: 2px solid black;
}
.submenu ul {list-style:none; padding:0; margin:0; display:inline-block;}
.submenu li {float:left; display:inline-block; padding: 5px 15px 0;}
.submenu li a:hover {color:black;}
.submenu  a {text-decoration:none;}


#site-navigation {
    grid-column: 11;
}
/* Small menu.*/ 
/* Icon 4 */
#nav-icon4 {
  width: 32px;
  height: 23px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	z-index:99999;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/*.toggled*/
.toggled #nav-icon4 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: 8px;
}

.toggled #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.toggled #nav-icon4 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}
.menu-toggle,
/*.main-navigation.toggled ul {
	display: block;
}*/
.main-navigation.toggled li {width:100%; text-align:left;}
button.menu-toggle {grid-column: 11 / span 1; border:none; cursor: pointer; background:none;}
.main-navigation.toggled a {color:#fff;}
.main-navigation.toggled ul {
	position:fixed; 
	top:72px;
	right:0; 
	width: 50vw;
	min-width:320px;
	height:100%;
	background:rgba(0,0,0,0.75);
	padding-bottom:2rem;
	z-index:999;
	display:block;
	animation: slidein 0.5s ease-in-out;
}
@keyframes slidein {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
.main-navigation.toggled ul li {padding:0 1rem;}
.main-navigation.toggled ul ul {
    position: relative;
    top: 0;
    left: 0;
	box-shadow: none;
	background:none;
}





.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%;
}
.scrollToTop {
	
    position: fixed;
    bottom: 25px;
    right: 20px;
    background: rgb(0, 0, 0);
    width: 54px;
    height: 54px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scrollToTop span {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    display: inline-block;
    color: #fff;
    top: -24px;
    margin: 0 auto;
    position: relative;
    font-size: 46px;
    width: 54px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.5);
}
.scrollToTop:hover span {
    color: #fff;
    top: -15px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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
--------------------------------------------------------------*/
.spaced-top {margin-top:80px;}
.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;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding-right, padding-left: 1rem;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

.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; 
}
/*structure*/
#top-header {width:100%; background:#fff; color:#000; top:0; left:0;  display:grid; grid-template-columns: repeat(12, 1fr)}
.site-header {
  background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,1));
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 999;
}
.inner-header {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    background: none;
	padding:0 1.5rem;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
}
.header-spacer {height:132px; position:relative; top:0; left:0; width:100%;}
.inner {
	max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
}
.narrow {max-width:960px; padding:1rem;}
.half-text {max-width:660px; margin:0 auto; padding:0 2rem;}
.map-box {width:100%; max-width:600px; margin:0 auto; padding:1rem;}
.banner-logo {
    position: relative;
    top: 50%;
    transform: translateY(-40%);
    width: 500px;
	max-width:60vw;
    height: auto;
    margin: 0 auto;}
.welcome {max-width:1080px; margin:0 auto; padding:16px; box-sizing:border-box;}
.about-us {overflow:hidden; background:#e56b29; color:#fff;
background-image: linear-gradient(to right, rgba(229,107, 41, 0), rgba(0, 0, 0, 0.5));
}
.about-us strong, .about-us h2 {color:#fff; font-weight:600;}
.about-us img {display:block; margin-bottom:1rem; box-shadow:20px 20px 0px #000;}
.about {padding: .5rem 1rem; max-width:960px; margin:0 auto;}
.about img {max-width:480px; height:auto;}
.grid-image img {width:100%; height:100%; object-fit: cover; object-position: center center; display:block;}
.innerbg {width:100%; background:#0F0;} 
.section {width:100%; float:left; min-height:100vh; position:relative;}
section.related {clear:both;}
.suppliers-section, .contact {min-height:200px; width:100%; overflow:hidden; background:#f2f2f2;}
.contact {padding:50px; box-sizing: border-box;}
.suppliers-section img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
/* Disable grayscale on hover */
.suppliers-section img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.contact h2,  .contact p {color:#fff;}
.contact p, .contact a {font-weight:400;}
.contact>div {width:100%; background:rgba(255,255,255,0.25); box-sizing: border-box;}
.bluebg{background-color:#637789;} 
#ethos h2 {font-family: 'Dawning of a New Day', cursive; color:#666; background: none; margin: 0 auto; max-width:80vw; -webkit-background-clip: none; text-align:center; font-size:3em;}
#ethos h4 {width: 100%;
    text-align: center;}
#locations h2 {margin:0; text-align: center;
    padding: 20px;}
.bluebg p, .bluebg h1, .bluebg h2, .bluebg h3{color:#fff;}
.wideboy {margin:0 auto; width:100%; max-width:760px;}

.homeintro {background:none; /*border:1px solid #ccc;*/ overflow:auto; height:auto; position:relative;} 
.site-footer {width:100%; clear:both; min-height:180px; background-color:#615d59;}
#logo {position: relative;  left:1rem; top:1rem; max-width:150px; text-align:left; padding:0.25rem; grid-column: span 3;}  
.phonenumber {background:#000; float:right; color:#ccc;}
.overlay {position:absolute; left:0; top:0; width:100%; height:100%; background: url(images/dots.png) repeat;} 
.homefeature {
    background: none;
    padding: 0 1.5%;
    position: absolute;
    width: 100%;
    bottom: 0;
	}
.homefeature h1, .homefeature h2, .homefeature h3 {color:#fff;}
.homefeature h1 {font-size:55px; padding-bottom:0; margin-bottom:0;} 
.homefeature h2 {font-size:33px; margin-top: 0px;margin-bottom:0;}
.homefeature h3 {font-size:22px;margin-top: 0px;margin-bottom:0;}
.feature {padding:1.5%;}
.feature h2 {color:#dbcab2;}
.gradient {
	background-color: #ffffff;                                             /* fallback color (eg. the gradient center color), if gradients not supported; you could also work with an gradient image, but mind the extra HTTP-Request for older browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#0C93C0, EndColorStr=#FFFFFF )"; /* IE8-9, ColorZilla Ultimate CSS Gradient Generator uses SVG bg image for IE9 */
background-image: -webkit-linear-gradient(top, rgba(155,205,221,0.5), rgba(246,224,192,0.5) ); /* Chrome10-25, Saf5.1-Saf6, iOS -6.1, Android -4.3 */
background-image:    -moz-linear-gradient(top, rgba(155,205,221,0.5), rgba(246,224,192,0.5) ); /* Fx3.6-15 */
background-image:      -o-linear-gradient(top, rgba(155,205,221,0.5), rgba(246,224,192,0.5) ); /* Op11.10-12.02 */
background-image:         linear-gradient(to bottom, rgba(155,205,221,0.5), rgba(246,224,192,0.5) ); /* W3C, Fx16+, Chrome26+, IE10+, Op12.10+, Saf6.1+ */
/*background-image:         linear-gradient(to bottom, #009c7d, #043d52 ); /* W3C, Fx16+, Chrome26+, IE10+, Op12.10+, Saf6.1+ */
}
.grid-two {display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
	justify-items: center;}
.grid-three {display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
	justify-items: center;}
.grid-five {display: grid;
    align-items: start;
    justify-content: center;
	justify-items: center;}
.align-top { align-items:flex-start;}
.blog-post {padding:1rem;}
.blog-post a {text-decoration:none;}
.blog-post h2 {font-size:1.5em; margin-top:0;}
.entry-content h1 {font-size:2.2em; clear: both;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #445721;}
.site-info {padding-top:1em; font-size:90%; color:#999; text-align: center;}
.site-info a { color:#999; text-decoration:none;}
.site-info p { color:#ffffff;}
.contactform {max-width:600px; margin:0 auto;}
#phone-number {color:#ddd; position:fixed; top:70px; width:100%; background:#333; text-align:center; z-index:950; line-height:40px;vertical-align: middle; height:40px; border-bottom:1px solid #fff;border-top:1px solid #fff;}
#phone-number a {text-decoration:none; color:#fff;}
#phone-number img {vertical-align: middle; line-height:40px;}
.dark-bg {color:#fff;} 
.dark-bg a {color:#ccc;}
.light-bg {color:#909090;}
.beige-bg {background-color: #8c8475; color:#fff;}
.beige-bg a, .beige-bg h2, .beige-bg h3 {color:#fff;}
.lt-beige-bg {background-color:rgba(140,132,117,0.1)} 
.idk-department {background:#ddd; width:100%; height:100%; position:relative; aspect-ratio:1/1;}
.idk-department img {width:100%; height:100%; max-width:none; object-fit:cover;}
.idk-department p {margin:0; padding:0}
.idk-department h2 {
	position:absolute;
	bottom:1rem;
	left:1rem;
	font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 3.3rem;
    line-height: 3.3rem;
    letter-spacing: 0.2rem;
	
}

/*responsive containers*/

.fullheight {height:100vh;}
.padded {padding:0 2%;}
.dropped {margin-top:100px;}
#map {
    height: 100%;
	height:600px; /*change with media query for smaller screens*/
    max-width: 100%;
    margin: 0 1rem;
    box-sizing: border-box;
}
.section-text {padding:1rem;}
.section-image img {display:block;}

section.home-department {
	position: relative;
    width: 100%;
    background: #f2f2f2;
    height: 620px;
    margin: 1rem 0;
}
section.home-department a {padding:2px 20px!important; color:#fff;}
section.home-department a:hover {color:#fff;}
section.home-department .home-department-text {position: absolute;
    top: 0;
    right: 0;
	background-image: linear-gradient(to right, rgba(0,0,0,0) , rgba(0,0,0,0.8));
	padding: 4vw 4vw 4vw 8vw;
	height:100%;
	color:#fff;
	margin-bottom:1rem;
}
section.home-department h2 {color:#fff; font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 0.2rem; font-family: "Oswald", sans-serif;}
section.home-department h3 {color:#fff; font-size:2rem; font-weight:400; font-family: 'Montserrat', sans-serif;}
section.home-department img {object-fit:cover; width:100%; height:100%; object-position:top left;}
@media screen and (max-width: 600px) {
.switch:nth-child(1) {order:2; }
.switch:nth-child(2) {order:1; }
.gallery-columns-4 .gallery-item {
	max-width: 20%;
	margin:0 2.5%;
}
.banner-logo {
    width: 280px;
	max-width:none;
	}
.home-section {position:relative; top:70px; background-size:cover; background-position:center center; background-repeat:no-repeat;} 
.about img {max-width:360px; margin-top:5px;}
.online-therapy:nth-of-type(2) { grid-row: 1;} 
.grid-two {display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
	justify-items: center;}
.grid-three {display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
	justify-items: center;}
.grid-five {display: grid;
    grid-template-columns: 1fr 1fr;
	}

.micro {width:50%; float:left; box-sizing: border-box;}
.mini, .midi, .maxi {width:100%;  float:none; margin:0 auto; box-sizing: border-box;}
#phone-number {height:80px;}
.feature{
    position: relative;
	
   }
.dropped {margin-top:100px;}
.idtag {height:100px;}/*matches the height above so some space is left around feature on scroll*/
.alignleft, .alignright  {
	float:none;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mobhide  {display:none;}
}
.search-bar {
grid-column: 9 / span 2;
margin-top: 1rem;
}

/*MEDIA QUERIES*/

@media screen and (min-width:601px) and (max-width: 900px) {
.idk-departments {margin: 86px 0 0 0; display:grid; grid-template-columns:1fr; background:#fff; width:100%; min-height:300px; column-gap:1rem; }
	#metaslider-id-2400 h2 {
    font-size: 5rem;
    line-height: 5rem;
}
.switch:nth-child(1) {order:2; }
.switch:nth-child(2) {order:1; }
.gallery-columns-4 .gallery-item {
	max-width: 14%;
	margin: 0 1.3%;
}
.banner-logo {
    width: 280px;
	}
.home-section {        position: relative;
        top: 70px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;} 
.online-therapy:nth-of-type(2) { grid-row: 1;} 
	.grid-five {display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	}

	.grid-two {display: grid;
    grid-template-columns: 1fr ;
    align-items: center;
    justify-content: center;
	justify-items: center;}
.grid-three {display: grid;
    grid-template-columns: 1fr 1fr ;
    align-items: center;
    justify-content: center;
	justify-items: center;}

.micro {width:25%;  float:left;box-sizing: border-box;}
.mini, .midi{width:50%; box-sizing: border-box;}
.maxi {width:100%; float:left;box-sizing: border-box;}
.feature {
    width: 75%;
	top:120px;
	margin:0 auto;
    position: relative;
	padding-bottom:50px;
	margin-bottom:50px;
}

}

@media screen and (min-width:780px) and (max-width: 1080px) {
	.search-bar {
    grid-column: 7 / span 3;
    margin-top: 1rem;
}
	#site-navigation {
    grid-column: 10;
}
		#logo {
    width: 220px;
}
}
@media screen and (min-width:600px) and (max-width: 779px) {

	.search-bar {
    grid-column: 5 / span 4;
    margin-top: 1rem;
}
	#site-navigation {
    grid-column: 10;
}
#logo {
    width: 220px;
}
}

@media screen and (min-width:480px) and (max-width: 599px) {
.idk-departments {margin: 86px 0 0 0; display:grid; grid-template-columns:1fr; background:#fff; width:100%; min-height:300px; column-gap:1rem; row-gap:1rem; }
	#metaslider-id-2400 h2 {
    font-size: 4rem;
    line-height: 4rem;
}
	.search-bar {
    display:none;
}
	#site-navigation {
    grid-column: 7;
}
#logo {
    width: 200px;
}
}
@media screen and (max-width: 479px) {
	section.home-department h2 {font-size:3.5rem;}
	#metaslider-id-2400 h2 {
    font-size: 4rem;
    line-height: 4rem;
}
.idk-departments {margin: 86px 0 0 0; display:grid; grid-template-columns:1fr; background:#fff; width:100%; min-height:300px; column-gap:1rem; row-gap:1rem; }
	.search-bar {
    display:none;
}
	#site-navigation {
    grid-column: 6;
}
#logo {
    width: 50vw;
}
}
@media screen and (min-width:901px) and (max-width:1200px) {
.idk-departments {margin: 86px 0 0 0; display:grid; grid-template-columns:1fr 1fr; background:#fff; width:100%; min-height:300px; column-gap:1rem; row-gap:1rem; }
#metaslider-id-2400 h2 {
    font-size: 6rem;
    line-height: 6rem;
}
.gallery-columns-4 .gallery-item {
	max-width: 14%;
	margin: 0 1.3%;
}
.banner-logo {
    width: 360px;
}
.grid-five {display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width:901px) {
.home-section {position: relative;
        top: 70px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;} 
.micro {width:12.5%; float:left;box-sizing: border-box;} 
.mini {width:33%; float:left;box-sizing: border-box;}
.midi {width:49%;box-sizing: border-box;}
.maxi {width:100%; float:left;box-sizing: border-box;}
.feature {    width: 75%;
    position: relative;
    margin: 100px 0;
    display: inline-block;
	text-align: left;
	}
.ethos {margin: 100px 20px;width:100%; text-align: center;    display: inline-block;
	text-align: left;}
.testimonials {position:absolute; bottom:140px; color:#fff; background:none; width:100%; max-width:600px; height:100px; z-index:936;}
	.alignleft {float:left;}
	.alignright {float:right;}
}
@media screen and (min-width:1200px) and (max-width:1399px) {
section.home-department .home-department-text {position: absolute;
	width:50vw;
}
#metaslider-id-2400 h2 {
    font-size: 8rem;
    line-height: 8rem;
}
.idk-departments {margin: 86px 0 0 0; display:grid; grid-template-columns:1fr 1fr 1fr; background:#fff; width:100%; min-height:300px; column-gap:1rem; row-gap:1rem; }
		#logo {
    width: 220px;
}
.gallery {
    margin-bottom: 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}
.gallery-columns-4 .gallery-item {
	max-width: 10%;
	margin: 0 1.25%;
}
.home-section {        top: 70px;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;} 
.grid-five {display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}	
}
@media screen and (min-width:1400px){
	
section.home-department .home-department-text {position: absolute;
	width:50vw;
}
#metaslider-id-2400 h2 {
    font-size: 8rem;
    line-height: 8rem;
}
	.idk-departments {margin: 86px 0 0 0; padding: 0 1rem; display:grid; grid-template-columns:1fr 1fr 1fr; background:#fff; width:100%; min-height:300px; column-gap:1rem; row-gap:1rem;}
	
	.gallery {
    margin-bottom: 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}
.gallery-columns-4 .gallery-item {
	max-width: 17%;
	margin: 0 1.5%;
}
	.home-section {position: relative;
        background-color: ;
        background-position: center center;
        background-repeat: no-repeat;
	overflow:hidden;
	} 
	
}

/*colours*/
.white {color:#fff;}
.grey {color:#333;}
.greybg {background:#282828;}
.dktealbg {background:#032c3b;}
.whitebg {background:#fff;}
.mob-menu-header-holder {

    width: 50px;
}
.round {border-radius:50%;}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
#findus b, #findus strong, #findus h2, .contact b, .contact h2, .contact strong, .contact a, .contact a:visited {color:#fff!important;}
.contact strong {font-weight:800;}
.contact {text-shadow: 2px 1px 3px #000;}

.wp-block-button__link {
    background-color: #957156;
}
.buzz-feed {width:90vw; margin:0 auto;}
/*woocommerce*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f6901e;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #333;
}

ul#menu-footer-menu  {list-style:none; font-size:0.8em;}
#menu-footer-menu li {display:inline; padding: 0 0.5rem;}
.buzz-map  {display:flex; width:100%; height:600px;}

#offer-banner {position:relative; width:100%; min-height:32px; background:#e56b29; line-height:32px; font-weight:800; color:#fff; text-align:center;}

.closed-banner {
	position: fixed;
    width: 100%;
    min-height: 32px;
    background: rgba(255, 255, 255, 0.75);
    font-weight: 800;
    top: 100px;
    z-index: 9;}
.closed-banner-image {
    margin-bottom: 1em;
	padding:1rem;
	flex:1;
}
.closed-banner-image img {max-width:320px; margin: auto auto; }
.closed-banner-text {
	text-align:left;
	line-height: 1em;
    margin-bottom: 1em;
	padding:1rem;
	font-size:1.5rem;
	color:#666;
}
.closed-banner-inner {max-width:1200px; margin:0 auto; padding:1em; display:flex;}
.closed-banner h2 {display:inline; clear:none;}
.majc-toggle-button {
    position: fixed;
    top: 30px;
    transform: translateY(-50%);
    z-index: 999;
}
.majc-toggle-button .majc-cartbasket-toggle-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    transition: all ease 0.3s;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    box-shadow: none;
}
.majc-right-middle .majc-toggle-button.majc-square .majc-item-count-wrap {
    bottom: 0;
    left: -32px;
}

}
.aws-container .aws-search-form { height:36px!important;}
.woocommerce ul.products li.product .price, .woocommerce-Price-amount {color:#f6901e;}
.woocommerce-message {
    border-top-color: #f6901e;
}
.woocommerce span.onsale {
    background-color: #f6901e;
	aspect-ratio: 1 / 1;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {background-color: #f6901e; opacity:0.5;}
.woocommerce div.product h1 {font-size:2rem; text-transform:uppercase;}
.scroll-left {
 height: 50px;
top:70px;
 overflow: hidden;
 position: relative;
 background: #e56b29;
 color: white;
 border: 1px solid orange;
 font-size: 1.5rem;
 font-weight: 800;
 z-index:99999;
}
.scroll-left p {
position: absolute;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: left;
    left: 100vw;
    width: 1280px;
    animation: scroll-left 10s linear infinite;
    font-weight: 800;
    font-size: 1.2rem;
}
/* Move it (define the animation) */
@keyframes scroll-left {
 0%   {
 transform: translateX(0%); 		
 }
 100% {
 transform: translateX(-200%); 
 }
}
.scroll-left span {margin-right:2rem;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {text-transform:uppercase;}

.circ {border-radius: 50%; margin-top:25px;}
.aws-container .aws-search-form .aws-form-btn {background:#fff; border-color:#fff;}
.aws-container .aws-search-field {border-top:#fff; border-left:#fff; border-right:#fff; border-bottom:#000 1px solid;}
.litgrill {width:100%; height:auto; text-align:center; background:#000;}

.button.woof_submit_search_form {
    float: none;
    margin: 0 1rem!important;
    height: 50px!important;
    width: 150px!important;
    border-radius: 25px!important;
    background-color: #e56b29!important;
	color:#fff!important;
	text-transform:uppercase;
}
.metaslider, #metaslider-id-2400 img {min-height:500px; width:auto; width:100%; object-fit:cover;}
#metaslider-id-2400 .flexslider .caption-wrap {
    background: none!important;
	opacity:1!important;
    color: #ffffff;
    margin: 0 0 8rem 2rem;
}
#metaslider-id-2400 h2 {
	font-family: "Oswald", sans-serif;
    color: #fff;
    padding: 0 !important;
    margin: 2rem 0 !important;
    letter-spacing: 0.2rem;}
.ms-custom-button {background-color:transparent!important; border: solid 2px #fff; border-radius:1.5rem!important; padding:1rem; color:#fff; font-size:1.5rem; opacity:1!important;}
.ms-custom-button:hover {background-color:rgba(0,0,0,0.5)!important;}
#majc-main-wrapper-177 .majc-item-count-wrap {
    color: #000!important;
	background:#fff!important;
}
#majc-main-wrapper-177 .majc-toggle-button .majc-cartbasket-toggle-btn {
    color: #000!important;;
}
#majc-main-wrapper-177 .majc-toggle-button .majc-cartbasket-toggle-btn {
    background: #fff!important;;
}
.featured-products {max-width:1600px; margin:1rem auto; padding: 0 1rem;}
.featured-products .woocommerce ul.products li.product a img {max-width:450px; height:auto;}
.woocommerce ul.products li.product .button {
    border-radius: 26px;
    background: #e56b29;
    text-transform: uppercase;
    color: #fff;
}
.ti-widget.ti-goog {
    max-width: 96%;
    margin: 0 auto;
}
.home-department-text p {display:block;}
.stock-state {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #00cd00;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding-top: 1.2rem;
}
.coming-soon-state {background:#e56b29;}
.pre-order-state {background:lightblue;}
.last-few-state {background:#8629e5;}
.new-state {background:#00a2ff;}
.show-state {background:#453c90;}
.free-state {background:#d40058;}
.sold-state {background:#ff0000;}