/*
Theme Name: Wegwijs naar Parijs
Theme URI: http://www.vlieg-online.nl
Author: Vlieg Online
Author URI: http://vlieg-online.nl
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: wwnp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
*{
	box-sizing: border-box;
}

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family:'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

body {
	background: #ffffff;
}

img{
	max-width:100%;
	vertical-align: middle;
	height:auto;
}

a {
	color: #000;
	text-decoration: none;
}

article a{
	color:rgb(51, 51, 51);
	text-decoration: underline;
}

article a:hover{
	color:rgba(255, 0, 0, 1);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,.title.h3 ,.title.h2 {
    font-family: 'Playfair Display';
	font-weight: 500;
	margin: 12px 0 12px;
	color:#000;
    letter-spacing: 1px;
}

h1, .title.h1 {
	font-size: 46px;
	line-height: 1.5;
	font-family: 'Playfair Display';
	margin:20px 0;
}

h2, .title.h2{
	font-size: 25px;
	line-height:1.5;
}

h3, .title.h3{
	font-size:18px;
	line-height: 1.5;
	font-weight: 400;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	text-decoration: none;
	margin:0 auto;
}

table {
	font-size: 16px!important;
}

table thead {
	text-align: left;
	background: #f1eaea;
	font-weight: bold;
}

table tr {
	border-bottom: 1px solid #ccc;
}

table thead tr {
	border: 0;
}

table td, table th {
	padding: 3px 8px;
}

#primary .entry-content ins{
	margin-bottom:24px;
}

p {
	margin-bottom: 24px;
}

.wp-caption{
	max-width:100%;
	float:right;
}

.wp-caption-text{
	margin-left:15px;
}

iframe[allowfullscreen="allowfullscreen"]{
	width:100%;
	width:calc(100% + 200px);
	height:500px!important;
	margin:auto -100px;
}
.entry-content > .wp-caption{
	width:100%;
	float:none;
	max-width:none!important;
}

.entry-content > .wp-caption img{
	width:100%;
}

img.alignright{
	float:right;
	margin-left:15px;
}

img.alignleft{
	float:left;
	margin-right:15px;
}

p.wp-caption-text, figcaption{
	font-weight:100!important;
	font-size:11px;
	margin-top:-20px!important;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}


*{
	margin: 0 auto;
}

.container{
	padding:0 25px;
	overflow:hidden;
	max-width: 1200px;
}

/* ----- header ----- */
nav .instagram{
  margin: 18px 0 0 8px;
  opacity: 0.6;
	float:right;
}

nav .facebook svg{
	fill:#000;
}

nav .bucket{
	width:55px;
	height:55px;
	border-radius: 50%;
	float: right;
}

nav .bucket .icon{
	width:55px;
	height:55px;
	padding:14px;
	display: block;
}

nav .bucket a{
	display: block;
	width:55px;
	height:55px;
	position: relative;
}

nav .bucket a .count{
	position: absolute;
	border-radius: 50%;
	background:#f4838a;
	color:#FFF;
	width:15px;
	height:15px;
	top:8px;
	right:8px;
	line-height: 15px;
	text-align: center;
	font-weight: 100;
	font-size:13px;
}

nav .bucket:hover a .count{
	background:#000;
	color:#fff;
}

nav .bucket:hover{
	background-color:#f4838a;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

nav .instagram:hover{
	opacity: 1;
}

nav .instagram a{
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('images/instagram.png');
	background-size:20px 20px;
  width: 20px;
  height: 20px;
}
.scrolldown{background-position:-18px 0px;}
nav .search{
	background-position:-90px 0;
  margin: 15px 3px 0 5px;
  width: 25px;
  height: 25px;
}

html{margin-top:0!important;}

header#header{
	height:100vh;
	position:relative;
}

header#header .container{
	overflow: inherit;
}

.bucketlist{
	position: fixed;
	background:#ffffff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	width:375px;
	top:85px;
	right: calc(50vw - 616px);
	padding:10px;
	z-index: 100;
	display: none;
}

.bucketlist > .title{
	font-size: 20px;
	font-family: 'Raleway';
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	text-align: center;
}

.bucketlist .list .item{
	overflow: hidden;
	padding:5px 0;
	border-bottom:1px solid #ddd;
}

.bucketlist .list .item:hover{
	background:#eee;
}

.bucketlist .list .item .image{
	float:left;
	width:60px;
	margin-right:10px;
}

.bucketlist .list .item .title{
	float:left;
	width: 260px;
	font-size:15px;
}

.bucketlist .list .item .delete{
	font-weight: 100;
	padding:0 5px;
	color:#666;
	float:right;
	line-height: 60px;
}

.bucketlist .added,
.bucketlist .noitems{
	display: none;
	background: #70d693;
  color: #FFF;
  padding: 10px;
  font-size: 15px;
  text-align: center;
}

.bucketlist .noitems{
	background:#eee;
	color:inherit;
}

.bucketlist .list .item img{
	max-width: 60px;
	max-height: 60px;
}

.bucketlist .button{
	display: block;
	border:2px solid #000;
	color:#000;
	line-height:35px;
	font-size:16px;
	text-align: center;
	margin:15px auto;
}

.bucketlist .button:hover{
	color:#FFF;
	background:#000;
}

@keyframes lds-ball {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 27px);
    transform: translate(0, 27px);
    animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes lds-ball {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
  }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 27px);
    transform: translate(0, 27px);
    animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.lds-ball {
  position: relative;
}
.lds-ball div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1d0e0b;
  left: 18px;
  top: 5px;
  -webkit-animation: lds-ball 1s linear infinite;
  animation: lds-ball 1s linear infinite;
}
.lds-ball {
  width: 50px !important;
  height: 50px !important;
  -webkit-transform: translate(-25px, -25px) scale(1) translate(25px, 25px);
  transform: translate(-25px, -25px) scale(1) translate(25px, 25px);
}

.arrow-up{
	position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid white;
	top:-12px;
	right:80px;
	z-index:10;
}

.arrow-up-shadow {
	position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 14px solid #0c070729;
  top: -14px;
  right: 79px;
}

.background{
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	height:100vh;
	background-position:center;
	background-size:cover;
	z-index:-1;
}

#slider{
	height:100vh;
	overflow: hidden;
	position:fixed;
	top:0px;
	width:100%;
	height:100vh;
	z-index:-1;
}

#slider .slide{
	height:100vh;
	float:left;
}

#slider .slide img{
	height:100%;
}

.snav div{
	position: absolute;
	top:50%;
	width:35px;
	height:35px;
	background:green;
	z-index:10;
}

.snav .next{right:25px;}
.snav .right{left:25px;}

.hbox{
	line-height:1.5em;
	z-index:2;
	position: fixed;
	bottom:75px;
	left:75px;
	background:rgba(255,255,255,0.6);
	width:auto;
	max-width:50%;
	padding:10px 25px;
	font-size:2.5em;
}

.hbox.new{
	text-align: center;
	left:0;
	right:0;
	font-weight:500;
	top:50%;
	transform: translate(0, -35%);
	bottom:auto;
	padding:0;
	font-size:50px;
	background:0;
}

.hbox.new div{
	display: inline-block;
	padding: 8px 10px;
	border: 6px solid rgba(255,255,255,.8);
}

.hbox.new div a{
	display: inline-block;
	background: rgba(255,255,255,.8);
	padding: 5px 20px;
	font-weight: 100;
}

.hbox a{color:#000;}

.hbox.experiment{
	background:none;
	font-size:50px;
	text-transform: capitalize;
	padding:0;
}

.hbox.experiment a{
	background:rgba(255,255,255,0.6);
	padding:.3rem .4rem;
}


	.popup{
		position:fixed;
		display:none;
    border:4px solid #FFF;
    right:25px;
    bottom:25px;
    padding:10px 25px;
    text-align:center;
    border-radius:3px;
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
    width:275px;
		background:rgba(255, 90, 95, 0.9);
    z-index:1002;
	}

	.popup h2{
		font-size:1.2em;
		color:#FFF;
		margin:0;
	}

	.popup h3{
		color:#FFF;
		margin:0 0 5px;
	}

	.popup .button a{
		background: #ffd800;
    display: inline-block;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
		margin-top:15px;
	}

	.popup .close{
		position: absolute;
		width:22px;
		height:22px;
		background:url(images/close.png) #FFF;
		background-size:16px;
		cursor: pointer;
		right:-12px;
		top:-12px;
		border-radius: 50%;
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
		border:3px solid #FFF;
	}

@media only screen and (max-width: 640px){
	.hbox.experiment{
		font-size:30px;
		max-width:100%;
		line-height:1.5em;
	}

	.hbox.experiment a{
		padding:.1rem;
		font-size:28px;
	}
}
.scrolldown{
	position:absolute;
	bottom:50px;
	right:15%;
	width:72px;
	height:40px;
	cursor: pointer;
}

nav{
	height:87px;
	padding:6px 0;
	position:absolute;;
	top:0;
	left: 0;
	right: 0;
	z-index: 20;
	-webkit-transition: padding 0.3s, background 0.3s;
	transition: padding 0.3s, background 0.3s;
}

nav .logo{
	float: left;
	width:100px;
	height:55px;
}

nav.fixed-position .logo{
	width:90px;
}

nav .nav-menu{
	float: right;
	margin:0;
	list-style:none;
		border:none;
}

nav .nav-menu.menuhidden{
	display: none;
}

nav.force .nav-menu.menuhidden{
	display: block;
}

nav .nav-menu li{
	float: left;
	margin-left: 25px;
	line-height:55px;
}

nav .nav-menu li a{
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

nav .nav-menu li.menu-item-has-children{
	padding-right:15px;
	margin-right:15px;
	position: relative;
	width: 249px;
	position: relative;
}

nav .nav-menu li.menu-item-has-children span.arrow{
	width:24px;
	height:24px;
	display: inline;
	position: absolute;
	top:8px;
	right:-6px;
}

nav.fixed-position .nav-menu li.menu-item-has-children{
	background-position: 231px 21px;
}

#header nav .container{
	overflow:inherit;
	text-align: center;
}
nav .nav-menu li ul{
	position: absolute;
	background:rgba(255,255,255,0.5);
	padding:0;
	list-style: none;
	display: none;
}

nav.fixed-position .nav-menu li ul{
	background:#FFF;
}

nav .nav-menu li ul li{
	margin:0;
	line-height:45px!important;
	white-space: nowrap;
	display: block;
	width:100%;
}

nav .nav-menu li ul a{
	padding:0 15px;
	display: block;
	width:100%;
}


nav .nav-menu li ul a:hover{
	color:#FFF;
	background:#000;
}

nav .nav-menu li.menu-item-has-children:hover ul{
	display: block;
}


nav.fixed-position {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	padding: 6px 0;
	background: #fff;
	position:fixed;
	top:0;
	height:67px;
	z-index: 101;
}
nav.fixed-position .logo a{line-height: 75px;}
nav.fixed-position .nav-menu li{line-height: 55px;}
nav.fixed-position .nav-menu li a{color: #333;}
nav .black,nav.fixed-position .white{display:none;}
nav.fixed-position .black{display:block;}
nav.fixed-position .logo a img{height: 45px;vertical-align: top;padding-top: 5px;}

nav.fixed-position.force .tiqets{display: none}
nav .facebook,nav .search{
	float:right;
}

nav .facebook{
	margin:15px 3px 0 5px;
}

nav .facebook a{
	display: block;
  width:25px;
  height:25px;
	text-align: center;
}

nav .search{
	cursor: pointer;
}

#header .mobile {
	float:right;
	margin:20px 0 0 8px;
	display: none;
}

#header .mobile .border{
	height:3px;
	width:30px;
	background:#090909;
	margin-bottom:5px;
	-webkit-transition: transform 0.3s, background 0.3s;
	transition: transform 0.3s, background 0.3s;
}
header .tiqets{
	float:right;
  color: #000;
  letter-spacing: 1px;
	line-height: 55px;
}

header .price{
	display: inline-block;
	margin-left:35px;

}

header .price .mini{
	font-size:12px;
}

header .tiqets > a{
	background:#ffd800;
	display: inline-block;
	padding:0 15px;
	margin-left:35px;
	line-height:45px;
	border-radius:5px;
	font-size:16px;
	color:#000;
}

main{
	padding:1px 0 25px;
	background:#FFF;
	position: relative;
	z-index: 2;
}

header .copyright{
	position: fixed;
	font-size:10px;
	font-weight:100;
	padding:0 5px 5px;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.5);
	height:15px;
}

/* ----- Content ----- */
#content{
	background:#FFF;
	padding:0 0 1px;
	/*overflow: hidden;*/
}

#content .container{
	overflow: inherit;
}

.billboard{
	margin:25px auto;
	max-width:100%;
}

.wrap {
  max-width : 1075px;
}

.wrap article {
  max-width : 920px;
  padding:0px;
  width:auto;
  float:none;
  margin:0 auto;
  padding-top: 15px;
}

.wrap article .entry-content {
  font-size : 18px;
  line-height:29px;
  color: rgb(51, 51, 51);
  -webkit-font-smoothing : antialiased;
  font-weight:400;
  margin-bottom:26px;
}

.wrap article .entry-content > *, 
.wrap article header h1,
.wrap article header div {
  padding:0px 100px;
}


.wrap article header time {    
	margin: -30px 0 25px;
    color: #aaa;
    display: block;
    font-style: italic;
    font-size: 14px;
}

.wrap article header #breadcrumbs {
	font-size: 14px;
	color: #aaa;
}

.wrap article header #breadcrumbs a {
	color: #aaa;
}



.wrap article .entry-content .wp-caption,
.wrap article .entry-content figure.wp-block-image,
.wrap article .entry-content .hotels {
	padding: 0;
	max-width:100%!important;
}

.wrap article .entry-content > ul:first-of-type {
	list-style: none;
}
.wrap article .entry-content > ul:first-of-type > li::before {
    content: counter(list-item)"\a0\a0";
    border-right: 2px solid black;
	font-weight: bold;
    font-family: auto;
	position: absolute;
	left: 0;
    line-height: 20px;
    top: 5px;
}

.wrap article .entry-content > ul:first-of-type li {
	position: relative;
	padding-left: 30px;
}

.wrap article .entry-content > ul:first-of-type li:nth-child(n+10) {
	padding-left: 39px;
}
.wrap article .entry-content > ul:first-of-type li a {
	color: #000;
}

.wrap article .entry-content .hotels {
	padding: 20px 0 0;
}

.wrap article .entry-content .hotels .wp-block-column,
.wrap article .entry-content .box {
	position: relative;
	border: 1px solid #eee!important;
    border-radius: 3px;
    border-top: 0;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 3%);
	padding: 0 25px 75px;
}


.wrap article .entry-content .box { 
	font-size: 16px;
	line-height: 26px;
}


.wrap article .entry-content .box .wp-block-image img,
.wrap article .entry-content .box .wp-block-image {
	margin-bottom: 0!important;
}

.wrap article .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile).box >.wp-block-column:not(:first-child) {
    margin: 0 var(--wp--style--block-gap,25px);
}

.wrap article .entry-content .box {
	padding: 0;
}

.wrap article .entry-content .hotels .wp-block-buttons {
    bottom: 25px;
    position: absolute;
    width: 100%;
    left: 0;
}

.wrap article .entry-content .hotels .adsbygoogle {
	display: none!important;
}

.wrap article .entry-content .hotels figure {
	margin-bottom: 0;
	margin-left: -25px;
	margin-right: -25px;
	width: calc( 100% + 50px);
    max-width: none!important;
}

.wrap article .entry-content .hotels h3 {
    font-family: 'Playfair Display';
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 5;
    background: #FFF;
    padding: 0 25px;
    margin: 0 0 15px;
}

.wrap article .entry-content .hotels p {
	text-align: center;
	font-size: 15px;
}

.wrap article .entry-content .hotels .wp-block-button__link {
	background-color: #FFC700;
	border-color: #FFC700;
	padding: 0.4em 1em;
}

.wrap article img{
	padding:0;
}

.entry-content ul{
	list-style: disc;
	list-style-position: inside;
}

article h1{
	font-family: 'Raleway';
	font-weight:400;
}

article img{
	margin-bottom:24px;
}

.home article{
	width: 100%;
}

.category article, article#post-5828 {
	max-width:825px;
	text-align: center;
}

.category article p{
	font-weight:500!important;
}

.category article{
	border-top:5px solid white;
	border-bottom:5px solid white;
}

.category article h2{
    font-size: 46px;
    line-height: 1.5;
    font-family: 'Raleway';
    margin: 20px 0;
		font-weight:400;
}

article header{
	height:auto;
}

article ins.adsbygoogle{
	max-width:100%;
	padding:0!important;
}

article .entry-content{
}

article .image{
	float:right;
	width:40%;
	min-height:250px;
	background-size:cover;
}
.home article {
	margin-top: 35px;
}
.home article .left{
	width:60%;
	float:left;
	padding-right:35px;
}
aside{
	float:right;
	width:25%;
	padding:0 35px;
}


aside .title{
	text-align: center;
	height:60px;
	margin:8px 0 -6px;
}

aside .title span{
	font-family:'Playfair Display';
	font-size:23px;
	letter-spacing:2px;
	display: inline-block;
	z-index:5;
	background:#FFF;
	padding:0 5px;
}

aside .title .border1,aside .title .border2{
	height:1px;
	width:100%;
	background:#000;
	margin:-22px 0 0;
}

aside .title .border2{
	margin-top:4px;
}

/* ----- section ----- */
.section{
	clear: both;
}

.section header{
	text-align: center;
	margin: 25px 0;
}

.section header h2{
	font-family:'Playfair Display';
	font-size:46px;
	letter-spacing:4px;
	display: inline-block;
	z-index:5;
	background:#FFF;
	padding:0 25px;
	margin:0;
}

.section header .border1,.section header .border2{
	height:3px;
	width:100%;
	background:#000;
	margin:-36px 0 0;
}

.section header .border2{
	margin-top:6px;
}

.size4,.size3,.size2 {
    clear: both;
	display: flex;
}

.section .item {
	box-sizing: border-box;
	box-shadow: 0 3px 12px 0 rgb(0 0 0 / 3%);
	border: 1px solid #e4e4e4!important;
	overflow: hidden;
	margin: 20px 10px 0;
}

.size4 .item{width:25%;}
.size3 .item{width:33.333%;}
.size2 .item{width:50%;}

.section .item{
	overflow: hidden;
	transition: all .5s;
}

.section .item .image{
	width:100%;
	background-size: cover;
	background-position: center;
	padding-bottom:66%;
}

.section .item:hover {
	transform: scale(1.05);
}


.section .item .text {
    font-size: 14px;
    text-align: left;
    padding-top: 2px;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px 20px;
}


.section .size2 .item:first-child{border-left:0;}
.section .size2 .item:last-child{border-right:0;}

.section .size3 .item:nth-child(3n+1){border-left:0;border-right:6px solid #FFF;}
.section .size3 .item:nth-child(3n+3){border-right:0;border-left:6px solid #FFF;}
/* ----- list ----- */
#list .cat{
	width:300px;
	overflow:hidden;
	float:left;
}

#list .cat.item_2{
	margin:0 25px;
}

#list .cat h2{
	padding-bottom:10px;
	border-bottom:1px solid #ffa300;
}

#list .cat h2 a{
	color:#000;
}

#list .cat h2 a:hover{
	color:#24890d;
}


#list .cat .image{
	margin-top:5px;
}

#list .cat .image img{
	width:300px;
	height:75px;
}

#list .cat ul{
	height:130px;
	margin-top:10px;
	margin-bottom:0;
	list-style:none;
}

#list .cat ul li{
	line-height:26px;
}

#list .cat .more{
	font-size:12px;
	padding:10px 5px 1px 0;
	border-bottom:1px solid #ffa300;
	text-align:right;
}

.navigation ul{
	padding:25px 0;
	text-align: center;;
}
.navigation ul li{
	display: inline-block;
}

.navigation ul li a{
	display: inline-block;
	border:2px solid #000;
	width:35px;
	height:35px;
	color:#000;
	margin:0 2px 0 3px;
	text-align: center;
	line-height:31px;
}

.navigation ul li.next a,.navigation ul li.prev a{
	width:auto;
	padding:0 15px;
}

.navigation ul li a:hover,.navigation ul li.active a{
	color:#FFF;
	background:#000;
}

#footer{
	width:100%;
	background-color:#F7F0E7;
	padding-top:50px;
	z-index: 2;
	position:relative;
	line-height:25px;
}

#footer .widget{
	float: left;
	width: 33%;
	padding:0 35px 25px 0;
}

#footer .widget .title{
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#footer .widget.two{
	width:50%;
}

#footer .widget.search{
	padding-left:25px;
}

#footer .widget.search .title{
	padding:0;
}

#footer .widget.search input[type="search"]{
	margin-bottom:15px;
	padding-left:15px;
	max-width: 100%;
}

#footer .widget.two ul li{
	float:left;
	width:50%;
	display: block;
	border-right: 1px solid #f9b1b5;
	padding-left: 25px;
	font-size:14px;
}


#footer .socket{
	clear: both;
	line-height:50px;
	background:#FFF;
	font-size:12px;
}

#footer .socket a, #footer .socket{
	color:#000
}

/*********************************/
/******** Footer about us ********/
/*********************************/
#footer .widget.about img {
	border-radius: 50%;
	display: block;
    float: left;
    margin: 0 15px 0px 0;
    width: 92px;
}

#footer .widget.trending ul li {
    text-align: left!important;
    transition: transform .2s;
    border: 1px solid rgb(239, 239, 239)!important;
    border-radius: 3px;
    border-top: 0;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 3%);
	background: #FFF;
	display: block;
	margin-bottom: 5px;
	transition: transform .2s; /* Animation */
}

#footer .widget.trending ul li:hover {
	transform: scale(1.05);
}

#footer .widget.trending ul li span {
	font-size: 14px;
    text-align: left;
    padding-top: 2px;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    box-sizing: border-box;
	padding: 0 15px 0 0;
	width: calc(100% - 75px);
}

#footer .widget.trending ul li a {
	display: flex;
	align-items: center;
	text-align: left;
}

#footer .widget.trending ul li a figure {
	margin: 0 15px 0 0;
	max-height: 45px;
	overflow: hidden;
}

#footer .widget.trending ul li img {
    width: 75px;
	margin-top: -8px;
}

#footer .widget.insta {
	padding-left: 15px;
}


#footer .widget.insta ul li {
	display: block;
	width: calc(33.33% - 8px);
	float:left;
	margin: 0 8px 8px 0;
}

#mostwanted{
  background-color:#FFFfFF;
	text-align: center;
	padding:25px 0 10px;
	font-size: 0.9em;
	position: relative;
	z-index: 2
}

#mostwanted .copyright{
	padding:15px 0 0;
	font-size:12px;
}

header.title{
	text-align: center;
}

header .subline {
    color: #747583;
    font-size: 14px;
    background: #FFF;
    padding: 0 25px;
    margin-top: -8px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}


  .related header.new {
    margin-bottom: 35px;
    overflow: hidden;
  }

.related header .title, header.title .title {
	font-family: 'Playfair Display';
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
	z-index: 5;
	background: #FFF;
	padding: 0 25px;
	margin: 0;
	min-width: 275px;
}

header.title .border1 {
	margin-top: -21px!important;
}

header.title.withsub {
	height: 70px;
}
header.title.withsub .border1 {
	margin-top: -41px!important;
}


.related header.title .border1 {
	margin-top: -41px!important;
}


header .border1 {
	height: 2px;
}

header .border2 {
	display: none;
}

header.title h3,.title.h3{
	font-family:'Playfair Display';
	font-size:46px;
	letter-spacing:4px;
	display: inline-block;
	z-index:5;
	background:#FFF;
	padding:0 25px;
	margin:0;
}

header.title h1,.title.h1{
	font-family:'Playfair Display';
	font-size:46px;
	letter-spacing:4px;
	display: inline-block;
	z-index:5;
	background:#FFF;
	padding:0 25px;
	margin:0;
}

header.title .border1, header.title .border2{
	height:3px;
	width:100%;
	background:#000;
	margin:-41px 0 0;
}

header.title .border2{
	margin-top:6px;
}

#map{
	 width:100%;
	 min-height:500px;
	 height:75vh;
	 margin:25px 0;
	 background-size:cover;
	 position: relative;
	 overflow: hidden;
}

#map .gm-bg{
	 width:100%;
	 min-height:500px;
	 height:75vh;
	 background:rgba(0,0,0,0.3);
	 position: relative;
	 cursor: pointer;
}

#map .button{
	position: absolute;
  background:0;
  top:50%;
  padding:0;
  left:0;
  text-align: center;
  font-weight:500;
  transform: translate(0, -50%);
	width: 100%;
	bottom: auto;
}

#map:hover .button > div{
  border-color: rgba(255,255,255, 1);
}

#map:hover .button div div{
  background:rgba(255,255,255, 1);
}

#map .button > div{
  display: inline-block;
  border: 3px solid rgba(255,255,255,0.8);
  padding: 5px;
	max-width: 90%;
	min-width: 30%;
	font-size:24px;
}

#map .loader{
	width:34px;
	position: absolute;
  top:50%;
  display:block;
	left:50%;
	margin-left:-17px;
  transform: translate(0, -50%);
}

#map .button > div div{
  background: rgba(255,255,255,.75);
  padding: 8px 15px;
}

#mostwanted ul{
	border:none;
	text-align: center;
	font-size:20px;
}

#mostwanted li {
  display:inline-block;
  line-height:50px;
  padding:0 35px;
	font-size:16px;
}

#mostwanted .menu-meest-gelezen-container{
	max-width: 800px;
	padding:25px;
}

.posts .post{
	width:300px;
	overflow:hidden;
	float:left;
        max-height:253px;
}

.posts .post.item_2{
	margin:0 25px;
}

.posts .post h2{
	padding-bottom:10px;
	border-bottom:1px solid #ffa300;
	margin:10px 0;
	font-size:21px;
}

.posts .post h2 a{
	color:#000;
}

.posts .post h2 a:hover{
	color:#24890d;
}

.posts .post .image{
	margin-top:5px;
}

.posts .post .image img{
	width:300px;
	height:75px;
}

.posts .post .text{
	height:100px;
	border-bottom:1px solid #ffa300;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:hidden;
}


#hotel-sidebar{
	width:296px;
	margin:7px 25px 25px 0;
	float:left;
}

.sky_right{float:right;padding:0 0 25px 25px;}
.content_left *{clear:none!important;}
.content_left iframe{max-width:625px;}
.sky_mob{display:none;}
.screen-reader-text{display:none;}
#header .menu-menu-container{display: inline-block;}
#header form{float:right;width:150px;margin-top:10px;}
.byline{display:none;}

.box .title{
	font-size:18px;
	color:#FFF;
	background:#ffa300;
	line-height:45px;
	padding:0 25px;
}

.box .content{
	padding:15px 25px;
	line-height:30px;
	font-size:18px;
	background:#f9f9f9;
}

.box .content p{
	margin-bottom:15px;
}

.box .button a{
	display:inline-block;
	background:#ffa300;
	padding:10px 20px;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	border-radius:4px;
}

.fancycomment{
  font-size: 19px;
  font-weight: 500;
  padding: 0 0 10px;
  text-align: center;
  font-family: 'Playfair Display';
  margin-bottom: 25px;
}

#reply-title{
	display: none;
}

#comments{
	max-width: 65%;
	padding:0 17px 0 35px;
}

#comments ol{
	list-style: none;
	margin:0 auto;
	overflow: hidden;
	width:100%;
}

#comments ol li{
	overflow:hidden;
	padding:15px 25px 0;
	border:1px solid rgba(0, 0, 0, 0.1);
	margin-bottom:25px;
}
#comments article{
	width:100%;
	padding:0;
}

#comments .post-content a {
	text-decoration: underline!important;
}

#comments .comment-content{
	padding-top:10px;
	border-top:1px solid #000;
	clear: both;
}

#comments .comment-author{
	font-family: 'Playfair Display';
	float:left
}

#comments .comment-metadata{
	float:right;
	font-size:14px;
}

#comments time{
	color:rgba(0,0,0,0.6);
}

#comments .reply{
	text-align: right;
	font-size: 14px;
	color: #000;
	margin: -15px 0 10px;
}

#comments .reply a{
	color:rgba(0,0,0,0.6);
}

#respond label{
	text-transform: uppercase;
}

.comments.related {
	padding-top: 10px;
	padding-bottom: 0;
}

.comments.related header.new {
	margin-bottom: 10px;
}
textarea{
	border:3px solid #f2f2f2;
	padding:5px 15px;
	width:100%;
}

input[type="submit"]{
	background:#FFF;
	color:#000;
	border:2px solid #000;
	padding:10px 25px;
}

input[type="submit"]:hover{
	background:#000;
	color:#FFF;
}

input{
	width:100%;
	border:3px solid #f2f2f2;
}

input[type="search"]{
	-webkit-appearance:textfield;
	appearance:textfield;
	height:42px;
	width:500px;
	max-width:75%;
	border:3px solid #f2f2f2;
}

input,textarea{
	width:100%;
}

.search-form input[type="submit"]{
	background-size:20px
}

.related, .comments{
	padding:0 17px 0 35px;
	width:75%;
	float:left
}

.search-form input[type="submit"]{
	width:auto;
  padding:5px 25px;
}


.mobilebottom{display:none;}

.crp_related.experiment{
	width: 925px;
	padding: 0 100px;
}

.related.experiment{
	width:925px;
	padding:0 100px;
	float:none;
}

.crp_related.experiment ul li{
	float:none;
	padding:0;
	border-bottom:2px solid #000;
	width:100%;
	text-align: left;
}

.crp_related.experiment ul li img{
	max-width:50px;
	margin-left:0;
	margin-right:15px;
}

.love{
width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 100;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	padding:11px;
}

.love svg{
	fill:#f4838a;
}

.love.active,.love:hover{
	background: #f4838a;
}

.love:hover svg,.love.active svg{
	fill:#FFF;
}

.addtobucket{
	width: 147px;
  height: 77px;
  /*background: url(images/add_to_bucket_black.png) no-repeat;*/
  position: absolute;
  top: -18px;
  z-index: 100;
  right: 3px;
  background-size: 100px;
}

.noheader .love{
	bottom:auto;
	top:125px;
}

.noheader .addtobucket{
  /*background: url(images/add_to_bucket_black.png) no-repeat;*/
	background-size: 90px;
	bottom: auto;
	top: 115px;
	right: 46px;
}


@media screen and (max-width: 767px){
	.wrap article .entry-content > *,
	.wrap article header h1,
	.wrap article .entry-content > .wp-caption .wp-caption-text {
    width: calc(100% - 25px);
	}
/*
	.wrap article .entry-content p,
	.wrap article .entry-content ul,
	.wrap article .entry-content ul li a,
	.wrap article .entry-content > .wp-caption .wp-caption-text {
    font-family: 'Helvetica Neue'!important;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400!important;
	}
*/
 	.wrap article .entry-content > .wp-caption .wp-caption-text {
    font-size: 13px;
	}

 	.wrap article .entry-content > h1,
	.wrap article .entry-content > h2,
	.wrap article .entry-content > h3,
	.wrap article .entry-content > h4,
	.wrap article .entry-content > h5,
	.wrap article .entry-content > h6 {
    width: calc(100% - 25px)!important;
	}

	h2, .title.h2 {
    font-size: 1.3em;
	}

	h1, .category article h2, .title.h2 {
    font-size: 1.4em!important;
	}

	.tiqets .close{
		background: url(images/close_2.png);
    width: 50px;
    height: 25px;
    background-size: 50px 25px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
	}

	.tiqets.active .close{
		background: url(images/close_2_reverse.png);
    background-size: 50px 25px;
	}
}

/***************************************/
/**************** Share ****************/
/***************************************/
.comments svg{
  fill:#BCC5C5;
}

aside.mobilebar{
  display:none;
}

aside.sharebar{
  position: absolute;
  left: 10px;
  width:45px;
  z-index: 10;
  padding:0;
  top:100px;
	-webkit-transition: position 0.3s;
	transition: position 0.3s;
}

aside.sharebar.fixed{
  position: fixed;
  top:50%;
  margin-top:-98px;
}

aside.sharebar .whatsapp_box{
	width: 120px;
  position: absolute;
  left: 58px;
  top: 133px;
}

aside.share ul{
  list-style: none;
  padding:0;
}

aside.mobilebar{
  width:100%;
  float:none;
  padding:0px 15px 15px;
  overflow:hidden;
}

aside.mobilebar .addtobucket{
  display: none;
}

aside.mobilebar .love,
aside.mobilebar ul,
aside.mobilebar ul li, 
.follow-us ul li {
  float:left;
  margin-right:15px;
}

.follow-us ul {
	list-style: none;
	overflow: hidden;
}

aside.share ul li, 
.follow-us ul li a {
	display: block;
  width:44px;
  height:44px;
  margin-bottom:5px;
}

aside.sharebar ul li.comments{
  margin-bottom:25px;
}

aside.share ul li svg, 
.follow-us ul li a svg{
  width:24px;
  height:24px;
  margin:10px;
}

aside.share ul li.whatsapp{
  background:#0dc143;
}

.follow-us ul li.instagram a {
	background: #EE539E;
}

.follow-us ul li.pinterest a {
	background: #E60023;
}

.follow-us .social-title {
	font-family: 'Playfair Display';
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 5;
    background: #FFF;
    margin: 0 0 1em;
}

aside.share ul li.facebook, 
.follow-us ul li.facebook a{
  background:#4469b0
}

aside.share ul li.facebook svg, 
.follow-us ul li.facebook a svg,
.follow-us ul li.instagram a svg,
.follow-us ul li.pinterest a svg {
	fill:#FFF;
}

aside.share ul li.twitter{
  background:#2aa3ef
}

aside.share ul li{
  opacity: .5
} 

.follow-us ul li a{
  opacity: .8
}

aside.share ul li:hover, 
.follow-us ul li a:hover{
  opacity: 1
}

svg#icons{
  display: none;
}

@media screen and (max-width: 1023px) {
	.wrap.side .sidebar{
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.wrap.side{
		max-width:1180px;
	}

	#tiqets_side, #personal_side{
		max-width:1180px;
		width:100%;
		margin:0 auto;
	}

	.wrap.side article{
		max-width:none;
	}

	.wrap.side #tiqets_side .entry-content{
		width:calc(100% - 314px);
		max-width:920px;
		padding-right:25px;
		margin:0;
		float:left;
	}

	.wrap.side #tiqets_side .sidebar{
		width:314px;
    position: relative;
    will-change: min-height;
		float:right;
	}

	.wrap.side #tiqets_side .sidebar__inner,
	.wrap.side #personal_side .sidebar__inner{
		position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
	}

	.wrap.side #personal_side,
	.wrap.side #tiqets_side{
		position: relative;
		overflow: hidden;
	}

	.wrap.side #personal_side .entry-content{
		width:calc(100% - 300px);
		max-width:920px;
		padding-right:25px;
		float:left;
	}
	.wrap.side #personal_side .sidebar{
		width: 300px;
		text-align: center;
    	position: relative;
		float: right;
    	will-change: min-height;
	}

	.wrap.side #personal_side .sidebar svg{
		max-width: 25px;
		display: inline-block;
		margin:0 2px;
	}

	.wrap.side #personal_side .sidebar img{
		border-radius: 50%;
		max-width: 200px;
	}

	.wrap.side #personal_side .sidebar .line{
		display: inline-block;
		height: 1px;
		width: 150px;
		background: #2b2b2b;
		margin:-15px 10px 15px
	}

	.wrap.side article .entry-content > *:not(img):not(.wp-caption):not(.wp-block-columns), .wrap.side article header h1, .wrap.side article header div {
	    padding: 0px 71px;
	}

	.wrap.side iframe[allowfullscreen="allowfullscreen"] {
	    width: calc(100% + 142px);
	    margin: auto -71px;
	}
}


#wwnp-search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
#wwnp-search-overlay.open {
	z-index:9999999;
	visibility: visible;
	opacity: 1;
	background-color: rgba(255,255, 255, 0.95);
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#wwnp-search-overlay input[type="text"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #000000;
	background: rgba(0, 0, 0, 0);
	font-size: 56px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	box-shadow: none;
	font-family: 'PT Serif', serif
}
#wwnp-search-overlay ::placeholder {
	color: #000;
	opacity: 1;
}
#wwnp-search-overlay :-ms-input-placeholder {
	color: #000;
}
#wwnp-search-overlay ::-ms-input-placeholder {
	color: #000;
}
#wwnp-search-overlay .close {
	position: fixed;
	top: 40px;
	right: 60px;
	border:none;
	background:none;
	color: #000;
	opacity: 1;
	font-size: 50px;
	cursor:pointer;
}
#wwnp-search-overlay .close:hover {
	opacity:.75;
}
#wwnp-search-overlay .close:focus {
	outline:none;
}

.highlight {
	background: #f1eaea;
	padding: 35px 2.375em!important
}

.woocommerce-additional-fields {
	display: none;
}

@media only screen and (max-width: 359px) {
	.single-post .entry-content > * {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	figure > iframe[src^="//www.youtube.com"] {
	width: 100% !important;
	margin-left: unset !important;
	margin-right: unset !important;
	}
	.instagram-media {
		min-width: unset !important;
	}
}

.wrap.side #personal_side .sidebar__inner {
	will-change: unset !important;
	transform: unset !important;
}
#content + .container, #content + .container > .related > header{
	overflow: unset !important;
}

figure.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}