/*!
  Theme Name: ESCCO
  Theme URI: https://www.escco.co.uk/
  Author: Ember Web
  Author URI: https://www.emberweb.co.uk/
  Description: Created for ESCCO by Ember Web.
  Version: 1.0.0
  Tested up to: 5.4
  Requires PHP: 5.6
*/
.list-style-none {
  list-style: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

body, button, input, select, optgroup, textarea {
  color: #0a0c00;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Poppins", sans-serif;
}

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

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

big {
  font-size: 125%;
}

body {
  background: #ffffff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

.accordion {
  border: 1px solid #888888;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
}

.accordion-item {
  border-bottom: 1px solid #888888;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background-color: #ffffff;
}

.accordion-button {
  background-color: #fff;
  color: #222222;
  padding: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009775' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(0, 151, 117, 0.1);
  color: #009775;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button:hover {
  background-color: rgba(0, 151, 117, 0.05);
  color: #009775;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #009775;
  box-shadow: 0 0 0 0.25rem rgba(0, 151, 117, 0.25);
  outline: none;
}

.accordion-body {
  padding: 1rem;
  color: #222222;
  background-color: #f9f9f9;
  border-top: 1px solid #888888;
}

.accordion-collapse {
  transition: height 0.35s ease;
}

a {
  color: #21759b;
  transition: 0.5s;
}
a:visited {
  color: #21759b;
}
a:hover, a:focus, a:active {
  color: #009775;
  transition: 0.5s;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  text-decoration: none;
  padding: 0.6em 1em 0.4em;
}
a.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
}
a.button:active, a.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
}
a.button.primary,
button.primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary {
  background-color: #009775;
  color: #f1f1f1;
  border-color: #009775;
}
a.button.primary:hover,
button.primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover {
  background-color: #f1f1f1;
  color: #009775;
  border-color: #009775;
}

.cf7-button {
  background-color: #009775 !important;
  border-radius: 100px !important;
  color: #ffffff !important;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.3s ease-in-out;
}

.search-form {
  width: 100%;
  height: 40px;
  position: relative;
}
.search-form #search-field {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  color: #7a7a7a;
}
.search-form ::placeholder {
  font-size: 14px;
  color: #7a7a7a;
}
.search-form .button {
  display: block;
  width: fit-content;
  height: 100%;
  margin: 0 0 0 -1px;
  padding: 0 1rem;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

header.site-header .top-bar {
  border-bottom: 1px solid #d5d5d5;
}
header.site-header .top-bar #wc-vat-toggle-widget a {
  background-color: #009775;
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
header.site-header .top-bar #wc-vat-toggle-widget a:before {
  background-color: #f1f1f1;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 11px;
}
header.site-header .top-bar #wc-vat-toggle-widget a.active {
  background-color: rgb(0, 100, 77.4834437086);
}
header.site-header .top-bar #wc-vat-toggle-widget a.active:before {
  left: 22px;
}
header.site-header .top-bar #wc-vat-toggle-widget span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
header.site-header .top-bar .tel {
  color: #828282;
}
header.site-header .top-bar .tel:hover {
  color: #009775;
}
header.site-header .site-logo img {
  max-width: 110px;
}
header.site-header .main {
  border-bottom: 1px solid #d5d5d5;
}
header.site-header .main .icon-navigation li {
  position: relative;
}
header.site-header .main .icon-navigation li.basket a {
  text-decoration: none;
}
header.site-header .main .icon-navigation li.basket .basket-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #f6edea;
  border: 0;
  border-radius: 50%;
}
header.site-header .main .icon-navigation li.basket .basket-inner .basket-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  border: 0;
  border-radius: 50%;
  background-color: #009775;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  color: #f1f1f1;
}
header.site-header .main .icon-navigation a {
  color: #828282;
}
header.site-header .main .icon-navigation a:hover {
  color: #009775;
}
@media (min-width: 992px) {
  header.site-header .navigation li:first-child {
    margin-left: -1rem;
  }
}
@media (min-width: 1400px) {
  header.site-header .navigation li:first-child {
    margin-left: -2rem;
  }
}
header.site-header .navigation a {
  display: block;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #222222;
}
@media (min-width: 992px) {
  header.site-header .navigation a {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  header.site-header .navigation a {
    padding: 1rem 2rem;
  }
}
header.site-header .navigation a:hover {
  color: #009775;
}
header.site-header .site-notice {
  background: #222222;
}
header.site-header .site-notice p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  word-spacing: 0.1em;
  color: #f1f1f1;
}
header.site-header .sub-header {
  position: relative;
  background-color: #f1f1f1;
}
header.site-header .sub-header .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  header.site-header .sub-header .container .row > div:first-child {
    border-right: 1px solid #d5d5d5;
  }
}
header.site-header .sub-header h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222222;
}
@media (min-width: 1200px) {
  header.site-header .sub-header .paragraph-spacing {
    padding-left: 1rem;
  }
}
header.site-header .sub-header .paragraph-spacing p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #828282;
}
header.site-header .sub-header .paragraph-spacing p:last-child {
  margin-bottom: 0;
}
header.site-header .sub-header .brand-logo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin-bottom: 1rem;
}
header.site-header .sub-header:before, header.site-header .sub-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}
header.site-header .sub-header:before {
  top: 0;
  left: 0;
  border-width: 100px 100px 0 0;
  border-color: rgb(0, 151, 117) transparent transparent transparent;
}
header.site-header .sub-header:after {
  bottom: 0;
  right: 0;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent rgb(0, 151, 117) transparent;
}
@media (max-width: 991.98px) {
  header.site-header .sub-header:before {
    border-width: 60px 60px 0 0;
  }
  header.site-header .sub-header:after {
    border-width: 0 0 60px 60px;
  }
}
header.site-header #brands-mega-menu {
  border-top: 1px solid #d5d5d5;
}
header.site-header #brands-mega-menu .brand-img {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}
header.site-header #brands-mega-menu .brand-logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e6e6e6;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 5px 3px #e6e6e6;
  margin: 0;
  padding: 3rem;
}
header.site-header #shop-mega-menu {
  border-top: 1px solid #d5d5d5;
}
header.site-header #shop-mega-menu h6 {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
header.site-header #shop-mega-menu h6 a {
  color: #222222;
}
header.site-header #shop-mega-menu a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #828282;
}
header.site-header .live-search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header.site-header .search-results-list li a {
  padding: 8px 12px;
  color: #333;
}
header.site-header .search-results-list li a:hover {
  background-color: #f5f5f5;
}
header.site-header .no-results {
  color: #999;
}

/* --------------------------------------------
   FIXED DROPDOWN MENU TARGETING (Correct DOM)
--------------------------------------------- */
header.site-header .navigation ul.main-menu > li {
  position: relative;
}

/* Hide sub-menu initially */
header.site-header .navigation ul.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #d5d5d5;
  margin: 0;
  list-style: none !important;
  padding: 0.5rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

/* Sub-menu links */
header.site-header .navigation ul.main-menu .sub-menu li {
  margin-left: 0 !important;
}

header.site-header .navigation ul.main-menu .sub-menu li a {
  padding: 0.75rem 1rem;
  display: block;
  white-space: nowrap;
  text-transform: none;
  font-weight: 500;
  color: #222222;
}
header.site-header .navigation ul.main-menu .sub-menu li a:hover {
  background: #f7f7f7;
  color: #009775;
}

/* Hover to reveal dropdown */
header.site-header .navigation ul.main-menu > li:hover > .sub-menu {
  display: block;
}

/* Support for deeper nesting */
header.site-header .navigation ul.main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Hide sub-menu for the Shop menu item only */
header.site-header .navigation ul.main-menu > li#menu-item-146 > .sub-menu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Prevent hover from re-displaying it */
header.site-header .navigation ul.main-menu > li#menu-item-146:hover > .sub-menu {
  display: none !important;
}

/* Hide submenu on mobile (<768px) */
@media (max-width: 767.98px) {
  .sub-menu {
    display: none !important;
  }
}
body.search-results ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  body.search-results ul.products {
    display: flex;
    flex-direction: column;
  }
}
body.search-results ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2rem;
  padding: 12px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #828282;
}
@media screen and (max-width: 991px) {
  body.search-results ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body.search-results ul.products li.product .product-image {
  display: block;
  width: 150px;
  height: 150px;
}
body.search-results ul.products li.product .info h2.woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #d5d5d5;
}
body.search-results ul.products li.product .info h2.woocommerce-loop-product__title a {
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #222222;
}
body.search-results ul.products li.product .info .product-sku {
  color: #222222;
}
body.search-results ul.products li.product .info .short-description ul {
  margin: 0;
}
body.search-results ul.products li.product .info .short-description ul li {
  list-style: disc;
}
body.search-results ul.products li.product #price-qty-wrapper {
  border-top: 1px solid #d5d5d5;
}
body.search-results ul.products li.product #price-qty-wrapper .price {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
body.search-results ul.products li.product #button-wrapper .view-product, body.search-results ul.products li.product #button-wrapper .add-to-basket {
  width: 100%;
}
body.search-results ul.products li.product #button-wrapper .view-product .button, body.search-results ul.products li.product #button-wrapper .add-to-basket .button {
  margin-top: unset;
  vertical-align: unset;
  float: unset;
}
body.search-results ul.products li.product #button-wrapper .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
body.search-results ul.products li.product #button-wrapper .view-product .button {
  background-color: #222222;
  color: #f1f1f1;
}
body.search-results ul.products li.product #button-wrapper .add-to-basket .button {
  background-color: #009775;
  color: #f1f1f1;
}
@media screen and (min-width: 48em) {
  body.search-results ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  body.search-results ul.products li.product.first {
    clear: both;
  }
  body.search-results ul.products li.product.last {
    margin-right: 0;
  }
  body.search-results ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  body.search-results ul.products.columns-2 li.product {
    width: 48.1%;
  }
  body.search-results ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  body.search-results ul.products.columns-4 li.product {
    width: 22.15%;
  }
  body.search-results ul.products.columns-5 li.product {
    width: 16.96%;
  }
  body.search-results ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}

#mobileMenuContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 149, 121, 0.9);
}
#mobileMenuContainer .mobileMenuWrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#mobileMenuContainer .mobileMenuWrapper #mobileMenuToggleClose {
  position: absolute;
  top: 25px;
  right: 25px;
}
#mobileMenuContainer .mobileMenuWrapper #mobileMenuToggleClose i {
  font-size: 32px;
  color: white;
}
#mobileMenuContainer .mobileMenuWrapper .menu-main-menu-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#mobileMenuContainer .mobileMenuWrapper .menu-main-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobileMenuContainer .mobileMenuWrapper .menu-main-menu-container ul li {
  text-align: center;
}
#mobileMenuContainer .mobileMenuWrapper .menu-main-menu-container ul li:not(:last-child) {
  margin-bottom: 12.5px;
}
#mobileMenuContainer .mobileMenuWrapper .menu-main-menu-container ul li a {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: white;
}

body.single.single-post .sticky-sidebar {
  position: sticky;
  top: 3rem;
  z-index: 100;
  background-color: #ffffff;
  margin: 0;
  padding: 15px 12px;
  border: 1px solid #d1d1d1;
}
body.single.single-post .sidebar-container > section:not(:last-child),
body.single.single-post #secondary.widget-area > section:not(:last-child) {
  margin-bottom: 30px;
}
body.single.single-post .sidebar-container .widget-title,
body.single.single-post #secondary.widget-area .widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
  text-transform: capitalize;
}
body.single.single-post .sidebar-container .search-form,
body.single.single-post #secondary.widget-area .search-form {
  display: flex;
  align-items: center;
}
body.single.single-post .sidebar-container .search-form input[type=search],
body.single.single-post #secondary.widget-area .search-form input[type=search] {
  flex-grow: 1;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
body.single.single-post .sidebar-container .search-form button,
body.single.single-post #secondary.widget-area .search-form button {
  background-color: #009775;
  border: none;
  padding: 0 16px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
body.single.single-post .sidebar-container .search-form button:hover,
body.single.single-post #secondary.widget-area .search-form button:hover {
  background-color: #007f63;
}
body.single.single-post .sidebar-container .widget_recent_entries ul,
body.single.single-post #secondary.widget-area .widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single.single-post .sidebar-container .widget_recent_entries ul li,
body.single.single-post #secondary.widget-area .widget_recent_entries ul li {
  margin-bottom: 20px;
}
body.single.single-post .sidebar-container .widget_recent_entries ul li a,
body.single.single-post #secondary.widget-area .widget_recent_entries ul li a {
  font-weight: 600;
  display: block;
  color: #222222;
  text-decoration: none;
  margin-bottom: 5px;
}
body.single.single-post .sidebar-container .widget_recent_entries ul li a:hover,
body.single.single-post #secondary.widget-area .widget_recent_entries ul li a:hover {
  color: #009775;
}
body.single.single-post .sidebar-container .widget_recent_entries ul li .post-date,
body.single.single-post #secondary.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
  color: #999999;
}
body.single.single-post .sidebar-container .close-side-widget,
body.single.single-post #secondary.widget-area .close-side-widget {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  margin-bottom: 15px;
}
body.single.single-post .sidebar-container .close-side-widget:hover,
body.single.single-post #secondary.widget-area .close-side-widget:hover {
  color: #222222;
}
body.single.single-post .sidebar-container .sidebar-inner,
body.single.single-post #secondary.widget-area .sidebar-inner {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
body.single.single-post .entry-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.single.single-post .wysiwyg img {
  margin: 0;
}

footer.site-footer {
  background: #f1f1f1;
}
footer.site-footer .logo img {
  max-width: 110px;
}
footer.site-footer .best-seller-thumb {
  max-width: 80px;
}
footer.site-footer .widget .widget-title {
  font-size: 18px;
  color: #222222;
}
footer.site-footer .description {
  font-size: 14px;
  line-height: 1.2;
  color: #828282;
}
footer.site-footer .contact-details a {
  color: #828282;
}
footer.site-footer .contact-details a:hover {
  color: #009775;
}
footer.site-footer .follow-us a {
  color: #828282;
}
footer.site-footer .follow-us a:hover {
  color: #009775;
}
footer.site-footer .footer-menu li:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer.site-footer .footer-menu a {
  font-size: 14px;
  text-decoration: none;
  color: #7a7a7a;
}
footer.site-footer .footer-menu a:hover {
  color: #009775;
}
footer.site-footer .best-sellers a:last-child {
  margin-bottom: 0 !important;
}
footer.site-footer .best-sellers .product-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #222222;
}
footer.site-footer .best-sellers .product-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #009775;
}
footer.site-footer .copyright {
  color: #828282;
  border-top: 1px solid #d5d5d5;
}

body.archive, body.search-results {
  background: #f9f9f9;
}
body.archive .search-wrapper, body.search-results .search-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
body.archive .search-wrapper article, body.search-results .search-wrapper article {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body.archive .search-wrapper article:hover, body.search-results .search-wrapper article:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
body.archive .search-wrapper article .entry-header, body.search-results .search-wrapper article .entry-header {
  padding: 1.5rem 1rem 0.5rem;
}
body.archive .search-wrapper article .entry-header .entry-title, body.search-results .search-wrapper article .entry-header .entry-title {
  font-size: 1.25rem;
  margin: 0;
}
body.archive .search-wrapper article .entry-header .entry-title a, body.search-results .search-wrapper article .entry-header .entry-title a {
  color: #1d1d1d;
  text-decoration: none;
  transition: color 0.3s;
}
body.archive .search-wrapper article .entry-header .entry-title a:hover, body.search-results .search-wrapper article .entry-header .entry-title a:hover {
  color: #0073aa;
}
body.archive .search-wrapper article img, body.search-results .search-wrapper article img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}
body.archive .search-wrapper article .entry-summary, body.search-results .search-wrapper article .entry-summary {
  padding: 0.5rem 1rem 1.5rem;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}
body.archive .search-wrapper article .entry-summary p, body.search-results .search-wrapper article .entry-summary p {
  margin: 0;
}
@media (min-width: 600px) {
  body.archive #primary.site-main, body.search-results #primary.site-main {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  body.archive #primary.site-main article, body.search-results #primary.site-main article {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  body.archive #primary.site-main article, body.search-results #primary.site-main article {
    max-width: 280px;
  }
}

.logo-slider-wrap {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.logo-slider-wrap .logo-slider1 .slick-track {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  width: 100%;
}
.logo-slider-wrap .logo-slider1 img {
  height: auto;
  margin: 0 auto;
  max-height: 80px;
  max-width: 100px;
  transition: filter 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .logo-slider-wrap .logo-slider1 img {
    max-width: 75px;
  }
}
.logo-slider-wrap .slick-prev,
.logo-slider-wrap .slick-next {
  background: white;
  border: 1px solid rgba(128, 128, 128, 0.2196078431);
  color: black;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 50px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 50px;
  z-index: 100;
}
@media (max-width: 991px) {
  .logo-slider-wrap .slick-prev,
  .logo-slider-wrap .slick-next {
    font-size: 12px;
    height: 30px;
    width: 30px;
  }
}
.logo-slider-wrap .slick-prev::before,
.logo-slider-wrap .slick-next::before {
  display: none;
}
.logo-slider-wrap:hover .slick-prev, .logo-slider-wrap:hover .slick-next {
  display: block;
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}
.logo-slider-wrap .slick-prev {
  left: 0px;
}
.logo-slider-wrap .slick-next {
  right: 0px;
}

.hero-section {
  margin: 0 auto;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section {
    min-height: 300px;
  }
}
.hero-section .bg-video {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.hero-section::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hero-section .hero-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-title {
    gap: 15px;
  }
}
.hero-section .hero-title h1 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2em;
  max-width: 1300px;
  padding: 0 20px;
  word-spacing: 0.1em;
}
@media (max-width: 991px) {
  .hero-section .hero-title h1 {
    font-size: 42px;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title h1 {
    font-size: 28px;
  }
}
.hero-section .hero-title .shop-button {
  background-color: #009775;
  border-radius: 100px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  min-width: 200px;
  padding: 20px 40px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .hero-section .hero-title .shop-button {
    font-size: 18px;
    min-width: 140px;
    padding: 14px 20px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title .shop-button {
    font-size: 14px;
    min-width: 120px;
    padding: 12px 18px;
  }
}
.hero-section .hero-title .shop-button:hover {
  transform: scale(0.9);
}

.shop-by-categories {
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .shop-by-categories {
    padding: 30px 0;
  }
}
.shop-by-categories .category-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.3s all;
  width: 100%;
  text-decoration: none;
}
.shop-by-categories .category-card:hover {
  transform: scale(0.96);
}
.shop-by-categories .category-card img {
  background: white;
}
.shop-by-categories .category-card .category-name {
  background-color: rgb(27, 27, 27);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.shop-by-categories .category-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .shop-by-categories .category-card .card-content {
    gap: 5px;
  }
}
.shop-by-categories .category-card .card-content h2 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .shop-by-categories .category-card .card-content h2 {
    font-size: 18px;
  }
}
.shop-by-categories .category-card .card-content p {
  color: #2b363a;
  font-size: 16px;
  text-align: left;
}

.welding-tables {
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .welding-tables {
    padding: 30px 0;
  }
}
.welding-tables p:last-child {
  margin-bottom: 0;
}
.welding-tables .category-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.3s all;
  width: 100%;
  text-decoration: none;
}
.welding-tables .category-card:hover {
  transform: scale(0.96);
}
.welding-tables .category-card img {
  background: white;
}
.welding-tables .category-card .category-name {
  background-color: rgb(27, 27, 27);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.welding-tables .category-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .welding-tables .category-card .card-content {
    gap: 5px;
  }
}
.welding-tables .category-card .card-content h2 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .welding-tables .category-card .card-content h2 {
    font-size: 18px;
  }
}
.welding-tables .category-card .card-content p {
  color: #2b363a;
  font-size: 16px;
  text-align: left;
}

.trusted-by {
  width: 100%;
}
.trusted-by .category-card .category-name {
  background-color: rgb(238, 235, 235);
  color: rgb(27, 27, 27);
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .trusted-by .category-card .category-name {
    font-size: 16px;
  }
}
.trusted-by .benefit-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.trusted-by .benefit-box div {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trusted-by .benefit-box h2 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
}
@media only screen and (max-width: 525px) {
  .trusted-by .benefit-box h2 {
    font-size: 28px;
  }
}
.trusted-by .benefit-box p {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 525px) {
  .trusted-by .benefit-box p {
    font-size: 16px;
  }
}
.trusted-by .benefit-box img {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 525px) {
  .trusted-by .benefit-box img {
    width: 100px;
    height: 100px;
  }
}

.features {
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .features {
    padding: 30px 0;
  }
}
.features p:last-child {
  margin-bottom: 0;
}
.features .category-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.3s all;
  width: 100%;
  text-decoration: none;
}
.features .category-card:hover {
  transform: scale(0.96);
}
.features .category-card img {
  background: white;
  height: 350px;
  max-width: 100%;
}
.features .category-card .category-name {
  background-color: rgb(27, 27, 27);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.features .category-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .features .category-card .card-content {
    gap: 5px;
  }
}
.features .category-card .card-content h2 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .features .category-card .card-content h2 {
    font-size: 18px;
  }
}
.features .category-card .card-content p {
  color: #2b363a;
  font-size: 16px;
  text-align: left;
}

.two-col-cta .benefit-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.two-col-cta .benefit-box div {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.two-col-cta .benefit-box h2 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
}
@media only screen and (max-width: 525px) {
  .two-col-cta .benefit-box h2 {
    font-size: 28px;
  }
}
.two-col-cta .benefit-box p {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 525px) {
  .two-col-cta .benefit-box p {
    font-size: 16px;
  }
}
.two-col-cta .benefit-box img {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 525px) {
  .two-col-cta .benefit-box img {
    width: 100px;
    height: 100px;
  }
}

.latest-news {
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .latest-news {
    padding: 30px 0;
  }
}
.latest-news p:last-child {
  margin-bottom: 0;
}
.latest-news .category-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.3s all;
  width: 100%;
  text-decoration: none;
}
.latest-news .category-card:hover {
  transform: scale(0.96);
}
.latest-news .category-card img {
  background: white;
}
.latest-news .category-card .category-name {
  background-color: rgb(27, 27, 27);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.latest-news .category-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 5px 5px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .latest-news .category-card .card-content {
    gap: 5px;
  }
}
.latest-news .category-card .card-content h2 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .latest-news .category-card .card-content h2 {
    font-size: 18px;
  }
}
.latest-news .category-card .card-content p {
  color: #2b363a;
  font-size: 16px;
  text-align: left;
}
.latest-news .category-card-placeholder {
  height: 200px;
}

.wysiwyg p {
  margin-bottom: 1.25rem;
}
.wysiwyg p:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wysiwyg h1 {
  font-size: 2.25rem;
}
.wysiwyg h2 {
  font-size: 1.75rem;
}
.wysiwyg h3 {
  font-size: 1.5rem;
}
.wysiwyg h4 {
  font-size: 1.25rem;
}
.wysiwyg h5 {
  font-size: 1.125rem;
}
.wysiwyg h6 {
  font-size: 1rem;
}
.wysiwyg ul, .wysiwyg ol {
  margin: 0;
  padding: 0 0 0 15px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 0.5rem;
}
.wysiwyg ul li:last-child, .wysiwyg ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 1.5rem 0;
  border-radius: 0.25rem;
}
.wysiwyg img.aligncenter {
  display: unset;
  margin: 1.5rem auto;
}
.wysiwyg blockquote {
  margin: 2rem 0;
  padding-left: 1.25rem;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #555;
}
.wysiwyg table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
}
.wysiwyg table th {
  background-color: #f9f9f9;
  color: #222222;
  font-weight: 600;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 1.75rem;
  }
  .wysiwyg h2 {
    font-size: 1.5rem;
  }
  .wysiwyg h3 {
    font-size: 1.25rem;
  }
  .wysiwyg h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .wysiwyg ul, .wysiwyg ol {
    padding-left: 1.25rem;
  }
  .wysiwyg table {
    font-size: 0.9rem;
  }
}
.wysiwyg .grid-gallery {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}
.wysiwyg .grid-gallery.two {
  grid-template-columns: 1fr 1fr;
}
.wysiwyg .grid-gallery.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.wysiwyg .grid-gallery.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wysiwyg .grid-gallery.five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.flexible-content.single-button .shop-button {
  background-color: #009775;
  border-radius: 100px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  min-width: 200px;
  padding: 20px 40px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .flexible-content.single-button .shop-button {
    font-size: 18px;
    min-width: 140px;
    padding: 14px 20px;
  }
}
@media (max-width: 768px) {
  .flexible-content.single-button .shop-button {
    font-size: 14px;
    min-width: 120px;
    padding: 12px 18px;
  }
}
.flexible-content.single-button .shop-button:hover {
  transform: scale(0.9);
}

.map-embed p {
  margin: 0 !important;
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 500px;
}

.icon-grid i {
  color: #009775;
}

.text-banner .text-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2.5rem 5rem;
  background-color: #009775;
  text-align: center;
  color: #f1f1f1;
}
.text-banner .text-wrapper h1, .text-banner .text-wrapper h2, .text-banner .text-wrapper h3, .text-banner .text-wrapper h4, .text-banner .text-wrapper h5, .text-banner .text-wrapper h6 {
  margin-top: 0 !important;
}

.contact-us .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 1rem;
  border: 2px solid #009775;
  border-radius: 50%;
  background-color: transparent;
  color: #009775;
}
.contact-us .icon-wrapper p {
  margin: 0 !important;
}
.contact-us p {
  margin: 0 !important;
}

.text-and-image .wysiwyg p {
  margin-bottom: 1.25rem;
}
.text-and-image .wysiwyg p:last-child {
  margin-bottom: 0 !important;
}
.text-and-image .wysiwyg h1, .text-and-image .wysiwyg h2, .text-and-image .wysiwyg h3, .text-and-image .wysiwyg h4, .text-and-image .wysiwyg h5, .text-and-image .wysiwyg h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.text-and-image .wysiwyg h1 {
  font-size: 2.25rem;
}
.text-and-image .wysiwyg h2 {
  font-size: 1.75rem;
}
.text-and-image .wysiwyg h3 {
  font-size: 1.5rem;
}
.text-and-image .wysiwyg h4 {
  font-size: 1.25rem;
}
.text-and-image .wysiwyg h5 {
  font-size: 1.125rem;
}
.text-and-image .wysiwyg h6 {
  font-size: 1rem;
}
.text-and-image .wysiwyg ul, .text-and-image .wysiwyg ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.text-and-image .wysiwyg ul li, .text-and-image .wysiwyg ol li {
  margin-bottom: 0.5rem;
}
.text-and-image .wysiwyg ul li:last-child, .text-and-image .wysiwyg ol li:last-child {
  margin-bottom: 0;
}
.text-and-image .wysiwyg ul {
  list-style-type: disc;
}
.text-and-image .wysiwyg ol {
  list-style-type: decimal;
}
.text-and-image .wysiwyg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 1.5rem 0;
  border-radius: 0.25rem;
}
.text-and-image .wysiwyg blockquote {
  margin: 2rem 0;
  padding-left: 1.25rem;
  border-left: 4px solid #ccc;
  font-style: italic;
  color: #555;
}
.text-and-image .wysiwyg table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
.text-and-image .wysiwyg table th,
.text-and-image .wysiwyg table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
}
.text-and-image .wysiwyg table th {
  background-color: #f9f9f9;
  color: #222222;
  font-weight: 600;
}
.text-and-image .wysiwyg a {
  text-decoration: underline;
}
.text-and-image .wysiwyg a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .text-and-image .wysiwyg h1 {
    font-size: 1.75rem;
  }
  .text-and-image .wysiwyg h2 {
    font-size: 1.5rem;
  }
  .text-and-image .wysiwyg h3 {
    font-size: 1.25rem;
  }
  .text-and-image .wysiwyg h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .text-and-image .wysiwyg h1, .text-and-image .wysiwyg h2, .text-and-image .wysiwyg h3, .text-and-image .wysiwyg h4, .text-and-image .wysiwyg h5, .text-and-image .wysiwyg h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .text-and-image .wysiwyg ul, .text-and-image .wysiwyg ol {
    padding-left: 1.25rem;
  }
  .text-and-image .wysiwyg table {
    font-size: 0.9rem;
  }
}

.responsive-youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.responsive-youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.brands-grid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.brands-grid h2 {
  font-size: 2rem;
  font-weight: 600;
}
.brands-grid .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.brands-grid .col-6,
.brands-grid .col-lg-3 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.brands-grid a {
  display: block;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.brands-grid a:hover {
  transform: scale(1.05);
}
.brands-grid a img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.brands-grid a img:hover {
  filter: grayscale(0%);
}
@media (max-width: 767.98px) {
  .brands-grid img {
    max-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .brands-grid img {
    max-height: 50px;
  }
}

.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-nb-reject, .termsfeed-com---palette-dark .cc-cp-foot-save {
  color: #ffffff !important;
  background-color: #049b7e !important;
}

.termsfeed-com---palette-dark .cc-pc-head-close:active, .termsfeed-com---palette-dark .cc-pc-head-close:focus {
  border: 2px solid #049b7e !important;
}

.termsfeed-com---palette-dark .cc-pc-head-lang select:focus, .termsfeed-com---palette-dark .cc-cp-body-content-entry a:focus, .termsfeed-com---palette-dark .cc-cp-foot-byline a:focus {
  box-shadow: 0 0 0 2px #049b7e !important;
}

@media (max-width: 991.98px) {
  #termsfeed-com---nb {
    width: 100%;
    max-width: 100%;
  }
  .termsfeed-com---nb .cc-nb-main-container {
    padding: 1.5rem !important;
  }
  #cc-nb-text {
    display: none !important;
  }
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

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

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

/*# sourceMappingURL=style.css.map */
