/* Global definition */
.e-con {
  --padding-right: var(--container-default-padding-right,18px);
  --padding-left: var(--container-default-padding-left,18px);
}
#site-header #site-logo {
  padding-left: 0;
}
@media (max-width: 1079.98px) {
  #site-header .nav-wrapper > .elementor-widget-container {
    margin-top: 0 !important;
  }
}
#site-header .nav-menu .menu-item > ul.sub-menu {
  border-radius: 5px;
  overflow: hidden;
  width: auto !important;
  padding: 10px 5px;
  background-color: #000000;
  width: calc(100% + 30px) !important;
  min-width: 145px !important;
}
#site-header .nav-menu .menu-item > ul.sub-menu > li a {
  padding: 2px 5px;
  white-space: nowrap;
  border: none !important;
  justify-content: center;
}
#site-header .nav-menu .menu-item > ul.sub-menu > li a::after {
  content: "";
  position: relative;
  display: block;
  background-image: url(../images/link-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
#site-header .nav-menu .menu-item > ul.sub-menu > li a:hover::after {
  margin-left: 10px;
}
#site-header .menu-toggle {
  width: 40px;
  height: 40px;
}
#site-header .menu-toggle span {
  width: 30px;
  border-radius: 3px;
  overflow: hidden;
}
#site-header .menu-toggle span.menu-line-1 {
  top: 10px;
}
#site-header .menu-toggle span.menu-line-2 {
  top: 20px;
}
#site-header .menu-toggle span.menu-line-3 {
  top: 30px;
}
@media (max-width: 1079.98px) {
  #site-header .content-right {
    display: none !important;
  }
}
.header-sticky-template.header-sticky.header-sticky-on-desktop.header-sticked:not(.header-scroll-up) #site-logo > .elementor-widget-container {
  margin-bottom: 0;
}
/* Mobile Menu */
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-back {
  display: none !important;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  transform: translate(0%) !important;
  transition: all 0.3s ease-in-out !important;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper.animated {
  visibility: visible;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper.opened {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out !important;
  transform: translate(0%) !important;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper .mobile-menu-slide-close {
  top: 30px !important;
  right: 40px !important;
  width: 31px;
  height: 31px;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper .mobile-menu-slide-close::before, .thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper .mobile-menu-slide-close::after {
  background-color: #000000;
  height: 2px !important;
  border-radius: 3px;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper .thegem-template-menu-global-section .e-con.e-parent {
  display: flex !important;
}
.thegem-te-menu-mobile__global-section.mobile-view .mobile-menu-slide-wrapper .site-search > .elementor-widget-container {
  width: 50px;
  margin: 0 auto !important;
}
@font-face {
  font-family: "Forbes";
  src: url("../fonts/Forbes-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  /* Keeps text visible while loading */
}
@font-face {
  font-family: "GeogrotesqueTRIAL";
  src: url("../fonts/GeogrotesqueTRIAL-Rg.woff2") format("woff2");
  font-weight: 400;
  /* or 'normal' */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeogrotesqueTRIAL";
  src: url("../fonts/GeogrotesqueTRIAL-Md.woff2") format("woff2");
  font-weight: 500;
  /* or 'medium' */
  font-style: normal;
  font-display: swap;
}
body {
  min-width: 380px;
}
.sidebar-archive {
  transition: top 0.2s ease-in-out;
}
@media (min-width: 1025px) {
  body.is-sticky-active .sidebar-archive {
    max-height: 85vh;
    overflow-x: scroll;
  }
}
body.is-sticky-active.header-is-sticky .sidebar-archive {
  top: 180px;
}
/* Tips & Guides Archive */
#archive--tips-guides .portfolio-item .elementor-widget-image a {
  width: 100%;
}
#archive--tips-guides .portfolio-item .post-category-info > .items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 0px 20px;
}
#archive--tips-guides .portfolio-item .post-category-info > .items-wrapper span {
  white-space: nowrap;
}
#archive--tips-guides .portfolio-item .elementor-widget-heading {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Products Archive */
.the-menu .tm-featured .tm-menu-item .tm-icon-wrapper {
  height: 90px;
  background-color: unset;
  box-shadow: unset;
}
.the-menu .tm-featured .tm-menu-item .tm-icon-wrapper:hover {
  box-shadow: unset;
}
.the-menu .tm-featured .tm-menu-item .tm-icon-wrapper .tm-featured-icon img {
  height: 90px;
  box-shadow: unset;
}
body {
  padding-bottom: unset !important;
}
/*# sourceMappingURL=critical.css.map */