/*

Theme Name: SUP Skool HUREN
Theme URI: https://hatogkroller.nl
Author: Bart Volbeda
Author URI: https://hatogkroller.nl
Description: Aanpassingingen voor SUP Skool HUREN
Version: 1.0.0
Template: pro

*/

body {
overflow-y: hidden;
overflow-x: hidden;
/* text-align: center; */

}

.h-landmark {
  letter-spacing: 0em;
}

.fullscreenheader {
  height:56.25%;
}

.hoofditemsmenu {
  text-transform: uppercase;
}

#x-site > header > div.e163-24.x-bar.x-bar-top.x-bar-h.x-bar-relative.x-hide-lg.x-hide-md.x-hide-xl.x-bar-outer-spacers > div > div > div > div > div > nav > ol > li:nth-child(1),
#x-site > header > div.e163-10.x-bar.x-bar-top.x-bar-h.x-bar-relative.x-hide-sm.x-hide-xs.x-bar-outer-spacers > div > div > div > div > div.e163-13.x-col > nav > ol > li:nth-child(1) {
  display: none;
}

/* .hoofditemsmenu .x-anchor-text-primary {
  color: #ffffff!important;
} */

.headeroverlay {
  z-index: 2!important;
}

.slider {
/*  position: relative; */
  height: 100%;
  bottom: 140px;
  z-index: 1;
}

.leesmeerknop {
margin:20px -10px 0px 0px;
padding:10px;
background-color: #DF1722;
color:#ffffff;
float:right;
}

.footermenu .x-anchor-text-primary{
color:#ffffff!important;
}

.h-landmark, .entry-title.h-landmark {
  letter-spacing: 0em;
}


[class*=woocommerce] div.product .woocommerce-tabs h2 {
    /* margin-top: 0; */
    /* margin-bottom: .5em; */
    /* font-size: 200%; */
    display: none;
}
.x-nav-tabs.top>li a {
    display: none!important;
}


.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
    display: none;
}

.price, .woocommerce .price > .amount, [class*=woocommerce] div.product .summary .price>.amount {
  color: #969696!important;
  font-size: 11pt;
}

.posted_in, .tagged_as {
  display: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

.x-alert-info {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  color: #ffffff;
}

.shipping {
  display: none;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.button .product_type_simple {
  display: none!important;
}
.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button {
    display: none !important;
}

.woocommerce-checkout form .payment_methods li {
    margin-bottom: 1.5em;
    font-size: 14pt;
    color: #000000;
}

.wc-bookings-date-picker-timezone-block {
  display:none;
}


@media (min-width: 1200px) {


}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 481px) and (max-width: 767px) {
  #google-reviews {
    display: block;
  	grid-template-columns: repeat( auto-fit, minmax(0px, 0fr));
    padding: 0 0 0 125px!important;
  }

  [class*=woocommerce] li.product {
  float: none;
  overflow: hidden;
  position: relative;
  margin: 0 4% 9.25% 0;
  padding: 0;
  }

  .woocommerce ul.products li.product {
      float: none;
      width: auto;
  }


}

@media (max-width: 480px) {
  #google-reviews {
    display: block;
  	grid-template-columns: repeat( auto-fit, minmax(0px, 0fr));
  }

    [class*=woocommerce] li.product {
    float: none;
    overflow: hidden;
    position: relative;
    margin: 0 0 9.25% 0;
    padding: 0;
    width: 400px;
    }

    .woocommerce ul.products li.product {
        float: none;
        width: auto;
    }

}
