/**** Custom Scss ****/
p.summary {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-family: din-condensed, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #718378;
  background: #fff;
  font-size: 1.1em; }

.container {
  max-width: 1400px;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 0.9; }

h1 {
  font-size: 3rem;
  line-height: 0.9em; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #E2E2E3; }

.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  margin-top: 30px; }
.page-content p {
  margin-bottom: 30px; }

h1 {
  text-transform: uppercase; }

body.home h1 {
  font-size: 4em;
  font-weight: bold;
  letter-spacing: -2px; }

h2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #718378; }

h2:after {
  content: '';
  background: #EF7D00;
  width: 40px;
  height: 2px;
  display: block;
  margin-top: 10px; }

.green-bg h2, .green-bg-lg-1-8 h2 {
  color: #fff; }

h4.hr {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #EF7D00;
  line-height: 0.1em;
  margin: 10px 0 20px; }

h4.hr span {
  background: #fff;
  padding: 0 20px; }

@media (max-width: 560px) {
  h1 {
    font-size: 2rem !important;
    word-break: break-word; }

  h2 {
    font-size: 24px !important;
    word-break: break-word; }

  h3 {
    font-size: 18px !important;
    word-break: break-word; }

  h4 {
    font-size: 1.2em !important;
    word-break: break-word; }

  h5 {
    font-size: 1.2em !important;
    word-break: break-word; }

  h6 {
    font-size: 16px !important;
    word-break: break-word; } }
.entry-title {
  margin: 20px 0px; }

.section-title {
  padding-top: 2em;
  padding-bottom: 1em; }

a {
  color: #EF7D00; }
  a:hover {
    color: #718378; }

a.no-underline:hover {
  text-decoration: none;
  color: #718378; }

.orange {
  color: #718378; }

.big-font {
  font-size: 1.2em; }

section.content ul li:before {
  border-color: #718378; }

ul.nav-tabs li {
  margin-left: 0px; }
  ul.nav-tabs li:before {
    display: none; }

section ul {
  list-style: none;
  padding-left: 30px; }
  section ul li {
    margin-left: 15px; }
    section ul li:before {
      display: inline-table;
      background: url("/wp-content/themes/creaunit/assets/images/dot.svg") no-repeat;
      content: "";
      width: 12px;
      height: 12px;
      transform: translateY(0.55rem);
      margin-left: -30px;
      position: absolute; }
    section ul li ul li:before {
      display: none; }

ul.lang {
  padding-left: 0px;
  margin-top: 20px; }
  ul.lang li {
    margin-left: 0px; }
  ul.lang li:before {
    display: none; }

section.cover {
  background: #474746 0% 0% no-repeat padding-box; }
  section.cover .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none; }
    section.cover .container .row {
      max-width: 1400px;
      margin: auto; }

.btn {
  padding: 10px 20px;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 10px; }

.btn-primary {
  background: #EF7D00;
  color: #fff; }
  .btn-primary:hover {
    background: #718378;
    color: #fff; }

.product-holder > a:hover {
  text-decoration: none; }

.green-bg .btn-primary:hover, .green-bg-lg-1-8 .btn-primary:hover {
  background: #E2E2E3;
  color: #718378; }
.green-bg .btn-primary.download:hover:before img, .green-bg-lg-1-8 .btn-primary.download:hover:before img {
  fill: #718378; }

.btn.download {
  min-width: 310px;
  text-align: left; }
  .btn.download:before {
    background: url("/wp-content/themes/creaunit/assets/images/download.svg") no-repeat;
    content: "";
    height: 22px;
    width: 22px;
    display: block;
    margin-top: 2px;
    float: left;
    margin-right: 20px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-90 {
  margin-bottom: 90px; }

.mtb-20 {
  margin: 20px 0px; }

.mtb-30 {
  margin: 30px 0px; }

.mtb-40 {
  margin: 40px 0px; }

.mtb-50 {
  margin: 50px 0px; }

.mtb-80 {
  margin: 80px 0px; }

.mtb-neg-50 {
  margin-bottom: -50px; }

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-50 {
  padding: 50px; }

.ps-50 {
  padding-left: 50px;
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-20 {
  padding-top: 20px; }

.pt-50 {
  padding-top: 50px; }

.pt-100 {
  padding-top: 100px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-100 {
  padding-bottom: 100px; }

footer > span.edit-link {
  display: none; }

:focus {
  outline: none; }

.h-100 {
  height: 100%; }

.vh-100 {
  height: 100vh; }

.table-bordered th, .table-bordered td {
  border: 3px solid #dee2e6; }

.green-bg {
  background: #718378;
  color: #fff; }

.orange-bg {
  background: #EF7D00;
  color: #fff; }

.green-bg-lg-1-8 {
  background: #718378;
  color: #fff; }

.orange-line-1-8 {
  background: #EF7D00;
  height: 5px;
  width: 100%;
  display: block; }

.grey-bg-lg-1-8 {
  background: #E2E2E3;
  color: #718378; }

@media (min-width: 992px) {
  .green-bg-lg-1-8 {
    background: linear-gradient(90deg, #718378 75%, #fff 25%);
    color: #fff; }

  .grey-bg-lg-1-8 {
    background: linear-gradient(90deg, #E2E2E3 75%, #fff 25%);
    color: #718378; }

  .orange-line-1-8 {
    background: linear-gradient(90deg, #EF7D00 75%, #fff 25%); } }
/************ Sticky header ***************/
header#header {
  position: absolute;
  width: 100%;
  z-index: 99;
  border: none; }
  header#header .site-header {
    border: none; }

img.logo {
  margin-top: 35px;
  margin-left: 35px;
  width: 190px; }

@media (max-width: 500px) {
  img.logo {
    width: 150px; }

  img.logo-menu {
    width: 150px; } }
section.header.homepage {
  background-color: #E2E2E3 !important;
  padding-top: 8em;
  padding-bottom: 8em; }
  section.header.homepage.pattern-fade {
    background: linear-gradient(to bottom right, #E2E2E3 55%, transparent), url("/wp-content/themes/creaunit/assets/images/pattern.png"); }

section.header.products {
  background-color: #718378 !important;
  padding-top: 8em;
  padding-bottom: 4em; }
  section.header.products.pattern-fade {
    background: linear-gradient(to bottom right, #718378 55%, transparent), url("/wp-content/themes/creaunit/assets/images/pattern-green.png"); }

/************ NAVBAR MENU ***********/
nav.navbar {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  max-width: 700px;
text-transform: uppercase; }
  nav.navbar div#menu-holder-bg {
    float: right; }
    nav.navbar div#menu-holder-bg ul li {
      margin-left: 2em; }

/************ HAMBURGER MENU + HAMHOLDER ***********/
@media (min-width: 992px) {
  .hamholder {
    display: none; }

  img.logo-menu {
    display: none; }

  #menu-holder-bg .menu.main ul li a {
    color: #718378; }
  #menu-holder-bg .menu.main ul li.active a {
    color: #EF7D00; }

  body.product-template-default #menu-holder-bg .menu.main ul li a,
  body.page-products #menu-holder-bg .menu.main ul li a {
    color: #fff; }
  body.product-template-default #menu-holder-bg .menu.main ul li.active a,
  body.page-products #menu-holder-bg .menu.main ul li.active a {
    color: #EF7D00; } }
body.product-template-default img.logo,
body.page-products img.logo {
  filter: invert(1) brightness(1.5) hue-rotate(-160deg); }

@media (max-width: 992px) {
  #menu-holder-bg {
    width: 100%;
    color: #fff;
    padding: 0px;
    background: #718378;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8; }
    #menu-holder-bg.collapse.show {
      opacity: 1; }
    #menu-holder-bg .menu.main ul li a {
      color: #fff;
      font-size: 1.8em; }
    #menu-holder-bg img.logo-menu {
      width: 190px;
      top: 35px;
      position: absolute;
      left: 35px; }

  .hamholder {
    z-index: 9999;
    position: absolute;
    right: 15px; } }
#menu-holder-bg.collapse.show {
  padding-top: 150px;
  height: 100%;
  min-height: 500px;
  transition: all 0.1s ease;
  opacity: 1;
  z-index: 9; }

#menu-holder-bg.collapsing {
  padding-top: 150px !important;
  height: 100%;
  min-height: 500px !important;
  transition: all 0.1s ease;
  opacity: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

#menu-holder-bg.collapse {
  padding-top: 150px !important;
  height: 100%;
  min-height: 500px !important;
  transition: all 0.1s ease;
  opacity: 0; }

/*** HAMBURGER MENU ********************/
.navbar-toggler {
  background: transparent !important; }

.hamholder {
  background: #718378;
  border-radius: 0px;
  height: 65px;
  width: 65px;
  transition: all 0.1s ease;
  float: right; }

.hamholder.active {
  background: #fff;
  transition: all 0.1s ease; }
  .hamholder.active .hamburger .line {
    background-color: #718378; }

@keyframes comein {
  from {
    opacity: 0;
    margin-left: 0px;
    width: 10px; }
  to {
    opacity: 1;
    margin-left: -85px;
    width: 85px; } }
@media (max-width: 768px) {
  .hamholder.active:before {
    display: none; } }
.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

#hamburger-6 .line:nth-child(3) {
  width: 15px;
  margin-left: 3px; }

#hamburger-6 {
  height: 65px;
  width: 65px;
  padding-top: 15px;
  padding-left: 15px;
  margin: 0px; }

#hamburger-6.is-active {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-left: 21px;
  padding-top: 12px;
  margin: 0px;
  margin-left: -4px;
  background: transparent; }

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px; }

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10);
  transform: translateY(10); }

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(90deg);
  -ms-transform: translateY(-8px) rotate(90deg);
  -o-transform: translateY(-8px) rotate(90deg);
  transform: translateY(-8px) rotate(90deg);
  width: 30px;
  margin-left: 0px; }

@media (max-width: 768px) {
  .menu-language-container {
    margin-bottom: 40px; }
    .menu-language-container ul#menu-language li {
      display: inline; }
      .menu-language-container ul#menu-language li a {
        padding: 10px 5px !important;
        min-width: auto; }

  div#lang-items a {
    display: inline-block;
    float: left; }
  div#lang-items a.phone:after, div#lang-items a.fax:after, div#lang-items a.mail:after {
    display: none;
    padding: 10px 20px; }
  div#lang-items a.mail {
    float: left;
    margin-left: 28%; } }
/************ HOMEPAGE **************************/
@media (max-width: 992px) {
  .home-aboutus {
    margin-bottom: 40px;
    margin-top: -25%; }

  section.green-bg.pt-50.pb-50.general-information,
  section.header.homepage {
    margin-bottom: 24%; } }
/************ HOMEPAGE PRODUCTS **************************/
section.products {
  margin-bottom: 100px; }
  section.products .product-holder {
    margin-bottom: 100px; }
    section.products .product-holder .product-home {
      text-align: left;
      height: 100%; }
      section.products .product-holder .product-home .underlay {
        background: #E2E2E3;
        height: 100%;
    padding: 0px 15px 20px;
        margin: auto; }
        section.products .product-holder .product-home .underlay img {
          /* transform: scale(1.35); */
          margin-bottom: 70px;
          margin-top: 20px;
          /* margin-left: 20px; */
          max-width: 280px;
          width: 100%;
          transition: all 0.5s ease; }
        section.products .product-holder .product-home .underlay h3 {
          margin-bottom: 30px;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          text-align: center;
          color: #718378;
          font-weight: bold; }
        section.products .product-holder .product-home .underlay:hover img {
          transform: scale(1.05);
          transition: all 0.5s ease; }
        section.products .product-holder .product-home .underlay:hover .hover-text {
          opacity: 1;
          transition: all 0.6s ease; }
        section.products .product-holder .product-home .underlay .hover-text {
          opacity: 0;
          position: absolute;
          top: 0px;
          left: 0px;
          background: rgba(255, 255, 255, 0.9);
          border: 1px solid rgba(0, 0, 0, 0.1);
          padding: 20px;
          transition: all 0.2s ease; }
        section.products .product-holder .product-home .underlay p {
          padding: 0px 20px;
          text-align: justify;
          font-size: 16px;
          color: #718378; }
        section.products .product-holder .product-home .underlay a {
          color: #718378; }
      section.products .product-holder .product-home .downloads {
        margin-top: -22px;
        margin-left: 30px;
        margin-right: 30px; }
        section.products .product-holder .product-home .downloads .btn.btn-primary {
          margin: auto;
          display: block;
          margin-top: 5px; }
        section.products .product-holder .product-home .downloads a.download {
          min-width: auto;
          max-width: 300px; }

  
  .products .product-grid {
    margin-right: -25px;
    margin-left: -25px;
}

.products .product-grid > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 80px;
}

/************  PRODUCTS **************************/
.product-table {
  overflow-x: scroll; }

/************ HOMEPAGE ACCORDION **************************/
#accordion {
  margin-bottom: 5em; }
  #accordion .card-header {
    background: transparent;
    padding: 4px 0px;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    #accordion .card-header:hover {
      background: rgba(0, 0, 0, 0.1); }
    #accordion .card-header .btn-link {
      color: #fff;
      font-size: 1em; }
      #accordion .card-header .btn-link:before {
        background: url("/wp-content/themes/creaunit/assets/images/arrow-right.svg") no-repeat;
        content: "";
        height: 16px;
        width: 16px;
        display: block;
        margin-top: 10px;
        float: left;
        margin-right: 20px;
        transition: all 0.2s ease;
        transform: rotate(90deg); }
      #accordion .card-header .btn-link.collapsed:before {
        background: url("/wp-content/themes/creaunit/assets/images/arrow-right.svg") no-repeat;
        content: "";
        height: 16px;
        width: 16px;
        display: block;
        margin-top: 10px;
        float: left;
        transition: all 0.2s ease;
        transform: rotate(0deg); }
  #accordion .card-body {
    padding: 20px 2.2rem 40px; }

.btn:focus,
.btn.focus,
button:focus,
.btn.active,
.btn:active,
button:active,
.btn-green:active,
.btn-green:not(:disabled):not(.disabled):active {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  border: none; }

/************ MARKETS HOMEPAGE **************************/
section.markets .market {
  margin: auto;
  margin-bottom: 60px;
  text-align: center; }
  section.markets .market img.icon {
    max-width: 130px;
    height: 130px;
    margin: 20px; }

section.orange-bg {
  margin: 3em auto; }
  section.orange-bg .sustainable {
    margin: auto;
    margin-bottom: 15px;
    text-align: center; }
    section.orange-bg .sustainable img.icon {
      max-width: 80px;
      height: 80px;
      margin: 20px; }
  section.orange-bg h2 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff; }
  section.orange-bg h2:after {
    content: '';
    background: #718378;
    width: 40px;
    height: 2px;
    display: block;
    margin-top: 10px; }

/************ ABOUT US **************************/
section.header.grey-bg.aboutus {
  margin-top: 16em;
  padding-bottom: 6em; }
  section.header.grey-bg.aboutus .video {
    margin-top: -14em;
    margin-bottom: 3em; }
  section.header.grey-bg.aboutus .content {
    margin-bottom: 3em; }

section.pand {
  margin-top: -6em;
  margin-bottom: 3em; }

/************ STANDARD PAGE  **************************/
section.header.grey-bg.standard-page {
  margin-top: 16em;
  padding-bottom: 6em; }
  section.header.grey-bg.standard-page .video {
    margin-top: -14em;
    margin-bottom: 3em; }
  section.header.grey-bg.standard-page .content {
    margin-bottom: 3em; }

section.related-products {
  margin-top: -6em;
  margin-bottom: 3em; }

/************ CONTACt **************************/
section.header.grey-bg.contact {
  margin-top: 16em;
  padding-bottom: 2em; }
  section.header.grey-bg.contact .video {
    margin-top: -14em;
    margin-bottom: 3em; }
  section.header.grey-bg.contact .content {
    margin-bottom: 3em; }

section.contact-form {
  padding-top: 0em !important; }

.padding-10em {
  margin-bottom: 10em;
  width: 100%; }

@media (max-width: 768px) {
  section.specifications .specs-block {
    margin-bottom: 1em;
    margin-top: 3em; } }
section.download {
  background: #718378;
  color: #fff;
  margin-top: 100px;
  padding-top: 10px; }
  section.download p.summary {
    color: #fff; }

section.videos {
  background: #f5f5f5; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/************ CONTACT PAGE **************************/
.masthead.contact {
  padding-top: calc(5rem + 55px);
  padding-bottom: 0rem; }
  .masthead.contact .masthead-content {
    background: rgba(0, 0, 0, 0.6);
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 2em;
    padding-bottom: 3em; }
    .masthead.contact .masthead-content .contactblock-wrapper {
      margin-bottom: 20px;
      margin-top: 20px; }
      .masthead.contact .masthead-content .contactblock-wrapper h5 {
        margin-bottom: 5px; }

section.grey-bg {
  background: #f2f2f2;
  padding-top: 5em;
  padding-bottom: 5em; }

/**** MAPS - CONTACTFORM - BUTTONS  ******************************/
label {
  display: block; }

input.form-control {
  border: none;
  background: #b8d1dd;
  padding: 15px;
  border-radius: 0px;
  color: #fff; }
  input.form-control::-webkit-input-placeholder, input.form-control:-moz-placeholder, input.form-control::-moz-placeholder, input.form-control:-ms-input-placeholder {
    /* WebKit browsers */
    color: #FFF;
    text-transform: uppercase; }

input.wpcf7-form-control.wpcf7-file {
  border: none;
  background: transparent; }

input.wpcf7-form-control {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  padding: 15px;
  border-radius: 0px;
  color: #718378; }
  input.wpcf7-form-control::-webkit-input-placeholder, input.wpcf7-form-control:-moz-placeholder, input.wpcf7-form-control::-moz-placeholder, input.wpcf7-form-control:-ms-input-placeholder {
    /* WebKit browsers */
    color: #718378;
    text-transform: uppercase; }

textarea {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  padding: 15px;
  border-radius: 0px; }

input.wpcf7-submit,
input.btn.btn-green,
.btn-green {
  z-index: 99;
  background: #718378;
  border: solid 2px #718378;
  color: #fff;
  border-radius: 0px;
  padding: 15px 25px; }
  input.wpcf7-submit:hover, input.wpcf7-submit:focus, input.wpcf7-submit:active,
  input.btn.btn-green:hover,
  input.btn.btn-green:focus,
  input.btn.btn-green:active,
  .btn-green:hover,
  .btn-green:focus,
  .btn-green:active {
    background: #718378;
    border: 2px solid #fff;
    color: #fff; }

a.active, a:active
a.focus, a:focus {
  color: #718378; }

/**** FOOTER *********/
footer {
  color: #fff !important;
  position: relative;
  background: #718378 0% 0% no-repeat padding-box; }
  footer section.footer {
    background: #718378 0% 0% no-repeat padding-box;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0.9em; }
    footer section.footer a {
      color: #fff; }
    footer section.footer h5 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 5px; }
    footer section.footer .logo-wrapper {
      margin-bottom: 30px; }
    footer section.footer .footer-wrapper {
      margin-bottom: 20px;
      margin-top: 20px; }
    footer section.footer ul {
      list-style: none;
      padding: 0px; }
      footer section.footer ul li.nav-item a {
        text-transform: none; }
      footer section.footer ul li:before {
        display: none; }
    footer section.footer ul.icons {
      margin-left: 30px; }
      footer section.footer ul.icons li {
        margin-bottom: 10px; }
      footer section.footer ul.icons li.phone:before {
        display: inline-table;
        background: url("/wp-content/themes/creaunit/assets/images/phone.svg") no-repeat;
        content: "";
        width: 20px;
        height: 20px;
        margin-top: -6px; }
      footer section.footer ul.icons li.fax:before {
        display: inline-table;
        background: url("/wp-content/themes/creaunit/assets/images/fax.svg") no-repeat;
        content: "";
        width: 22px;
        height: 22px;
        margin-top: -8px; }
      footer section.footer ul.icons li.email:before {
        display: inline-table;
        background: url("/wp-content/themes/creaunit/assets/images/email.svg") no-repeat;
        content: "";
        width: 22px;
        height: 22px;
        margin-top: -6px; }
    footer section.footer img.logo-footer {
      width: 130px; }
    footer section.footer img.iso {
      width: 60px; }

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


.job-holder .underlay h3 {
  margin-left: 0px;
}
section.products .product-holder .product-home .underlay p {

    padding: 0px 20px;
}