/* 
 Theme Name: 	Zinvol Om Tafel Locatie
 Author: 		Klaas-Wytze, Kits Reklame
 Author uri: 	https://www.kitsreklame.nl
 Template: 		generatepress
 Version: 		1.1
*/

/*------------------------------------------------------------------------
## Common css
------------------------------------------------------------------------*/

.full-width-content .container.grid-container {
	padding: 0;
}

.page-header,
.sidebar .widget,
.site-main>* {
	margin-bottom: 0;
}

body.home .container.grid-container,
body.page-template-tpl-contact .container.grid-container,
body.page-template-tpl-flexible-content .container.grid-container {
	padding: 0;
	max-width: 100%;
}

.separate-containers .site-main {
	margin: 20px;
}

.wp-activate-container {
	margin-top: 150px;
}

/*------------------------------------------------------------------------
## Fonts
------------------------------------------------------------------------*/

body {
	font-family: 'Inter', sans-serif;
}

p,
ul li,
ol li {
	font-weight: 400;
	line-height: 190%;
	color: #494747;
	font-size: 15px;
}

p {
	margin-bottom: 15px;
}

b,
strong {
	font-weight: 600 !important;
}

h1,
h2,
h3 {
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 115%;
	color: #0D0D0D;
}

h1 {
	font-size: 42px;
	margin: 0 0 13px 0;
}

h2 {
	font-size: 30px;
	margin: 0 0 13px 0;
}

h3 {
	font-size: 25px;
	margin: 0 0 13px 0;
}

h2:before,
h3:before {
	content: "";
	display: inline-block;
	height: 7px;
	width: 7px;
	background: #EB6748;
	border-radius: 50%;
	margin: 5px 10px 5px 0;
}

/*------------------------------------------------------------------------
## Forms
------------------------------------------------------------------------*/

.form--box {
	padding: 35px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
	border-radius: 2px;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	color: #0D0D0D !important;
	border-color: #CDCDCD;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 235px;
}

.wpcf7-form-control .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form p.fancy {
	font-size: 17px;
	position: relative;
}

.wpcf7-form p.fancy label {
	position: absolute;
	top: 10px;
	left: 15px;
	pointer-events: none;
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	transition: top .2s;
	color: #0D0D0D;
	z-index: 1;
}

.wpcf7-form p.fancy label.has-value {
	top: -5px;
	left: 9px;
	display: inline-block;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: normal;
}

input.wpcf7-form-control.wpcf7-text:focus,
input.wpcf7-form-control.wpcf7-number:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
	border-color: #CC6815;
}

input.wpcf7-form-control.wpcf7-submit {
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	line-height: initial;
	text-transform: lowercase;
	color: #fff;
	margin-top: 10px;
	margin-right: 8px;
	padding: 16px 30px 15px;
	background: #CC6815;
	border-radius: 28px;
	border-bottom: 2px solid #9e4f0e;
	transition: all 0.2s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: #E24F11;
	border-color: #E24F11;
	color: #fff;
}

.wpcf7-form .wpcf7-acceptance label {
	margin-bottom: 10px;
	font-style: 14px;
}

/*------------------------------------------------------------------------
## Buttons
------------------------------------------------------------------------*/

a.button {
	display: inline-block;
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: initial;
	text-transform: lowercase;
	color: #fff;
	margin-top: 10px;
	margin-right: 8px;
	padding: 12px 30px 13px;
	background: #CC6815;
	border-radius: 28px;
	border-bottom: 2px solid #9e4f0e;
	transition: all 0.2s ease;
}

a.button:hover,
a.button:focus,
a.button:active {
	color: #fff;
	text-decoration: none;
	background: #E24F11;
	border-color: #E24F11;
}

a.button.button-outline {
	color: #0e0e0e;
	padding: 11px 25px;
	background: transparent;
	border: 1px solid #0e0e0e;
}

a.button.button-outline:hover {
	background: #0e0e0e;
	color: #fff;
}

a.button .button-text {
	font-weight: 700;
}

a.button.button-small {
	font-size: 18px;
	padding: 8px 25px 7px;
}

a.button.button-outline.button-small {
	padding: 8px 21px 7px;
}

a.button.button-link {
	font-size: 18px;
	color: #0D0D0D;
	padding: 0;
	background: inherit;
	border: 0;
}

a.button.button-link:after {
	content: url(assets/img/arrow_left.svg);
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin: 4px 0 0 10px;
	left: 0;
	transition: left 0.3s ease;
}

a.button.button-link:hover {
	color: #CC6815;
	text-decoration: none;
}

a.button.button-link:hover:after {
	left: 4px;
}

/*------------------------------------------------------------------------
## header
------------------------------------------------------------------------*/

.site-header {
	position: absolute;
	width: 100%;
	background-color: transparent;
	z-index: 10;
}

.site-header .inside-header {
	justify-content: flex-start;
}

.nav-float-right #site-navigation {
	margin-left: 30px;
}

body .navigation-branding img,
body .site-logo.mobile-header-logo img {
	display: inline-block;
	margin: 0;
}

/* -- menu -- */

.main-navigation,
.main-navigation ul ul {
	background: transparent;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle {
	font-family: cholla-sans, sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: lowercase;
	color: #FFFFFF;
	background: transparent;
}

.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .main-nav ul li[class*="current-menu-"] a {
	color: #FFFFFF;
	background-color: transparent;
}

.main-navigation .main-nav ul li>a:after {
	content: "";
	display: block;
	position: relative;
	margin: -15px auto 0;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #CC6815;
	top: -5px;
	opacity: 0;
	transition: all 0.4s ease;
}

.main-navigation .main-nav ul li:hover>a:after,
.main-navigation .main-nav ul li[class*="current-menu-"]:not(:first-child)>a:after {
	top: 5px;
	opacity: 1;
}

.main-navigation .main-nav ul li.menu-cta>a:after {
	display: none;
}

.main-navigation .main-nav ul li.menu-cta>a {
	font-weight: 700;
	font-size: 20px;
	line-height: inherit;
	margin-top: 10px;
	margin-left: 12px;
	padding: 3px 24px 4px;
	background: #CC6815;
	border-radius: 28px;
	border-bottom: 2px solid #9e4f0e;
	transition: all 0.3s ease;
}

.main-navigation .main-nav ul li.menu-cta>a:hover {
	background: #E24F11;
	border-color: #E24F11;
}

/* == sticky menu == */

.sticky-enabled .main-navigation.is_stuck {
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
	background-color: rgba(70, 51, 36, 0.8);
}

.nav-float-right .navigation-stick .navigation-branding {
	margin-right: 20px;
}

.sticky-enabled .main-navigation.is_stuck.toggled .main-nav>ul {
	margin-top: 0;
}

.sticky-enabled .main-navigation.is_stuck .main-nav ul li a {
	margin-top: -15px;
}

.sticky-enabled .main-navigation.is_stuck .main-nav ul li>a:after {
	margin: -20px auto 0;
}

.sticky-enabled .main-navigation.is_stuck .main-nav ul li.menu-cta a {
	margin-top: 0;
}

/* == mobile menu == */

.main-navigation .menu-toggle {
	padding: 0;
}

button.menu-toggle:hover,
button.menu-toggle:focus {
	color: #ffffff;
}

.main-navigation.toggled .main-nav>ul {
	margin-top: 20px;
	padding-top: 15px;
	background-color: rgba(70, 51, 36, 0.9);
}

.main-navigation.toggled .main-nav ul li {
	position: relative;
}

.main-navigation.toggled .main-nav ul li a {
	line-height: 50px;
}

.main-navigation.toggled .main-nav ul li>a:after {
	position: absolute;
	top: 43px;
	left: 21px;
}

.main-navigation.toggled .main-nav ul li>a:hover:after {
	display: none;
}

.main-navigation.toggled .main-nav ul li[class*="current-menu-"]>a {
	margin-left: 12px;
}

.main-navigation.toggled .main-nav ul li.menu-cta>a {
	margin-bottom: 25px;
	display: inline-block;
	padding: 0 24px;
	line-height: 40px;
}

/*------------------------------------------------------------------------
## footer callout (bijschrift)
------------------------------------------------------------------------*/

section.section--cta {
	overflow: hidden;
	margin-top: -20px;
	padding-top: 125px;
	background-image: -moz-linear-gradient(270deg, #F5ECE1 0%, #fff 100%);
	background-image: -webkit-linear-gradient(270deg, #F5ECE1 0%, #fff 100%);
	background-image: -ms-inear-gradient(270deg, #F5ECE1 0%, #fff 100%);
}

section.section--cta:before {
	content: "";
	position: absolute;
	border-radius: 50% / 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: calc(100% + 200px);
	height: 150px;
	background: #ffffff;
	top: -55px;
	left: -100px;
	z-index: 0;
}

section.section--cta .cta--inner {
	position: relative;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.section--cta h3.cta-blok-titel:before {
	display: none;
}

.section--cta h3.cta-blok-titel {
	margin: 0 20px 0 0;
}

.section--cta a.button {
	margin-top: 0px;
}

/*------------------------------------------------------------------------
## footer
------------------------------------------------------------------------*/

/* ==  footer widgets == */

.footer-widgets-container {
	padding: 40px 0 50px;
}

.inside-footer-widgets {
	display: flex;
}

.inside-footer-widgets>div {
	flex: 1 1 0;
}

h4.widget-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}

.footer-widgets ul li {
	font-size: 15px;
	margin-bottom: 2px;
}

.footer-widgets a {
	color: #494747;
}

.footer-widgets a:hover {
	color: #CC6815;
}

/* ==  footer bottom  == */

.site-info {
	color: #494747;
	background-color: #fff;
}

.site-info .inside-site-info {
	border-top: 1px solid #EEEBE6;
	padding: 20px 0px 30px;
	justify-content: space-between;
}

.site-info a {
	color: #494747;
	text-decoration: underline;
	margin-left: 20px;
}

.site-info a:hover {
	color: #494747;
	text-decoration: none;
}

.site-footer .inside-site-info .copyright-bar {
	margin: 0;
	order: 1;
}

.site-footer .inside-site-info .footer-bottom-widget {
	order: 2;
}

.site-footer .footer-bottom-widget .widget_kw_social_widget {
	display: flex;
}

.site-footer .footer-bottom-widget .widget_kw_social_widget a img {
	filter: inherit;
	transition: all ease-in-out 0.3s;
}

.site-footer .footer-bottom-widget .widget_kw_social_widget a:hover img {
	filter: invert(67%) sepia(70%) saturate(6056%) hue-rotate(4deg) brightness(89%) contrast(84%);
}


/*------------------------------------------------------------------------
## Sections
------------------------------------------------------------------------*/

/* == common == */
section {
	position: relative;
	padding: 55px 0;
}

.section--beige-bg {
	background: #F4EDE5;
}

#main section.section--beige-bg {
	margin-top: 55px;
}

#main section.section--round-beige-bg {
	margin: -130px 0 0;
	padding: 70px 0;
	overflow: hidden;
	z-index: 1;
}

#main section.section--round-beige-bg:after {
	content: "";
	width: calc(100% + 200px);
	height: 100%;
	background: #F4EDE5;
	border-radius: 100vw / 200px;
	visibility: visible;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: -1;
}

#main .inside-article {
	padding: 0px;
}

/* == banner == */
.banner h1 {
	margin-bottom: 0;
	color: #fff;
}

.banner .banner-text-box {
	z-index: 1;
}

.banner .banner-text-box p {
	font-size: 17px;
	color: #fff;
	max-width: 455px;
}

span.banner-subtitle {
	font-family: cholla-sans, sans-serif;
	font-size: 32px;
	font-weight: 300;
	text-transform: lowercase;
	color: #fff;
	display: inline-block;
	margin-bottom: 17px;
}

section.banner.banner-page {
	background: #5f4938;
	min-height: 450px;
	padding-top: 180px
}

/* == page header == */
header.entry-header.page-header {
	background: #5f4938;
	padding: 180px 0 40px;
}

header.entry-header.page-header h1 {
	margin-bottom: 0;
	color: #fff;
}

header.entry-header.page-header p {
	font-size: 17px;
	color: #fff;
	max-width: 455px;
}

/* == image text / text image == */
picture.border-zinvol img {
	border-radius: 2px;
}

/*------------------------------------------------------------------------
## Pages and post templates
------------------------------------------------------------------------*/

body.home #main section.section--round-beige-bg:after {
	border-radius: 100vw / 300px;
}

body.home #main section.section--round-beige-bg {
	padding: 115px 0;
}

.hoe-werkt-het:before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	height: 0;
	box-shadow: rgba(232, 161, 55, .35) 0 0 150px 100px;
	z-index: 0;
	visibility: visible;
}

.how-works--icon-box {
	margin: 10px 0;
}

.hoe-werkt-het .how-works--icon-box::before {
	display: block;
	position: absolute;
	top: 22px;
	left: -10px;
	background: #CB2917;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-family: 'cholla-sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	text-align: center;
	line-height: 20px;
}

.hoe-werkt-het .how-works--icon-box:not(:first-child):not(:last-child)::before {
	content: "+";
}

.hoe-werkt-het .how-works--icon-box:last-child::before {
	content: "=";
}

.how-works--heading h3 {
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	z-index: 4;
}

.how-works--heading h3:before {
	display: none;
}

.how-works--heading h3 span {
	background: #0D0D0D;
	color: #fff;
	padding: 2px 15px;
	border-radius: 15px;
}

.how-works--icon-box img {
	display: block;
	margin: 0 auto;
}

.how-works--icon-box span.how-works--title {
	display: inline-block;
	font-family: cholla-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #0D0D0D;
	font-size: 16px;
	line-height: 115%;
	margin-top: 6px;
}

body.home .section--intro a.button.smooth-scroll::after {
	display: none !important;
}

body.home section.banner.banner-page {
	min-height: 525px;
	padding-top: 140px;
}

body.home a.button.smooth-scroll:not(.button-link)::after {
	content: url(assets/img/arrow_down.svg);
	display: inline-block;
	position: relative;
	top: 4px;
	margin: 0 0 0 7px;
}

section.section--infomatie.section--default {
	margin-top: 80px;
}

.quote--speech-balloons {
	position: relative;
	min-height: 530px;
	margin-top: -100px;
}

.quote--speech-balloon-1 {
	position: absolute;
	right: 0;
}

.quote--speech-balloon-2 {
	position: absolute;
	left: 0;
	top: 150px;
}

.quote--speech-balloon-2>div {
	mask-image: url(assets/img/quote-balloon.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url(assets/img/quote-balloon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #5F4938;
	height: 368px;
	width: 390px;
	padding: 80px 45px 0 45px;
}

.quote--speech-balloon-2 p {
	font-family: cholla-sans, sans-serif;
	font-size: 17px;
	font-weight: 100;
	font-style: italic;
	line-height: 150%;
	margin-bottom: 15px;
	color: #fff;
}

.quote--speech-balloon-2 .quote--name {
	font-family: cholla-sans, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}

/* == contact == */
section.section--contact-iconen .container>div {
	justify-content: space-around;
	max-width: 800px;
	margin: 0 auto;
}

.contact-icon--box {
	text-align: center;
}

.contact-icon--box:not(:last-child) {
	margin-bottom: 15px;
}

.contact-icon--box h3.contact-icon--title:before {
	display: none;
}

.contact-icon--box h3.contact-icon--title {
	font-size: 19px;
	margin-bottom: 0px;
}

.contact-icon--box .contact-icon--description {
	display: block;
	font-size: 15px;
}

/*------------------------------------------------------------------------
## Locatie / Subsite specifiek
------------------------------------------------------------------------*/

/* == diner data list: common == */
.diner-data-list .diner--top-part {
	position: relative;
	display: block;
	align-items: center;
	padding: 0 0 10px;
	overflow: hidden;
	z-index: 1;
}

.diner-data-list span.diner--icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #0e0e0e;
	text-align: center;
	line-height: 31.8px;
	border-radius: 50%;
	margin-right: 10px;
}

.diner-data-list .diner--heading {
	display: inline-block;
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	margin-right: 10px;
}

.diner-data-list .diner--location {
	display: inline-block;
	font-family: cholla-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

.diner-data-list .diner--home-dining {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.diner-data-list .diner--top-part a.button.button-small {
	margin: 0;
	float: right;
}

/* == diner data list: full == */
.section--data .data--full-box {
	padding: 35px;
	background: #F4EDE5;
	box-shadow: rgb(0 0 0 / 20%) 0 0 5px;
	border-radius: 2px;
}

.section--data .data--full-box h2 {
	margin-bottom: 25px;
}

.diner-data-list.diner-data-list--full .diner--top-part {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}

.diner-data-list.diner-data-list--full .diner-entry:nth-child(odd) {
	background: #E8E1D8;
}

.diner-data-list--full .diner--top-part__left {
	align-items: center;
}

.diner-data-list--full .diner--top-part__right {
	align-items: center;
}

.diner-data-list--full .diner--heading {
	min-width: 80px;
}

.diner-data-list--full .diner--location img {
	position: relative;
	margin-right: 5px;
	top: 4px;
}

.diner-data-list--full .diner--price {
	display: inline-block;
	font-family: cholla-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	text-align: right;
	margin-right: 20px;
}

.diner-data-list--full .diner--top-part a.button.button-small {
	float: none;
}

.featured-locations-box {
	justify-content: space-between;
	align-items: center;
	margin: 40px -35px -35px;
	padding: 30px 40px;
	background: #E8E1D8;
}

.featured-locations-box h3,
.featured-locations-box p {
	margin-bottom: 0;
}

.featured-locations-box a.button {
	margin-top: 0;
}

.featured-locations-box h3:before {
	display: none;
}

/* == diner data list: banner == */
.banner--diner-data .diner-data-box {
	padding: 130px 100px;
	max-width: 650px;
}

.banner--diner-data h2 {
	position: relative;
	color: #fff;
	z-index: 1;
}

.banner--diner-data a.button.button-link {
	position: relative;
	color: #fff;
	margin-top: 5px;
	z-index: 1;
}

.banner--diner-data .diner-data-list .diner--heading {
	color: #fff;
	margin-right: 10px;
}

.banner--diner-data .diner-data-list .diner--location,
.banner--diner-data .diner-data-list .diner--location a,
.banner--diner-data .diner-data-list .diner--location a:hover {
	color: #fff;
}

/* == modal == */
.diner-data-list .modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.diner-data-list .zoom-in {
	transform: scale(.8);
	opacity: 0;
	-webkit-transition: .3s all 0s;
	-moz-transition: .3s all 0s;
	-ms-transition: .3s all 0s;
	-o-transition: .3s all 0s;
	transition: .3s all 0s;
}

.diner-data-list .zoom-in.show {
	opacity: 1;
	transform: scale(1) !important;
	transform: none;
}

.modal-dialog {
	max-width: 550px;
}

.modal-content {
	padding: 40px 35px;
	border: 0;
	border-radius: 0px;
}

.modal-header {
	padding: 0 0 5px;
	border: 0;
}

.modal-header .close {
	background: transparent;
	color: #979797;
	font-size: 50px;
	padding: 0;
	margin: -15px 0 0;
	line-height: normal;
	font-weight: 200;
}

.modal-header .close:hover {
	color: #0D0D0D;
}

.modal-body {
	padding: 0;
}

.modal .diner-price {
	font-family: 'cholla-sans', sans-serif;
	font-size: 20px;
	color: #0D0D0D;
	margin-bottom: 10px;
}

.modal .diner-meta ul {
	margin: 0 0 15px;
	list-style: none;
}

.modal .diner-meta ul li {
	font-family: 'cholla-sans', sans-serif;
	font-size: 18px;
	line-height: 145%;
	color: #0D0D0D;
	padding-left: 30px;
}

.modal .diner-meta ul li.diner-postal {
	font-size: 16px;
}

.modal .diner-meta ul li a {
	color: #0D0D0D;
}

.modal .diner-meta ul li a:hover {
	color: #cc6815
}

.modal .diner-meta ul li img {
	position: absolute;
	left: 0;
}

.modal-footer {
	justify-content: start;
	padding: 40px 0 0;
	border: 0;
}

.modal-footer .payment-method {
	font-size: 14px;
	color: #494747;
}

span.diner-stock {
	color: #494747;
	font-size: 15px;
	clear: right;
}

.diner-stock.stock--alert {
	color: #c33307;
}

a.button.add_to_cart_button.button-disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.4;
}

/* breadcrumb */
.breadcrumb {
	margin-bottom: 15px;
}

.breadcrumb a.back-to:before {
	content: url(assets/img/arrow_right.svg);
	display: inline-block;
	position: relative;
	margin: 4px 10px 0 0;
	left: 0;
	transition: all 0.3s ease;
}

.breadcrumb a.back-to:hover:before {
	left: -5px;
}

.breadcrumb a.back-to {
	font-family: cholla-sans, sans-serif;
	font-size: 19px;
	font-weight: 300;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* == checkout == */
.custom-postcode-notice ul.zivol-postcode-error {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #cc6815;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
	margin-top: 50px;
}

.woocommerce-checkout #customer_details>div {
	width: 100%;
	max-width: inherit;
}

.woocommerce-checkout .col2-set,
.woocommerce-page .col2-set {
	width: 48%;
	float: left;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review {
	width: 48%;
	float: left;
	margin-left: 2%;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin-top: 30px;
}

.woocommerce-checkout .zinvol-drinks-boxes {
	display: flex;
}

.woocommerce-checkout .zinvol-drink-select {
	width: 47%;
	overflow: visible;
}

.woocommerce-checkout .zinvol-drinks-boxes>.zinvol-drink-select:first-child {
	margin-right: 6%;
}

.woocommerce-checkout p.zinvol-drinks-label {
	margin: 5px 3px 0 3px;
	font-weight: 600;
}

.woocommerce-checkout #wc-adres-heading label,
.woocommerce-checkout #wc-drinks-heading label {
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 115%;
	color: #0D0D0D;
	font-size: 22px;
	margin: 30px 0 0 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-radius: 2px;
}

.woocommerce-checkout select {
	margin-right: 10px;
	padding-right: 35px;
	font-size: 16px;
	background-image: url(assets/img/arrow_down-grey.svg);
	background-repeat: no-repeat;
	background-size: 20px 12px;
	background-position: calc(100% - 11px) 16px;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .description {
	padding: 10px;
	background: #f4ede5;
	color: #494747;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .description:before {
	border-color: #f4ede5 transparent transparent transparent;
}

.woocommerce-checkout #payment {
	background: #F4EDE5;
	padding: 25px 30px;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 20%) 0 0 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0 0 20px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 10px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin-top: 15px;
}

.woocommerce-checkout #payment div.payment_box.payment_method_mollie_wc_gateway_ideal {
	display: none !important;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #E8E1D8;
	margin-bottom: 0px;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom: 1em solid #E8E1D8;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 6px 0 0;
}

.woocommerce p.privacy,
.woocommerce p.terms {
	margin-left: 20px;
}

.woocommerce form p.privacy .input-checkbox,
.woocommerce form p.terms .input-checkbox {
	position: relative;
	margin: -2px -15px 0 0;
	left: -20px;
}

.woocommerce form p.privacy label,
.woocommerce form p.terms label {
	line-height: 160%;
}

.woocommerce button#place_order {
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: initial;
	text-transform: lowercase;
	color: #fff;
	padding: 12px 30px 13px;
	margin-top: 15px;
	background: #CC6815;
	border-radius: 28px;
	border-bottom: 2px solid #9e4f0e;
	transition: all 0.2s ease;
}

.woocommerce button#place_order:hover {
	background: #E24F11;
	border-color: #E24F11;
}

.woocommerce-checkout .site-content {
	margin-bottom: 40px;
}

.woocommerce div.product form.cart .button {
	font-family: cholla-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: initial;
	text-transform: lowercase;
	color: #fff;
	padding: 12px 30px 13px;
	background: #CC6815;
	border-radius: 28px;
	transition: all 0.2s ease;
}

.woocommerce div.product form.cart .button:hover {
	background: #E24F11;
}

.woocommerce table.shop_table th.product-total {
	width: 220px;
	max-width: 220px;
}

.woocommerce .shop_table .product-name {
	font-weight: 700;
}

.woocommerce .shop_table .variation {
	white-space: nowrap;
}

.woocommerce .shop_table dl.variation {
	font-size: 15px;
}

.woocommerce .shop_table dl.variation dt {
	font-weight: 400;
	line-height: 190%;
}

.woocommerce tr.woocommerce-shipping-totals.shipping td {
	font-weight: 400 !important;
	font-size: 15px;
}

.woocommerce .terms-box {
	display: block;
	position: relative;
	float: left;
	height: 97px;
	box-sizing: border-box;
	overflow-y: scroll;
	margin-bottom: 15px;
	padding: 12px 20px;
	background: rgb(255 255 255 / 55%);
}

.woocommerce .terms-box ul {
	margin-left: 15px;
}

.woocommerce .terms-box ul li {
	font-size: 12px;
}

/*------------------------------------------------------------------------
## desktop
------------------------------------------------------------------------*/

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

	/* == banner == */
	section.banner.banner-page .banner-full-image--right {
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		min-height: 100%;
		width: 50vw;
		margin: 0;
		padding-left: 0;
		background-size: cover;
	}

	section.banner.banner-page .banner-full-image--right:before {
		content: "";
		height: 100%;
		position: absolute;
		left: 0;
		width: 150px;
		background-image: -moz-linear-gradient(0deg, rgb(95, 73, 56) 2%, rgba(95, 73, 56, 0) 100%);
		background-image: -webkit-linear-gradient(0deg, rgb(95, 73, 56) 2%, rgba(95, 73, 56, 0) 100%);
		background-image: -ms-linear-gradient(0deg, rgb(95, 73, 56) 2%, rgba(95, 73, 56, 0) 100%);
	}

	/* == home == */

}

@media only screen and (min-width: 960px) {}

@media screen and (min-width : 1024px) {}

@media screen and (min-width : 1170px) {}

@media only screen and (min-width: 1300px) {}

@media screen and (min-width : 1600px) {}

/*------------------------------------------------------------------------
## mobile
------------------------------------------------------------------------*/


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

	/* == footer == */
	.footer-widgets-container.grid-container,
	.site-info .inside-site-info {
		max-width: 90%;
	}

}

@media screen and (max-width : 575px) {

	/* == home == */
	section.banner-home .banner--speech-balloons {
		margin: 30px auto -40px;
		width: calc(100vw - 30px);
		height: calc(88.95vw - 30px);
	}

	.quote--speech-balloon-2 {
		position: relative;
		overflow: hidden;
		width: calc(100vw - 15px);
		left: -15px;
	}

	.quote--speech-balloon-2>div {
		width: auto;
		padding: 55px 50px;
		width: calc(100vw + 20px);
		height: calc(100vw + 40px);
		left: -10px;
	}

	/* == woocommerce == */
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout .col2-set,
	.woocommerce-page .col2-set {
		width: 100%;
	}

	.woocommerce-checkout #customer_details>div {
		padding: 0;
		;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #order_review {
		margin-left: 0;
	}

	div#order_review {
		margin-bottom: 60px;
	}
}

@media screen and (max-width : 767px) {

	/* lettertype's */
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 16px;
	}

	/* == mobile menu == */
	.nav-float-right #site-navigation {
		margin-left: 0px;
	}

	/* == formulieren == */
	.form--box {
		padding: 20px;
		margin: 0 15px;
		z-index: 1;
	}

	.nav-float-right .navigation-stick .navigation-branding {
		margin: auto;
	}

	/* == footer callout (bijschrift) == */
	section.section--cta {
		margin-top: -55px;
	}

	.section--cta a.button {
		margin-top: 15px;
	}

	/* === footer == */
	.site-info .inside-site-info {
		display: grid;
	}

	.site-info .inside-site-info>div {
		padding: 7px 0;
	}

	.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets {
		margin: 0;
	}

	.inside-footer-widgets {
		flex-direction: column;
	}

	.inside-footer-widgets>div {
		margin-bottom: 30px;
	}

	/* == sections == */
	section {
		padding: 40px 0;
	}

	span.banner-subtitle {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.banner p {
		font-size: 15px;
	}

	section.banner.banner-page {
		padding-top: 150px;
		padding-bottom: 0;
	}

	section.banner.banner-page .banner-full-image--right {
		position: relative;
		min-height: 50vh;
		width: 100%;
		background-size: cover;
	}

	section.banner.banner-page .banner-full-image--right:before {
		content: "";
		height: 80px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-image: -moz-linear-gradient(-90deg, rgb(95, 73, 56) 2%, rgba(95, 73, 56, 0) 100%);
		background-image: -webkit-linear-gradient(-90deg, rgb(95, 73, 56) 2%, rgba(95, 73, 56, 0) 100%);
		background-image: -ms-linear-gradient(-90deg, rgb(95, 73, 56) 2%, rgba(95, 73, 56, 0) 100%);
	}

	header.entry-header.page-header {
		padding: 150px 0 40px;
	}

	#main section.section--round-beige-bg {
		margin: -90px 0 0;
	}

	section .col--text-left {
		order: 1;
	}

	/* == home == */
	section.banner-home .banner--speech-balloons {
		position: relative;
		top: inherit;
		right: inherit;
		margin: 30px auto -40px;
	}

	section.banner.banner-home {
		height: auto;
	}

	body.home #main section.section--round-beige-bg {
		padding: 115px 0 45px;
	}

	.hoe-werkt-het {
		padding: 0 30px;
	}

	.hoe-werkt-het:before {
		box-shadow: rgba(232, 161, 55, .35) 0 0 90px 75px;
	}

	.hoe-werkt-het .how-works--icon-box::before {
		left: 0;
	}

	section.section--infomatie.section--default {
		margin-top: 50px;
	}

	/* == Locatie / Subsite specifiek == */
	.banner--diner-data .diner-data-box {
		padding: 50px 5% 90px;
	}

	.diner-data-list.diner-data-list--full .diner--top-part {
		display: block;
	}

	.diner-data-list .diner--location {
		white-space: nowrap;
	}

	.diner-data-list--full .diner--top-part__right {
		margin-top: 8px;
	}

	.diner-data-list--full .diner--price {
		margin-right: 10px;
	}

	.section--data .data--full-box {
		padding: 20px;
		margin: 0 15px;
	}

	.featured-locations-box {
		margin: 30px -20px -20px;
	}

	.featured-locations-box--text {
		margin: 10px 0;
	}

}

@media only screen and (max-width: 480px) {

	/* == Locatie / Subsite specifiek == */
	.diner-data-list .diner--top-part a.button.button-small {
		float: inherit;
		margin-top: 10px;
	}

	.diner-data-list .diner--top-part {
		padding: 0 0 15px;
	}

	.section--data .data--full-box {
		padding: 20px 0;
	}

	.featured-locations-box {
		margin: 30px 0 -20px;
		padding: 30px 25px;
	}

	span.diner-stock {
		display: block;
		margin-top: 11px;
	}

	/* == Checkout == */
	.woocommerce table.shop_table th {
		font-size: 15px;
	}

	.woocommerce table.shop_table td {
		font-size: 15px;
	}

	.woocommerce table.shop_table th.product-total {
		width: 100px;
		max-width: 100px;
	}

	.woocommerce tr.woocommerce-shipping-totals.shipping th,
	.woocommerce tr.woocommerce-shipping-totals.shipping td {
		width: 100%;
		display: block;
	}

	.woocommerce form .form-row textarea {
		height: 85px;
	}

	.woocommerce-NoticeGroup.custom-postcode-notice {
		padding: 0;
	}
}