/*
Theme Name: filosofiejuf
Theme URI: https://www.filosofiejuf.nl
Author: Sjoerd Lautenbach, Rik Huisman, Viaconcept
Description: Fabien van der Ham is de filosofiejuf
Version: 2.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.8%;
	vertical-align: baseline;
	
}
mark.count { color:#009fd7;background:none!important; }

.woocommerce-cart table.cart td.actions .coupon .input-text { font-size:100%; 
padding-top:0.618em!important; 
padding-bottom:0.618em!important;width:140px!important;}
div.woocommerce-shipping-fields p input.input-text,
div.woocommerce-billing-fields p input.input-text,
div.quantity input.input-text.qty.text { font-size:100%;-webkit-appearance:none;}
body.woocommerce-cart h2,
body.woocommerce-cart h3 {
	font-size:20px!important; 
	line-height:1.2em!important;
	margin:6px 0 20px 0!important;
}
div.related a.button.product_type_external,
body.archive a.button.product_type_external {display:none;}
body {
	/*font-size:14px!important;*/
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-weight: normal;
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;

}

h1,
h2  {	
	font-family: 'Amatic SC', cursive; 
	font-weight:400;
	text-transform:uppercase;
}
h3,
h4,
h5,
h6 {
	font-family: 'Titillium Web', sans-serif;
}


html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	display:block;
	float:none;
	clear:both;
	width:100%;
	border:0;
	box-sizing:border-box;
	border-top: 1px solid rgba(0, 159, 215, 0.6);
	background:white;
	height: 3px;
	margin: 24px 0;
	overflow:hidden;;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
.woocommerce table.shop_table td small {
    font-weight: 400;
	font-size: 105%;
	line-height:4em;
}
.woocommerce table.shop_table td small a {
    background-image: none;
	background: #39bc14;
    color: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    line-height: 1;
    margin: 0 0 0 6px;
    overflow: visible;
    padding: 0.618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}
.woocommerce table.shop_table td small a:hover {background:#3A9920;}

div.woocommerce-billing-fields p.form-row.form-row-wide.create-account label.checkbox:after {
	content:" (Een account is vereist voor downloadbare producten, maar ook handig bij een volgend bezoek)";
	font-size:75%;
	clear:left;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.woowrap:after,
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.woowrap:before,
.woowrap:after,
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.woowrap {	overflow: hidden;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	max-width:90%;
	margin-right:12px;
	overflow: hidden;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

form div p span.info a { margin-left:10px; display:inline-block; color:#fff;text-shadow: 0 0  3px rgba(0,0,0,0.5); font-weight:800; font-size:16; line-height: 20px; width:22px; text-align:center; background:#B9D3E8;text-decoration:none;border:1px solid #A3BDD1;
	  -webkit-transition: 0.5s ease-out;
	  -moz-transition:  0.5s ease-out;
	  -o-transition:  0.5s ease-out;
	  transition: 0.5s ease-out;
	  	border-radius: 11px;}
form div p span.info a:hover {background:#333; border-color:#333;}

.mc-field-group input {
clear:both;
display:block;
width:100%;
max-width:100%;
box-sizing:border-box;
margin: 4px 0 12px 0; 
}
/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
/*	padding: 6px 10px;
	
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;	
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);*/
	font-size: 100%;
	border-radius: 3px;
	background:#fc5500;
	color:white;
	padding: .618em 1em;
	margin: 16px 12px 16px 0;
	
}
.woocommerce-product-search input[type="submit"],
input#searchsubmit {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;	
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	border-radius: 3px;
	
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.woocommerce-product-search input[type="submit"]:hover,
input#searchsubmit:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	background:#EB4400;color:white;
	
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	/*box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;*/
	border-color: transparent;
	
}
.bypostauthor cite span {
	color: #fff;
	background-color: #009FD7;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}


img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* lightbox  */ 

#imagelightbox
{
    position: fixed;

    z-index: 900000012;
     -ms-touch-action: none;
    touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}

#imagelightbox-overlay {
    background: rgba(0, 0, 0, 0.8) ;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900000010; 
}
/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 900000011;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}



		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 4em; /* 40 */
			height: 4em; /* 40 */
			text-align: left;
			background-color: rgba(255,255,255,0);
			border-radius: 50%;
			border:0;
			background-image:none;
			position: fixed;
			z-index: 900000013;
			top: 1em; /* 40 */
			right: 1em; /* 40 */
			display:none;
			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
			background-color: rgba(255,255,255,0);
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 6px;
				border-radius:2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -3px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

iframe {
	width: 100%;
	border-radius: 6px;
	overflow:hidden;
	border:3px solid rgba(0, 159, 215,0.05);
	margin-right:-1px;
}

iframe:hover {

	border:3px solid rgba(0, 159, 215,0.5);

}
	
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* social */ 



/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#content div.grid div.itemwrap img,
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.entry-content .rev_slider img {
	border-radius: 0!important;
	box-shadow: none!important;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	/*font-style: italic;*/
	font-size: 12px;
	line-height: 2;
	color:#009FD7;
}

dl.gallery-item dt.gallery-icon img.attachment-thumbnail {
border-color:#f7f7f7!important;
}
/*.overons  p {font-size: 15px;padding:20px 0 50px 0 ;}*/
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* categorie pagina's */
div.entry-content.cat {
	margin: 0 0 22px 0;
	font-size:100.8%;
}


div.wpcf7 {
	width:90%;
	color:#093944;
	line-height:3em;
	padding: 24px;
	margin: 18px 0;
	background:rgba(0, 177, 215,0.2);
	display:block;
	overflow:hidden;
	float:left;
	-webkit-transition: 0.9s ease-out;
	-moz-transition:  0.9s ease-out;
	-o-transition:  0.9s ease-out;
	transition: 0.9s ease-out;
	
}
div.wpcf7:hover {background:rgba(0, 177, 215,0.3);}
body.page-id-231 div.wpcf7 {
	background:rgba(67, 163, 56, 0.05);
	border-top:4px solid #43A338;
	-webkit-transition: 0.5s ease-out;
	-moz-transition:  0.5s ease-out;
	-o-transition:  0.5s ease-out;
	transition: 0.5s ease-out;
}
body.page-id-231 div.wpcf7:hover  {background:rgba(67, 163, 56, 0.15);}
ul.formulier  h2, ul.formulier  h3 {color: #14243d!important;}
body.page-id-231  ul.formulier  h2, body.page-id-231  ul.formulier  h3 {color: #43A338!important;}
ul.formulier {	width:100%;height:auto }
ul.formulier  li {
	list-style:none;
	display:block;
	margin:0;
	padding:0 0 20px 0;
	width:50%;
	float:left;
}

ul.formulier  li.wide {
width:100%;
float:left;
clear:left;
min-height:40px;
}
ul.formulier  li.wide input[type=submit] {
position:relative;
padding:12px 40px;
font-size:24px;
color:#fff;
/*text-shadow: 0 0 4px rgba(0,0,0,0.4);*/
font-weight:800;
border:1px solid #009FD7;
border-bottom:2px solid #013F63;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	  -webkit-transition: 0.5s ease-out;
	  -moz-transition:  0.5s ease-out;
	  -o-transition:  0.5s ease-out;
	  transition: 0.5s ease-out;
background: rgb(0,159,215); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,159,215,1) 0%, rgba(9,77,119,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,159,215,1)), color-stop(100%,rgba(9,77,119,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,159,215,1) 0%,rgba(9,77,119,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,159,215,1) 0%,rgba(9,77,119,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,159,215,1) 0%,rgba(9,77,119,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,159,215,1) 0%,rgba(9,77,119,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fd7', endColorstr='#094d77',GradientType=0 ); /* IE6-9 */

}
ul.formulier  li.wide input[type=submit]:hover {
border:1px solid #22BCE7;
border-bottom:2px solid #013F63;
background: rgb(35,191,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(35,191,234,1) 0%, rgba(9,77,119,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,191,234,1)), color-stop(100%,rgba(9,77,119,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(35,191,234,1) 0%,rgba(9,77,119,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(35,191,234,1) 0%,rgba(9,77,119,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(35,191,234,1) 0%,rgba(9,77,119,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(35,191,234,1) 0%,rgba(9,77,119,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23bfea', endColorstr='#094d77',GradientType=0 ); /* IE6-9 */
}
ul.formulier  li.wide input[type=submit]:active {
top:1px;
}
form.wpcf7-form ul.formulier li.wide span select, 
form.wpcf7-form ul.formulier  li.wide textarea { width:100%;margin-top:6px;font-size:14px}
form.wpcf7-form ul.formulier li span input { width:95%!important;margin-top:6px;font-size:14px;}
form.wpcf7-form ul.formulier li span input[type="checkbox"] { max-width:17px;float:left;margin:8px 3px 0 0;}
span.wpcf7-list-item  {float:none;clear:both;display:block; margin:0;}


ul.formulier li span.wpcf7-not-valid-tip {margin: 6px 5% 0 0!important; padding: 4px 10px; border:1px dashed #f00;}
div.wpcf7-response-output {
    border: 0px solid rgba(255,255,25,0.0)!important;
	font-size:16px!important;
	font-weight:800!important;
	line-height:1.5em;
	color:#009FD7!important;
	text-align:center!important;
}
.populair {
display:block;
padding: 24px 0;
clear:both;
font-size:16px;
font-weight:400;
line-height:16px;

}
.populair span {
display:inline-block;
position:relative;
top:1px;
width:14px;
height:14px;
padding:0;
margin-right:8px;
	background:#009FD7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;		
}

div#content ul.talenoverzicht li  a:hover {
	background:#2A6822;
	  -webkit-transition: 0.3s ease-out;
	  -moz-transition:  0.3s ease-out;
	  -o-transition:  0.3s ease-out;
	  transition: 0.3s ease-out;
}
div#content div.grid {
	width:23%;
	max-width:23%;
	float:left;
	min-height:235px;
	padding:0px 1% 22px 1%;
	margin: 0 0 22px 0;
	text-align:center;
	border-bottom:12px solid #DDF0FF;
}
div.wpb_wrapper img.vc_box_border_grey,
div#content div.grid div.itemwrap img {
	display:block;
	width:auto!important;
	width:auto!important;
	margin: 0 0 12px 0;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
div#content div.grid div.itemwrap h4 a {
	text-decoration:none;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	}


form div p span.info a:active,
a.btn:active,
input[type=submit]:active,
a.vertel:active,
div.revsliderbutton a:active {
	position:relative;
	top:1px;
	}

	
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 3px solid #333;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #333;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size:96%;
}
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Roboto Slab', serif;
	text-rendering: optimizeLegibility;
	font-weight:300;
	color: #444;
}



a {
	outline: none;
	color: #009FD7;
}
a:hover {
	color: #FC5500;
}
a:active {
	position:relative;
	top:1px;
	outline: none;
}
a:visited  {
	outline: none!important;
	color: #009FD7;
} 

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
body {	
background: #EFEDED url(/wp-content/themes/filosofiejuf/images/achtergrondbub.png) repeat left top fixed;
/*background-size:cover;*/}
.site {
	padding: 0 12px;
	max-width:1140px;

}
body.page-template-digibord .site {	max-width:1700px;}


.site-content {
	margin: 14px 0 0;
	clear:left!important;
}
	/*body.home .woocommerce.front,*/
	.site-content {
	float: left;
	width: 100%;

	}
	.widget-area {
	float: left;
	width: 100%;
	}	

#content {
	padding: 30px 40px 40px 40px;
	background:#fff;

	min-height:70vh;
	-webkit-box-shadow: 0 0 12px rgba(100, 100, 100, 0.4);
	-moz-box-shadow: 0 0 12px rgba(100, 100, 100, 0.4);
	box-shadow: 0 0 12x rgba(100, 100, 100, 0.4);
	border-radius: 2px;
	/*overflow:hidden;*/
}
#content[role="contentinfo"] {
	/*background:#2DA7D8;
	color:#fff;*/
	margin-top:20px;
}

.widget-area {
	margin: 14px 0 0;
}
/*body.home .widget-area {
	margin:-10px 0 0 0;
}
body.home .widget-area aside {margin-left:10px; margin-right:3px;}
*/

/* voordelen */
.widget-area aside#voordelen {
	background: #fff;
	color:#333;
	padding: 12px 12px 24px 12px;
	/*border-top: 3px solid rgba(255, 255, 255, 1);*/
	-webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);
	border-radius: 2px;
}
.widget-area aside#voordelen p { line-height:1.5em;}
.widget-area aside#voordelen p  strong {color:#333; }
.widget-area aside#voordelen p a.cta {
	/*color:#fff;*/
	text-decoration:none;
	display:inline-block;
	font-size:13px;
	padding-left:9px;
	background:url(images/pijlblauw.png) left center no-repeat;
}
.woocommerce ul.product_list_widget li a,
.woocommerce ul.cart_list li a {font-weight:400;text-decoration:none;}
.widget-area aside#voordelen.filosofiejuf:hover p a.cta,
.widget-area aside#voordelen.filosofiejuf p a.cta {
	padding: 8px 22px 8px 26px;
	margin-top:12px;
	display:inline-block;
	background:#00BFFF url(images/pijlblauw.png) 10px center no-repeat;
	border-bottom:3px solid #02A1D6;
	border-right:2px solid #02A1D6;
	color:white;
	text-shadow:0 0 6px rgba(255,255,255,0.6);
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
		-webkit-box-shadow: 0 1px 9px rgba(0,0, 0, 0.3);
	-moz-box-shadow: 0 1px 9px rgba(0,0, 0, 0.3);
	box-shadow: 0 1px 9px rgba(0,0, 0, 0.3);
	-webkit-transition: 0.2s ease-out;
	-moz-transition:  0.2s ease-out;
	-o-transition:  0.2s ease-out;
	 transition: 0.2s ease-out;
}
.widget-area aside#voordelen.filosofiejuf p a.cta:hover {
	background:#00D0FF url(images/pijlblauw.png) 14px center no-repeat;
	text-shadow:0 0 6px rgba(255,255,255,0.8);
			-webkit-box-shadow: 0 4px 6px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 0 4px 6px rgba(0,0, 0, 0.4);
	box-shadow: 0 4px 6px rgba(0,0, 0, 0.4);
	
}
.widget-area aside:hover#voordelen p a,
.widget-area aside#voordelen p a:hover { /*color:rgba(255,255,255,0.7);text-decoration:underline;*/}
.widget-area aside#voordelen h3 {color:#333!important;font-weight:600;}
.widget-area aside#voordelen ul {
	list-style: none;
	list-style-position:inside;
	padding: 0;
	border:1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	margin-bottom:-1px;
	overflow:hidden;
}
/*.widget-area aside#voordelen ul li:before { 
margin: 0 10px 0 0; 
content:"✓";
font-weight:800;
font-size:16px;
color:white;
position:relative;

}*/
.widget-area aside#voordelen ul li:last-child {
	border-bottom: none;
}
.widget-area aside#voordelen ul  li{
	margin: 0;
	border-bottom:0;
	/*padding:0 6px 2px 6px;*/
}
.widget-area aside#voordelen ul li span.post-date { clear:left;display:block;margin-left:0;}

.widget-area aside.widget_recent_comments ul  li,
.widget-area aside.widget_recent_entries ul  li {padding-bottom:8px; }
/* intake*/ 
.widget-area aside#intake {
	background: #fff /*url(images/intake-.jpg) right bottom no-repeat*/;
	padding: 12px 12px 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
	box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);	
}
.widget-area aside#intake h3 {font-size:15px!important; line-height:1.8em;text-transform:uppercase;color:#FC5500!important;}
.widget-area aside#intake a.btn {
	padding: 11px 10px;
	margin:12px 0;
	display:inline-block;
	background:#FC5500;
	border-bottom:3px solid #398E2D;
	color:white;
	text-shadow:0 0 6px rgba(255,255,255,0.4);
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 3px 6px rgba(0,0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0,0, 0, 0.2);
	-webkit-transition: 0.2s ease-out;
	-moz-transition:  0.2s ease-out;
	-o-transition:  0.2s ease-out;
	 transition: 0.2s ease-out;
}
.widget-area aside#intake a.btn:hover  {	
	background:#45B239;
	text-shadow:0 0 6px rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 4px 6px rgba(0,0, 0, 0.2);
	-moz-box-shadow: 0 4px 6px rgba(0,0, 0, 0.2);
	box-shadow: 0 4px 6px rgba(0,0, 0, 0.2);
}
.widget-area aside#intake p {	 margin: 0 0 6px 0;	line-height:1.5em;	text-shadow:0 0 3px rgba(255, 255, 255,0.8);}
.widget-area aside#intake p  b {
	font-size:16.5px; 
	display:inline-block;
	color:#009FD7;
	font-weight:600;
	position:relative;
	top:-4px;
	left:2px;
	-ms-transform: rotate(-0.5deg); /* IE 9 */
    -webkit-transform: rotate(-0.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-0.5deg); 
}


.widget-area aside#intake a {color:#009FD7;text-decoration:none;}
/* twitter */

aside.twitter  {
	background: #fff;
	padding: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
	box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
}
/* widget sectoren */
aside#sectoren.WP_Editor_Widget {
	background:  url(images/bck-balloon.png) 80% bottom no-repeat;
	margin: 0 0 -4px 24px;
	padding-bottom:30px;
	/*-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;*/
	/*-webkit-box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);
	box-shadow: 0 0 6px rgba(100, 100, 100, 0.2);*/
}
aside#sectoren.WP_Editor_Widget p {
	position:relative;
	background: #fff;
	padding: 18px;
	margin: 0;
	text-align:right;
	font-size:14px;
	line-height:1.5em;
	font-weight:600;
	color:#009FD7;
}
/* widget_nav_menu */
.widget-area aside.widget_nav_menu {
	/*background: #E6E6E6;*/
	color:#FC5500;
	padding: 0;

}
.widget-area aside.widget_nav_menu h3 {color:#3EAD47!important;font-weight:600; }
.widget-area aside.widget_nav_menu ul {
	list-style: none;
	padding: 0;
	/*border:2px solid #009FD7;
	border-radius: 3px;
	overflow:hidden;
	-webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);
	-moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.2);*/
}

.widget-area aside.widget_nav_menu ul li:last-child {
	border-bottom: none!important;
}
.widget-area aside.widget_nav_menu ul  li {
	margin: 0 0 0 0;
	border-bottom:1px solid #009FD7;
	padding: 0;
}
.widget-area aside.widget_nav_menu ul  li:active {
	
	outline:none;
}
.widget-area aside.widget_nav_menu ul li a:visited,
.widget-area aside.widget_nav_menu ul li a {	
	color:#009fd7;	
	display:block;
	padding: 4px 12px 4px 16px ; 

	font-weight:600;
	font-size:14px;
	text-shadow: 0 0 3px rgba(255,255,255,0.7);
	text-decoration:none;
	background:url(images/pijlblauw.png) 4px center no-repeat;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	  -webkit-transition: color 0.5s ease-out;
	  -moz-transition:  color 0.5s ease-out;
	  -o-transition:  color 0.5s ease-out;
	  transition: color 0.5s ease-out;
}

.widget-area aside.widget_nav_menu ul li a:hover { color: #FC5500;}

.widget-area aside.widget_nav_menu ul li.current-menu-item a:hover,
.widget-area aside.widget_nav_menu ul li.current-menu-item a {
	background-color: #FC5500;
	background-image:none;
	color:#fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.2);
}
/* Navigation Menu */
	.site-header.transparent:hover,
	.site-header {
	width:100%;
	background:white;
	border-bottom: 1px dotted rgba(0,159,215,0.4);
	position:fixed;
	left:0;
	min-height:50px;
	height:50px;;
	z-index:99999999;
	  -webkit-transition: 0.5s ease-out;
	  -moz-transition:  0.5s ease-out;
	  -o-transition:  0.5s ease-out;
	  transition: 0.5s ease-out;
	}


	.site-header.transparent:hover a#logo, 
	.site-header a#logo  {
	position:relative;
	top:0;
	margin:0 12px 0 0;
	padding:0;
	float:left;
	z-index: 900000001;
	border-right: 1px dotted rgba(0,159,215,0.4);
	-webkit-transition: 0.5s ease-out;
	-moz-transition:  0.5s ease-out;
	-o-transition:  0.5s ease-out;
	transition: 0.5s ease-out;
	}

	.site-header a#logo img {
	width:auto;
	min-height:50px;
	height:50px;
	}


.site-header.transparent:hover .main-navigation,
.site-header .main-navigation {
	position:relative;
	display:block;

	top:0;
	clear:none;
	cursor:pointer;
	 font-family: 'Roboto Slab', serif;
    font-weight: 700;
	height:50px;
	min-height:50px;
	-webkit-transition: 0.5s ease-out;
	-moz-transition:  0.5s ease-out;
	-o-transition:  0.5s ease-out;
	transition: 0.5s ease-out;
	}
	.site-header.transparent a#logo  {
	top:0px;
	border-right: 1px dotted rgba(0,159,215,0);
	}
	.site-header.transparent .main-navigation   {
	top:-50px;

	}

.site-header.transparent .main-navigation li,
.main-navigation li {
	display:inline-block; float:left;

	}

.main-navigation a {
	line-height: 50px;
	text-decoration:none;
	padding:0 14px;
	}
body.term-gratis-downloads .main-navigation ul li#menu-item-2693 a { color: #009fd7!important; }
body.woocommerce-page .main-navigation ul li#menu-item-2693 a,
.main-navigation ul li.current_page_parent a,
.main-navigation ul li.current-post-ancestor a,
.main-navigation ul li.current-post-parent a,
.main-navigation ul li.current-menu-parent a,
.main-navigation ul li.current-menu-item  a {color: #FC5500; }
.main-navigation a:hover,
.main-navigation a:focus {
	/*color: #009FD7;*/
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on { 
	display: block;
	width:100%;
	clear:both; 
	position:fixed; 
	padding-top:50px;
	left:0;right:0;top:0;bottom:0;
	background:rgba(255,255,255,0.95); 
	z-index: 900000000;
}

.main-navigation ul.nav-menu.toggled-on li {
	display:block;
	position:relative;
	clear:left; 
	float:left;
	width:100%;
}
	.main-navigation ul.nav-menu.toggled-on li:first-child { 
	border-top:1px dotted rgba(0,159,215,0.4);
	padding-top:6px;
	}

i.fa-align-justify.menu-toggle {
	display: block;
	color:#009fd7;
	line-height:50px;
	position:fixed!important;
	padding:0 12px;
	right:0;
	top:0;
	z-index: 900000001;
	background:rgba(255,255,255,0.8); 
}



/* Banner */
section[role="banner"] {
	/*margin-bottom: 48px;*/
}

/* Sidebar */
.widget-area .widget {
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
*/	margin-bottom: 24px;

}
.widget-area .widget h3 {
	padding-bottom:12px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.8em;
}
body.home .widget-area .widget li { 	line-height: 1.5em; }
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
/*
.widget-area .widget a {
	/*color: #757575;
}
.widget-area .widget a:hover {
	/*color: #009FD7;
}
.widget-area .widget a:visited {
	color: #fff;
}*/
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/*info footer single */
ul.related {
	margin:0;
	padding:0 0;

	list-style:none;
}
ul.related  li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	position:relative;
}
ul.related  li  a {
	background:#CCEFF7 url(images/pijlblauw.png) 12px center no-repeat;
	color:rgb(0, 177, 215);
	padding: 12px 12px 12px 24px;
	overflow:hidden;
	white-space: nowrap;
	text-decoration:none;
	margin-bottom:2px;
	display:block;
}
ul.related  li  a:hover {
	color:#14243d;
}
ul.related  li  a:hover  span, 
ul.related  li  a  span {
	right:0;
	top:0;
	color:rgb(0, 177, 215);
	display:inline-block;
	position:absolute;
	padding: 12px 12px 12px 50px;
	/*background:url(images/bck-date.png) left center repeat-y;*/
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZWZmNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2NjZWZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2VmZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(204,239,247,0) 0%, rgba(204,239,247,1) 20%, rgba(204,239,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,239,247,0)), color-stop(20%,rgba(204,239,247,1)), color-stop(100%,rgba(204,239,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(204,239,247,0) 0%,rgba(204,239,247,1) 20%,rgba(204,239,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(204,239,247,0) 0%,rgba(204,239,247,1) 20%,rgba(204,239,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(204,239,247,0) 0%,rgba(204,239,247,1) 20%,rgba(204,239,247,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(204,239,247,0) 0%,rgba(204,239,247,1) 20%,rgba(204,239,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cceff7', endColorstr='#cceff7',GradientType=1 ); /* IE6-8 */

}


/*info footer single team */
ul.team {
	margin:0;
	padding:18px 0 0 0;
	list-style:none;
}
ul.team  li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	position:relative;
	text-align:left;
	width:12.5%;
}
ul.team  li  a {
	margin:0;
	padding:0;
	position:relative;
}
ul.team  li  a:hover {
	top:1px;
}
a.team { 
	padding: 6px 10px;
	margin:12px 0;
	display:inline-block;
	position:relative;
	background: rgba(80, 188, 66, 1);
	/*border-bottom:3px solid #398E2D;*/
	color:white;
	text-shadow:0 0 4px rgba(0,0,0,0.3);
	/*text-transform:uppercase;*/
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 3px 6px rgba(0,0, 0, 0);
	-moz-box-shadow: 0 3px 6px rgba(0,0, 0, 0);
	box-shadow: 0 3px 6px rgba(0,0, 0, 0);
	-webkit-transition: 0.2s ease-out;
	-moz-transition:  0.2s ease-out;
	-o-transition:  0.2s ease-out;
	 transition: 0.2s ease-out;
}
a.team:hover { 
	background: rgba(80, 188, 66, 1);
	text-shadow:0 0 4px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 6px 4px -6px rgba(0,0, 0, 0.5);
	-moz-box-shadow: 0 6px 4px -6px rgba(0,0, 0, 0.5);
	box-shadow: 0 6px 4px -6px rgba(0,0, 0, 0.5);
}
a.team:active { 
	top:1px;
}

/* Footer */
body.home footer[role="contentinfo"] { display:none;}
body.home  #page {margin-bottom:40px}
footer[role="contentinfo"] {
	clear: both;
	left:0;
	float:left;
	width:100%;
	display:block;
	font-size: 13px;
	line-height: 1em;
	margin: 40px 0 0 0;
	padding:  0;
	background:none;
}
footer[role="contentinfo"] a {
}
footer[role="contentinfo"] a:hover {
	color: #009FD7;
}

#footerfilosofiejuf {
	background:none;
	color:#444;
	line-height:1.5em;
	width:100%;
	margin: 0;
	padding: 10px 0 0 0;
	float:left;

}

.powered {
	clear:left;
	width:100%;
	background:#f7f7f7;
	display:block;
	padding:10px 0;
	text-align:center;
	float:left;

	font-size:9px!important;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.15em;
}
.powered a { 	font-size:9px!important;}
#footerfilosofiejuf a {
	color:#009FD7;
	text-decoration:none;
} 
#footerfilosofiejuf  .colcontainer {
	padding: 0;
	width:100%;
	float:left;
	/*max-width: 1140px;*/
	margin:0 ;
	display:block;
	clear:both;
	text-align:center;

} 
#footerfilosofiejuf  .colcontainer p {
	margin-bottom:19px;
}
#footerfilosofiejuf  .colcontainer h3 {
	color:#009FD7!important;
	padding: 14px 0 10px 0;
}
#footerfilosofiejuf  .colcontainer h2 {
	color:#fc5500!important;
	padding: 14px 0 10px 0;
	font-size: 34px !important;
	text-shadow: -1px 2px 0 rgba(0,0,0,.06);
}

.footerblokken {	width:auto; padding:0; margin:0 auto;display:block;float:none;overflow:hidden;}

.footerblokken  .blok:hover {border:1px solid rgba(0, 159, 215, 0.9);}
.footerblokken  .sep.first,
.footerblokken  .sep { display:none; }
.footerblokken  .blok.first,
.footerblokken  .blok {
	float:left;
	background:#fff;
	max-width:94%;width:94%;padding:10px 3%;clear:both;min-height:auto; min-height:auto;
	border:1px solid rgba(0, 159, 215, 0.6);
	margin:0 0 12px 0;
	overflow:hidden;
	text-align:left; 
	display:block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.footerblokken  .blok ul {margin-bottom:12px;}
.footerblokken  .blok  hr { 	border-top:1px solid rgba(0, 159, 215, 0.6);
margin:5px 0 15px 0;

}

#footerfilosofiejuf  .colcontainer ul {
	list-style:disc;
	list-style-position:outside;
	width:100%;
	float:left;
	padding: 0;
 }

#footerfilosofiejuf  .colcontainer ul  li { 
	float:left;
	clear:left;
	display:block;
	padding:0;
	margin:0 0 2px 0;
}
#footerfilosofiejuf  .colcontainer ul  li  a { 
	color:#444;
	background: url(images/pijlblauw.png) left 7px no-repeat;
	padding:0 0 0 12px;
	text-decoration:none;
	clear:both;
	display:block;
}
#footerfilosofiejuf  .colcontainer ul  li:hover  a { 
	color:#009FD7;
}
#footerfilosofiejuf  .colcontainer ul.nav-footer {
	background:white;
	list-style:none;
	width:100%;
	text-align:center;
	display:block;
	float:left;
	clear:both; 
	padding: 0;
	clear:both;
	margin-top:24px;
}
#footerfilosofiejuf  .colcontainer ul.nav-footer li { 
	list-style:none;
	float:none;
	display:inline-block;
	padding:0;
	margin:0;
} 
#footerfilosofiejuf  .colcontainer ul.nav-footer li a {
	text-transform:lowercase;
	color:#009FD7;
	text-decoration:none;
	padding:12px;
	background-image:none;
}

/* = content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
position:relative;
}
h1,
.entry-header h1.entry-title {
	font-size:60px;
	color:#FC5500!important;
	text-shadow: -1px 2px 0 rgba(0,0,0,.05);

}
a.overzicht { position:absolute;right:-14px; top:-14px; text-decoration:none; text-transform:uppercase; font-size:10px; letter-spacing:0.05em;color:#8ACCE2;   }
a.overzicht:hover {color:#009FD7; }
body.woocommerce-page a.overzicht {color:#009FD7}
body.woocommerce-page a.overzicht:hover {color:#FC5500}
body.home .woocommerce ul.products li:last-child {margin-right:0!important;}
body.home .woocommerce.front ul.products {margin-bottom:0}
.woocommerce div.product p.price {font-size:1.1em;padding-top:8px;}

/* yotpo beoordelingen*/ 
ul li.yotpo_widget_tab {display:none!important;}
/* yotpo beoordelingen*/
body.postid-5162 ul li.yotpo_widget_tab,
body.postid-4207 ul li.yotpo_widget_tab,
body.postid-2842  ul li.yotpo_widget_tab,
body.postid-2697  ul li.yotpo_widget_tab {display:inline-block!important;}


.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label  {font-family: 'Roboto Slab', serif!important;line-height:1.5em!important;} 
.yotpo {
    border-top-color: #fff!important;
	border-right-color: #fff!important;
    border-bottom-color: #fff!important;
	border-left-color: #fff!important;
}
div.yotpo-bottomline.pull-left.star-clickable a.text-m {line-height:28px!important;padding-left:12px; cursor:default!important; }
span.yotpo-logo-title { line-height:33px!important;}

body.woocommerce.archive div.yotpo-bottomline.pull-left.star-clickable a.text-m {display:none!important; }
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.page-title,
.entry-header .entry-title {
	line-height: 1.2;

	margin-bottom:20px;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #009FD7;
}
.entry-info {
width:100%;
clear:both;
padding:12px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
} 
article.sticky .featured-post {
	color: #757575;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.2;
}

 div.entry-content div.datum { 
	display:block;
	width:100%;
	box-sizing:border-box;

	float:none;
	font-size:14px;
	line-height:40px;
	clear:both;
	padding:24px 0;
	margin-bottom:24px;
 }
div.entry-content div.datum a {
  text-decoration:none;
  color:#444!important;
  text-transform:lowercase;
}
div.entry-content div.datum a:hover {
  color:#009fd7!important;
}
div.entry-content div.ssba { 
	display:inline-block;
	float:right;
	min-width:300px;
	max-width:100%;
	box-sizing:border-box;	
}
div.entry-content div.ssba  div span:after {
	content:none;
	clear:none;
}
 div.entry-content div.datum span:after {display:block;width:100%;box-sizing:border-box;height:6px;clear:both;background:transparent;content:" h";float:none;overflow:hidden;}
 div.entry-content div.datum iframe {float:left;clear:left;box-sizing:border-box;max-width:70px;height:22px; margin-top: 9px;}
 div.entry-summary div.ssba {
 	display:block;
	width:100%;
	float:left;
	clear:left;
	padding:14px 0 40px 0;
	box-sizing:border-box;
 }

.ssba img {padding:0 10px!important; }
div.entry-summary div.product_meta span.tagged_as {
 	display:block;
	width:100%;
	float:left;
	clear:left;
	padding:6px 0;
}

div.woocommerce a.blog {
	background:#fc5500;
	color:white;
	margin: 0 16px 16px 0;
}
div.woocommerce a.blog:hover {background:#EB4400;color:white;}
div.woocommerce a.comment {
	background:#39BC14;
	color:white;
	margin: 0 16px 16px 0;
}
div.woocommerce a.comment:hover {background:#3A9920;	color:white;}

.entry-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.3em;
	font-family: 'Titillium Web', sans-serif;

}
.entry-content h1,
.comment-content h1 {
	font-size: 60px;
	line-height: 1.5;

}
h2 {
	color:#464646!important;
	font-size:28px!important;
	line-height: 1.5em!important;
	margin:0 0 8px 0!important;
	padding:4px 0!important;
}
body.home div.widget-area aside h2.widget-title {color:#fc5500!important; font-weight:700; }

body.home div.tp-caption.inherit_center { display:inline-block; max-width: 320px!important;text-align:center!important;}
body.home h1.entry-title,
body.home div.tp-caption.inherit_center h2 { font-size:20px!important; color:#FC5500!important;text-align:center!important;line-height: 1.1em!important;text-shadow: -1px 2px 0 rgba(0,0,0,.05);}
body.home h1.entry-title {text-align:left!important;}
body.home div.tp-caption.inheritparagraph p {padding-bottom:12px;padding-right:2%;}

body.home div.site-content div#content div#rev_slider_1_1_wrapper.rev_slider_wrapper.fullwidthbanner-container div#rev_slider_1_1 { background-size: contain!important; }
.woocommerce ul.products li.product h2,
h3{
	color:#009fd7 !important;
	font-size:14px!important;
	font-weight:600!important;
	margin:0 0 4px 0!important;
	text-transform:none;
	line-height: 1!important;
}

h3.wpb_accordion_header {
background: #EFEDED url(images/sos.png) left top;
text-shadow:0 1px 3px rgba(100,100,100,0.2);
}
div.wpb_accordion_content {margin: auto -13px 18px -13px!important;}
body.home .woocommerce.woocommerce ul.products li.product a img {display:none;}

b,
strong,
body.home p strong {color:#14243D;	font-weight:600!important;}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
div.entry-content .cat,
.page-description,
.term-description {
	float:left;
	clear:left;
	display:block;
	margin: 0 0 14px 0;
}
.cat p,
.term-description p,
.page-description p,
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 14px 0;
	line-height: 1.714285714;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #009FD7;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
div.uitleg ol {

	margin:24px 0!important;
	padding-left:0!important;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	color:#333;
	counter-reset:li;
}
div.uitleg ol  > li{ 
	margin:6px 0!important;
	padding:3px 0 8px 0!important;
	position:relative;
	list-style: none inside;
}
div.uitleg ol > li:before {
	content:counter(li);
    counter-increment:li;
    left:0;
	font-size:17px;
    margin: 0 16px 3px 0;
    padding:0 8px 2px 8px;
    background:#DFECF7;
    text-align:center;
	border-radius: 12px;
}
    content:counter(li);
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.voordelen ul {
	list-style: none;
}
.voordelen ul li:before { 
margin: 0 10px 0 0; 
content:"✓";
font-weight:bold;
color:green;
}
.voordelen ul  li{
	margin: 0 0 0 0;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
body.home img.alignleft {	margin: 0 24px 12px 0;}
.cat img.alignleft {	margin: 0 24px 12px 0;}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table.shop_table cart,
.entry-content table,
.comment-content table {
	border: 4px solid #B9D3E8!important;
	color: #333;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 24px;
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th { width:50%;}
.woocommerce-cart .cart-collaterals .cart_totals table  {	border-left: 0!important;}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.woocommerce table.shop_attributes td {font-style:normal;font-weight:300;}
.entry-content {	/*font-size:13px;*/}

.entry-content td,
.comment-content td {
	/*border: 1px solid #B9D3E8;*/
	/*border-top: 1px solid #B9D3E8;*/
	border-bottom:none;
	padding: 6px 12px;
	cursor:arrow;
	position:relative;
}
.entry-content tr:first-child {
	/*background:#DFECF7;
	font-size: 18px;
	font-weight:600;*/
}
.entry-content td:last-child,
.comment-content td:last-child {
	/*border-right:2px solid #B9D3E8;*/
}
.entry-content tr:hover { background:#DFECF7;}
body.home .site-content article {
	margin-bottom: 12px;
	padding-bottom: 20px;
}
.site-content article {
	margin-bottom: 72px;
	padding-bottom: 24px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #009FD7;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #009FD7;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #009FD7;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#mc_embed_signup,
#comments.comments-area  form#commentform { 
	display:none;

	  }
body.page #respond h3#reply-title,
body.page  #comments.comments-area  form#commentform { 
	display:block;

	  }


#respond h3#reply-title {
	font-family: 'Amatic SC', cursive; 
	font-weight:400!important;
	text-transform:uppercase;
	display:none;
    color: #464646 !important;
    font-size: 28px !important;
    line-height: 1.5em !important;
    margin: 0 0 8px !important;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}

#mc_embed_signup:after {content:"";display:block;float:none;width:100%;box-sizing:border-box;clear:both; }
form #mc_embed_signup_scroll p label,
#respond form label {
	display: block;
	line-height: 1.714285714;
}
form #mc_embed_signup_scroll {max-width:400px;}
form #mc_embed_signup_scroll p {box-sizing:border-box;
width:50%;float:left;padding-bottom}
form #mc_embed_signup_scroll p.first {box-sizing:border-box;
width:100%;clear:left;}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height:normal;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
/*.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #009FD7;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}*/


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}



	#breadcrumb.site {	
	overflow: hidden;
	margin-bottom: 0;
	}
	#breadcrumb {
		margin-top:74px;
				
	}
	/*body.error404  #breadcrumb .links span span[rel="v:url"] { display:none;}
	body.error404  #breadcrumb .links {	font-size:16px;font-weight:500; }*/
	#breadcrumb .links { }
	#breadcrumb .links a {
		text-decoration:none; 
		font-weight:600;
		color:#333;
	}
	#breadcrumb .links a:hover {}
	html body.page.page-id-2645.page-template-default.logged-in.full-width.single-author div#page.hfeed.site div#main.wrapper div#breadcrumb.site div.links
	
	#page.site {	overflow: hidden;}
	.site { 
		margin: 0 auto;
		clear:both;
		
	}
	body.woocommerce-checkout .site-content,	
	body.woocommerce-cart .site-content,
	.site-content.shophome,
	.site-content.full,
	/*body.home .site-content,
	body.template-front-page .site-content,*/
	body.attachment .site-content  {
		width: 100%;
	}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

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


	.site { 
	margin:auto 0; 
	padding-left: 4px!important; 
	padding-right: 4px!important; 
	}
	#breadcrumb .links { display: none; }
	h1, .entry-header h1.entry-title { font-size: 40px !important; }
	h2 { font-size: 26px !important;	}
	#content { padding: 30px 10px 20px 10px; overflow:hidden;	}
	body.home .woocommerce ul.products li div.entry-content {display:none;}
	body.home .woocommerce ul.products li.product h3 {font-size:1em!important; line-height:1.2em!important;}
	body.home .woocommerce.woocommerce ul.products li.product a img {display:block;}
	dl.gallery-item {
    width: 48%!important;
	margin-left:1%!important;
	margin-right:1%!important;
	height:200px;
	overflow:hidden;
	}
	div.gallery {float:none;display:block;overflow:hidden;}
	div.gallery br {display:none;clear:none;}

	div.wpcf7 {
	width:auto;
	padding:12px;
	margin-left:-12px;
	margin-right:-12px;
	display:block;
	float:left;
	overflow:hidden
	}
	ul.formulier {	width:100%;height:auto }
	ul.formulier  li {
		clear:left;
		width:100%;
	}
	ul.formulier  li.wide input[type=submit] {
	padding:6px 20px;
	font-size:16px;
	}
	form.wpcf7-form ul.formulier li span input { width:100%!important;}
	ul.formulier li span.wpcf7-not-valid-tip {margin-right:0!important; }
	aside.twitter,
	div#secondary.widget-area .widget {
    margin: 12px 0 !important;
    width: auto!important;
	display:block!important;
	text-align:left;
	}
	
	div#secondary.widget-area .blok {
    margin: 12px 0!important;
    width:  auto!important;
	display:block;
	}
	.site-header a#logo,
	.site-header.transparent a#logo  {
	top:0px;
	border-right: 1px dotted rgba(0,159,215,0);
	}
	form #mc_embed_signup_scroll p {box-sizing:border-box;
width:100%;clear:left;}


}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	/*body.home .woocommerce.front,*/
	.site-content {
	float: left;
	width: 100%;

	}
	.widget-area {
	float: left;
	width: 100%;
	
	}		
	
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}

	.entry-header .entry-title {
		font-size: 22px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	/*.template-front-page .site-content,*/
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
	.footerblokken  .sep.first { display:none; }
	.footerblokken  .sep { width:2%;float:left;min-height:320px;margin:0;padding:0; display:block;}
	.footerblokken  .blok.first  {max-width:96%;width:96%;padding:10px 2%;clear:both; min-height:100px;}
	/*.footerblokken  .blok.last  {float:right;}*/
	.footerblokken  .blok {
		width:auto;
		max-width:44.6%;
		padding:10px 2% 10px 2%;
		float:left;
		clear:none;
		min-height:260px;
		border:1px solid rgba(0, 159, 215, 0.6);
		margin:0 0 12px 0;
		overflow:hidden;
		text-align:left;
		display:block;
	}
	

}


@media screen and (min-width: 790px)  {
	/*body.home .woocommerce.front,*/
	.site-content {
	float: left;
	width: 61%;
	}
	.widget-area {
	float: right;
	width: 37.5%;
	}
	
	body.home .woocommerce ul.products li div.entry-content {display:none;}
	body.home .woocommerce ul.products li.product h3 {font-size:1em!important; line-height:1.2em!important;}
	body.home .woocommerce.woocommerce ul.products li.product a img {display:block;}
	div.wpcf7 {
		width:90%;
		padding:12px;
		Clear:both;
		display:block;
		float:left;
		overflow:hidden
	}
	ul.formulier {	width:100%;height:auto }
	ul.formulier  li {
		clear:left;
		width:100%;
	}
	ul.formulier  li.wide input[type=submit] {
	padding:6px 20px;
	font-size:16px;
	}
	form.wpcf7-form ul.formulier li span input { width:100%!important;}
	ul.formulier li span.wpcf7-not-valid-tip {margin-right:0!important; }
	body.home div.tp-caption.inherit_center { display:inline-block; max-width: 340px!important;text-align:center!important;}
body.home h1.entry-title,
body.home div.tp-caption.inherit_center h2 { font-size:28px!important; color:#FC5500!important;text-align:center!important;line-height: 1.1em!important;text-shadow: -1px 2px 0 rgba(0,0,0,.05);}
body.home h1.entry-title {text-align:left!important;}
	
}
@media screen and (min-width:300px) and (max-width:399px){


	.main-navigation ul.nav-menu.toggled-on { 
	background:rgba(255,255,255,0.95) url(images/filosofiejuf-menu.png) right bottom no-repeat; 
	background-size: auto 60%;
	}
	.main-navigation ul.nav-menu.toggled-on li:first-child { 
	border-top:1px dotted rgba(0,159,215,0.4);
	padding-top:10px;
	}

}
@media screen and (min-width: 400px) and (max-width:579px){

	.main-navigation a {
		padding:0 10px;
		line-height:28px;
	}
	.main-navigation ul.nav-menu.toggled-on { 
	background:rgba(255,255,255,0.95) url(images/filosofiejuf-menu.png) right bottom no-repeat; 
	background-size: auto 76%;
	}
	.main-navigation ul.nav-menu.toggled-on li:first-child { 
	border-top:1px dotted rgba(0,159,215,0.4);
	padding-top:10px;
	}

}

@media screen and (min-width: 580px) and (max-width: 669px) {

	.main-navigation a {
		padding:0 10px;
		font-size:20px;
		padding-left:40px;
		line-height:30px;
	}
	.main-navigation ul.nav-menu.toggled-on { 
	background:rgba(255,255,255,0.95) url(images/filosofiejuf-menu.png) right bottom no-repeat; 
	background-size: auto 80%;
	}
	.main-navigation ul.nav-menu.toggled-on li:first-child { 
	border-top:1px dotted rgba(0,159,215,0.4);
	padding-top:14px;
	}

}
@media screen and (min-width:670px) and (max-width: 739px) {

	.main-navigation a {
		padding:0 10px;
		font-size:26px;
		padding-left:40px;
		line-height:34px;
	}
	.main-navigation ul.nav-menu.toggled-on { 
	background:rgba(255,255,255,0.95) url(images/filosofiejuf-menu.png) right bottom no-repeat; 
	background-size: auto 80%;
	}
	.main-navigation ul.nav-menu.toggled-on li:first-child { 
	border-top:1px dotted rgba(0,159,215,0.4);
	padding-top:14px;
	}

}


@media screen and (min-width: 740px) and (max-width: 1023px) {

	.main-navigation a {
		padding:0 10px;
		font-size:40px;
		padding-left:40px;
		line-height:80px;
	}
	.main-navigation ul.nav-menu.toggled-on { 
	background:rgba(255,255,255,0.95) url(images/filosofiejuf-menu.png) right bottom no-repeat; 
	background-size: auto 80%;
	}
	.main-navigation ul.nav-menu.toggled-on li:first-child { 
	border-top:1px dotted rgba(0,159,215,0.4);
	padding-top:14px;
	}

}

/* Minimum width of 950pixels. */
@media screen and (min-width: 1024px) {

	body .site {
	padding: 0 12px;
	margin-top: 0;

	}
	/*body.home .woocommerce.front,*/
	.site-content {
	float: left;
	width: 68%;
	}
	.widget-area {
	float: right;
	width: 30%;
	}	 
	i.fa-align-justify.menu-toggle {display:none;}
	.site-header.transparent:hover .main-navigation,
	.site-header .main-navigation {
	display: block;
	width:auto;
	float:left; 
	}
	.site-header.transparent {
	background:rgba(255,255,255,0);
	border-bottom: 1px dotted rgba(0,159,215,0);
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
	display: block;
	float:left; 
	padding:0;
	}
	.main-navigation a {
	padding:0 9px;
	font-size:16px;
	line-height:50px;
	}
	
	body.home div.tp-caption.inherit_center { display:inline-block; max-width: 430px!important;text-align:center!important;}
body.home h1.entry-title,
body.home div.tp-caption.inherit_center h2 { font-size:36px!important; color:#FC5500!important;text-align:center!important;line-height: 1.1em!important;text-shadow: -1px 2px 0 rgba(0,0,0,.05);}
body.home h1.entry-title {text-align:left!important;}
body.home div.tp-caption.inheritparagraph p {padding-bottom:12px;padding-right:2%;}

body.home div.site-content div#content div#rev_slider_1_1_wrapper.rev_slider_wrapper.fullwidthbanner-container div#rev_slider_1_1 { background-size: contain!important; }
.woocommerce ul.products li.product h2,
h3{
	color:#009fd7 !important;
	font-size:18px!important;
	font-weight:600!important;
	margin:0 0 4px 0!important;
	text-transform:none;
	line-height: 1!important;
}
.cross-sells ul.products li.product h2 {
	font-size: 14px!important;
	font-weight:normal!important;
	min-height:54px!important;
}
.cross-sells ul.products li.product a.text-m {
	display:none;
}

	.footerblokken  .sep.first, 
	.footerblokken  .sep { width:2%;float:left;min-height:300px;margin:0;padding:0;clear:none;display:block;}
	.footerblokken  .blok.first,
	.footerblokken  .blok {
		width:auto;
		max-width:28%;
		padding:10px 1.85% ;
		float:left;
		clear:none;
		min-height:280px;
		border:1px solid rgba(0, 159, 215, 0.6);
		margin:0 0 12px 0;
		overflow:hidden;
		text-align:left;
		display:block;

	}
	.site-header.transparent a#logo  {
	top:-50px;
	border-right: 1px dotted rgba(0,159,215,0);
	}

}
@media screen and (min-width: 1140px) {
	/*body.home .woocommerce.front,*/
	.site-content {
		float: left;
		width: 73%;
		/*overflow:hidden;*/
	}

	.widget-area {
		float: right;
		width: 25.5%;
	}
		.main-navigation a {
		padding:0 16px;
		
	}
	/* Whoo commerce */
	
	
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
		width: auto;
	}
	.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img,
	.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
    width: auto!important; 
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li p.categories small a, .woocommerce-page .cart-collaterals .cross-sells ul.products li p.categories small a {  line-height:14px!important; font-size:12px;}
	.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {  width: 21%;clear:none;margin-right:3.8%;float:left;box-sizing:border-box; line-height:1.3em!important;}
		.woocommerce .cart-collaterals .cross-sells ul.products li h3, .woocommerce-page .cart-collaterals .cross-sells ul.products li h3{  font-size:16px!important;min-height:10px;padding:0;}
}

	.woocommerce ul.products li.product h2,
	.woocommerce ul.products li.product h3 {min-height:54px;font-family: 'Titillium Web', sans-serif;}

}
	.cross-sells ul.products li.product h2 {
	font-size: 14px!important;
	font-weight:normal!important;
	}
@media screen and (min-width: 2400px) {
	.site {
		padding: 0 12px;
		max-width:1600px;

	}

}
	
 /* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */

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

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important;
}

.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
}

.woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
    content: "Verwijder";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "Afbeelding";
}

.woocommerce-page table.shop_table td.product-name:before {
    content: "Product";
}

.woocommerce-page table.shop_table td.product-price:before {
    content: "Prijs";
}

.woocommerce-page table.shop_table td.product-quantity:before {
    content: "Aantal";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
    content: "Subtotaal";
}

.woocommerce-page table.shop_table td.product-total:before {
    content: "Totaal";
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
}

.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
}

.woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border:0 !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding:0;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
}

/* make buttons full width, text wide anyway, improves effectiveness */
#content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
    width: 100%;
}

/* keep coupon at 50% */
#content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
}

/* clean up how coupon inputs display */
#content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em;
}

#content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
}

/* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

}

/* END Make the cart table responsive */




/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		text-align: left;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
		clear:left!important;
		float:left;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment { 
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}