/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.14
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "DINPro";
  font-weight: normal;
  src: url(/wp-content/themes/flatsome-child/fonts/GMV_DIN_Pro.ttf);
}

@font-face {
  font-family: "DINPro";
  font-weight: bold;
  src: url(/wp-content/themes/flatsome-child/fonts/GMV_DIN_Pro-Bold.ttf);
}

@font-face {
  font-family: "DINProCond";
  font-weight: normal;
  src: url(/wp-content/themes/flatsome-child/fonts/GMV_DIN_Pro_Cond.ttf);
}

@font-face {
  font-family: "DINProCond";
  font-weight: bold;
  src: url(/wp-content/themes/flatsome-child/fonts/GMV_DIN_Pro_Cond_Bold.ttf);
}

@font-face {
  font-family: "DINProCondLight";
  font-weight: normal;
  src: url(/wp-content/themes/flatsome-child/fonts/GMV_DIN_Pro_Cond_Light.ttf);
}

body {
  font-family: "DINPro","Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1.2rem !important;
  text-rendering: optimizeSpeed;
  overflow: hidden;
}

.home #main .equalize-box > .col:nth-child(4), .home #main .equalize-box > .col:nth-child(8) {
  border-right: none !important;
}

h1, h2, h3, h4 {
  font-family: "DINProCondLight", "Roboto Condensed", sans-serif !important;
  font-weight: normal;
}

h5, h6 {
  font-family: "DINProCond", "Roboto Condensed", sans-serif !important;
  font-weight: normal;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

sup {
  font-size: 14px;
}

.button:not(.is-outline), button, input[type=submit], input[type=reset], input[type=button] {
  font-family: "DINProCond", "Roboto Condensed", sans-serif !important;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 24px;
  text-rendering: optimizeSpeed;
  line-height: 1;
  min-height: 30px;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 1;
  border: none;
}

.button:not(.is-outline) span, button span, input[type=submit] span, input[type=reset] span, input[type=button] span {
  line-height: 1;
}

.button.secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 150%;
  height: 100%;
  background-color: #00000030;
  -webkit-transform: skew(24deg) translateX(-100%);
          transform: skew(24deg) translateX(-100%);
  -webkit-transition: -webkit-transform 0.23s ease-in-out;
  transition: -webkit-transform 0.23s ease-in-out;
  transition: transform 0.23s ease-in-out;
  transition: transform 0.23s ease-in-out, -webkit-transform 0.23s ease-in-out;
  z-index: -1;
}

.button.secondary:not(.is-link):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.secondary:not(.is-link):hover::after {
  -webkit-transform: skew(33deg) translateX(0);
          transform: skew(33deg) translateX(0);
}

.button.is-link {
  font-weight: bold;
}

b, strong {
  font-weight: bold !important;
}

.shortcode-error {
  display: none;
}

.star-rating {
  font-size: 14px;
}

.star-rating::before {
  content: '\e005\e005\e005\e005\e005' !important;
  color: #e5e5e5 !important;
}

.stars a.active,
.star-rating span:before {
  color: #fe9727 !important;
}

.badge-inner.on-sale {
  background-color: #bf081f !important;
}

.is-divider {
  display: none;
}

.badge-outline, .badge-circle {
  margin-left: 10px;
}

/* #region | GENERAL */
.compare-items > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.compare-items > .col-inner .icon-box {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.compare-items > .col-inner .icon-box-img {
  width: 80% !important;
}

.compare-items > .col-inner .icon-box-text h6,
.compare-items > .col-inner .icon-box-text h5 {
  text-transform: none;
  line-height: initial;
}

.compare-items > .col-inner ul {
  list-style: none;
}

.compare-items > .col-inner ul li {
  margin-left: 0;
}

.testimonial-slider .testimonial-text.is-italic {
  font-style: normal !important;
}

.testimonial-slider .testimonial-text.is-italic h2, .testimonial-slider .testimonial-text.is-italic h3, .testimonial-slider .testimonial-text.is-italic h4, .testimonial-slider .testimonial-text.is-italic h5 {
  font-weight: normal;
  font-family: "DINPro",sans-serif !important;
  font-size: 18px;
}

.testimonial-slider .testimonial-text.is-italic p {
  font-size: 0.9em;
  opacity: 0.8;
}

.testimonial-slider .testimonial-meta {
  font-size: 18px;
  font-weight: normal;
}

.teaser-box .col-inner {
  width: 100%;
  min-height: 440px;
  background-color: #f6f6f6;
  min-height: 100%;
}

.teaser-box .col-inner .teaser-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 48px;
}

.teaser-box h2 {
  font-size: 48px;
  margin-bottom: 8px;
}

.teaser-box p {
  margin-bottom: 0;
}

.product-box .product-box-text {
  padding: 18px 40px 30px;
  padding-top: 70px;
}

.dvls_maps_wrap input.dvls-submit {
  line-height: 35px;
  font-weight: unset;
  min-height: 35px;
  background: black !important;
}

.dvls_maps_wrap .dvls_result_infor h3 {
  font-family: "DINPro",sans-serif !important;
  font-size: 24px !important;
  line-height: 24px !important;
  font-weight: normal !important;
}

.nav-pagination > li > span,
.nav-pagination > li > a {
  border-radius: 0px;
  border: 1px solid #00000020;
  background: white;
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 8px 15px #00000019, 0 2px 2px #00000022;
          box-shadow: 0 8px 15px #00000019, 0 2px 2px #00000022;
}

img.mfp-img {
  background-color: white;
}

.specifications p {
  font-size: 16px;
}

.top-90 {
  top: 60px;
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* #endregion | GENERAL */
/* #region | HEADER */
#masthead .nav > li > a {
  font-family: "DINProCond", "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: normal;
}

#masthead .nav-line-bottom > li > a:before {
  background-color: #00a9e9;
}

.category-icons > .col > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-icons a.plain {
  position: relative;
}

.category-icons .icon-box {
  max-width: 78px;
  margin: 0 22px;
  padding: 16px 0 22px;
  display: inline-block;
}

.category-icons .icon-box-text h6,
.category-icons .icon-box-text h5 {
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-family: "DINPro" !important;
  font-size: 12px;
}

.category-icons__label {
  position: absolute;
  bottom: 4px;
  left: 50%;
  color: #00aae6;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* #endregion | HEADER */
/* #region | HOME */
.section-slider .flickity-viewport::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 0 40px 150vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-slider .flickity-page-dots {
  bottom: 0px;
}

.section-slider .flickity-page-dots .dot {
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 2px solid #666;
}

.section-slider .flickity-page-dots .dot.is-selected {
  background-color: transparent;
  border-color: #00a9e9;
}

.home-body > .col > .col-inner {
  min-height: 440px;
}

/* #endregion | HOME */
/* #region | FOOTER */
#footer h3, #footer h4 {
  font-weight: normal;
  font-size: 24px;
}

#footer ul {
  list-style: none;
  font-size: 14px;
  color: #6b6b6b;
}

#footer ul li {
  margin-left: 0;
}

#footer ul li a {
  color: #6b6b6b;
}

.absolute-footer {
  display: none;
}

/* #endregion | FOOTER */
/* #region | BLOG ARCHIVE */
.blog-archive h1.page-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 64px;
}

.blog-archive .post-item .post-title {
  font-size: 24px;
  margin-bottom: 10px;
  height: 66px;
  overflow: hidden;
}

.blog-archive .post-item .post-title:hover {
  color: #6b6b6b;
}

.blog-archive .post-item .box-text {
  padding: 30px 20px;
  background: #f6f6f6;
}

.blog-archive .post-item .col-inner {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}

.blog-archive .post-item a:hover {
  color: black;
}

.blog-archive .post-item .page-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
}

.blog-archive .post-item .from_the_blog_excerpt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6rem;
}

.box-blog-post .is-divider {
  display: none;
}

.blog-archive .from_the_blog_comments {
  display: none;
}

.badge-outline .badge-inner:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  border: 3.2px solid black;
  border-left-color: transparent;
  border-bottom-color: transparent;
  bottom: -6px;
  z-index: -1;
  left: 0px;
}

/* #endregion */
/* #region | BLOG SINGLE */
.featured-title {
  text-shadow: none;
  background-color: #f6f6f6 !important;
}

.featured-title .page-title-inner {
  padding: 0;
}

.featured-title .entry-category a {
  font-family: "DINProCondLight",sans-serif;
  color: #999;
  text-transform: none;
  font-size: 48px;
  font-weight: normal;
}

.featured-title .logo-post {
  width: auto;
  max-width: 180px;
  max-height: 46px;
}

.page-title-inner .flex-left {
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f6f6f6), color-stop(85%, #f6f6f650), color-stop(99%, #f6f6f600));
  background-image: linear-gradient(to right, #f6f6f6 50%, #f6f6f650 85%, #f6f6f600 99%);
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* #endregion | BLOG SINGLE */
@media (max-width: 849px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 30px;
  }
  .featured-title .entry-category a {
    font-size: 36px;
  }
  .compare-items > .col-inner .icon-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .teaser-box .col-inner .teaser-text {
    position: relative;
  }
  .top-90 {
    position: relative;
  }
  .footer-bottom .col-inner.text-right,
  .footer-bottom .col-inner.text-left {
    text-align: center;
  }
  .page-title-inner .flex-left {
    min-height: auto;
  }
  .page-title-bg-mobile > img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order-1-mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*# sourceMappingURL=style.css.map */