.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
body {
  font: 14px "Open Sans", sans-serif;
  line-height: 1.42857143;
  background-color: #eec616;
}

/* header + menu */
.site-branding {
  margin-top: 20px;
}

.row-sub-top-menu {
  position: relative;
  height: 50px;
  margin-top: 20px;
}
.row-sub-top-menu .sub-top-menu-float {
  width: 100%;
}
.row-sub-top-menu .sub-top-menu {
  width: 130px;
}
.row-sub-top-menu .search-input {
  position: absolute;
  right: 21px;
  top: 3px;
  outline: 0 none;
  margin-top: -8px;
  display: none;
  border: 1px solid #cdcdcd;
  margin-right: 5px;
  z-index: 1;
  width: 300px;
}
.row-sub-top-menu .search-button {
  background: url("../img/header-zoeken.png") no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
.row-sub-top-menu .search-button:hover {
  background-position: 0 -18px;
}

body.logged-in .row-sub-top-menu .sub-top-menu {
  width: 280px;
}

.menu-main-menu-container {
  float: right;
}

.menu a {
  color: #969797;
}
.menu a:hover {
  color: #eec616;
  text-decoration: none;
}

#top-menu {
  font-weight: 600;
  list-style: none;
  margin: 0;
  display: block;
}
#top-menu li {
  padding: 0 0 0 20px;
  float: left;
}

#primary-menu {
  font-weight: 700;
}
#primary-menu li {
  padding: 0 0 0 30px;
}

@media all and (min-width: 859px) {
  .sub-menu {
    width: 200px;
    background: #333;
    display: block !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .sub-menu li {
    padding: 9px 20px !important;
    width: 200px;
    display: block;
    float: none;
    border-bottom: solid 1px #3d3d3d;
    font-size: 12px;
    font-weight: 600;
  }
  .sub-menu li a {
    color: #c2c2c2;
  }
}
/* .header + menu */
/* General CSS */
#page {
  overflow-x: hidden;
  background-color: #fff;
}

main a {
  color: #000;
  transition: all 0.3s linear;
}
main a:hover {
  text-decoration: none;
  color: #000;
}
main a:visited {
  color: #000;
}

.row {
  position: relative;
}

img {
  transition: all 0.3s linear;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  padding: 5px;
  width: 100%;
  background: #e8e8e8;
  border: 0;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

a.btn,
input[type=submit],
.uno_button {
  font-size: 14px;
  padding: 5px 30px;
  font-weight: 700;
  background: #eec616;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 30px;
  line-height: 16px;
}

a.btn {
  width: 210px;
  padding: 7px 20px;
}

.wpcf7-textarea {
  max-height: 200px !important;
  height: 200px !important;
}

.uno_login_row .uno_button {
  width: 102px;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px !important;
  display: none;
}

/* .General CSS */
/* Home Page */
.one-slide {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  padding: 30px 0 !important;
}
.one-slide h3 {
  font-size: 48px;
  font-weight: 800;
}
.one-slide h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
.one-slide .one-slide-button {
  position: absolute;
  bottom: 40px;
  display: block;
  padding: 4px 8px;
  font-size: 22px;
  background: #fff;
  border: #fff;
  font-weight: 800;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.one-slide .one-slide-button:hover {
  color: #eec616;
}

.no-pad {
  padding: 0;
}

.entry-header.home {
  background-color: #eec616;
  min-height: 100px;
  box-shadow: 0 0 8px #888;
}

body.home .entry-content {
  margin-bottom: 50px;
}

article.post-21 .container {
  display: flex;
  flex-flow: wrap;
}

.home-block {
  font-weight: 300;
}
.home-block h2 {
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
  height: 50px;
}
.home-block h2:before {
  content: "";
  background: url("../img/icon-sprite.png") no-repeat;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
  top: 10px;
  left: -10px;
}
.home-block a {
  transition: none !important;
}
.home-block a:hover {
  color: #eec616 !important;
}

.h-block01 h2:before {
  background-position: 0 -76px;
}
.h-block01 a:hover h2:before {
  background-position: -38px -76px;
}

.h-block02 h2:before {
  background-position: 0 -38px;
}
.h-block02 a:hover h2:before {
  background-position: -38px -38px;
}

.h-block03 h2:before {
  background-position: 0 -114px;
}
.h-block03 a:hover h2:before {
  background-position: -38px -114px;
}

.h-block04 a:hover h2:before {
  background-position: -38px 0;
}

#primary {
  min-height: 610px;
}

/* .Home Page */
/* Other Pages */
header.entry-header h2 {
  font-size: 48px;
  font-weight: 800;
}

header.content-page {
  background-color: #eec616;
  width: 100%;
  box-shadow: 0 0 8px #888;
  overflow: hidden;
  margin-bottom: 50px;
}
header.content-page h1.entry-title {
  font-size: 30px;
}

@media all and (min-width: 824px) {
  body:not(.single) header.content-page {
    height: 171px;
  }
}
body.page-id-158 header.content-page,
body.page-id-160 header.content-page {
  margin-bottom: 0;
}

.title-area-pages {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

.padtop30 {
  padding-top: 30px;
}

.padtop40 {
  padding-top: 40px;
}

.news-img {
  background-color: #cccccc;
  position: relative;
}

.news-overlay {
  position: absolute;
  width: 100%;
  height: 150px;
  background-color: #eec616;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.p-above-news {
  margin: 40px -15px 24px -15px;
}

.blog-container {
  display: flex;
  flex-wrap: wrap;
}
.blog-container .news-post-col {
  margin-bottom: 20px;
}
.blog-container .news-post-col a {
  transition: all 0.5s;
}
.blog-container .news-post-col a article {
  background: #eec616;
}
.blog-container .news-post-col a article h3 {
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  padding: 22px 10px 10px 10px;
}
.blog-container .news-post-col a article .intro-text {
  padding: 0 10px 20px;
  height: 50px;
}
.blog-container .news-post-col a article .read-more {
  font-size: 12px;
  padding: 20px 10px;
}
.blog-container .news-post-col a:hover {
  color: #000 !important;
}
.blog-container .news-post-col a:hover .news-overlay {
  opacity: 0.6;
}
.blog-container .news-post-col a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

@media all and (max-width: 991px) {
  .news-post-col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.single-col-row {
  margin-bottom: 30px;
}

/* .Other Pages */
/* Contact Page */
#map {
  height: 300px;
  box-shadow: 0 5px 8px #888;
  margin-bottom: 60px;
}

.row-contact,
.row-login {
  margin: 50px -15px;
}
.row-contact h3,
.row-login h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* .Contact Page */
/* Products Page */
.col-products {
  margin-bottom: 30px;
}
.col-products a:hover {
  color: #000 !important;
}

.product-container {
  background-color: #eec616;
}
.product-container .view-left,
.product-container .view-right {
  width: 50%;
  height: 220px;
}
.product-container .view-left {
  padding: 22px 10px 10px 22px;
}
.product-container .view-left strong {
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}
.product-container .view-right {
  background-color: #fff !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 0.5s;
}
.product-container:hover .view-right {
  opacity: 0.5;
}

@media all and (max-width: 490px) {
  .product-container .view-left strong {
    font-size: 25px;
  }
}
.product-title h1.entry-title {
  font-size: 48px !important;
  font-weight: 800;
}
.product-title h2 {
  font-weight: 500 !important;
  font-size: 30px !important;
}

.grouped-products {
  font-size: 18px;
  font-weight: 800;
}

.float-left {
  float: left;
}

/* .Products Page */
/* News Page + Single Post Page */
body.single article {
  padding-top: 30px;
}
body.single .malsup-pager .thumb {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.main-product-image-carousel {
  height: 350px;
}
.main-product-image-carousel .carousel-cell {
  text-align: center;
  width: 100%;
  background-color: #f0f0f0;
  height: 350px;
}
.main-product-image-carousel .carousel-cell img {
  height: 350px;
  object-fit: contain;
}

.main-carousel {
  height: 70px;
  margin-top: 20px;
}
.main-carousel .carousel-cell {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.main-carousel .carousel-cell img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  padding: 5px;
  border: solid 1px #ddd;
  box-shadow: 4px 4px 4px -3px #ddd, -4px 4px 4px -3px #ddd, 4px -4px 4px -3px #ddd;
}

.sp-overview strong {
  display: block;
  margin: 20px 0;
}
.sp-overview ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.sp-overview ul li {
  font-weight: 300;
  padding-left: 24px;
  background: url(../img/check.png) no-repeat 0 2px;
  background-size: 18px 20px;
  line-height: 24px;
}
.sp-overview ul.no-check li {
  background: none !important;
  padding-left: 0;
}
.sp-overview ul.no-check span.lbl,
.sp-overview ul.no-check span.val {
  display: inline-block;
  width: 46px;
}
.sp-overview ul.no-check span.val {
  text-align: right;
  width: 34px;
  margin-right: 5px;
}

.cat-button,
.cat-button-sp {
  width: 200px;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: #eec616;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 800;
  padding: 10px;
  display: inline-block;
  text-align: center;
}
.cat-button:hover,
.cat-button-sp:hover {
  color: #959595 !important;
}

.product-simple h3 {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 0 10px 0;
}
.product-simple .col-sm-3 button {
  margin-top: 58px;
}

.last-row {
  margin-bottom: 50px;
}

.hl-product-container {
  margin-top: 20px;
}
.hl-product-container h4 {
  font-size: 18px !important;
  font-weight: 800 !important;
  padding: 15px 0;
}
.hl-product-container a.more {
  font-weight: 700;
  text-decoration: underline;
}

a.more:hover,
h4 a:hover {
  color: #eec616;
}

.alm-listing .alm-reveal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.grouped-col {
  margin-bottom: 30px;
}

/* .News Page + Single Post Page */
/* Woocommerce Site */
.woocommerce-page h2 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-id-18 .col-1,
.page-id-18 .col-2 {
  max-width: 100% !important;
  flex: 0 0 100%;
}

.woocommerce-MyAccount-navigation-link--orders {
  display: none;
}

li.logged-in {
  display: none;
}

.logged-in li.logged-in {
  display: inline-block;
}
.logged-in li.menu-item-44 {
  display: none;
}

.uno-row-custom {
  margin: 0 0 30px 0;
}

.unoliner-password-row span.password-input {
  width: 100%;
  display: inline-block;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  width: 100%;
}

#wpcf7-f364-p18-o1 {
  padding: 20px;
  border: solid 1px #d3ced2;
  margin: 2em 0;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* .Woocommerce Site */
/* Customer Service Page */
body.search .site-main.page,
body.search main,
body.search .search-container {
  min-height: 400px;
}

#facetwp-map {
  box-shadow: 4px 4px 7px #888;
}

.post-160 .facetwp-map-filtering {
  display: none;
}

.search-box {
  background: #e8e8e8;
  padding: 30px 20px 20px 20px;
  margin-bottom: 20px;
  z-index: 1;
}
.search-box .facetwp-input-wrap {
  display: block;
}
.search-box .facetwp-location,
.search-box #pac-input {
  width: 70%;
  margin-right: 5px;
  background: #fff;
}

.distributor {
  margin-bottom: 20px;
}

.dist-title {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAhUlEQVQ4jbXVOQ7AIAxEUe5/uF9S0lJSUjpVIkWCxIbBB3iSR15Sztl676auBBhgrbUzMGC11jMwYKWUMzBgityHsCL3T3gnml94NRoXvBJNCI6MZBj25h6GvXmH4MiEuOHourvglUX5hHdWewrvHqMhrLjNSdX6FFbd4Res/BwPrP51d12nbzByXIN5hAAAAABJRU5ErkJggg==") no-repeat;
  padding: 0 0 15px 30px;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  cursor: pointer;
  border-bottom: solid 1px silver;
}

.dist-title.open {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAtElEQVQ4je2UsQ2DMBBFKT0CLSNQsgLrsE5WYA3KK126QqJ0+cuXIkFCIYCBUCDlSy7vyXr2v4yLkv3BNwerb4iW/eSob6Y3FvLleagvAX2oUEDmjkPNgcKC49geBhPbueNpjvgeva6CAeSrHV6r5V8xz4AsT/CaA8MeMKBu26u6xfHVgqz5/uY1GQygUM+hod4aS6m0kC8mj1UwluAkGJAhc+8SWNJI+hKKj9dJzE3X5hV5AoLX5qvY+hUIAAAAAElFTkSuQmCC");
  border: none;
}

.dist-address {
  padding: 10px 10px 10px 40px;
  border: solid 1px silver;
  display: none;
  transition: all 0.5ms;
}

.popup-title {
  color: #eec616;
  font-size: 20px;
}

.facetwp-facet-check_distributors .facetwp-radio[data-value="3"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="4"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="5"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="6"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="7"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="8"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="9"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="10"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="11"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="12"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="13"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="14"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="15"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="16"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="17"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="18"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="19"],
.facetwp-facet-check_distributors .facetwp-radio[data-value="20"] {
  display: none;
}

#content {
  font: 400 11px Roboto, Arial, sans-serif;
  overflow: hidden;
}
#content h3 {
  color: #eec616;
  font-size: 20px;
  font-weight: bold;
}
#content .mydiv {
  float: left;
  width: 50%;
  padding: 0 0 0 15px !important;
}

/* .Customer Service Page */
/* Catalogue Page */
.row-selections {
  margin: 10px -35px;
}

.catalogue-item {
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.catalogue-item .item-image {
  height: 160px;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogue-item .item-info {
  background-color: #e0e0e0;
  height: 60px;
  padding: 10px;
  font-size: 12px;
}
.catalogue-item .item-info strong {
  display: block;
}
.catalogue-item:hover {
  opacity: 0.5;
}
.catalogue-item:hover .item-info strong {
  color: #eec616;
}

.facetwp-facet-categories .facetwp-radio {
  float: left;
}
.facetwp-facet-categories .facetwp-counter {
  display: none;
}

.facetwp-radio {
  background-image: none !important;
}

.facetwp-radio.checked {
  font-weight: 700;
  color: #eec616;
}

a.download-link {
  background: url("../img/catalogue-download-sprite.webp") no-repeat 253px 0;
  width: 290px;
  height: 37px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  line-height: 37px;
  transition: none;
  position: absolute;
  right: 0;
}

.show-results {
  width: 100%;
}

.facetwp-flyout-open {
  background: url("../img/filter.jpg") no-repeat;
  height: 22px;
  border: none;
  padding-left: 30px;
  font-size: 15px;
  display: none;
  line-height: 0;
}

.woocommerce-print-products-pdf-link {
  background: url("../img/pdf-download.webp") no-repeat right;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  padding-right: 48px;
}
.woocommerce-print-products-pdf-link i {
  display: none;
}

@media all and (max-width: 980px) {
  .facetwp-flyout-open {
    display: block;
  }
  .facetwp-facet {
    display: none;
  }
  .flyout-row.name-categories .facetwp-facet {
    display: block;
  }
  .flyout-row.name-categories .facetwp-facet-categories .facetwp-radio {
    float: none;
  }
  .flyout-row.name-categories h3 {
    display: none;
  }
  .catalogue-content {
    display: none;
  }
}
.sp-information a:hover,
#primary a:hover {
  color: #eec616;
}

/* .Catalogue Page */
/* Search Page */
main.search article {
  margin-bottom: 30px;
}
main.search .entry-title {
  background: url("../img/open.webp") no-repeat;
  font-size: 16px;
  padding: 0 0 15px 30px;
}
main.search .entry-summary {
  padding: 0 10px 20px 40px;
  border-bottom: 1px solid silver;
}

.search-row-01 {
  margin-bottom: 30px;
}

.search-field {
  width: 300px !important;
  line-height: 26px;
  background-color: #fff !important;
  border: solid 1px #000 !important;
  padding: 0 5px !important;
}

/* .Search Page */
/* Footer */
footer a {
  transition: all 0.3s linear;
  text-decoration: none !important;
}
footer a:hover {
  color: #eec616;
  text-decoration: none;
  border-bottom: none;
}

.footer-top {
  background-color: #46494f;
  padding: 35px 0;
  color: #959595;
  font-size: 11px;
  line-height: 18px;
}
.footer-top a {
  color: #959595;
}
.footer-top .sidebar-2 a,
.footer-top .sidebar-3 a,
.footer-top .sidebar-4 a {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-top .sidebar-2 a:hover,
.footer-top .sidebar-3 a:hover,
.footer-top .sidebar-4 a:hover {
  color: #eec616;
}
.footer-top .sidebar-2 p a,
.footer-top .sidebar-3 p a,
.footer-top .sidebar-4 p a {
  text-transform: initial;
  font-weight: initial;
}
.footer-top .sidebar-3 p:first-of-type {
  margin-top: 10px;
}
.footer-top #recent-posts-3 h2 {
  display: none;
}

.footer-bottom {
  background-color: #202124;
}
.footer-bottom .site-info {
  font-size: 11px;
  color: #636363;
}
.footer-bottom .site-info a {
  color: #636363;
}
.footer-bottom .site-info a:hover {
  color: #eec616;
}

.product-images a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  margin: 0 8px 8px 0;
  background-color: #fff;
}
.product-images a:hover .overlay {
  opacity: 0.6;
}
.product-images a img {
  width: 100%;
  height: 45px;
}
.product-images .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eec616;
  opacity: 0;
  width: 45px;
  height: 45px;
  transition: all 0.3s linear;
}

.news-items {
  font-size: 11px;
}
.news-items img {
  float: left;
  width: 45px;
  height: 45px;
  margin: 5px 8px 15px 0;
}

.news-item {
  margin-bottom: 10px;
}

@media all and (min-width: 800px) {
  .footer-bottom .site-info {
    height: 60px;
    line-height: 60px;
  }
}
@media all and (max-width: 799px) {
  .footer-bottom .site-info {
    padding: 10px 15px;
    line-height: 18px;
  }
}
ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social-icons li {
  float: left;
  margin-right: 22px;
  font-size: 15px;
}
ul.social-icons li:last-of-type {
  margin-right: 0;
}
ul.social-icons li a:hover {
  color: #eec616;
}

.site-footer .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#srpw_widget-3 li {
  float: left;
  padding: 6px 0;
}
#srpw_widget-3 .srpw-img.srpw-alignleft {
  background-color: #fff;
}
#srpw_widget-3 .srpw-img.srpw-alignleft:hover {
  background-color: #eec616;
}
#srpw_widget-3 .srpw-img.srpw-alignleft:hover img {
  opacity: 0.3;
}

/* .Footer */
#navbarSupportedContent20 {
  transition: all 0.5s linear;
}

.content-open {
  display: block !important;
}

.first-button {
  display: none;
}

@media all and (max-width: 858px) {
  #primary-menu > li {
    border-top: none;
  }
  #primary-menu li {
    border-bottom: solid 1px #e9e6e1;
    padding: 7px 0;
  }
  #primary-menu .sub-menu {
    position: relative;
    left: 20px;
    float: none;
    box-shadow: none;
  }
  #primary-menu .sub-menu li {
    border-bottom: none;
  }
  .menu-col {
    position: relative;
    z-index: 111;
    width: 100% !important;
    max-width: 100% !important;
  }
  #navbarSupportedContent20 {
    display: none;
  }
  .row-sub-top-menu {
    float: right;
  }
  .row-top-menu {
    top: 20px;
  }
  .first-button {
    display: block;
  }
  header.site-header {
    padding-bottom: 20px;
  }
  .site-branding {
    float: none;
    margin: 20px auto 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .menu-main-menu-container {
    float: none;
  }
}
@media screen and (max-width: 810px) {
  .h-block02 {
    min-height: 280px;
  }
}
@media screen and (max-width: 375px) {
  .home-block h2 {
    width: 110%;
  }
  .facetwp-flyout-open {
    margin-top: 35px;
  }
}
@media screen and (max-width: 320px) {
  .facetwp-flyout-open {
    position: relative;
    top: -26px;
  }
}

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