:root {
  --evo-brand-secondary: #58595b;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #fff;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 250px !important;
    height: auto !important;
    max-height: none !important;
}

/* new landing pages */

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.ex-name-landingpageservicestemplate .page-content,
.ex-name-landingpageproducttemplate .page-content {
  margin: 0;
} 

.landingpage-hero-title {
	 position: relative;
	 background-color: #2a2a2a;
	 padding: 40px;
	 min-height: 420px;
	 text-align: center;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-bottom: 40px;
}
 .landingpage-hero-title > img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 opacity: 0.3;
}
 .landingpage-hero-title .container {
	 position: relative;
	 z-index: 1;
	 height: 100%;
}
 .landingpage-hero-title .content-inner {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 height: 100%;
}
 .landingpage-hero-title h1 {
	 font-size: 48px;
	 color: #fff;
	 margin: 0 0 25px;
}
 @media (max-width: 767px) {
	 .landingpage-hero-title h1 {
		 font-size: 36px;
	}
}
 .landingpage-hero-title p {
	 color: #fff;
	 margin: 0 0 20px;
}
 .landingpage-hero-title p:last-child {
	 margin-bottom: 0;
}
 .landingpage-introtext h2 {
	 font-size: 40px;
	 margin: 0 0 30px;
}
 .landingpage-introtext p {
	 margin: 0 0 25px;
}
 .customButton {
	 background: #e41b13;
	 color: #fff;
	 padding: 15px 40px;
	 font-size: 16px;
	 font-weight: 600;
	 border-radius: 5px;
	 transition: 0.3s all;
}
 .customButton:hover {
	 color: #fff;
	 background: #000;
}
 .landingpage-services {
	 gap: 10px 0;
	 display: flex;
	 align-items: stretch;
	 justify-content: space-between;
	 flex-wrap: wrap;
}
.landingpage-services > h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #444242;
  margin: 0 0 20px;
}
 .lp-servicebox {
	 width: 23%;
	 padding: 28px;
	 border: 1px solid #c9c9c9;
	 border-radius: 20px;
}
 @media (max-width: 991px) {
	 .lp-servicebox {
		 width: 49%;
	}
}
 @media (max-width: 500px) {
	 .lp-servicebox {
		 width: 100%;
	}
}
 .lp-servicebox h3 {
	 font-size: 22px;
	 margin: 0 0 20px;
   color: #e41b13;
}
 .lp-servicebox p {
	 margin: 0;
	 color: #686868;
	 line-height: 1.5;
}
 .lp-sb-icon {
	 width: 48px;
	 height: 48px;
	 border-radius: 4px;
	 background: #f8e4e4;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 0 0 20px;
}
 .lp-sb-icon img {
	 width: 27px;
	 height: 27px;
	 object-fit: contain;
}
 .gotAnyQuestions {
	 background: #2a2a2a;
	 position: relative;
	 padding: 0 30px;
}
 .gotAnyQuestions > img {
	 position: absolute;
	 width: 50%;
	 height: 100%;
	 top: 0;
	 left: 50%;
	 object-fit: cover;
}
 @media (max-width: 768px) {
	 .gotAnyQuestions > img {
		 display: none;
	}
}
 .gotAnyQuestions .questionsInner {
	 padding: 100px 100px 100px 0;
	 width: 50%;
}
 @media (max-width: 768px) {
	 .gotAnyQuestions .questionsInner {
		 width: 100%;
		 padding: 50px 0;
	}
}
 .gotAnyQuestions h3 {
	 color: #fff;
	 font-size: 26px;
	 margin: 0 0 30px;
}
 .gotAnyQuestions p {
	 color: #fff;
	 margin: 0 0 30px;
}
 .gotAnyQuestions .questionsLink {
	 color: #fff;
	 margin: 15px 0;
	 vertical-align: middle;
}
 .gotAnyQuestions .questionsLink img {
	 vertical-align: middle;
	 margin-right: 10px;
}
 .gotAnyQuestions .questionsLink a {
	 color: #fff;
}
 .gotAnyQuestions .questionsLink a:hover {
	 text-decoration: underline;
}
 .gotAnyQuestions .customButton {
	 display: inline-block;
	 margin-top: 20px;
}
 .landingpage-category-boxes {
	 background: #f3f3f3;
	 padding: 70px 0;
	 margin-top: 30px;
}
 .landingpage-category-boxes h2 {
	 text-align: center;
	 font-size: 36px;
	 color: #444242;
	 margin: 0 0 25px;
}
 .landingpage-category-boxes p {
	 text-align: center;
	 margin: 0;
}
 .lp-categoryboxes-inner {
	 margin-top: 50px;
	 display: grid;
	 grid-template-columns: 1fr 1fr 1fr;
	 gap: 40px;
}
@media (max-width: 991px) {
  .lp-categoryboxes-inner {
   	 grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .lp-categoryboxes-inner {
   	 grid-template-columns: 1fr;
    gap: 20px;
  }
}
 .lp-categorybox {
	 position: relative;
	 isolation: isolate;
	 overflow: hidden;
	 border-radius: 20px;
	 height: 285px;
	 padding: 30px 40px;
	 display: flex;
	 flex-direction: column;
}
 .lp-categorybox::after {
	 content: "";
	 width: 100%;
	 height: 100%;
	 bottom: 0;
	 left: 0;
	 position: absolute;
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	 z-index: -1;
	 transition: 0.35s all;
}
 .lp-categorybox > img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: -2;
	 transition: 0.35s all;
}
 .lp-categorybox > div {
	 margin-top: auto;
	 display: flex;
	 align-items: center;
	 gap: 10px;
	 justify-content: space-between;
	 color: #fff;
	 font-size: 22px;
	 font-weight: 700;
	 position: relative;
}
 .lp-categorybox > div::after {
	 content: "View Category";
	 position: absolute;
	 font-weight: 400;
	 font-size: 12px;
	 text-transform: uppercase;
	 bottom: 100%;
	 opacity: 0;
	 transition: 0.35s all;
	 transform: translateX(-20px);
}
 .lp-categorybox > div img {
	 flex-shrink: 0;
}
 .lp-categorybox:hover::after {
	 opacity: 0.75;
}
 .lp-categorybox:hover > img {
	 transform: scale(1.05);
}
 .lp-categorybox:hover > div::after {
	 opacity: 1;
	 transform: translateX(0);
}
 .landingpage-products {
	 padding-top: 60px;
	 padding-bottom: 60px;
}
 .landingpage-products h3 {
	 font-size: 36px;
	 color: #444242;
	 margin: 0 0 30px;
   width: 100%;
}
 .landingpage-products h3::after {
	 content: "View a selection of our best selling products!";
	 display: block;
	 font-size: 16px;
	 margin-top: 10px;
	 font-weight: 400;
}

.landingpage-products .tile {
  border: 0 !important;
}

 .landingpage-products .catalog-single .tile .footer .btn {
    border-radius: 20px;
   border: 0;
}
 .landingpage-brands {
	 padding: 60px 0 40px;
	 background: #f3f3f3;
   margin: 0 !important;
}
 .landingpage-brands .brands_container .sidebar-content > h3 {
	 font-size: 36px;
	 color: #444242;
   width: 100%;
   text-align: center !important;
}
 .landingpage-brands .imgthumbnail {
	 background: #f3f3f3;
}
 .landingpage-brands .imgthumbnail img {
	 mix-blend-mode: multiply;
}
 .landingpage-brands .owl-gradient {
	 display: none;
}
 
/* end new landing pages */

.landingpage-products {
    padding-top: 10px;
    padding-bottom: 10px;
}

.customButton {
    background: #84bd00;
}

/*MH Removal of padding at top and bottom of content pages*/

.page-content {
    margin-bottom: 0px;
    margin-top: 0px;
}