/*

Theme Name: Magazino

Theme URI: http://wpthemes.co.nz/magazino/

Author: WPThemes NZ

Author URI: http://wpthemes.co.nz/

Description: Magazino is a simple and flexible theme ideally suited to magazine style blogs. It is responsive to browser size so should look good on any screen. It supports all the usual WordPress features like custom menus and widgets, and also makes it easy to customize with your own logo and you can set the main color scheme to any color you want with the built in color picker.

Version: 1.1.5

License: GNU General Public License v2.0

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats



*/



/******************************************************************/

@import url(http://fonts.googleapis.com/css?family=Passion+One);

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

/******************************************************************

RESET STYLES

******************************************************************/

/* general reset */

html, body, div, span, object, embed, ruby, output, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 

menu, nav, section, summary, time, mark, audio, video { 

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

     

html { 

	overflow-y: scroll;

}



/* html 5 reset */             

article, 

aside, 

details, 

figcaption, 

figure, 

footer, 

header, 

hgroup, 

menu, 

nav, 

section { 

	display: block; 

}



/* ul & li resets */

ol, ul { 

	list-style: none; 

}



/* blockquote reset */

blockquote, q { 

	quotes: none; 

}



blockquote:before, 

blockquote:after, 

q:before, 

q:after { 

	content: ''; 

	content: none; 

}



hr {

  border: 0;

  width: 100%;

background-color: #F27DB4;

height: 1px;

margin: 0;

}



/* link style resets */

a { 

	margin: 0; 

	padding: 0; 

	font-size: 100%; 

	vertical-align: baseline; 

	background: transparent; 

}



a:hover,

a:active { 

	outline: none; 

}



/* table resets */

table { 

	border-collapse: collapse; 

	border-spacing: 0; 

}



td, 

td img { 

	vertical-align: top; 

} 



/* type & header styles */

body { 

	font-size: 14px; 

	line-height: 1.5em; 

	font-family: Arial, Verdana, Geneva, sans-serif;

}



p { 

	hyphenate: auto;

	hyphenate-before: 2; 

	hyphenate-after: 3; 

	hyphenate-lines: 3; 

	orphans: 4; 

}

	select {

		max-width: 100%;

	}

	

	input[type=search] {

	  -webkit-appearance: none;

	}

	

body    {   

	color: #585e92;

}

ol, ul, li { 

	list-style: none; 

	list-style-type: none; 

	text-align: left; 

}

label {
display: block;
margin-bottom: 5px;
}

.login-form input[type="text"], 

.login-form input[type="email"], 

.login-form input[type="password"], 

.login-form textarea {

	color: #757ab0; 

	font-size: 12px; 

	line-height: 1.6em; 

	font-family: Arial, Verdana, Geneva, sans-serif;

	padding: 5px 10px;

	-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	border: 1px solid #FBDCE2;

	line-height: 20px;

	width: 25%;

	margin: 0 0 5px;

}


#loginform input[type="text"], 

#loginform input[type="email"], 

#loginform input[type="password"], 

#loginform textarea {

	color: #757ab0; 

	font-size: 12px; 

	line-height: 1.6em; 

	font-family: Arial, Verdana, Geneva, sans-serif;

	padding: 5px 10px;

	-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	border: 1px solid #FBDCE2;

	line-height: 20px;

	width: 25%;

	margin: 0 0 5px;

}

input[type="text"], 

input[type="email"], 

input[type="password"], 

textarea {

	color: #757ab0; 

	font-size: 12px; 

	line-height: 1.6em; 

	font-family: Arial, Verdana, Geneva, sans-serif;

	padding: 5px 10px;

	-webkit-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	-moz-box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	box-shadow: 0 1px 3px #f2f2f2 inset, 0 1px 0 #fff;

	border: 1px solid #FBDCE2;

	line-height: 20px;

	width: 100%;

	margin: 0 0 5px;

}

input[type="text"]:hover, 

input[type="email"]:hover, 

input[type="search"]:hover, 

input[type="password"]:hover, 

textarea:hover {

	background-color: #fff4f5;

}

input[type="text"]:focus, 

input[type="email"]:focus, 

input[type="search"]:focus, 

input[type="password"]:focus, 

textarea:focus {

	background-color: #fff4f5;

}





input[type="reset"], 

input[type="button"], 

input[type="submit"] {

   background-color: #F27DB4;

   border: 1px solid #F27DB4;

   -webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

   color: #FFFFFF;

   font-family: Georgia, serif;

   font-weight: normal;

   font-style: italic;

   font-size: 13px;

   letter-spacing: 0.01em;

   text-transform: none;

   display: inline-block;

   margin:10px 0;

   padding: 10px 15px;

   -moz-appearance: none !important;

	-webkit-appearance: none !important;

	appearance: none !important;

	cursor: pointer;

   box-shadow: 2px 2px #f0f0f0;

   text-shadow: none;

}



small, 

.small { 

	font-size: 0.75em; 

	letter-spacing: .05em; 

	font-style: italic; 

	line-height: 1.75em;

}



strong, 

th, 

.strong { 

	font-weight: bold;

}



em, 

.em { 

	font-style: italic;

}



ins, 

.ins { 

	color: #000; 

	text-decoration: underline; 

}



mark, 

.mark { 

	background-color: #ff9; 

	color: #000; 

	font-style: italic; 

	font-weight: bold; 

}



del, 

.del { 

	text-decoration: line-through; 

}



abbr[title], 

dfn[title] { 

	border-bottom: 1px dotted; 

	cursor:help; 

}



sub { 

	vertical-align: sub; 

	font-size: smaller; 

}



sup { 

	vertical-align: super; 

	font-size: smaller; 

}



/* code & pre box resets */

pre {  

	padding: 15px;  

	white-space: pre;  

	white-space: pre-wrap;  

	white-space: pre-line;  

	word-wrap: break-word; 

}



/* form & input resets */

pre, 

code, 

kbd, 

samp { 

	font-family: monospace, sans-serif; 

	margin: 1.5em; 

}



input, 

select { 

	vertical-align:middle; 

}



textarea { 

	overflow: auto; 

} 



.ie6 legend, 

.ie7 legend { 

	margin-left: -7px; 

} 



input[type="radio"] { 

	vertical-align: text-bottom; 

}



input[type="checkbox"] { 

	vertical-align: bottom; 

}



.ie7 input[type="checkbox"] { 

	vertical-align: baseline; 

}



.ie6 input { 

	vertical-align: text-bottom; 

}



label, 

input[type=button], 

input[type=submit], 

button { 

	cursor: pointer; 

}



button, 

input, 

select, 

textarea { 

	margin: 0; 

}



/* vaidation */

input:valid, 

textarea:valid {  }

input:invalid, 

textarea:invalid { 

	border-radius: 1px;  

	-moz-box-shadow: 0px 0px 5px red; 

	-webkit-box-shadow: 0px 0px 5px red;  

	box-shadow: 0px 0px 5px red; 

}



.no-boxshadow input:invalid, 

.no-boxshadow textarea:invalid { 

	background-color: #f0dddd; 

}



button { 

	width: auto; 

	overflow: visible; 

}



/* image resets */

.ie7 img, 

.iem7 img { 

	-ms-interpolation-mode: bicubic; 

}



/* hidden elements */

.hidden { 

	display: none; 

	visibility: hidden; 

} 



.visuallyhidden { 

	position: absolute !important; 

	clip: rect(1px 1px 1px 1px);  

	clip: rect(1px, 1px, 1px, 1px); 

}



/* added from 320&Up Project */



input, 

textarea  { 

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box; 

}



/* clearfixes */

.clearfix:after, 

.menu ul:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



.clearfix { 

	zoom: 1;

}



.clearfix:after { 

	clear: both; 

}



/******************************************************************

COMMON & REUSABLE STYLES

******************************************************************/



/* floats */

.left { 

	float: left; 

}



.right { 

	float: right; 

}



/* text alignment */

.text-left { 

	text-align: left; 

}



.text-center { 

	text-align: center; 

}



.text-right { 

	text-align: right; 

}



/* highlighting search term on search page */

mark, 

.search-term { 

	background: #EBE16F;

}



/* alerts & notices */

.help, 

.info, 

.error, 

.success { 

	margin: 10px; 

	padding: 10px; 

	border: 1px solid #cecece; 

}



.help { 

	border-color: #E0C618; 

	background: #EBE16F; 

}



.info { 

	border-color: #92cae4; 

	background: #d5edf8; 

}



.error { 

	border-color: #fbc2c4; 

	background: #fbe3e4; 

}



.success { 

	border-color: #c6d880; 

	background: #e6efc2; 

} 



/******************************************************************

GENERAL STYLES

******************************************************************/



body { 

	-webkit-text-size-adjust : 100%; /* font size on apple devices */

	-ms-text-size-adjust : 100%;  /* font size on windows devices */

}



/******************************************************************

H1, H2, H3, H4, H5 STYLES

******************************************************************/



h1 a, .h1 a, 

h2 a, .h2 a, 

h3 a, .h3 a, 

h4 a, .h4 a, 

h5 a, .h5 a { 

	text-decoration: none; 

}



h1, .h1 { 

	font-size: 2.2em; 

	line-height: 1em; 

}



h2, .h2 { 

	font-size: 1.5em; 

	line-height: 1.1em; 

}



h3, .h3 { 

	font-size: 1.2em; 

	line-height: 1em;

}



h4, .h4 { 

	font-size: 1.05em; 

}



h5, .h5 { 

	font-size: 0.846em; 

	line-height: 2.09em; 

	text-transform: uppercase; 

	letter-spacing: 2px; 

}

/******************************************************************

GENERAL LAYOUT STYLES

******************************************************************/



body { 	

	background: #ffeff1 url(http://liefdevandeziel.nl/images/img_lvdz_bg.jpg) repeat-x top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

}



#container { 

	width: 96%;

	margin: 0 auto;

	padding: 0 33px;

	max-width: 1044px; /* remove or edit to adjust width */

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box; 

}

	

	/* layout options ( all have margins right & left of 1%) */

	

	.col60 { 

		width: 6.333%; 

	} /* width 60px / grid_1 */

	

	.col140 { 

		width: 14.667%; 

	} /* width 140px / grid_2 */

	

	.col220 { 

		width: 23.0%; 

	} /* width 220px / grid_3 */

	

	.col300 { 

		width: 31.333%; 

	} /* width 300px / grid_4 */

	

	.col380 { 

		width: 39.667%; 

	} /* width 380px / grid_5 */

	

	.col480 { 

		width: 48.0%; 

	} /* width 480px / grid_6 */

	

	.col540 { 

		width: 56.333%; 

	} /* width 540px / grid_7 */

	

	.col620 { 

		width: 64.667%; 

	} /* width 620px / grid_8 */

	

	.col700 { 

		width: 73.0%; 

	} /* width 700px / grid_9 */

	

	.col780 { 

		width: 81.333%; 

	} /* width 780px / grid_10 */

	

	.col860 { 

		width: 89.667%; 

	} /* width 860px / grid_11 */

	

	.col940 { 

		width: 98.0%; 

	} /* width 940px / grid_12 */

	

	/* layout & column defaults */

	.col60, 

	.col140, 

	.col220, 

	.col300, 

	.col380, 

	.col480, 

	.col540, 

	.col620, 

	.col700, 

	.col780, 

	.col860, 

	.col940 { 

		display: inline; 

		float: left;

		margin-left: 1%; 

		margin-right: 1%; 

		position: relative;

	}

	

	/* default styles & fixes */

	#main { 

		margin-left: 0; 
		text-align: center; 

	} /* fixes alignment (defaulted at col620) */

	

	#sidebar { 

		margin-right: 0; 

	} /* fixes alignment (defaulted at col300) */

	

/******************************************************************

LINK STYLES

******************************************************************/



a, a:visited { 

	color: #cf7625;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

a:active {} /* on click */

a:link { 

	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */

}



/******************************************************************

TEXT SELECTION STYLES

******************************************************************/



/* Safari, Chrome, iPhones, iPads */

::-webkit-selection { 

	background: #2b2b2b; 

	color: #fff; 

	text-shadow : none; 

}



/* Firefox */

::-moz-selection { 

	background: #2b2b2b; 

	color: #fff; 

	text-shadow : none; 

}



/* The Rest of em */

::selection { 

	background: #2b2b2b; 

	color: #fff; 

	text-shadow : none; 

}



/******************************************************************

SEARCH BOX

******************************************************************/



#search-box-wrap {

	background-color: #cf7625;

	height: 50px;

	margin-left: -33px;

	margin-right: -33px;

	display: none;

}



#search-box {

	position: relative;

	width: 96%;

	margin: 0 auto;

	padding: 0 2%;

	max-width: 1044px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box; 

}



#search-box #searchform {

	float: right;

	margin-top: 10px;

}



#search-box #searchform label {

	display: none;

}



#search-box #s {

	height: 30px;

	font-size: 1.2em;

	background: url(library/images/icon-search.png) no-repeat 7px 7px #fff;

	padding: 5px 7px 5px 30px;

	border: 0;

	box-shadow: 3px 3px 10px #d0d0d0 inset;

	min-width: 400px;

	outline: none;

	margin-right: -4px;

}



#search-box #searchform input[type=submit] {

	height: 30px;

	background-color: #2b2b2b;

font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	font-weight: 400;

	font-size: 14px;

	text-transform: uppercase;

	color: #fff;

	border: 0;

	padding: 3px 10px;

}







#search-box #close-x {

	float: right;

	width: 23px;

	height: 23px;

	background-color: #2b2b2b;

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	font-weight: 400;

	font-size: 14px;

	text-transform: uppercase;

	color: #fff;

	text-align: center;

	line-height: 21px;

	margin-top: 15px;

	margin-right: 0;

	margin-left: 20px;

	cursor: pointer;

}



/******************************************************************

SOCIAL MEDIA BUTTONS STYLES

******************************************************************/



#social-media {

	width: 40%;

	text-align: right;

	float: right;

	padding-top: 5px;

}

	#social-media a,

	#search-icon {

		background-color: #cf7625;

		width: 34px;

		height: 33px;

		display: inline-block;

		margin-left: 5px;

		margin-bottom: 8px;

		text-indent: 9999px;

		outline: none;

		background-repeat: no-repeat;

		background-position: center center;

		vertical-align: top;

		overflow: hidden;

	}

	

		

	

	#social-media a.social-fb {

		background-image: url(library/images/icon-fb.png);

	}

	

	#social-media a.social-tw {

		background-image: url(library/images/icon-tw.png);

	}

	

	#social-media a.social-gp {

		background-image: url(library/images/icon-gp.png);

	}

	

	#social-media a.social-pi {

		background-image: url(library/images/icon-pi.png);

	}

	

	#social-media a.social-li {

		background-image: url(library/images/icon-li.png);

	}

	

	#social-media a.social-yt {

		background-image: url(library/images/icon-yt.png);

	}

	

	#social-media a.social-tu {

		background-image: url(library/images/icon-tu.png);

	}

	

	#social-media a.social-in {

		background-image: url(library/images/icon-in.png);

	}

	

	#social-media a.social-fl {

		background-image: url(library/images/icon-fl.png);

	}

	

	#social-media a.social-vi {

		background-image: url(library/images/icon-vi.png);

	}

	

	#social-media a.social-ye {

		background-image: url(library/images/icon-ye.png);

	}

	

	#social-media a.social-rs {

		background-image: url(library/images/icon-rss.png);

	}

	

	#social-media a.social-em {

		background-image: url(library/images/icon-email.png);

	}

	

	#search-icon {

		background-image: url(library/images/icon-search-w.png);

		cursor: pointer;

	}







/******************************************************************

HEADLINES & TITLES

******************************************************************/



h1, .h1 {

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	font-weight: normal;

	text-transform: uppercase;

	line-height: 1.2em;

}

h2, .h2 {

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	font-weight: normal;

	text-transform: uppercase;

}

h3, .h3 {}

h4, .h4 {}

h5, .h5 {}



h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {}



/******************************************************************

HEADER SYTLES

******************************************************************/



header[role=banner] {

	position: relative;

}

	header[role=banner] div {

		-webkit-box-sizing : border-box; 

		-moz-box-sizing : border-box; 

		-o-box-sizing : border-box; 

		box-sizing : border-box;

	}

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center;

		height: 374px;

		padding-top: 300px; 

		padding-bottom: 15px;

	}



	#site-heading { 

		margin-bottom: 10px;

		width: 60%;

		float: left;

	}

	

	#site-logo img {

		max-width: 100%;

	}

	

	#site-title {

		margin-bottom: .2em;

		font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

		font-size: 48px;

		font-weight: bold;

		line-height: 0.9em;

		text-shadow: 2px 2px #f0f0f0;

		text-transform: uppercase;

	}

	

	#site-title a { 

		color: #cf7625; 

		text-decoration: none;

		outline: none;

	}

	

	#site-description {

		font-size: 1.2em;

		margin-right: 300px;

		color: gold;

	}



header[role=banner] #searchform {

		position: absolute;

		right: 0px;

		top: 25px;

	}

	

	header[role=banner] #searchform label,

	header[role=banner] #searchform input[type=submit]{

		display: none;

	}

	

	header[role=banner] #s {

		font-size: 1.3em;

		background: url(library/images/icon-search.png) no-repeat 7px 10px #fff;

		padding: 7px 10px 7px 30px;

		border-radius: 12px;

		border: 1px solid #fff;

		box-shadow: 3px 3px 5px #777 inset;

		min-width: 270px;

		outline: none;

	}

	

	#headerimg { 

		width: 100%;

		margin-bottom: 20px; 

	}

	

	#headerimg img {

		width: 100%;

		height: auto;

		border: 10px solid #fff; 

		box-sizing: border-box;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

	}

	

.entry-header { 

	margin-bottom: 25px;

}



.entry-title { 

	font-size: 1.3em;

	font-family: Georgia, serif;

	font-weight: 400;

	font-style: italic;

	letter-spacing: -0.01em;

	text-transform: none;

}

	.entry-title a {}

		.entry-title a:hover {}

	body.page .entry-title, 

	body.single .entry-title, 

	.not-found .entry-title { 

		font-size: 2.5em

	}

		body.page .entry-title,

		.not-found .entry-title {

			margin-bottom: 10px;

		}

	

.page-header { 

	margin-left: 10px; 

	margin-right: 10px; 

	margin-top: 0; 

	margin-bottom: 30px;

}

	.page-title {

		text-shadow: 2px 2px #f0f0f0;

		margin-bottom: 10px;

	}



/******************************************************************

NAVIGATION STYLES

(Main Navigation)

******************************************************************/

div.menu {}

	div.menu ul { }

		div.menu ul li { 

			list-style-type: none; 

			float: left; 

		}

			div.menu ul li a { 

				display: block; 

				text-decoration: none; 

			}

				div.menu ul li:last-child a {}

				div.menu ul li a:hover {}

		div.menu ul li.current-menu-item a, 

		div.menu ul li.current_page_item a {}

		div.menu ul li ul.sub-menu, 

		div.menu ul li ul.children { 

			position: absolute; 

			z-index: 9999; 

			width: 200px; 

			word-wrap: break-word;

			display: none;

		}

			div.menu ul li ul li a {}

				div.menu ul li ul li a:hover {}

			div.menu ul li ul li:last-child a {}

			div.menu ul li:hover > ul { 

				display: inline;

			}

				div.menu ul li ul li ul.sub-menu, 

				div.menu ul li ul li ul.children { 

					right: -200px; 

					position: absolute;  

					top: auto;

					display: none;

				}

					div.menu ul li ul li:hover > ul.sub-menu, 

					div.menu ul li ul li:hover > ul.children { 

						display: inline;

					}

					

		.widget_nav_menu ul li { 

			float:none 

		}



		.widget_nav_menu ul li ul.sub-menu, 

		.widget_nav_menu ul li ul.children,

		.widget_pages ul li ul.sub-menu, 

		.widget_pages ul li ul.children { 

			position: relative;

			left: auto;

			z-index: 9999; 

			width: auto;

			word-wrap: break-word; 

			margin-left: 1em;

			margin-top: 0.5em;

		}

			.widget_nav_menu ul li ul.sub-menu a, 

			.widget_nav_menu ul li ul.children a {}

			

			.widget_nav_menu ul li ul li ul.sub-menu, 

			.widget_nav_menu ul li ul li ul.children { 

				left: auto; 

				position: relative; 

				margin-left:1em;

				margin-top: 0.5em;

				top: auto; 

				word-wrap: break-word; 

			}





nav[role=navigation] {}

	nav[role=navigation] div.menu { 

		background: #faeac3 url(http://liefdevandeziel.nl/images/img_lvdz_menubg.jpg) repeat-x top;

		border-right: 1px solid #eecda9;

		border-left: 1px solid #eecda9;

		height: 40px;

	}

	

	nav[role=navigation] ul.menu { 

	

	}

		nav[role=navigation] .menu ul li {

			

		}

			nav[role=navigation] .menu ul li a, 

			nav[role=navigation] .menu #menu-icon { 

				padding: 12px 18px 8px 18px; 

				border-right: 1px solid #eecda9;

				color: #cc6b05;

				font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

				font-size: 12px;

				font-weight: 700;

				text-transform: uppercase;

			}

			

			nav[role=navigation] .menu #menu-icon {

				cursor: pointer;

				display: none;

			}

			

				nav[role=navigation] .menu ul li a:hover {

					color: #cf7625;

				}

				

				nav[role=navigation] .menu ul li:first-child a {



				}

				

		nav[role=navigation] .menu ul li.current-menu-item a, 

		.nav ul li.current_page_item a, 

		nav[role=navigation] .menu ul li.current_page_item a {

			color: #cf7625;

		}

		

			nav[role=navigation] .menu ul.sub-menu li.current-menu-item a, 

			.nav ul.sub-menu li.current_page_item a, 

			nav[role=navigation] .menu ul.sub-menu li.current_page_item a,

			nav[role=navigation] .menu ul  li.current-page-parent ul.sub-menu li a,

			nav[role=navigation] .menu ul  li.current-menu-item ul.sub-menu li a,

			nav[role=navigation] .menu ul  li.current_page_parent ul.children li a,

			nav[role=navigation] .menu ul  li.current_page_item ul.children li a,  

			.nav ul li.current_page_item ul.sub-menu li a, 

			nav[role=navigation] .menu ul li.current_page_item ul.sub-menu li a {

				background: none;

			}

				

				nav[role=navigation] .menu ul.sub-menu li.current-menu-item a:hover, 

				.nav ul.sub-menu li.current_page_item a:hover, 

				nav[role=navigation] .menu ul.sub-menu li.current_page_item a:hover,

				nav[role=navigation] .menu ul li.current-page-parent ul.sub-menu li a:hover,

				nav[role=navigation] .menu ul li.current-menu-item ul.sub-menu li a:hover,

				nav[role=navigation] .menu ul li.current_page_parent ul.children li a:hover,

				nav[role=navigation] .menu ul li.current_page_item ul.children li a:hover,  

				.nav ul li.current_page_item ul.sub-menu li a:hover, 

				nav[role=navigation] .menu ul li.current_page_item ul.sub-menu li a:hover {

					background: #FBECCB;

				}

		

		

		nav[role=navigation] .menu ul li ul.sub-menu, 

		nav[role=navigation] .menu ul li ul.children {

			background: #FEFBF2;

			box-shadow: 1px 1px 3px #FBECCB;

		}

		

		nav[role=navigation] .menu ul li ul.sub-menu li, 

		nav[role=navigation] .menu ul li ul.children li {

			border-bottom: 1px solid #FBECCB;

			width: 200px;

		}

		

		nav[role=navigation] .menu ul li ul.sub-menu li a, 

		nav[role=navigation] .menu ul li ul.children li a {

			display: block;

			min-height: 40px;

				font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

				font-size: 12px;

				font-weight: 700;

			color: #cc6b05;

			-webkit-box-sizing: border-box;

			-moz-box-sizing: border-box;

			-o-box-sizing: border-box;

			box-sizing: border-box;

		}

		

		nav[role=navigation] .menu ul li ul.sub-menu li:first-child, 

		nav[role=navigation] .menu ul li ul.children li:first-child {

			

		}

		

		nav[role=navigation] .menu ul li ul.sub-menu li:first-child a, 

		nav[role=navigation] .menu ul li ul.children li:first-child a {

			

		}

			nav[role=navigation] .menu ul li ul li a { 

				color: #cc6b05; 

				text-shadow: 0px 0px; 

			}

				nav[role=navigation] .menu ul li ul li a:hover { 

					background: #FBECCB; 

					color: #cc6b05; 

				}

				

			nav[role=navigation] .menu ul li ul li:last-child a {}

			nav[role=navigation] .menu ul li:hover ul {}

				nav[role=navigation] .menu ul li ul li ul.sub-menu, 

				nav[role=navigation] .menu ul li ul li ul.children {

					margin-top: -40px;

				}

					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu,

					nav[role=navigation] .menu ul li ul li:hover ul.children {

						

					}

					





/******************************************************************

POSTS & CONTENT STYLES

******************************************************************/



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) repeat-x top center;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	#content div {

		-webkit-box-sizing : border-box; 

		-moz-box-sizing : border-box; 

		-o-box-sizing : border-box; 

		box-sizing : border-box;

	}



	#main { 

		 /* adds bg to post area */



	}

		#main #searchform {

			margin-bottom: 1.5em;

		}

	

	body.page-template-full-width-php #main,

	body.page-template-full-width-page-php #main {}

	body.attachment #main {}

	

		article[id*=post-] {

			padding: 2.2em 0; 

			word-wrap: break-word; 

		}

		

		/* archive title */

		.archive_title { 

			padding: 0 20px; 

			margin: 1.1em 0 0.75em; 

		}

		

		/* post meta information */

		.entry-meta, 

		.category-archive-meta { 

			font-size: 0em; 

			letter-spacing: .05em; 

			font-style: italic; 

			line-height: 1.75em; 

			color: #585D92; 

			margin: 0 0 0.875em 0; 

		}

		

		.entry-summary { 

			font-size: 0.9em 

		}

		

		.post_content { 

			word-wrap: break-word; 

			margin-bottom: 2.5em;

		}

		

			#post-boxes-wrap {

				margin-left: -1%;

				margin-right: -1%;

				padding-top: 2em;

			}

			

			article[id*=post-].post-box {

				height: 150px;

				position: relative;

				background: #FEDDE5;

				color: #E59045;

				margin: 0 1% 1.8em 1%;

				padding: 14px;

				color: #E59045;

				width: 20.15%; 

				display: inline; 

				float: left;

				position: relative;

				overflow: hidden;

			}

				article[id*=post-].post-box .entry-meta {

					margin-bottom: 4px;

					font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

					font-style: normal;

					font-size: 0px;

				}

				

					article[id*=post-].post-box .entry-header {

						margin-bottom: 7px;

					}

						article[id*=post-].post-box.format-aside .entry-header {

							display: block;

						}

					

					article[id*=post-].post-box .entry-meta a {

						color: #585D92;

						text-decoration: none;	

					}

					

					article[id*=post-].post-box .entry-title {

						font-size: 1.2em;	

					}

						

						article[id*=post-].post-box.format-aside .entry-title {

							display: none;

						}

					

					article[id*=post-].post-box .entry-content {

						font-size: 11px;

						line-height: 1.2em;

					}

						article[id*=post-].post-box.format-aside .entry-content {

							border-left: 0;

							padding: 0;

						}

						

					.go-button {

						text-align: center;

					}

						

					.go-button a,

					.go-button a:visited {

						position: absolute;

						background-color: #cf7625;

						width: 20px;

						height: 20px;

						right: 8px;

						bottom: 8px;

						display: block;

						font-size: 7px;

						line-height: 20px;

						color: #fff;

						text-decoration: none;

						text-shadow: none;

					}

					

					.post-box-img {

						width: 100%;

						height: 100%;

						left: 0;

						top: 0;

					}

						.post-box-img:hover {

							

						}

					

						.post-box-img img {

							width: auto;

							min-width: 100%;

							max-width: 500px;

							height: auto;

							min-height: 100%;

							max-height: 400px;

							cursor: default;

							position: absolute;

							left: 50%;

							top: 50%;

							-moz-transform: translate(-50%, -50%);

							-webkit-transform: translate(-50%, -50%);

							-ms-transform: translate(-50%, -50%);

							-o-transform: translate(-50%, -50%);

							transform: translate(-50%, -50%);

						}

						

						html.no-borderradius .post-box-img img {

							left: 0;

							top: 0;

						}

							

							

				article[id*=post-].single-pad,

				#comments {

					border: none;

					margin-left: 0px;

					padding-left: 25px;

					padding-top: 0;

					margin-top: 2.2em;

				}

					article[id*=post-].single-pad {

						margin-bottom: 2.2em;

						padding-bottom: 0;

					}

					

					.single-meta,

					#comments-title {

						float: left;

						width: 172px;

						box-sizing: border-box;

						-moz-box-sizing: border-box;

						-webkit-box-sizing: border-box;

						margin: 0;

						padding-top: 30px;

						padding-right: 25px;

						text-align: right;

						font-size: 11px;

						font-family: Georgia, "Times New Roman", Times, serif;

						font-style: italic;

						color: #585D92;	

					}

						.single-meta a {

							font-family: Arial, Helvetica, sans-serif;

							font-style: normal;

							font-weight: bold;

						}

							

							

						#comments-title h3,

						#comments-title-mobile {

							font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

							font-weight: normal;

							font-size: 18px;

							font-style: normal;

							text-transform: uppercase;

							margin-bottom: 5px;

							margin-top: 5px;

							color: #585D92;

						}

							#comments-title-mobile {

								display: none;

								margin-bottom: 25px;

							}

						

					.mobile-meta {

						display: none;

						font-size: 0px;

					}

			

			

		

		article[id=post-not-found] h1 {}

	

		/* want to style individual post classes? Booya! */

		.post-id {} /* post by id (i.e. post-3) */

		.post {} /* general post style */

		.page {} /* general article on a page style */

		.attachment {} /* general style on an attatchment */

		.sticky {} /* sticky post style */

		.hentry {} /* hentry class */

		.category-slug {} /* style by category (i.e. category-videos) */

		.tag-slug {} /* style by tag (i.e. tag-news) */

	

		/* post meta */

		.entry-meta {

			margin: 0 0 1.5em 0;

			font-size: 0px;

			font-family: Georgia, "Times New Roman", Times, serif;

			font-style: italic;

			color: #585D92;

		}

			.entry-meta a {

				font-family: Arial, Helvetica, sans-serif;

				font-style: normal;

				font-weight: bold;

			}

			.meta time {}

			

		/* post content */

		.post_content { 

			overflow: hidden;

		}

		

		/* typographical styles */

			

			.commentlist li.comment article[id*=comment-] p,

			.post_content p { 

				margin: 0 0 1.5em 0; 

			}

			

			.commentlist li.comment article[id*=comment-] p:last-child,

			.post_content p:last-child { 

				margin-bottom: 0; 

			}

			

			.post_content h1, .commentlist li.comment article[id*=comment-] h1,

			.post_content h2, .commentlist li.comment article[id*=comment-] h2,

			.post_content h3, .commentlist li.comment article[id*=comment-] h3,

			.post_content h4, .commentlist li.comment article[id*=comment-] h4,

			.post_content h5, .commentlist li.comment article[id*=comment-] h5,

			.post_content h6, .commentlist li.comment article[id*=comment-] h6,

			.post_content address, .commentlist li.comment article[id*=comment-] address {

				margin: 0 0 22px 0;

			}

			

			.commentlist li.comment article[id*=comment-] ul, .post_content ul, 

			.commentlist li.comment article[id*=comment-] ol, .post_content ol, 

			.commentlist li.comment article[id*=comment-] table, .post_content table, 

			.commentlist li.comment article[id*=comment-] dl, .post_content dl { 

				margin: 1.5em 0; 

			}

			

			.commentlist li.comment article[id*=comment-] table,

			.post_content table { 

				width: 100%; 

			}

			

				.commentlist li.comment article[id*=comment-] table th,

				.post_content table th { 

					border-bottom: 2px solid #848484; 

					text-align: left; 

				}

				

				.commentlist li.comment article[id*=comment-] table td,

				.post_content table td { 

					border-bottom: 1px solid #d0d0d0; 

					padding: 5px; 

				}

			

			.commentlist li.comment article[id*=comment-] ul, .post_content ul, 

			.commentlist li.comment article[id*=comment-] ol, .post_content ol { 

				list-style-position: outside; 

				line-height: 1.5; 

				margin-left: 2.2em; 

				margin-right: 2.2em; 

			}

			

			.post_content ol {

				list-style: none; /* Remove default numbering */

				*list-style: decimal; /* Keep using default numbering for IE6/7 */

				counter-reset: my-counter;

			}

			

				.commentlist li.comment article[id*=comment-] li, 

				.post_content li { 

					margin-bottom: 0.75em; 

				}

				

				.commentlist li.comment article[id*=comment-] ol li, 

				.post_content ol li { 

					list-style-type: decimal; 

				}

				

				.post_content ol li {

					list-style-type: none;

					position: relative;

					padding-left: 15px;

				}

				

				.post_content ol li:before {

					content: counter(my-counter) ".";

					counter-increment: my-counter;

					position: absolute;

					left: 0;

					top: 1px;

					color: #cf7625;

font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

					font-weight: 400;

					font-size: 13px;

					text-align: center;

				}



			.commentlist li.comment article[id*=comment-] ul li, 

			.post_content ul li { 

				list-style-type: disc; 

			}

			

			.post_content ul li {

				list-style: none;

				position: relative;

				padding-left: 12px;

			}

				

				

				.post_content ul li:before {

					content: "\2022";

					position: absolute;

					left: 0;

					top: 0;

					color: #cf7625;

					font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

					font-weight: 400;

					font-size: 14px;

				}

				

			.post_content form ul li,

			.post_content form ol li {

				padding-left: 0;

			}

				

			.post_content form ul li:before,

			.post_content form ol li:before {

				display: none;

			}

			

			.commentlist li.comment article[id*=comment-] blockquote, 

			.post_content blockquote { 

				font-style: italic; 

				line-height: 1.6em; 

				margin: 1.5em 2.85em; 

			}

			

			.commentlist li.comment article[id*=comment-] blockquote:before,

			.post_content blockquote:before {

				content: "â€œ"; 

				font-size: 5em; 

				text-indent: -.55em; 

				margin-top: .25em; 

				float: left;  

				color: #e5e5e5;

				font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

				font-weight: 400;

				font-style: normal;

				

			} /* this adds the quote before the blockquote */

			

			.commentlist li.comment article[id*=comment-] dl, 

			.post_content dl { 

				margin: 1.75em 0 1.75em; 

			}

			

			.commentlist li.comment article[id*=comment-] dt, 

			.post_content dt { 

				font-style: italic; 

				margin-top: 1.25em; 

				font-size: 1.13em; 

				font-weight: 700; 

				border-bottom: 1px solid #999; 

			}

			

			.commentlist li.comment article[id*=comment-] dd, 

			.post_content dd { 

				font-style: italic; 

				font-size: .85em; 

				margin-top: 1em; 

				line-height: 1.6em; 

			}

			

			.commentlist li.comment article[id*=comment-] video, .post_content video,

			.commentlist li.comment article[id*=comment-] object, .post_content object,

			.commentlist li.comment article[id*=comment-] embed, .post_content embed,

			.commentlist li.comment article[id*=comment-] iframe, .post_content iframe { 

				display: block; 

				margin: 0 0 1.5em 0; 

				max-width: 100%; 

			}

			

			.post_content pre { 

				overflow: auto;

				background: #f5f5f5;

				border: 1px solid #f0f0f0;

				border-left: 3px solid #cf7625;

				padding-left: 20px;

			}

			

			/* image alignment & styles */

			

			.commentlist li.comment article[id*=comment-] img, 

			.post_content img { 

				margin: 0 0 1.5em 0; 

				max-width: 100%; 

				height: auto; 

			}

			

			.alignleft, 

			img.alignleft, 

			img[align=left] { 

				margin-right: 1.5em; 

				display: inline; 

				float: left; 

			}

			

			.alignright, 

			img.alignright, 

			img[align=right] { 

				margin-left: 1.5em; 

				display: inline; 

				float: right; 

			}

			

			.aligncenter, 

			img.aligncenter, 

			img[align=center] { 

				margin-right: auto; 

				margin-left: auto; 

				display: block; 

				clear: both; 

			}

			

			.alignnone, 

			img.alignnone {} /* i'm unsure of this style */

			

			/* wp caption styles */

			

			.wp-caption { 

				margin-bottom: 1.5em; 

				text-align: center; 

				padding-top: 5px; 

				max-width: 100%; 

			}

			

			.wp-caption img { 

				border: 0 none; 

				padding: 0; 

				margin: 0; 

			}

			

			.wp-caption p.wp-caption-text,

			.entry-caption { 

				font-size: .8em; 

				font-style: italic; 

				margin: .6em 0 -.2em; 

			}

			

			/* misc styles */

			

			.wp-smiley { 

				margin: 0 !important; max-height: 1em; 

			}

			

		article[id*=post-] footer {

			clear: both; 

			margin: 1.5em 0 0;

		}

		

		article[id*=post-] footer a {}

		

		.more-link {

			

		}

		

		.edit-link { 

			padding: 5px 0;

		}

		

/******************************************************************

GALLERY STYLES

******************************************************************/

.commentlist li.comment article[id*="comment-"] dt, 

.post_content dt {

	margin-top: 0;

}



.commentlist li.comment article[id*="comment-"] dl, 

.post_content dl {

	margin: 0 0 10px;

}



.commentlist li.comment article[id*="comment-"] img, 

.post_content img {

	margin-bottom: 5px;

}



.commentlist li.comment article[id*="comment-"] dd, 

.post_content dd {

	margin-top: 1px;

}



.gallery dl {}

.gallery dt { 

	border-bottom: 0;

}

.gallery dd {}

.gallery dl a {}

.gallery dl img { 

	max-width: 75%; 

	padding: 2px; 

}

	img.attachment-thumbnail { 

		border: 0 

	}

.gallery-caption {}



.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}



/******************************************************************

POST FORMAT STYLES

******************************************************************/

	/* Aside Posts */

	.format-aside .entry-header {

		display: none;

	}

	.single .format-aside .entry-header {

		display: block;

	}

	.format-aside .entry-content,

	.format-aside .entry-summary {

		padding-top: 0;

		font-style: italic; 

		line-height: 1.6em;

		margin: 1.5em 2.2em 2.5em 0;

		padding-left: 2.2em;

		padding-top: 0;

		border-left: 3px solid #f3f3f3;

	}

	.single .format-aside .entry-content,

	.single .format-aside .entry-summary {

		padding-top: 0;

	}

	

	

	/* Image Posts */



	.single .format-image .entry-header {

		display: block;

	}

	.format-image .entry-content,

	.format-image .entry-summary {

		padding-top: 1em;

	}

	.single .format-image .entry-content,

	.single .format-image .entry-summary {

		padding-top: 0;

	}

	

/******************************************************************

PAGE NAVI STYLES

(Special Feature)

******************************************************************/

	.pagination {

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

		text-transform: uppercase;

		clear: both;

		padding: 10px 0;

		position: relative;

		font-size: 11px;

		line-height: 13px;

		margin: auto;

		text-align: center;

	}

		 

	.pagination span, .pagination a, .pagination a:visited {

		display: inline-block;

		margin: 2px 2px 2px 0;

		padding: 6px 9px 5px 9px;

		text-decoration: none;

		width: auto;

		color: #f27db4;

		background: transparent;

                border: 1px solid #eed3c3;

	}

		 

	.pagination a:hover {

		color: #FFEFF1;

		background-color: #fedbe0;

	}

		 

	.pagination .current {

		color: #FFEFF1;

		padding: 6px 9px 5px 9px;

		background-color: #fedbe0;

	}

	

	/* fallback previous & next links */

	.wp-prev-next {}

		.wp-prev-next ul {}

			.wp-prev-next .prev-link {}

			.wp-prev-next .next-link {}

			

/******************************************************************

PAGE LINK STYLES

******************************************************************/



.page-link {

	clear: both;

	display: block;

	margin: 0 0 1.625em;

}

.page-link a {

	background: #eee;

	color: #373737;

	margin: 0;

	padding: 2px 3px;

	text-decoration: none;

}

.page-link a:hover {

	background: #888;

	color: #fff;

	font-weight: bold;

}

.page-link span {

	margin-right: 6px;

}



.wp-prev-next .prev-link, 

.nav-previous, 

.previous-image { 

	float: left; 

	margin: 10px 0; 

}



.wp-prev-next .next-link, 

.nav-next, 

.next-image { 

	float: right; 

	margin: 10px 0; 

}

		

#image-navigation, 

#comment-nav-below, 

#comment-nav-above, 

#nav-above, 

#nav-below { 

	display: block; 

	overflow: hidden; 

	margin: 0 0 30px 0;

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 0px;

	font-style: normal;

	text-transform: uppercase;

}

	#nav-below {

		margin: 0;

	}



#comment-nav-above a, 

#comment-nav-below a, 

#nav-above a, 

#nav-below a, 

#image-navigation a {}



	#comment-nav-above a:hover, 

	#comment-nav-below a:hover, 

	#nav-above a:hover, 

	#nav-below a:hover, 

	#image-navigation a:hover {}

			

/******************************************************************

COMMENT STYLES

******************************************************************/

#comments {

	position: relative;

}



#comments-title {

	line-height: normal;

	margin-top: 2.2em;

}

	#comments span {} /* number of comments span */

.comment-nav {}

	.comment-nav ul {}

		.comment-nav ul li {}

		

.commentlist {

	margin: 0 0 20px 0;

}

body.page-template-full-width-php .commentlist {}



	.commentlist li.comment {

		position: relative; 

		margin-bottom: 1.5em; 

		padding: 0.7335em 10px; 

		/*clear: both;*/

		overflow: hidden; 

		padding-top: 0;

	}

	

		.commentlist footer.comment-head {

		  

	  	}

	

	.commentlist li.pingback {

		margin-bottom: 50px;

		margin-left: 5px;

		text-transform: uppercase;

		font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

		font-weight: 400;

		font-size: 16px;

		text-transform: uppercase;

		color: #a0a0a0;

	}

		.commentlist li.pingback a {

			text-transform: none;

			font-family: Arial, Helvetica, sans-serif;

			font-size: 13px;

		}

	

	.commentlist li.comment article[id*=comment-] {

		margin-bottom: 20px;

	}

	

	.commentlist #respond {

		margin-left: 0;

		margin-right: 0;

		padding-top: 24px;

	}

		.commentlist #respond label {

			margin-left: 0;

		}

		

		

		.commentlist #respond #reply-title {

			position: none;

			left: auto;

			width: auto;

			text-align: left;

			font-size: 0;

		}

			.commentlist #respond #cancel-comment-reply-link {

				font-size: 14px;

				margin-top: -24px;

			}

		

		.commentlist #respond #author, 

		.commentlist #respond #email, 

		.commentlist #respond #url, 

		.commentlist #respond #comment {

			

		}

	

		.commentlist li[class*=depth-] { 

			margin-left: 2.2em; 

			margin-top: 1.1em; 

		}

			.commentlist li.depth-1 { 

				margin-left: 0; 

				margin-top: 0; 

			}

			.commentlist li.depth-2 {}

			.commentlist li.depth-3 {}

			.commentlist li.depth-4 {}

			.commentlist li.depth-5 {}

				.commentlist li.comment ul.children li {}

				.commentlist li.comment ul.children li.alt {}

				.commentlist li.comment ul.children li.byuser {}

				.commentlist li.comment ul.children li.comment {}

				.commentlist li.comment ul.children li.depth-1 {} /* change number for different depth */

				.commentlist li.comment ul.children li.bypostauthor {}

				.commentlist li.comment ul.children li.comment-author-admin {}

				.commentlist li.comment ul.children .alt {}

				.commentlist li.comment ul.children .odd {}

				.commentlist li.comment ul.children .even {}

			.commentlist .alt {}

			.commentlist .odd {}

			.commentlist .even {}

			.commentlist .parent {}

			.commentlist .comment {}

			.commentlist .children {}

			.commentlist .pingback {}

			.commentlist .bypostauthor {

				

			}

			.commentlist .comment-author {}

			.commentlist .comment-author-admin {}

			

				

				

			.commentlist .thread-alt {}

			.commentlist .thread-odd {}

			.commentlist .thread-even {}	

			.commentlist .vcard { 

				margin-left: 55px; 

				/*float:left;*/

			}

				.commentlist .vcard cite.fn {

					font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

					font-weight: 400;

					font-size: 16px;

					font-size: normal;

					text-transform: uppercase;

					padding-left: 0;

					color: #F27DB4;

				}

				

					.commentlist .vcard cite.fn a {

						color: #F27DB4;

						text-decoration: none;

					}

						.commentlist .vcard cite.fn a:hover {

							text-decoration: underline;

						}

					

					.commentlist .bypostauthor > article > footer > .vcard cite.fn {

						color: #F27DB4;

					}

					.commentlist .bypostauthor > article > footer > .vcard cite.fn:after { 

						content: " (Author)";

						font-family: Verdana, Geneva, sans-serif;

						font-size: 10px;

						font-weight: normal;

						font-style: italic;

						text-transform: none;

					}

						

				.commentlist .vcard time {}

				.commentlist .vcard time, 

				.comment-meta { 

					margin-left: 55px; 

					/*float: right; */

				}

					.commentlist .vcard time a { 

						text-decoration: none; 

						color: #999; 

						

					}

						.commentlist .vcard time a:hover { 

							text-decoration: underline;

						}

						

				.commentlist .vcard img.photo {}

				.commentlist .vcard img.avatar { 

					position: absolute; 

					left: 5px; 

					top: 0; 

					padding: 2px; 

					border: 1px solid #cecece; 

					background: #fff; 

				}

				

				.commentlist .vcard cite.fn a.url {}

			.commentlist .comment-meta {} 

				.commentlist .comment-meta a {

					text-decoration: none; 

					padding: 2px 0;

					font-family: Georgia, "Times New Roman", Times, serif;

					font-size: 11px;

					font-style: italic;

					color: #A597BA;

				}

					.commentlist .comment-meta a:hover {

						color: #A597BA;

					}

					

					.commentlist .comment-meta .bsep {

						padding: 0 5px;

					}

			.commentlist .commentmetadata {}

				.commentlist .commentmetadata a {}

			.commentlist li.comment .comment-content {

				margin-left: 55px; 

				font-size: 13px;

				line-height: 1.6em;

				padding-top: 12px;

			}

				.commentlist li.comment .comment_content p { 

					font-size: 1em; 

					line-height: 1.5em; 

					margin: 0.7335em 0 1.5em; 

				}

				.commentlist li.comment ul { 

					padding-top: 1.1em; 

				}

				

				.commentlist .comment-reply-link,

				.commentlist .comment-reply-login {

					text-decoration: none; 

					/*float: right; */

					font-weight: bold;

				}

				

					.commentlist a.comment-reply-link:hover {}

					

					.nocomments { 

						padding: 15px; 

						text-align: center; 

					}



/******************************************************************

COMMENT FORM STYLES

******************************************************************/



#respond-form {}

body.page-template-full-width-php #respond-form {}



#respond {}

#reply-title,

#respond p.logged-in-as,

#respond p.comment-notes {

	position: absolute;

	left: -172px;

	margin-bottom: 5px;

	width: 172px;

	padding-right: 25px;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	text-align: right;

}

	#reply-title {

		font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

		font-weight: normal;

		font-size: 16px;

		font-style: normal;

		text-transform: uppercase;

	}

	

	#respond p.logged-in-as,

	#respond p.comment-notes {

		margin-top: 24px;

		font-size: 11px;

		font-family: Georgia, "Times New Roman", Times, serif;

		font-style: italic;

		line-height: 16px;

		color: #585D92;	

	}

	

#respond label {

	display: inline-block;

	font-size: 16px;

	min-width: 90px;

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 16px;

	text-transform: uppercase;

	color: #a0a0a0;

}

	#respond label[for=author],

	#respond label[for=email] {

		min-width: 86px;

	}

	

#respond p {

	margin-bottom: 1em;

}

#respond p.form-submit {

	margin-left: 90px;

	margin-bottom: 1.2em;

}

#respond p.form-allowed-tags {

	font-size: 0.8em;

	display: none;

}

#respond .required {

	margin-left: -14px;

	padding-right: 5px;

	color: #f00;

}

#respond .required:first-child {

	margin-left:0;

}



#respond .comment-notes {

	font-size: 12px;

}

	#respond #comment-form-title { 

		margin: 0 0 1.1em; 

	}

		#respond #cancel-comment-reply-link { 

			float: right; 

		}

			#respond #cancel-comment-reply-link a {}

	#respond #commentform {}

		#respond .comments-logged-in-as {}

		#respond #comment-form-elements { 

			margin: 0.75em 0; 

		}

			#respond #comment-form-elements li { 

				overflow: hidden; margin-bottom: 0.7335em; 

			}

				#respond #comment-form-elements label { 

					display: none; 

				}

				#respond #comment-form-elements small { 

					display: none; 

				}

				

				

				#respond #author, 

				#respond #email, 

				#respond #url { 

					padding: 5px 7px; 

					width: 65%; 

				}

				

				#respond #comment { 

					resize: none; 

					padding: 5px 7px; 

					width: 65%; 

					height: 150px; 

					vertical-align: top; 

				}

				

				#respond #author, 

				#respond #email, 

				#respond #url, 

				#respond #comment {

					background: #f7f7f7;

					border: 1px solid #e8e8e8;

					box-shadow: 1px 1px 2px #e8e8e8 inset;

				}

					#respond #author:focus, 

					#respond #email:focus, 

					#respond #url:focus, 

					#respond #comment:focus {

						

					}



				

				#respond input[type=text] {}

			#respond #allowed_tags {}

				#respond #comment {}

				#respond #submit {

					background-color: #F27DB4;

					font-family: Georgia, serif;

					font-weight: normal;

					font-style: italic;

					font-size: 13px;

					letter-spacing: 0.01em;

					text-transform: none;

					border: 0;

					color: #fff;

					padding: 10px 15px;

					text-shadow: none;

					box-shadow: 2px 2px #f0f0f0;

				}

				

		/* form validation */

		#commentform input:invalid, 

		#commentform textarea:invalid { 

			border-color: red; 

			outline: none; 

			box-shadow: none; 

			-webkit-box-shadow: none; 

			-moz-box-shadow: none; 

			background-color: #f6e7eb; 

		}

		

		#commentform input:valid {}

		

		/* no comments */

		.nocomments { 

			margin: 0 20px 1.1em; 

		}



/******************************************************************

SIDEBARS & ASIDES

******************************************************************/



#sidebar {

	background: #FFEFF1;

	margin-top: 2.2em;

	margin-left: -33px;

	margin-right: -33px;

	padding-left: 33px;

	padding-top: 1px;

}



	#sidebar .widget {

		margin: 2em 0;

		padding-right: 2em;

		color: #fff;

		word-wrap: break-word;

	}

		#sidebar .widget {

	border-top: 2px solid #cf7625;

			width: 100%; 

			display: inline; 

			float: left;

			position: relative;

			border: 0;

		}

		

		#sidebar .widget a {

			color: #fff;

			text-decoration: none;

		}

		

		#sidebar .widget a:hover {

			text-decoration: underline;

		}

		

		#sidebar .widget li, 

		#sidebar .widget_nav_menu li { 

			line-height: 1.5em; 

			margin-bottom: 0.75em; 

		}

		

		#sidebar .widget li, 

		#meta.widget aside a {

			border-top: 1px dotted #5b5b5b;

			margin-bottom: 0;

			padding: 7px 0;

		}

			#sidebar .widget li:last-child {

				border-bottom: 1px dotted #5b5b5b;

			}

			

			#sidebar .widget ul.sub-menu li {

				

			}

		

			#sidebar .widget ul.sub-menu li:last-child,

			#sidebar .widget ul.children li:last-child {

				border-bottom: 0;

			}

		

		#sidebar .widget li a {}

		

		#sidebar .widget-title {

			font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

			font-size: 16px;

			text-transform: uppercase;

			color: #cf7625;

			margin-bottom: 0.75em; 

		}

		

			.post_content .widget-title {}



	

	/* tag-cloud widget */

	.widget_links {}

	.widget_links li:after {}

	.widget_links li:before {}

	.widget_tag_cloud {}

	.widget_tag_cloud a { padding: 3px; }

	.widget_tag_cloud a:after { content: ","; }

	.widget_tag_cloud a:before {}

	.tagcloud {}

	

	/* calendar widget */

	.widget_calendar {}

	#wp-calendar {

		text-align: center;

		width: 95%;

		margin: auto;

	}

	#calendar_wrap { padding: 15px 0; }

	#calendar_wrap th {}

	#calendar_wrap td {}

	#wp-calendar tr td {}

	#wp-calendar caption { 

		font-size: 18px; 

		font-weight: bold; 

		margin-bottom: 12px; 

		text-transform: uppercase;

	}



	

	/* search widget */

	#searchform {}

	.widget_search {}

	.widget_search #s { 

		width: 60%; 

	}

	.screen-reader-text {}

	

	/* text widget */

	.textwidget {}

	.widget_text {}

	.textwidget p {}

	

/******************************************************************

IMAGE STYLES

******************************************************************/

.post_content img { margin-top: .75em }



.left img, 

img.left, 

.alignleft,

img.alignleft,

img[align=left] {

	margin-right: 1.5rem;

	margin-bottom: 1rem;

	margin-top: .75rem;

	display: inline-block; 

	float: left;

}



.right img, 

img.right,

.alignright,

img.alignright,

img[align=right] {

	margin-left: 1.5rem;

	margin-bottom: 1rem;

	margin-top: .75rem;

	display: inline-block; 

	float: right;

}



img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img,

.widget-area img,

.wp-caption {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}



/* Notices */

.post .notice {

	background: #eee;

	display: block;

	padding: 1em;

}



/* Image Attachments */



.entry-attachment {

	display: block;

	margin: 0 auto;

	text-align: center;

}



.imgthumb img {

	float: left;

	margin-right: 20px;

	margin-bottom: 15px;

	margin-top: 5px;

	border: 1px solid #999;

}



/******************************************************************

FOOTER STYLES

******************************************************************/



footer[role=contentinfo] {

	width: 100%;

	height: 200px;

	padding: 0;

	background: #FFEFF1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_footerbg.jpg) top center repeat-x;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 0.85em;

	color: #A597BA;

}

	footer[role=contentinfo] div {

		-webkit-box-sizing : border-box; 

		-moz-box-sizing : border-box; 

		-o-box-sizing : border-box; 

		box-sizing : border-box;

	}



	.attribution {

		float: none;

		text-align: center;

	}

	

	#site-generator {

	padding-top: 50px;

		font-size: 12px;

		font-weight: 700;

		color: #999;

		text-align: center;

	}

	

	#site-generator a {

		text-decoration: none;

	}

	

	#site-generator a:hover {

		text-decoration: underline;

	}

	

	#site-generator .sep {

		padding: 0 10px;

	}



/* Text meant only for screen readers */

.screen-reader-text,

.assistive-text {

	position: absolute !important;

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

}



/******************************************************************

jQuery SLIDER STYLES

******************************************************************/

#load-cycle {

	background: url(library/images/loading.gif) no-repeat center center;

	width: 100%;

	height: auto;

	min-height: 290px;

}



#slide-wrap {

	position: relative;

	margin-left: -33px;

	margin-right: -33px;

	padding-left: 33px;

	padding-right: 33px;

	padding-bottom: 2em;

}



.cycle-slideshow {

	width: 100%;

	height: 290px;

	overflow: hidden;

	display: none;

}



.slides {

	position: relative;

	background-color: #f0f0f0;

	width: 100%;

	height: 290px;

	overflow: hidden;

}

	.slides .slide-thumb {

		width: 100%;

		height: 290px;

		background-repeat: no-repeat;

		background-position: center center;

		background-size: cover;

	}

	

	.slides .slide-thumb img {

		width: auto;

		min-width: 100%;

		height: auto;

		min-height: 290px;

		position: absolute;

		left: 50%;

		top: 50%;

		-moz-transform: translate(-50%, -50%);

		-webkit-transform: translate(-50%, -50%);

		-ms-transform: translate(-50%, -50%);

		-o-transform: translate(-50%, -50%);

		transform: translate(-50%, -50%);

	}

	

	html.no-borderradius .slides .slide-thumb img {

		left: 0;

		top: 0;

		width: 100%;

	}

	

	.slides .slide-noimg {

		font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

		font-size: 20px;

		font-weight: 400;

		position: absolute;

		left: 30px;

		top: 30px;

		text-transform: uppercase;

		color: #d0d0d0;

	}

	

	.slides .slide-content {

		position: absolute;

		width: 60%;

		right: 30px;

		bottom: 30px;

		background: url(library/images/trans.png);

		padding: 15px 20px;

		color: #fff;

	}

	

	.slides .slide-title {

		font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

		font-size: 26px;

		font-weight: 400;

		color: #cf7625;

		text-shadow: 1px 1px #000;

		text-transform: uppercase;

	}

		.slides .slide-title a {

			text-decoration: none;

		}

	

#sliderprev,

#slidernext {

	text-align: center;

	position: absolute;

	top: 34%;

	display: none;

	text-decoration: none;

	background-color: #2b2b2b;

	font-size: 20px;

	width: 67px;

	height: 67px;

	line-height: 67px;

	z-index: 100;

}



	#sliderprev {

		left: -20px;

	}

	

	#slidernext {

		right: -20px;

	}



.cycle-paused:after {

	content: 'Paused'; 

	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	color: white; 

	background: black; 

	padding: 5px 10px;

	z-index: 500; position: absolute; top: 10px; right: 10px;

	opacity: .75; filter: alpha(opacity=75);

}



/* pager */

.cycle-pager { 

    text-align: center; 

	width: 100%; 

	z-index: 500; 

	position: absolute; 

	top: 10px; 

	overflow: hidden;

}

.cycle-pager span { 

    font-family: arial; 

	font-size: 50px; 

	width: 16px; 

	height: 16px; 

    display: inline-block; 

	color: #ccc; 

	cursor: pointer;

}

.cycle-pager span.cycle-pager-active { color: #cf7625;}

.cycle-pager > * { cursor: pointer;}





.grnbar {

	background-color: #cf7625;

	height: 1px;

	overflow: hidden;

}



.colortxt {

	color: #cf7625;

}

	

	

/******************************************************************

MEDIA QUERIES & DEVICE STYLES

Developed by: Andy Clarke & the 320 & Up Extension

URL: http://stuffandnonsense.co.uk/projects/320andup/

******************************************************************/



@media only screen and (max-width: 1104px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 300px; 

		padding-right: 40px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	#sidebar .widget {

		width: 22.1%; 

	}

	

	article[id*=post-].post-box {

		width: 20%;

	}

}



@media only screen and (max-width: 1036px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 300px; 

		padding-right: 40px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	#sidebar .widget {

		width: 22%; 

	}

	

	article[id*=post-].post-box {

		width: 19.8%;

		height: 130px;

	}

}



@media only screen and (max-width: 976px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 300px; 

		padding-right: 40px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	#sidebar .widget {

		width: 21.8%; 

	}

	

	article[id*=post-].post-box {

		width: 27.9%;

	}

}



@media only screen and (max-width: 924px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 180px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



	#sidebar .widget {

		width: 21.5%; 

	}

	

	article[id*=post-].post-box {

		width: 27.3%;

	}

}





@media only screen and (max-width: 824px) {

	#site-title {

		margin-right: 0;

	}



	#site-description {

		margin-right: 0;

	}

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 180px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}



	header[role=banner] #searchform  { 

		top: 6px; 

		right: 10px;

	}

		

	header[role=banner] #s {

		font-size: 1em;

		background: url(library/images/icon-search.png) no-repeat 5px 4px #fff;

		padding: 4px 5px 4px 26px;

		border-radius: 7px;

		border: 1px solid #fff;

		box-shadow: 3px 3px 5px #777 inset;

		min-width: 150px;

	}

	

	#access, .menu.nav-mobile { 

		position: relative; 

	}

	

	.menu.nav-mobile ul li { 

		list-style-type: none; 

		float: none; 

	}

	

	nav[role=navigation] div.menu > ul {

		background: #FDF7E9;

		box-shadow: 1px 1px 1px #000;

		position: absolute; 

		z-index: 9999; 

		width: 250px; 

		word-wrap: break-word;

		display: none;

		overflow: visible;

	}

		nav[role=navigation] div.menu > ul > li {

			position: relative;

		}

	

	nav[role=navigation] .menu.nav-mobile #menu-icon { 

		display: block;

		width: 80px; 

	}

	

	nav[role=navigation] .menu.nav-mobile ul li,

	nav[role=navigation] .menu.nav-mobile ul.sub-menu li, 

	nav[role=navigation] .menu.nav-mobile ul.children li {

		border-bottom: 1px solid #F9EBC6;

		min-width: 100%;

	}



	

	nav[role=navigation] .menu.nav-mobile ul li a  { 

		display: block;

		min-height: 40px;

		color: #cf7625 !important;

		background: none;

		border-radius: 0;

		box-shadow: none;

		padding: 10px 20px;

		text-shadow: none;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

		-o-box-sizing: border-box;

		box-sizing: border-box;

		

	}

	

	nav[role=navigation] .menu.nav-mobile ul li a:hover,

	nav[role=navigation] .menu.nav-mobile ul li.current-menu-item a:hover, 

	nav[role=navigation] .menu.nav-mobile ul li.current_page_item a:hover {

		background: #F9EBC6;

	}

	

	nav[role=navigation] .menu.nav-mobile ul li > ul.sub-menu, 

	nav[role=navigation] .menu.nav-mobile ul li > ul.children,

	nav[role=navigation] .menu.nav-mobile ul li ul.sub-menu li ul, 

	nav[role=navigation] .menu.nav-mobile ul li ul.children li ul {

		background: #FDF7E9;

		display: block;

		position: relative;

		z-index: 9999; 

		right: auto;

		top: auto;

		margin-top: 0;

		width: 100%;

		box-shadow: none;

	}

	

		nav[role=navigation] .menu.nav-mobile ul li ul.sub-menu li, 

		nav[role=navigation] .menu.nav-mobile ul li ul.children li {

			border: 0;

			border-top: 1px solid #F9EBC6;

			text-indent: 20px;	

		}

		

			nav[role=navigation] .menu.nav-mobile ul li ul.sub-menu li ul li, 

			nav[role=navigation] .menu.nav-mobile ul li ul.children li ul li {

				text-indent: 40px;

			}

			

				nav[role=navigation] .menu.nav-mobile ul li ul.sub-menu li ul li ul li, 

				nav[role=navigation] .menu.nav-mobile ul li ul.children li ul li ul li {

					text-indent: 60px;

				}



	

	#main.col620 {

		width: 100%;

		display: block;

	}

	

	#sidebar .widget {

		width: auto;

		display: block; 

		float: none;

		clear: both;

		margin: 2em 0;

	}

	

	article[id*=post-].post-box {

		width: 27%;

	}

	

	#search-box  #s {

		min-width: 300px;	

	}

	

	.slides .slide-content {

		width: 100%;

		right: 0;

		bottom: 0;

	}

	

	#site-heading { 

		width: 50%;

	}

	

	#site-heading { 

		width: 100%;

		float: none;

		text-align: center;

	}

	

	#social-media {

		padding-top: 0;

		text-align: center;

		margin: auto;

		float: none;

		width: auto;

	}

	

	article[id*=post-].single-pad,

	#comments {

		border-left: 0;

		margin-left: 0;

		padding-left: 0;

		margin-top: 2.2em;

	}

	

	.mobile-meta {

		display: block;

	}

	

	.single-meta,

	#comments-title {

		display: none;

	}

	

	#comments-title-mobile {

		display: block;

	}

	

	#reply-title,

	#respond p.logged-in-as,

	#respond p.comment-notes {

		position: relative;

		left: auto;

		width: auto;

		padding-right: 25px;

		text-align: left;

	}

		#reply-title {

			margin-bottom: 0;

		}

		#respond p.logged-in-as,

		#respond p.comment-notes {

			margin-bottom: 20px;

			margin-top: 0;

		}

		.commentlist #respond #reply-title {

			text-align: left;

			font-size: 18px;

		}

		

		.commentlist #respond #cancel-comment-reply-link {

			margin-top: 0;

		}

		

	#sidebar .widget {

		margin: 2em 0 3.2em 0;

	}



}



@media only screen and (min-width: 824px) {

	nav[role=navigation] > ul.menu, 

	div.menu > ul { 

		display:block !important;

	}

}



@media only screen and (max-width: 746px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 180px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	

	article[id*=post-].post-box {

		width: 43%;

	}

}



@media only screen and (max-width: 667px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 180px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	

	#slide-wrap {

		display: none;

	}

	

	article[id*=post-].post-box {

		width: 42.5%;

	}

}



@media only screen and (max-width: 624px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_mob_v2.jpg) top center no-repeat;

		height: 374px;

		padding-top: 180px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	

	article[id*=post-].post-box {

		width: 42.2%;

	}

	

	#respond #author, 

	#respond #email, 

	#respond #url, 

	#respond #comment,

	#respond input[type=text] {

		width: 75%;

	}

}



@media only screen and (max-width: 586px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_mob_small2.jpg) top center;

		height: 374px;

		padding-top: 285px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	

	article[id*=post-].post-box {

		width: 41.1%;

	}

	

	#search-box  #s {

		min-width: 300px;	

	}

}



@media only screen and (max-width: 496px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_mob_small2.jpg) top center;

		height: 374px;

		padding-top: 285px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	

	article[id*=post-].post-box {

		width: 40%;

		margin-right: 0;

	}

	

	#search-box  #s {

		min-width: 200px;	

	}

	

	#respond #author, 

	#respond #email, 

	#respond #url, 

	#respond #comment,

	#respond input[type=text] {

		width: 100%;

	}

}



@media only screen and (max-width: 346px) {

	

	#inner-header {

		background: url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2016/11/img_cve_header_mob_small2.jpg) top center;

		height: 374px;

		padding-top: 285px; 

		padding-right: 0px; 

		padding-bottom: 15px;

	}



#container { 

	width: 100%;

	margin: 0 auto;

	padding: 0;

}



#content {

	background: #ffeff1 url(http://www.decursusvaneenvoud.nl/wp-content/uploads/2015/12/img_cve_mainbg.jpg) top center repeat-x;

	padding: 0 20px;

	-webkit-box-sizing : border-box; 

	-moz-box-sizing : border-box; 

	-o-box-sizing : border-box; 

	box-sizing : border-box;

}

	

	article[id*=post-].post-box {

		width: 85%;

		margin-right: 0;

	}

	

	#search-box  #s {

		min-width: 130px;

		max-width: 130px;	

	}

}





/******************************************************************

PRINT STYLES

******************************************************************/



@media print {

	

	* { 

		background: transparent !important; 

		color: #444 !important; 

		text-shadow: none !important; 

	}

	

	a, a:visited { 

		color: #444 !important; 

		text-decoration: underline; 

	}

	

	a:after { 

		content: " (" attr(href) ")"; 

	} 

	

	abbr:after { 

		content: " (" attr(title) ")"; 

	}

	

	.ir a:after { 

		content: ""; 

	}  

	

	pre, 

	blockquote { 

		border: 1px solid #999; 

		page-break-inside: avoid; 

	}

	

	thead { 

		display: table-header-group; 

	}

	 

	tr, 

	img { 

		page-break-inside: avoid; 

	}

	

	@page { 

		margin: 0.5cm; 

	}

	

	p, h2, h3 { 

		orphans: 3; 

		widows: 3; 

	}

	

	h2, h3{ 

		page-break-after: avoid; 

	}



}



/************************************************************************************

STRUCTURE

*************************************************************************************/

#tppagewrap {

	padding: 0px;

	width: 940px;

	margin: 0;

}

#tpcontent {

	width: 601px;

	float: left;

	margin-right: 107px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 20px;

}

#tpsidebar {

	width: 232px;

	float: right;

	padding-top: 0px;

	padding-left: 0px;

}



/************************************************************************************

MEDIA QUERIES

*************************************************************************************/

/* for 980px or less */

@media screen and (max-width: 980px) {

	

	#tppagewrap {

		width: 100%;

	}

	#tpcontent {

		width: 68%;

		margin-right: 0px;

		padding-right: 6px;

		padding-bottom: 20px;

	}

	#tpsidebar {

		width: 28%;

		padding-left: 6px;

	}



}



/* for 700px or less */

@media screen and (max-width: 700px) {



	#tpcontent {

		width: auto;

		float: none;

		margin-right: 0px;

		padding-right: 0px;

		padding-bottom: 20px;

	}

	#tpsidebar {

		width: auto;

		float: none;

		margin-top: 20px;

		padding-left: 0px;

	}



}



/* for 480px or less */

@media screen and (max-width: 480px) {



	#tpheader {

		height: auto;

		padding-right: 0px;

	}

	#tpsidebar {

		height: auto;

		margin-right: 0px;

		margin-top: 20px;

		padding-left: 0px;

	}



}



/************************************************************************************

STRUCTURE

*************************************************************************************/

#lvdzwrap {

	padding: 0px;

	width: 940px;

	margin: 0;

}

#lvdzcontent {

	width: 501px;

	float: left;

	margin-right: 27px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 20px;

}

#lvdzsidebar {

	width: 412px;

	float: right;

	padding-top: 0px;

	padding-left: 0px;

}



/************************************************************************************

MEDIA QUERIES

*************************************************************************************/

/* for 980px or less */

@media screen and (max-width: 980px) {

	

	#lvdzwrap {

		width: 100%;

	}

	#lvdzcontent {

		width: 48%;

		margin-right: 0px;

		padding-right: 6px;

		padding-bottom: 20px;

	}

	#lvdzsidebar {

		width: 48%;

		padding-left: 6px;

	}



}



/* for 700px or less */

@media screen and (max-width: 700px) {



	#lvdzcontent {

		width: auto;

		float: none;

		margin-right: 0px;

		padding-right: 0px;

		padding-bottom: 20px;

	}

	#lvdzsidebar {

		width: auto;

		float: none;

		margin-top: 20px;

		padding-left: 0px;

	}



}



/* for 480px or less */

@media screen and (max-width: 480px) {



	#lvdzheader {

		height: auto;

		padding-right: 0px;

	}

	#lvdzsidebar {

		height: auto;

		margin-right: 0px;

		margin-top: 20px;

		padding-left: 0px;

	}



}

