/**************************************************
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-header {
  background: transparent; }

#wrapper-all {
  background: linear-gradient(36.9deg, #000000 -0.71%, #2F2F2F 42.88%); }

.simple-intro {
  padding-top: 45px;
  padding-bottom: 51px; }
  .simple-intro h1 {
    color: #D71920; }
  .simple-intro p {
    color: #ffffff; }
  .simple-intro .wrapper {
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 900px) {
    .simple-intro .content-wrapper {
      max-width: 49%; } }
  @media (min-width: 1210px) {
    .simple-intro .content-wrapper:first-child {
      max-width: 620px; }
    .simple-intro .content-wrapper:last-child {
      max-width: 530px; } }
.blog-inner .blog-section {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 27px; }
  @media (min-width: 500px) {
    .blog-inner .blog-section {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .blog-inner .blog-section {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px 27px; } }
  @media (min-width: 1100px) {
    .blog-inner .blog-section {
      grid-template-columns: repeat(4, 1fr); } }
.blog-inner .post-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 173px); }

.blog-inner .post-meta {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }

.blog-inner .post-image {
  max-width: 100%;
  height: 173px;
  width: 100%;
  overflow: hidden; }
  .blog-inner .post-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }

.blog-inner .post-title a {
  text-decoration: none; }
  .blog-inner .post-title a:hover h2 {
    color: #D71920;
    text-decoration: underline; }

.blog-inner .post-title h2 {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
  transition: all 100ms ease-in-out;
  margin-top: 0;
  margin-bottom: 10px; }

.blog-inner .post-link {
  margin-top: auto; }
  .blog-inner .post-link a {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-size: 18px;
    color: #D71920;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.36px; }
    .blog-inner .post-link a:after {
      content: "";
      width: 24px;
      height: 18px;
      display: inline-block;
      background: url("/wp-content/themes/element/assets/images/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center right;
      transition: width 300ms ease-in-out;
      position: relative;
      top: 2px; }
    .blog-inner .post-link a:hover {
      text-decoration: underline; }
      .blog-inner .post-link a:hover:after {
        width: 34px; }

.blog-inner .blog-pagination {
  margin-top: 50px;
  margin-bottom: 70px;
  max-width: 1000px; }
  .blog-inner .blog-pagination .page-numbers {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px; }
    .blog-inner .blog-pagination .page-numbers:hover {
      color: #D71920; }

.blog-filter {
  margin-bottom: 30px; }
  .blog-filter .wrapper {
    justify-content: space-between;
    max-width: 1000px;
    border-bottom: 1px solid #ffffff; }
  .blog-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    grid-gap: 50px; }
  .blog-filter a {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.36px;
    text-decoration: none; }
    .blog-filter a.selected {
      font-weight: 700;
      color: #D71920; }
    .blog-filter a:hover {
      color: #D71920;
      text-decoration: underline; }
  .blog-filter .sort a {
    font-weight: 700;
    position: relative;
    padding-right: 20px; }
    .blog-filter .sort a:before, .blog-filter .sort a:after {
      content: "";
      width: 20px;
      height: 14px;
      display: inline-block;
      background-size: 10px;
      background-position: center;
      background-repeat: no-repeat; }
    .blog-filter .sort a:before {
      position: absolute;
      right: 0;
      top: 3px;
      transform: rotate(180deg); }
    .blog-filter .sort a.ASC:before {
      background-image: url("/wp-content/themes/element/assets/images/arrow-white.svg"); }
    .blog-filter .sort a.ASC:after {
      background-image: url("/wp-content/themes/element/assets/images/arrow.svg"); }
    .blog-filter .sort a.DESC:before {
      background-image: url("/wp-content/themes/element/assets/images/arrow.svg"); }
    .blog-filter .sort a.DESC:after {
      background-image: url("/wp-content/themes/element/assets/images/arrow-white.svg"); }
