@import url('https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap');
/*********************************
*	General
*********************************/
* {
  box-sizing: border-box;
}
html,
body {
  font-size: 14px;
  font-family: "Barlow";
  color: #2e2e32;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.5em;
}
h1 {
  font-size: 48px;
}
a {
  text-decoration: none;
}
.wrapper {
  max-width: 1080px;
  overflow: hidden;
  margin-left: auto !important;
  margin-right: auto !important;
}
ul li {
  list-style-type: disc;
  margin-left: 15px;
}
/*********************************
*	Tables
*********************************/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table tr td {
  padding: 10px 20px;
  border: 1px solid #ccc;
}
table tr td:nth-child(1) {
  border-left: none;
}
table tr td:nth-last-child(1) {
  border-right: none;
}
/*********************************
*	Buttons
*********************************/
.btn,
.wpcf7-submit {
  background: #f7941d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 40px;
  cursor: pointer;
  border: none;
}
/*********************************
*	Forms
*********************************/
.form input[type="text"],
.form input[type="email"],
.form textarea {
  border: 1px solid #cccccc;
  padding: 10px 20px;
  width: 100%;
}
.form .wpcf7-form-control-wrap {
  width: 100%;
}
.form .field-wrapper .field {
  float: left;
  width: 100%;
}
.form .field-wrapper.two-cols .field {
  width: 49%;
}
.form .field-wrapper.two-cols .field.last {
  margin-left: 2%;
}
/*********************************
*	Header
*********************************/
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
header .logo {
  float: left;
  padding-top: 20px;
}
header .menu-wrapper {
  float: right;
}
header .menu-wrapper ul {
  overflow: hidden;
  height: 80px;
}
header .menu-wrapper ul li {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  list-style-type: none;
  margin-left: 0;
}
header .menu-wrapper ul li.current_page_item a {
  background: #585858;
  font-weight: bold;
}
header .menu-wrapper ul li a {
  padding: 30px;
  font-size: 14px;
  display: block;
  color: #fff;
}
header .menu-wrapper:hover ul {
  display: block;
}
.header-page {
  height: 450px;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.header-page .wrapper {
  position: relative;
  height: 100%;
}
.header-page h1 {
  font-weight: bold;
  color: #fff;
  left: 160px;
  position: absolute;
  top: 50%;
}
/*********************************
*	Content
*********************************/
.content-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section-wrapper {
  margin-bottom: 0px;
  height: 700px;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.section-wrapper .image-bg {
  width: 50%;
  background-size: cover;
  /*background-position: center !important;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  float: left;
  position: relative;
}
.section-wrapper .image-bg .vc_column-inner {
  height: 100%;
}
.section-wrapper .image-bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  content: " ";
  z-index: 999;
}
.section-wrapper .image-bg:after {
  /*content: " ";*/
  width: 100px;
  height: 560px;
  top: 70px;
  right: 0;
  position: absolute;
  background: #fff;
  z-index: 999;
}
.section-wrapper .content {
  float: left;
  width: 50%;
  padding: 170px 0;
  z-index: 999;
}
.section-wrapper .content .vc_column-inner {
  position: relative;
}
.section-wrapper .content .vc_column-inner:after {
  content: " ";
  width: 100px;
  top: -60px;
  bottom: -60px;
  left: -100px;
  position: absolute;
  background: #fff;
  z-index: 999;
  display: block;
}
.section-wrapper .content .content-info .vc_icon_element {
  float: left;
  width: 50px;
  margin-bottom: 0;
}
.section-wrapper .content .content-info .wpb_text_column {
  float: left;
  margin-bottom: 0;
}
.section-wrapper .content h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.section-wrapper .content p {
  max-width: 500px;
  margin-bottom: 40px;
}
.section-wrapper-alt {
  margin-bottom: 0px;
  height: 700px;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.section-wrapper-alt .image-bg {
  width: 50%;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  float: left;
  position: relative;
}
.section-wrapper-alt .image-bg .vc_column-inner {
  height: 100%;
}
.section-wrapper-alt .image-bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  content: " ";
  z-index: 99;
}
.section-wrapper-alt .image-bg:after {
  /*content: " ";*/
  width: 100px;
  height: 560px;
  top: 70px;
  left: 0;
  position: absolute;
  background: #fff;
  z-index: 99;
}
.section-wrapper-alt .content {
  float: left;
  width: 50%;
  padding: 170px 0;
  text-align: right;
  z-index: 999;
}
.section-wrapper-alt .content .vc_column-inner {
  position: relative;
}
.section-wrapper-alt .content .vc_column-inner:after {
  content: " ";
  width: 100px;
  top: -60px;
  bottom: -60px;
  right: -100px;
  position: absolute;
  background: #fff;
  z-index: 999;
  display: block;
}
.section-wrapper-alt .content .content-info .vc_icon_element {
  float: left;
  width: 50px;
  margin-bottom: 0;
}
.section-wrapper-alt .content .content-info .wpb_text_column {
  float: left;
  margin-bottom: 0;
}
.section-wrapper-alt .content h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 40px;
  text-align: right;
}
.section-wrapper-alt .content p {
  max-width: 500px;
  margin-bottom: 40px;
  text-align: right;
  display: inline-block;
}
/*********************************
*	Home
*********************************/
.slideshow-wrapper,
.video-wrapper {
  height: 700px;
  width: 100%;
}
.slideshow-wrapper .slide,
.video-wrapper .slide {
  height: 700px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.slideshow-wrapper .slide .title,
.video-wrapper .slide .title {
  font-size: 48px;
  font-weight: bold;
  max-width: 340px;
  color: #fff;
  padding-top: 315px;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.slideshow-wrapper .slide .content a,
.video-wrapper .slide .content a {
  background: #f7941d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 40px;
}
.slideshow-wrapper .bx-pager.bx-default-pager,
.video-wrapper .bx-pager.bx-default-pager {
  margin-top: -110px;
  position: absolute;
  width: 1080px;
  left: 50%;
  margin-left: -540px;
}
.slideshow-wrapper .bx-pager.bx-default-pager .bx-pager-item,
.video-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}
.slideshow-wrapper .bx-pager.bx-default-pager .bx-pager-item a,
.video-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  text-indent: -9999px;
  width: 30px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background: #585858;
}
.slideshow-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active,
.video-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
  background: #f7941d;
}
.slideshow-wrapper .bx-controls,
.video-wrapper .bx-controls {
  position: relative;
  z-index: 999;
}
.video-wrapper {
  background: #2e2e32;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
}
.video-wrapper .heading {
  width: 100%;
}
.video-wrapper .heading h3 {
  color: #fff;
}
.video-wrapper .video-slideshow .slide-img {
  height: 310px;
  width: 540px;
  float: left;
}
.video-wrapper .video-slideshow .slide-info {
  color: #fff;
  margin-left: 590px;
}
.video-wrapper .video-slideshow .slide-info .title {
  padding-top: 0;
}
.video-wrapper .bx-controls {
  /*position: absolute; bottom: 0;*/
}
.video-wrapper .bx-controls .bx-pager.bx-default-pager {
  margin-top: -340px;
}
.home-heading {
  margin-bottom: 100px;
  height: 700px;
  width: 100%;
}
.home-heading .image-bg {
  width: 50%;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  float: left;
  position: relative;
}
.home-heading .image-bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  content: " ";
}
.home-heading .image-bg:after {
  content: " ";
  width: 100px;
  height: 560px;
  top: 70px;
  right: 0;
  position: absolute;
  background: #fff;
}
.home-heading .content {
  float: left;
  width: 50%;
  padding: 170px 0;
}
.home-heading .content h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.home-heading .content p {
  max-width: 500px;
  margin-bottom: 40px;
}
.home-heading .content a {
  background: #f7941d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 40px;
}
.featured-wrapper {
  overflow: hidden;
}
.featured-wrapper div.columns-4 {
  margin-bottom: 100px;
}
.featured-wrapper div.columns-4 ul li {
  /*margin-bottom: 0 !important;*/
  list-style-type: none;
  margin-left: 0;
}
.featured-wrapper div.columns-4 .button {
  display: none;
}
.featured-wrapper div.columns-4 .woocommerce-LoopProduct-link {
  font-size: 18px;
  font-weight: bold;
  color: #2e2e32;
  text-align: center;
}
.featured-wrapper .brand-logo {
  float: left;
  margin-bottom: 50px;
}
.featured-wrapper .brand-logo img {
  max-height: 45px;
  width: auto;
}
.featured-wrapper .heading {
  float: left;
  margin-bottom: 50px;
}
.featured-wrapper .heading h3 {
  font-size: 36px;
  position: relative;
  padding-bottom: 40px;
}
.featured-wrapper .heading h3:after {
  content: " ";
  background: #f7941d;
  width: 60px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.featured-wrapper .seeall {
  float: right;
}
.featured-wrapper .seeall a {
  display: inline-block;
  background: #f7941d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 40px;
}
/*********************************
*	Footer
*********************************/
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background: #2e2e32;
  color: #fff;
  overflow: hidden;
}
footer .menu-footer a {
  color: #fff;
  padding: 0 0 20px 0;
  display: block;
}
footer .menu-footer li {
  list-style-type: none;
  margin-left: 0;
}
footer .contact ul {
  overflow: hidden;
}
footer .contact ul li {
  padding-left: 40px;
  margin-bottom: 20px;
  background: url("../img/contact.png") no-repeat;
  list-style-type: none;
  margin-left: 0;
}
footer .contact ul li:nth-child(2) {
  background-position: 0px -39px;
}
footer .contact ul li:last-child {
  background-position: 0px -151px;
}
footer .follow ul {
  overflow: hidden;
}
footer .follow ul li {
  list-style-type: none;
  margin-left: 0;
  background: url("../img/social.png") no-repeat;
  float: left;
  margin-right: 20px;
}
footer .follow ul li:nth-child(2) {
  background-position: -36px 0;
}
footer .follow ul li:last-child {
  background-position: -74px 0;
}
footer .follow ul li a {
  width: 18px;
  height: 18px;
  display: block;
}
footer .col {
  float: left;
  width: auto;
  margin-right: 90px;
  max-width: 265px;
}
footer .col:last-child {
  margin-right: 0;
}
footer .col h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.copyright {
  background: #585858;
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
/*********************************
*	Product
*********************************/
.product-page {
  padding-top: 100px;
}
article.product .entry-header {
  display: none;
}
.gallery-layout img {
  width: 100%;
}
.gallery-layout ul {
  margin-top: 20px;
}
.gallery-layout ul li {
  list-style-type: none;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 23%;
  height: 100px;
  cursor: pointer;
}
.gallery-layout ul li:nth-child(4n) {
  margin-right: 0;
}
/*--------------------------------
	Mobile
--------------------------------*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  html,
  body {
    font-size: 12px;
    font-family: "Barlow";
    color: #2e2e32;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  .wrapper {
    padding: 0 20px;
  }
  header .logo {
    position: relative;
    z-index: 999;
  }
  header .menu-wrapper {
    position: absolute;
    width: 100%;
    height: 80px;
  }
  header .menu-wrapper ul {
    position: absolute;
    top: 80px;
    background: #585858;
    left: -20px;
    width: 100%;
    height: auto;
    display: none;
  }
  header .menu-wrapper ul li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: none;
  }
  header .menu-wrapper ul li:nth-last-child(1) {
    border: none;
  }
  header .menu-wrapper ul li a {
    padding: 10px 30px;
  }
  header .menu-wrapper:after {
    content: "\f0c9";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    text-decoration: inherit;
    display: inline-block;
    color: #fff;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
  }
  footer .col {
    margin-top: 20px;
  }
  footer .menu-footer a {
    padding: 0;
  }
  .slideshow-wrapper {
    height: 350px;
  }
  .slideshow-wrapper .slide {
    height: 350px;
  }
  .slideshow-wrapper .slide .title {
    padding-top: 140px;
    max-width: auto;
    font-size: 30px;
  }
  .home-heading,
  .section-wrapper,
  .section-wrapper-alt {
    height: auto;
    position: relative;
    margin-top: -20px;
    padding: 20px;
  }
  .home-heading .image-bg,
  .section-wrapper .image-bg,
  .section-wrapper-alt .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-heading .image-bg:after,
  .section-wrapper .image-bg:after,
  .section-wrapper-alt .image-bg:after {
    content: none;
  }
  .home-heading .content,
  .section-wrapper .content,
  .section-wrapper-alt .content {
    width: auto;
    padding: 20px;
    float: none;
    position: relative;
    z-index: 999;
    background: #fff;
  }
  .product-page {
    padding: 20px;
  }
  .featured-wrapper div.columns-4 {
    margin-bottom: 50px;
  }
  .video-wrapper {
    height: auto;
  }
  .video-wrapper .bx-controls {
    height: 20px;
  }
  .video-wrapper .bx-controls .bx-pager {
    top: 10px;
    width: auto;
    left: 0;
    margin: 0;
  }
  .video-wrapper .slide {
    height: auto;
  }
  .video-wrapper .video-slideshow .slide-img {
    float: none;
  }
  .video-wrapper .video-slideshow .slide-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
