/*
Theme Name: Peace Palace
Author: Distinct
Author URI: http://www.distinct.nl/
Description: Theme for Peace Palace
Version: 1.0
Tags: two-columns, right-sidebar, featured-images, html5, post-formats, translation-ready
Text Domain: peacepalace
*/


body, input, textarea, select, #main .blocks h1, #main>aside h1 {
	font-family: 'avenir';
	font-family: 'karbon', Corbel;
	font-feature-settings: "kern", "liga", "pnum", "lnum";
}

strong {
	font-weight: 700;
}

/*
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Source+Serif+Pro:400,700&display=swap');
body, input, textarea, select {
	font-family: 'PT Sans', sans-serif;
}

h1, h2, h3 {
	font-family: 'Source Serif Pro', serif;
}
*/

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	min-width: 1160px;
	padding-top: 355px;
	position: relative;
}

a img {
	border: none;
}


table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

/*#main .blocks h1, .home #main article h1*/
.no-home #main.subtitle_inside  .blocks div,
.no-home #main.subtitle_outside .blocks h1,
body>footer .sized, .home article p {
	background: #23376e;
	color: #fff;
}

.no-home #main.subtitle_inside  .blocks div,
.no-home #main.subtitle_outside .blocks h1 {
	background: rgba(35, 55, 110, 0.8);
}

body>header ul, body>footer ul, #bg ul, nav ul, .blocks, .archivelist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body>header a, body>footer a, .home article a, nav a, #main a, #main.webshop .blocks a:hover {
	text-decoration: none;
}

body>header, .sized {
	width: 1160px;
/*	padding: 0 60px; /* zit binnen width */
	margin: 0 auto;
}

body>header, #mainmenu>.sized, #search {
	height: 105px;
}

body.home>header, .home #mainmenu>.sized {/* ook #search */
	height: 160px;
}

body>header {
	position: absolute;
	z-index: 4;
	left: 50%;
	margin-left: -580px;
	top: 0;
}

.fixed>header {
	position: fixed;
	top: 0;
}

h1, h2 {
	font-weight: normal;
}

h2 {
	font-size: 22px;
}

sup {
	line-height: 0;
}

#logo a {
	display: block;
	height: 100%;
}

#onderschrift {
	background: #de1738 !important;
	position: relative;
	z-index: -1;
	transition: all 0.5s;
}

.animating #onderschrift {
	transition: none;
}

#main {
	position: relative;
	z-index: 2;
	background: #fff;
	padding-bottom: 100px;
	font-size: 16px;
	font-size: 18px;
	overflow: hidden;
	line-height: 1.4em;
}

.home #main {
	overflow: visible;
}

.home #main.sizing {
	display: block !important;
}

.topfooter #main {
	padding-bottom: 40px;
}

#main #content {
	padding-left: 200px;
	padding-left: 98px;
	position: relative;
	float: left;
	width: 735px;
	margin-right: 50px;
}

#main.no_sidebar #content {
	clear: both;
	width: inherit;
	padding-right: 98px;
	padding-bottom: 40px;
	margin-right: 0;
}

#main>aside > * {
	margin-bottom: 25px;
}

#main>aside {
	float: right;
	width: 375px;
	padding-top: 25px;
}

#main>aside.top {
	padding-top: 0;
}

#main a, #main.webshop aside .content .current_page_item a, #main .cat, #main #form.hiddenForm, .archivelist a p.more {
	color: rgb(190, 37, 48);
	color: #dd202d;
	color: #d7ac2b;
}

#main>aside h1 {
	padding: 15px 40px 15px;
	margin: 0;
	text-transform: uppercase;
}

#main>aside h1,
#main>aside .submenu h1 {
	padding-top: 30px;
	padding-bottom: 0;
}

#main>aside .content {
	padding: 25px 40px;
	/*padding: 0 40px 25px 40px;*/
	text-align: center;
}

#main>aside submenu .content {
	/*padding-top: 10px;*/
}

#main>aside nav a {
	margin-bottom: 5px;
	display: block;
	position: relative;
}

#main>aside nav ul {
	/*padding-left: 13px;*/
}

#main>aside nav ul ul {
	margin-left: 15px;
	max-height: 0;
	overflow: hidden;
	transition: all 1s;
	transition-delay: 1s;
}

#main>aside nav li:hover>ul,
#main>aside nav .current_page_item>ul {
	max-height: 200px;
	transition-delay: 0s;
}

#main>aside nav a:hover {
	
}

/*#main>aside nav .content a:before {
	content: url(images/arrow2.png);
	position: absolute;
	left: -13px;
	top: -1px;
}*/

#main>aside nav .content .current_page_item>a:before {
	/*-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);*/
	
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#main>aside .content a.more:before {
	content: "";
}

#main article h1 + p, #main article .sideimages + p {
	font-weight: normal;
}

.alignleft {
	margin: 0 15px 15px -200px;
	margin: 0;
	float: left;
	clear: left;
	float: none;
	max-width: 160px;
	height: auto;
	display: block;
}

a img.alignleft:hover, a img.alignleft {
	filter: alpha(opacity=40); /* For IE8 and earlier */
	transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  /*transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;*/
}

a img.alignleft {
	opacity: 1;
}

a img.alignleft:hover {
	opacity: 0.4;
}

#main .sideimages img {
	max-width: 100%;
	margin-bottom: 30px;
}

#main h1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

#main h1, #main>aside h1 {
	font-size: 34px;
	line-height: 36px;
}

#main h1, #main h2, strong {
	color: rgb(78, 78, 81);
}

#main h1, #main h2 {
	color: #23376e;
}

#main h1 {
	text-align: center;
	font-family: 'Tiempos Fine', 'Source Serif Pro', serif;
}

.no-home #main h1.pagetitle {
	margin: .5em auto 1em;
	font-size: 56px;
	line-height: 1.2em;
	color: #23376e;
	position: relative;
}

.no-home #main h1.pagetitle:after {
	content: "";
	background: #23376e;
	height: 2px;
	width: 100px;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -50px;
}

#main h2 {
	clear: both;
	font-weight: 700;
}
	
aside h1 {
	padding-bottom: 30px;
}

/*#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

#content h2 + * {
	margin-top: 0;
}*/

.home #main {
	position: absolute;
	width: 360px;
	bottom: 130px;
	bottom: 100px;
	right: 50%;
	padding: 0;
	margin: 0;
	margin-right: -580px;
	-webkit-transition: margin 1s, right 1s;
	-moz-transition: margin 1s, right 1s;
	transition: margin 1s, right 1s;
	background: none;
	/*overflow: hidden;*/
	background-repeat: no-repeat;
}

.home #main.left {
	/*right: auto;*/
	/*left: 50%;*/
	margin-right: 280px;
	margin-right: 220px;
}

.home #main article {
	position: relative;
	padding: 0;
	margin: 0;
	width: auto;
	float: none;
	text-align: center;
	/*padding-bottom: 50px;*/
	font-size: 18px;
	padding-bottom: 40px;
}

.js .home #main article {
	float: left;
}

.home #main article h1, .home article p {
	margin: 0;
}

.home #main article h1 {
	position: relative;
	/*position: absolute;
	bottom: 0;
	/*top: 100%;*/
	width: 100%;
	/*height: 50px;*/
	line-height: 50px;
	color: #d7af2d;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: normal;
}

.home #main article h1 a {
	padding: 8px 25px;
	line-height: normal;
}

/*
.home #main article,
.home #main p,
.home #main p a {
	height: 100%;
}*/

.home #main p {
	overflow: hidden;
}

/*
.home #main.hasImage span {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}
*/
.home #main article a {
	/*position: relative;*/
	display: block;
	text-decoration: none;
	color: #fff;
}

.home #main article h1 a {
	color: #d7af2d;
}

.home #main article h1::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 80px;
	border-top: 2px solid #d7af2d;
	margin-left: -40px;
}

.home #main article span {
	display: block;
	padding: 25px;
	line-height: 1.2em;
}

.home #main .bg {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.home #main .bg::after {
	content: ' ';
	border-radius: 40px 40px 0 0;
	box-shadow: 0 0 0 2000px #23376e;
	/*box-shadow: 0 0 0 2000px rgba(35, 55, 110, 0.2);*/
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 40px;
	margin-left: -40px;
}

.blocks a>span:after {
	/*content: url(images/arrow2.png);
	margin-left: 5px;*/
}

/*.home article p span:after {
	content: '->';
	margin-left: 7px;
	position: relative;
	top: 1px;
	color: #fff;
	
	top: auto;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	bottom: -20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #d7ac2b;
}
*/

.home article>a, #webshop_products span.details {
	background: #d7ac2b;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: auto;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	bottom: -20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

#webshop_products span.details {
	width: 32px;
	height: 32px;
	line-height: 32px;
	bottom: 9px;
	left: auto;
	right: 15px;
}

.home article>a>svg, #webshop_products span.details>svg {
	display: inline-block;
	fill: #fff;
	width: 19px;
	vertical-align: middle;
}

#webshop_products span.details>svg {
	width: 15px;
}

/*#main.webshop .blocks a>span:after {
	content: url(images/arrow-white.png);
	zoom: 1;
}*/

#logo  {
	position: absolute;
	z-index: 4;
	margin: 0;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	height: 180px;
	background: #23376e;
	padding: 25px;
	top: 7px;
}

#logo, .home #logo a {
	overflow: hidden;
	border-radius: 50%;
}

#logo svg {
	fill: #fff;
}

#logo svg use path {
	fill: red;
}

#mobile,
#logo .mobile {
	display: none;
}

#mobile {
	padding-bottom: 0px;
}

#logo a {
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
}

.home #logo {
	padding: 0;
	height: 140px;
	width: 140px;
	margin-left: -70px;
	
	top: 85px;
	background: transparent;
	overflow: visible;
}

.home #logo svg, .home.logo_blue #logo svg {
	fill: #23376e;
	transition: fill 1.5s;
}

.home.logo_white #logo svg {
	fill: #fff;
}

.home #logo .title {
	display: block;
	margin-top: 25px;
	width: 280px;
	height: 20px;
	margin-left: -70px;
}

.no-home #logo .title {
	display: none;
}

.home #logo a {
	border: none;
}

body>header>.bg {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

body>header>.bg::after {
	content: ' ';
	border-radius: 100px 100px 0 0;
	box-shadow: 0 0 0 2000px #23376e;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 100px;
}

#logo img {
	display: none !important;
}

#topmenu {
}

#search {
	position: absolute;
	right: 100px;
	width: 70px;
	z-index: 3;
	bottom: 0;
	overflow: hidden;
	background: #23376e;
	transition: all 1s;
}

#search.focus {
	width: 350px;
}

#search a {
	display: block;
	height: 100%;
	padding: 0 25px;
	float: right;
}

#search svg {
	height: 100%;
	width: 19px;
	display: block;
	fill: #fff;
	transition: all .5s;
}

#search a:hover svg {
	fill: #d7ac2b;
}

#search_input {
	position: absolute;
	right: 100px;
	bottom: 37px;
}

#search input {
	outline: none;
	display: inline-block;
	border-width: 0 0 2px 0;
	border-color: #fff;
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	background: #23376e;
	color: #fff;
}

#search input::placeholder {
	color: #fff;
	opacity: 1;
}

#search input::-moz-input-placeholder {
	color: #fff;
}

#search input::-webkit-input-placeholder {
	color: #fff;
	font-weight: normal;
}
	
#languages {
	position: absolute;
	bottom: 40px;
	right: 170px;
	z-index: 2;
	font-weight: 700;
}

#languages li {
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
}

#languages li, #languages a {
	color: #ffffff;
}

#languages li.active a {
	color: #d7ac2b;
}

#languages li:before {
	content: '';
	padding: 0 2px;
}

#languages li:first-child:before {
	content: '';
}

#mainmenu {
	position: absolute;
	bottom: 0;
}

#mainmenu>.sized {
	float: left;
}

#mainmenu a, #mobile a {
	color: #fff;
}

#menu {
	/*position: absolute;
	right: 0;*/
	padding-left: 98px;
	position: relative;
	z-index: 2;
	background: #23376e;
	height: 100%;
	padding-top: 21px;
	font-weight: 700;
}

.home #menu {
	padding-top: 0;
	position: absolute;
	bottom: 17px;
	background: transparent;
	height: auto;
}

#menu>li:nth-child(2) {
	margin-right: 300px;
}

#menu ul {
	display: none;
	width: auto;
	min-width: 100%;
	text-align: left;
	line-height: normal;
	padding: 10px 0;
	padding: 6px 0;
	margin-top: -16px;
}

.home #menu ul {
	position: absolute;
}

#menu>li {
	line-height: 67px;
	position: relative;
	float: left;
	width: 180px;
}

#menu ul>li a {
	line-height: 20px;
	font-size: 16px;
	/*white-space: nowrap;*/
}

#menu a,
#mobile a {
	display: block;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

#mobile a {
	text-align: center;
	padding: 9px 0;
}

#mobile ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

#mobile ul::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 80px;
	border-top: 2px solid #d7af2d;
	margin-left: -40px;
}

#menu a {
	height: 100%;
}

/*#submenu,*/
#main>aside .content,
/*#menu>li.current_page_item>a, #menu>li.current_page_ancestor>a, */
/*body>footer a:hover, body>footer .current-menu-item>a, body>footer .current-page-ancestor>a, body>footer .current_page_parent>a,*/
.menu-item-139, .menu-item-165, .menu-item-13899, .menu-item-13582, /* bezoek items */
body>footer li:not(.social):hover, body>footer .current-menu-item, body>footer .current-page-ancestor, body>footer .current_page_ancestor {
	background: #d7ac2b;
	color: #fff;
	fill: #fff;
}

body>footer a:hover, body>footer .current-menu-item>a, body>footer .current-page-ancestor>a, body>footer .current_page_ancestor>a {
	color: #23376e;	
}

#main>aside .submenu:nth-child(odd) h1, #main>aside .submenu:nth-child(odd) h1>a,
#main .submenu:nth-child(odd) .current_page_item a, #main .submenu:nth-child(odd) a:hover,
#menu>li:hover>a,
#menu>li.hover>a,
#menu>li.current_page_item>a, #menu>li.current_page_ancestor>a {
	color: #d7ac2b;
}

#main>aside h1,
#menu>li:hover>ul,
#menu>li.lasthover>ul {
	background: #d7ac2b;
}

#menu li:hover ul,
#menu li.lasthover ul {
	display: block;
}

#menu ul a {
	color: #fff;
}

#menu ul a {
	padding: 8px 13px;
}

#menu ul a:hover, #main nav a:hover, #main a:hover {
	/*text-decoration: underline;*/
}

#menu ul a:hover, #main>aside .content a:hover, #main nav a:hover, .blog #main .blocks a, #main .blocks a {
	color: #000;
}

body>footer {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	line-height: 50px;
	letter-spacing: 0.4px;
	font-size: 18px;
	font-weight: 400;
}

.topfooter>footer {
	bottom: auto;
	top: 270px;
}

body>footer>.sized {
	position: relative;
	overflow: hidden;
}

body>footer>.sized>ul>li {
	width: 16%;
}

body>footer li {
	height: 50px;
	display: block;
	float: left;
	text-align: center;
}

body>footer a {
	display: block;
	height: 100%;
	padding: 0 30px;
}

body>footer .social {
	position: absolute;
	right: 0;
	width: auto !important;
}

body>footer .social .facebook {
	margin-right: 35px;
	margin-right: 10px;
}

body>footer .social .twitter {
	/*margin-right: 15px;*/
}

body>footer .social a {
	display: block;
	padding: 0 15px;
	padding: 0 9px;
}

body>footer svg {
	width: 25px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

body>footer .palace {
	position: absolute;
	right: -50px;
	width: auto !important;
}

body>footer .palace li {
	background: url(images/palace.png) no-repeat 0 0;
	width: 68px;
}

body>footer * {
	color: #fff;
	text-transform: uppercase;
	fill: #fff;
}

.social span {
	display: none;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 320px; /* zo hoog als offset/positie is van #main */
	width: 100%;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-repeat: none;
}

.home #bg {
	height: 100%;
}

#bg ul, #bg li {
	width: 100%;
	background-size: cover;
	background-position: top center;
	height: 100%;
	overflow: hidden;
}

.blocks {
	margin-left: 135px;
}

.newblocks aside + * {
	clear: both;
}

.blocks li a {
	float: left;
	width: 270px;
	height: 250px;
	margin: 0 40px 25px 0;
	position: relative;
	padding-bottom: 50px;
}

#main.subtitle_inside .blocks li a {
	height: 200px;
}

#main.subtitle_inside  .blocks div,
#main.subtitle_outside .blocks h1 {
	position: absolute;
	bottom: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: none;
	overflow: hidden;
	width: 100%;
	transition: all 0.25s;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0 23px;
}

#main .blocks h1 {
	margin: 0;
}

#main.subtitle_inside .blocks h1 {
	padding: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

#main.subtitle_inside  .blocks li:hover div,
#main.subtitle_outside .blocks li:hover h1 {
	height: 100px;
	line-height: 1.3em;
	padding-top: 13px;
	padding-bottom: 13px;
	background: #715B9F;
	background: #d7af2d;
}

#main.subtitle_outside .blocks span {
	position: absolute;
	top: 210px;
}

.blocks img {
	display: block;
	width: 100%;
	height: auto;
}

.blocks a {
	color: #000;
	background: rgba(255, 255, 255, 0);
}

.blocks a>span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 23px;
	text-decoration: inherit;
	height: 40px;
}

.blocks a:hover, #main>aside .submenu h1>a:hover {
	text-decoration: none;
}

/* aangepaste kleur voor bezoek blokje */
/*#menu-item-139 a, #menu-item-165 a {
	background-color: #e7a324;
	background-color: #dd202d;
}*/

/* verberg submenu voor pagina's rechtspraak en jurisdiction */
.page-id-20 aside .submenu, .page-id-28 aside .submenu {
	/*display: none;*/
}

/* ANIMATIE INIT */
.jssetup .home #mainmenu, .jssetup .home>footer, .jssetup .home #main, .jssetup .home #logo, .jssetup .home #topmenu {
	display: none;
}

#content .blocks {
	margin-left: 0;
	margin-right: -25px;
}

#main.subtitle_inside .blocks a,
.page-template-template-accomodatieX .blocks li {
	padding-bottom: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

#main.subtitle_inside .blocks div,
.page-template-template-accomodatieX #main .blocks li h1 {
	bottom: 0;
}

#main.subtitle_inside .blocks a,
.page-template-template-accomodatieX #main .blocks li h1 a {
	color: white;
}

#main.subtitle_inside .blocks span,
.page-template-template-accomodatieX #main .blocks li h1 span {
	font-size: 75%;
	position: static;
	padding: 0;
}

.page-template-template-accomodatieX #main .blocks li h1 a:after {
	content: none;
}

.webshop .blocks {
	margin-left: 0;
	margin-right: -40px;
}

.webshop .blocks a>span {
	height: 50px;
}

.webshop .blocks>li>article>a {
	height: 410px;
	overflow: hidden;
	border: 1px solid black;
	border: 1px solid #ededed;
	position: relative;
	padding-bottom: 0;
	margin-right: 10px;
}

#main.webshop .blocks h1,
#main.webshop .blocks li:hover h1 {
	background: none;
	height: 54px;
	position: static;
	color: #666;
	line-height: normal;
	padding: 15px;
	font-size: 1.1em;
	background-color: #ededed;
}

#main.webshop .blocks h1 span {
	position: absolute;
	left: 0;
	bottom: 50px;
	color: black;
	display: block;
	padding: 15px;
	background: white;
	color: #737373;
	color: #23376e;
	width: 100%;
	height: 60px;
	line-height: 37px;
	transition: all 0.25s;
}

#main.webshop .blocks li:hover h1 span {
	background: #715B9F;
	background: #d7af2d;
	height: 120px;
	line-height: normal;
	color: white;
}

#main.webshop .blocks a>span {
	width: 100%;
	line-height: 50px;
	text-align: right;
	font-weight: 700;
}

#main.webshop .blocks a>span .prijs {
	float: left;
}

#main.webshop .blocks a>span .prijs, #main.webshop .blocks a>span .details {
	color: #fff;
	font-size: 22px;
}

#main.webshop #content {
	width: 830px;
	padding-left: 0;
	margin: 0;
}

#main.webshop aside {
	width: 300px;
}

#main>aside .submenu:nth-child(odd) .content, 
#main.webshop .blocks a>span, #main .at-svc-twitter, #main .at-svc-facebook, #main .at-svc-compact, #main>aside .submenu:nth-child(odd) h1 {
	background: #23376e;
}

#main.webshop .proddetails img {
	padding-right: 10px;
	float: left;
	border: 0px;
	height: auto;
}

.addthis_sharing_toolbox {
	padding-top: 50px;
}

.wpcf7-form .formtitle {
	/*font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;*/
}

.wpcf7-form td {
	/*vertical-align: top;*/
}

.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form select {
	/*margin: 0 0 3px 0;
	padding: 3px;*/
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}

.wpcf7-list-item.first {
	margin-top: 6px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
	border-color: red;
	box-shadow: inset rgba(215, 16, 49, 0.4) 0px 0px 9px 0.1px;
}

#main>aside .submenu h1, #main>aside .submenu h1>a {
	text-transform: uppercase;
}

#main>aside .submenu h1>a {
	color: inherit;
	margin-bottom: 0;
}

#main>aside .content a:hover, #main>aside #submenu2 .current_page_item a, table td.formtitle {
	color: #23376e;
}

#main>aside .content a, #main .submenu a, #main nav a:hover {
	color: #fff;
}

#main>aside .submenu li {
	margin-bottom: 10px;
}

#main>aside .content a.more {
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

#main>aside .content h2 {
	margin-top: 40px;
}

#main>aside .content h2:first-child {
	margin-top: 0;
}

table {
	width: 100% !important;	
}

table td {
	/*border: solid #999;
	border-width: 1px 0 0 0;*/
	vertical-align: middle;
}

table tr:first-child td, .wpcf7-form table tr:last-child td {
	/*border-width: 0 0 0 0;*/
}

table tr td:first-child { 
	/*padding: 4px 0;*/
	padding: 6px 0;
	vertical-align: top;
	width: 30%;
	padding-right: 20px;
}

.ui-datepicker table tr td:first-child { 
	padding: 1px;
	width: auto;
}

table.tijdenoverzicht td {
	padding: 6px 0;
	vertical-align: top;
}

table.tijdenoverzicht tr td:first-child {
	width: 50px;
}

table td input[type=text], table td input[type=email], table td input[type=tel], table td input[type=number], table td input[type=date], table td textarea, table td select {
	/*border: solid #999 1px;*/
	/*border: solid #bbb 1px;*/
	border: solid #23376e 1px;
	/*border-width: 0px 1px;*/
	width: 100% !important;
	min-height: 30px;
	/*box-shadow: inset #ddd 0px 0px 9px 0.1px;*/
	/*box-shadow: inset #bbb 0px 0px 5px 0.1px;*/
	/*margin:0 !important;*/
	margin: 2px 0 !important;
	/*background-color: #ededed;*/
	font-size: 18px;
}

table td input[type=text], table td input[type=email], table td input[type=tel], table td input[type=number], table td input[type=date] {
	padding: 0 5px;
}

table tr:first-child td input[type=text], 
table tr:first-child td input[type=email], 
table tr:first-child td input[type=tel], 
table tr:first-child td input[type=number], 
table tr:first-child td input[type=date], 
table tr:first-child td textarea {
	/*border-top-width: 1px;*/
}

table tr:nth-last-child(2) td input[type=text], 
table tr:nth-last-child(2) td input[type=email], 
table tr:nth-last-child(2) td input[type=tel], 
table tr:nth-last-child(2) td input[type=number], 
table tr:nth-last-child(2) td input[type=date], 
table tr:nth-last-child(2) td textarea {
	/*border-bottom-width: 1px;*/
}

table td textarea {
	height: 100%;
	padding-left: 5px;
	padding-top: 4px;
	display: block;
}

table td select {
	min-width: 150px;
	max-width: 250px;
}

input[type=submit], input[type=button], a.button {
	color: #fff;
	color: #23376e;
  color: #d7af2d;
	border: 0;
	padding: 0 20px;
	line-height: 50px;
	box-shadow: inset #555 -2px -2px 3px 1px, inset 2px 2px 1px rgba(255,255,255,0.4);
	box-shadow: none; 
	text-transform: uppercase;
	cursor: pointer;
	background-color: #715b9f;
	background-color: #d7af2d;
 	background-color: #23376e;
	margin: 2px 0;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
}

input[type=submit]:disabled, input[type=button]:disabled {
	opacity: .4;
	cursor: default;
}

a.button {
	display: inline-block;
}

/*input[type=submit], input[type=button] {
	color: #fff;
	min-width: 150px;
	border: 0;
	padding: 4px;
	margin: 4px 0;
	box-shadow: inset #444 -2px -2px 5px 1px, inset 2px 2px 1px rgba(255,255,255,0.4);
	text-transform: uppercase;
	cursor: pointer;
}

input[type=submit] {
	text-align: left;
	padding-right: 40px;
	padding-left: 10px;
	background: url(images/arrow-white.png) no-repeat right 10px center #715b9f;
}

input[type=button] {
	text-align: right;
	padding-right: 10px;
	padding-left: 40px;
	background: url(images/arrow-white-back.png) no-repeat left 10px center #715b9f;
}*/

table td.formtitle {
	position: relative;
	left: 0;
	border: 0;
	font-weight: 700;
	width: 150px !important;
	text-transform: uppercase;
}

.cartcontent, .cartinfo {
	padding: 30px 20px 20px;
	background: #d7ac2b;
	position: relative;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 0 !important;
}

#main .cartcontent h2, #main.webshop aside .content h2 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

.cartcontent .svg {
	fill: #fff;
	border-radius: 50%;
	background: #23376e;
	position: absolute;
	top: -40px;
	margin-left: -40px;
	left: 50%;
	width: 80px;
	height: 80px;
	padding: 25px 20px;
}

.cartcontent svg use {
	border-radius: 0;
}

.cartcontent td {
	border: none;
}

.cartcontent .prod td {
	text-align: left;
	padding: 0 !important;
}

.cartcontent .prod .aantal {
	padding-right: 10px !important;
}

.cartcontent .prod .titel {
	width: 100%;
}

.cartcontent .prod .remove {
	padding-top: 1px !important;
}

.cartcontent .prod .remove svg {
	width: 14px;
	fill: #23376e;
	transition: fill 0.2s;
}

.cartcontent .prod .remove svg:hover {
	fill: red;
}

.cartcontent .prod .prodprijs {
	text-align: left !important;
	padding-bottom: 20px !important;
}

.cartcontent .total .label {
	text-align: left;
}

.cartcontent tr {
	/*border: dashed #999 1px;
	border-width: 1px 0 0 0;*/
}

.cartinfo {
	margin-top: 0;
}

#main .cartinfo a, #main .cartcontent a, #main>aside .content a.more {
	color: #fff;
	font-weight: 700;
}

#main.webshop aside {
	padding-top: 110px;
}

#main.webshop aside .content {
	background: none;
	/*padding: 75px 15px;*/
	text-align: center;
}

#main.webshop aside .content a, #main.webshop aside .content h2, #main.webshop #content_links .prijs, #main.webshop aside .cartcontent, #main.webshop aside .cartinfo {
	/*line-height: 40px;*/
	color: #23376e;
}

#main>aside .content li a, .cartcontent .total {
	font-weight: 700;
}

#main.webshop aside .content li ul li a {
	font-weight: 400;
}

#main.webshop #content td {
	vertical-align: top;
}

/* link: Terug naar overzicht */
#main.webshop #content_links .back {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#main.webshop #content_links .prijs {
	padding-top: 30px;
}


/* Positioning logo Hague Academy NL site */
.page-id-23 .sideimages img, .page-id-201 .sideimages img {
	padding-bottom: 150px;
}

/* Positioning logo PCA NL site */
.page-id-20 .sideimages img {
	padding-bottom: 820px;
}

/* Positioning logo PCA EN site */
.page-id-28 .sideimages img {
	padding-bottom: 780px;
}

#main .gallery img:hover {
	cursor: zoom-in;
}

.hiddenForm {
	cursor: pointer;
}

#main #form.hiddenForm {
	/*padding-left: 10px;*/
}

/*#main #form.hiddenForm:before {
	content: url(images/arrow2.png);
	position: relative;
	left: -10px;
	top: -1px;
}*/

#main #form {
	transition-property: padding,color;
	-webkit-transition-property: padding,color;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	clear: both;
}

.wpcf7 {
	clear: both;
}

.cartcontent table tr td {
	vertical-align: top;
}

.cartcontent table tr td:first-child {
	width: 20px;
	padding: 4px 4px 4px 0;
}

.cartcontent table tr.prod td:last-child,
.cartcontent table tr.total td:last-child {
	text-align: right;
}

.pubdate {
	color: #777;
  font-size: 16px;
}

.pubdate:before {
  margin-right: 10px;
  content: " ";
  width: 14px;
  height: 16px;
  background-size: contain;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="far" data-icon="calendar-alt" class="svg-inline--fa fa-calendar-alt fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path xmlns="http://www.w3.org/2000/svg" fill="#715B9F" d="M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z"/></svg>') no-repeat;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="far" data-icon="calendar-alt" class="svg-inline--fa fa-calendar-alt fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path xmlns="http://www.w3.org/2000/svg" fill="#d7af2d" d="M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm116 204c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm128 128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40zm0-128c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-40z"/></svg>') no-repeat;
  display: inline-block;
}

.menu-icon {
	display: none;
}

#main.webshop .mobile-nav {
	display: none;
}

.registrationform td:first-child {
	width: 285px;
}

@media screen and (min-width: 900px) {
	.post-type-archive-event #main #content {
		padding-left: 130px;
	}
}

@media screen and (max-width: 1160px), screen and (hover:none) {
	body>footer>.sized>ul>li {
		width: 15%;
	}
	
	body>footer .social a {
		padding: 0 8px;
	}
	
	.blocks {
		margin-left: 20px;
	}
	
	body {
		min-width: 0;
	}
	
	body>header {
		left: 0;
		margin-left: 0;
	}
	
	body>header, .sized, #mainmenu {
		width: 100%;
	}
	
	#menu {
		float: none;
		display: flex;
		width: auto;
		margin-left: 450px;
	}
	
	#menu ul {
		position: absolute;
	}
	
	#menu ul>li a {
		white-space: nowrap;
	}
	
	.home #main {
		right: 0;
		margin-right: 20px;
	}
	
	.home #main.left {
		right: 100%;
		margin-right: -380px;
	}
	
	#main>aside {
		float: left;
		padding-left: 200px;
		width: 735px;
	}
	
	.post-type-archive-event #main>aside {
		padding-left: 130px;
	}
	
	#main.webshop aside {
		width: auto;
		/*padding-left: 200px;*/
		/*padding-right: 200px;*/
	}
	
	#main.webshop #content {
		float: none;
		margin: 0 auto;
	}
	
	#main.webshop .proddetails td {
		display: block;
		width: 100%;
	}
	
	#main.webshop .proddetails img {
		float: none;
		padding-right: 0;
	}
	
	#main.webshop .mobile-nav {
		display: block;
	}
	
	#main.webshop .mobile-nav .cart_link {
		background: #23376e;
		width: 100%;
    line-height: 50px;
    display: block;
    padding: 0 23px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
	}
	
	#main.webshop .mobile-nav .cart_link .svg {
    float: right;
    fill: #fff;
    position: relative;
    top: 9px;
    
    background: #d7ac2b;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;
	}
	
	#main.webshop .mobile-nav .cart_link .svg svg {
		height: 18px;
	}
	
	.mobile-nav nav {
		text-align: center;
	}
	
	.mobile-nav nav ul {
		margin-bottom: 40px;
	}
	
	.mobile-nav nav h2:after {
		content: url('/wp-content/themes/peacepalace/images/drop-down-arrow.svg');
		content: "";
	}
	
	.mobile-nav nav .drop-down {
		display: inline-block;
		position: relative;
		bottom: 1px;
		width: 16px;
		margin-left: 8px;
		fill: #23376e;
		transition: transform 0.5s;
	}
	
	.mobile-nav nav .open .drop-down {
		transform: rotate(180deg);
	}
	
	/* menus */
	.js #topmenu,
	.mainmenu ul,
	#mainmenu,
	.home>header.open .bg,
	.home>header.open #logo svg,
	.no-home #logo svg,
	.home #main .bg {
		display: none;
	}
	
	.home>header.open #logo a,
	.no-home #logo a {
		position: absolute;
		background: none;
		left: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	
		.no-home #logo,
	.home>header.open #logo {
		overflow: visible;
		background: none;
		margin: 0;
		width: auto;
		height: 100%;
		padding: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	
	.no-home #logo .title,
	.home>header.open #logo .title {
		display: block;
		top: 25px;
		fill: #fff;
		width: 200px;
		margin-left: -100px;
		height: auto;
		position: absolute;
		left: 50%;
		margin-top: 0;
	}
	
	body.no-home>header,
	#topmenu,
	.home #main {
		background: #23376e;
	}
	
	#topmenu {
		display: none;
		position: relative;
		padding-top: 30px;
	}
	
	#topmenu a {
		font-weight: 500;
	}
	
	body>header, body.home>header.open {
		height: 60px;
	}
	
	body>header.open {
		background: #d7ac2b;	
	}
	
	#languages {
		position: static;
		width: 50%;
		text-align: right;
		margin-right: auto;
		padding: 10px 0 40px;
	}
	
	#search {
		right: 30px;
		height: 50px;
		bottom: 25px;
	}
	
	#search.focus {
		width: auto;
		left: 30px;
	}
	
	#search_input {
		right: 75px;
		bottom: 10px
	}
	
	#search input {
		width: 100%;
	}
	
	.focus #search_input {
		left: 0;
	}
	
	.home>header.open #logo svg {
		fill: #fff;
	}
	
	#mobile,
	.no-home #logo .mobile,	.home>header.open #logo .mobile,
	body>header.open #topmenu {
		display: block !important;
	}
	
	#mobile svg {
		width: 50px;
	}
	
	#mobile a {
		font-size: 28px;
	}
		
	.menu-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		right: 20px;
		top: 0;
		z-index: 5;
		
		width: 40px;
	}
}

@media screen and (max-width: 900px) {
	body {
		min-width: 0;
	}
	
	body.home>header {
		height: 95px;
	}
	
	.home {
		padding-bottom: 200px;
	}
	
	iframe, table {
		width: 100%;
	}
	
	body>footer>.sized>ul>li {
		width: 20%;
	}
	
	body>footer .menu-item {
		display: none;
		width: auto !important;
	}
	
	body>footer li.menu-item-137,
	body>footer li.menu-item-238,
	body>footer li.social {
		display: block;
	}
	
	.home>header>.bg::after {
		height: 70px;
		width: 140px;
		margin-left: -70px;
		border-radius: 70px 70px 0 0;
	}
	
	body.home {
		padding-top: 75vh;
		padding-bottom: 0;
	}
	
	.home #bg.with-text {
		height: 75vh;
	}
	
	.home #bg.without-text {
		height: 100vh;
	}
	
	body.home #main {
		position: relative;
		width: auto;
		margin-right: 0 !important;
		left: auto !important;
		right: auto !important;
		bottom: auto;
		padding-bottom: 50px;
	}
	
	.home article>a {
		bottom: 20px;
	}
	
	.js .home #main article {
		float: none;
		padding-bottom: 80px;
	}
	
	.home #logo {
		width: 110px;
		height: 110px;
		margin-left: -55px;
		top: 40px;
	}
	
	.home #logo .title {
		margin-left: -85px;/*(title width - #logo width) / 2 */
	}
	
	#main #content, #main>aside {
		float: none;
	}
	
	#main #content, #main>aside {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	#main #content {
		float: none !important;
		padding-left: 0;
		width: auto !important;
		margin: 0;
		overflow: hidden;
	}
	
	#main {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.no-home #main h1.pagetitle {
		font-size: 38px;
	}
	
	.page-template-template-bezoek #main #content, .page-template-template-blocks #main #content {
		padding-right: 0;
	}
}

@media screen and (max-width: 640px) {
	#main {
		padding-left: 30px;
		padding-right: 30px;
	}

	#main img {
		max-width: 100%;
		height: auto;
	}
	
	img.alignleft {
		max-width: 120px;
	}
	
	.registrationform td, .registrationform td:first-child, .rondleidingdata td, .rondleidingdata tr td:first-child, .boekform td, .boekform tr td:first-child, table.content td, table.content tr td:first-child {
		width: 100%;
		display: block;
	}
	
	.rondleidingdata tr td:first-child {
		padding: 0;
	}
	
	.rondleidingdata .starttijd, .rondleidingdata td {
		text-align: left; 
	}
	
	table .bevestigen {
		padding-bottom: 30px;
	}
	
	.participant {
		margin-top: 30px !important;
	}
	
	table td select {
		max-width: 100%;
	}
	
	input[type=submit], input[type=button] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	
	.blocks article>a {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.post-type-archive-event #main>aside {
		padding-left: 0;
	}
}

@media screen and (max-width: 480px) {
	#main {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	img.alignleft {
		max-width: 100px;
	}
	
	.blocks {
		margin: 0 !important;
	}
	
	.blocks li, #main.webshop .blocks li {
		float: none;
		width: auto;
		display: block;
		margin: 0;
		/*padding-bottom: 20px !important;*/
	}
	
	#main.webshop .blocks li {
		padding-bottom: 20px;
	}
	
	.webshop .blocks>li>article {
		height: auto;
	}
	
	.blog .blocks li {
		margin-bottom: 20px;
	}
}

.geboortedatum-picker.hasDatepicker {
	width: 50% !important;
	margin-right: 5px !important;
}

#content .error {
	border-color: red;
}

.archivelist li {
	display: block;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-bottom: 10px;
}

.archivelist a>* {
	margin: 0;
}

.archivelist p {
	margin: 10px 0;
}

#main .archivelist a:hover {
	text-decoration: none;
}

#main .archivelist a {
	color: inherit;
}

.archivelist a:hover p.more {
	text-decoration: underline;
}

.blog-description {
	font-size: 14px;
}

/* block naar blog */
#block_3036 .content {
	background: url(http://test.vredespaleis.nl/wp-content/uploads/2017/08/borduursel.jpg) no-repeat center center !important;
	padding-top: 100px !important;
	font-weight: 700;
}

#block_3036 .content a {
	color: #fff !important;
}
/* end block naar blog */

.webshop-thumbnail img {
	width: 200px;
}

.webshop-thumbnail-small img {
	width: 100px;
}

@media screen and (max-width: 500px) {
	.webshop-thumbnail img {
		width: 164px;
	}
}

.nav-links .current {
	background: rgba(215, 172, 43, 1);
  color: #fff;
}

.nav-links {
	margin-top: 50px;
	margin-bottom: 50px;
}

.pagination {
	clear: both;
}

.pagination .screen-reader-text {
	display: none;
}

.nav-links a {
	background: #efefef;
	color: #666 !important;
}

.nav-links a:hover {
	background: rgba(215, 172, 43, 0.3);
	color: #333 !important;
	text-decoration: none !important;
}

.nav-links * {
	padding: 5px 10px;
	margin: 0;
}

.wpcf7-form .amountlabel {
	display: inline-block;
	padding-left: 30px;
}

.wpcf7-form .amount {
	width: 100px !important;
}

.wpcf7-form .other {
	width: 200px !important;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}

.wpcf7-not-valid .wpcf7-list-item-label {
	color: red;
}

/* donatieformulier */

label[for] {
	cursor: pointer;
}

.kwart {
	width: 25%;
}

.half {
	width: 50%;
}

.heel {
	width: 100%;
}

.grid-unit {
	float: left;
	padding-right: 20px;
}

.form-field {
	display: inline-block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: .375em .375em;
  font-size: 1em;
  border: 1px solid #b9c2c7;
}

.donation-button {
	outline: none;
	color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: 0 1px 1px rbga(#000, 0.5);
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 100%);
  background-repeat: no-repeat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.js .donation-button.is-active {
  background: white;
}

.donation-button:hover {
	background-image: none;
}

.field-container, .donation-amount-item-wrapper {
	margin-bottom: 1em;
}

.donation-amount-item-wrapper {
	float: left;
	padding-right: 10px;
}

.donation-amount-item, .submit-button {
	background-color: #0389D4;
	display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: #0389D4 2px solid;
  text-align: center;
}

.donation-amount-item.checked {
	background-color: white;
  color: #0389D4;
  background-image: none;
}

.other-donation-amount-item, .other-donation-amount-item.checked {
	background-color: #e4e8ea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  width: auto;
  padding: 0.5em;
  color: #000;
}

#amount_other {
	width: 200px;
}

.js .hidden-offscreen {
	position: absolute;
  left: -9999px;
}

.field-with-affix {
	position: relative;
}

.field-with-affix.has-prefix .affix-label {
  left: 0;
}

.field-with-affix .affix-label {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 1.5em;
  color: #4d4d4d;
  z-index: 2;
}

.field-with-affix.has-prefix .form-field {
    padding-left: 1.5em;
}

.field-secondary-label {
  background-color: #b9c2c7;
  color: white;
  text-transform: uppercase;
  font-size: .69231em;
  padding: 2px;
  margin-left: 3px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.field-container:hover .field-secondary-label {
	background-color: #f16630;
}

.form-field, .field-secondary-label, .option-label, .submit-button.appearance-disabled {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.field-label {
  display: inline-block;
  margin-bottom: .2em;
}

.field-message {
  display: inline-block;
  font-size: .8em;
  color: #d03424;
  padding: 0.25em 0;
}

.clear-float, .donatieformulier hr {
	clear: both;
}

.donatieformulier hr {
	border: solid 1px #ddd;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}

.media-image {
	float: left;
	margin-right: 10px;
}

.media-body {
	display: block;
}

.submit-button {
	padding: 1em 1.5em;
	width: auto;
}

.submit-total-label {
  padding-left: 0.75em;
  margin-left: 0.65em;
  border-left: 1px dotted #fff;
  border-left: 1px dotted rgba(255,255,255,0.25);
}

.hide {
	display: none;
}

.menu-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms; }
  
.menu-icon span {
	position: relative;
	display: block;
    width: 28px;
    height: 19px; }
    .menu-icon span span {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #d7ac2b; }
      .menu-icon span span:first-child {
        top: 0;
        -webkit-transition: background-color 300ms, top 150ms 150ms, -webkit-transform 150ms 0ms;
        transition: background-color 300ms, top 150ms 150ms, -webkit-transform 150ms 0ms;
        transition: background-color 300ms, top 150ms 150ms, transform 150ms 0ms;
        transition: background-color 300ms, top 150ms 150ms, transform 150ms 0ms, -webkit-transform 150ms 0ms; }
      .menu-icon span span:nth-child(2) {
        top: 9px;
        -webkit-transition: background-color 300ms, opacity 0ms 150ms;
        transition: background-color 300ms, opacity 0ms 150ms; }
      .menu-icon span span:last-child {
        top: 18px;
        -webkit-transition: background-color 300ms, top 150ms 150ms, -webkit-transform 150ms 0ms;
        transition: background-color 300ms, top 150ms 150ms, -webkit-transform 150ms 0ms;
        transition: background-color 300ms, top 150ms 150ms, transform 150ms 0ms;
        transition: background-color 300ms, top 150ms 150ms, transform 150ms 0ms, -webkit-transform 150ms 0ms; }
  .open .menu-icon span span {
  	background-color: #23376e;
  }
  .open .menu-icon span span:first-child {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: background-color 300ms, top 150ms 0ms, -webkit-transform 150ms 150ms;
    transition: background-color 300ms, top 150ms 0ms, -webkit-transform 150ms 150ms;
    transition: background-color 300ms, top 150ms 0ms, transform 150ms 150ms;
    transition: background-color 300ms, top 150ms 0ms, transform 150ms 150ms, -webkit-transform 150ms 150ms; }
  .open .menu-icon span span:nth-child(2) {
    opacity: 0; }
  .open .menu-icon span span:last-child {
    top: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: background-color 300ms, top 150ms 0ms, -webkit-transform 150ms 150ms;
    transition: background-color 300ms, top 150ms 0ms, -webkit-transform 150ms 150ms;
    transition: background-color 300ms, top 150ms 0ms, transform 150ms 150ms;
    transition: background-color 300ms, top 150ms 0ms, transform 150ms 150ms, -webkit-transform 150ms 150ms; }


/* Woocommerce */
.product .quantity input[type=number] {
	height: 40px;
}

.woocommerce .button {
	background-color: #23376e !important;
	color: #fff !important;
	font-weight: normal !important;
	text-transform: uppercase;
	font-family: karbon;
	letter-spacing: 1px;
}

.woocommerce .button:hover {
	background-color: #1b2a53 !important;
}

.woocommerce .remove:hover {
	background: #23376e !important;
}

.woocommerce .cartcontent .button.checkout {
	margin-top: 10px;
}

.woocommerce input[type=text], .woocommerce input[type=email], .woocommerce input[type=tel], .woocommerce input[type=password], .woocommerce textarea, .woocommerce select {
	border-style: solid;
	border-width: 1px;
	font-size: 18px;
}

.woocommerce input[type=text], .woocommerce input[type=email], .woocommerce input[type=tel], .woocommerce input[type=password] {
	line-height: 28px !important;
}

.woocommerce textarea#order_comments {
	line-height: normal !important;
}

@media screen and (max-height: 630px) {
	#topmenu {
		padding-top: 15px;
	}
	
	#mobile a {
		font-size: 18px;
		padding: 7px 0;
	}
	
	#mobile ul {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-height: 500px) {
	#mobile a {
		font-weight: 400;
		font-size: 16px;
		padding: 3px 0;
	}
}

@media screen and (max-height: 350px) {
	#mobile a {
		padding: 2px 0;
	}
}
