/*

	Zie voor documentatie http://lesscss.org/features/

*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: arial;
}
.schaduw {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
}
.tekst-schaduw {
  text-shadow: 0px 0px 10px rgba(75, 75, 75, 0.5);
}
.regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.serif {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.serif-bold {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.marker {
  font-family: 'Permanent Marker', cursive;
}
.schaduw {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
table {
  border: 0px;
  padding: 0px;
  background-color: transparent;
}
table tr,
table tr:nth-of-type(even) {
  background-color: transparent;
}
table tr td,
table tr:nth-of-type(even) td,
table tr th,
table tr:nth-of-type(even) th {
  border: 0px;
  padding: 0px;
  background-color: transparent;
  line-height: 1em;
  padding-right: 10px;
}
.openingstijden table td {
  font-size: 12px;
}
.panel {
  border: 0px;
}
a {
  color: #9a1c22;
}
a:hover {
  color: #9a1c22;
  text-decoration: underline;
}
.topbar-spacer {
  height: 80px;
}
.topbar {
  background: #9a1c22 url(http://www.vertwenz.nl/wp-content/themes/vertwenz/img/header-background.png) no-repeat right top;
  background-size: 90%;
  text-align: left;
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 80px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
.topbar .topbar-inner {
  width: 100%;
  position: relative;
}
.topbar a.logo {
  display: inline-block;
  margin: 10px 0px;
  width: auto;
  max-width: 100%;
}
.topbar .large-menu .content-for-mobile-menu {
  display: inline-block;
}
.topbar .large-menu ul.menu {
  list-style: none;
  display: inline-block;
  margin: 0px;
  margin-top: 19px;
  margin-left: 33px;
}
.topbar .large-menu ul.menu li {
  display: inline-block;
  padding-right: 20px;
  max-width: 230px;
  padding-top: 18px;
  line-height: 18px;
}
.topbar .large-menu ul.menu li a {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.topbar .large-menu .volg-ons {
  display: inline-block;
  float: right;
  margin-top: 33px;
}
.topbar .large-menu .volg-ons a {
  color: #fff;
}
.topbar .small-menu {
  display: none;
}
.topbar .small-menu .mobile-menu-buttons {
  line-height: 1em;
}
.topbar .small-menu .mobile-menu-buttons .toggle-mobile-menu {
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
}
.topbar .small-menu .mobile-menu-buttons a {
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
}
.mobile-menu {
  background: #303030;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
  overflow: hidden;
  max-height: 0px;
}
.mobile-menu.open {
  max-height: 999px;
}
.mobile-menu ul {
  margin: 0px;
  list-style: none;
  padding: 10px 0px;
}
.mobile-menu ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1em;
  padding: 10px 20px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1024px) {
  .volg-ons a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .topbar {
    background: #9a1c22 url(http://www.vertwenz.nl/wp-content/themes/vertwenz/img/header-background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .topbar .large-menu {
    display: none;
  }
  .topbar .small-menu {
    display: block;
    color: #fff;
  }
}
body {
  background: url(http://www.vertwenz.nl/wp-content/themes/vertwenz/img/achtergronden/wood-nature-sunny-forest-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.panel {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
.content-panel {
  background: rgba(255, 255, 255, 0.85);
  padding: 19px;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
hr {
  border: 0px;
  border-bottom: 1px solid #2f0305;
  margin: 0px;
  margin-bottom: 20px;
}
.button,
input[type="submit"].button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  background: #9a1c22;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border-radius: 10px;
  padding: 8px 16px;
  text-transform: lowercase;
  transition: none;
}
.button:focus,
input[type="submit"].button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.button:hover,
input[type="submit"].button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  text-decoration: none;
  background: #2f0305;
  color: #fff;
}
.button.small,
input[type="submit"].button.small,
.woocommerce #respond input#submit.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input.button.small {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 5px;
}
.button.clean,
input[type="submit"].button.clean,
.woocommerce #respond input#submit.clean,
.woocommerce a.button.clean,
.woocommerce button.button.clean,
.woocommerce input.button.clean {
  background-color: transparent;
  color: #9a1c22;
  border: 1px solid #9a1c22;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 36px;
  color: #9a1c22;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}
h1:first-of-type {
  margin-top: 0px;
}
h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 28px;
  color: #9a1c22;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}
h2:first-of-type {
  margin-top: 0px;
}
h3,
h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 22px;
  color: #9a1c22;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}
h3:first-of-type,
h4:first-of-type {
  margin-top: 0px;
}
.panel h2 {
  color: #9a1c22;
  line-height: 36px;
}
.panel h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 22px;
  color: #9a1c22;
  line-height: 29px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.panel h4:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 800px) {
  body {
    zoom: 0.8;
  }
}
.nieuws .bericht {
  margin-bottom: 20px;
}
.nieuws .bericht a {
  text-decoration: none;
}
.nieuws .bericht .foto {
  max-height: 130px;
  overflow: hidden;
  display: block;
}
.nieuws .bericht .foto img {
  border-radius: 5px 5px 0px 0px;
}
.nieuws .bericht .inner {
  display: block;
  background-color: #9a1c22;
  border-radius: 0px 0px 5px 5px;
  padding: 5px 20px 10px 10px;
  position: relative;
}
.nieuws .bericht .inner .datum {
  font-size: 11px;
  line-height: 14px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #fff;
  letter-spacing: 0.3px;
  marign-bottom: 5px;
}
.nieuws .bericht .inner .titel {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}
.nieuws .bericht .inner .titel i {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.nieuws .bericht.aanbieding .inner {
  background-color: #218017;
}
.startpagina p,
.startpagina li {
  font-size: 14px;
  line-height: 19px;
  color: #2f0305;
}
.startpagina .startpagina-slider {
  margin-bottom: 0px;
}
.startpagina .startpagina-slider .slide {
  position: relative;
}
.startpagina .startpagina-slider .slide img {
  width: 100%;
}
.startpagina .startpagina-slider .slide .panel {
  position: absolute;
  left: 60px;
  top: 20px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2f0305;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  border-radius: 10px;
}
.startpagina .startpagina-slider .slide .panel p {
  color: #2f0305;
}
.startpagina .startpagina-slider .slide .panel .titel {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 24px;
  color: #9a1c22;
  line-height: 36px;
  margin-bottom: 6px;
}
.startpagina .startpagina-slider .meer-vertwenz {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  background: #9a1c22;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
}
.startpagina .startpagina-slider .meer-vertwenz span {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.startpagina .startpagina-slider .meer-vertwenz:hover {
  text-decoration: none;
}
.startpagina .startpagina-slider i.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(75, 75, 75, 0.5);
}
.startpagina .startpagina-slider i.slide-arrow#startpagina-slide-prevArrow {
  left: 20px;
}
.startpagina .startpagina-slider i.slide-arrow#startpagina-slide-nextArrow {
  right: 20px;
}
.startpagina .startpagina-slider .slick-dots {
  bottom: 0px;
}
.startpagina .startpagina-slider .slick-dots li button:before {
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  text-shadow: 0px 0px 10px rgba(75, 75, 75, 0.5);
}
.startpagina .startpagina-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.startpagina .krijtbord {
  font-size: 60px;
  line-height: 1em;
  padding: 30px 10px;
  color: #fff;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  background: url(http://www.vertwenz.nl/wp-content/themes/vertwenz/img/achtergronden/chalkboard.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
.startpagina .vlak0 {
  background: #222;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
.startpagina .vlak {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  padding-top: 80px;
  padding-bottom: 50px;
}
.startpagina .vlak.vlak1 {
  background: #eeeeee no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.startpagina .vlak.vlak1 .winkel img {
  border-radius: 5px;
}
.startpagina .vlak.vlak2 {
  background: #eeeeee no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.startpagina .vlak.vlak3 {
  background: #eeeeee no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.startpagina .vlak.vlak4 {
  background: #eeeeee no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.startpagina .vlak.vlak5 {
  background: #eeeeee no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.startpagina .panel h2 {
  color: #9a1c22;
  margin-bottom: 25px;
  line-height: 36px;
}
.startpagina .panel-contact {
  padding-top: 20px;
  margin-bottom: 40px;
  text-shadow: 0px 0px 5px #ffffff;
}
.startpagina .panel-contact .contactgegevens {
  padding-left: 3px;
}
.startpagina .panel-contact .contactgegevens p {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 18px;
  line-height: 23px;
  color: #2f0305;
}
.startpagina .panel-contact .contactgegevens a {
  color: #2f0305;
}
.startpagina .panel-contact .openingstijden p {
  color: #2f0305;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 2px;
}
.startpagina .panel-contact .openingstijden table td {
  color: #2f0305;
  font-size: 13px;
  line-height: 17px;
  padding: 0;
  padding-right: 10px;
}
.startpagina iframe {
  margin-bottom: 20px;
}
.startpagina .leverancier-cards li {
  padding-bottom: 0px;
}
.startpagina .leverancier-card h3 {
  color: #9a1c22;
  font-size: 20px;
  line-height: 22px;
}
.startpagina .leverancier-card p:last-of-type {
  margin-bottom: 0px;
}
.startpagina .leverancier-card img {
  float: right;
  width: 250px;
  max-width: 47.5%;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .abonnementen-wrap .panel p.recepttip {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .startpagina .startpagina-slider .slide .panel {
    left: 20px;
    width: 300px;
  }
  .startpagina .startpagina-slider .slide .panel p {
    font-size: 14px;
    line-height: 19px;
  }
  .startpagina .startpagina-slider .slide .panel .titel {
    font-size: 18px;
    line-height: 22px;
  }
  .startpagina .startpagina-slider .slide .panel a.button {
    font-size: 14px;
  }
  .startpagina .startpagina-slider .meer-vertwenz {
    bottom: 0px;
    border-radius: 10px 10px 0px 0px;
  }
  .startpagina .krijtbord {
    font-size: 35px;
  }
  .startpagina .usps a.button {
    width: 100%;
  }
}
.product .img-wrap {
  position: relative;
}
.product .img-wrap img {
  border-radius: 10px 10px 0px 0px;
}
.product .img-wrap .prijs {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-size: 25px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: #303030;
  border-radius: 5px;
  position: absolute;
  right: -5px;
  top: 0px;
  transform: rotate(15deg);
}
.product .inner {
  display: block;
  background-color: #9a1c22;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  position: relative;
}
.product .inner a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #fff;
  display: block;
  font-size: 18px;
  position: relative;
  line-height: 22px;
  padding-right: 20px;
}
.product .inner a:hover {
  text-decoration: none;
}
.product .inner a i {
  position: absolute;
  right: 0px;
  top: 3px;
}
.type-product img.wp-post-image {
  border-radius: 10px;
}
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .woocommerce #respond input#submit.alt {
  color: #fff;
}
.content div.payment_box p {
  color: #fff;
}
.content .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #fff;
}
.content .woocommerce-checkout #payment ul.payment_methods label {
  color: #fff;
}
.content .woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #232323;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.content .woocommerce-checkout #payment div.payment_box:after {
  border: 0px;
}
.related.products {
  clear: both;
}
body.woocommerce div.product form.cart .button {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  background: #9a1c22;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  border-radius: 10px;
  padding: 8px 16px;
  text-transform: lowercase;
  transition: none;
}
body.woocommerce div.product form.cart .button:focus,
body.woocommerce div.product form.cart .button:hover {
  text-decoration: none;
  background: #2f0305;
}
body.woocommerce div.product form.cart .button.small {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 5px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-top: 40px;
  color: #303030;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.3px;
}
.includes_tax {
  display: none;
}
#my_custom_checkout_field label {
  display: inline-block;
  float: left;
  line-height: 1em;
}
#my_custom_checkout_field label:first-of-type {
  display: block;
  float: none;
  padding-bottom: 10px;
}
#my_custom_checkout_field input {
  clear: both;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
p#breadcrumbs {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 12px;
  color: #555;
  line-height: 16px;
  margin-bottom: 20px;
  text-transform: lowercase;
}
p#breadcrumbs a {
  color: #555;
}
.submenu-panel {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  padding: 20px;
  margin-top: 90px;
  margin-bottom: 30px;
  color: #9a1c22;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 19px;
  line-height: 22px;
}
.submenu-panel a.submenu-titel {
  font-weight: bold;
  color: #9a1c22;
}
.submenu-panel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.submenu-panel ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 15px;
  line-height: 19px;
  position: relative;
  padding-left: 10px;
  padding-top: 4px;
}
.submenu-panel ul li i {
  position: absolute;
  left: 1px;
  top: 6px;
}
.submenu-panel ul li a {
  color: #9a1c22;
}
.submenu-panel ul li.active {
  color: #2f0305;
}
.submenu-panel ul li.active a {
  color: #2f0305;
}
.content img.alignright,
.content-panel img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.content img.alignleft,
.content-panel img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.content img.aligncenter,
.content-panel img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .alignright,
.content-panel .alignright {
  float: right;
}
.content .alignleft,
.content-panel .alignleft {
  float: left;
}
.content .aligncenter,
.content-panel .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .datum,
.content-panel .datum {
  font-weight: bold;
}
.content img,
.content-panel img {
  border-radius: 10px;
}
.content .foto-rechts,
.content-panel .foto-rechts {
  float: right;
  max-width: 35%;
  margin-left: 24px;
  margin-bottom: 24px;
}
.content .foto-rechts img,
.content-panel .foto-rechts img {
  border-radius: 10px;
}
.content p,
.content-panel p,
.content li,
.content-panel li,
.content td,
.content-panel td {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #2f0305;
  font-size: 14px;
  line-height: 19px;
}
.content p,
.content-panel p {
  margin-bottom: 20px;
}
.content table,
.content-panel table {
  margin-bottom: 20px;
}
.content .wpcf7-form .wpcf7-form-control-wrap,
.content-panel .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
.content .wpcf7-form label,
.content-panel .wpcf7-form label,
.content .wpcf7-form .wpcf7-list-item,
.content-panel .wpcf7-form .wpcf7-list-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  color: #2f0305;
  font-size: 14px;
  line-height: 19px;
  display: block;
}
.content .wpcf7-form label input,
.content-panel .wpcf7-form label input,
.content .wpcf7-form .wpcf7-list-item input,
.content-panel .wpcf7-form .wpcf7-list-item input {
  margin: 0px;
}
.content .wpcf7-form .wpcf7-radio input,
.content-panel .wpcf7-form .wpcf7-radio input {
  margin: 0px;
  margin-bottom: 4px;
}
.content .wpcf7-form .wpcf7-text,
.content-panel .wpcf7-form .wpcf7-text,
.content .wpcf7-form .wpcf7-textarea,
.content-panel .wpcf7-form .wpcf7-textarea {
  background-color: transparent;
  border: 1px solid #2f0305;
  border-radius: 5px;
  color: #2f0305;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  height: auto;
}
.side-gallerij img {
  border-radius: 10px;
}
.abonnementen-wrap {
  margin-top: 40px;
}
.abonnementen-wrap .usps ul {
  list-style: none;
  margin-left: 0px;
}
.abonnementen-wrap .usps ul li {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
.abonnementen-wrap .usps ul li:before {
  color: #9a1c22;
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 26px;
  display: inline-block;
  font-family: 'FontAwesome';
}
.abonnementen-wrap .inner {
  padding-bottom: 20px;
}
.abonnementen-wrap .inner img {
  border-radius: 5px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 175px;
}
.abonnementen-wrap .panel img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.abonnementen-wrap .panel .content.inhoud {
  padding-bottom: 30px;
}
.abonnementen-wrap .panel .recepttip {
  margin: 0px;
}
.abonnementen-wrap .panel {
  position: relative;
}
.abonnementen-wrap .panel .cta-bestellen {
  margin: 0px;
  position: absolute;
  left: 16px;
  bottom: 0px;
}
body.home .abonnementen-wrap {
  margin-top: 0px;
}
#ninja_forms_form_13 .number-wrap {
  line-height: 30px;
}
#ninja_forms_form_13 .number-wrap input.ninja-forms-field {
  float: left;
  margin: 0px;
  max-width: 40px;
  margin-right: 10px;
}
#kaart-met-leveranciers {
  width: 100%;
  margin-bottom: 20px;
}
#kaart-met-leveranciers .informatie {
  font-size: 15px;
  line-height: 19px;
}
#kaart-met-leveranciers .informatie img {
  max-width: 150px;
  margin-bottom: 5px;
  display: block;
}
.footer-vervolgacties .panel .inner {
  padding-bottom: 20px;
}
.footer-vervolgacties .panel img {
  float: right;
  max-width: 175px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.footer-vervolgacties .panel .product .prijs {
  font-size: 14px;
  line-height: 1em;
  padding: 5px 10px;
}
.footer {
  padding: 40px 0px;
  background: #2f0305 url(http://www.vertwenz.nl/wp-content/themes/vertwenz/img/footer-background.png) no-repeat right bottom;
  background-size: 95%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(75, 75, 75, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
}
.footer .foto-wrap img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.footer .contactgegevens {
  padding-left: 20px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-size: 16px;
  line-height: 23px;
}
.footer .contactgegevens p {
  font-size: 14px;
}
.footer .contactgegevens a {
  color: #fff;
}
.footer .contactgegevens a.facebook {
  font-size: 14px;
}
.footer .contactgegevens a.facebook:hover {
  text-decoration: none;
}
.footer .contactgegevens a.facebook:hover span {
  text-decoration: underline;
}
.footer .openingstijden p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 2px;
}
.footer .openingstijden table td {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  padding-right: 10px;
  vertical-align: top;
}
