/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
@font-face {
  font-family: "indie_flowerregular";
  src: url("fonts/indieflower-regular-webfont.woff2") format("woff2"), url("fonts/indieflower-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dreaming_outloud_scriptRgpro";
  src: url("fonts/dreaming-outloud-pro-script-webfont.woff2") format("woff2"), url("fonts/dreaming-outloud-pro-script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bauhaus Italic";
  src: url("fonts/Bauhaus-Italic.eot");
  src: url("fonts/Bauhaus-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Bauhaus-Italic.woff2") format("woff2"), url("fonts/Bauhaus-Italic.woff") format("woff"), url("fonts/Bauhaus-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bauhaus Bold";
  src: url("fonts/Bauhaus-Bold.eot");
  src: url("fonts/Bauhaus-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Bauhaus-Bold.woff2") format("woff2"), url("fonts/Bauhaus-Bold.woff") format("woff"), url("fonts/Bauhaus-Bold.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Bauhaus Bold Italic";
  src: url("fonts/Bauhaus-BoldItalic.eot");
  src: url("fonts/Bauhaus-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Bauhaus-BoldItalic.woff2") format("woff2"), url("fonts/Bauhaus-BoldItalic.woff") format("woff"), url("fonts/Bauhaus-BoldItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Bauhaus 93";
  src: url("fonts/Bauhaus93.eot");
  src: url("fonts/Bauhaus93.eot?#iefix") format("embedded-opentype"), url("fonts/Bauhaus93.woff2") format("woff2"), url("fonts/Bauhaus93.woff") format("woff"), url("fonts/Bauhaus93.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bauhaus Regular";
  src: url("fonts/Bauhaus-Regular.eot");
  src: url("fonts/Bauhaus-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Bauhaus-Regular.woff2") format("woff2"), url("fonts/Bauhaus-Regular.woff") format("woff"), url("fonts/Bauhaus-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "visby_cfextra_bold";
  src: url("fonts/visbycf-extrabold-webfont.woff2") format("woff2"), url("fonts/visbycf-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font-handwritten {
  font-family: "indie_flowerregular";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "visby_cfextra_bold", serif !important;
}

.menu-item a {
  font-family: "visby_cfextra_bold", serif !important;
}

.product-tiles .pp-content-grid-post-text {
  padding: 12px 0 20px 0 !important;
}
.product-tiles .pp-content-grid-post-image {
  width: 100%;
  position: relative;
  padding-top: 65%;
}
.product-tiles .pp-content-grid-post-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-tiles .pp-content-grid-post-image a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-tiles .pp-content-grid-empty {
  display: none;
}
.product-tiles .uabb-post-wrapper {
  transition: all 0.5s;
}
.product-tiles .uabb-post-wrapper:hover {
  transform: scale(1.05, 1.05);
}
.product-tiles .subproduct-tile .uabb-post-thumbnail {
  width: 100%;
  position: relative;
  padding-top: 65%;
  background-image: url("img/broken-thumb.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-tiles .subproduct-tile .uabb-post-thumbnail a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-tiles .subproduct-tile .uabb-post-thumbnail a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product-tiles .subproduct-tile h4 {
  margin-top: 10px;
}

#menu-hoofdmenu .uabb-menu-toggle {
  position: absolute !important;
  padding-left: 20px;
}
#menu-hoofdmenu .sub-menu {
  margin-bottom: 40px;
}

.form-row {
  display: flex;
}
.form-row .form-column {
  flex: 1;
  padding: 20px;
}
.form-row .form-column:first-child {
  padding-left: 0;
}
.form-row .form-column:last-child {
  padding-right: 0;
}
.form-row .form-column select, .form-row .form-column input, .form-row .form-column p, .form-row .form-column label, .form-row .form-column .wpcf7-form-control-wrap {
  width: 100%;
}
.form-row .form-column input[type=text], .form-row .form-column input[type=email], .form-row .form-column input[type=tel], .form-row .form-column textarea {
  background-color: #f0f0f0;
}
.form-row .form-column input[type=checkbox] {
  width: 30px;
  float: left;
}
.form-row .form-column.checkbox-column {
  margin: 20px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}
.form-row .form-column.checkbox-column label {
  padding-left: 25px;
}

.fl-page > header {
  background: black;
  -webkit-box-shadow: 0px 10px 58px -23px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 58px -23px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 58px -23px rgba(0, 0, 0, 0.5);
  z-index: 9 !important;
}
@media (max-width: 768px) {
  .fl-page > header {
    border-bottom: 1px solid #191919;
  }
}

@media (min-width: 768px) {
  .fl-module-content-slider .bx-slider {
    margin-bottom: 0 !important;
  }
  .fl-module-content-slider .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .fl-module-content-slider .bx-wrapper .bx-pager {
    bottom: 30px !important;
  }
  .fl-module-content-slider .bx-wrapper .fl-slide-content {
    pointer-events: none;
  }
  .fl-module-content-slider .bx-wrapper .fl-slide-bg-link:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.3137254902);
  }
  .fl-module-content-slider .fl-slide-foreground {
    height: 100% !important;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    max-width: none !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .fl-module-content-slider .fl-slide-foreground .fl-slide-content-wrap {
    margin-bottom: 40px !important;
  }
  .fl-module-content-slider .fl-slide-foreground .fl-slide-content-wrap h2 {
    font-size: 48px !important;
    margin-bottom: 0 !important;
  }
  .fl-module-content-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text {
    max-width: 600px;
    margin: 0 auto;
  }
  .fl-module-content-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text p {
    display: inline-block;
    font-size: 16px !important;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .fl-module-content-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text .ghost-button {
    width: auto;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px !important;
    padding: 6px 17px !important;
    border: 1px solid white;
  }
}
@media (max-width: 768px) {
  .fl-page .fl-slide-foreground {
    max-width: none !important;
  }
  .fl-content-slider-navigation {
    top: 45%;
  }
  .fl-slide-content-wrap {
    bottom: 0 !important;
    position: absolute !important;
  }
  .fl-slide-content-wrap .fl-slide-content {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .fl-content-slider .fl-slide-bg-photo {
    position: inherit !important;
    background-position: left center;
  }
  .fl-slide-mobile-photo {
    height: 80vh;
    position: relative;
  }
  .fl-slide-mobile-photo img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
  }
  .bx-has-pager {
    display: none;
  }
}
.footer-bottom-row {
  font-size: 0.75em;
}

@media (max-width: 768px) {
  .home .homepage-slider .fl-col-content {
    min-height: 0 !important;
  }
  .home .homepage-slider .fl-module-content-slider .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
.home .home-photo-row .fl-photo-content {
  transition: all 0.5s;
}
.home .home-photo-row .fl-photo-content:hover {
  transform: scale(1.05, 1.05);
}

img[src*="pixel.png"] {
  display: none;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  float: left;
  width: 100%;
  clear: both;
}

.gmbrr .listing .text {
  color: #fff;
}

.gmbrr.contrast .listing .rating {
  color: #f39400;
}
.gmbrr .author-name a {
  color: #fff;
}

.fl-post-grid-empty {
  display: none;
}

footer .fl-icon-wrap {
  display: flex;
}
footer .fl-icon-wrap .fl-icon-text {
  padding-left: 20px !important;
}
footer .fl-icon-wrap .fl-icon {
  width: 40px;
  display: flex;
  justify-content: center;
}
footer .google-business-reviews-rating {
  box-shadow: none !important;
}

.products-slider .fl-post-carousel-post {
  border: 0 !important;
}
.products-slider .fl-post-carousel-post .fl-post-carousel-image {
  border-radius: 10px !important;
  overflow: hidden;
}
.products-slider .fl-post-carousel-post .fl-post-carousel-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
  z-index: 9;
  border-radius: 10px;
}
.products-slider .fl-post-carousel-text {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.products-slider .fl-post-carousel-text a {
  color: #fff !important;
}

.featured-image-right {
  position: relative;
}
.featured-image-right .fl-photo-content {
  display: flex;
  width: 100%;
}
.featured-image-right .fl-photo-content img {
  width: 100%;
  height: auto;
  position: absolute;
}

@media (min-width: 992px) {
  .col-right-sub-products .fl-post-feed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
.col-right-sub-products .fl-post-feed-post {
  border: 0 !important;
}
.col-right-sub-products .fl-post-feed-post .sub-products-list {
  display: flex;
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .col-right-sub-products .fl-post-feed-post .sub-products-list {
    margin-bottom: 20px !important;
  }
}
.col-right-sub-products .fl-post-feed-post .sub-products-list .fl-post-image {
  aspect-ratio: 1/1;
  max-width: 60px;
  width: 60px;
  height: 60px;
  display: block;
  background: #f0f0f0;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.col-right-sub-products .fl-post-feed-post .sub-products-list .fl-post-image a {
  position: relative;
  max-width: 60px;
  width: 60px;
}
@media (min-width: 992px) {
  .col-right-sub-products .fl-post-feed-post .sub-products-list .fl-post-image a {
    max-width: 100px;
  }
}
.col-right-sub-products .fl-post-feed-post .sub-products-list .fl-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-right-sub-products .fl-post-feed-post .sub-products-list .fl-post-text {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.col-right-sub-products .fl-post-feed-post .sub-products-list div.fl-post-title {
  font-size: 15px !important;
  line-height: 1.3 !important;
}
.col-right-sub-products .fl-post-feed-post .sub-products-list div.fl-post-title a {
  color: #000;
}

.fl-col-small:not(.fl-col-small-full-width) {
  max-width: none !important;
}

@media (max-width: 992px) {
  .header-row .fl-row-content .fl-col-group {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (max-width: 992px) {
  .uabb-menu-toggle {
    position: absolute !important;
  }
}
footer .full-menu a {
  border: 1px solid gray;
  border-radius: 100px;
  color: #fff;
  padding: 8px 14px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

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