/* 
Theme Name: Presence
Template: Presence
Author: Kits Reklame, Klaas-Wytze 
Version: 1.0
*/

/*------------------------------------------------------------------------
## algemeen
------------------------------------------------------------------------*/

/* == config == */
:root {
	--wpex-body-font-family: proxima-nova, sans-serif;
	--wpex-body-font-size: 17px;
	--wpex-body-line-height: 185%;
	--wpex-text-2: #333230;
	--wpex-link-color: #444;

	--wpex-btn-font-family: var(--wpex-body-font-family);
	--wpex-btn-font-style: normal;
	--wpex-btn-text-transform: lowercase;
	--wpex-btn-letter-spacing: 1px;
	--wpex-btn-line-height: normal;
	--wpex-btn-font-weight: 400;
	--wpex-btn-padding: 10px 30px;
	--wpex-btn-font-size: 18px;
	--wpex-btn-bg: transparent;
	--wpex-btn-color: #fff;
	--wpex-btn-border-radius: 0;

	/*
	--wpex-btn-border-width
	--wpex-btn-border-style
	--wpex-btn-border-color
	*/

}

/* == fonts == */
p,
ul li,
ol li {
	font-weight: 300;
}

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

h1,
h1.vcex-heading,
h2,
h2.vcex-heading {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 2px;
}

h1,
h1.vcex-heading {
	font-size: 30px;
}

h2,
h2.vcex-heading {
	font-size: 30px;
	margin: 0 0 13px 0;
}

h3,
h3.vcex-heading {
	font-weight: 300;
	font-size: 20px;
	margin: 0;
}

h4,
h4.vcex-heading {
	font-weight: 300;
	margin: 0 0 15px 0;
}

.vcex-heading {
	color: #333230;
}

h2.vcex-heading {
	margin-bottom: 5px;
}

.single-blog-content,
.single-page-content,
.tribe-events-content {
	font-size: 17px;
}

/* == buttons == */
a.theme-button {
	transition: all ease 0.5s !important;
	background-size: 100% 100%;
	background-position: center !important;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

a.theme-button:hover {
	background-size: 150% 100%;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

a.theme-button.outline {
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

a.theme-button.outline:hover {
	opacity: 1;
}

a.vcex-button.theme-txt-link {
	font-size: 17px;
	color: #333230;
	letter-spacing: 1px;
	transition: all ease 0.3s;
}

a.vcex-button.theme-txt-link:hover {
	text-decoration: none;
	border-color: transparent;
}

/* == vc == */
.wpb_row {
	padding: 50px 0px 0px;
}

.vc_row .vc_row.vc_inner {
	padding-top: 0;
}

/*.wpex-vc-row-stretched .vc_column-inner {padding: 0;} */

/* == blockquote == */
blockquote {
	background: inherit;
	padding: 0 10px;
	font-size: inherit !important;
}

blockquote p {
	font-family: ff-tisa-web-pro, serif;
	font-style: italic;
	font-weight: 100;
	color: #333230;
}

blockquote::before {
  display: none;
}
/* == social sticky blok == */
.social-sticky-blok.hidden-phone {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: rgba(196, 157, 95, 0.8);
	padding: 15px 20px;
	z-index: 99999;
	color: #fff;
	font-size: 15px;
	line-height: 160%;
}

.social-sticky-blok:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 20px solid rgba(196, 157, 95, 0.8);
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: -20px;
}

.social-sticky-blok .sidebar-box {
	margin: 0;
}

.social-sticky-blok .wpex-fa-social-widget .desc {
	margin-bottom: 10px;
}

.wpex-fa-social-widget ul li {
	margin-bottom: -5px;
	display: inline-block;
}

.wpex-fa-social-widget ul li a {
	color: #fff;
}

/* == gift sticky bar == */
.gift-sticky-bar {
	position: sticky;
	bottom: -1px;
	width: 100%;
	padding: 40px 30px;
	background: rgb(51, 50, 48);
	background: -moz-linear-gradient(0, rgba(51, 50, 48, 0.9) 0%, rgba(51, 50, 48, 0.6) 40%, rgba(51, 50, 48, 0) 100%);
	background: -webkit-linear-gradient(0, rgba(51, 50, 48, 0.9) 0%, rgba(51, 50, 48, 0.6) 40%, rgba(51, 50, 48, 0) 100%);
	background: linear-gradient(0, rgba(51, 50, 48, 0.9) 0%, rgba(51, 50, 48, 0.6) 40%, rgba(51, 50, 48, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333230", endColorstr="#333230", GradientType=1);
	z-index: 9999;
}

.gift-sticky-bar a {
	margin: 0 7px;
}

.gift-sticky-bar a.cta-button {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	padding: 11px 30px 11px;
	background: #729744;
	border-radius: 0;
}

.gift-sticky-bar a.cta-button:hover {
	text-decoration: none;
}

.gift-sticky-bar a.cta-button span {
	position: relative;
	z-index: 2;
}

.gift-sticky-bar a.cta-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #476423;
	height: 3px;
	width: 100%;
	transition: all ease .3s;
}

.gift-sticky-bar a.cta-button:hover:after {
	height: 100%;
}

.gift-sticky-bar a.theme-button.pr-play-button {
	color: #16282e;
	background: #FFF;
	padding: 10px 25px;
  line-height: inherit;
}

.gift-sticky-bar a.theme-button.pr-play-button:hover {
	opacity: 0.7;
}

.gift-sticky-bar .pr-play-button .theme-button-icon-left {
	padding-right: 10px;
	top: 4px;
}

.gift-sticky-bar .pr-play-button .wpex-icon{
	color: #FF0000;
	font-size: 26px;
}

/* == common styles == */
.column-dropshadow>.vc_column-inner>.wpb_wrapper {
	filter: drop-shadow(0px 2px 7px #16282e);
}

/*------------------------------------------------------------------------
## Formulieren algemeen
------------------------------------------------------------------------*/

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #edeae6 inset;
	box-shadow: 0 0 0px 1000px #edeae6 inset;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-number,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	border-radius: 0;
	font-weight: 300;
	color: #565656 !important;
	font-size: 17px;
}

input.wpcf7-form-control.wpcf7-submit {
	padding: 10px 30px;
	border-radius: 0;
	font-size: 17px;
	font-weight: 400;
	text-transform: lowercase;
	color: #fff;
	transition: all ease 0.5s !important;
	background-size: 100% 100%;
	background-position: center;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-size: 150% 100%;
}

.avg input[type="checkbox"],
.machtig input[type="checkbox"],
input[type="checkbox"][name="_mc4wp_subscribe_contact-form-7"] {
	position: absolute;
}

.avg span.wpcf7-list-item-label,
.machtig span.wpcf7-list-item-label,
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
	margin: 0 0 5px 20px;
	display: block;
	font-size: 14px;
	line-height: 160%;
}

input[type="checkbox"][name="_mc4wp_subscribe_contact-form-7"] {
	margin-left: -20px;
	font-size: 17px;
}

.wpcf7 .vc_row.wpb_row {
	padding: 0 0 15px;
}

select.wpcf7-form-control.wpcf7-select {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	height: 45px;
	margin: 5px 0 0px;
	width: 100%;
	color: #777;
	border: 1px solid #e1e1e1;
	font-size: 17px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 15px;
	border-radius: 0px !important;
	visibility: visible;
	background-image: url(assets/img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 38px 22px;
	cursor: pointer;
}

[data-class="wpcf7cf_group"] {
	margin-bottom: 15px;
}

.wpcf7 .checkbox-tijdvak span.wpcf7-list-item,
.wpcf7 .checkbox-onderdeel span.wpcf7-list-item {
	display: block;
}

.wpcf7 h3 {
	margin-bottom: 8px;
}

.wpcf7 p.small {
	font-size: 15px;
	line-height: 140%;
}

/* == Gravity forms == */

.gform_wrapper.gravity-theme form .gfield_label {
	margin-bottom: 2px;
}

.gform_wrapper.gravity-theme form a {
	text-decoration: underline;
}

.gform_wrapper.gravity-theme form a:hover {
	text-decoration-thickness: 2px;
}

.gform_wrapper.gravity-theme form .gfield input,
.gform_wrapper.gravity-theme form .gfield select,
.gform_wrapper.gravity-theme form .gfield textarea {
	border: 1px solid #b9b9b9;
	border-radius: 0;
	color: #777;
}

.gform_wrapper.gravity-theme form .gfield input[type=text],
.gform_wrapper.gravity-theme form .gfield input[type=number],
.gform_wrapper.gravity-theme form .gfield select,
.gform_wrapper.gravity-theme form .gfield textarea {
	padding: 8px 12px;
}

/* checkbox & radio */
.gform_wrapper.gravity-theme form .gfield input[type=radio],
.gform_wrapper.gravity-theme form .gfield input[type=checkbox] {
	appearance: none;
	background: #fff;
	border: 1px solid #b9b9b9;
	cursor: pointer;
	height: 22px;
	position: relative;
	vertical-align: middle;
	width: 22px;
	transition: all 0.2s ease;
}

.gform_wrapper.gravity-theme form .gfield input[type=radio]:hover,
.gform_wrapper.gravity-theme form .gfield input[type=radio]:checked,
.gform_wrapper.gravity-theme form .gfield input[type=checkbox]:hover,
.gform_wrapper.gravity-theme form .gfield input[type=checkbox]:checked {
	border: 1px solid #476423;
}

/* checkbox */
.gform_wrapper.gravity-theme form .gfield input[type=checkbox]:checked::before,
.gform_wrapper.gravity-theme form .ginput_complex span input[type=checkbox]:checked::before {
	opacity: 100%;
	transform: translate(-50%, -50%) scale(1);
}

.gform_wrapper.gravity-theme form .gfield input[type=checkbox]::before,
.gform_wrapper.gravity-theme form .ginput_complex span input[type=checkbox]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgb(114, 151, 68)' d='M438.6 105.4a31.93 31.93 0 0 1 0 45.2l-256 256a31.93 31.93 0 0 1-45.2 0L9.37 278.6a31.94 31.94 0 0 1 0-45.2 32 32 0 0 1 45.26 0L159.1 338.7l234.3-233.3a31.9 31.9 0 0 1 45.2 0z'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 16px;
	left: 50%;
	opacity: 0%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	transition: all 0.1s ease-in;
	width: 14px;
}

/* radio */
.gform_wrapper.gravity-theme form .gfield input[type=radio]::before {
	content: '';
	background: #729744;
	border-radius: 9999px;
	display: block;
	height: 16px;
	left: 50%;
	opacity: 0%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	transition: all 0.1s ease-in;
	width: 16px;
}

.gform_wrapper.gravity-theme form .gfield input[type=radio]:checked::before {
	opacity: 100%;
	transform: translate(-50%, -50%) scale(1);
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-weight: 600;
}

.gform_wrapper.gravity-theme form .gfield input[type=radio],
.gform_wrapper.gravity-theme form .ginput_complex span input[type=radio] {
	border-radius: 9999px;
}

.gform_wrapper.gravity-theme form .gfield select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	visibility: visible;
	font-family: var(--wpex-body-font-family);
	background-image: url(assets/img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 38px 22px;
	cursor: pointer;
}

/* validation */
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
	padding: 5px 15px !important;
}

/* send button */
.gform_wrapper.gravity-theme input[type="submit"] {
	transition: all ease 0.5s !important;
	background-size: 100% 100%;
	background-position: center !important;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

.gform_wrapper.gravity-theme input[type="submit"]:hover {
	background-size: 150% 100%;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}


/* specific for donate */
.gform_wrapper.gravity-theme form .donate-choices .gfield_radio {
	display: flex;
	flex-flow: wrap;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice input {
	margin-left: 0.9375rem;
	z-index: 1;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice {
	align-items: center;
	display: flex;
	font-weight: 500;
	height: 50px;
	margin-left: 12px;
	margin-top: 0 !important;
	position: relative;
	width: calc(25% - 9px);
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice .gfield-choice-input+label {
	cursor: pointer;
	height: 100%;
	max-width: 100%;
	line-height: normal;
	font-weight: 600;
	padding: 14px 10px 15px 40px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	position: absolute;
	width: 100%;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice .gfield-choice-input:hover+label {
	border: 1px solid #d0b17f;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice .gfield-choice-input:checked+label {
	background: #F1E8DA;
	border: 1px solid #d0b17f;
}

.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice:first-child {
	margin-left: 0;
}

.gform_wrapper.gravity-theme .ginput_container_address .address_country {
	flex: 0 0 100%;
}

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

#site-header {
	z-index: 999;
}

/* == logo == */
#site-logo img {
	width: 220px;
	height: 32px;
}

/* == menu == */
body .navbar-style-one {
	right: -5px;
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
	font-size: 16px;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 300;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
	padding: 0;
}

/* cta menu */
.navbar-style-one li.menu-item.cta-menu>a>span.link-inner {
	padding: 14px 30px;
	border-radius: 0;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	transition: all ease 0.5s !important;
	background-size: 100% 100%;
	background-position: center !important;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

.navbar-style-one li.menu-item.cta-menu>a:hover>span.link-inner {
	background-size: 150% 100%;
}

.navbar-style-one li.menu-item.cta-menu {
	margin-left: 25px;
}

/* == mobile menu == */
.mobile-toggle-nav a {
	text-transform: lowercase;
	font-size: 17px;
	padding: 12px 0 14px;
	color: #333230;
}

.wpex-bars>span,
.wpex-bars>span::before,
.wpex-bars>span::after {
	background: #333230;
}

.mobile-toggle-nav .cta-menu a {
	border-top: 0px !important;
	margin: 5px 0 30px;
	padding: 14px 30px;
	display: inline-block;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
	background: rgb(150, 102, 51);
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

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

h1.page-header-title {
	font-weight: 300;
	font-size: 32px;
	text-transform: uppercase;
	color: #333230;
}

.page-header {
	padding: 45px 0;
	text-align: center;
	background-position: center center !important;
}

.page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
	font-weight: 800;
	font-size: 45px;
}

.page-header-table {
	height: 60vh;
}

.page-header .page-subheading {
	font-size: 22px;
	font-weight: 100;
	color: #5d5c5a;
}

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

footer#footer.site-footer:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

.footer-widget {
	padding-bottom: 25px;
	font-size: 15px;
}

.footer-widget .widget-title {
	color: #333230;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer-widgets .wpex-fa-social-widget a.wpex-social-btn {
	font-size: 20px;
	padding: 0;
	width: auto;
	color: #bf9d6c;
	margin-right: 15px;
}

#footer-widgets .wpex-info-widget a {
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 1px;
	color: #333230;
}

#footer-widgets .wpex-info-widget-email a {
	margin-left: 15px;
}

#footer-widgets .wpex-info-widget-email span.ticon {
	color: #bb9d67;
	font-size: 22px !important;
}

.footer-box.col-1 {
	justify-content: end;
	flex-flow: row-reverse;
	height: fit-content;
}

.footer-box.col-1 .footer-widget {
	background: #e2ded9;
	display: inline-block;
	padding: 20px 20px 0px;
	position: relative;
	float: right;
	margin: 0 5% 40px 0;
}

.footer-box.col-1 .textwidget::after {
	content: "" !important;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 20px solid #e2ded9;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: -20px;
	visibility: visible;
	display: block;
}

.footer-box.col-1 .textwidget p {
	font-weight: 400;
	color: #8c8478 !important;
}

div#copyright {
	width: 100%;
	color: #333230;
	font-size: 13px;
	font-weight: 300;
}

#footer-bottom a:first-child {
	margin-left: 2%;
}

#footer-bottom a {
	margin-left: 10px;
}

@media only screen and (min-width: 960px) {
	.full-width-main-layout #footer-bottom-inner.container {
		max-width: 100%;
		width: 100%;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

/*------------------------------------------------------------------------
## pagina's
------------------------------------------------------------------------*/

/* == home == */

.header-play-button.wpex-lightbox img {
	width: 40px;
	height: 40px;
	transition: all ease 0.3s;
}

.header-play-button.wpex-lightbox a:after {
	content: "bekijk live";
	display: block;
	float: right;
	line-height: 40px;
	margin-left: 15px;
	color: #fff;
	font-size: 19px;
	position: relative;
}

.header-play-button.wpb_single_image a:hover {
	opacity: 0.5;
}

.wpex-video-bg {
	object-fit: cover;
}

/* home banner tour -- tijdelijk */
.home-banner-tour h1,
.home-banner-tour h2 {
	/*text-shadow: 0 2px 40px rgba(132, 91, 47, 0.45), 0 2px 60px rgba(132, 91, 47, 0.75);*/
	text-shadow: 0 0px 30px rgba(16, 35, 76, 0.85), 0 1px 10px rgba(16, 35, 76, 0.95);
}

/* home-banner-malieveld */
.malieveld-formulier>.vc_column-inner {
	padding: 40px 35px 30px;
}

.malieveld-formulier a.theme-txt-link {
	display: block;
	margin-bottom: 25px;
}

.malieveld-formulier svg {
	max-height: 250px;
	text-shadow: rgb(0 0 0 / 65%) 0 0 15px;
	overflow: inherit;
}

.malieveld-formulier p a {
	text-decoration: underline;
}

.malieveld-formulier .malieveld-cta-box {
	margin: 30px -35px -30px;
	padding-bottom: 0px !important;
}

.malieveld-formulier .malieveld-cta-box .vc_column-inner {
	padding: 30px 30px 10px;
	margin: 0;
}

.malieveld-formulier .malieveld-cta-box .wpb_wrapper a.theme-button {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.malieveld-2021 {
	text-align: center;
}

.malieveld-2021 a.theme-button {
	margin: 10px 4px 0 4px;
}

.malieveld-2021 a.theme-txt-link {
	text-decoration: underline;
}

.malieveld-2021 a.theme-txt-link:hover {
	text-decoration: none !important;
}

.malieveld-2021 .fa-youtube:before {
	color: red;
}

@media only screen and (min-width: 767px) {
	.malieveld-formulier .malieveld-cta-box .wpb_wrapper a.theme-button:nth-child(1) {
		width: calc(50% - 10px);
		float: left;
	}

	.malieveld-formulier .malieveld-cta-box .wpb_wrapper a.theme-button:nth-child(2) {
		width: calc(50% - 10px);
		float: right;
	}

	.malieveld-formulier .malieveld-cta-box .wpb_wrapper a.theme-button:nth-child(3) {
		width: 100%;
		text-align: center;
	}
}

.home-banner a.vcex-button.theme-txt-link {
	text-shadow: rgb(0 0 0 / 90%) 0 0 10px;
	overflow: inherit;
}

.home-banner a.vcex-button.theme-txt-link:hover {
	text-decoration: underline;
}

/* home 2022  (bannerbox) */
.home-banner {
	overflow: hidden !important;
}

.vc_bannerbox {
	padding: 30px;
	text-align: center;
}

.vc_bannerbox.prs-blur {
	backdrop-filter: saturate(60%) blur(7px);
	-webkit-backdrop-filter: saturate(60%) blur(7px);
}

.vc_bannerbox.prs-shadow:before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50vh - 290px);
	left: 50%;
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: rgb(0 0 0 / 40%) 0 0 400px 290px;
	border-radius: 50%;
	z-index: -1;
}

.vc_bannerbox .vc_bannerbox__title {
	margin-bottom: 30px;
}

.vc_bannerbox .vc_bannerbox__title h1 {
	font-weight: 700;
	font-size: 50px;
	color: #FFF;
	text-align: center;
	margin: 0 0 10px;
}

.vc_bannerbox .vc_bannerbox__title div.subtitle {
	font-weight: 700;
	font-size: 22px;
	color: #FFF;
	text-align: center;
}

.vc_bannerbox .vcex-multi-buttons {
	display: inline-flex;
	background-size: 100% 100%;
	background-position: center !important;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

.vc_bannerbox .vcex-multi-buttons .theme-button:not(.outline) {
	font-size: 17px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #976734;
}

.vc_bannerbox .vcex-multi-buttons .theme-button:not(.outline):hover {
	background: rgb(151 103 52 / 70%);
}

.vc_bannerbox .vcex-multi-buttons .theme-button:not(:last-child) {
	border-right: 1px solid #976734;
}

/* home spreken */
.home-spreken-afbeeldingen .wpb_single_image .vc_single_image-wrapper,
.home-spreken-afbeeldingen .wpb_single_image .vc_figure,
.home-spreken-afbeeldingen .wpb_single_image img {
	width: 100% !important;
}

/* blok aankomende event */
.aankomende-events-blok {
	border: 1px solid #fff;
	padding: 45px 40px;
	position: relative;
	margin: 30px 0 40px !important;
}

.aankomende-events-blok:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 21px solid #edeae6;
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -10.5px;
}

.aankomende-events-blok:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 22px solid #fff;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -12.5px;
}

.aankomend-event {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}

.event-info {
	float: left;
	width: 94%;
	display: block;
	font-weight: 300;
}

.aankomend-event .tribe-events-event-image {
	width: 15%;
	height: 50px;
	float: left;
	display: block;
	padding: 0 10px 0 0;
	margin: 15px 0px 0;

}

.aankomend-event h3.event-titel {
	font-size: 26px;
	padding-right: 10px;
}

.aankomend-event h3.event-titel a {
	transition: all ease 0.3s;
}

.aankomend-event h3.event-titel a:hover {
	color: #bb9d67;
}

.event-knop {
	float: left;
	width: 5%;
}

.event-knop a span.theme-button-icon-righ {
	color: #c59f5c;
	font-size: 27px;
}

.event-knop a:hover span.theme-button-icon-righ {
	color: #94672e;
}

/* nieuwbrief */

.vcex-module.vcex-heading.vcex-heading-plain.spreek-wolk-nieuwsbrief {
	background: #edeae6;
	padding: 25px;
	display: inline-block;
	float: right;
	position: relative;
}

.vcex-module.vcex-heading.vcex-heading-plain.spreek-wolk-nieuwsbrief:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 20px solid #edeae6;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: -20px;
}

.mc4wp-form-fields input[name=AGREE_TO_TERMS] {
	float: left;
}

.mc4wp-form-fields a {
	font-size: 12px !important;
	line-height: 135%;
	margin-left: 20px;
	display: block;
}

.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email] {
	width: 330px;
	border-radius: 0;
}

.mc4wp-form-fields input[type=submit] {
	padding: 8px 30px;
	border-radius: 0;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	transition: all ease 0.3s !important;
	background: rgb(150, 102, 51);
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

.mc4wp-form-fields input[type=submit]:hover {
	background: rgb(196, 157, 95) !important;
}

/*------------------------------------------------------------------------
## single event
------------------------------------------------------------------------*/

.single-tribe_events #tribe-events,
.single-tribe_events #tribe-events-pg-template {
	padding: 0 !important;
}

.single-tribe_events .tribe-events-button,
.single-tribe_events #tribe-events .tribe-events-button {
	background: #bb9d67;
}

.single-tribe_events .tribe-events-cal-links a {
	font-weight: 400 !important;
	font-size: 14px !important;
	text-transform: lowercase !important;
	border-radius: 0 !important;
}

.tribe-events-cal-links a.tribe-events-button:hover:hover {
	background: #9e6f34 !important;
	color: #fff !important;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
	max-width: 800px;
}

.single-tribe_events .page-subheading-extra {
	font-weight: 300;
}

#tribe-events-footer .tribe-events-sub-nav li a {
	background: inherit;
	color: #333230 !important;
	font-weight: 300;
	font-size: 17px;
	padding: 0;
}

#tribe-events-footer .tribe-events-sub-nav li a:hover {
	color: #c49d5f !important;
	text-decoration: none;
}

.tribe-events-meta-group.tribe-events-meta-group-details,
h2.tribe-events-single-section-title {
	font-weight: 300 !important;
}

.tribe-events-start-date-label,
.tribe-events-start-time-label,
.tribe-venue {
	font-weight: 400 !important;
}

.single-tribe_events .tribe-events-event-meta {
	background: transparent !important;
	border: 0 !important;
}

.single-tribe_events .tribe-events-content a {
	border: 0;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button,
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
	width: auto;
}

.tribe-events-c-subscribe-dropdown__container button {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.formulier-beschrijving p {
	margin-bottom: 10px;
}

.event-formulier {
	background: #edeae6;
	padding: 40px 0;
}

.event-formulier .formulier-content {
	max-width: 800px;
	margin: auto;
}

.event-formulier .formulier-content h2 {
	text-align: center;
}

.event-formulier .formulier-content h4 {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.event-formulier .formulier-content p {
	font-size: 17px;
}

.event-formulier textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}


.event-agenda-overzicht {
	padding: 40px 0;
	border-top: 1px solid #dfdbd6;
}

/* -- bedankt pagina -- */

body.page.no-composer .site-content {
	max-width: 800px;
	margin: auto;
}

/*------------------------------------------------------------------------
## Archive event
------------------------------------------------------------------------*/

.post-type-archive-tribe_events div#tribe-events-bar {
	display: none;
}

.post-type-archive-tribe_events h1.tribe-events-page-title {
	text-transform: none;
	font-weight: 300;
	font-size: 22px;
}

.post-type-archive-tribe_events .tribe-events-event-meta {
	font-weight: 400;
}

.post-type-archive-tribe_events .tribe-events-list-separator-month {
	color: #777;
	font-weight: 300;
	text-transform: none;
	font-size: 19px;
}

.post-type-archive-tribe_events h2.tribe-events-list-separator-month:first-child {
	margin-top: 0;
}

.post-type-archive-tribe_events a.tribe-events-ical.tribe-events-button {
	display: none !important;
}

/*------------------------------------------------------------------------
## pagina's
------------------------------------------------------------------------*/

/* == Tour == */

.wpb_text_column.tour-programma-namen p {
	text-transform: uppercase;
	font-weight: 400 !important;
}

.wpb_text_column.tour-programma-namen p strong {
	color: #a3784a;
	font-weight: 400 !important;
}

.tour-locaties>.wpb_column .vc_column-inner {
	border: 1px solid #fff;
	padding: 27px;
	cursor: pointer;
}


.presence-tourdatum.vol:after {
	content: "Volgeboekt";
	opacity: 1;
	color: #e03535;
}

.presence-tourdatum.laatste-tickets:after {
	content: "Laatste tickets beschikbaar";
	opacity: 1;
	color: #c59f5c;
}

/* == contact == */

.contact-top .vcex-module.vcex-heading.vcex-heading-plain.spreek-wolk-nieuwsbrief {
	float: left !important;
}

.wpex-social-btn {
	text-align: left;
}

/* == ondersteuenen/geven == */
.pt-checkout-form {
	width: 100%;
	padding: 0 0 20px;
	border: 0;
}

form#pt_checkout_form_1 br {
	display: none;
}

.pt-form-group label {
	font-weight: 300;
}

.pt-form-group input[type="text"],
.pt-form-group input[type="email"],
.pt-form-group textarea,
.pt-uea-container {
	border-radius: 0px;
}

.pt-radio-group label {
	display: inline-block;
	margin-right: 10px;
}

.pt-form-group .pt-uea-container .pt-uea-custom-amount {
	border-left: 0px;
	font-size: 15px;
}

.pt-form-group .pt-uea-container .pt-uea-currency-before {
	background: #FFF;
	padding-right: 0;
}

.pt-checkout-form button.pt-payment-btn {
	padding: 10px 30px;
	border-radius: 0;
	font-size: 17px;
	font-weight: 400;
	text-transform: lowercase;
	color: #fff;
	transition: all ease 0.5s !important;
	background-size: 100% 100%;
	background-position: center;
	background-image: linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -moz-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(150, 102, 51) 0%, rgb(173, 130, 73) 17%, rgb(196, 157, 95) 49%, rgb(173, 130, 73) 79%, rgb(150, 102, 51) 100%);
}

.pt-checkout-form button.pt-payment-btn:hover {
	background-size: 150% 100%;
}

#pt_checkout_form_1 .pt-form-group-1 .pt-radio-group label input[type="radio"] {
	margin-top: 3px;
}

#pt_checkout_form_1 .pt-radio-group label {
	margin-right: 5px;
	padding: 6px 12px 4px 4px;
	background: #FFF;
	color: #3c3c3b;
	border: 1px solid #FFF;
}

#pt_checkout_form_1 .pt-radio-group label.selected {
	background: #bb9d67;
	border-color: #bb9d67;
	color: #FFF;
}

/* hide bedrag element */
.pt-form-group.pt-form-group-4.pt-form-group-uea-custom-amount label {
	display: none;
}

/* tabs */
.wpb-js-composer .presence-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	border: 0;
	border-radius: 0px;
	background: #edeae6;
}

.wpb-js-composer .presence-tabs.vc_tta.vc_general .vc_tta-panel-body {
	padding: 35px;
}

.wpb-js-composer .presence-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	border: 0;
	border-radius: 0;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	background: #a97d46;
	transition: all ease 0.4s;
}

.wpb-js-composer .presence-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.wpb-js-composer .presence-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
	background: #edeae6;
	color: #333230;
}

.wpb-js-composer .presence-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #edeae6;
	border: 0;
}

.wpb-js-composer .presence-tabs.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	display: block;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	display: none;
}

/*------------------------------------------------------------------------
## responsive
------------------------------------------------------------------------*/

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

	/*-- page builder elementen --*/
	.afbeelding-halfFullRight .vc_column-inner {
		height: 100%;
		position: absolute;
		display: block;
	}

	.afbeelding-halfFullRight {
		min-height: 100%;
		position: absolute;
		display: block;
		width: 48vw;
		right: 0;
		top: 0;
	}

	/* ondersteunen */
	body.home .ondersteunen-align-onder {
		bottom: 0;
		position: absolute;
		right: 45px;
	}

	.tribe-events-event-image img {
		max-height: 350px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 1199px) {
	.navbar-style-one .dropdown-menu>li.menu-item>a {
		font-size: 16px;
		padding: 0 0;
	}

	.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
		padding: 0.5em 6px;
	}

	.sf-menu li.menu-item.cta-menu>a>span.link-inner {
		padding: 14px 25px;
	}

	.sf-menu li.menu-item.cta-menu {
		margin-left: 12px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 959px) {
	.footer-box.col-1 .footer-widget {
		float: left;
	}

	.footer-box.col-1 .textwidget::after {
		border-right: 22px solid transparent;
		border-left: 22px solid transparent;
		border-top: 20px solid #e2ded9;
		top: unset;
		margin-top: 0;
		right: 50%;
		margin-right: -11px;
	}

	.footer-box.col-1 {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 767px) {
	.afbeelding-halfFullRight {
		height: 500px !important;
		width: 107%;
		margin: 40px -3.5% 0;
	}

	.home-intro.wpb_row {
		padding-bottom: 0 !important;
	}

	.vcex-module.vcex-heading.vcex-heading-plain.spreek-wolk-nieuwsbrief:after {
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-top: 20px solid #edeae6;
		position: absolute;
		top: unset;
		margin-top: 0;
		right: 50%;
		margin-right: -11px;
		bottom: -40px;
	}

	.vcex-module.vcex-heading.vcex-heading-plain.spreek-wolk-nieuwsbrief {
		margin-bottom: 25px;
		float: left;
	}

	.aankomend-event h3.event-titel {
		font-size: 20px !important;
	}

	body.home .vc_row-o-full-height.home-ondersteunen {
		min-height: auto;
	}

	/* page header */
	.page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
		font-size: 35px;
	}

	/* form */

	.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice {
		width: calc(50% - 9px);
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice:nth-child(1),
	.gform_wrapper.gravity-theme form .donate-choices .gfield_radio .gchoice:nth-child(3) {
		margin-left: 0px;
	}

	/* stikcy gift bar */
	.gift-sticky-bar {
		padding: 15px 10px;
	}

	.gift-sticky-bar a.cta-button {
		font-size: 16px;
		padding: 11px 24px;
	}

	.gift-sticky-bar a.pr-play-button .theme-button-icon-left {
		padding-right: 0;
		top: 4px;
	}

	.gift-sticky-bar a.theme-button.pr-play-button {
		padding: 0;
		line-height: 45px;
		width: 45px;
		height: 45px;
		border-radius: 50%;
	}

	/* tabs */
	.wpb-js-composer .presence-tabs.vc_tta.vc_general .vc_tta-panel-body {
		padding: 20px;
	}

	.wpb-js-composer .presence-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
		font-size: 16px;
		padding: 10px 17px;
	}

	/* geven */
	.pt-form-group-field-terms {
		font-size: 15px;
	}

	/* hom-banner-malieveld */
	.malieveld-formulier {
		padding: 0 10px;
	}

	.malieveld-formulier>.vc_column-inner {
		padding: 30px 25px 20px;
	}

	.malieveld-formulier .malieveld-cta-box {
		margin: 30px -25px -30px;
	}

	.malieveld-cta-box a.theme-button {
		font-size: 17px;
	}

	.malieveld-2021 a.theme-button {
		margin: 10px 0 0 0;
	}

	/* home 2022 */
	.vc_bannerbox .vc_bannerbox__title h1 {
		font-size: 35px;
	}

	.vc_bannerbox .vc_bannerbox__title div.subtitle {
		font-weight: 700;
		font-size: 18px;
		line-height: 120%;
	}

	/* agenda */
	.tribe-events-event-image img {
		max-height: 400px;
		object-fit: cover;
	}

	#tribe-events-pg-template {
		padding: 0;
	}

	.tour-locaties>.wpb_column .vc_column-inner {
		margin: 0 15px;
	}
}

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

	/* home 2022 */
	.home-banner.vc_row.vc_row-o-columns-middle {
		align-content: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: flex-start;
		padding: 30px 0px 0px;
	}

	.vc_bannerbox {
		padding: 15px;
		margin: 0 -10px;
	}

	.vc_bannerbox .vcex-multi-buttons {
		display: flex;
	}

}