/**
 * Theme Name: Firmatek
 * Description: Blocksy Child theme
 * Author: Vanessa A. Santos
  * Author URI:     https://vanessaamilet.com
 * Template: blocksy
 * Text Domain: blocksy
 */
/* Typography
--------------------------------------------- */
.highlight-text {
  color: #9E1111;
}

.highlight-text-alt {
  color: #B6470B;
}

/* Navigation
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .cta-btn a {
    background-color: var(--e-global-color-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 2px 2px 2px 2px;
    padding: 12px 30px 12px 20px !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }
  .cta-btn a:after {
    background-color: transparent !important;
  }
  .cta-btn a:hover, .cta-btn a:focus {
    background-color: var(--e-global-color-secondary);
  }
}

/* Hero
--------------------------------------------- */
@media screen and (max-width: 375px) {
  .hero {
    margin-top: 0 !important;
  }
}

/* Buttons
--------------------------------------------- */
.elementor-button {
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

/* Forms
--------------------------------------------- */
.with_frm_style select {
  height: auto;
}

/* Shadows
--------------------------------------------- */
/* Green Shadow */
.img-left.elementor-widget-image {
  filter: drop-shadow(8px 8px 0px #7A8A74);
}

.img-right.elementor-widget-image {
  filter: drop-shadow(-8px 8px 0px #7A8A74);
}

/* Tabs
--------------------------------------------- */
/* Ensure parent container is positioned */
.parent-image-container {
  position: relative;
}

.switch-image {
  position: absolute; /* ensure stacking */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.switch-image.active {
  opacity: 1;
  z-index: 10;
}

.tab-btn {
  cursor: pointer;
}

.tab-btn:hover,
.tab-btn:hover h4 {
  color: #fff !important;
}

/* Cards
--------------------------------------------- */
.card {
  -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
          clip-path: polygon(15% 0%, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

.card-shadow {
  filter: drop-shadow(8px 8px 0px #7A8A74);
}

/* Careers
--------------------------------------------- */
#open-positions .adp .shadow-8 {
  background-color: #fff !important;
}

.elementor-testimonial__image {
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 15%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 85% 0%, 100% 15%, 100% 100%, 0% 100%);
}

/* Resources
--------------------------------------------- */
.latest-news .elementor-icon-list-item {
  background-color: var(--e-global-color-8256d8a);
  color: #fff !important;
  padding: 10px 15px !important;
}
.latest-news .elementor-icon-list-item a {
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
}
.latest-news .elementor-icon-list-item a:hover, .latest-news .elementor-icon-list-item a:focus {
  color: #fff;
}

.elementor-posts .elementor-post__card .elementor-post__text {
  padding: 0 24px !important;
}

a.elementor-post__read-more {
  position: relative;
  line-height: 1.2;
}
a.elementor-post__read-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--e-global-color-primary);
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
a.elementor-post__read-more:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.single-post .more-articles .elementor-icon-list-item,
.single-case-study .more-articles .elementor-icon-list-item {
  background-color: var(--e-global-color-8256d8a);
  color: #fff !important;
  padding: 10px 15px !important;
  margin: 0 !important;
}
.single-post .more-articles .elementor-icon-list-item a,
.single-case-study .more-articles .elementor-icon-list-item a {
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
}
.single-post .more-articles .elementor-icon-list-item a:hover, .single-post .more-articles .elementor-icon-list-item a:focus,
.single-case-study .more-articles .elementor-icon-list-item a:hover,
.single-case-study .more-articles .elementor-icon-list-item a:focus {
  color: #fff;
}

/* IG Feed
--------------------------------------------- */
#sb_instagram #sbi_images {
  padding: 0 !important;
}/*# sourceMappingURL=style.css.map */