.menu-social-container {
    background-color: rgba(82,44,17,0.7);
}

.main-navigation {
    background-color: rgba(185,185,185,0.7);
}

.main-navigation li {
    text-transform: none;
}

mark, .mark {
    background-color: white;
    padding: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.9% 2.992em 0;
    padding: 12px;
    position: relative;
    width: 22.05%;
    margin-left: 0;
    background-color: beige;
}

.site-branding img {
    max-width: 200px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: red;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: Crete Round;
    font-size: 100%;
    margin: 0 auto 0 auto;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: white;
    background-color: red;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce ul.products li.product .price {
    font-family: Crete Round;
    font-weight: 500;
    font-size: 1.3em;
    color: red;
    text-align: right;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.2em;
}

.woocommerce #respond input#submit.alt, .woocommerce a:hover.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #515151 !important;
    background-color: #ebe9eb !important;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none !important; */
}

.widget li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block;
}

mark, .mark {
    background-color: transparent !important;
}

footer-widgets ul.wg-li
{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40% !important;
}

.main-navigation a {
    font-family: 'Amatic SC';
    font-weight: 700;
    font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    font-weight: 700;
}

.entry-data, .entry-meta, .entry-footer {
    font-size: 13px;
    display: none;
}

.oria-slider .slide-title a {
    font-family: "Crete Round";
}


.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce div.product form.cart .button {
    display: none;
}

.main-navigation {
    display: block !important;
    position: fixed !important;
    top: 32px !important;
    z-index: 99;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 600px) {
  .fullscreen-bg {
    background: url('https://cv1882.nl/wp-content/uploads/2018/05/20180223.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

.site-header
{
	z-index: -101;
}

.site-header::after {
    background-color: rgba(0, 0, 0, 0);
}