/***************************
Header Styling
***************************/ :root {
  --russells-dark-blue: rgba(26, 42, 82, 1);
  --russells-light-blue: rgba(0, 97, 175, 1);
  --russells-white: rgba(255, 255, 255, 1);
  --russells-grey: #F3F4F6;
  --russells-menu-border-colour: #cfd2dc;
  --russells-toggle-button: #D1D4DC;
}
body #header {
  padding: 0 40px;
  background: white;
  height: unset;
	 top: 40px;
}
body.tax-product_cat #page-header-carousel, .simple-locator-form #locator-top, body #page-header-carousel  {
  margin-top: 158px!important;
}
body.tax-product_cat #page-content, #page-content {
  margin-top: 40px;
}
#no-image-spacer {
  min-height: 158px;
}


.show-password-input {
  background-color: #fff !important;
  padding: 0px !important;
	  margin: 0px !important;

}
.global-header #head-gap-top {
  height: 158px !important;
}
.global-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1a2a52;
    z-index: 10000;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

@media all and (max-width: 600px){
	
	.global-header {
    font-size: 9px;
    max-width: 100%;
    overflow: hidden;
}
}

.global-header a {
  color: #309ddf;
  font-weight: 900;
}
#mobile-contact {
  display: none;
}
.page-id-9 .show-password-input:hover {
  background-color: #fff !important;
}
section.top_results .cat-title {
  margin: 0px 0 30px 0;
}
#top-header-section {
  background: var(--russells-white);
  padding: 0px 0px 0;
}
#top-header-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  color: var(--russells-dark-blue);
  border-bottom: 1px solid var(--russells-menu-border-colour);
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0;
  max-width: unset;
}
#top-header-section .wrapper .logo-surround {
  flex-basis: 30%;
  width: 30%;
  padding-top: 10px;
}
#top-header-section .wrapper .sub-menu-surround {
  flex-basis: 70%;
  width: 70%;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
#top-header-section .wrapper .sub-menu-surround #menu-item-cart {
  flex-basis: 115px;
  text-align: center;
}
#top-header-section .wrapper .sub-menu-surround #header-cart {
  position: relative;
}
#top-header-section .wrapper .sub-menu-surround #header-cart .cart-contents-count {
  background: var(--russells-light-blue);
  color: #ffffff;
  padding: 2px 0;
  border-radius: 11px;
  height: 20px;
  width: 20px;
  display: block;
  text-align: center;
  position: absolute;
  left: -15px;
  top: -6px;
  font-size: 11px;
}
#top-header-section .wrapper .sub-menu-surround .home-surround {
  flex-basis: 102px;
}
#top-header-section .wrapper .sub-menu-surround .about-surround {
  flex-basis: 102px;
  position: relative;
}
#top-header-section .wrapper .sub-menu-surround .register-login-surround {
  flex-basis: 141px;
  text-align: center;
}
#top-header-section .wrapper .sub-menu-surround .vat-toggle-surround {
  flex-basis: 102px;
}
#top-header-section .wrapper .sub-menu-surround .vat-toggle-surround p {
  text-transform: uppercase;
  font-size: 13px;
  width: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#top-header-section .wrapper .sub-menu-surround .vat-toggle-surround .toggle_holder {
  margin: 3px 0 0 0;
}
#top-header-section .wrapper .sub-menu-surround .home-surround img {
  height: 15px;
  width: auto;
}
#top-header-section .wrapper .sub-menu-surround .about-surround img {
  height: 15px;
  width: auto;
}
#top-header-section .wrapper .logo-surround a img {
  width: 353px !important;
  height: 50px !important;
  margin: 0;
}
#top-header-section .wrapper a, #top-header-section .wrapper p {
  color: var(--russells-dark-blue);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#top-header-section .wrapper .sub-menu-surround .home-surround .home-icon {
  float: left;
  margin-right: 10px
}
#top-header-section .wrapper .sub-menu-surround .home-surround .home-icon-text {
  float: left;
  margin-top: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#top-header-section .wrapper .sub-menu-surround .about-surround .about-us-icon {
  float: left;
  margin-right: 10px
}
#top-header-section .wrapper .sub-menu-surround .about-surround .about-us-text {
  float: left;
  margin-top: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  transition: all ease-in-out .3s;
  opacity: 1;
  visibility: visible;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown ul {
  height: auto;
  overflow: visible;
  transition: all ease-in-out .3s;
  width: 260px;
  padding: 20px 30px 10px 30px;
  margin-top: 34px;
  visibility: visible;
}
#top-header-section .wrapper .about-surround #about-us-dropdown ul {
  list-style: none;
  margin-bottom: 0;
  background: white;
  padding: 20px;
  position: relative;
  border-top: 0;
  height: 0;
  overflow: hidden;
  transition: all ease-in-out .3s;
  width: 260px;
  visibility: hidden;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown ul::before {
  content: "";
  left: 50%;
  background: white;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  border: 1px solid var(--russells-menu-border-colour);
  transform: translateX(-50%) rotate(45deg);
  border-top: 0;
  border-left: 0;
}
#top-header-section .wrapper .about-surround #about-us-dropdown li {
  width: 100%;
  height: 39px;
  border-bottom: 1px solid var(--russells-menu-border-colour);
  padding: 10px;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown li {
  border-bottom: 1px solid var(--russells-menu-border-colour);
  padding: 10px 0;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown li a {
  font-size: 12px;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown li a:hover {
  color: var(--russells-light-blue);
  opacity: 1;
}
#top-header-section .wrapper .about-surround:hover #about-us-dropdown li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#top-header-section .wrapper .about-surround #about-us-dropdown {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
  transition: all ease-in-out .3s;
  opacity: 0;
  visibility: hidden;
}
body.is-front-page #header #headerbar {
  background: var(--russells-white);
}
#header #headerbar {
  height: 47px;
}
#header #headerbar .wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}
#header #headerbar .wrapper #main-menu {
  justify-content: flex-start;
  background: var(--russells-white);
}
#header #headerbar #main-menu li {
  height: 44px;
  margin-right: 29px;
}
#header #headerbar #main-menu li.menu-item-has-children > ul {
  transform: unset;
  left: -20px;
  top: calc(100% - 44px);
}
body #header #headerbar #main-menu li.menu-item-has-children > ul {
  background: white;
}
body #header #headerbar #main-menu li.menu-item-has-children > ul::before {
  display: none;
}
#header #headerbar #main-menu li a {
  line-height: 42px;
  height: 44px;
}
#top-header-section .wrapper .toggle {
  float: left;
  height: 15px;
  margin: 2px 0 0 0;
}
#top-header-section .wrapper .toggle label {
  background: #D1D4DC;
  height: 14px;
  width: 28px;
}
#top-header-section .wrapper .toggle input:checked + label:after {
  left: 0;
  transform: translateX(100%);
}
#top-header-section .wrapper .toggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 10px;
  background: var(--russells-dark-blue);
  border-radius: 90px;
  transition: 0.3s;
}
#top-banner-section {
  display: flex;
  justify-content: center;
  padding: 0;
  column-gap: 4px;
}
#top-banner-section .main-category-images {
  position: relative;
  flex-basis: 20%;
  height: 466px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
#top-banner-section .main-category-images a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#top-banner-section .main-category-images a:hover {
  transition: all ease .5s;
  opacity: 1;
}
#top-banner-section .main-category-images a:hover .main-category-title {
  transition: all ease .5s;
  padding-bottom: 25px;
}
#top-banner-section .main-category-images .main-category-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  width: 100%;
  padding: 19px 20px 12px 17px;
  font-size: 30px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 900;
  box-sizing: border-box;
  transition: all ease .5s;
}
#top-banner-section .main-category-images .main-category-background {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#featured-products-section {
  background: var(--russells-grey);
  margin: 20px 0 0 0;
}
#featured-products-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 47px 15px 20px;
}
#featured-products-section .wrapper #featured-product-title {
  border-bottom: 1px solid #C2C4C5;
  width: 100%;
  margin-bottom: 25px;
}
#featured-products-section .wrapper #featured-product-title h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  box-sizing: border-box;
  width: fit-content;
  margin: 0;
  color: var(--russells-dark-blue);
  position: relative;
  padding-bottom: 3px;
}
#featured-products-section .wrapper #featured-product-title h4::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 200px;
  background-color: #17223e;
}
#featured-products-section .wrapper #featured-products-slider {
  width: 100%;
  margin-bottom: 0px;
}
#featured-products-section .wrapper #featured-products-slider .featured_sales_products {
  padding: 0;
  cursor: pointer;
}
#featured-products-section .wrapper #featured-products-slider .featured_sales_products a:hover {
  opacity: 1;
}
#featured-products-section .wrapper #featured-products-slider .featured_sales_products .title {
  font-size: 22px;
  line-height: 31px;
  color: var(--russells-light-blue);
  font-weight: 900;
  margin-top: 25px;
  font-family: 'proxima-nova', sans-serif;
}
#featured-products-section .wrapper #featured-products-slider .featured_sales_products .price {
  font-size: 24px;
  line-height: 38px;
  color: var(--russells-dark-blue);
}
#featured-products-section .wrapper #featured-products-slider .slick-dots {
  top: -53px;
  bottom: unset;
  text-align: right;
}
#featured-products-section .wrapper #featured-products-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#featured-products-section .wrapper #featured-products-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#featured-products-section .wrapper #featured-products-slider .slick-dots li button:before {
  font-size: 13px;
}
.home #homepage-about .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.home #homepage-about .homepage-about-wrap {
padding: 60px 0px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 66%;
}
.home #homepage-about .renewable-content {
padding: 55px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 32%;
  margin-left: 2%;
}
.home #homepage-about .renewable-content ul {
  margin-top: 0;
  margin-bottom: 0px;
}
.home #homepage-about .homepage-about-wrap .homepage-about-title {
  flex-basis: 100%;
  margin-bottom: 15px;
}
.home #homepage-about .page-title {
  position: relative;
  height: 28px;
  margin: 0 0 30px 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #c2c4c3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #17233e;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0;
  width: 100%;
  flex-basis: 100%;
}
.home #homepage-about .page-title::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 200px;
  background-color: #17223e;
}
.home #homepage-about .image-left {
  position: relative;
  width:32.5%;
  flex-basis: 40%;
  float: left;
  margin: 0 30px 15px 0;
}
.home #homepage-about .page-content {
  position: relative;
  width: 100%;
  flex-basis: 100%;
}
.home #homepage-about .page-content p {
  flex-basis: 50%;
}
.home #homepage-about .homepage-about-title h3 {
  color: var(--russells-light-blue);
  font-weight: 900;
  margin: 0;
  font-size: 30px;
}
.home #homepage-about .homepage-about-title h5 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.home #homepage-about .page-content .blue-button {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0px 20px;
  width: auto;
  height: 36px;
  line-height: 36px;
  background-color: #0061af;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  font-style: normal;
  max-width: 220px;
}
.home #homepage-about .renewable-content .renewable-banner {
  position: relative;
}
.home #homepage-about .renewable-content .renewable-logo {
bottom: 0px;  width: 280px;
  position: absolute;
  z-index: 50;
	padding: 5px 20px 15px 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.home #homepage-about .renewable-content .renewable-banner img {
  height: 100%;
}
.home #homepage-about .renewable-content .renewable-text {
  padding: 30px;
  background: var(--russells-light-blue);
  flex-basis: 100%;
  color: white;
  position: relative;
}
.home #homepage-about .renewable-content .renewable-text .renewable-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--russells-dark-blue);
  color: var(--russells-white);
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
}
.home #homepage-about .renewable-content .renewable-text p {
  color: white;
  font-size: 19px;
}
.home #homepage-about .renewable-content .renewable-text p strong {
  font-weight: 900;
}
.home #homepage-about .renewable-content .renewable-text li {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
#news-offer-section {
  background: var(--russells-white);
  margin: 0 28px;
}
#news-offer-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 15px 40px;
}
#news-offer-section .wrapper #news-offer-title {
  border-bottom: 1px solid #C2C4C5;
  width: 100%;
  margin-bottom: 25px;
}
#news-offer-section .wrapper #news-offer-title h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  box-sizing: border-box;
  width: fit-content;
  margin: 0;
  color: var(--russells-dark-blue);
  position: relative;
  padding-bottom: 3px;
}
#news-offer-section .wrapper #news-offer-title h4::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 200px;
  background-color: #17223e;
}
#news-offer-section .wrapper #news-offer-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#news-offer-section .wrapper #news-offer-slider .news-offer-items {
  padding: 0;
  cursor: pointer;
  position: relative;
  flex-basis: 32%;
  margin-right: 2%;
}
#news-offer-section .wrapper #news-offer-slider .news-offer-items:last-of-type {
  margin-right: 0%;
}
#news-offer-section .wrapper #news-offer-slider .news-offer-items img {
  width: 100%;
}
#news-offer-section .wrapper #news-offer-slider a:hover {
  opacity: 1;
}
#news-offer-section .wrapper #news-offer-slider .news-offer-items .news-offer-more {
  font-size: 14px;
  line-height: 20px;
  background: var(--russells-light-blue);
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
  padding: 5px 15px;
  color: white;
}
#news-offer-section .wrapper #news-offer-slider .slick-dots {
  top: -53px;
  bottom: unset;
  text-align: right;
}
#news-offer-section .wrapper #news-offer-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#news-offer-section .wrapper #news-offer-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
#news-offer-section .wrapper #news-offer-slider .slick-dots li button:before {
  font-size: 13px;
}
body.is-front-page #page-header-carousel .carousel-slide .block-left .slide-content .slide-pre-title, body #page-header-carousel .carousel-slide .block-left .content .pre-title {
  color: #72a5d0;
}
/*h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    color:white;
}*/
.bottom-shop-text-category {
  margin-bottom: 20px;
}
.bottom-shop-text-category h3 {
  color: var(--russells-light-blue);
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 30px;
}
.bottom-shop-text-category h5 {
  margin-top: 10px 0;
  font-size: 20px;
  font-weight: 700;
}
#page-header-carousel h2 {
  margin-bottom: 25px;
  color: #fff !important;
}
body.is-front-page #page-header-carousel .carousel-slide .block-left .slide-content .slide-pre-title::after, body #page-header-carousel .carousel-slide .block-left .content .pre-title::after {
  background-color: #72a5d0;
}
.new_cat_search {
  width: 415px;
}
.new_cat_search:after {
  left: 105px;
}
.new_cat_search select {
  font-size: 14px;
  width: 125px;
}
.aws-container .aws-search-form .aws-wrapper::before {
  content: "\f002";
  font-family: 'FontAwesome';
  margin-top: 9px;
  display: block;
  margin-left: 10px;
  position: absolute;
  color: var(--russells-menu-border-colour);
}
.aws-container .aws-show-clear .aws-search-field {
  padding-left: 33px;
  font-size: 14px;
}
.aws-container .aws-search-form .aws-form-btn {
  border-radius: 0 !important;
  font-size: 11px;
}
.woocommerce section.top_results .woocommerce-result-count {
  font-size: 13px;
  margin-left: 10px;
}
.woocommerce section.top_results .container .woocommerce-pagination ul li a.next, .woocommerce section.top_results .container .woocommerce-pagination ul li a.prev {
  border-radius: 0;
  padding: 7px 10px !important;
}
#footer #footer-main {
  background: #E1E4E8;
  color: #17233e;
  padding: 70px 0 50px;
}
.new_cat_search {
  border: 1px solid var(--russells-menu-border-colour)
}
.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
  color: var(--russells-dark-blue);
}
#shop-content .products.columns-3.grid-layout .product .add_to_cart_button, .woocommerce ul.products li.product .button {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 9px 20px;
  font-weight: 600;
}
.top_results.bottom .new_cat_search {
  opacity: 0;
}
#bottom-shop-widgets .widget .sidebar-page-scroller .page-slide > .slide-content, #shop-content .widget_woo-page-scroller .slick-slide .page-slide > .slide-content {
  background: #e8e9ed;
}
#bottom-shop-widgets .widget .sidebar-page-scroller .page-slide > .slide-content .slide-title, #shop-content .widget_woo-page-scroller .slick-slide .page-slide > .slide-content .slide-title, #shop-content .widget_woo-page-scroller .slick-slide .page-slide > .slide-content .slide-text, #shop-content .widget_woo-page-scroller .slick-slide .page-slide > .slide-content .slide-text p {
  color: var(--russells-dark-blue) !important;
}
#bottom-shop-widgets .widget .sidebar-page-scroller .page-slide > .slide-content .slide-button {
  background: var(--russells-light-blue) !important;
  color: white !important;
  border-radius: 0;
}
#shop-content .widget_woo-page-scroller .slick-slide .page-slide > .slide-content .slide-button {
  background: white !important;
  color: var(--russells-light-blue);
  border-radius: 0;
}
#shop-content .widget_woo-page-scroller .slick-slide .page-slide > .slide-content .slide-button {
  background: var(--russells-light-blue) !important;
  color: white !important;
  border-radius: 0;
}
#bottom-shop-widgets .widget .sidebar-page-scroller .page-slide > .slide-content .slide-text p {
  display: none;
}
body.single-product .product-actions #register-interest, body.single-product .product-actions #hire-this-product, body.single-product .product-actions #hire-this {
  border-radius: 0;
}
body.single-product .product-actions #call-us-now {
  border-radius: 0;
}
body.single-product .product-actions #download-trade-pdf {
  border-radius: 0;
}
#product-interest-popup .form-rows .form-row:nth-of-type(4) .wpcf7-form-control-wrap input[type="checkbox"], #product-hire-popup .form-rows .form-row:nth-of-type(4) .wpcf7-form-control-wrap input[type="checkbox"] {
  border-radius: 0;
  height: 16px;
  width: 17px;
  top: 4px;
}
.woocommerce table.shop_table.woosl_table .woosl-btn {
  top: 0;
  position: relative;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF !important;
  border: 0;
  border-radius: 2px;
  background-color: #0061af;
}
table.cart .woosl-btn {
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0;
  background-color: #0061af;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0 16px;
  height: 33px;
  margin-top: -5px;
  font-size: 14px;
}
.button.woosl_add_all_to_cart_button, .button.add_to_cart_button.woosl_add_to_cart_button {
  font-weight: 700 !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  background-color: #0061af !important;
  border: 0 !important;
  outline: none !important;
  cursor: pointer !important;
  padding: 14px 16px !important;
  height: 43px !important;
  font-size: 14px !important;
  font-family: 'Lato', sans-serif;
  text-transform: none;
}
.woocommerce div.product form.cart .button {
  border-radius: 0 !important;
}
.woocommerce #review_form #respond .form-submit input {
  border-radius: 0 !important;
}
.single-product.woocommerce .quantity .qty {
  border-radius: 0 !important;
}
#single-product-searchbar .print-product #print-this-product .print-icon {
  border-radius: 0 !important;
}
#single-product-searchbar .back-link .back-to-previous-page .back-icon {
  border-radius: 0 !important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  border-radius: 0 !important;
}
.woocommerce .cart-collaterals > form .coupon .button {
  border-radius: 0;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout #update_cart_trigger {
  border-radius: 0;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  border-radius: 0;
}
#about-us-top .about-us-middle .content p:first-of-type {
  color: var(--russells-light-blue);
}
#horizontal-timeline-scrollbox .timeline-block.timeline-block-odd .date-block .date-circle-outer {
  background-color: #72a5d0;
}
#horizontal-timeline-scrollbox .timeline-block.timeline-block-odd .date-block::after {
  background-color: #72a5d0;
}
#horizontal-timeline-scrollbox .timeline-block.timeline-block-odd .divider-block.arrow-bottom {
  background-color: #72a5d0;
}
#quicklinks #quicklink-blocks .quicklink-block .content-box .quicklink-link {
  border-radius: 0 !important;
  background: white !important;
  color: var(--russells-light-blue);
}
body.page-template-careers #page-header-carousel .carousel-slide .block-left .content .text p:first-of-type {
  color: white !important;
}
#careers .content-split #sidebar #text-3.widget .textwidget .wpcf7 p input[type="submit"] {
  border-radius: 0;
  font-weight: 500;
  background: var(--russells-dark-blue);
}
.single-vacancy #sidebar .wpcf7 p input[type="submit"] {
  border-radius: 0;
  font-weight: 500;
  background: var(--russells-dark-blue);
}
#news-content .content-split #news-listing .news-item .overlay-content .item-link {
  border-radius: 0;
  font-weight: 800;
  background: var(--russells-light-blue);
}
body #page-header-carousel .carousel-slide .block-left .content .text p:first-of-type {
  color: #72a5d0;
}
.page-id-21997 .wpcf7 .wpcf7-form h3, .page-id-26450 .wpcf7 .wpcf7-form h3 {
  color: var(--russells-light-blue);
}
.page-id-1190 .wpcf7 .form-group input[type="submit"], .page-id-21997 .wpcf7 .form-group input[type="submit"], .page-id-26450 .wpcf7 .form-group input[type="submit"] {
  border-radius: 0;
  font-weight: 500;
  background: var(--russells-dark-blue);
}
.simple-locator-form #locator-top #distributor_main .container .pre-title {
  color: #72a5d0;
}
.simple-locator-form .address-input label, .simple-locator-form .branch-selector-input label {
  color: white;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border-radius: 0;
  background: var(--russells-light-blue);
}
.content a {
  color: var(--russells-light-blue);
}
.woocommerce-account.woocommerce-page #page-content {
  margin-top: 157px;
}
#post-topbar {
  background: white;
  margin: 139px 0 10px 0
}
#post-topbar h1.post-title {
  color: var(--russells-dark-blue);
  font-weight: 900;
  font-size: 40px;
}
#new_grid ul li a.button {
  border-radius: 0 !important;
  background: white !important;
  color: var(--russells-dark-blue) !important;
}
.page-id-4719 .wpcf7 .form-group input[type="submit"] {
  border-radius: 0;
  background: var(--russells-dark-blue);
}
#single-product-searchbar {
  display: none !important;
}
body.single-product #page-content {
  margin-top: 167px;
}
#shop-content #sidebar-main *[id^='sidebar-woo-page-scroller-'] .sidebar-page-scroller .slick-slide .page-slide > .slide-content .slide-button {
  border-radius: 0;
  background: white;
  color: var(--russells-dark-blue);
}
#header.transition-in #headerbar #main-menu li.menu-item-has-children > ul::after {
  display: none;
}
#featured-products-slider .slick-list {
  margin: 0 -15px;
}
#featured-products-slider .slick-slide {
  padding: 0 15px;
  height: 475px;
}
#featured-products-slider .slick-slide img {
  width: 100%;
  height: auto;
}
/*#featured-products-slider .slick-track .slick-active:last-of-type, #featured-products-slider .slick-track .slick-active:last-child, #featured-products-slider .slick-track .slick-active:nth-child(4) {margin-right: 0px;}*/
/*****************
    Product Category
******************/
.woocommerce #archive-products-list a:hover, .woocommerce #archive-products-list:hover a {
  opacity: 1;
}
.woocommerce #archive-products-list li.product a img:hover {
  opacity: 1;
}
.woocommerce #archive-products-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce #archive-products-list li {
  flex-basis: 23.5%;
  padding: 0;
  margin: 0 1% 30px ;
}
.woocommerce #archive-products-list li:nth-child(4n +1){
  margin: 0 1% 30px 0;
}
.woocommerce #archive-products-list li:nth-child(4n){
  margin: 0  0 30px 1%;
}

.woocommerce #archive-products-list li a {
  overflow: hidden;
  position: relative;
  display: block;
}
.woocommerce #archive-products-list li a img {
  margin-bottom: 0;
}
.woocommerce #archive-products-list li.product a .woocommerce-loop-category__title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  width: 100%;
  padding: 17px 20px 17px 17px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  transition: all ease .5s;
}
.woocommerce #archive-products-list li.product a .woocommerce-loop-category__title h2 {
  color: white;
  font-weight: 800;
  margin: 0;
  font-size: 26px;
}
#archive-products-list li.product a:hover .woocommerce-loop-category__title {
  transition: all ease .5s;
  padding-bottom: 25px;
}
#about-us-top .about-us-right .wpcf7 {
  background: rgb(0, 63, 119);
  background: -moz-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f77", endColorstr="#2494d5", GradientType=1);
}
.wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: white !important;
}
#about-us-top .about-us-right .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit {
  margin-top: 15px;
  margin-bottom: 15px;
  background: white;
  color: var(--russells-dark-blue);
}
#quicklinks #quicklink-blocks .quicklink-block .content-box {
  background: #e8e9ed;
}
#quicklinks #quicklink-blocks .quicklink-block .content-box .quicklink-title {
  color: var(--russells-dark-blue);
}
#quicklinks #quicklink-blocks .quicklink-block .content-box .quicklink-link {
  background: var(--russells-light-blue) !important;
  color: white !important;
  border-radius: 0;
}
#news-content .content-split #sidebar .widget ul li a, #single-news-content .content-split #sidebar .widget ul li a {
  color: var(--russells-dark-blue);
}
#news-content .content-split #sidebar .widget ul .toggle-archive-list {
  color: var(--russells-dark-blue);
}
#news-content .content-split #sidebar .widget ul .toggle-archive-list .arrow {
  border-color: var(--russells-dark-blue) transparent transparent transparent;
}
#news-content .content-split #sidebar .widget .textwidget .wpcf7, #single-news-content .content-split #sidebar .widget .textwidget .wpcf7 {
  background: rgb(0, 63, 119);
  background: -moz-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f77", endColorstr="#2494d5", GradientType=1);
}
#news-content .content-split #sidebar .widget .textwidget .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit, #single-news-content .content-split #sidebar .widget .textwidget .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit {
  background: white !important;
  color: var(--russells-dark-blue);
  margin-bottom: 25px;
}
#new_grid ul li .pad {
  background: #e8e9ed;
}
#new_grid ul li h3 {
  color: var(--russells-dark-blue);
}
#new_grid ul li a.button {
  background: var(--russells-light-blue) !important;
  color: white !important;
}
@media screen and (max-width:1100px) {
  .woocommerce #archive-products-list li {
    flex-basis: 33%;
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width:800px) {
    .home #homepage-about .homepage-about-wrap {flex-basis: 100%;}
    .home #homepage-about .renewable-content {
        padding: 45px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        margin-left: 0;
        justify-content: center;
    }
    .home #homepage-about .renewable-content .renewable-log {flex-basis: 51%;}
    .home #homepage-about .renewable-content .renewable-banner {flex-basis: 50%;}
    .home #homepage-about .renewable-content .renewable-text {flex-basis: 50%;}
}
@media screen and (max-width:768px) {
  .woocommerce #archive-products-list li {
    flex-basis: 50%;
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width:600px) { 
    .home #homepage-about .renewable-content .renewable-log {flex-basis: 100%;}
    .home #homepage-about .renewable-content .renewable-banner {flex-basis: 100%;}
    .home #homepage-about .renewable-content .renewable-text {flex-basis: 100%;}   
}
@media screen and (max-width:550px) {
  .woocommerce #archive-products-list {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .woocommerce #archive-products-list li {
    flex-basis: 85%;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
/*****************
    Footer
******************/
#footer #footer-main .footer-columns p, #footer #footer-main .footer-columns span {
  color: #17233e;
}
#footer #get-in-touch .cta-title {
  line-height: 32px;
}
.wpcf7 .wpcf7-form .mailchimp-row .wpcf7-not-valid{
     border-color:transparent !important;
}
#footer .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  color: #17233e !important;
  font-size: 12px;
}
#text-2 .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, #text-2 .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #ffffff;
  font-size: 11px;
}
.wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit, .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit2 {
  border-radius: 0 !important;
}
.wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap #mailchimp-email, .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap #mailchimp-email2 {
  border-radius: 0;
}
#footer #footer-main .footer-columns .footer-column.column-1 .row-title, #footer #footer-main .footer-columns .footer-column.column-2 .row-title {
  color: #17233e;
}
#footer #footer-main .footer-columns .footer-column.column-1 {
  width: 375px;
}
#footer #footer-main .footer-columns .footer-column.column-1 .row-title, #footer #footer-main .footer-columns .footer-column.column-2 .row-title {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 700;
}
#footer #footer-main .footer-columns .footer-column.column-1 .row-title {
  margin-bottom: 4px !important;
}
#footer #footer-main .footer-columns .footer-column.column-2 .row-title {
  color: var(--russells-light-blue);
  font-weight: 800;
  font-size: 18px;
}
#footer #footer-bottom {
  background: transparent;
  border: none;
  text-align: left;
}
#footer #footer-main .footer-columns .footer-column.column-2 .footer-social-icons li {
  margin-right: 10px;
}
#footer #footer-main .footer-columns .footer-column.column-2 .footer-social-icons li a {
  display: block;
  margin: 0;
  padding: 4px 0 0;
  width: 36px;
  height: 36px;
  font-size: 20px;
  background: var(--russells-dark-blue);
  border-radius: 100px;
  text-align: center;
}
#back-to-top {
  background: var(--russells-light-blue);
}
.wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap #mailchimp-email2::placeholder {
  font-size: 11px;
}
#footer #under-shop-footer {
  border-top-width: 1px;
  margin-top: 5px;
}

#under-shop-footer.new_brand_carousel {
    padding: 25px 0;
}
#footer #under-shop-footer .slick-list {
  margin: 0px 0px 20px;
}
#footer #footer-main .footer-columns a {
  color: var(--russells-light-blue) !important;
  font-weight: 600;
}
#footer #footer-bottom .footer-company-info ul li a {
  color: var(--russells-light-blue);
  font-weight: 600;
}
#footer #get-in-touch .cta-link {
  color: var(--russells-light-blue);
}
#footer #footer-main .footer-columns .wpcf7 .wpcf7-form .mailchimp-row p {
  margin-bottom: 0 !important;
}
#footer #footer-main .footer-columns .wpcf7 .wpcf7-form .mailchimp-row span {
  margin-bottom: 5px !important;
}
#footer #get-in-touch {
  border-bottom-color: #054c8b;
  background: rgb(0, 63, 119);
  background: -moz-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f77", endColorstr="#2494d5", GradientType=1);
}
.wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit, .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit2 {
  background: var(--russells-light-blue);
}
.wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: var(--russells-light-blue);
}
#footer #footer-bottom .footer-company-info ul li {
  border-left-color: black;
}
#mobile-menu-block {
  display: block;
}
.gm-style .gm-style-iw-c > div > div h4 {
  color: var(--russells-dark-blue);
}
.gm-style .gm-style-iw-c > div > div .telephone .branch-phone {
  color: var(--russells-light-blue);
}
.gm-ui-hover-effect {
  position: absolute !important;
  top: 0;
  right: 0;
}
.simple-locator-form #locator-top #distributor_main .container .pre-title::after {
  background-color: #72a5d0;
}
.simple-locator-form .submit .wpslsubmit {
  background-color: var(--russells-white);
  border-radius: 0;
  color: var(--russells-light-blue);
}
.content-split .get_directions, #single-branch-content .content-split #branch-contact form .wpcf7-submit {
  border-radius: 0;
  background-color: var(--russells-light-blue);
}
/************
Arboriculture Archive
*************/
#arboriculture-archive {
  margin-top: 120px;
  margin-bottom: 20px;
}
.arboriculture-logo {
  width: 600px;
  z-index: 50;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
#arboriculture-archive #page-header {
  background: url('/wp-content/uploads/2025/05/timberwolf-pic-banner280-scaled-1.jpg');
  background-size: cover;
  width: 100%;
  height: 450px;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.arboriculture-images {
  margin: 50px 0 0 0;
}
.arb-block {
  height: 180px;
width: 15.5%;
  display: inline-block;
  background-color: aliceblue;
  margin: 0 1% 0 0;
	background: url('/wp-content/uploads/2025/05/Arb-block-1.jpg');
background-position: center!important;
  background-size: cover!important;
}
.arb-block:nth-child(2) {
	background: url('/wp-content/uploads/2025/05/Arb-block-2.jpg');
}
.arb-block:nth-child(3) {
	background: url('/wp-content/uploads/2025/05/Arb-block-3.jpg');
}
.arb-block:nth-child(4) {
	background: url('/wp-content/uploads/2025/05/Arb-block-4.jpg');
}
.arb-block:nth-child(5){
	background: url('/wp-content/uploads/2025/05/Arb-block-5.jpg');
}
.arb-block:nth-child(6){
	background: url('/wp-content/uploads/2025/05/Arb-block-6.jpg');
}
.arb-block:last-of-type{
	margin: 0 
}
#arboriculture-text {
  padding: 55px 0 35px 0;
}
#arboriculture-text h2 {
  color: #353535;
	font-size: 40px;
line-height: 45px;
}
#arboriculture-text h4 {
  color: #F79C38;
		font-size: 25px;
	line-height: 30px;
  font-weight: 800;
}
#arboriculture-text a {
  color: #F79C38;
}
.alignleft.size-full.insta-logo {
  display: block;
  margin: -3px 10px 0 0;
  float: left;
	width: auto;
}

.term-arb #footer #footer-main .footer-columns a {
  color: #FAA83D!important;
}

.term-arb img.alignleft {
  display: block;
  margin: 7px 30px 0 0;  float: left;
}
.term-arb img.alignright{
  display: block;
  margin: 20px 0 10px 20px;
  float: right;
}

.term-arb.term-563 #footer #get-in-touch {
  border-bottom-color: #CC6719;
  background: rgb(0, 63, 119);
  background: -moz-linear-gradient(90deg, rgba(204, 104, 25, 1) 0%, #CC6719 45%, rgba(250, 168, 61, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(204, 104, 25, 1) 0%, #CC6719 45%, rgba(250, 168, 61, 1) 100%);
  background: linear-gradient(90deg, rgba(204, 104, 25, 1) 0%, #CC6719 45%, rgba(250, 168, 61, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CC6719", endColorstr="#FAA83D", GradientType=1);
}
.term-arb.term-563 #footer #get-in-touch .cta-link {
  color: #FAA83D!important;
}
.term-arb.term-563 .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit, .term-arb.term-563 .wpcf7 .wpcf7-form .mailchimp-row #mailchimp-submit2 {
  background: #FAA83D!important;
}
.term-arb.term-563 .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, .term-arb.term-563 .wpcf7 .wpcf7-form .mailchimp-row .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #17233e !important;
}
.term-arb.term-563 #footer #footer-main .footer-columns .footer-column.column-2 .row-title {
  color: #FAA83D;
}
.term-arb.term-563 #footer #footer-bottom .footer-company-info ul li a {
  color: #FAA83D;
}
.term-arb.term-563 #footer #footer-main .footer-columns a {
  color: #FAA83D;
}
.term-arb #footer #footer-main .footer-columns .footer-column.column-2 .footer-social-icons li a {
  background: #444 !important;
}
.term-arb body {
  color: #444 !important;
}
.term-arb.term-563 #top-header-section .wrapper .sub-menu-surround #header-cart .cart-contents-count {
  background: #FAA83D;
}
.term-arb.term-563 #header #headerbar #main-menu li.current-menu-item a {
  color: #FAA83D;
}
.term-arb.term-563 #back-to-top {
  background: #FAA83D;
}
section#videos ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
}

section#videos ul li {
    flex-basis: calc(33% - 20px);
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 60px;
    text-align: left;
}
 section#videos ul li:nth-child(3n +1) {
    margin: 0 15px 60px 0;

}
 section#videos ul li:nth-child(3n) {
    margin: 0 0 60px 15px;

}
section#videos ul li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    transition: 300ms ease all;
}

section#videos ul li img:hover {
    opacity: 0.7;
}

section#videos ul li h3 {
    font-size: 20px;
    margin: 0;
}

section#videos ul li h3 a,
section#videos ul li h3 a:visited {
    text-decoration: none;
    color: #221f20;
    transition: 300ms ease all;
	font-weight: 600;
}

section#videos ul li h3 a:hover,
section#videos ul li h3 a:focus {
    color: var(--russells-dark-blue);
}
section#videos ul li h3 a span {
    font-size: 14px;
    color: var(--russells-light-blue);
	font-weight: 500;
}
section#videos .left {
    float: left;
    width: 75%;
    margin: 0 5% 0 0;
}

section#videos .right {
    float: left;
    width: 20%;
}

section#videos .widget.widget_woo-page-scroller .page-scroller-dots .slick-dots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    bottom: 4px;
    left: 0;
    margin: 0;
    width: 100%;
    height: 25px;
}

section#videos .widget.widget_woo-page-scroller .page-scroller-dots .slick-dots li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% / 6) !important;
    height: 25px !important;
    background: transparent !important;
    float: none !important;
    border: none !important;
}

section#videos .widget.widget_woo-page-scroller .page-scroller-dots .slick-dots li button::before {
    width: 100%;
    height: 25px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #0061af;
}

section#videos .widget.widget_woo-page-scroller .page-scroller-dots .slick-dots li button {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
}
/*****************
Mobile Style
*****************/
#back-to-top {
  bottom: 80px !important;
}
@media screen and (max-width:1500px) {
  #featured-products-section .wrapper {
    max-width: unset;
    padding: 50px 20px 20px;
  }
  #footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:1345px) {
  #footer #footer-main .footer-columns .footer-column.column-1 {
    margin-right: 0px;
  }
  #footer #footer-main .footer-columns .footer-column.column-2 {
    width: calc(100% - 375px);
    padding-left: 50px;
  }
  #footer #footer-bottom .footer-company-info {
    height: unset;
    margin-bottom: 12px;
  }
}
@media screen and (max-width:1285px) {
  #footer #footer-bottom .footer-company-info {
    width: 100%;
    float: none;
  }
  #footer #footer-bottom .footer-company-info ul {
    width: 100%;
    float: none;
    left: 0;
    top: 6px;
  }
  #footer #footer-bottom .footer-company-info ul li:first-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
}


@media screen and (max-width:1100px) {
	#top-banner-section .main-category-images {
height: 330px!important;

}
		.arboriculture-images {
 margin: 0;
}
	#arboriculture-text h4 {
color: #F79C38;
font-size: 23px;
line-height: 27px;
font-weight: 800;
}
}

@media screen and (max-width:1079px) {
  #top-banner-section {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    column-gap: 8px;
    flex-wrap: wrap;
    gap: 20px;
  }
  #top-banner-section .main-category-images {
    flex-basis: 49%;
  }

}
@media screen and (max-width:1080px) {
    section#videos .left {
        width: 65%;
    }

    section#videos .right {
        width: 30%;
    }   
}
@media screen and (max-width:1060px) {
	#arboriculture-archive {
margin-top: 0px;
}
  #mobile-menu-block.menu-open {
    display: block !important;
  }
  #headerbar.menu-open {
    display: block !important;
  }
  #header #headerbar.menu-open .wrapper #main-menu {
    background: transparent !important;
  }
  body #header #headerbar.menu-open #main-menu li.menu-item-has-children > ul {
    left: unset;
    top: unset;
    position: relative;
    transform: unset;
  }
  #header #headerbar.menu-open #main-menu li.menu-item-has-children:hover > ul {
    opacity: 0;
    visibility: hidden;
  }
  #header #mobile-menu-block #main-menu li.menu-item-has-children.drop-open {
    height: unset;
  }
  body #header #headerbar.menu-open #main-menu li.menu-item-has-children > ul {
    background: transparent;
  }
  #header #headerbar.menu-open #main-menu li.menu-item-has-children > ul > li {
    border: 0;
    color: white;
  }
  #header #headerbar.menu-open #main-menu li.menu-item-has-children > ul > li a {
    color: white !important;
  }
  #header #headerbar #mobile-menu-block #main-menu li#menu-item-6673 > a, #header #headerbar #mobile-menu-block #main-menu li#menu-item-6672 > a, #header #headerbar #mobile-menu-block #main-menu li#menu-item-6748 > a {
    color: white !important;
  }
  #header #mobile-menu-block #main-menu li {
    width: auto;
  }
  #header #headerbar #main-menu li:last-of-type {
    width: 200px;
  }
  #header #headerbar #main-menu li:last-of-type a {
    width: 200px;
  }
  #header #mobile-menu-block #main-menu {
    padding-bottom: 0;
  }
}
@media screen and (max-width:1055px) {
  #top-banner-section .main-category-images {
    flex-basis: 48%;
  }
}
@media screen and (max-width:969px) {
  #footer #footer-main {
    padding-bottom: 25px;
    padding-top: 45px;
  }
  #footer #footer-bottom .footer-copyright {
    line-height: normal;
    height: unset;
  }
  #footer #footer-bottom .footer-company-info ul {
    line-height: normal;
    height: unset;
    display: block;
  }
  #footer #footer-bottom .footer-company-info ul li {
    line-height: normal;
    height: unset;
    border: 0;
    margin-bottom: 10px;
    padding: 0;
    margin-left: 0;
  }
  #footer #footer-bottom .footer-company-info ul li:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:810px) {
  #footer #footer-main .footer-columns .footer-column.column-1 {
    flex-basis: 100%;
    width: 100%;
  }
  #footer #footer-main .footer-columns .footer-column.column-2 {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
  }
  #footer #footer-main .footer-columns .footer-column.column-2 .footer-social-icons {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #footer #footer-main .footer-columns .footer-column .column-row {
    margin-bottom: 10px;
  }
  #footer #footer-main .footer-columns .footer-column.column-1 label {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
	#arboriculture-text h2 {
font-size: 33px;
line-height: 38px;
}
  #mobile-contact .cta-link {
  display: block;
  padding: 0 10px;
  background-color: #FFFFFF;
  border-radius: 0;
  line-height: 50px;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  color: #0061af;
}
	#mobile-contact .wrapper{
		padding: 20px;
	}
	#mobile-contact .cta-title {
  display: block;
  margin: 0 0 20px;
  padding: 0;
		text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  font-weight: 800;
}
	
	 #mobile-contact {
		   display: block;
  border-bottom-color: #054c8b;
  background: rgb(0, 63, 119);
  background: -moz-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 63, 119, 1) 0%, var(--russells-light-blue) 45%, rgba(36, 148, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f77", endColorstr="#2494d5", GradientType=1);
		 margin: 0 25px 20px;
}

	
	#news-offer-section .wrapper {
padding: 50px 0px 40px;
}
	#top-banner-section {
padding: 0 25px;
}
	#featured-products-section .wrapper {
padding: 50px 25px 20px;
}
	.wrapper {
padding: 0 25px;
}
	#news-offer-section {
margin: 0 25px;
}
	#news-offer-section .wrapper #news-offer-slider .news-offer-items {
flex-basis: 100%;
margin-right: 0%;
margin-bottom: 6%;
}
	.arb-block {
height: 160px;
	width: 49%;
	}
	.arb-block:nth-of-type(odd){
margin: 0;
}
	.term-arb img.alignleft {
display: block;
margin: 10px 0 20px 0;
float: left;
}
  #top-banner-section .main-category-images {
    flex-basis: 100%;
    height: 300px;
  }
  #head-gap-top {
    height: 130px !important;
  }
  #top-header-section .wrapper .logo-surround {
    flex-basis: 200px;
  }
  #top-header-section .wrapper .sub-menu-surround {
    flex-basis: 70%;
  }
  body #header {
    padding: 0 25px;
  }
  #top-header-section .wrapper .sub-menu-surround .register-login-surround {
    flex-basis: 120px;
  }
  #top-header-section .wrapper .sub-menu-surround #menu-item-cart {
    flex-basis: 90px;
  }
  #mmenu {
    flex-basis: 60px;
  }
}
@media screen and (max-width:715px) {
  #top-header-section .wrapper .sub-menu-surround {
    flex-basis: 66%;
  }
}
@media screen and (max-width:650px) {
  #top-header-section .wrapper .sub-menu-surround .register-login-surround {
    display: none;
  }
  #top-header-section .wrapper .logo-surround {
    flex-basis: 40%;
  }
  #top-header-section .wrapper .sub-menu-surround {
    flex-basis: 60%;
  }
  #top-header-section .wrapper .sub-menu-surround #menu-item-cart {
    flex-basis: 25%;
  }
  #top-header-section .wrapper .sub-menu-surround .vat-toggle-surround {
    flex-basis: 30%;
  }
  #mmenu {
    flex-basis: 15%;
  }
  #top-header-section .wrapper .sub-menu-surround .vat-toggle-surround .toggle_holder {
    float: unset;
  }
  #top-header-section .wrapper .sub-menu-surround .vat-toggle-surround p {
    float: left;
  }
}
@media screen and (max-width:600px) {
  #top-header-section .wrapper #mmenu {
    top: unset;
  }
  #featured-products-slider .slick-slide {
    height: 470px;
  }
  #footer #footer-main .footer-columns p, #footer #footer-main .footer-columns span {
    width: 100%;
    float: none;
  }
  #footer #footer-bottom .footer-company-info ul {
    margin-bottom: 20px;
  }
  #footer #footer-main .footer-columns .wpcf7 .wpcf7-form .mailchimp-row span.wpcf7-list-item-label {
    width: 93%;
    padding-left: 10px;
  }
    section#videos .left,
    section#videos .right {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width:565px) {
  #featured-products-section .wrapper #featured-products-slider .slick-dots {
    top: -18px;
  }
  #featured-products-slider .slick-list {
    margin-top: 15px;
  }
}
@media screen and (max-width:535px) {
  #top-header-section .wrapper .sub-menu-surround #menu-item-cart {
    flex-basis: 30%;
  }
  #top-header-section .wrapper .sub-menu-surround .vat-toggle-surround {
    flex-basis: 35%;
  }
  #top-header-section .wrapper #mmenu {
    flex-basis: 20%;
  }
}
@media screen and (max-width:500px) {
  #top-header-section .wrapper .logo-surround {
    flex-basis: 48%;
  }
  #top-header-section .wrapper .sub-menu-surround {
    flex-basis: 52%;
  }
  #top-header-section .wrapper .sub-menu-surround #menu-item-cart {
    flex-basis: 26%;
  }
  #top-header-section .wrapper #mmenu {
    flex-basis: 20%;
    padding: 0 8px;
  }
  #top-header-section .wrapper .sub-menu-surround .vat-toggle-surround {
    flex-basis: 50%;
  }
  #featured-products-slider .slick-list {
    margin-top: 0px;
  }
  #news-offer-section .wrapper #news-offer-slider .news-offer-items {
    padding: 0;
  }
  #news-offer-section .wrapper #news-offer-slider .news-offer-items img {
    width: 100%;
  }
}