/* 
    Theme Name: Hammer & Hand Child Theme
    Description: Child theme for Hammer & Hand's website by Sproutbox
    Author: Sproutbox
    Author URI: https://sproutbox.co/
    Template: hello-elementor
    Version: 1.0.0
    Text Domain: hammerandhand-child
*/

/* Global Styles */
html, body {
  overflow-x: hidden !important;
}

/* Common Element Styles */
.elementor-button-icon svg {
  font-size: 36px;
}

.elementor-button-content-wrapper {
  align-items: center;
}

.elementor-icon-list-items {
  list-style: none;
  padding-left: 0;
}

.elementor-icon-list-item {
  list-style: none;
}

/* Navigation Styles */
.elementor-nav-menu--dropdown {
  box-shadow: -2.9px -0.7px 7.4px rgba(0, 0, 0, 0.014), 3.5px 0.9px 20.4px rgba(0, 0, 0, 0.02), 28px 7.1px 49.1px rgba(0, 0, 0, 0.026), 165px 42px 163px rgba(0, 0, 0, 0.04);
}

.menu > .menu-item-has-children > a {
  color: #4d5355;
  text-transform: uppercase;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

.menu > .menu-item-has-children > a:hover {
  color: #4d5355;
  text-decoration: none;
}

.menu,
.menu ul {
  list-style: none;
}

.menu .sub-menu {
  padding: 0;
  margin: 0;
}

.menu .sub-menu a {
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.menu .sub-menu li,
.menu li {
  margin-bottom: 5px;
}

.menu li {
  margin-bottom: 10px;
}

.menu .sub-menu li:last-child {
  margin-bottom: 25px;
}

/* Header & Sticky Elements */
[data-elementor-id="66"] .elementor-sticky--effects {
  background-color: #477f80 !important;
  background-image: none !important;
  transition: background-color 1s ease-in-out;
}

[data-elementor-id="568"] .elementor-sticky--effects {
  background-color: #ffffff;
  transition: background-color 1s ease-in-out;
}

.elementor-element.elementor-element-d164dd8 {
  z-index: 2 !important;
  position: relative !important; /* Ensure z-index works */
}

/* Portfolio Styles */
.portfolio-post-filter .elementor-heading-title {
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.portfolio-post-filter .elementor-heading-title:hover {
  border-bottom: 1px solid #477f80;
}

.portfolio-post-filter .elementor-heading-title.active {
  border-bottom: 1px solid #477f80;
}

#portfolio-posts-container #residential, 
#portfolio-posts-container #commercial, 
#portfolio-posts-container #high-performance, 
#portfolio-posts-container #woodshop {
  display: none;
}

.portfolio-posts .elementor-post__thumbnail {
  height: 35vh !important;
  background-color: #20282b;
}

.portfolio-posts .elementor-post__thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.hh_portfolio_project-content p {
  margin-bottom: 1.5em !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.project-gallery-cols .elementor-column {
  margin: 0 5px;
}

.portfolio-project-gallery-img-slider img.swiper-slide-image {
  height: 80vh;
  object-fit: cover;
  background-position: center;
}

/*Featured Work Styles*/

.featured-work img {
  opacity: 1;
}

.featured-work img:hover {
  transition: opacity 0.3s ease !important;
  opacity: 0.85;
}

/* Awards Styles */
.award-logo-ribbon img.swiper-slide-image {
  max-height: 75px;
}

.awards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}

.awards-container .award {
  padding: 1em 1.5em;
  margin: 1em 0;
}

.awards-container .award .award-title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.awards-container .award .award-description {
  margin-top: 20px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.awards-container .award .award-dates .dates-container {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}

.awards-container .award .award-dates .dates-container .date {
  font-family: "Lato", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #477f80;
  margin: 10px 10px 0 0;
}

.awards-container .award .featured-project-container {
  margin: 10px 0;
  padding: 10px 0;
}

.awards-container .award .featured-project-container .project-link {
  background-color: #f3f7f7;
  padding: 10px 20px;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1rem;
}

/* Highlights Styles */
.highlights-container .highlights-header {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.highlights-container .highlight {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}

.highlights-container .highlight .highlight-icon {
  margin-right: 15px;
}

.highlights-container .highlight .highlight-icon img {
  height: 35px;
}

.highlights-container .highlight .highlight-text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

/* Credits Styles */
.credits-container .credit {
  margin: 0 0 1em 0;
}

.credits-container .credit .credit-heading {
  color: #4d5355;
  font-family: "p22-underground", sans-serif;
  font-size: 18px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.credits-container .credit .credit-name {
  font-size: 18px !important;
  line-height: 2rem;
  color: #477f80;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* Toggle Container Styles */
.toggle-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.toggle-container span {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ff6f4a;
  margin-bottom: 20px;
}

.toggle-container .toggle-nav {
  background-color: #f3f7f7;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4em 0;
}

.toggle-container .toggle-nav h3 {
  display: block;
}

.toggle-container .toggle-nav h3 a {
  color: #20282b;
}

.toggle-container .toggle-nav h3::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  margin-right: 10px;
  background-color: #ff6f4a;
}

.toggle-container .toggle-content {
  background-color: #ffffff;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4em 3em;
}

/* Recent Posts Styles */
.recent-posts-container .post {
  margin: 1em 0.5em;
}

.recent-posts-container .post .featured-img {
  height: 350px;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 768px;
  margin-bottom: 1em;
}

.recent-posts-container .post .post-title a, 
.recent-posts-container .post .post-title h3 {
  color: #20282b;
  margin-bottom: 0.5rem;
}

.recent-posts-container .post .post-link a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  color: #ff6f4a !important;
}

/* Miscellaneous Styles */
.elementor-170 .elementor-element.elementor-element-a73f64a .elementor-button[type=submit] svg *, 
.btn-fill-tp svg * {
  fill: transparent !important;
}

.decorative-line-bullet p::before, 
.decorative-line-bullet h3::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  margin-right: 10px;
  background-color: #ff6f4a;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.current-post-highlight1 .current-menu-item a,
.current-post-highlight2 .current-menu-item a {
  font-weight: bold !important;
}

.elementor-element-78d7a57d,
.elementor-element-d9f122d {
  margin-bottom: 0 !important;
}

.elementor-post__excerpt p::after {
  content: "...";
}

.e-gallery-image {
  background-size: contain;
}

.field-notes-featured-img {
  background-size: 900px;
}

#employees, #colleagues {
  display: none;
}

#filter-by,
#filter-by .elementor-heading-title {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.contact-help-navigator .elementor-widget-wrap {
  gap: 15px 20px;
}

.css-1x99id3 {
  font-family: "Lato", sans-serif !important;
  background-color: red;
}

.css-1x99id3 .css-2p9btz {
  padding: 0 !important;
}

.css-1x99id3 .css-2p9btz form label {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}

.rq-container .rq-header {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  color: #20282b;
  font-family: "Lato", sans-serif;
}

.rq-container .rq-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.rq-container .rq-list .li-container {
  display: flex;
  flex-direction: row;
}

.rq-container .rq-list .li-container .li-icon {
  display: block;
  height: 2px;
  min-width: 40px;
  max-width: 40px;
  margin-top: 15px;
  margin-right: 15px;
  background-color: #ff6f4a;
}

.rq-container .rq-list .li-container .rq-item {
  width: auto;
  display: block;
  padding: 0 0 10px 0;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* Tablet and up (768px and above) */
@media screen and (min-width: 768px) {
  .awards-container {
      grid-template-columns: repeat(2, 1fr);
  }

  .field-notes-featured-img {
      background-size: 1800px;
  }

  .recent-posts-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: top;
  }

  .recent-posts-container .post {
      margin-top: 0;
      width: 33%;
  }

  .recent-posts-container .post .featured-img {
      background-size: 450px;
  }
}

.gallery {
    display: flex !important;
    flex-direction: row !important;
}
.gallery-item {
    width: 33.333% !important;
    margin-right: 20px;
}
.gallery-item:last-child {
    margin-right: 0;
}

/* Force lightbox navigation arrows to display */
.elementor-lightbox .elementor-swiper-button {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-align: center !important;
  line-height: 50px !important;
  z-index: 99999 !important;
}

.elementor-lightbox .elementor-swiper-button-prev {
  left: 40px !important;
}

.elementor-lightbox .elementor-swiper-button-next {
  right: 40px !important;
}

#contact-column {
  display: block !important;
}

/* Tablet-specific styles (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .toggle-container span {
      margin-bottom: 0;
  }

  .toggle-container .toggle-nav {
      flex-direction: row;
      justify-content: space-evenly;
  }
}

/* Tablet and smaller screens (up to 1024px) */
@media screen and (max-width: 1024px) {
  .toggle-container {
      display: inline;
      scroll-behavior: smooth;
  }

  .toggle-container .toggle-nav {
      width: 100%;
  }

  .toggle-container .toggle-nav h3 {
      margin: 0 10px;
      display: inline-block;
      font-size: 1.2rem;
  }

  .toggle-container .toggle-content {
      width: 100%;
  }
}

/* Smaller desktop screens (up to 1200px) */
@media screen and (max-width: 1200px) {
  .awards-container .featured-project-container .project-link {
      padding: 5px 10px !important;
  }
}

/* Desktop screens (1200px and up) */
@media (min-width: 1200px) {
  .awards-container {
      grid-template-columns: repeat(4, 1fr);
  }
}

/* Large screens (1900px and up) */
@media screen and (min-width: 1900px) {
  .field-notes-featured-img {
      background-size: 2000px;
  }
}

/*# sourceMappingURL=style.css.map */
