/* 
  Base CSS are for the global elements such as header, footer, menu, button, link, hover state
*/
:root {
  --bs-border-radius: 2rem;
}
.r_container {
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-wrap: balance;
  margin-bottom: 0;
}
p {
  margin-bottom: 16px;
}
p:last-child,
p:only-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
iframe {
  width: 100%;
}
::marker {
  font-size: 0;
}
.container-fluid,
.container-fluid > .row > div:col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-fluid > .row > div:first-of-type {
  padding-left: 0 !important;
}
.container-fluid > .row > div:last-of-type {
  padding-right: 0 !important;
}

/* img */
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.btn {
  border-radius: 0 !important;
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
ul {
  margin-bottom: 2rem;
}
ul:last-of-type,
ul li:last-of-type {
  margin-bottom: 0;
}
/* ul.check */
ul.check li {
  display: flex;
  line-height: normal;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
  position: relative;
}
ul.check li:before {
  content: "";
  height: 25px;
  background: url("/wp-content/themes/dp/assets/images/icon/icon-check.webp")
    no-repeat center / contain;
  width: 20px;
  margin-right: 0.6rem;
  transform: translateY(2px);
  position: absolute;
  left: -30px;
  top: 0px;
}

ul.check li {
  margin-bottom: 2rem;
}

/* debugging */
.col {
  position: relative;
}
.debugging_tag,
.debugging_tag_column {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  width: 100%;
  border-top: 2px dashed #ff0000;
  color: #ff0000;
}
.debugging_tag > span {
  background-color: #ff0000;
  color: #fff;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  transform: translateY(-40%);
}
.debugging_tag_column {
  border-top: 2px dashed #0000ff;
  text-align: center;
}
.debugging_tag_column > span {
  background-color: rgb(0 0 255);
  color: #fff;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  transform: translateY(-20%);
}
.debugging_tag > span,
.debugging_tag_column > span {
  position: relative;
  z-index: 10;
}
/* FOOTER */

#site-footer {
}
#site-footer .footer-stripe-content {
  padding: 0.8rem 0;
}
#site-footer .footer-stripe {
}
#site-footer .footer-stripe p {
  font-weight: bold;
  font-size: 2rem;
  line-height: normal;
  display: flex;
  align-items: center;
}
#site-footer .footer-stripe p img {
  margin-left: 1rem;
}
#site-footer .footer-industry-solution {
  width: 1320px;
  margin: 2rem auto;
  max-width: 100%;
  justify-content: space-between;
}
#site-footer .footer-industry-solution section {
  padding: 1rem 2rem;
  width: 40%;
}
#site-footer .footer-industry-solution h3 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#site-footer .footer-industry-solution p {
  margin: 0.6rem 0;
}
#site-footer .footer-industry-solution a {
}

#site-footer .footer-industry-solution a img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  padding: 0 0.2rem;
}
#site-footer .industry-wrapper {
  width: 60%;
  padding: 1rem 0;
  overflow: hidden;
}
#site-footer .industry-slider {
  display: block;
  transform: translate(10px, 0px);
  width: 100%;
}
#site-footer .industry-slider > div {
  margin: 0 0.5rem;
}

#site-footer .footer-map-wrapper {
  width: 100%;
  margin: 4rem auto 0rem;
  max-width: 100%;
}
#site-footer .footer-map-info {
  width: 100%;
}
#site-footer .footer-map-info h4 {
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

#site-footer .footer-map-placeholder {
  width: 100%;
}
/* #site-footer .footer-map-placeholder .content {
  transform: translate(0, -30px);
} */
#site-footer .footer-map-placeholder .content img {
  height: 360px;
  object-fit: cover;
}
#site-footer .footer-contact-wrapper {
  padding-top: 10rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  background-image: url(/wp-content/uploads/2024/10/Hallco-World-Map.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#site-footer .footer-contact-info {
  width: 20%;
}
#site-footer .footer-contact-info-content {
}
#site-footer .footer-contact-info h4 {
  font-weight: bold;
}
#site-footer .footer-contact-info p {
  margin-top: 2rem;
  font-size: 0.6rem;
}

#site-footer .footer-location-hq {
  width: 20%;
}
#site-footer .footer-location-hq .footer-contact-location-content {
  padding: 1.4rem;
  margin: 0 1rem;
}
#site-footer .footer-contact-location-list {
  width: 60%;
}
#site-footer .footer-contact-location {
}
#site-footer .footer-contact-location-list .footer-contact-location {
  width: calc(100% / 3);
}
#site-footer
  .footer-contact-location-list
  .footer-contact-location:first-child {
  background: var(--grey-heavy);
}
#site-footer
  .footer-contact-location-list
  .footer-contact-location:first-child
  > div {
  padding: 1rem;
}

#site-footer .footer-contact-location-list .footer-contact-location-content {
  padding: 1rem;
}

#site-footer
  .footer-contact-location-list
  .footer-contact-location:nth-child(-n + 3) {
  margin-bottom: 1rem;
}
#site-footer .footer-contact-location h6 {
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
#site-footer .footer-contact-location p {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.4rem;
  text-wrap: balance;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#site-footer .footer-contact-location p:last-of-type {
  margin-bottom: 0;
}
#site-footer .footer-contact-location p a {
  text-decoration: none;
}

/* NAV */
#site-header {
  position: sticky;
  top: 0;
  z-index: 999999;
  background: #fff;
  padding-bottom: 1rem;
}
#site-header a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#site-header a i {
  margin-right: 4px;
}
#site-header .nav-stripe-wrapper {
}
#site-header .site-header-social {
  gap: 8px;
  padding: 0.2rem 0;
}

#site-header .site-header-contact {
  gap: 16px;
}
#site-header .site-header-contact section {
  align-items: center;
}
#site-header .site-header-contact section > a {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  height: 100%;
}
#site-header .site-header-contact section > a i {
  font-size: 1rem;
}
#site-header ul#site-header-location {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  background-color: #034124;
  cursor: pointer;
}
#site-header ul#site-header-location:after {
  position: relative;
  content: "";
  margin: 0 5px;
}
#site-header ul#site-header-location:before {
  position: relative;
  content: "";
  margin: 0 5px;
}
#site-header ul#site-header-location a {
  text-decoration: none;
  padding: 0.4rem 1rem;
  display: block;
  cursor: pointer;
}
#site-header ul#site-header-location a:hover {
  background: var(--green-light);
  color: var(--grey-heavy);
}
#site-header ul#site-header-location > li {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
#site-header ul#site-header-location > li > ul {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: max-content;
  transform: translateY(100%);
}

#site-header ul#site-header-location:hover > li ul {
  display: block;
}

#site-header ul#site-header-location > li > ul > li {
  display: block;
  border-top: 1px solid #fff;
  background: var(--green-main);
}
#site-header ul#site-header-location > li > ul > li:first-of-type {
  border-top: none;
}
#site-header ul#site-header-location > li p {
	margin: 0;
}
#site-header ul#site-header-location > li p i {
  margin-right: 4px;
}

/* site-nav-wrapper */
#site-header .site-nav-wrapper {
}
#site-header .site-nav-wrapper {
  padding: 2rem 2rem 0;
}
#site-header .site-nav-content {
}
#site-header .site-nav-content > ul {
  justify-content: space-around;
}
#site-header .site-nav-content > ul li {
  display: flex;
  align-items: center;
}
#site-header .site-nav-content > ul li a {
  color: var(--grey-heavy);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
#site-header .site-nav-content > ul li.nav-contact-us a {
  background: var(--green-main);
  color: #fff;
  padding: 0.2rem 0.4rem;
  border: 2px solid var(--green-main);
  transition: 0.2s ease;
}

#site-header .site-nav-content > ul li a:hover,
#site-header .site-nav-content > ul li.current-menu-item a {
  color: var(--green-main);
  background: transparent;
}
#site-header .site-nav-content.nav-left {
  width: 40%;
}
#site-header .site-nav-content.nav-right {
  width: 40%;
}
#site-header .site-nav-content.nav-logo {
  width: 20%;
}
#site-header .site-nav-content.nav-logo a {
}
#site-header .site-nav-content.nav-logo img {
  width: 100%;
  object-fit: contain;
}
.site-brand-wrapper {
  padding: 2rem 0;
}
.site-brand-wrapper .site-brand-content {
  gap: 1.6rem;
}
.site-brand-wrapper .product-brand-label {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
}

.site-brand-wrapper .product-brand-wrapper {
  gap: 1.6rem;
  padding-top: 0;
  border-left: 6px solid var(--green-main);
}

.site-brand-wrapper .product-brand-wrapper img {
  width: 200px;
  object-fit: contain;
}

.reduce-h2 h2,
.reduce-h3 h3 {
  font-weight: 500 !important;
}

.increase-h2 h2,
.increase-h3 h3,
.increase-h4 h4,
.fw-700 {
  font-weight: 700 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}
/* banner */
.site-banner {
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-banner-wrapper {
}
.site-banner-wrapper .site-banner-content {
}
.site-banner-wrapper .site-banner-content .placeholder-banner {
  width: 100%;
  object-fit: cover;
}
.site-banner-wrapper .site-banner-content .placeholder-banner > * {
  aspect-ratio: 16 / 9;
	width: 100%;
  height: auto;
  object-fit: cover;
}
.site-banner-wrapper .site-banner-content .placeholder-banner iframe {
	width: 100%;
	height: 100%;
}
.site-banner-wrapper .site-banner-content h1 {
  background: rgba(45, 154, 71, 0.8);
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.site-banner-wrapper .site-banner-subheading {
  padding: 0.6rem;
  font-size: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex-image-tile {
}
.flex-image-tile .carousel-wrapper-tile {
  max-width: 100vw;
  width: 100%;
}
.flex-image-tile .flex-image-content {
}
.flex-image-tile .flex-image-content > img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

.flex-image-tile .slick-arrow,
.site-banner-wrapper .slick-arrow,
.site-testimonial-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  font-size: 0;
  background: none;
  border: none;
  height: 50px;
  width: 50px;
}
.flex-image-tile .slick-prev,
.site-banner-wrapper .slick-prev,
.site-testimonial-wrapper .slick-prev {
  left: 30px;
  border-left: 8px solid var(--green-main);
  border-bottom: 8px solid var(--green-main);
  transform: translateY(-50%) rotate(45deg);
}
.flex-image-tile .slick-next,
.site-banner-wrapper .slick-next,
.site-testimonial-wrapper .slick-next {
  right: 30px;
  border-right: 8px solid var(--green-main);
  border-bottom: 8px solid var(--green-main);
  transform: translateY(-50%) rotate(-45deg);
}

.flex-image-tile .slick-arrow,
.site-testimonial-wrapper .slick-arrow {
  height: 25px;
  width: 25px;
  border-width: 4px;
}
.flex-image-tile .slick-prev,
.site-testimonial-wrapper .slick-prev {
  left: 30px;
}
.flex-image-tile .slick-arrow,
.site-testimonial-wrapper .slick-arrow {
  right: 30px;
}
/* site-testimonial-wrapper */
.site-testimonial-wrapper .site-testimonial-content {
}
.site-testimonial-wrapper .site-testimonial-content section {
  margin: 1rem;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 2rem 1.6rem;
  box-shadow: 0px 0px 10px #aeaeae;
  border-radius: 0.6rem;
  height: 100%;
  min-height: 430px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.site-testimonial-wrapper .site-testimonial-content section:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 175%;
  height: 140%;
  top: -75%;
  left: 50%;
  z-index: 0;
  border-radius: 50%;
  transform: translateX(-50%);
}
.site-testimonial-wrapper .site-testimonial-content section > div {
  position: relative;
  z-index: 5;
}
.site-testimonial-wrapper .site-testimonial-content p {
  font-size: 1.6rem;
  position: relative;
  z-index: 5;
  text-wrap: balance;
}
.site-testimonial-wrapper .site-testimonial-content img {
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  background: var(--green-main);
  margin-bottom: 0.8rem;
}
.site-testimonial-wrapper .site-testimonial-content em {
  font-size: 1rem;
}
.site-testimonial-wrapper .site-testimonial-content h5 {
}
/* .site-testimonial-wrapper .slick-track {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}
.site-testimonial-wrapper .slick-track > div {
  height: 100%;
  float: none;
} */

/* flex-video */
video.flex-video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  font-size: 0;
  display: block;
  margin: 0 auto;
}
video.flex-video[poster] {
  width: 100%;
  height: 100%;
  line-height: normal;
}

/* other */
a:has(.fa-arrow-right) i {
  margin-left: 0.2rem;
}

/* gform_wrapper */
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea.large {
  border: 2px solid var(--grey-heavy);
}

.contact-form .gform-theme--api,
.contact-form .gform-theme--framework {
  margin-top: 4rem;
}
.contact-map {
}
.contact-map img.map {
  width: 100%;
  aspect-ratio: 1;
}

.contact-map .contact-info p {
  margin-bottom: 0.6rem;
}

/* navigation */
.site-mobile-wrapper {
  display: none;
}
.site-mobile-wrapper .brand-wrapper-mobile {
  padding: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 1rem 0;
  gap: 2rem;
}
.site-mobile-wrapper .brand-wrapper-mobile img {
  max-width: 100%;
  height: auto;
  width: 60%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.site-mobile-content {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  position: relative;
}
.site-mobile-content img {
  width: 50%;
}
.menu-mobile {
  display: flex;
  top: 0;
  position: fixed;
  right: 0;
  width: 50%;
  z-index: 9999;
  height: 100vh;
  transform: translate(100%, 0);
  transition: 0.4s ease;
}
.menu-mobile > label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 40px);
  padding-right: 1rem;
}

.menu-mobile input {
  height: 32px;
  margin: 0;
  opacity: 0;
  width: 32px;
  z-index: 3;
  position: absolute;
}

.menu-mobile svg {
  height: 32px;
  width: 32px;
  z-index: 2;
}

.menu-mobile-wrapper {
  width: 100%;
  background: var(--green-main);
  padding: 1rem;
  overflow: scroll;
}

.menu-mobile-wrapper ul {
  flex-direction: column;
}

.menu-mobile-wrapper ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}

.menu-mobile-wrapper ul li a {
}

input:checked ~ .menu-mobile-wrapper {
  transform: translate(-100%, 0);
}

.menu-mobile input:checked ~ svg line {
  stroke: #3c3836;
}

.menu-mobile svg line:nth-of-type(1) {
  transform-origin: center 6px;
}

.menu-mobile svg line:nth-of-type(2) {
  transform-origin: center 12px;
}

.menu-mobile svg line:nth-of-type(3) {
  transform-origin: center 18px;
}

.menu-mobile svg line {
  transition-duration: 0.5s;
  transition-property: stroke, opacity, transform;
  transition-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
}

.menu-mobile input:checked ~ svg line:nth-of-type(2) {
  opacity: 0;
  transform: scale(0.2);
}

.menu-mobile input:checked ~ svg line:nth-of-type(1) {
  transform: translate(0, 6px) rotate(45deg);
}

.menu-mobile input:checked ~ svg line:nth-of-type(3) {
  transform: translate(0, -6px) rotate(-45deg);
}
/* blog */
#single article * {
  margin-bottom: 1rem;
}
#single article h2 {
  margin-bottom: 0;
  line-height: normal;
}
#single article small {
  font-size: 0.8rem;
  color: var(--green-heavy);
  font-style: italic;
}
#single article *:last-child {
  margin-bottom: 0;
}
#single article a {
  text-decoration: none;
}

#single article a {
  color: var(--green-main);
}
.searchbar {
  margin-bottom: 2rem;
  gap: 2rem;
}
.searchbar input[type="text"] {
  height: auto;
  border: 1px solid var(--green-main);
  width: 270px;
  height: 30px;
  padding: 0 1rem;
}
.searchbar input[type="submit"] {
  height: 30px;
  padding: 0 1rem;
}
.blog-wrapper {
  gap: 1rem;
  justify-content: space-between;
}

.blog-wrapper > article {
  width: calc((100% - 5rem) / 3);
}

.dropdown-categories {
  display: flex;
  align-items: center;
  outline: 1px solid var(--green-main);
  height: 100%;
}
.dropdown-categories .blog-categories {
  position: relative;
  width: 200px;
  cursor: pointer;
}
.dropdown-categories .blog-categories p {
  font-size: 1rem;
  padding: 0.2rem 1rem;
  position: relative;
  height: 30px;
}
.dropdown-categories .blog-categories p:after {
  content: "";
  border-left: 2px solid var(--green-main);
  border-bottom: 2px solid var(--green-main);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  top: 7px;
}
.dropdown-categories .blog-categories > ul {
  border: 1px solid var(--green-main);
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10;
  background: var(--green-main);
  color: #fff;
  list-style: none;
  left: -1px;
  width: calc(100% + 2px);
  padding: 0;
}

.dropdown-categories .blog-categories > ul li {
  padding: 0;
}
.dropdown-categories .blog-categories li:hover {
  background: var(--white);
}

.dropdown-categories .blog-categories > ul li > ul {
  padding: 0;
  line-height: normal;
  list-style: none;
}

.dropdown-categories .blog-categories > ul li > ul li a {
  padding: 0.4rem 1.4rem;
}
.dropdown-categories .blog-categories a {
  color: var(--white);
  text-decoration: none;
  padding: 0rem 0;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.2rem 1rem;
}
.dropdown-categories .blog-categories a:hover {
  background: #fff;
  color: var(--green-main);
}
.dropdown-categories .blog-categories:hover ul {
  display: block;
}

.gtranslate-widget {
  position: absolute !important;
  top: 0;
}

.dflexw {
  width: 120px;
}

.gt-open {
  transition: none !important;
}
.gt-open a {
  color: #000 !important;
  transition: none !important;
}

.gt-open a:hover {
  color: #fff !important;
  background-color: var(--green-main) !important;
  transition: none !important;
}

#site-header .nav-stripe-wrapper {
  position: relative;
  height: 45px;
}

.page-id-167 .widget-hdu-item .justify-content-between {
  justify-content: center !important;
}

.gform_button_select_files {
  background-color: rgb(45, 154, 71) !important;
}

.gform-theme--framework
  .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload)
  .gform_drop_area::before {
  color: rgb(45, 154, 71) !important;
}

.contact-form-modal .wrap .content {
  width: 100%;
}

#popmake-690,
#popmake-691 {
  padding: 25px;
}

.pum-container .pum-content h3 {
  font-size: 2rem;
}

#gform_5 h3,
#gform_3 h3 {
  font-size: 2rem;
}

.gform-theme--framework
  .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload)
  .ginput_preview
  .gfield_fileupload_progressbar_progress {
  background-color: #2d9a47;
}

body .gform_footer input[type="submit"]:not(#gform_submit_button_3) {
  margin-bottom: 50px !important;
}

.gfield_required {
  display: none;
}

.site-brand-wrapper .product-brand-wrapper .nexus img {
  width: 230px;
  height: auto;
}

.site-brand-wrapper .product-brand-wrapper .brute img {
  width: 150px;
  height: auto;
}

.gt_float_switcher .gt_options a {
  background-color: #fff;
}

.paginate-links.first-instance {
  display: none;
}

body .handle-page-167-row-7 {
  background-color: #104022;
  background-size: auto;
  background-attachment: scroll;
  background-image: url(/wp-content/uploads/2024/06/spare-map.webp);
  background-repeat: no-repeat;
  position: relative;
}
