/**
---------- Vendor ----------
 */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/**
---------- Utilities ----------
 */
/**
---------- Base----------
 */
body {
  /**
  Font smoothing
   */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1300px) {
  main.site-main {
    overflow: hidden;
  }

  .elementor-location-footer .elementor-section-wrap > section.elementor-section > .elementor-container {
    overflow: hidden;
  }
}
/**
---------- Components ----------
 */
/**
Tables
 */
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background: transparent !important;
}

nav.elementor-nav-menu--main,
nav.elementor-nav-menu--dropdown {
  transition: all 0.3s ease;
}
nav.elementor-nav-menu--main li.menu-item.project-ideas a, nav.elementor-nav-menu--main li.menu-item.hand-power-tools a, nav.elementor-nav-menu--main li.menu-item.garden a, nav.elementor-nav-menu--main li.menu-item.woodworking a, nav.elementor-nav-menu--main li.menu-item.automotive a, nav.elementor-nav-menu--main li.menu-item.blog a,
nav.elementor-nav-menu--dropdown li.menu-item.project-ideas a,
nav.elementor-nav-menu--dropdown li.menu-item.hand-power-tools a,
nav.elementor-nav-menu--dropdown li.menu-item.garden a,
nav.elementor-nav-menu--dropdown li.menu-item.woodworking a,
nav.elementor-nav-menu--dropdown li.menu-item.automotive a,
nav.elementor-nav-menu--dropdown li.menu-item.blog a {
  padding-left: 24px !important;
}
nav.elementor-nav-menu--main li.menu-item.project-ideas a:before, nav.elementor-nav-menu--main li.menu-item.hand-power-tools a:before, nav.elementor-nav-menu--main li.menu-item.garden a:before, nav.elementor-nav-menu--main li.menu-item.woodworking a:before, nav.elementor-nav-menu--main li.menu-item.automotive a:before, nav.elementor-nav-menu--main li.menu-item.blog a:before,
nav.elementor-nav-menu--dropdown li.menu-item.project-ideas a:before,
nav.elementor-nav-menu--dropdown li.menu-item.hand-power-tools a:before,
nav.elementor-nav-menu--dropdown li.menu-item.garden a:before,
nav.elementor-nav-menu--dropdown li.menu-item.woodworking a:before,
nav.elementor-nav-menu--dropdown li.menu-item.automotive a:before,
nav.elementor-nav-menu--dropdown li.menu-item.blog a:before {
  opacity: 1 !important;
  border: 0 !important;
  content: "";
  position: absolute;
  left: -16px;
  transition: all 0.3s ease;
}
nav.elementor-nav-menu--main li.menu-item.project-ideas a:hover:before, nav.elementor-nav-menu--main li.menu-item.project-ideas a.elementor-item-active:before, nav.elementor-nav-menu--main li.menu-item.hand-power-tools a:hover:before, nav.elementor-nav-menu--main li.menu-item.hand-power-tools a.elementor-item-active:before, nav.elementor-nav-menu--main li.menu-item.garden a:hover:before, nav.elementor-nav-menu--main li.menu-item.garden a.elementor-item-active:before, nav.elementor-nav-menu--main li.menu-item.woodworking a:hover:before, nav.elementor-nav-menu--main li.menu-item.woodworking a.elementor-item-active:before, nav.elementor-nav-menu--main li.menu-item.automotive a:hover:before, nav.elementor-nav-menu--main li.menu-item.automotive a.elementor-item-active:before, nav.elementor-nav-menu--main li.menu-item.blog a:hover:before, nav.elementor-nav-menu--main li.menu-item.blog a.elementor-item-active:before,
nav.elementor-nav-menu--dropdown li.menu-item.project-ideas a:hover:before,
nav.elementor-nav-menu--dropdown li.menu-item.project-ideas a.elementor-item-active:before,
nav.elementor-nav-menu--dropdown li.menu-item.hand-power-tools a:hover:before,
nav.elementor-nav-menu--dropdown li.menu-item.hand-power-tools a.elementor-item-active:before,
nav.elementor-nav-menu--dropdown li.menu-item.garden a:hover:before,
nav.elementor-nav-menu--dropdown li.menu-item.garden a.elementor-item-active:before,
nav.elementor-nav-menu--dropdown li.menu-item.woodworking a:hover:before,
nav.elementor-nav-menu--dropdown li.menu-item.woodworking a.elementor-item-active:before,
nav.elementor-nav-menu--dropdown li.menu-item.automotive a:hover:before,
nav.elementor-nav-menu--dropdown li.menu-item.automotive a.elementor-item-active:before,
nav.elementor-nav-menu--dropdown li.menu-item.blog a:hover:before,
nav.elementor-nav-menu--dropdown li.menu-item.blog a.elementor-item-active:before {
  opacity: 0.4 !important;
}
nav.elementor-nav-menu--main li.menu-item.project-ideas a:before,
nav.elementor-nav-menu--dropdown li.menu-item.project-ideas a:before {
  background: url(../svg/project-ideas.svg) !important;
  width: 26px;
  height: 26px !important;
  top: 5px;
  left: -12px;
}
nav.elementor-nav-menu--main li.menu-item.hand-power-tools a:before,
nav.elementor-nav-menu--dropdown li.menu-item.hand-power-tools a:before {
  background: url(../svg/hand-power-tools.svg) !important;
  width: 25px;
  height: 25px !important;
  top: 7px;
  left: -13px;
  background-size: cover !important;
}
nav.elementor-nav-menu--main li.menu-item.garden a:before,
nav.elementor-nav-menu--dropdown li.menu-item.garden a:before {
  background: url(../svg/garden.svg) !important;
  width: 25px;
  height: 25px !important;
  top: 7px;
  left: -11px;
}
nav.elementor-nav-menu--main li.menu-item.woodworking a:before,
nav.elementor-nav-menu--dropdown li.menu-item.woodworking a:before {
  background: url(../svg/woodworking.svg) !important;
  background-size: cover !important;
  width: 31.63px;
  height: 26px !important;
  top: 5px;
  left: -14px;
}
nav.elementor-nav-menu--main li.menu-item.automotive a:before,
nav.elementor-nav-menu--dropdown li.menu-item.automotive a:before {
  background: url(../svg/automotive.svg) !important;
  background-size: cover !important;
  width: 25px;
  height: 25px !important;
  top: 8px;
  left: -7px;
}
nav.elementor-nav-menu--main li.menu-item.blog a:before,
nav.elementor-nav-menu--dropdown li.menu-item.blog a:before {
  background: url(../svg/blog.svg) !important;
  width: 24px;
  height: 24px !important;
  top: 7px;
  left: -8px;
}

@media (max-width: 1140px) {
  nav.elementor-nav-menu--main {
    position: relative;
    bottom: -3px;
    margin-right: -40px;
  }
  nav.elementor-nav-menu--main li.menu-item {
    margin-right: 40px !important;
  }
  nav.elementor-nav-menu--main li.menu-item a {
    font-size: 19px !important;
    padding: 13px 0px !important;
  }
  nav.elementor-nav-menu--main li.menu-item a:before {
    transform: scale(0.8);
    margin-top: 1px !important;
  }

  nav.elementor-nav-menu--dropdown {
    background: #122b17;
    padding-top: 3px;
  }
  nav.elementor-nav-menu--dropdown > .elementor-nav-menu {
    display: flex;
  }
  nav.elementor-nav-menu--dropdown li.menu-item a:before {
    transform: scale(0.7);
    margin-left: 4px;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  nav.elementor-nav-menu--dropdown {
    padding: 15px 0;
  }
  nav.elementor-nav-menu--dropdown > .elementor-nav-menu {
    flex-direction: column;
  }
  nav.elementor-nav-menu--dropdown li.menu-item a {
    text-align: left !important;
    justify-content: start;
    padding: 13px 0px;
  }
  nav.elementor-nav-menu--dropdown li.menu-item a:before {
    position: relative !important;
    margin: -19px 0 0 0 !important;
    left: -9px !important;
    transform: scale(0.9);
  }
}
/**
Pagination
 */
nav.elementor-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 20px;
}

/**
Post meta
 */
html body .hh-post-meta {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 16px;
}
html body a.hh-post-meta__author {
  color: #1A3C20;
  transition: all 0.3s ease;
}
html body a.hh-post-meta__author span {
  position: relative;
  top: -2px;
}
html body a.hh-post-meta__author img {
  border-radius: 50%;
  position: relative;
  bottom: -10px;
  margin-right: 5px;
  transition: all 0.3s ease;
}
html body a.hh-post-meta__author .last-name {
  font-style: normal;
}
html body a.hh-post-meta__category {
  margin-left: 14px;
  color: #1A3C20;
}
html body a.hh-post-meta__category img {
  position: relative;
  bottom: -13px;
  margin-right: 5px;
  max-height: 28px;
  opacity: 1;
  transition: all 0.3s ease;
}
html body a.hh-post-meta__category span {
  display: inline-block;
  height: 100%;
  position: relative;
  bottom: -5px;
}
html body a.hh-post-meta__category span:after,
html body a.hh-post-meta__author span:after {
  border: 0;
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  left: -5px;
  margin: 0 auto;
  width: 11.05px;
  height: 17px;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s ease;
}
html body a.hh-post-meta__category:hover img,
html body a.hh-post-meta__author:hover img {
  opacity: 0.2;
}
html body a.hh-post-meta__category:hover span:after,
html body a.hh-post-meta__author:hover span:after {
  opacity: 1;
}

@media (max-width: 475px) {
  html body .hh-post-meta a.hh-post-meta__author {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  html body .hh-post-meta a.hh-post-meta__author img {
    width: 20px;
    height: 20px;
    bottom: -3px;
  }
  html body .hh-post-meta a.hh-post-meta__category {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  html body .hh-post-meta a.hh-post-meta__category img {
    max-height: 20px;
    bottom: -2px;
  }
  html body .hh-post-meta a.hh-post-meta__category span {
    bottom: 2px;
  }
}
/**
Post label
 */
.hh-post-label {
  font-family: "Teko Custom", sans-serif;
  font-size: 18px;
  color: #333333;
  background: #FFC200;
  display: inline-block;
  padding: 4px 13px 0;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

@media (max-width: 500px) {
  .hh-post-label {
    font-size: 12px;
    padding: 4px 8px 0;
  }
}
/**
Post read more arrow
 */
a.hh-read-more {
  position: absolute;
  right: 40px;
  bottom: 20px;
  transition: all 0.3s ease;
}
a.hh-read-more g, a.hh-read-more path {
  transition: all 0.3s ease;
}
a.hh-read-more:hover {
  right: 30px;
}
a.hh-read-more:hover g, a.hh-read-more:hover path {
  fill: white;
}

body.single-post .su-row.pros-and-cons {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
body.single-post .su-row.pros-and-cons .su-column-inner {
  height: 100%;
}
body.single-post .su-row.pros-and-cons .su-box.su-box-style-default {
  padding: 0;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  height: 100%;
}
body.single-post .su-row.pros-and-cons .su-box.su-box-style-default .su-box-title {
  font-size: 22px;
  font-family: "Teko Custom", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
body.single-post .su-row.pros-and-cons .su-box.su-box-style-default .su-box-title:before {
  content: "";
  display: inline-block;
  background-size: cover !important;
  position: relative;
  width: 21px;
  height: 21px;
  background: url(../svg/hand-power-tools.svg);
  margin-bottom: -3px;
  margin-right: 12px;
}
body.single-post .su-row.pros-and-cons .su-box.su-box-style-default .su-box-content {
  height: 100%;
}
body.single-post .su-row.pros-and-cons li {
  margin-bottom: 5px !important;
  padding-left: 30px !important;
  padding-top: 5px !important;
  font-weight: bold;
  font-size: 16px;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2 {
  flex: 1;
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(1) i.sui {
  color: #4cb162 !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(1) .su-box.su-box-style-default {
  border: 2px solid #4cb162 !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(1) .su-box.su-box-style-default .su-box-title {
  background: #4cb162 !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(1) .su-box.su-box-style-default .su-box-content {
  background: #F3FCF4;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(1) .su-box.su-box-style-default li {
  color: #4cb162 !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(2) i.sui {
  color: #bd373f !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(2) .su-box.su-box-style-default {
  border: 2px solid #bd373f !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(2) .su-box.su-box-style-default .su-box-title {
  background: #bd373f !important;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(2) .su-box.su-box-style-default .su-box-content {
  background: #FFF4F5;
}
body.single-post .su-row.pros-and-cons .su-column.su-column-size-1-2:nth-child(2) .su-box.su-box-style-default li {
  color: #bd373f !important;
}

@media (max-width: 767px) {
  body.single-post .su-row.pros-and-cons {
    flex-direction: column;
  }
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box {
  margin-top: 20px;
  background: #BBD3BF !important;
  border: 2px solid #8AB592 !important;
  border-radius: 15px;
  padding: 30px 20px 20px;
  box-shadow: 0 4px 20px #0003;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box img {
  border-radius: 10px;
  box-shadow: 0 4px 10px #00000040;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box > .shnd > p:nth-child(2) {
  color: #333333;
  background: #FFC200;
  border-radius: 5px;
  box-shadow: 0 4px 10px #00000040;
  font-family: "Teko Custom", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding: 4px 17px 0;
  width: 220px;
  margin: -30px auto 40px;
  position: relative;
  z-index: 2;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .sue-progress-bar {
  background: #D3E9D7 !important;
  border-radius: 20px;
  height: 21px;
  margin-top: 50px !important;
  display: block;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .sue-progress-bar > span {
  background: #489957 !important;
  border-radius: 20px;
  height: 21px;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .sue-progress-bar > span > span {
  top: -32px !important;
  font-family: "Teko Custom", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A3B20;
  font-size: 21px;
  margin-left: 3px;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .sue-progress-bar > span > span b, .single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .sue-progress-bar > span > span strong {
  font-weight: 600;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .sue-progress-bar > span > span:before {
  content: "";
  display: inline-block;
  background-size: cover !important;
  position: relative;
  width: 21px;
  height: 21px;
  background: url(../svg/tool-review.svg);
  margin-bottom: -3px;
  margin-right: 12px;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box h2 span#Review_Summary {
  background: #2A5C33;
  color: white;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 35px 3px;
  margin-left: -36px;
  position: relative;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box h2 span#Review_Summary:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 6px;
  bottom: -13px;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #19351e;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc {
  display: flex;
  justify-content: space-between;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc .colm {
  width: 48%;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc .colm > div > a {
  width: 100%;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc .colm:nth-child(2) > div > a {
  background: #407249 !important;
  box-shadow: 0 4px 0 #2A4F30, 0 4px 20px #00000040 !important;
}
@media (max-width: 600px) {
  .single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc .colm {
    width: 100%;
  }
  .single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc {
    flex-direction: column;
  }
  .single-post-container .elementor-widget-theme-post-content .thrivecb.review-box .csc .colm > div > a {
    margin-bottom: 20px;
  }
}

/**
Post pinterest iframe
 */
.hh-pinterest-iframe-container {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 40px 0;
  overflow: hidden;
}
.hh-pinterest-iframe-container.active {
  display: block;
}
.hh-pinterest-iframe-container:not(.active) {
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  padding: 0 !important;
}
.hh-pinterest-iframe-container:not(.active) > div,
.hh-pinterest-iframe-container:not(.active) > iframe,
.hh-pinterest-iframe-container:not(.active) > * {
  display: none !important;
}
.hh-pinterest-iframe-container:not(.active):after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  border-radius: 50%;
  border: 2px solid #cecece;
  border-color: #cecece transparent #cecece transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hh-pinterest-iframe-frame {
  width: 418px;
  margin: 0 auto;
}

.hh-pinterest-iframe-inner {
  width: 600px;
  margin: 0 auto;
  margin-left: -92px;
}

iframe.hh-pinterest-iframe {
  margin-right: auto !important;
  margin-left: auto !important;
  display: block;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

@media (max-width: 520px) {
  .post-content-box {
    overflow: hidden;
  }

  .hh-pinterest-iframe-container {
    background: transparent;
    overflow: visible;
    padding: 20px 0;
  }

  .hh-pinterest-iframe-frame {
    width: 240px;
  }

  .hh-pinterest-iframe-inner {
    margin-left: -180px;
  }
}
.instagram-media {
  display: none !important;
}
.instagram-media.instagram-media-rendered {
  max-width: 480px !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
  margin: 30px auto !important;
  border: 0 solid white !important;
  display: block !important;
}

.hh-instagram-container {
  background: #f9f9f9;
  padding: 1px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.hh-instagram-container.active {
  display: block !important;
}
.hh-instagram-container:not(.active) {
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
.hh-instagram-container:not(.active) > div,
.hh-instagram-container:not(.active) > iframe,
.hh-instagram-container:not(.active) > *,
.hh-instagram-container:not(.active) .instagram-media {
  display: none !important;
}
.hh-instagram-container:not(.active):after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #cecece;
  border-color: #cecece transparent #cecece transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 500px) {
  .instagram-media.instagram-media-rendered {
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  }

  .hh-instagram-container {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 410px) {
  .instagram-media.instagram-media-rendered {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
/**
Table of contents
 */
div#toc_container {
  background: transparent;
  border: 0;
}
div#toc_container p.toc_title {
  font-family: "Teko Custom", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
div#toc_container p.toc_title span.toc_toggle {
  font-family: "DM Sans";
  font-size: 16px;
  text-transform: none;
  color: #9B9B9B;
  margin-left: 10px;
}
div#toc_container p.toc_title span.toc_toggle a {
  color: #9B9B9B;
}
div#toc_container ul.toc_list {
  margin-top: 5px !important;
}
div#toc_container ul.toc_list a {
  color: #1B3C21;
  display: block;
  padding: 4px 0;
  font-weight: 500;
}
div#toc_container ul.toc_list a:before {
  height: 21px;
  width: 21px;
  content: "";
  background: url(../svg/tools-green.svg);
  border: 0;
  margin-right: 6px;
  position: relative;
  bottom: -3px;
  display: inline-block;
}

.test {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, #000000 100%);
}

/**
---------- Elementor ----------
 */
/**
Author box
 */
.hh-author-box__label {
  background: #FFC200;
  font-family: "Teko Custom", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  padding: 4px 15px 1px 10px;
  position: absolute;
  left: -21px;
  top: 20px;
}
.hh-author-box__label:before {
  height: 19px;
  width: 19px;
  content: "";
  background: url(../svg/writer.svg);
  border: 0;
  margin-right: 6px;
  position: relative;
  bottom: -3px;
  display: inline-block;
}

.hh-author-box__label:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 8px;
  z-index: -1;
  bottom: -20px;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #BB8E00;
}

.elementor-widget-Author.Box:after {
  content: "";
  width: 100%;
  height: 19px;
  background: url(../svg/author-bottom.svg);
  position: absolute;
  bottom: -17px;
  left: 0;
}

.hh-author-box__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

@media (min-width: 481px) {
  .hh-author-box.elementor-author-box {
    display: flex;
    padding-top: 37px;
  }

  .hh-author-box__text.elementor-author-box__text {
    width: calc(100% - 120px);
  }
}
@media (max-width: 480px) {
  .hh-author-box__avatar.elementor-author-box__avatar {
    margin: 20px auto 20px !important;
  }
}
/**
Elementor Search Form
 */
.hh-search-form {
  position: relative;
  height: 48px;
  display: flex;
}
.hh-search-form input[type=text] {
  height: 44px;
  width: 100%;
  background: #1B3720;
  border-color: transparent !important;
  color: white;
  font-size: 14px;
  border-radius: 4px;
}
.hh-search-form input[type=text]::placeholder {
  color: #77877A;
}
.hh-search-form__submit {
  position: absolute;
  right: 0;
  border: 0 !important;
  padding: 0 13px 0 !important;
  height: 44px;
  background: transparent !important;
  transition: all 0.3s ease;
  opacity: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.hh-search-form__submit:hover {
  opacity: 0.65;
}

form.hh-search-form.hh-search-form--light {
  max-width: 757px;
  margin: 0 auto;
}
form.hh-search-form.hh-search-form--light input#footer_s {
  background: white;
  height: 55px;
  width: 100%;
  color: white;
  border: 5px solid #FFC200 !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  color: #333;
}
form.hh-search-form.hh-search-form--light button.hh-search-form__submit {
  height: 55px;
  background: #f9c203 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 17px !important;
}
form.hh-search-form.hh-search-form--light button.hh-search-form__submit g, form.hh-search-form.hh-search-form--light button.hh-search-form__submit path {
  fill: #1A3B20;
  transition: all 0.3s ease;
}
form.hh-search-form.hh-search-form--light button.hh-search-form__submit:hover {
  opacity: 1 !important;
}
form.hh-search-form.hh-search-form--light button.hh-search-form__submit:hover g, form.hh-search-form.hh-search-form--light button.hh-search-form__submit:hover path {
  fill: white;
}

/**
Elementor Search Form
 */
.hh-search-icon {
  margin-top: -5px;
  margin-bottom: 0;
}
.hh-search-icon button.hh-search-icon__submit {
  border: 0;
  color: white;
  font-family: "Teko Custom", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 18px 0;
  background: transparent;
}
.hh-search-icon button.hh-search-icon__submit:hover, .hh-search-icon button.hh-search-icon__submit:active, .hh-search-icon button.hh-search-icon__submit:focus {
  background: transparent;
  color: #FFAA00;
}
.hh-search-icon__toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: right;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hh-search-icon__toggle path, .hh-search-icon__toggle g {
  transition: all 0.3s ease;
}
.hh-search-icon__toggle:hover path, .hh-search-icon__toggle:hover g {
  fill: #FFAA00;
}
.hh-search-icon__container {
  display: flex;
  position: absolute;
  top: -13px;
  right: 71px;
  background: #1B3720;
  z-index: 2;
  width: 500px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  margin-right: -20px;
  border-radius: 4px;
}
.hh-search-icon__container input {
  border-color: transparent !important;
  background: #1B3720;
  color: white;
  font-size: 14px;
}
.hh-search-icon__container input::placeholder {
  color: #77877A;
}
.hh-search-icon.active .hh-search-icon__container {
  opacity: 1;
  margin-right: 0;
  pointer-events: all;
}

@media (max-width: 1150px) {
  .hh-search-icon {
    margin-top: 3px;
    margin-right: 10px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .hh-search-icon .hh-search-icon__container {
    width: 400px;
  }
}
@media (max-width: 767px) {
  body.admin-bar .hh-search-icon .hh-search-icon__container {
    top: 106px;
  }

  .hh-search-icon .hh-search-icon__container {
    margin-right: 0;
    right: 0;
    position: fixed;
    width: 100%;
    top: 70px;
    border-radius: 0;
    padding: 12px;
    background: #122b17;
  }
  .hh-search-icon .hh-search-icon__container input {
    background: #0a190d;
    border-color: #1A3C20 !important;
  }
}
@media (max-width: 1140px) {
  .hh-search-icon__container {
    top: -7px;
  }
}
/**
Elementor Buttons
 */
.elementor-button span.elementor-button-text {
  flex-grow: 0;
}
.elementor-button span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 15px !important;
}
.elementor-button g,
.elementor-button path {
  transition: all 0.3s ease;
}
.elementor-button:hover g,
.elementor-button:hover path {
  fill: white;
}

.button-arrow-down .elementor-button span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 0 !important;
}

/**
Elementor As Seen Logos
 */
.hh-as-seen {
  display: flex;
}
.hh-as-seen .hh-as-seen__logos {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}
.hh-as-seen .hh-as-seen__logo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hh-as-seen .hh-as-seen__title {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Teko Custom", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1A3B20;
  padding-top: 6px;
}
.hh-as-seen button.flickity-button.flickity-prev-next-button {
  background: transparent;
  border: 0;
  opacity: 0.4;
}
.hh-as-seen button.flickity-button.flickity-prev-next-button:hover {
  color: #193a20;
  opacity: 0.8;
}

@media (max-width: 1160px) {
  .hh-as-seen {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 20px;
    flex-direction: column;
  }
  .hh-as-seen .hh-as-seen__title {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (min-width: 951px) {
  .hh-as-seen__logos .flickity-slider {
    position: relative !important;
    display: flex;
    justify-content: space-around;
    left: 0;
    transform: none !important;
  }
  .hh-as-seen__logos .flickity-viewport {
    width: 100%;
  }
  .hh-as-seen__logos .hh-as-seen__logo {
    position: relative !important;
    left: 0 !important;
  }
  .hh-as-seen__logos button.flickity-button.flickity-prev-next-button {
    display: none;
  }
}
@media (max-width: 950px) {
  .hh-as-seen__logos.flickity-enabled {
    display: block;
  }

  .hh-as-seen .hh-as-seen__logo {
    width: 175px;
    height: 100%;
  }

  .hh-as-seen__logos.flickity-enabled .flickity-viewport {
    height: 50px !important;
  }

  .hh-as-seen__logo:not(.is-selected) {
    opacity: 0;
  }
}
@media (max-width: 700px) {
  .hh-as-seen .hh-as-seen__title {
    margin-bottom: 2px;
  }

  .hh-as-seen .hh-as-seen__logo {
    width: 120px;
  }

  .hh-as-seen__logo img {
    max-width: 85% !important;
    margin: 0 auto;
    max-height: 30px;
  }

  .hh-as-seen button.flickity-button.flickity-prev-next-button.next {
    right: -20px;
  }
  .hh-as-seen button.flickity-button.flickity-prev-next-button.previous {
    left: -20px;
  }
}
@media (max-width: 480px) {
  .elementor-author-box {
    flex-direction: column;
    text-align: center;
  }

  .hh-author-box__avatar.elementor-author-box__avatar {
    margin-right: 0 !important;
  }
}
.hh-post-featured__thumbnail {
  width: 100%;
  display: block;
  border-radius: 15px;
  height: 432px;
  background-size: cover !important;
  background-position: center !important;
  padding: 15px;
  transition: all 0.3s ease;
  background-color: #faf7ee !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}
.hh-post-featured__thumbnail:hover {
  background-position: top left !important;
}
.hh-post-featured .hh-post-meta {
  margin-top: 0 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.hh-post-featured .hh-post-meta img.avatar {
  margin-left: -3px;
  margin-right: 8px;
}
.hh-post-featured__title a {
  color: #232C38;
}
.hh-post-featured__title a:hover {
  color: #FFC200 !important;
}
.hh-post-featured .hh-post-content {
  background: #1b3c21;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: calc(100% - 40px);
  margin: -136px 20px 0;
  padding: 20px;
  position: relative;
}
.hh-post-featured a.h-post-read-more-wrapper {
  color: white;
  transition: all 0.3s ease;
}
.hh-post-featured a.h-post-read-more-wrapper:hover {
  color: #FFC200 !important;
}
.hh-post-featured a.hh-post-meta__author {
  color: white !important;
}

.hh-post-featured .hh-post-featured__title a {
  color: #232C38;
  transition: all 0.3s ease;
}
.hh-post-featured .hh-post-featured__title a:hover {
  color: #E37D38;
}

h3.hh-post-featured__title {
  margin-bottom: 10px;
  font-size: 34px !important;
  line-height: 32px !important;
}

.hh-post-featured__card.hh-post-featured__card--xsmall {
  margin-bottom: 20px;
}
.hh-post-featured__card.hh-post-featured__card--xsmall a.hh-post-featured__thumbnail {
  height: 144px;
}
.hh-post-featured__card.hh-post-featured__card--xsmall .hh-post-content {
  width: calc(100% - 20px);
  margin: -36px 10px 0;
  padding: 13px;
}
.hh-post-featured__card.hh-post-featured__card--xsmall .hh-post-featured__title {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 551px) {
  .hh-post-featured__card.hh-post-featured__card--small a.hh-post-featured__thumbnail {
    height: 220px;
  }

  .hh-post-featured__card.hh-post-featured__card--small .hh-post-content {
    margin: -80px 20px 0;
  }

  .hh-post-featured__card.hh-post-featured__card--medium a.hh-post-featured__thumbnail {
    height: 300px;
  }

  .hh-post-featured__card.hh-post-featured__card--medium .hh-post-content {
    margin: -100px 20px 0;
  }
}
@media (max-width: 550px) {
  a.hh-post-featured__thumbnail {
    height: 225px;
  }

  .hh-post-featured .hh-post-content {
    margin: -36px 10px 0;
    width: calc(100% - 20px);
  }

  .hh-post-featured__card.hh-post-featured__card--small {
    display: flex;
    align-items: stretch;
    background: #1b3c21;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
  }

  .hh-post-featured__card.hh-post-featured__card--small .hh-post-content {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    margin: 0;
  }

  .hh-post-featured__card.hh-post-featured__card--small a.hh-post-featured__thumbnail {
    width: 150px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    align-self: stretch;
    height: auto;
  }

  .hh-post-featured__card.hh-post-featured__card--small .hh-post-content .hh-featured-post__excerpt {
    display: none;
  }

  .hh-post-featured__card.hh-post-featured__card--small h3.hh-post-featured__title {
    font-size: 22px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 370px) {
  .hh-post-featured__card.hh-post-featured__card--small .hh-post-meta i.last-name {
    display: none;
  }
}
@media (max-width: 500px) {
  h3.hh-post-featured__title {
    font-size: 28px !important;
    line-height: 26px !important;
  }
}
.hh-post-newest {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  background: #1b3c21;
  overflow: hidden;
  position: relative;
}
.hh-post-newest__thumbnail {
  width: 80%;
  display: block;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  padding: 15px;
  transition: all 0.3s ease;
  background-color: #faf7ee !important;
  position: absolute;
  left: 0;
  top: 0;
}
.hh-post-newest__thumbnail:hover {
  background-position: 50% 60% !important;
}
.hh-post-newest__thumbnail:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 59, 32, 0) 0%, #1a3b20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3b20",endColorstr="#1a3b20",GradientType=1);
}
.hh-post-newest .hh-post-meta {
  margin-top: 0 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.hh-post-newest .hh-post-meta img.avatar {
  margin-left: -3px;
  margin-right: 8px;
}
.hh-post-newest__title a {
  color: #232C38;
}
.hh-post-newest__title a:hover {
  color: #FFC200 !important;
}
.hh-post-newest .hh-post-content {
  color: white;
  border-radius: 15px;
  width: 50%;
  padding: 60px 40px;
  margin-left: 50%;
  position: relative;
  background: transparent;
}
.hh-post-newest a.h-post-read-more-wrapper {
  color: white;
  transition: all 0.3s ease;
}
.hh-post-newest a.h-post-read-more-wrapper:hover {
  color: #FFC200 !important;
}
.hh-post-newest a.hh-post-meta__author {
  color: white !important;
}

.hh-post-newest .hh-post-newest__title a {
  color: #232C38;
  transition: all 0.3s ease;
}
.hh-post-newest .hh-post-newest__title a:hover {
  color: #E37D38;
}

h3.hh-post-newest__title {
  margin-bottom: 10px;
  font-size: 34px !important;
  line-height: 32px !important;
}

@media (max-width: 900px) {
  .hh-post-newest .hh-post-content {
    padding: 40px;
  }
}
@media (max-width: 700px) {
  .hh-post-newest .hh-post-content {
    padding: 40px;
    width: 100%;
    margin-left: 0;
    margin-top: -150px;
  }

  .hh-post-newest__thumbnail {
    position: relative;
    width: 100%;
    height: 300px !important;
  }

  .hh-post-newest__thumbnail:after {
    background: linear-gradient(180deg, rgba(26, 59, 32, 0) 0%, #1a3b20 100%);
  }
}
@media (max-width: 500px) {
  h3.hh-post-newest__title {
    font-size: 28px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 450px) {
  .hh-post-newest .hh-post-content {
    padding: 20px;
  }
}
.hh-wide-card-post__card {
  border: 0;
  border-radius: 15px;
  display: flex;
  align-items: stretch;
  min-height: 170px;
  background: #1B3C21;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.hh-wide-card-post .hh-post-meta {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.hh-wide-card-post .hh-post-meta img.avatar {
  margin-left: -3px;
  margin-right: 8px;
}
.hh-wide-card-post__thumbnail {
  width: 240px;
  display: block;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-size: cover !important;
  background-position: center !important;
  padding: 15px;
  transition: all 0.3s ease;
  margin-bottom: auto;
  align-self: stretch;
  margin: 0;
}
.hh-wide-card-post__thumbnail:hover {
  background-position: top left !important;
}
.hh-wide-card-post .elementor-post__text {
  padding: 18px 20px;
  position: relative;
}
.hh-wide-card-post__title {
  margin-bottom: 0 !important;
  font-size: 26px !important;
  line-height: 25px !important;
}
.hh-wide-card-post__title a {
  color: white !important;
  transition: all 0.3s ease;
}
.hh-wide-card-post__title a:hover {
  color: #FFC200 !important;
}
.hh-wide-card-post a.hh-post-meta__author {
  color: white;
}

@media (max-width: 840px) and (min-width: 768px) {
  .hh-wide-card-post .hh-post-meta i.last-name {
    display: none;
  }
}
@media (max-width: 500px) {
  .hh-wide-card-post__card {
    min-height: inherit;
  }

  a.hh-wide-card-post__thumbnail {
    width: 150px;
  }
  a.hh-wide-card-post__thumbnail span.hh-post-date {
    display: none;
  }

  h3.hh-wide-card-post__title {
    font-size: 22px !important;
    line-height: 22px !important;
  }

  .elementor-posts-container.elementor-posts.elementor-posts--skin-hhwidecardpost.elementor-grid {
    grid-row-gap: 20px !important;
  }
}
@media (max-width: 475px) {
  h3.hh-wide-card-post__title {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 370px) {
  .hh-wide-card-post .hh-post-meta i.last-name {
    display: none;
  }
}
/**
Gear guide card
 */
html body .hh-gear-cards > div > .elementor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body .hh-gear-cards > div > .elementor-row > .elementor-column {
  width: 32%;
  margin-bottom: 20px;
}
html body .hh-gear-cards .elementor-background-overlay {
  background-size: 1300px auto !important;
  width: 1300px !important;
  margin: 140px auto 0;
  left: -100px;
  background-repeat: no-repeat;
}
html body .hh-gear-card__thumb {
  width: 100%;
  display: block;
  border-radius: 15px;
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  padding: 15px;
  transition: all 0.3s ease;
  background-color: #faf7ee !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}
html body .hh-gear-card__content {
  background: #2E2E2E;
  color: white;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  width: calc(100% - 40px);
  margin: -100px 20px 0;
  padding: 15px 20px 20px;
  position: relative;
}
html body .hh-gear-card__title {
  font-family: "Teko Custom", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: -5px;
}
html body .hh-gear-card__content img {
  position: absolute;
  right: -45px;
  bottom: calc(100% - 150px);
  z-index: 2;
}
html body a.hh-gear-card__item {
  width: 100%;
  display: block;
  padding: 9px 0;
  border-bottom: 1px dashed #ffffff40;
  color: white;
  transition: all 0.3s ease;
}
html body a.hh-gear-card__item:hover {
  color: #FFC200;
}
html body a.hh-gear-card__item:last-child {
  border: 0;
}
html body a.hh-gear-card__button {
  display: block;
  width: 100%;
  font-family: "Teko Custom", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  background: #FFC200;
  text-align: center;
  padding: 5px 0 1px;
  border-radius: 3px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
html body a.hh-gear-card__button svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
  transition: all 0.3s ease;
}
html body a.hh-gear-card__button g, html body a.hh-gear-card__button path {
  transition: all 0.3s ease;
}
html body a.hh-gear-card__button:hover {
  color: #FFFFFF;
  background-color: #C68E1F;
}
html body a.hh-gear-card__button:hover svg {
  margin-left: 15px;
}
html body a.hh-gear-card__button:hover g, html body a.hh-gear-card__button:hover path {
  fill: white;
}

.hh-gear-card.hh-gear-card--power-tools .hh-gear-card__content img {
  right: -70px;
}

.hh-gear-card.hh-gear-card--woodworking .hh-gear-card__content img {
  right: -63px;
  bottom: calc(100% - 110px);
}

.hh-gear-card.hh-gear-card--gardening .hh-gear-card__content img {
  right: -23px;
  bottom: calc(100% - 120px);
}

.hh-gear-card.hh-gear-card--automotive .hh-gear-card__content img {
  right: -33px;
  bottom: calc(100% - 110px);
}

.hh-gear-card.hh-gear-card--plumbing .hh-gear-card__content img {
  right: -33px;
  bottom: calc(100% - 110px);
}

@media (max-width: 1120px) {
  .hh-gear-card.hh-gear-card--power-tools .hh-gear-card__content img {
    right: -53px;
    bottom: calc(100% - 100px);
    max-width: 150px;
  }

  .hh-gear-card.hh-gear-card--woodworking .hh-gear-card__content img {
    right: -73px;
    bottom: calc(100% - 90px);
    max-width: 130px;
  }

  .hh-gear-card.hh-gear-card--gardening .hh-gear-card__content img {
    right: -43px;
    bottom: calc(100% - 80px);
    max-width: 130px;
  }

  .hh-gear-card.hh-gear-card--automotive .hh-gear-card__content img {
    right: -63px;
    bottom: calc(100% - 90px);
    max-width: 150px;
  }

  .hh-gear-card.hh-gear-card--plumbing .hh-gear-card__content img {
    right: -33px;
    bottom: calc(100% - 70px);
    max-width: 110px;
  }
}
@media (max-width: 950px) {
  html body .hh-gear-card__content {
    margin: -100px 10px 0;
    width: calc(100% - 20px);
  }

  html body .hh-gear-cards > div > .elementor-row > .elementor-column {
    width: 33%;
  }

  html body .hh-gear-card__title {
    font-size: 26px;
  }
}
@media (max-width: 810px) {
  html body .hh-gear-cards > div > .elementor-row > .elementor-column {
    width: 50%;
  }
}
@media (max-width: 550px) {
  html body .hh-gear-cards > div > .elementor-row > .elementor-column {
    margin-bottom: 0;
  }

  html body .hh-gear-card__thumb {
    height: 200px;
  }

  html body .hh-gear-card__content {
    margin: -50px 0 0;
    width: 100%;
    padding: 10px 15px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  html body .hh-gear-card__content img {
    max-width: 100px;
    right: -10px;
    bottom: calc(100% - 80px);
  }

  html body .hh-gear-card__title {
    font-size: 24px;
  }

  html body a.hh-gear-card__item {
    font-size: 13px;
  }

  html body a.hh-gear-card__button {
    font-size: 14px;
  }

  html body .hh-gear-cards > div > .elementor-row .elementor-column-wrap.elementor-element-populated {
    padding: 5px;
  }

  .hh-gear-card.hh-gear-card--power-tools .hh-gear-card__content img {
    right: -33px;
    bottom: calc(100% - 60px);
    max-width: 100px;
  }

  .hh-gear-card.hh-gear-card--woodworking .hh-gear-card__content img {
    right: -43px;
    bottom: calc(100% - 60px);
    max-width: 90px;
  }

  .hh-gear-card.hh-gear-card--gardening .hh-gear-card__content img {
    right: -33px;
    bottom: calc(100% - 60px);
    max-width: 100px;
  }

  .hh-gear-card.hh-gear-card--automotive .hh-gear-card__content img {
    right: -33px;
    bottom: calc(100% - 60px);
    max-width: 100px;
  }

  .hh-gear-card.hh-gear-card--plumbing .hh-gear-card__content img {
    right: -13px;
    bottom: calc(100% - 60px);
    max-width: 80px;
  }
}
@media (max-width: 380px) {
  html body .hh-gear-card__content img {
    max-width: 70px;
    right: -10px;
    bottom: calc(100% - 40px);
  }

  html body a.hh-gear-card__item {
    font-size: 13px;
  }

  html body a.hh-gear-card__button svg {
    display: none;
  }

  html body .hh-gear-card__title {
    font-size: 18px;
  }

  .hh-gear-card.hh-gear-card--power-tools .hh-gear-card__content img {
    right: -13px;
    bottom: calc(100% - 30px);
    max-width: 70px;
  }

  .hh-gear-card.hh-gear-card--woodworking .hh-gear-card__content img {
    right: -30px;
    bottom: calc(100% - 30px);
    max-width: 60px;
  }

  .hh-gear-card.hh-gear-card--gardening .hh-gear-card__content img {
    right: -13px;
    bottom: calc(100% - 30px);
    max-width: 70px;
  }

  .hh-gear-card.hh-gear-card--automotive .hh-gear-card__content img {
    right: -13px;
    bottom: calc(100% - 30px);
    max-width: 70px;
  }

  .hh-gear-card.hh-gear-card--plumbing .hh-gear-card__content img {
    right: -13px;
    bottom: calc(100% - 20px);
    max-width: 60px;
  }
}
.hh-gear-cards > .elementor-container {
  flex-wrap: wrap;
}

.hh-gear-cards > .elementor-container > .elementor-column {
  width: 33%;
}

@media (max-width: 900px) {
  .hh-gear-cards > .elementor-container > .elementor-column {
    width: 50%;
  }
}
/**
Gear review card
 */
html body .hh-gear-reviews > div > .elementor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
html body .hh-gear-reviews > div > .elementor-row > .elementor-column {
  width: 32%;
  margin-bottom: 20px;
}
html body .hh-gear-reviews .elementor-background-overlay {
  background-size: 1350px auto !important;
  width: 1350px !important;
  margin: 80px auto 0;
  left: -120px;
  background-repeat: no-repeat;
}
html body .hh-gear-review {
  max-width: 263px;
  margin: 0 auto;
  text-align: center;
}
html body .hh-gear-review__title {
  font-family: "Teko Custom", Sans-serif;
  font-size: 34px;
  line-height: 31px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
html body .hh-gear-review__desc {
  margin-bottom: 14px !important;
  display: block !important;
  font-size: 15px;
}
html body .hh-gear-review__desc {
  margin-bottom: 14px !important;
  display: block !important;
  font-size: 15px;
}
html body .hh-gear-review__image {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body .hh-gear-review__image img {
  max-height: 230px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
html body .hh-gear-review__image:before {
  content: "";
  position: absolute;
  background: #2E2E2E;
  border-radius: 15px;
  width: 97px;
  height: 88px;
  box-shadow: 0 4px 10px #00000026;
}
html body a.hh-gear-review__button {
  display: block;
  width: 100%;
  font-family: "Teko Custom", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  background: #FFC200;
  text-align: center;
  padding: 5px 0 1px;
  border-radius: 3px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
html body a.hh-gear-review__button svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
  transition: all 0.3s ease;
}
html body a.hh-gear-review__button g, html body a.hh-gear-review__button path {
  transition: all 0.3s ease;
}
html body a.hh-gear-review__button:hover {
  color: #FFFFFF;
  background-color: #C68E1F;
}
html body a.hh-gear-review__button:hover svg {
  margin-left: 15px;
}
html body a.hh-gear-review__button:hover g, html body a.hh-gear-review__button:hover path {
  fill: white;
}

@media (max-width: 950px) {
  html body .hh-gear-reviews > div > .elementor-row > .elementor-column {
    width: 33%;
  }

  html body .hh-gear-reviews .elementor-background-overlay {
    display: none;
  }
}
@media (max-width: 810px) {
  html body .hh-gear-reviews > div > .elementor-row > .elementor-column {
    width: 50%;
  }
}
@media (max-width: 500px) {
  html body .hh-gear-review__title {
    font-size: 26px;
    line-height: 24px;
  }

  html body .hh-gear-review__desc {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }

  html body .hh-gear-review__image img {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
  }

  html body a.hh-gear-review__button {
    font-size: 14px;
  }

  html body .hh-gear-review__image {
    height: 167px;
  }
}
/**
---------- Layout ----------
 */
html body.search-icon-active .elementor-location-header nav.elementor-nav-menu--main,
html body.search-icon-active .elementor-location-header nav.elementor-nav-menu--dropdown {
  opacity: 0;
}

html body .elementor-location-header {
  background: #1a3b20;
  background: -moz-linear-gradient(0deg, #1a3b20 0%, #254a2c 100%);
  background: -webkit-linear-gradient(0deg, #1a3b20 0%, #254a2c 100%);
  background: linear-gradient(0deg, #1a3b20 0%, #254a2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3b20", endColorstr="#254a2c", GradientType=1);
  box-shadow: 0 0 50px #000;
  position: relative;
  z-index: 5;
}
html body .elementor-location-header .elementor-widget-theme-site-logo img {
  width: 190px;
  position: relative;
  top: -3px;
  transition: all 0.3s ease;
}
html body .elementor-location-header .elementor-widget-theme-site-logo img:hover {
  opacity: 0.7;
}
html body .elementor-location-header .elementor-menu-toggle {
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  html body.search-icon-active .elementor-location-header .elementor-menu-toggle {
    opacity: 0;
  }
}
@media (max-width: 1140px) {
  html body .elementor-location-header .elementor-container {
    min-height: 60px !important;
  }
  html body .elementor-location-header .elementor-widget-theme-site-logo img {
    width: 190px;
    height: auto;
  }
}
@media (max-width: 767px) {
  html body .elementor-location-header .elementor-row {
    flex-wrap: nowrap;
  }
  html body .elementor-location-header .elementor-row > .elementor-column:nth-child(1) {
    width: 222px;
  }
  html body .elementor-location-header .elementor-row > .elementor-column:nth-child(2) {
    width: calc(100% - 272px);
  }
  html body .elementor-location-header .elementor-row > .elementor-column:nth-child(3) {
    width: 50px;
  }
}
/**
Hero section
 */
section.hero .elementor-background-overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, #000000 100%);
}

.hero__card {
  width: 570px !important;
}
.hero__card:before {
  content: "";
  width: 176px;
  height: 176px;
  position: absolute;
  background: url(../svg/hero-card-backdrop.svg);
  right: -41px;
  top: -46px;
  background-size: cover;
}
.hero__card:after {
  content: "";
  width: 570px;
  height: 19px;
  position: absolute;
  bottom: -17px;
  left: 0;
  background: url("../svg/hero-card-bottom.svg");
}

@media (max-width: 1500px) {
  section#hero,
.hero {
    padding-top: 70px !important;
    overflow: hidden;
  }
}
@media (max-width: 1270px) {
  .hero__card {
    margin-left: -50px;
  }
}
@media (max-width: 1150px) {
  .hero__card {
    margin-left: -80px;
  }
}
@media (max-width: 1070px) {
  .hero__card {
    margin-left: -100px;
  }
}
@media (max-width: 939px) {
  section#hero, .hero {
    padding-top: 35px !important;
    overflow: hidden;
  }

  .hero__card {
    margin-left: auto;
    margin-right: 30px;
    width: 420px !important;
  }
  .hero__card:after {
    width: 420px;
  }
  .hero__card h1 {
    line-height: 37px;
  }
}
@media (max-width: 660px) {
  .hero__card {
    margin: 100px auto 0;
    background: transparent;
  }

  .hero__card > .elementor-column-wrap {
    margin: 60px auto -39px;
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
  }

  .hero__card:before {
    display: none;
  }

  .hero__card:after {
    display: none;
  }

  .hero__card .elementor-text-editor, .hero__card .elementor-text-editor h1, .hero__card .elementor-text-editor p {
    text-align: center !important;
  }

  .hero__card .elementor-text-editor h1 {
    margin-bottom: 10px !important;
  }

  .hero__card .elementor-image img {
    width: 23px;
  }

  .hero__card .elementor-text-editor p {
    font-weight: 900 !important;
  }

  .hero__card .elementor-inner-section .elementor-text-editor p {
    font-size: 14px;
  }

  section.hero {
    background-position: 10% 50% !important;
    background-size: auto calc(100% + 120px) !important;
  }
  section.hero .elementor-background-overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 100%) !important;
    opacity: 1 !important;
  }
}
@media (max-width: 430px) {
  .hero__card .elementor-inner-section .elementor-text-editor p {
    font-size: 12px !important;
  }
}
@media (max-width: 395px) {
  .hero__card > .elementor-column-wrap.elementor-element-populated {
    padding: 0 10px !important;
  }
}
@media (max-width: 355px) {
  .hero__card .elementor-button {
    padding: 13px 0 6px;
  }

  .hero__card .elementor-button span.elementor-button-text {
    font-size: 20px;
  }

  .hero__card .elementor-button span.elementor-button-icon svg {
    height: 17px;
  }

  .hero__card .elementor-button span.elementor-button-icon {
    margin-top: -1px;
    margin-left: 5px !important;
  }
}
/**
Hero category section
 */
.hero-category__render-1 {
  position: absolute !important;
  left: 300px;
  top: -77px;
  z-index: 3;
}

section.hero-category .elementor-background-overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, #000000 100%);
}

.hero-category__render-2 {
  position: absolute !important;
  left: 250px;
  bottom: -77px;
  transform: rotate(45deg);
  z-index: 3;
}

.hero-category__card {
  width: 570px !important;
  position: relative;
  z-index: 2;
}
.hero-category__card:before {
  content: "";
  width: 176px;
  height: 176px;
  position: absolute;
  background: url(../svg/hero-card-backdrop.svg);
  right: -41px;
  top: -46px;
  background-size: cover;
}
.hero-category__card:after {
  content: "";
  width: 570px;
  height: 19px;
  position: absolute;
  bottom: -17px;
  left: 0;
  background: url("../svg/hero-card-bottom.svg");
}
.hero-category__card p a {
  display: inline-block;
}

@media (max-width: 1500px) {
  section#hero,
.hero-category {
    padding-top: 70px !important;
    overflow: hidden;
  }
}
@media (max-width: 1150px) {
  .hero-category__card {
    margin-left: 20px;
  }
}
@media (max-width: 939px) {
  section#hero, .hero-category {
    padding-top: 35px !important;
    overflow: hidden;
  }

  .hero-category__card h1 {
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  section#hero-category {
    padding: 35px 0px 230px 0px !important;
  }
}
@media (max-width: 660px) {
  .hero-category__card {
    margin: -45px auto 0;
  }

  .hero-category__card:after {
    bottom: -54px;
  }

  .hero-category__card > .elementor-column-wrap {
    margin: 60px auto -39px;
    width: 100% !important;
  }

  .hero-category__card .elementor-text-editor h1 {
    margin-bottom: 10px !important;
  }

  .hero-category__card .elementor-image img {
    width: 23px;
  }

  .hero-category__card .elementor-text-editor p {
    font-weight: 900 !important;
  }

  .hero-category__card .elementor-inner-section .elementor-text-editor p {
    font-size: 14px;
  }

  section.hero-category {
    background-position: 10% 50% !important;
    background-size: auto calc(100% + 120px) !important;
  }
  section.hero-category .elementor-background-overlay {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, #000000 100%) !important;
    opacity: 1 !important;
  }

  .hero-category__render-1 img, .hero-category__render-2 img {
    width: auto !important;
  }

  .hero-category__render-1 img, .hero-category__render-2 img {
    width: auto !important;
  }

  .hero-category__render-1, .hero-category__render-2 {
    left: inherit;
    right: 0;
    width: auto;
    transform: none;
  }

  .hero-category__render-1 img {
    position: absolute;
    right: -61px;
    max-width: 120px !important;
    max-height: 130px !important;
  }

  .hero-category__render-2 img {
    position: absolute;
    right: -50px;
    bottom: 0;
    max-width: 140px !important;
    transform: rotate(85deg);
  }

  .hero-category__card .elementor-widget-wrap {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 10px !important;
  }

  .hero-category__card:before {
    display: none;
  }

  .hero-category__card:after {
    display: none;
  }

  .hero-category__render-1,
.hero-category__render-2 {
    display: none;
  }

  .hero-category__card {
    margin: 0 !important;
  }
}
@media (max-width: 590px) {
  section#hero-category {
    padding: 35px 15px 230px 15px !important;
  }

  .hero-category__card:after {
    width: 100%;
  }

  .hero-category__card {
    width: 100% !important;
  }
}
@media (max-width: 430px) {
  .hero-category__card .elementor-inner-section .elementor-text-editor p {
    font-size: 12px !important;
  }
}
@media (max-width: 355px) {
  .hero-category__card .elementor-button {
    padding: 13px 0 6px;
  }
}
/**
Categories element
 */
.hh-categories > div > .elementor-row {
  display: flex;
  width: 100%;
  justify-content: center;
}
.hh-categories .hh-categories__item {
  width: calc(20% - 10px) !important;
  box-shadow: 0 4px 20px #0000003d;
  border-radius: 15px;
  overflow: hidden;
  height: 169px;
  margin: 0 5px 0;
}
.hh-categories .hh-categories__item:hover .hh-categories__item__title > .elementor-widget-container {
  height: 60px;
  background-color: #0e2111;
}
.hh-categories .hh-categories__item .hh-categories__item__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper {
  display: flex;
  justify-content: center !important;
}
.hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-icon {
  position: relative;
  margin-top: -1px;
}
.hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-content {
  flex-grow: 0;
  padding: 0;
  height: auto;
}
.hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-content h4 {
  margin: 0;
  padding: 0;
}
.hh-categories .hh-categories__item .hh-categories__item__title > .elementor-widget-container {
  height: 42px;
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

@media (min-width: 1025px) {
  .hh-categories .elementor-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1160px) {
  .hh-categories > div > .elementor-row {
    margin: 0 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hh-categories .hh-categories__item {
    width: calc(33% - 20px) !important;
    margin: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: -4px 8px 0 0 !important;
  }

  .hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-content h4 {
    font-size: 18px;
  }

  .hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    width: 16px;
  }
}
@media (max-width: 660px) {
  .hh-categories .hh-categories__item {
    width: calc(50% - 10px) !important;
    margin: 0 5px 10px;
  }

  .hh-categories .hh-categories__item {
    height: 130px;
  }

  .hh-categories > div > .elementor-row {
    margin: 0 5px;
  }

  .hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    width: 14px;
  }

  .hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin: -5px 5px 0 0 !important;
  }

  .hh-categories .hh-categories__item .hh-categories__item__title .elementor-icon-box-wrapper .elementor-icon-box-content h4 {
    font-size: 14px;
  }

  .hh-categories .hh-categories__item .hh-categories__item__title > .elementor-widget-container {
    height: 37px;
    padding-top: 8px;
  }
}
@media (max-width: 320px) {
  .hh-categories .hh-categories__item {
    width: 100% !important;
    margin: 0 5px 10px;
  }
}
/**
Content page
 */
.hh-content-hero {
  position: relative !important;
}
.hh-content-hero:after {
  width: 100%;
  height: 13px;
  content: "";
  background: url("../svg/posts-header-bottom.svg");
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.elementor-location-footer > .elementor-section-wrap .elementor-section:first-child:before {
  content: "";
  position: absolute;
  background: url("../svg/footer-top-pattern.svg");
  height: 17px;
  width: 100%;
  left: 0;
  top: -16px;
  background-size: contain !important;
}
.elementor-location-footer > .elementor-section-wrap .elementor-section:first-child:after {
  content: "";
  position: absolute;
  background: url("../svg/footer-bg.svg");
  background-size: cover !important;
  background-position: top center !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container {
  position: relative;
  z-index: 2;
}
.elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container .elementor-nav-menu--main .elementor-nav-menu li.menu-item {
  margin-right: 35px !important;
}
.elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container .elementor-nav-menu--main .elementor-nav-menu li.menu-item a {
  font-size: 17px;
  padding-left: 17px !important;
}
.elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container .elementor-nav-menu--main .elementor-nav-menu li.menu-item a:before {
  transform: scale(0.7);
  margin-top: 1px !important;
}

@media (max-width: 1145px) {
  .elementor-location-footer > .elementor-section-wrap .elementor-section nav.elementor-nav-menu--main ul.elementor-nav-menu li {
    margin-right: 30px !important;
  }
}
@media (max-width: 1140px) {
  .elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container .elementor-nav-menu--main .elementor-nav-menu li.menu-item {
    margin-right: 35px !important;
  }
  .elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container .elementor-nav-menu--main .elementor-nav-menu li.menu-item a {
    font-size: 17px !important;
    padding-left: 17px !important;
  }
  .elementor-location-footer > .elementor-section-wrap .elementor-section:first-child > .elementor-container .elementor-nav-menu--main .elementor-nav-menu li.menu-item a:before {
    transform: scale(0.7);
    margin-top: 1px !important;
  }
}
@media (max-width: 1024px) {
  .elementor-location-footer > .elementor-section-wrap .elementor-section:first-child:after {
    background-size: 1000px !important;
  }
}
@media (max-width: 575px) {
  .elementor-location-footer > .elementor-section-wrap .elementor-section nav.elementor-nav-menu--main ul.elementor-nav-menu {
    flex-direction: column;
  }
}
/**
Posts overview
 */
.hh-posts-header {
  position: relative !important;
}
.hh-posts-header:before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  content: "";
  display: block;
  border-top: 2px dashed #1B3C21;
  opacity: 0.5;
}
.hh-posts-header:after {
  width: 100%;
  height: 13px;
  content: "";
  background: url("../svg/posts-header-bottom.svg");
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/**
Single post
 */
.single-post-container .elementor-background-overlay {
  margin-left: -100px;
  background-size: 1300px auto !important;
}

.elementor-widget-post-info li.elementor-icon-list-item,
.elementor-post-info li.elementor-icon-list-item {
  margin-right: 16px !important;
}
.elementor-widget-post-info li.elementor-icon-list-item:first-child a,
.elementor-post-info li.elementor-icon-list-item:first-child a {
  text-decoration: underline;
  color: #b6b6b6;
}
.elementor-widget-post-info img.elementor-avatar,
.elementor-post-info img.elementor-avatar {
  margin-top: 0;
}
.elementor-widget-post-info span.elementor-icon-list-icon,
.elementor-post-info span.elementor-icon-list-icon {
  margin-right: 5px;
}

.single-post img.elementor-avatar {
  border-radius: 50%;
}
.single-post .elementor-element.elementor-page-title.elementor-widget-heading {
  margin-bottom: 10px;
}

.single-post-container .elementor-widget-theme-post-content .red {
  background: #fbe8e4;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb {
  margin-bottom: 30px;
  padding: 30px 25px 20px;
  border-radius: 15px;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb h2, .single-post-container .elementor-widget-theme-post-content .thrivecb h3, .single-post-container .elementor-widget-theme-post-content .thrivecb h4 {
  margin-top: 0 !important;
}
.single-post-container .elementor-widget-theme-post-content .icb {
  margin: 20px 0;
  position: relative;
}
.single-post-container .elementor-widget-theme-post-content .icb.icb2 {
  margin-left: 30px;
  padding: 50px 60px;
}
.single-post-container .elementor-widget-theme-post-content .icb.icb2 .icb-i {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 20px;
}
.single-post-container .elementor-widget-theme-post-content .icb.icb2 .icbc {
  border-radius: 50%;
  height: 86px;
  position: absolute;
  left: -30px;
  top: 30px;
  width: 86px;
}
.single-post-container .elementor-widget-theme-post-content .icb.icb2 p {
  color: #fff;
  margin-bottom: 10px;
}
.single-post-container .elementor-widget-theme-post-content .icb2.teal {
  background: #21676f;
}
.single-post-container .elementor-widget-theme-post-content .icb2.blue {
  background: #294ea7;
}
.single-post-container .elementor-widget-theme-post-content .icb2.teal .icbc {
  background: #21676f;
}
.single-post-container .elementor-widget-theme-post-content .icb2.orange {
  background: #c5523f;
}
.single-post-container .elementor-widget-theme-post-content .icb2.orange .icbc {
  background: #c5523f;
}
.single-post-container .elementor-widget-theme-post-content .icb2.red {
  background: #6e252c;
}
.single-post-container .elementor-widget-theme-post-content .icb2.red .icbc {
  background: #6e252c;
}
.single-post-container .elementor-widget-theme-post-content .colm {
  float: left;
  margin-bottom: 10px;
}
.single-post-container .elementor-widget-theme-post-content .thc {
  padding: 0 2% 0 0;
  width: 32%;
}
.single-post-container .elementor-widget-theme-post-content .thc.lst {
  padding: 0;
}
.single-post-container .elementor-widget-theme-post-content .clear {
  clear: both;
}
.single-post-container .elementor-widget-theme-post-content .icb.icb2 .icbc span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 60px;
  margin: 13px auto;
  width: 60px;
}
.single-post-container .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_length {
  display: none;
}
.single-post-container .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_filter {
  display: none;
}
.single-post-container .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_paginate.paging_simple {
  display: none;
}
.single-post-container .elementor-widget-theme-post-content .tablepress-scroll-wrapper .dataTables_info {
  display: none;
}
.single-post-container .elementor-widget-theme-post-content .tablepress-scroll-wrapper thead th {
  background: #144c29;
  color: #fff;
  font-weight: 500;
  border: 0 !important;
}
.single-post-container .elementor-widget-theme-post-content .tablepress-scroll-wrapper thead th.sorting:hover {
  background: #0c2d19;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.green {
  background: #e7ede9;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.teal {
  background: #e7f1f2;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.orange {
  background: #ffeeea;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.blue {
  background: #c9dbef;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.purple {
  background: #eeecef;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.light {
  background: #f6f6f6;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.note {
  background: #fbf8d7;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb img.right-aligned-header-image {
  margin-bottom: 20px;
}
.single-post-container .elementor-widget-theme-post-content .thrivecb.specifications .su-box.su-box-style-default {
  border: 0 !important;
  margin: 0 !important;
}
.single-post-container .elementor-widget-theme-post-content .su-tabs:first-child {
  margin-top: 20px;
}
.single-post-container .elementor-widget-theme-post-content p:first-child,
.single-post-container .elementor-widget-theme-post-content .comparison-table:first-child {
  margin-top: 15px;
}
.single-post-container .elementor-widget-theme-post-content h2 {
  margin-top: 35px;
  font-size: 38px;
  text-transform: none;
}
.single-post-container .elementor-widget-theme-post-content h3 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: none;
}
.single-post-container .elementor-widget-theme-post-content h4 {
  font-size: 26px;
  font-weight: 500;
  text-transform: none;
}
.single-post-container .elementor-widget-theme-post-content h5 {
  font-size: 22px;
}
.single-post-container .elementor-widget-theme-post-content p {
  margin-bottom: 18px;
}
.single-post-container .elementor-widget-theme-post-content img {
  border-radius: 20px;
  border: 0;
}
.single-post-container .elementor-widget-theme-post-content img.aligncenter {
  margin: 10px auto 20px !important;
}
.single-post-container .elementor-widget-theme-post-content figure.wp-caption {
  margin: 10px auto 20px;
}
.single-post-container .elementor-widget-theme-post-content figure.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  color: #242c38;
  font-size: 14px;
  opacity: 0.7;
}
.single-post-container .elementor-widget-theme-post-content figure.wp-caption.alignright {
  margin-left: 20px;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.size-full,
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.aligncenter {
  margin: 10px auto 30px;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.size-full.right-aligned-header-image,
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > p:not(:first-child) > img.aligncenter.right-aligned-header-image {
  margin-left: 30px;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > p:first-child > img.size-full {
  margin: 0 auto 30px;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > p:first-child > img.size-full.right-aligned-header-image {
  margin-left: 30px;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > ul:not([class]) {
  margin-top: -10px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > ul:not([class]) > li {
  position: relative;
  padding: 6px 0 6px 33px;
}
.single-post-container .elementor-widget-theme-post-content .elementor-widget-container > ul:not([class]) > li:before {
  content: "";
  background: url(../svg/tools-green.svg);
  display: inline-block;
  height: 21px;
  width: 21px;
  margin-right: 11px;
  position: relative;
  bottom: 0px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 7px;
}
.single-post-container .elementor-widget-theme-post-content ol:not([class]) {
  padding-left: 20px;
  margin-bottom: 15px;
}
.single-post-container .elementor-widget-theme-post-content ol:not([class]) li {
  margin-bottom: 17px;
}
.single-post-container .elementor-widget-theme-post-content hr {
  width: 100%;
  height: 17px;
  background: url(../svg/divider.svg);
  display: block;
  background-size: cover;
  background-repeat: repeat;
  margin-bottom: 20px;
  border: 0;
}
.single-post-container .elementor-widget-theme-post-content .su-youtube {
  border-radius: 20px;
}
.single-post-container .elementor-widget-theme-post-content figure.wp-block-embed-youtube iframe {
  border-radius: 20px;
  overflow: hidden;
}
.single-post-container .elementor-widget-theme-post-content .rve iframe {
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.single-post-container .elementor-widget-theme-post-content a.su-button.su-button-style-default {
  background: #f56600 !important;
  border: 0 !important;
  text-transform: uppercase;
  font-family: "Teko Custom", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  padding: 5px 20px 0 !important;
  margin-bottom: 20px;
  box-shadow: 0 4px 0 #A34816, 0 4px 20px #00000040 !important;
}
.single-post-container .elementor-widget-theme-post-content a.su-button.su-button-style-default span {
  border: 0 !important;
}

.single-post-container .elementor-widget-theme-post-content a {
  color: #64a771;
  text-decoration: underline;
}

.thrivecb.specifications {
  color: #544926;
  background: #FFFBEF !important;
  border: 5px solid #F5F0DE;
  border-radius: 15px;
  padding: 30px 30px 30px;
  margin-bottom: 30px;
}
.thrivecb.specifications b {
  font-weight: 600;
}

.thrivecb.specifications p {
  margin-bottom: 10px;
}

.thrivecb.specifications p:before {
  content: "";
  display: inline-block;
  background-size: cover !important;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(../svg/tool-specification.svg);
  margin-bottom: -9px;
  margin-right: 9px;
  opacity: 0.5;
}

.thrivecb.specifications p:nth-child(2) {
  display: none;
}

.elementor-element.elementor-widget.elementor-widget-Post.Meta {
  margin-bottom: 0;
}

.single-post-container .elementor-widget-theme-post-content > .elementor-widget-container > .csc {
  display: flex;
  justify-content: space-between;
}
.single-post-container .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc {
  width: 48%;
}
.single-post-container .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc a.su-button {
  width: 100%;
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h3.elementor-heading-title.elementor-size-default.add-is-above {
  color: #2e2e2e !important;
  margin-top: 20px;
}

.single-post-sidebar.first-ad-showing > .elementor-column-wrap.elementor-element-populated {
  padding-top: 70px !important;
}

.post-main-thumbnail {
  max-width: 100%;
  with: 100%;
}

@media (max-width: 650px) {
  .post-main-thumbnail {
    max-width: 100%;
    with: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  span.elementor-post-info__item-prefix {
    display: none !important;
  }

  .single-post-container h1.elementor-heading-title {
    font-size: 36px !important;
    line-height: 32px !important;
  }

  .single-post-container .elementor-widget-theme-post-content h2 {
    margin-top: 32px;
    font-size: 32px;
  }
  .single-post-container .elementor-widget-theme-post-content h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
  }
  .single-post-container .elementor-widget-theme-post-content h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
  }
  .single-post-container .elementor-widget-theme-post-content h5 {
    font-size: 22px;
  }

  img.right-aligned-header-image {
    width: 100% !important;
  }

  .single-post-container .elementor-widget-theme-post-content p {
    font-size: 1.0625rem;
  }

  .single-post-container .elementor-widget-theme-post-content > .elementor-widget-container > .csc {
    flex-direction: column;
  }
  .single-post-container .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc {
    width: 100%;
  }
  .single-post-container .elementor-widget-theme-post-content > .elementor-widget-container > .csc > .colm.twc a.su-button {
    width: 100%;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 500px) {
  picture.right-aligned-header-image.alignright {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
  }
}
img.right-aligned-header-image.alignright {
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .single-post .disclaimer-text p {
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  .elementor-post-info li.elementor-icon-list-item a,
.elementor-widget-post-info li.elementor-icon-list-item a {
    font-size: 14px;
  }

  .elementor-widget-post-info li.elementor-icon-list-item a span.elementor-icon-list-icon svg {
    width: 19px;
    height: 18px;
  }

  .elementor-widget-post-info li.elementor-icon-list-item a span.elementor-icon-list-icon {
    margin-right: 2px;
  }
}
@media (max-width: 405px) {
  .single-post .disclaimer-text p {
    font-size: 9px;
  }
}
/**
Gray section
 */
.gray-section {
  position: relative;
}
.gray-section:before {
  content: "";
  position: absolute;
  background: url("../svg/gray-top-pattern.svg");
  height: 17px;
  width: 100%;
  left: 0;
  top: -16px;
  background-size: contain !important;
}

.gray-section--bottom-arrow:after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #eaeaea;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  z-index: 2;
}

/**
Dark ray section
 */
.dark-gray-section {
  position: relative;
}

.dark-gray-section--bottom-arrow:after {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #2e2e2e;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  z-index: 2;
}

/**
Review process
 */
.review-proces__icon-1:after, .review-proces__icon-2:after {
  content: "";
  width: 250%;
  height: 1px;
  border-top: 2px dashed #B2B2B2;
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
}

@media (max-width: 1140px) {
  .review-proces__icon-1:after, .review-proces__icon-2:after {
    display: none;
  }
}
/**
Contact page
 */
form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  width: calc(100% + 40px);
  margin-top: 25px;
}

form.wpcf7-form p:last-child, form.wpcf7-form p:last-child {
  width: 100%;
}

form.wpcf7-form p, form.wpcf7-form div {
  width: 100%;
  margin-bottom: 0;
}

form.wpcf7-form p:nth-child(2), form.wpcf7-form p:nth-child(3) {
  width: 50%;
}

input.wpcf7-form-control.wpcf7-submit {
  border: 0;
  box-shadow: 2px 2px 5px #00000029;
}

form.wpcf7-form label span {
  margin-top: 10px;
  display: block;
  margin-bottom: 11px;
}

form.wpcf7-form label {
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}

form.wpcf7-form label input, form.wpcf7-form label textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 5px !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.13);
}

form.wpcf7-form label textarea.wpcf7-form-control.wpcf7-textarea {
  border-radius: 5px !important;
  background: white;
}

input.wpcf7-form-control.wpcf7-submit {
  margin: 0 20px;
  width: calc(100% - 40px);
}

form.wpcf7-form .wpcf7-response-output {
  margin: -10px 20px 0;
  border-radius: 20px;
  text-align: center;
}

@media (max-width: 500px) {
  form.wpcf7-form p:nth-child(2), form.wpcf7-form p:nth-child(3) {
    width: 100%;
  }
}
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.wctable .table-head th {
  background: #00776c !important;
}
.wctable tbody > tr > td {
  background: white !important;
}

.elementor-widget-container > .su-button-center {
  margin-bottom: 20px;
}

.elementor hr {
  margin: 30px 0px !important;
  opacity: 1;
  color: transparent;
  border-top: 2px dashed #dbebed;
  border-bottom: 0;
}

body .saboxplugin-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #f5f8f9;
  border: 2px dashed #a5c5ca;
}
body .saboxplugin-wrap a {
  color: #1c6269;
}
body .saboxplugin-wrap img.avatar {
  border-radius: 50%;
}

p.post-modified-info {
  color: #479489;
  font-size: 17px !important;
}

.elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h2, .elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h3, .elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h4, .elementor-widget.elementor-widget-theme-post-content .elementor-widget-container h5 {
  margin-top: 35px;
}

.best-product-post-type .elementor-widget-theme-post-featured-image, body.disable-featured-image .elementor-widget-theme-post-featured-image {
  display: none;
}

.instagram-media {
  display: none !important;
}
.instagram-media.instagram-media-rendered {
  max-width: 480px !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
  margin: 30px auto !important;
  border: 0 solid white !important;
  display: block !important;
}

.child-theme-instagram-container {
  background: #f9f9f9;
  padding: 1px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: block !important;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 500px) {
  .instagram-media.instagram-media-rendered {
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  }

  .child-theme-instagram-container {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 410px) {
  .instagram-media.instagram-media-rendered {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
/**
Post pinterest iframe
 */
.child-theme-pinterest-iframe-container {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 40px 0;
  overflow: hidden;
}
.child-theme-pinterest-iframe-container.active {
  display: block;
}
.child-theme-pinterest-iframe-container:not(.active) {
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  padding: 0 !important;
}
.child-theme-pinterest-iframe-container:not(.active) > div,
.child-theme-pinterest-iframe-container:not(.active) > iframe,
.child-theme-pinterest-iframe-container:not(.active) > * {
  display: none !important;
}
.child-theme-pinterest-iframe-container:not(.active):after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #cecece;
  border-color: #cecece transparent #cecece transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.child-theme-pinterest-iframe-frame {
  width: 418px;
  margin: 0 auto;
}

.child-theme-pinterest-iframe-inner {
  width: 600px;
  margin: 0 auto;
  margin-left: -92px;
}

iframe.child-theme-pinterest-iframe {
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 530px) {
  .single-post article.post {
    overflow: hidden;
  }

  .child-theme-pinterest-iframe-container {
    background: transparent;
    overflow: visible;
    padding: 20px 0;
  }

  .child-theme-pinterest-iframe-frame {
    width: 240px;
  }

  .child-theme-pinterest-iframe-inner {
    margin-left: -180px;
  }
}
/**
Numbered headings
 */
.num-head {
  position: relative;
  min-height: 55px;
  margin-left: -5px;
  margin-bottom: 10px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-left: 60px;
  flex-wrap: wrap;
}
.num-head .dhn {
  background: linear-gradient(180deg, #366C40 0%, #1A3B20 100%), #C4C4C4;
  color: white;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 41px;
  padding-left: 3px;
  display: inline-block;
  padding-top: 0;
  margin-right: 7px;
  position: absolute;
  left: -3px;
  top: 7px;
}

@media (max-width: 600px) {
  .num-head .dhn {
    width: 27px;
    height: 27px;
    font-size: 15px;
    line-height: 26px;
    top: 4px;
  }

  .num-head {
    min-height: 34px;
    padding-left: 36px;
  }
}
div#toc_container {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}

p.toc_title {
  text-align: left !important;
}

/*# sourceMappingURL=child-theme.css.map */
