@charset "UTF-8";
/**************************************************
Stylesheet: Defaults Variables for Hammerhead Trenchless
**************************************************/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;1,600;1,700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: 'nexa_rust_sansblack';
  src: url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.eot");
  src: url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.woff") format("woff"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.ttf") format("truetype"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.svg#nexa_rust_sansblack") format("svg");
  font-weight: normal;
  font-style: normal; }

/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
    FONT MIXINS (family, size, color, weight, line-height)
    ********************/
/*********************
	Column split into X columns
	@include column-count(3);
	*********************/
/*********************
	Column split with px gap
	@include column-gap(40px);
	*********************/
/*********************
	Column split style
	@include column-rule-style(solid);
	*********************/
/*********************
	Column split border
	@include column-rule(1px solid #ededed);
	*********************/
/*********************
	Background gradient 2 color
	@include background-gradient($gray, #000);
	*********************/
/*********************
	Background gradient 3 color
	@include accordion-gradient($gray, #000, #666);
	*********************/
/*********************
	Transform duration by X seconds
	@include transition(1.5s);
	*********************/
/*********************
	Transform Rotate element by x degrees
	@include rotate(180);
	*********************/
/*********************
	Creates a 6px arrow with pure css
	@include arrow(#000);
	*********************/
/*********************
	Clip 10px corner off the bottom right corner
	@include cornerclip(#000);
	*********************/
/*********************
	Clip 3px corner off the bottom right corner
	@include cornerclipsmall(#000);
	*********************/
/*********************
	Clip 10px corner off the top right corner
	@include cornercliptop(#000);
	*********************/
/*********************
	Clip 10px corner off the top left corner
	@include cornercliptopleft(#000);
	*********************/
.wrapper-single-products {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  align-items: flex-start;
  position: relative;
  justify-content: center; }
  @media (min-width: 1100px) {
    .wrapper-single-products {
      flex-direction: row; } }
.single-product {
  padding-left: 0;
  padding-right: 0; }
  .single-product .wrapper {
    margin: 0 !important; }
  .single-product .section {
    padding: 30px; }
    .single-product .section > h5 {
      text-transform: uppercase;
      margin-bottom: 50px; }
      .single-product .section > h5:before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: #ffffff;
        display: inline-block;
        margin-right: 26px; }
  .single-product .post-header {
    padding-top: 60px;
    padding-bottom: 60px; }
    .single-product .post-header h1 {
      font-style: normal;
      letter-spacing: 0.8px;
      text-transform: capitalize;
      margin-top: 27px;
      margin-bottom: 0;
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 26px;
      color: #D71920;
      font-weight: 700;
      line-height: 26px; }
      @media (min-width: 500px) {
        .single-product .post-header h1 {
          font-family: "Roboto Condensed", sans-serif, sans-serif;
          font-size: 30px;
          color: #D71920;
          font-weight: 700;
          line-height: 30px; } }
      @media (min-width: 700px) {
        .single-product .post-header h1 {
          font-family: "Roboto Condensed", sans-serif, sans-serif;
          font-size: 40px;
          color: #D71920;
          font-weight: 700;
          line-height: 40px; } }
      .single-product .post-header h1:has(+ *) {
        margin-bottom: 10px; }
    .single-product .post-header h4 {
      margin-top: 0; }
    .single-product .post-header .inner-top a, .single-product .post-header .inner-top span {
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 18px;
      color: #000000;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: 0.36px;
      text-decoration: none; }
    .single-product .post-header .inner-top a:hover {
      color: #D71920;
      text-decoration: underline; }
    .single-product .post-header .inner-top a:after {
      content: "•";
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 20px;
      color: #000000;
      font-weight: 500;
      line-height: 22px;
      margin-left: 4px;
      margin-right: 3px; }
  .single-product .section.overview {
    background-color: #D71920; }
    .single-product .section.overview * {
      color: #ffffff; }
  .single-product .section.industries {
    background-color: #636363; }
    .single-product .section.industries * {
      color: #ffffff; }
    .single-product .section.industries .industry-icons {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 25px; }
      .single-product .section.industries .industry-icons .industry {
        max-width: 105px;
        width: 100%;
        text-align: center; }
        .single-product .section.industries .industry-icons .industry .icon-wrap {
          max-width: 75px;
          width: 100%;
          margin: 0 auto; }
        .single-product .section.industries .industry-icons .industry img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          width: 100%;
          height: auto; }
        .single-product .section.industries .industry-icons .industry h5 {
          margin: 0; }
  .single-product .section.features {
    background-color: #000000; }
    .single-product .section.features *:not(h2) {
      color: #ffffff; }
    .single-product .section.features h2 {
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 24px;
      color: #D71920;
      font-weight: 700;
      line-height: 30px;
      margin-top: 0px;
      margin-bottom: 0px; }
    .single-product .section.features p {
      margin-top: 0px;
      margin-bottom: 30px; }
  .single-product .section.specifications {
    background-color: #F5F5F5;
    overflow-x: scroll; }
    .single-product .section.specifications > h5 {
      color: #D71920; }
      .single-product .section.specifications > h5:before {
        background-color: #D71920; }
    .single-product .section.specifications table {
      overflow-x: scroll;
      text-align: left;
      border-collapse: collapse;
      max-width: 100%;
      width: 100%; }
      .single-product .section.specifications table thead {
        background-color: #DDD;
        font-weight: bold;
        border-bottom: 2px solid #CCC;
        text-transform: uppercase; }
        .single-product .section.specifications table thead th:first-child {
          border-right: 1px solid #CCC; }
      .single-product .section.specifications table tbody tr {
        border-bottom: 1px solid #CCC; }
      .single-product .section.specifications table tbody td:not(:first-child) {
        background-color: #ffffff;
        font-family: "Roboto Condensed", sans-serif, sans-serif;
        font-size: 16px;
        color: #7E7E7E;
        font-weight: 500;
        line-height: 18px; }
      .single-product .section.specifications table tbody td:first-child {
        text-transform: uppercase;
        border-right: 1px solid #CCC;
        font-weight: bold;
        color: #636363; }
      .single-product .section.specifications table td, .single-product .section.specifications table th {
        padding: 10px 17px;
        max-width: 50%;
        width: 100%; }
  .single-product .section.resources > h5 {
    color: #D71920; }
    .single-product .section.resources > h5:before {
      background-color: #D71920; }
  .single-product .section.resources .video-resources {
    margin-bottom: 50px;
    max-width: 100%; }
    .single-product .section.resources .video-resources h5 {
      margin-top: 7px;
      margin-bottom: 0;
      padding: 0 5px; }
    .single-product .section.resources .video-resources .image-wrapper img {
      max-width: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: 250px; }
      @media (min-width: 1100px) {
        .single-product .section.resources .video-resources .image-wrapper img {
          height: 192px; } }
    .single-product .section.resources .video-resources .image-wrapper a {
      position: relative;
      display: block; }
      .single-product .section.resources .video-resources .image-wrapper a:after {
        content: "";
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        background-image: url("/wp-content/themes/element/assets/images/play-circle.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 65px; }
    .single-product .section.resources .video-resources .swiper-button-prev,
    .single-product .section.resources .video-resources .swiper-button-next {
      background-color: #2F2F2F; }
    .single-product .section.resources .video-resources .swiper-button-prev {
      left: 0; }
    .single-product .section.resources .video-resources .swiper-button-next {
      right: 0; }
  .single-product .section.resources .pdf-resources a {
    display: flex;
    align-items: center;
    letter-spacing: 0.36px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 300ms ease-in;
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 26px; }
    .single-product .section.resources .pdf-resources a:before {
      content: "";
      display: inline-block;
      width: 50px;
      height: 50px;
      background-image: url("/wp-content/themes/element/assets/images/document-iconsvg.svg");
      background-size: 50px;
      background-position: center;
      margin-right: 10px;
      vertical-align: middle; }
    .single-product .section.resources .pdf-resources a:hover {
      color: #D71920; }
  @media (min-width: 900px) {
    .single-product .section {
      padding: 60px; } }
  @media (min-width: 1100px) {
    .single-product {
      max-width: calc(100% - 440px); }
      .single-product .section {
        padding-left: 120px;
        padding-right: 100px;
        padding-top: 60px;
        padding-bottom: 60px; }
        .single-product .section.resources .video-resources {
          padding-right: 50px;
          padding-left: 50px; }
      .single-product .post-header {
        padding-top: 96px;
        padding-bottom: 96px; } }
  @media (min-width: 1360px) {
    .single-product {
      max-width: 920px; } }
.sidebar {
  max-width: 100%;
  width: 100%;
  background-color: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px; }
  .sidebar .swiper {
    max-width: 400px; }
    .sidebar .swiper .swiper-slide {
      background-color: #ffffff; }
      .sidebar .swiper .swiper-slide img {
        height: 400px;
        object-fit: cover;
        object-position: center; }
    .sidebar .swiper .swiper-button-prev,
    .sidebar .swiper .swiper-button-next {
      background-color: #D71920;
      top: auto;
      bottom: 0px; }
    .sidebar .swiper .swiper-button-prev {
      left: 0; }
    .sidebar .swiper .swiper-button-next {
      right: 0; }
  .sidebar .product-links {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .sidebar .product-links h5 {
      margin-top: 35px;
      margin-bottom: 10px; }
    .sidebar .product-links .button {
      margin-top: 0; }
    .sidebar .product-links .black-button {
      color: #000000; }
      .sidebar .product-links .black-button:hover {
        color: #ffffff; }
  @media (min-width: 1100px) {
    .sidebar {
      max-width: 520px;
      position: sticky;
      top: 0px;
      min-height: 100vh; } }
.unslick-true .swiper-button-prev,
.unslick-true .swiper-button-next {
  display: none; }

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: none; }

.swiper-button-prev {
  background-image: url("/wp-content/themes/element/assets/images/arrow-left-white.svg"); }

.swiper-button-next {
  background-image: url("/wp-content/themes/element/assets/images/arrow-left-white.svg");
  transform: rotate(180deg); }

.featherlight-previous,
.featherlight-next {
  width: 60px;
  height: 60px;
  background-color: #D71920;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat; }
  .featherlight-previous span,
  .featherlight-next span {
    display: none; }
  .featherlight-previous:hover,
  .featherlight-next:hover {
    background-color: #000000; }
    .featherlight-previous:hover span,
    .featherlight-next:hover span {
      display: none; }

.featherlight-previous {
  background-image: url("/wp-content/themes/element/assets/images/arrow-left-white.svg");
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: auto; }
  .featherlight-previous:hover {
    background-image: url("/wp-content/themes/element/assets/images/arrow-left-white.svg");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat; }

.featherlight-next {
  background-image: url("/wp-content/themes/element/assets/images/arrow-left-white.svg");
  right: 0px;
  left: auto;
  top: 50%;
  transform: translateY(-50%) rotate(180deg); }
  .featherlight-next:hover {
    background-image: url("/wp-content/themes/element/assets/images/arrow-left-white.svg");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat; }

.featherlight-iframe .featherlight-content {
  background: transparent;
  padding: 0 60px; }

@media (max-width: 670px) {
  .featherlight-iframe .featherlight-content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    max-width: 640px;
    width: 100%;
    margin-bottom: 0; }
    .featherlight-iframe .featherlight-content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
