/*!
Theme Name: gdw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gdw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */






/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/

.site {
	margin: auto;
    overflow-x: hidden;
}


.container-xl {
	max-width: 1400px;
	margin: auto;
	padding: 0 30px;
    position: relative;
}
.site-main,
.header-wrap,
.container {
	max-width: 2000px;
	margin: auto;
	padding: 0 3vw;
    position: relative;
}
.site-header.is-sticky .headertop {
	display:none;
}
.site-header .container {
    padding: 0;
}
.darkbg {
  background: #272727;
}

.container-lg {
	max-width: 1000px;
   margin: auto;
    position: relative;
}

.container-md {
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.container-sm {
	max-width: 700px;
   margin: auto;
    position: relative;
}


.container-step {
    max-width:1300px;
    margin: auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #070707;
font-family: proxima-nova, sans-serif;
  font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
a, a:visited {
	color: #070707;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-weight: 600;
}

h1 {
  font-size: 30px;
}
.login h1,
.login,
.login h1 a {
  color: transparent !important;
}
.woocommerce .login h1,
.woocommerce .login,
.woocommerce .login h1 a {
  color: #070707 !important;
}
.single h1 {
   font-size: calc(2.3em + 3vw);
}
.single-post h1 {
 font-size: calc(1em + 1vw);
    margin-bottom: 0.5em;

}

.single-post h4 {
  font-size: calc(2.3em + 3vw);
        margin-top: 1.5em;
    margin-bottom: 0.5rem;
}
h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.slider-text h2 {
  font-size: 1.4em;
 margin-bottom: .6em;
  line-height: 1;
}
.slider-text h3 {
  font-size: 3.4em;
  margin-bottom: .2em;
  line-height: 1;
}
h1 strong, h2 strong, h3 strong {
    font-family: "orpheuspro", serif;
font-weight: 400;
font-style: italic;

}

h3 {
    font-size: 40px;
    margin-bottom: 1em;
}
.repeater-text-inner h3 {
  text-align: left;
  font-size: 40px;
}
.stickme h3 {
    font-size: calc(1.6em + 1vw);
}
h4 {
  font-size: 2.2em;
  margin-bottom: 1.1em;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
}



/*--------------------------------------------------------------
# Choose Colours
--------------------------------------------------------------*/
.bg-1 {
  background: #f5f3ed;
}

.bg-2 {
  background: #6b6e2d;
    color:#fff;
}
.bg-2 a {
    color:#fff;
}
.bg-3 {
	background: #ccc;
}
.post-type-archive-services .colourarchive  .highcontent,
.post-type-archive-services .colourarchive  .site-content,
.bg-4 {
	background: #17342c;
    color:#fff;
}
.post-type-archive-services .colourarchive .site-header a,
.post-type-archive-services .colourarchive .highcontent a,
.post-type-archive-services .colourarchive .site-content a,
.bg-4 a {
    color:#fff;
}

.post-type-archive-case-studies .colourarchive  .highcontent,
.post-type-archive-case-studies .colourarchive  .site-content,
.bg-5 {
	background: #17342c;
    color:#fff;
}
.post-type-archive-case-studies .colourarchive .site-header a,
.post-type-archive-case-studies .colourarchive .highcontent a,
.post-type-archive-case-studies .colourarchive .site-content a,
.bg-5 {
    color:#fff;
}

.archive .colourarchive,
.archive .colourarchive  .highcontent,
.archive .colourarchive  .site-content,
.bg-6 {
	background: #17342c;
    color:#fff;
}
.archive .colourarchive .site-header a,
.archive .colourarchive .highcontent a,
.archive .colourarchive .site-content a,
.bg-6 {
    color:#fff;
}

.site-footer {
	background: #090909;
	color: #fff;
}

.main-navigation a {
	color: #070707;
}
.main-navigation li:hover li a {
    	color: #070707 !important;
}

.topbar a,
.header-page h1,
.site-footer .fa {
	 color: #fff;
}
.site-info a,
.site-footer a {
	color: #fff !important;
}

a:hover, a:focus, a:active,
.site-footer .fa:hover,
ul#footer-menu-1 a:hover, ul#footer-menu-2 a:hover, ul#footer-menu-3 a:hover, ul#footer-menu-4 a:hover {
	 color: #e7980e;
}
.main-navigation ul ul a:hover,
.main-navigation li:hover a,
.site-info a:hover,
.site-footer a:hover {
	color: #e7980e !important;
}


.site-footer input[type="submit"]:hover {
    background: #bbb;
    color: #070707;
}

.c-hamburger span {
  background:#e7980e;
}

.c-hamburger span::before,
.c-hamburger span::after {
  background-color:#e7980e;
}

.topbar {
    background: #e7980e;
    color: #fff;
    font-size: 0.8em;
}

.topbar a:hover  {
    color: #bbb;
} 

.intro-2 {
    max-width:600px;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/

.pad-1-0 {
	padding: 1em 0;
}

.pad-2-0 {
	padding: 2em 0;
}

.pad-3-0 {
	padding: 3em 0;
}

.pad-4-0 {
	padding: 5em 0;
}

.pad-1-1 {
	padding: 1em 1em;
}

.pad-2-1 {
	padding: 2em 1em;
}

.pad-3-1 {
	padding: 3em 1em;
}

.pad-4-1 {
	padding: 4em 1em;
}

.pad-1-2 {
	padding: 1em 2em;
}

.pad-2-2 {
	padding: 2em 2em;
}

.pad-3-2 {
	padding: 3em 2em;
}

.pad-4-2 {
	padding: 4em 2em;
}

.pad-1-3 {
	padding: 1em 3em;
}

.pad-2-3 {
	padding: 2em 3em;
}

.pad-3-3 {
	padding: 3em 3em;
}

.pad-4-3 {
	padding: 4em 3em;
}

.pad-1-4 {
	padding: 1em 4em;
}

.pad-2-4 {
	padding: 2em 4em;
}

.pad-3-4 {
	padding: 3em 4em;
}

.pad-4-4 {
	padding: 4em 4em;
}

.pad-4-5 {
	padding: 4em 5em;
}

.pad-5-6 {
	padding: 5em 6em;
}

.pad-6-7 {
	padding: 6em 7em;
}

.pad-0-1 {
	padding: 0 1em;
}

.pad-0-2 {
	padding: 0 2em;
}

.pad-0-3 {
	padding: 0 3em;
}

.pad-0-4 {
	padding: 0 4em;
}

.pad-3-0-2 {
    padding: 3em 0 2em;
}

.pad-4-0-3 {
    padding: 4em 0 3em;
}

.pad-5-0-4 {
    padding: 5em 0 4em;
}

.pad-6-0-5 {
    padding: 6em 0 5em;
}

.pad-7-0-6 {
    padding: 7em 0 6em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-title {
    cursor:pointer;
    position:relative;
    display: block;
}

.footer-title::after {
content: "";
  position: relative;
  right: 0;
  font-size: 35px;
}


.site-footer h5 {
    margin-bottom: 20px;
}
.site-footer .openinghours {
    margin-top: 30px;
}
.site-footer .contact span {
    display: block;
    width: 100%;
}
.site-footer .contact i {
    font-weight: 400;
    font-size: 1em;
}

.site-footer .contact {
    font-size: 1em;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: flex-start; 
    gap: 8px; 
    font-size: 1.2em;
}

.contact-item i {
    flex-shrink: 0;
    margin-top: 5px;
    width: 15px;
}

button.footersmall {
   padding: 8px 16px !important;
  width: auto;
    font-size: 0.9em;
    margin: 10px 0;
}

.site-footer .address, .home .site-footer .address {
    margin-bottom: 10px;
    max-width: 300px;
}


ul.menu {
    list-style: none;
}
.site-info {
  font-size: 13px;
  padding-top: 30px;
    border-top: 1px solid #414141;
    background: #090909;
    color: #fff;
    padding-bottom: 30px;
}

.site-info img {
	max-width: 200px;
   width: 100%;
}

.site-info-inner {
  font-size: 12px;
  padding-top: 7px;
    float: right;
}

.site-info-2 .row .col-md-6:nth-child(2),
.site-info .row .col-md-6:nth-child(2) {
    text-align: right;
}


figure td {
    padding: 10px 20px 10px 0;
}

figure tbody tr:nth-child(2n-1) {
    background:#eee;
}
.footermenu {
  float: right;
    width:100%;
    max-width: 165px;
}

.footermenu .social {
    padding-top:2em;
}
.site-footer .fa {
	 transition: 0.3s ease-in-out;
}

ul#footer-menu-1, ul#footer-menu-2, ul#footer-menu-3, ul#footer-menu-4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer ul.social .fa {
	font-size: 1.4em;
}

.footercontactcol p {
    font-size:1.3em;
}
.footercontactcol ul.social {
    margin-top:1em;
}

.contact-bar {
  background: #e7980e;
  color: #fff;
  padding: 60px 0 45px;
}
.contact-bar h3 {
  margin-bottom: 15px;
}
.contact-text {
    font-size:19px;
    margin-bottom: 30px;
}

.contact-bar h4 {
  font-size: 30px;
  margin-bottom: 1.1em;
  font-weight: 400;
  letter-spacing: 0;
}
.contact-bar .flex {
  display: flex;
  gap: 20px;
    flex-direction: row !important;
  flex-wrap: wrap;
  padding: 0 !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) #fff !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.topbar {
  padding: 5px 0 7px;
}
.topbar .left-content {
  letter-spacing: 0;
  font-size: 1em;
  text-transform: none;
  padding-top: 0;
}
.topcontact {
    text-align: right;
}

.topcontact span {
    padding-right: 30px;
}

.topcontact i {
    margin-right: 10px;
}

.site-branding {
	padding-top: 12px;
   padding-bottom: 12px;
}
.site-branding img {
  max-width: 300px;
  max-height: 80px;
  width: 100%;
  padding-left: 20px;
}
.single-post .header-wrap {
justify-content: flex-end;
padding: 5em 3vw 3em;
    text-align: center;
}

.header-page, .header-wrap {
        min-height: 400px;
}

.archive .colourarchive .highcontent,
.highcontent {
  min-height: 240px;
 padding: 5vh 3vw;
}

.header-page h1,
.highcontent h1 {
    text-align: center;
}
.header-page {
    background-position: center;
    background-size: cover;
    position: relative;
 margin-bottom: 10vh;
    overflow:hidden;
}

.header-wrap, .highcontent {

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-wrap {
padding: 5em 3vw 0;
    position: absolute;
    left: 0;
    right: 0;
}
.page-template-default .header-page {
margin-bottom: 2em;
}
.readmore {
font-weight: 500;
 margin-top: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.readmore:hover {
 Color: #e7980e;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

button.headercheckout {
margin-left: 20px;
  padding: 6px 14px !important;
  font-size: 0.9em;
  background: #008c38 !important;
  font-weight: 400 !important;
}


.header-search-mobile {
    display: none;
}
.main-navigation {
  display: block;
  width: 100%;
background: #3b3b3b;
  color: #fff;
}

.header-search {
  position: relative;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.search-input-wrapper {
    position: relative;
}

.search-input-wrapper input#searchInput {
    padding-right: 40px;
}

.search-input-wrapper .search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #273c4e;
    font-size: 1.2em;
    cursor: pointer;
    transition: color 0.3s;
}

.search-input-wrapper .search-icon:hover {
    color: #0b1a29;
}

.main-navigation {
  border-bottom: 1px solid #bbb;
}
.home .main-navigation {
	border-bottom: 0 none;
}
.pagewithheaderimage .main-navigation {
  border-bottom: 0;
    margin: 10px auto 0;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  justify-content: space-between;
    align-items: center;
}

.main-navigation li {
		position: relative;
}

.main-navigation ul li ul li {
    display: block;
}

.main-navigation ul li ul li a {
    text-align: left;
}

.main-navigation li a {
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 1.3em;
  text-transform: uppercase;
  min-width: 90px;
  max-width: 140px;
  display: flex;
  color: #fff;
  justify-content: center;
  flex-direction: column;
}
.main-navigation ul > li > a {
	  min-height: 85px;
	  height: 100%;
}
.main-navigation ul.sub-menu a {
  min-height: 35px;
	}
.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    display: none;
    padding: 10px 0 12px;
    width: 200px;
}

.main-navigation ul ul a {
	width: 200px;
   color: #070707 !important;
}
/* Prevent last dropdown from cutting off */
.main-navigation ul ul {
    right: auto;        /* remove forced right positioning */
    left: 0;            /* position dropdown to the left edge of parent */
}

.main-navigation ul li:last-child ul {
    left: auto;
    right: 0;           /* position submenu to open left if it's near the right edge */
}

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

.main-navigation ul ul li a {
  padding: 8px 16px !important;
  width: 100%;
  max-width: none;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
    top: 0;
}
a.button,
.woocommerce ul.products li.product .button,
a.wp-element-button,
button.single_add_to_cart_button,
.buttonlink a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e7980e !important;
	color: #fff !important;
      box-shadow: inset 0 0 0 0 #e7980e !important;
}

a.button:hover,
.woocommerce ul.products li.product .button:hover,
a.wp-element-button:hover,
button.single_add_to_cart_button:hover,
.buttonlink a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff !important;
    box-shadow: inset 400px 0 0 0 #f7b032 !important;
}



.form-control::placeholder {
  color: #000;
  opacity: 1;
}
.site-header {
    position: relative;
    background: #272727;
}


/* Small menu. */



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



.menu-toggle .main-navigation ul {
	display:none;
}

button.c-hamburger:hover {
    background: transparent;
}

.c-hamburger {
  display:none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 3px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
     bottom: -10px
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
    position: fixed;
  top: 25px;
  right: 20px;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}



/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
.slick-arrows li:only-child,
.slick-dots li:only-child {
        display: none;
}
.slick-boxlinks .slick-slide {
    margin:0 20px 0 0;
}


.text-slider .slick-prev::before, .text-slider .slick-next::before {
    color: #fff !important;
    font-size: 35px !important;
}
.slick-boxlinks .wrap {
    padding: 1.5em 0 0;
max-width: 300px;
}
.slick-prev {
  left: unset !important;
  top: -40px ;
  right: 75px !important;
}
.slick-next {
  top: -40px;
    right: 35px;
}


.slick-slide {
  margin: 0;
}
.slider-text {
  position: relative;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  margin: 0;
  padding-bottom: 6em;
    max-width: 900px;
}


.slider-text p {
    font-size:1.4em;
     max-width: 700px;
}
.hero {
	font-size: 2.7em;
	color: #fff;
    line-height: 1.4;
}

button.slider {
  display: block;
  margin: 25px 0 0;
}
.slider-image, .slider-text {
  height: 50vh;
  min-height: 500px;
}
.slider-image {
    background-size: cover;
    background-position: center;
    position: relative;
	overflow:hidden;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 0.3 !important;
}

.slick-prev, .slick-next {
        z-index: 100;
    font-weight: 400;
    width: 20px !important;
    height: 20px !important;
}
.slick-prev::before, .slick-next::before {
    color: #e7980e !important;
    -webkit-font-smoothing: antialiased;
     font-family:'Font Awesome 6 Pro' !important;
opacity: 1 !important;
font-weight: 500;
font-size: 25px !important;
}

.accordion-2 button::after {
	content: "\f107";
        font-family:'Font Awesome 6 Pro' !important;
	top: 20px;
	right: 20px;
   position: absolute;
   font-size: 1.2em;
}
.accordion-2 button[aria-expanded="true"]::after {
    content: "\f00d";
        font-family:'Font Awesome 6 Pro' !important;
    top: 22px;
    font-size: 1.2em;
}

.cta {
    color:#fff;
}
.cta .container-sm {
    text-align: center;
}
.cta .buttonlink {
    margin-left:auto;
    margin-right:auto;
}


.menu-header-top-container ul.menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}




/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
  border-bottom: 0;
  padding: 0;
}

.woocommerce div.product p.stock {
  margin-bottom: 25px;
}


.tax-switch-wrapper {
    display: inline-flex; 
    align-items: center;      
    gap: 0.5rem;              
    font-size: 0.95rem;   
    margin-top: 20px;
    float: right;
    margin-bottom: 15px;
}

.single-product .tax-switch-wrapper {
    float: none;
    margin-bottom: 0;
}

.tax-switch-wrapper .tax-switch-label {
    font-size: 13px;
    text-transform: none;
    padding-top: 0;
  margin-bottom: 6px;
    margin-left: -6px;
    color: #707070;
}

.tax-toggle-label {
    font-size: 13px;
    text-transform: none;
    padding-top: 0;
  margin-bottom: 6px;
    margin-left: -6px;
    color: #707070;
    font-weight: 400;
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-slider {
    width: 30px;
    height: 15px;
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-slider::before { 
width: 9px;
  height: 9px;
  bottom: 3px;
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked + .wdevs-tax-switch-slider::before {
  background-color: var(--wts-color-checked,var(--wts-color,#fff));
  transform: translateX(14px);
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-label {
height: 20px;
  width: 35px;
  margin-top: 5px;
  border-bottom: 0;
}

p.price {
    margin-bottom: 5px;
    color: #575855 !important;
  font-size: 1.2em !important;
  font-weight: 400 !important;
}

span.tax-switch-label {
    font-size: 0.7em;
}

/*--------------------------------------------------------------
# New styles
--------------------------------------------------------------*/

.woocommerce-checkout label {
    border-bottom: 0;
}

.wc-block-components-address-form label {
    padding-top: 0;
}

button.wc-block-components-quantity-selector__button {
    background-color: #bbb !important;
    box-shadow: none !important;
    color: #000 !important;
}
li.product a.button {
    display: none !important;
}

#accordion p:last-child {
    margin-bottom: 1.5em;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    button.wc-block-components-totals-coupon__button {
        width: 100px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding-left: 0;
        list-style: none;
        margin-top: 30px;
    }

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
padding: 10px 10px;
  border-bottom: 1px solid #bbb;
  max-width: 300px;
  font-size: 0.9em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.term-description {
    max-width: 850px;
}

.archive .woocommerce-products-header h1 {
    margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
}

.wooproductcategories {
    margin-bottom: 0px;
    margin-top: 50px;
}


.wooproductcategories ul {
    display: flex;
    width: 100%;
    overflow-x: hidden; /* hide scrollbar by default */
    overflow-y: hidden;
    align-items: flex-start;
    padding: 0 0 15px;
    margin: 0;
    scrollbar-width: thin; /* for Firefox */
    scrollbar-color: #ccc transparent; /* for Firefox */
}

li.cat-with-thumb a {
    padding: 0;
}

li.cat-with-thumb span {
padding: 0 20px 10px;
  display: block;
}

/* Show scrollbar on hover */
.wooproductcategories:hover ul {
    overflow-x: auto;
}

/* Webkit scrollbar styling (Chrome, Safari) */
.wooproductcategories ul::-webkit-scrollbar {
    height: 8px;
}

.wooproductcategories ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.wooproductcategories ul::-webkit-scrollbar-track {
    background: transparent;
}


.wooproductcategories li {
   width: auto !important;
  display: inline-block !important;
  float: none !important;
  margin: 0 20px 0 0 !important;
    white-space: nowrap;
}

.wooproductcategories mark.count {
    display: none !important;
}

.wooproductcategories a {
    padding: 5px 20px;
    border: 1px solid #ccc;
    display: block;
    transition: 0.3s ease-in-out;
}

.wooproductcategories a:hover {
    border: 1px solid #e7980e;
    background: #e7980e;
    color: #fff;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce-privacy-policy-text {
    font-size: 0.8em;
    margin: 20px 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0 !important;
}

.page-id-911 .sectionpad {
    padding-bottom: 0;
}

.woocommerce-account h2, .woocommerce-account h3 {
    font-size: 1.6em !important;
}

.wc-block-components-product-metadata__description {
    display: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-top: 8px;
}

.wc-block-components-radio-control-accordion-content {
  padding: 0px 16px 12px !important;
}

.wc-block-components-checkout-step__heading-content a {
    font-weight: 400 !important;
    text-decoration: underline !important;
}

.wc-block-components-checkout-step__heading-content a:hover {
    color: #e7980e !important;
}

.wc-block-components-title.wc-block-components-title {
    margin-bottom: 12px !important;
}

.wc-block-components-shipping-rates-control {
        margin-top: 22px !important;
}

.wc-block-components-checkout-return-to-cart-button {
  position: absolute !important;
  left: 0 !important;
  bottom: -20px !important;
}

button.wc-block-components-address-form__address_2-toggle {
    background: transparent !important;
  color: #070707 !important;
  border: 0px solid #e7980e !important;
  padding: 0px 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 400 !important;
}

button.wc-block-components-address-form__address_2-toggle:hover {
        box-shadow: none !important;
    color: #e7980e !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button, .wc-block-components-order-summary .wc-block-components-panel__button, .wc-block-components-totals-shipping__change-address__link {
background: transparent !important;
  color: #070707 !important;
  border: 0px solid #e7980e !important;
  padding: 0px 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 400 !important;
}

.wc-block-components-totals-coupon button:hover, .wc-block-components-order-summary .wc-block-components-panel__button:hover, .wc-block-components-totals-shipping__change-address__link:hover {
    box-shadow: none !important;
    color: #e7980e !important;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wc-block-components-totals-shipping__change-address__link {
    text-align: left;
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-weight: 400 !important;
}

button.wc-block-components-totals-coupon__button {
    padding: inherit !important;
}

.wc-block-components-panel__button[aria-expanded="true"] {
  margin-bottom: 20px !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #bbb !important;
  border-radius: 0 !important;
  padding: 0 20px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #fff !important;
  border: 1px solid #bbb !important;
  border-radius: 1em !important;
  box-shadow: none !important;
  color: #070707 !important;
  min-height: 27px !important;
  min-width: 27px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-weight: 400 !important;
}

.wc-block-components-textarea {
    background-color: transparent !important;
    border-radius: 0 !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
    border-radius: 0 !important;
    background-color: transparent !important;
}

.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 30px !important;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-weight: 400 !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 400 !important;
}

.wc-block-components-totals-item__value {
  font-weight: 400 !important;
}

button.wc-block-cart-item__remove-link {
    padding: 0 !important;
    background: transparent !important;
    color: #070707 !important;
    width: auto;
}

button.wc-block-cart-item__remove-link:hover {
    box-shadow: none !important;
    text-decoration: underline !important;
    color: #e7980e !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: transparent !important;
    border-radius: 0 !Important;
}


.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="url"], .woocommerce input[type="password"], .woocommerce input[type="number"], .woocommerce input[type="tel"], .woocommerce input[type="range"], .woocommerce input[type="date"], .woocommerce input[type="month"], .woocommerce input[type="week"], .woocommerce input[type="time"], .woocommerce input[type="datetime"], .woocommerce input[type="datetime-local"], .woocommerce input[type="color"], textarea {
    border: 1px solid hsla(0,0%,7%,.8) !important;
}

.woocommerce form.login, .woocommerce form.register {
    border: 0 !important;
    padding: 0 !important;
}

p.lost_password {
    font-size: 0.8em;
    margin-top: 20px;
}

.woocommerce-account form .form-row {
    padding: 3px 0 !important;
}

.archiveproducts {
    padding-left: 3em;
}

.aws-container .aws-show-clear .aws-search-field {
    background: #eee;
    border: 0;
    font-size: 12px !important;
}

.woocommerce .woocommerce-ordering select {
background: transparent;
  padding: 12px 0px 18px 0;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  font-size: 1em;
  border-bottom: 1px solid #bbb;
}

h3.bapf_hascolarr {
font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0;
}

.bapf_asradio2 ul li input[type="checkbox"] {
    margin-right: 12px !important;
    border: 1px solid #070707 !important;
}

.bapf_asradio2 ul li input[type="checkbox"]:checked {
  background: #070707 !important;
}

button.bapf_reset {
    padding: 0 !important;
    background: transparent !important;
    width: inherit !important;
    text-align: left !important;
    text-transform: none !important;
    text-decoration: underline !important;
    font-size: 16px !important;
    color: #070707 !important;
}

button.bapf_reset:hover {
    box-shadow: none !important;
    color: #e7980e !important;
}

.woocommerce table.shop_attributes th {
    font-weight: 400 !important;
}
.woocommerce table.shop_attributes td {
    font-weight: 400 !important;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: transparent !important;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border-bottom: 0 !important;
}

.woocommerce table.shop_attributes {
    border-top: 0 !important;
}

.aws-container .aws-search-form .aws-form-btn {
    border: 0;
}

.mobilefilters {
    display: none;
}

.mobilefilters button {
width: 100%;
  max-width: 100%;
    position: relative;
    font-weight: 400 !important;
}

.mobilefilters button::after {
	content: "\f078";
      font-family: "Font Awesome 6 Pro"; 
    font-weight: 400; 
	color: #fff;
	top: 10px;
	right: 20px;
   position: absolute;
   font-size: 20px;
}
.mobilefilters button[aria-expanded="true"]::after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro"; 
    top: 10px;
   font-size: 20px;
    font-weight: 400; 
    right: 22px;
}

.mobilefilters button:hover::after {
    color: #fff;
}

.mobilefilters button:hover {
    box-shadow: none !important;
}

.mobilefilters #filterzoomsection {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-info {
    display: block;
}

.woocommerce-MyAccount-content fieldset {
  padding: 2em 0 0.625em;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}

#accordion .full-wide h4 {
    font-weight: 400;
}

.product-carousel {
    margin-top: 25px;
}

.product-carousel .price {
  font-size: 0.875em;
  margin-top: 10px;
  display: block;
  line-height: 1;
    color: #b3af54;
}



.product-carousel  .slick-slide {
  margin: 0 10px;
  position: relative;
}


.product-carousel i {
    position: absolute;
    z-index: 999;
    top: -20px;
}

.product-carousel .slick-prev::before, .product-carousel .slick-next::before, .wooproductcategories .slick-prev::before, .wooproductcategories .slick-next::before {
  font-size: 20px !important;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #070707 !important;
    opacity: 1 !important;
}

.product-carousel .slick-next {
  right: 30px !important;
}

.product-carousel .slick-prev {
  right: 55px !important;
}

.wooproductcategories .slick-next {
  right: 20px !important;
  top: -15px !important;
}

.wooproductcategories .slick-prev {
  right: 45px !important;
    top: -15px !important;
}

.product-carousel h2 {
    font-size: 1em;
    margin-top: 14px;
}

.product-carousel a.add_to_cart_button {
    display: none;
}

.container-offset {
    padding-left: 3vw;
    max-width: 2000px;
    margin: auto;
}

h4.prodslider {
  font-size: 1.2em;
  margin-left: 10px;
}

td.woocommerce-product-attributes-item__value p {
    margin-bottom: 0 !important;
}

.woocommerce table.shop_attributes th {
    padding: 0 !important;
}

/*--------------------------------------------------------------
# End new styles
--------------------------------------------------------------*/

.archive .woocommerce-breadcrumb {
    display: none !important;
}

.archive.woocommerce .site-main {
    padding: 0 3vw 0;
}

.archive .row {
    align-items: flex-start;
}

.archive .site-header .row {
    align-items: center;
}

.filterwrap {
    background: transparent;
    padding: 10px 20px 30px 20px;
    border: 1px solid #bbb;
    margin-top: 64px;
}

.filterwrap h3 {
    font-size: 1em;
  margin-top: 35px;
    margin-bottom: 16px;
}

.filterwrap .accordion-body {
    padding: 0;
}

.filterwrap .accordion-item {
    border: 0;
}

button.woocategories {
background: transparent !important;
  color: #000 !important;
  padding: 0 0 16px 0 !important;
  margin-bottom: 7px;
  border-bottom: 1px solid #bbb !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 14px;
}




/* Base arrow on the button (down by default) */
button.woocategories::after {
background-image: none !important;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  transform: rotate(135deg);
  margin-left: auto;
  content: '';
  border-color: black;
  transition: transform 0.2s;
  right: 0 !important;
  top: 6px !important;
}

/* When accordion is open (button NOT collapsed), arrow points up */
button.woocategories:not(.collapsed)::after {
    transform: rotate(-45deg);  /* points up */
}

.filters .accordion-item {
    border: 0;
}

.filters .accordion-body {
    padding: 10px 0;
}


.search-filter-icon {
    padding: 0;
    font-size: 20px;
    transition: 0.3s ease;
    right: -8px;
}



.search-filter-input-checkbox label {
    border-bottom: 0;
}

.search-filter-input-checkbox__label {
    font-size: 16px;
    color: #070707;
    font-weight: 400;
}

.search-filter-input-group {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering {
    position: relative;
    display: inline-block;
    width: 100%;
}

.woocommerce .woocommerce-ordering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.woocommerce .woocommerce-ordering::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 0.6em;
    height: 0.56em;
    border-right: 0.1em solid black;
    border-bottom: 0.1em solid black;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}





.upsells h2, .related h2 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

.related a.button {
    display: none !important;
}

.woocommerce div.product div.images {
  margin-bottom: 3em;
}

.flaticon-right-arrow {
  right: 10px !important;
}

.flaticon-back {
    left: 10px !important;
}
.woocommerce .quantity .qty {
  width: 60px;
  text-align: center;
  background: transparent;
  height: 46px;
  margin: 0;
  padding: 5px;
  border: 1px solid #bbb !important;
}

.woocommerce div.product form.cart .button {
    width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  font-weight: 400 !important;
    max-width: 150px;
}

.woocommerce div.product form.cart .button span.tax-switch-label {
    color: #fff;
}

.woocommerce div.product form.cart .button span.amount {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 1em !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 1em;
}

.woocommerce-variation-add-to-cart {
    display: flex;
  justify-content: space-between;
}

.single-product form.cart label {
    border-bottom: 0;
}

.single-product form.variations_form.cart {
    display: block;
}


.woocommerce div.product .product_title {
  font-size: 2.1em;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 2em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: transparent !important;
  background: rgba(0,0,0,0.06);
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    padding:0 !important;
}
.woocommerce span.onsale {
    padding: 0;
    background: #426b69;
    font-weight: 400;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top: 2em;
}


.woocommerce div.product form.variations_form.cart {
border: 1px solid #bbb;
  padding: 10px 20px 20px;
}


.wc-block-grid__products .add_to_cart_button,
.up-sells .add_to_cart_button,
.archive .add_to_cart_button,
.woocommerce-result-count,
.product_meta {
    display:none !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #070707;
  border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #008c38;
    font-weight: 400;
}

p.out-of-stock {
    color: #673b13 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    font-weight: 400;
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked + .wdevs-tax-switch-slider {
    background-color: #008c38;
}

.wc-block-components-product-badge {
  border: 1px solid;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
    padding: 1px 8px 3px;
}

/* Hide Read More buttons on grouped products */
.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__quantity .button {
    display: none !important;
}



/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

.nav-tabs {
    border-bottom: 0;
    margin: 0 auto 4em;
}


.tab-content .fade {
    background: transparent;
}

.nav-tabs .nav-link {
    background: #151e29;
    border: 0;
    color: #fff;
    padding: 1em 4em;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs .nav-link:hover {
    background-color: #8dc63f;
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #8dc63f;
        color: #000;
    font-weight: 400;
}

.woocommerce-tabs {
    padding-top: 2em;
}




.full-wide h4 {
	margin-bottom: 0;
	font-size: 1em;
}

.full-wide {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:1em 0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	margin-top: -1px;
}
.full-wide .bi-chevron-up {
	display: none;
}
.full-wide h5 {
	display: inline-block;
}
.full-wide:hover {
	cursor: pointer;
}
.full-wide.wide-open .bi-chevron-down {
	display: none;
}
.full-wide.wide-open .bi-chevron-up {
	display: inline-block;
}

h1.entry-title {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 2em;
}
/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/

.modal-body {
 padding: 1em 4em 4em;
}

.modal-dialog {
    max-width: 800px;
}
.modal-content {
border-radius: 10px;
    background-color: #fff;
}
.modal-header {
border-bottom: 0 !important;
padding: 2em !important;
}
.modal-header .btn-close {
    background-color: transparent !important;
    opacity: 1;
}
.modal-header button.btn-close:hover {
opacity: 1;
 box-shadow: none;
}

.modal-body textarea {
    border: 0 !important;
    border-bottom: 1px solid #070707 !important;
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/



.testimonial-slider {
	padding: 0;
}

.testimonial-title {
    font-size: 2em;
    padding: 0; 
}


li.testimonials {
    background: none;
	text-align: center;

}

li.testimonials p {
	margin: 2em auto;
}

.testimonial-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 1px;
    margin-top: 10px;
}


li.testimonials strong {
    text-transform: uppercase;
    color: #818181;
    font-weight: normal;
    font-size: 1.2em;
}

.testimonials .flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 100;
}

.testimonials .flex-direction-nav a::before {
    color: #e7980e;
}

.testimonials .flex-control-nav {
    display: none;
}

.testimonials ul.flex-direction-nav {
    display: block;
}

.testimonials .flex-active-slide {
    margin: auto;
    display: block;
}

.testimonial-wrapper {
    max-width: 80%;
}

.testimonials .flex-direction-nav .flex-prev {
    left: 0em !important;
}
.testimonials .flex-direction-nav .flex-next {
    right: 0em !important;
}



/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.gallery {
	margin-top: 4em;
}

.gallery-image {
	height: 250px;
	background-size:cover;
	background-position:center center;
	position:relative;
}

ul.gallery {
	margin: 0 auto;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0;
}

ul.gallery li {
	display: inline-block;
	width: 23%;
	list-style: none;
	margin: 1%;
	font-size: 14px;
	vertical-align: top;
}

ul.gallery li img {
	width: 100%;
}

.pagination {
	text-align: center;
	margin-top: 2em;
}

.pagination a, .pagination a:visited {
	color: #7C7C7C;
}





/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

ul.grid {
	width:100%;
	padding:0;
	margin:0;
   list-style: none;
	display:flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

ul.grid li {
    width: 32%;
    margin: 1% 1% 1%;
}

ul.grid li:first-child {
        margin: 1% 1% 1% 0;
}

ul.grid li:nth-child(3n) {
        margin: 1% 0 1% 1%;
}

ul.grid li:nth-child(3n+1) {
        margin: 1% 1% 1% 0;
}

ul.grid li p {
	margin:3px 0;
}

ul.grid li h4 {
	margin-top: 10px;
}

.archive .wrap {
	padding: 2em 1em 3em;
}
.wrap {
	padding: 2em 1em 0;
}
ul.grid li .wrap {
	padding: 1em 0;
}

ul.grid li.box .wrap {
	padding: 1em 1em 2em;
}

ul.grid li.border-box .wrap {
	padding: 1em;
}


li.box {
	width:31.3%;
	margin: 1%;
	display:block;
	float:left;
	background:#fff;
}


li.box .wrap {
	padding:1.5em 1.5em 2em 1.5em;
}

li.border-box {
	margin: 1%;
	width:31.3%;
	display:block;
	float:left;
	background:#fff;
}

li.border-box .wrap {
	padding: 1em;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}


.custom-thumb {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition:0.5s ease-in-out;
        opacity: .3;
}

.custom-thumb:hover {
    opacity: 1;
}

a.moretag {
    display: block;
    margin-top: 10px;
}

.textrow {
  padding-right: 10px;
  padding-left: 0;
  padding-bottom: 40px;
  width: 100%;
  align-items: flex-end !important;
  margin: auto;
}
.gdw-product-sliders .row {
  padding-right: 3vw;
    padding-bottom: 20px;
}

.gdw-product-sliders .nav-tabs {
  border-bottom: none;
  margin-bottom: 1rem;
  padding: 0;
  margin: 0;
}
.page-template-page-about  .generallinks {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
## Custom Table
--------------------------------------------------------------*/

.row {
    align-items: center;
}
.flex {
    display:flex;
    flex-direction: row;
}

/*--------------------------------------------------------------
## Repeater
--------------------------------------------------------------*/

.repeater-text-inner {
  padding: 20px 10px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-image {
  min-height: 400px;
    padding: 60px 0;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
    color: #fff;
}

.header-hero {
  color: #fff;
  font-size: 55px;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1.1;
}
.header-image h1 {
    color:#fff;
    font-size: 30px;
}


.header-text {
  font-size: 20px;
}
.header-image .row {
    align-items: flex-end;
}

.custom-arrows-container {
  position: relative;
  display: flex;
  padding-top: 30px;
  justify-content: flex-start !important;
}
.arrows-container,
.cat-arrows-container {
      position: relative;
  display: flex;
justify-content: flex-end;
}
.arrows-container .slick-prev, .arrows-container .slick-next,
.cat-arrows-container .slick-prev, .cat-arrows-container .slick-next, 
.custom-arrows-container .slick-prev, .custom-arrows-container .slick-next {
  position: relative;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: none !important;
    padding:0 !important;
}
.arrows-container .slick-next,
.cat-arrows-container .slick-next {
    margin-left:10px !important;
}
.cat-arrows-container .slick-prev, .cat-arrows-container .slick-next {
width: 25px !important;
  height: 25px !important;
}

.ctaggbread .row {
  align-items: flex-end;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.posted-on {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85em;
}

/*--------------------------------------------------------------
## Search & Filter
--------------------------------------------------------------*/

.searchandfilter ul {
  margin: 0 0 5px;
    padding: 0;
    display: flex;
    gap:10px 30px;
    flex-wrap: wrap;
}

.searchandfilter li[data-sf-field-input-type="radio"] label {
    background: transparent;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    margin: 0 20px;
}

.searchandfilter li:first-child[data-sf-field-input-type="radio"] label {
    padding: 0 0 10px;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.searchandfilter li[data-sf-field-input-type="radio"] label:hover {
    border-bottom: 2px solid #e7980e;
    color: #e7980e;
}

.searchandfilter ul input[type="radio"], .searchandfilter input[type="radio"] {
    display: none;
}

li.sf-option-active label {
    border-bottom: 2px solid #e7980e !important;
    color: #e7980e !important;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    overflow-x: hidden;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500;
}
p:last-child {
    margin-bottom:0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography General
--------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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


hr {
  background-color: #9a9898;
  border: 0;
  height: 1px;
  margin-bottom: 3em;
  margin-top: 3em;
}

.searchandfilter ul li::before,
ul.clean li::before,
ul.menu li::before,
.accordion-2 ul li::before,
.site-header ul li::before {
    display:none;
}
.fancyul ul li::before {
  content: "\f054";
  font-family: "FontAwesome";
  padding: 0 10px 0 0;
  color: #bf0378;
  margin-left: -21px;
  transition: 0.5s ease-in-out;
}
ul, ol {
	margin: 0 0 1.5em 0;
    padding-left: 15px;
}

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

figure {
  margin: 1em 0;
  overflow-x: scroll;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
.modal-header {
  padding: 20px 20px 0 0;
  border-bottom: 0 none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

a.button,
.woocommerce ul.products li.product .button,
a.wp-element-button,
button.single_add_to_cart_button,
.buttonlink a, button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0px !important;
  border-radius: 0px !important;
  padding: 12px 20px !important;
  line-height: 1.3 !important;
  width: auto;
    text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
    font-weight: 400 !important;
}
button.menu-toggle,
button.wide,
button.slick-prev,
button.slick-next {
    background:transparent !important;
    box-shadow: none !important;
}
button.btn-close {
       box-shadow: none !important;
}
.buttonlink a {
    margin-top:2em;
    display: inline-block;
}

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: #454545;
  border: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-radius: 0px;
  padding: 15px 5px;
  background: transparent;
  width: 100%;
  margin: 5px 0;
  border-bottom: 1px solid #070707;
}

label {
  display: block;
  border-bottom: 1px solid;
  padding: 10px 5px 15px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    opacity: 1; /* adjust from 0 (invisible) to 1 (fully visible) */
    color: #000;  /* optional: set color if needed */
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="tel"],
.site-footer textarea {
    border-bottom: 2px solid #bbb;
    color: #fff !important;
}

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 {
	color: #969696;
	border: 0px;
	border-radius: 0px;
	padding: 15px 15px 15px 10px;
	background: rgba(0,0,0,0.06);
	width:100%;
}

textarea {
	width: 100%;
	margin-bottom: 8px;
    height: 100px;
}



/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/



.accordion ul {
    margin: 0;
    padding: 0;
}


.accordion ul li {
    list-style: none;
    border-bottom: 10px solid #fff;
}

.accordion-inner {
    border: 1px solid #bbb;
    padding: 1em 0;
}

.accordion-inner ul {
    margin: 0 0 0 1.5em;
}

.accordion-inner ul li {
    list-style: inherit;
    padding-bottom: 5px;
}

.accordion-2 {
position: relative;
    margin-top: 30px;
}


.accordion-2 ul {
      margin: 0 0 3em;
    padding: 0;
}


.accordion-2 ul li {
    list-style: none;
}

.accordion-2 button::after {
	content: "\f107";
   font-family: FontAwesome;
	color: #fff;
	top: 0.6em;
	right: 20px;
   position: absolute;
   font-size: 1.8em;
}
.accordion-2 button[aria-expanded="true"]::after {
    content: "\f00d";
   font-family: FontAwesome;
    top: 18px;
    font-size: 1.4em;
}

.accordion-2 button:hover::after {
    color: #fff;
}
.col-12 .flex {
  padding: 1em 0;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.related .container-gallery {
    padding-right:0 !important;
}
.container-gallery {
    padding-right:60px !important;
}
.ratiobox {
    aspect-ratio: 2/3;
    height:auto;
    max-height: 400px;
}
.slick-gallery img {
    object-fit: cover;
    object-position: center;
    height: calc(100% - 24px);
}

.slick-gallery .slick-slide {
   margin: 0 20px 0 0;
}

.slick-boxlinks .slick-next,
.slick-gallery .slick-next {
  right: -40px !important;
}

.simple-slick-slider-testimonial .slick-next {
  right: 0px !important;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

button.border {
    background: none;
}

button.wide {
    width: 100%;
    max-width: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/


.nav-tabs {
    border-bottom: 0;
    margin: 0 auto 4em;
}


.tab-content .fade {
    background: transparent;
}

.nav-tabs .nav-link {
    background: #151e29;
    border: 0;
    color: #fff;
    padding: 1em 4em;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs .nav-link:hover {
    background-color: #8dc63f;
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #8dc63f;
        color: #000;
    font-weight: 400;
}



.contact {
  display: flex;
gap: 10px 40px;
  flex-direction: row;
  margin-bottom: 23px;
    font-size: 20px;
    margin-top: 20px;
    flex-wrap:wrap;
}
.contact i {
     font-size: 1.2em;
    margin-right: 10px;
}



.contact-inline {
    display:inline;
}
/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/

ul.clean {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

ul.clean li {
	font-size: 16px;
}

ul.flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.sellpointsbar {
	padding: 1.5em 0;
}

.sellpointsbar i {
	width: 25px;
}

li.one {
	display: block;
	width: 100%;
}

li.two {
	display: inline-block;
	width: 50%;
}

li.three {
	display: inline-block;
	width: 33.33%;
}

li.four {
	display: inline-block;
	width: 25%;
}

/*
.custom-thumb .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(24,52,70,0.7);
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.custom-thumb:hover .overlay {
	opacity: 1;
}
*/


.badge {
position: absolute;
  top: 30px;
  left: 30px;
  background: #008c38;
  color: #fff;
  padding: 10px 10px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
    text-wrap: wrap;
}

.badge--light {
    color: #000;
}



.sectionpadlarge {
	padding: 12vh 0;
}
.sectionpad {
	padding: 6vh 0;
}

.sectionpadsmall {
	padding: 3vh 0;
}

.site-footer {
	font-size: 0.9em;
    padding: 6em 0 5em;
}




.text-slider h3 {
	margin-top: 0;
	margin-bottom: 0;
    font-size: calc(1em + 2.5vw);
}
.testimonial-content {
    padding:10px 0 0;
}
.logo {
  height: 58px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	margin: 10px 2em 10px;
  padding: 0 1em;
  display: inline-block;
}

.logos h3 {
  margin-bottom: 1em;
}

ul.standard-flex {
	padding:0;
	margin:0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 20px;
}

.title-line, .title-text {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}
.title-line {
	  border-top: 2px solid;
	  padding-bottom: 10px;
	}
.title-text {
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05;
  font-size: 0.8em;
}

.title-text {
	text-align: right;
}

.zeropaddingbottom {
	padding-bottom: 0px !important;
}

.zeropaddingtop {
	padding-top: 0px !important;
}

.home ul.products li.product {
	margin-bottom: 0;
}

.accordion-2 button.wide {
position: relative;
  margin-bottom: 2px;
  background: transparent !important;
  border-bottom: 1px solid #bbb !important;
  color: #000 !important;
  text-align: left;
  padding: 20px 0 20px 0px !important;
}

.accordion-2 button::after {
	color: #e7980e !important;
}

.accordion-inner {
	border: 0;
}

.news-column-pad {
	padding-right: 8em;
}

.single-post .custom-thumb {
	height: 200px;
}

.single-post li.one {
	margin-bottom: 20px;
}

.single-post li.one .wrap-simple {
	border-bottom: 1px solid #bbb;
	padding-bottom: 20px;
}

.single-post li.one:last-child .wrap-simple {
	border-bottom: 0;
}

.header-wrap h4 {
	color: #fff;
}

.header-wrap a {
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.header-wrap a h4 {
        transition: 0.3s ease-in-out;

}

.header-wrap a:hover h4 {
    color: #e7980e;
}

.menuover {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.menuover .main-navigation li a {
    color:#fff; 
}


.home .homemenuover {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.home .homemenuover .main-navigation li a {
    color:#fff; 
}

.archivehighcontentmenuoverlay {
    margin-top: 130px;
}

#myVideo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    background-color: transparent !important;
    box-shadow: none !important;
    right: 0 !important;
}
#moove_gdpr_cookie_modal .cookie-switch, #moove_gdpr_cookie_modal .switch {
    border-bottom: 0 !important;
}
img.imgfluid {
    height: 100%;
    object-fit: cover;
}
p.checkoutlabel {
    margin-bottom: 0;
}
#additional_info .wc-block-components-checkout-step__heading-container {
    display: none;
}

#additional_info {
    margin-bottom: 50px;
}

.search-filter-label {
border-bottom: 1px solid #bbb;
  padding: 5px 0px 14px 0;
  font-size: 1em;
  font-weight: 500;
  color: #070707;
}


.wc-block-components-order-summary-item__description h3 {
    font-size: 1em !important;
    font-weight: 500 !important;
}

.unstickme {
    margin-bottom: 5em;
}

.product-badges--archive {
    z-index: 8;
}


.no-thumb {
    display: inline-block;
    overflow-x: scroll;
    width: 100%;
}

.no-thumb .category-slide {
    display: inline-block;
}

.no-thumb .category-slide a {
    margin-right: 0;
}



.wooproductcategories .cat-thumb {
    width: 100%;
    min-height: 150px;
  aspect-ratio: 1 / 1;    
    object-fit: cover;  
    display: block;
    margin: 0 auto 10px; 
}

.category-slide a {
    padding: 0;
    margin-right: 20px;
}

.category-slide span {
    padding: 10px 20px 10px;
    display: block;
}

.category-slide span.cat-name {
    padding: 0 20px 10px;
    display: block;
}


.woocommerce div.product div.summary {
    margin-top: 0;
}

.variations tbody {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;     
}

.variations tr {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    margin: 0;
    padding: 0;
    border: none; 
}

.variations th,
.variations td {
    display: block;
    padding: 0;
    border: none;
}

.variations th.label {
    margin-bottom: 5px;
    font-weight: 600;
}

.variations td select {
    width: 150px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.variations td .swatch {
    display: flex;
    gap: 5px;
}



.ctaggbread {
    margin-bottom: 20px;
    font-size: 0.85em;
}

.ctaggbread a {
    opacity: 0.8;
}
.ctaggbread a:hover {
    opacity: 1;
}



.tonnage h3 {
    font-size: 1.4em;
}

.tonnage h2 {
    font-size: 1.4em;
    margin-top: 20px;
}

.tonnage input[type="text"] {
    padding: 10px 10px;
    border: 1px solid #bbb !important;
}

.tonnage .forminputs {
    display: flex;
    gap: 10px;
}

.tonnage .ton-result {
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 20px;
} 

.site-header.is-sticky {
    z-index: 9;
}

#searchModal .modal-header, #searchModal .modal-body {
  background-color: #090909 !important;
}

#searchModal .modal-content {
      background-color: #090909 !important;
}

#searchModal .modal-header .btn-close {
    background-color: transparent !important;
    margin-top: 0 !important;
    margin-top: 5px;
    opacity: 1;
}

#searchResults.has-results {
  background-color: #212121;
}

#searchResults .bg-dark {
  background-color: #212121 !important;
}

#searchModal .modal-header {
    width: 75%;
    margin: auto;
}





#searchModal .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  width: 100%;
  padding: 20px;
  font-size: 2.2em;
  font-weight: 400;
}

input#searchInput {
  background-color: #fff !important;
  border: 0 none;
  font-size: 16px;
  padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
  font-weight: 800;
}

.smallertext {
    font-size: 0.9em;
}


.wprevpro_t1_SPAN_5 {
    display: none;
}

.wprevpro_t1_DIV_2 {
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 20px 25px 0px 48px;
}

.wprevpro_t1_DIV_2::after {
    display: none !important;
}


#wpgmza_map button {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.slick-dots li button, .slick-dots li button:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

.slick-dots {
    text-align: right !important;
    bottom: 30px !important;
    padding-right: 40px !important;
}

.slick-dots li button::before {
	content: '.';
	color: transparent !important;
    background-color: #fff !important;
    border-radius: 100% !important;

}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.address {
    display: flex;
    align-items: flex-start; 
    gap: 8px;
}

.address i {
    flex-shrink: 0;
    margin-top: 4px;
}

.home .address {
    margin-bottom: 30px;
}


.slightextrapad {
    padding-left: 12px;
    padding-right: 12px;
}

.border-top {
    border-top: 1px solid #bbb;
}

.border-bottom {
  border-bottom: 1px solid #bbb !important;
}

.border-both {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;    
}

.generallinks {
  border-bottom: 1px solid #bbb;
  margin-bottom: 30px;
}
.bottomgenerallinks {
    margin-bottom:0;
}
.home .generallinks {
	border-bottom:0 none;
	margin-bottom:0;
}
a.generallinks-item {
transition: 0.3s ease-in-out;
  width: 100%;
  padding: 15px 10px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3em;
        }

a.generallinks-item:hover {
            color: #ef7a0b;
        }

.generallinks .row {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
    align-items: stretch;
  margin: 0;
  padding: 0;
}     
.generallinks-item i {
            font-size: 1.1rem;
            margin-left: 10px;
	color: #f9b435;
        }


.generallinks-item div i {
            margin-right: 10px;
            margin-left: 0;
        }



.generallinks .row > * {
        margin-top: 0;
}

.generallinks .generallinks-col {
    flex: 1 1 0;
    display: flex;
    border-right: 1px solid #bbb;
}

.generallinks .generallinks-col:last-child {
    border-right: 0;
}




.woocommerce-products-header {
    margin-top: 0;
}
.single-post .highcontent h2 {
    text-align: center;
}

.page-template-default h2, .page-template-default h3 {
    font-size: 1.6em;
    margin-bottom: 1em;
    margin-top: 1.6em;
}

.page-template-default .container-step {
    max-width: 800px;
}

.woocommerce-page .container-step {
    max-width: 1300px;
}

.footercols {
    justify-content:space-between; 
    align-items: flex-start;
}
.single-product .woocommerce-breadcrumb {
    margin-top: 20px;
}

button.change-settings-button {
    padding: 0 !important;
    background: transparent !important;
}

button.change-settings-button:hover {
        background: transparent !important;
    box-shadow: none !important;
    color: #e7980e !important;
}

button.moove-gdpr-infobar-allow-all {
    padding: 5px 20px 7px !important;
}
.pointer {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}


.pointer:hover  {
    color: #e7980e;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: 0 !important;
    background-color: #070707 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  background-color: #e7980e !important;
  border-radius: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    color: #fff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
    width: auto !important;
}

ul#moove-gdpr-menu li:before {
    display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    text-transform: none !important;
}
.boxlayout {
display: flex;
  clear: both;
  flex-direction: column;
  gap: 50px;
}

.boxlayout .row:nth-child(even) {
flex-direction: row-reverse;
}
.boxlayout .row {
  align-items: center;
}

.background-image {
    position: relative;
    background-size:cover;
    background-position: center;
    align-self: stretch;
    min-height: 300px;
}

.row .background-image {
  border-right: 12px solid #fff;
  border-left: 12px solid #fff;
}


.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.6em 1em;
  border: 2px solid #bbb;
  text-align: center;
  background: #bbb;
  color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #bbb;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #e7980e;
  background: #e7980e;
  color: #fff
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.contactcol {
    padding-right:4em;
}

a.clickhere {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.noresults {
    text-align: center;
    margin-bottom: 3em;
    margin-top: 3em;
}

.section-other h5 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em;
}

.archive .container-sm {
    margin-bottom: 3em;
}
.post-type-archive-services .container-sm,
.post-type-archive-case-studies .container-sm {
  margin: 0 0 2em;
  max-width: 700px;
    padding:0;
}
.post-type-archive-services .container-sm {
  margin: 0 0 10vh;
}
.wrap h4 a, .wrap-simple a {
        color:#e7980e;
}
.wrap h4, .wrap-simple h4 {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    color:#e7980e;
    font-size: 20px;
}

.team .wrap {
    padding: 30px 20px 20px;
    font-size: 0.9em;
}

.team h3 {
    text-align: center;
}
.team h4 {
    margin-bottom: 0;
}

.team .role {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}


.logo-grid .logo-slick-slider {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
      align-items: center; 
}

.logo-grid .logo-slick-slider img {
max-width: 160px;
  max-height: 80px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0 10px;
}
}

.logo-slick-slider .slick-track {
    align-items: center;
    display: flex;
}

.logo-grid h3 {
    text-align: center;
    margin-bottom: 1.4em;
}

.home .overlay {
  background: linear-gradient(46deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 74%);
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background:rgba(0, 0, 0, 0.54);
	top: 0;
	left: 0;
}

.home h1 {
font-size: 1.4em;
  max-width: 305px;
}

.centertext {
    text-align: center;
}

.bigtext {
    font-size: 1.2em;
    font-weight: 400;
}
 .boxlinks a,
 .boxlinks .background-image,
.boxlinks .background-image  h3,
 .boxlinks .background-image h4 {
    color:#fff;
}

.boxlinks a:hover {
	color: #e7980e;
}

.boxlinks h3 {
  margin-bottom: 1.8em;
  text-align: center;
}

.boxlinks h4 {
    font-size: 1.6em;
    margin: 15px 0;
}

.boxlinks i {
  font-size: 4em;
  margin-right: 25px;
  opacity: .5;
}

.pad-box {
    padding: 6em 2em
}

.page-template-page-about .boxlinks {
    padding-bottom:0;
}


.icons {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  height: 100%;
  padding-right: 30px;
}
.icons i {
  font-size: 19px;
  margin-left: 25px;
  font-weight: 500;
	color:#fff;
	transition:0.5s ease-in-out;
}
.icons i:hover {
	color:#f9b435;
}

.icons i.fa-brands {
  font-size: 25px !important;
}

.boxlinksshop .custom-thumb {
    opacity: 1;
    height: 450px;
    margin-bottom: 40px;
}

.boxlinksshop .row .col-md-6:last-child .custom-thumb {
    margin-bottom: 0;
}

.boxlinksshop .row .col-md-6:nth-last-child(2) .custom-thumb {
    margin-bottom: 0;
}


.boxlinksshop .boxlinksshopinner {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    max-width: calc(100% - 60px);
}

.boxlinksshop .boxlinksshopinner button {
padding: 10px 20px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  margin-right: 10px;
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 10px;
  width: inherit;
}

.boxlinksshop .overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%)
}

.extralinks {
    margin-top: 30px;
}

.boxlinksshop h3 {
font-size: 1.2em;
  margin-left: 10px;
text-align: left;
}



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

.page-id-12 table.contact-details .fa {
	font-size: 20px;
	padding-bottom: 15px;
}

table.contact-details {
	 margin-top: 2em;
}


td.icon {
    width: 30px;
}

.social div {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 1.6em;
}

.page-id-3 h4 {
	 margin-top: 2em;
}

.no-results {
    text-align: center;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Wordpress Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.site-footer .row {
  justify-content: space-between;
}
.cart-contents-count {
    padding-left: 6px;
	color:#fff;
}

.nav-panel {
  display: none;
}

th {
  vertical-align: bottom;
  padding: 10px;
  line-height: 1;
}

/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/



/*General Responsiveness*/


@media (max-width:1340px) {
.product-carousel .slick-next {
  right: 0px !important;
}
.product-carousel .slick-prev {
  right: 30px !important;
}
}


@media (max-width:1200px) {
 header.is-sticky .stickytop {
    display: flex !important;
  }
.site-header.is-sticky {
  z-index: 9;
  background: #272727;
}
    .main-navigation {
  background: #272727;
    }
 .site-header.is-sticky    .site-branding img {
  max-width: 210px;
    }
	.icons {
  padding-right: 10px;
}

    .header-search-mobile {
        display: block;
    }
  .c-hamburger {
    display: block;
    position: relative;
    top: 2.3vw;
    z-index: 9999;
    right: 20px;
  }

    .site-header {
  position: relative;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0;
}
    
  .home .site-header {
    border-bottom: 0;
    margin-bottom: 0;
  }  

.main-navigation ul ul a:hover,
    .main-navigation li:hover a {
	color: #fff !important;
}

.aws-container .aws-search-form {
	margin: auto;
}

        .main-navigation ul > li:last-child {
        margin-bottom: 0;
            background: transparent;
    }
.boxlinks i {
  font-size: 3em;
}
.flex {
  flex-direction: column;
}
.flex.social {
  flex-direction: row;
}
.header-wrap, .container {
  padding: 0 3vw;
    }



    .main-navigation {
  border-top: 0 none;
  border-bottom: 0 none;
  margin: 0 auto 30px;
}
  .main-navigation ul {
    display: none;
}


/* LOCK BODY WHEN OPEN */
body.nav-open {
  overflow: hidden;
}

/* Overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 998;
}

.main-navigation.is-open .nav-overlay {
  opacity: 1;
  visibility: visible;
}

/* Panel */
.nav-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 85vw;
  max-width: 420px;
  height: 100vh;
  background: #090909;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
  z-index: 999;
  display: flex !important;
  flex-direction: column;
}

.main-navigation.is-open .nav-panel {
  transform: translateX(0);
}

/* Header */
.nav-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
    height: 85px;
}

.nav-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* Body */
.nav-body {
  flex: 1;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

/* Sliding containers */
.nav-level {
  position: absolute;
  inset: 0;
  padding: 30px 15px;
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
}

.nav-level.enter-right {
  transform: translateX(100%);
}
.nav-level.enter-left {
  transform: translateX(-100%);
}
.nav-level.active {
  transform: translateX(0);
}

.nav-level.exit-left {
  transform: translateX(-100%);
}
.nav-level.exit-right {
  transform: translateX(100%);
}

/* Menu styling */
.nav-level ul {
  list-style: none;
  padding: 0 0 140px 0;
    display:flex;
    flex-direction: column;
}

  .nav-level li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #bbb;
    align-items: center;
    min-height: 50px;
      cursor: pointer;
      padding: 0;
      width: 100%;
  }
    .nav-level li:hover {
        background:transparent !important;
    }
    
    .main-navigation li:first-child a {
    padding-left: 15px;
}
    button.submenu-toggle  {
        background:transparent !important;
       box-shadow: none !important;
        padding: 12px 20px 12px 0 !important;
    }
    
.submenu-toggle {
  float: right;
  background: transparent !important;
  border: none;
  color: #fff;
  cursor: pointer;
    font-size: 20px !important;
}
    .main-navigation li a {
  padding: 10px 0 10px 15px;
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.3em;
  max-width: none;
  text-align: left;
  color: #fff;
        width: 100%;
}
      .main-navigation ul ul {
    display: none !important;
    position: static !important;
    left: auto !important;
  }
}


@media (max-width:1025px) {
.icons i {
  font-size: 17px;
	margin-left: 20px;
	}
	.icons i.fa-brands {
  font-size: 20px !important;
}
	}

@media (max-width:992px) {
    .row .background-image {
  border-right: 0 none;
  border-left: 0 none;
}
.boxlinksshop .custom-thumb {
  margin-bottom: 25px;
}
	.boxlinksshop .boxlinksshopinner {
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
}
       .contact {
  margin-bottom: 50px;
    }
    .container-offset {
  padding-left: 2em;
    }
.header-text {
  font-size: 17px;
}
.site-footer img {
  display: block;
  margin: 0 auto 50px;
}
    
.footercontactcol {
  padding-left: 0px;
}
    .icons i {
  font-size: 20px;
  margin-left: 13px;
}
    
}

@media (max-width:900px) {
    a.checkout {
        figure {
  margin: 1em 0;
  overflow-x: scroll;
  font-size: 13px;
}
  display: none;
}}

@media (max-width:800px) {
ul.gallery li {
	display: inline-block;
	width: 48%;
}
.gallery-image {
	height: 200px;
}

}

@media (max-width:767px) {
    
    img.mobileheight {
        max-height: 350px;
    }
 .page-template-default   table {
  font-size: 13px;
}

    .contact-bar h4 {
  font-size: 24px;
    }
    figure {
  font-size: 13px;
}
 .page-template-page-about   .slick-gallery {
  margin-left: 20px;
}
    
	.darkbg {
  align-self: center;
}
	  .c-hamburger {
    display: block;
    position: relative;
    top: 0;
	}
        header.is-sticky .c-hamburger  {
top: 20px;
    right: 20px;
    }
    .slightextrapad {
  padding-left: 0;
  padding-right: 0;
}
.row .background-image {
  border-right: 0;
  border-left: 0;
}    

.wc-block-checkout__actions {
        padding-bottom: 40px !important;
    }
  .header-search {
    position: relative;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
  .woocommerce-cart .wc-block-components-radio-control .wc-block-components-radio-control__input {
        left: 0 !important;
    }
    .woocommerce div.product div.images {
  margin-bottom: 3em;
}
    .woocommerce div.product div.summary {
  margin-bottom: 4em;
}

.footer-col ul{
    display:none;
}
  .footer-title {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 15px 10px;
    margin: 0 !important;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease-in-out;
    border-top: 1px solid;
  }

.footer-title::after{
    display:block;
    font-weight: 300;
      content: "+";
}
    .footer-title:hover {
        background:#e7980e;
    }
  .footer-col.active ul {
    display: block;
  padding: 15px 20px 25px !important;
    }
.footer-col.active .footer-title::after{
    content:"-";
}
.footermenu {
    float: none;
    max-width: none;
  }
    
    .footermenu  li {
        padding:5px 0;
    }
.footermenu a {
  font-size: 16px;
    }
.site-footer .openinghours {
  margin-bottom: 40px;
}
    .boxlinksshop .row .col-md-6:nth-last-child(2) .custom-thumb {
    margin-bottom: 40px;
}
    .archive.woocommerce .site-main {
  padding: 0 3vw 0;
}
    .wooproductcategories {
  margin-bottom: 20px;
    }
    .archiveproducts {
  padding-left: 12px;
  padding-top: 25px;
}
    .desktopfilters {
        display: none;
    }
    .mobilefilters {
        display: block;
    }
    .text-slider h3 {
        display: none;
    }
    .boxlayout .row:first-child .repeater-text-inner {
        padding-top: 0;
    }
    .home .boxlayout .row:first-child .repeater-text-inner {
        padding-top: 10vh;
    }
    .home .boxlayout .row:last-child .repeater-text-inner {
        padding-bottom: 0;
    }    
    
    .related .container-gallery {
    padding-right:60px !important;
}
    .intro .repeater-text-inner {
        padding:0;
    }
    .single .boxlayout .row:first-child .repeater-text-inner,
   .page-template-page-about .boxlayout .row:first-child .repeater-text-inner {
        padding-top:0;
    }
    .slick-gallery img {
  max-height: 300px;
}
    .archive .colourarchive .highcontent,
    .highcontent {
  min-height: 0;
    }
  .text-slider h3 {
  margin-bottom: 1em;
    }
    .intro .background-image {
        display:none;
    }
    .boxlayout .row {
  align-items: center;
}
    .repeater-text-inner {
  padding: 10vh 20px;
  min-height: 0;
    }
  .sidebar {
    margin-top: 3em;
    background: rgba(0,0,0,0.05);
    padding: 3em 2em;
  }
.contactcol {
    padding-right:0;
}
.footer-upper {
    text-align: center;
}
.footer-upper img {
    float: none;
    margin-top: 5px;
}
    .page-id-12 ul.social {
        margin-bottom: 50px;
    }
.news-column-pad {
    padding-right: 0;
    padding-bottom: 2em;;
}       
.site-footer img {
  margin: 0 0 50px;
}
.site-footer h5 {
    margin-top: 3em;
}
.mobilesidebar {
	display: block;
}
.desktopsidebar {
	display: none;
}

.mobilesidebar .widget {
  margin: 0 0 0.8em;
}

ul.standard-flex {
	display: block;
	font-size: 0;
}
ul.standard-flex li {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	vertical-align: top;
}
ul.standard-flex li:nth-child(even) {
border-right: 0;
}
ul.standard-flex li:nth-child(odd) {
border-left: 0;
}
.topcontact {
  text-align: center;
}
.topbar {
  text-align: left;
}
    .menu-header-top-container ul.menu {
        justify-content: flex-start;
        display: none;
    }
.myexcerpt {
     display: none;
}
    .custom-thumb {
        height: 250px;
    }
    .section-other .custom-thumb,
    .archive .custom-thumb {
    height: 200px;
    }
.archive .wrap {
  padding: 1em 2px 3em;
    }
    .section-other .wrap {
        padding: 1em 2px 0;  
    }
.buttonlink a {
  margin-top: 1vh;
    }
  .container-offset {
    padding-left: 0;
  }

}


@media (max-width:745px) {
.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;;
}
#searchModal .modal-body .w-75 {
    width: 100% !important;
}

#searchModal .modal-header {
    width: 100%;
}    
}

@media (max-width:650px) {
   h3, .repeater-text-inner h3 {
  text-align: left;
  font-size: 30px;
}
    .generallinks {
  border-bottom: 0 none;
    }
.generallinks .generallinks-col {
  flex: auto;
  display: block;
  border-right: 1px solid #bbb;
  width: 50%;
  border-bottom: 1px solid #bbb;
  margin: 0;
  padding: 0;
}}

@media (max-width:600px) {
  #searchModal .modal-title {
        padding: 20px 0 0;
    }    
   #searchModal .modal-header .btn-close {
        margin-right: 0 !important;
    }    
    .bigtext {
  font-size: 1.1em;
}
.repeater-text {
    width: 100%;
		min-height: auto;
		padding: 3em 0 2em;
}
.repeater-image {
    width: 100%;
    min-height: 300px;
}
ul.flex {
	display: block;
}  
  .imageleftcol, .imagerightcol {
  width: 100% !important;
}  
.pad-box {
  padding: 3em 0em 2em;
}
.boxlinks h3 {
  margin-bottom: 1em;
    }
.modal-body {
  padding: 0 2em 2em;
}
.slider-image, .slider-text {
  height: 75vh;
  min-height: 500px;
}
    .slider-text {
        padding-bottom: 4em;
    }
.wprev-slider {
  margin-left: 0 !important;
    }
    .wprevpro_t1_DIV_2 {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
    .wprevpro_t1_DIV_2::before {
        display: none;
    }
    .wprs_unslider-arrow.prev {
        display: none !important;
    }    
    .w3_wprs-row-padding {
        padding: 0 !important;
    }    
    .wprev-google-place {
        padding: 0 0 10px !important;
    }    
 .wprev_badge_div.badgeleft {
    margin: 10px 0 10px 0 !important;
    }
    .w3_wprs-row-padding > .w3_wprs-col {
        padding: 0 !important;
    }    
}


@media (max-width:575px) {
    .header-image h1 {
  font-size: 22px;
}
    .header-hero {
  font-size: 42px;
    }
    .icons {
  justify-content: space-between;
    }
    .site-info-inner {
  font-size: 12px;
  padding-top: 15px;
  float: none;
}
      .contact {
    margin-bottom: 0;
  }
.site-info-2 .row .col-md-6:nth-child(2), .site-info .row .col-md-6:nth-child(2) {
  text-align: left;
}
    .repeater-text-inner h3, h3 {
  font-size: 28px;
    }
	    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        width: auto;
    }
	.boxlinksshop .custom-thumb {
  height: 350px;
    }
	    .boxlinksshop .container {
        padding: 0 20px;
    }
    .slider-text {
  padding-bottom: 3em;
    }
    .slider-text h3 {
  font-size: 35px;
    }
    .container {
        padding: 0 20px;
    }
    .archive.woocommerce .site-main {
    padding: 0 2em 0;
}
    .site-main {
        padding: 0 2em;
    }
    .topbar .container {
        padding: 0 2.4em;
    }
    .woocommerce .quantity .qty {
        height: 56px;
    }
    .archive .header-page h1, .archive .highcontent h1 {
  margin-top: 0;
}

    .boxlinks .container-step {
  max-width: 300px;
    }

    .header-page, .header-wrap {
        min-height: 250px;
}
.site-footer .row {
justify-content: flex-start;
}
body, button, input, select, optgroup, textarea {
  font-size: 15px;
    }
.footermenu {
float: left;
width: 100%;
max-width: none;
}
.site-footer-2 .footercontactcol {
padding-bottom: 35px;
}
.site-footer-2 .row:nth-child(2){
flex-direction: column-reverse;
}
.site-footer-2 .flex {
justify-content: flex-start;
margin-top: 1em;
margin-bottom: 2em;
    flex-direction: row !important;
}
    .social {
            flex-direction: row !important;
    }
 .repeater-text-inner {
padding: 6vh 0;
}
        .home .boxlayout .row:first-child .repeater-text-inner {
        padding-top: 6vh;
    }
    .team .wrap {
  padding: 30px 0 50px;
    }
    .header-page {
        margin-bottom: 6vh;
    }
    .post-type-archive-services .container-sm {
  margin: 0 0 6vh;
}
    .container-other {
        padding-top:6vh;
    }
    .sectionpad {
  padding: 5vh 0;
    }
    .sectionpadlarge {
  padding: 10vh 0;
}
    #myVideo {
        left: 0;
        top: 75%;
}  
}
    
@media (max-width:480px) {
    .wrap span {
        display:none;
    }
.wc-block-checkout__actions_row {
  align-items: flex-start !important;
    }
	input#searchInput {
  font-size: 14px;
	}
}


@media (max-width:420px) {
      .icons {
    padding-right: 0;
  }
      .icons i {
    margin-left: 0;
  }
	a.generallinks-item {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}
	.generallinks-item div i {
		margin-right: 5px;
	}
   .col-xs-7 {
    width: 70%;
  }
        .col-xs-12 {
        width:100%;
    }
      .icons {
    gap: 30px;
    justify-content: center;
    margin-top: 0;
  }
      .c-hamburger {
    display: block;
    position: absolute;
    top: 15px;
    z-index: 9999;
    right: 20px;
  }
      .main-navigation {
    border-top: 0 none;
    border-bottom: 0 none;
    margin: 0 auto 10px;
  }
     .nav-panel {
    width: 100vw;
    }
        .archive.woocommerce .site-main {
    padding: 0 10px 0;
}
    .site-main {
        padding: 0 10px;
    }
}

@media (max-width:400px) {
.pad-1-4 {
	padding: 1em 2em;
}
.pad-2-4 {
	padding: 2em 2em;
}
.pad-3-4 {
	padding: 3em 2em;
}
.pad-4-4 {
	padding: 4em 2em;
}
    .custom-thumb {
        height: 200px;
}
}


/*

@media (max-width: 350px) {
.container-xl, .container, .container-md {
    padding: 0 20px;
    }
        .archive.woocommerce .site-main {
    padding: 0 20px 0;
}
      .site-header .container {
    padding: 0 20px;
  }
    .topbar .container {
         padding: 0 20px;   
    }
.main-navigation ul { 
    width: 100vw;
    right: -100vw;
}
    .woocommerce .quantity .qty {
        margin-bottom: 10px;
    }
}

@media (max-width: 300px) {
td.icon {
    display: none;
}}
*/





/*Max Heights*/

@media (max-height: 550px) {
.main-navigation li a {
  padding: 8px 20px !important;
}}

@media (max-height: 450px) {
.site-header, .site-header .container-xl {
position: unset;
}    
.topbar {
display: none;
}    
}