/*
Theme Name: WD Theme
Theme URI: https://www.websitedelivery.nl
Description: Dit template is op maat ontworpen en ontwikkeld door Website delivery, gevestigd te Amsterdam. Ook een website laten maken? Neem dan contact met mij op middels <a href="mailto:info@websitedelivery.nl">info@websitedelivery.nl</a>.
Version: 1.0
Author: Alexander van der Kamp
Author URI: https://www.websitedelivery.nl
*/
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* VARIABLES */
/* BASICS */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  position: relative;
  font-family: "VentiCF-Medium", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
  color: #0c3031;
  background: white;
  -webkit-font-smoothing: antialiased;
}
header .inner, main, footer .inner, .copyright .inner {
  width: 1100px;
  margin: 0 auto;
  overflow: auto;
}
a {
  color: #c44436;
  text-decoration: none;
}
a:hover {
  color: #0c3031;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
a.button {
  background: #c44436;
  color: white;
  font-family: "Bebas Neue", cursive;
  padding: 12px 24px 10px;
  font-size: 24px;
  border-radius: 5px;
  display: inline-block;
}
a.button:hover {
  background: #0c3031;
}
.clear {
  clear: both;
}
address {
  font-style: normal;
}
img, a img {
  border: 0;
}
strong, b {
  font-weight: normal;
  font-family: "VentiCF-DemiBold", sans-serif;
}
italic, em {
  font-weight: normal;
  font-family: "VentiCF-MediumOblique", sans-serif;
  font-style: normal;
}
p {
  margin-bottom: 25px;
}
:focus {
  outline: 0;
}
fieldset {
  border: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.underline {
  text-decoration: underline;
}
/* HEADINGS */
h1 {
  font-size: 40px;
  margin: 0 0 15px;
}
h2 {
  font-size: 32px;
  margin: 0 0 10px;
}
h3 {
  font-size: 24px;
  margin: 0 0 5px;
}
h1, h2, h3, h4 {
  color: #c44436;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
}
/* HEADER */
header {
  position: relative;
  background: #0c3031;
  color: #edddd4;
  z-index: 1;
}
header .inner {
  padding: 25px 0;
}
header .inner .top {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
header .inner .top .telefoon {
  float: left;
  width: calc(50% - 105px);
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-top: 35px;
}
header .inner .top .telefoon span {
  font-size: 23px;
  display: block;
  font-family: "VentiCF-DemiBold", sans-serif;
  color: white;
}
header .inner .top .telefoon:before {
  position: absolute;
  content: "";
  background: url("../images/phone.png") no-repeat top left;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  left: 0;
  top: 2px;
}
header .inner .top .logo {
  float: left;
  text-align: center;
  height: 110px;
  line-height: 0;
}
header .inner .top .logo a {
  line-height: 0;
}
header .inner .top .logo a img {
  width: auto;
  height: 100%;
}
header .inner .top .reserveren {
  float: right;
  width: calc(50% - 65px);
  text-align: right;
  margin-top: 34px;
}
header .inner .top .reserveren .reserveren-logo {
  display: inline-block;
  width: 100%;
  text-align: right;
  line-height: 0;
  margin-bottom: 5px;
  float: right;
}
header .inner .top .reserveren .reserveren-logo img {
  width: 140px;
  height: auto;
}
header .inner .top .reserveren a {
  color: #edddd4;
}
header .inner .top .reserveren a:hover {
  text-decoration: none;
}
header .inner .responsive {
  display: none;
}
.header-image {
  height: 250px;
  overflow: hidden;
  margin-top: -10px;
}
.header-image div {
  width: 100%;
  height: 100%;
}
/* MENU */
header nav ul {
  height: 35px;
  line-height: 38px;
  text-align: center;
}
header nav ul li {
  display: inline;
  margin: 0 10px;
  position: relative;
}
header nav ul li a {
  color: #edddd4;
  font-size: 19px;
}
header nav ul li a:hover, header nav ul li.current-menu-item a, header nav ul li.current-menu-parent a {
  color: #c44436;
  -moz-transition: 0s all;
  -webkit-transition: 0s all;
  -ms-transition: 0s all;
}
nav a.responsive-menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1000;
}
nav.responsive {
  display: none;
}
/* SLIDER */
.slideshow {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #edddd4;
  margin: -10px 0 0;
}
.slideshow ul.slides li {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.slideshow ul.slides li img {
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 0;
}
.flexslider {
  border: none;
  background: none;
}
.flexslider ul.flex-direction-nav a {
  line-height: 40px;
}
/* HOME */
.home main, .page-template-menukaart main {
  width: 100%;
  margin: 0;
}
.home main section.intro, .home main section.menu, .home main section.lunch, .home main section.diner, .page-template-menukaart main section.intro, .page-template-menukaart main section.menu, .page-template-menukaart main section.lunch, .page-template-menukaart main section.diner {
  width: 100%;
  display: inline-block;
  margin: 100px 0;
  line-height: 0;
  text-align: center;
}
.home main section.intro .inner, .home main section.menu .inner, .home main section.lunch .inner, .home main section.diner .inner, .page-template-menukaart main section.intro .inner, .page-template-menukaart main section.menu .inner, .page-template-menukaart main section.lunch .inner, .page-template-menukaart main section.diner .inner {
  width: 1100px;
  position: relative;
  display: inline-block;
}
.home main section.intro .inner .text, .home main section.menu .inner .text, .home main section.lunch .inner .text, .home main section.diner .inner .text, .page-template-menukaart main section.intro .inner .text, .page-template-menukaart main section.menu .inner .text, .page-template-menukaart main section.lunch .inner .text, .page-template-menukaart main section.diner .inner .text {
  text-align: center;
  line-height: 28px;
  float: left;
  width: 45%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home main section.intro .inner .image, .home main section.menu .inner .image, .home main section.lunch .inner .image, .home main section.diner .inner .image, .page-template-menukaart main section.intro .inner .image, .page-template-menukaart main section.menu .inner .image, .page-template-menukaart main section.lunch .inner .image, .page-template-menukaart main section.diner .inner .image {
  float: right;
  width: 42.5%;
  margin-right: 2.5%;
  line-height: 0;
}
.home main section.intro .inner .image img, .home main section.menu .inner .image img, .home main section.lunch .inner .image img, .home main section.diner .inner .image img, .page-template-menukaart main section.intro .inner .image img, .page-template-menukaart main section.menu .inner .image img, .page-template-menukaart main section.lunch .inner .image img, .page-template-menukaart main section.diner .inner .image img {
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  background: white;
  padding: 10px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.home main section.intro .inner h2, .home main section.menu .inner h2, .home main section.lunch .inner h2, .home main section.diner .inner h2, .page-template-menukaart main section.intro .inner h2, .page-template-menukaart main section.menu .inner h2, .page-template-menukaart main section.lunch .inner h2, .page-template-menukaart main section.diner .inner h2 {
  font-size: 40px;
}
.home main section.gerecht, .page-template-menukaart main section.gerecht {
  background: #edddd4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 450px;
  margin: 0;
  line-height: 0;
  position: relative;
  width: 100%;
  display: inline-block;
}
.home main section.gerecht .inner, .page-template-menukaart main section.gerecht .inner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home main section.gerecht .inner h2, .page-template-menukaart main section.gerecht .inner h2 {
  color: white;
  font-size: 50px;
}
.home main section.gerecht .inner h3, .page-template-menukaart main section.gerecht .inner h3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 44px;
}
.home main section.diner .inner .text, .home main section.menu .inner .text, .page-template-menukaart main section.diner .inner .text, .page-template-menukaart main section.menu .inner .text {
  float: right;
  right: 0;
}
.home main section.diner .inner .image, .home main section.menu .inner .image, .page-template-menukaart main section.diner .inner .image, .page-template-menukaart main section.menu .inner .image {
  float: left;
  margin-right: 0;
  margin-left: 2.5%;
}
.home main section.diner .inner .image img, .home main section.menu .inner .image img, .page-template-menukaart main section.diner .inner .image img, .page-template-menukaart main section.menu .inner .image img {
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
}
/* CONTENT */
main {
  margin: 70px auto;
  position: relative;
  display: block;
  overflow: hidden;
}
main section {
  float: left;
  width: 65%;
}
main section img {
  max-width: 100%;
  height: auto;
}
main section ol, main section ul {
  margin: -20px 0 20px;
}
main section h1 + ol, main section h1 + ul, main section h2 + ol, main section h2 + ul, main section h3 + ol, main section h3 + ul {
  margin: 0 0 20px;
}
main section ol li {
  list-style-type: decimal;
  margin: 0 0 0 25px;
}
main section ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
main section :last-child {
  margin-bottom: 0;
}
main section ul.gallery {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
main section ul.gallery li {
  float: left;
  list-style-type: none;
  margin: 0;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
}
main section ul.gallery li:nth-child(4n+4) {
  margin-right: 0;
}
main section ul.gallery li:hover img {
  opacity: 0.8;
}
main section div.gallery {
  width: 100%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px !important;
}
main section div.gallery dl {
  float: left;
  list-style-type: none;
  margin: 0;
  width: 23.5% !important;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0 !important;
}
main section div.gallery dl img {
  border: none !important;
}
main section div.gallery dl:nth-child(4n+4) {
  margin-right: 0;
}
main section div.gallery dl:hover img {
  opacity: 0.8;
}
main section.full {
  width: 100%;
}
main section.maps {
  width: 100%;
  display: inline-block;
  margin: 0;
  float: left;
}
main section.maps .acf-map, main section.maps iframe {
  width: 100%;
  height: 450px;
}
main section.maps .acf-map img {
  max-width: inherit !important;
}
.page-template-locatie section.maps {
  margin-top: 25px;
}
.responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* SIDEBAR */
aside {
  float: right;
  width: 27.5%;
}
aside .widget {
  margin: 0 0 40px 0;
}
aside .widget:last-child {
  margin: 0;
}
aside h3 {
  color: #c44436;
  font-size: 30px;
  margin-bottom: 10px;
}
aside a {
  color: #c44436;
}
aside a:hover {
  color: #0c3031;
}
aside table td:first-child {
  width: 100px;
}
/* FOOTER */
footer {
  background: #346f76;
}
footer .inner {
  padding: 70px 0;
  color: #efe4de;
  font-size: 18px;
  line-height: 26px;
}
footer .inner .block {
  width: 25%;
  margin-right: 5%;
  float: left;
}
footer .inner .block h3 {
  color: #222b37;
  font-size: 30px;
  margin-bottom: 25px;
}
footer .inner .block table td:first-child {
  width: 100px;
}
footer .inner .block a {
  font-weight: 300;
  color: #c44436;
}
footer .inner .block a a:hover {
  color: white;
}
footer .inner .block:first-of-type {
  width: 20%;
}
footer .inner .block:last-of-type {
  margin-right: 0;
  width: 45%;
}
/* COPYRIGHT */
.copyright {
  font-size: 16px;
  line-height: 24px;
}
.copyright .inner {
  padding: 25px 0;
  position: relative;
}
.copyright .inner .left {
  float: left;
  width: 59%;
  line-height: 40px;
}
.copyright .inner .right {
  float: right;
  width: 41%;
}
.copyright .inner .right ul.logos {
  position: relative;
  text-align: right;
}
.copyright .inner .right ul.logos li {
  display: inline-block;
  height: 32px;
  margin-left: 12px;
  line-height: 0;
  vertical-align: middle;
}
.copyright .inner .right ul.logos li img {
  height: 100%;
  width: auto;
}
.copyright .inner .right ul.logos li:first-child {
  height: 25px;
  margin-top: 2px;
  vertical-align: top;
}
.copyright .inner .right ul.logos li:nth-child(2) {
  height: 37px;
}
.copyright .inner .right ul.logos li:nth-child(3) {
  margin-left: 8px;
}
.copyright .inner .right ul.logos li:last-child {
  height: 27px;
  margin-left: 15px;
}
.copyright .inner a {
  color: #0c3031;
}
.copyright .inner a:hover {
  color: #c44436;
}
/* CONTACTFORMULIER */
input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=date], select, textarea {
  font-family: "VentiCF-Medium", sans-serif;
  color: #0c3031;
  font-size: 18px;
  margin: 0 0 10px 0 !important;
  padding: 12px 15px;
  font-weight: 300;
  border: none;
  border-radius: 4px;
  background-color: #eee;
  outline: none;
  width: 440px;
}
select {
  width: 470px;
  background: url("../images/arrow-down.png") no-repeat 95% 50% #eee;
  background-size: 10px 6.5px;
  border-radius: 0;
  -webkit-appearance: none;
}
textarea {
  height: 140px;
  margin: 0 0 5px;
}
input[type=submit] {
  background: #c44436;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  padding: 12px 24px;
  color: white;
  cursor: pointer;
  width: auto;
}
input[type=submit]:hover {
  background: #0c3031;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border: none !important;
  background: #d5fad1;
  padding: 15px !important;
  line-height: 24px;
  width: 440px;
  font-size: 15px;
  margin: 0 !important;
  border-radius: 4px;
}
div.wpcf7-validation-errors {
  background: #fffcd0;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  background: #fbe7e7;
}
