/* --------------------------------------------------
   BASE / GLOBAL
-------------------------------------------------- */
body {
  font-family: 'Inter', sans-serif;
}

.container-fluid {
  max-width: 1920px !important;
}

.barkground-gray {
  background-color: #f8f8f8;
}

.no-header {
  margin-top: 30px;
}

.single-scaut_case_history .no-header {
  margin-top: 70px;
}

.navbar.navbar-light .navbar-nav .nav-link.dropdown-toggle.show{
  color: #00a1e7;
}
/* --------------------------------------------------
   TYPOGRAPHY
-------------------------------------------------- */
.extra-light {
  font-weight: 400;
}

.extra-bold {
  font-family: 'Inter', sans-serif;
}

h2.headline {
  font-size: 3.5em;
}

.page-slideshow .swiper-pagination{
  max-width: 100%;
}

.page-header-text-wrapper .headline-wrapper,
.page-slideshow .content-wrapper .text-wrapper,
.page-slideshow .content-wrapper .headline-wrapper {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.page-slideshow .content-wrapper .text-wrapper{
  font-size: 1.2em;
}


.headline strong {
  display: inline-block;
}

.headline strong::after {
  content: "";
  display: block;
}

.mobile-primary-navigation li.dropdown ul li a {
  font-size: 1.3em;
}
/* --------------------------------------------------
   BREADCRUMBS / TITLES
-------------------------------------------------- */
#breadcrumbs,
#breadcrumbs a,
.product-summary,
.section-title {
  color: #000000;
}

#breadcrumbs {
  padding-left: 5px;
}


/* --------------------------------------------------
   SLIDESHOW
-------------------------------------------------- */
.page-slideshow .content-wrapper-video {
  bottom: 150px;
}


/* --------------------------------------------------
   CATEGORY BOXES
-------------------------------------------------- */
.hp-category-box {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: none;
  background-color: #fff;
}

.hp-category-box .title-alt {
  font-size: 1.7rem;
  color: #000;
}

.hp-category-box:hover {
  background-color: unset;
  color: #fff;
  opacity: .8;
}


/* --------------------------------------------------
   PRODUCT SUMMARY / FEATURES
-------------------------------------------------- */
.block-summary {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}

.product-summary .product-highlights {
  margin-bottom: 0;
}

.product-summary .product-highlights li {
  padding-left: 20px;
  position: relative;
}

.product-summary .product-highlights li:before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 10px;
  height: 20px;
  color: #00a1e5;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
}

.product-summary .product-featured div p {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}


/* --------------------------------------------------
   PRODUCT LINKS / BUTTONS
-------------------------------------------------- */
.product-link {
  float: right;
  border-radius: 0;
  padding: 2px 10px;
  background-color: #000;
  font-weight: 600;
}

.brochure-link,
.datasheet-link {
  border-radius: 0;
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.contact-link {
  border-radius: 0;
  padding: 10px 25px;
  background: #00a1e7;
  color: #fff;
  font-weight: 600;
  border-color: #00a1e7;
}

.nav-link-contacts {
  background: #00a1e7;
  border-radius: 0;
  font-weight: 800;
}


/* --------------------------------------------------
   ICONS
-------------------------------------------------- */
span.icon-linkedin {
  color: #000;
}

/* LinkedIn square */
.icon-linkedin-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0077B5;
  color: #fff !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.icon-linkedin-filled:hover {
  background-color: #006097;
}

/* LinkedIn circle */
.icon-linkedin-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0077B5;
  color: #fff !important;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.icon-linkedin-circle:hover {
  background-color: #006097;
}


/* --------------------------------------------------
   CASE HISTORY IMAGES
-------------------------------------------------- */
.case-history-item .product-listing-box .ratio-1-1-xs .frame img,
.product-listing-box .ratio-1-1-xs .frame picture img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.case-history-item .product-listing-box .ratio-1-1-xs .frame picture {
  width: 100%;
  height: 100%;
}


/* --------------------------------------------------
   FORM
-------------------------------------------------- */
#contact_form {
  background-image: url("/wp-content/themes/blusky/img/contact-form-bg.jpg");
}

.form-container {
  background-color: #fff;
  padding: 40px;
  max-width: 1024px;
}

.form-container h2 {
  text-align: left;
}

.form-container strong {
  display: block;
}

.home .form-container {
  margin-top: -150px;
}


/* --------------------------------------------------
   FOOTER
-------------------------------------------------- */
#site_footer {
  background-image: none;
  background-color: #171919;
}

.footer-widget-title {
  color: #fff;
}


/* --------------------------------------------------
   WP JSON FORMS
-------------------------------------------------- */
.wp-json-forms-submit-btn {
  background-color: #00a1e7;
  border-color: #00a1e7;
  font-weight: 800;
}

.wp-json-forms-submit-btn:hover {
  border-color: #00a1e7;
  background-color: #fff;
  color: #001159;
}


/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */
@media (max-width: 768px) {

  .page-slideshow .content-wrapper-video {
    bottom: 20px;
  }

  h2.headline {
    font-size: 2em;
  }

  .extra-light {
    font-size: 0.7em;
  }

  .page-slideshow .swiper-button-prev,
  .page-slideshow .swiper-button-next {
    display: none;
  }

  .page-slideshow .content-wrapper .text-wrapper{
    font-size: 1em;
  }


  .hp-category-box .title-alt {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .form-container,
  .home .form-container {
    margin-top: 0;
  }

  .contexts-summary {
    margin-top: 20px;
  }
}
