/*
	Theme Name: OSVO
	Theme URI: http://www.verenigingosvo.nl
	Description: WordPress theme for Vereniging OSVO
	Version: 2.1
	Author: Geert Jan Nordeman / Jeroen Joosse / Todd Motto
	Author URI: http://www.verenigingosvo.nl
	Tags: OSVO, HTML5, CSS3, orange, horizontal, fixed menu
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	background: #ffffff;
}
body {
	font-family: 'Lato','Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.75;
	text-align: center;
	color:#4a4a4a;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}

a {
	color:#4a90e2;
	text-decoration:none;
}
a:hover {
	color:#4A90E2;
}
section.darkgrey a {
	color: #4a90e2;
}
section.white a:hover {
	color:#4a90e2;
} 

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
figure a {
	border: 0 none;
}

p {
	margin: 0 0 1.75rem;
}
form p {
	margin: 0 0 8px;
}

ul, ol {
	margin: 13px 0 20px 0;
}

hr {
	border: 0;
	padding: 25px 0;
	margin: 25px 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#wrapper {
	max-width: 100%;
	padding-top: 30px;
}
body.home #wrapper {
	padding-top: 0px;	
}

header, nav, footer, section {
	width: 100%;
	margin: 0;
}
section[role=main] {
	margin-top: 24px;
}
section.white {
	background: #fff;
}
section.darkgrey {
	background: #57585a;
	color: #efefef;
}
.row {
    margin: 0 auto;
	padding: 24px 0;
    width: 940px;
	max-width: 90%;
	overflow: hidden;
	text-align: left;
}


/* header */
.header {
	padding: 215px 0;
	margin: 0 auto;
	background-image: url(img/bg/header.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 

}
.description {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 52px;
	font-size: 3.0rem;
	line-height: 3.25rem;
	letter-spacing: 1px;
	color: #ffffff;
	max-height: 90%;
	text-align: center;
	text-shadow: 0px 0px 3px #888;
}
/* logo */
.logo {
	padding: 80px 0 32px;
}
.logo a {
	border: none;
}
.logo-img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* nav */

.nav .row {
	max-width: 100%;
	padding: 0;
}
.nav {
	background: rgba(0,0,0,0.2);
	position: fixed; 
	width: 100%; 
	top: 0;
	overflow: hidden;
	z-index: 9999;
	border: none;
}
.nav.toggled-on {
	background: #fff;
}
.nav ul {
	margin: 0;
	padding: 0;	
	height: 0;
	border-left: none;
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 500ms, visibility 0ms;
	-webkit-transition: opacity 500ms, visibility 0ms;
	transition: opacity 500ms, visibility 0ms;
}
.nav ul li {
	border-right: none;
	float: none;
	text-align: center;
	height: auto;
	list-style: none;
}

.nav ul.menu.toggled-on {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.menu-toggle {
	position:relative;
	background: url(img/arrow-down-white.png) no-repeat center right;
	background-size: 11px 14px;
	margin: 10px 0 10px 0;
	padding: 10px 25px 10px 0;
	display:inline-block;
	width: 80px;
	text-indent: 0px;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	color: #fff;
}
.menu-toggle:hover {
	color: #fff;
}

.menu-toggle.toggled-on {
	background: url(img/x-mark.png) no-repeat center right;
	background-size: 14px 14px;
	color: #4a4a4a;
}
.menu-toggle .close, .menu-toggle.toggled-on .open  {
	display: none;
}
.menu-toggle.toggled-on .close {
	display: block;
}

/*
.menu-toggle {
	display: none;
	background: none;
	border: none;
}*/

.nav ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.0rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 25px 0;
	display: block;
	color: #ffffff;
	opacity: 0.8;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}
.nav ul li a:active, .nav ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page-item a {
	opacity: 1;
	text-decoration: none;
}

.nav ul#menu-hoofdmenu li.home a {
	text-indent: -99999px;
	background: url(img/logo-small.png) center center no-repeat;
	background-size: 153px;
	opacity: 1;
}

.border-icon {
	height:20px;
	border-top:4px solid #888;
	border-bottom:4px solid #888;
}
.border-icon:before {
	content:"";
	position:absolute; 
	top:4px;
	left:0;
	width:100%;
	border-top:4px solid #888;
}


/* sidebar */
.sidebar {
	
}


/* footer */
.footer {
	background: #fef7f4;
	margin-top: 15px;
	padding-top: 25px;
}
.row.footer {
	background: none;
}
.row.footer img.logo-img {
	float: right;
	width: 153px;
}

/*------------------------------------*\
    POSTS & PAGES
\*------------------------------------*/

.staff-member {
	overflow: hidden;
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding: 0 0 10px 0;
	margin: 10px 5px 0 0;
}
.staff-member .staff-member-info-wrap {
	margin: 0 10px 0 0;
}
.staff-member img.thumb {
	float: right;
	margin: 5px 30px 5px 30px;
	width:80px;
}
.staff-member h3 {
	padding: 0;
}

article {
	padding: 50px;
}
body.home article h1 {
	margin-left: -50px;
}

body.home .news {
	background: #FEF7F4;
	padding: 50px 110px;
}
body.home .news article {
	border-bottom: 1px solid #cbc4c1;
	margin: 0 0 25px 0;
	padding:  0;
}
body.home .news article h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 2.0rem;
	margin-left: 0px;
	margin-bottom: 7px;
	color: #4a4a4a;
}
body.home .news .meta {

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


h1 {
	color: #F36D20;	
}

h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
	margin-top: 0;
	color: #4a4a4a;	
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 48px;
	font-size: 3.0rem;
	line-height: 3.5rem;
	letter-spacing: 1px;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 2.0rem;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding-top: 12px;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.23rem;
	margin-bottom: 8px;
	padding-top: 10px;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

.brown {
	background: #c07c07;
}
.orange {
	background: #f36c21;
}
.green {
	background: #06c055;
}
.blue {
	background: #5ec4cb;
}

span.intro {
	font-size: 150%;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.5px;
}

.black40 {
	background-color: #000000;
	background: rgba(0,0,0,0.4);
	filter: alpha(opacity = 40);
	overflow: hidden;
}

.black65 {
	background-color: #000000;
	background: rgba(0,0,0,0.65);
	filter: alpha(opacity = 65);
	overflow: hidden;
}

a.cta_big, input.button-primary {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	background: #f26e20;
	padding: 6px 15px 7px;
	margin: 10px 0;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5rem;
	display: inline-block;
	border: none;
	letter-spacing: 1px;
}
a.cta_big:hover, input.button-primary:hover {
	background: #57585a;
}

input, input[type=text], input[type=password], input[type=email], select {
	background: #eee;
	border: none;
	padding: 6px 6px 7px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #4a4a4a;
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #888;
}
textarea {
	width: 95%;	
	border: 1px solid #ddd;
}


.button-grey a {
	background: #575859;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0;	
	border-bottom: none;
	height: 30px;
    transition: box-shadow 1s;
	display: inline-block;
}
.button-grey a:after {
	content: url(img/arrowrightlight.png);
	margin: 0 0 0 15px;
}
.button-grey a:hover {
	box-shadow: 0 0 10px #fff;
}



.witblok {
	background: #fff;
	padding: 12px 15px 5px;
	margin: 0 0 15px 0;
	overflow: hidden;
	clear: both;
}
.witblok.last {
	margin: 0 0 24px 0;
}
.witblok a:hover {
	color: #3f3f3f;
}

.bg_faq_closed, .bg_faq_opened {
	background-position: left bottom;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* Testimonial */

aside.testimonial {
	background-color: #57585a;
	width: 100%;
	margin: 0px;
	padding: 0;	
	float: none;
	color: #fff;
}
aside.testimonial.black65 {
	background-color: #000000;
	background: rgba(0,0,0,0.65);
}
aside.testimonial .video {
	color: #fff;
	display: block;
	vertical-align: middle;
	margin-top: 10px;
	padding-top: 10px;
}
aside.testimonial.alt .video {
	margin-left: 5px;
}
aside.testimonial .video a.link {
	color: #fff;
	border-bottom: 1px solid #f26e20;
}
aside.testimonial.black65 .video a.link {

}
aside.testimonial .video a.button {
	width: 44px;
	height: 44px;
	background: url(img/play.png) top center no-repeat;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	float: left;
	margin: -10px 15px 0 0;
    transition: box-shadow 1s;
}
aside.testimonial .video a.button:hover, aside.testimonial .video:hover a.button {
	box-shadow: 0 0 10px #fff;
}


article.testimonial {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 42px 0 5px 0;
}
aside.testimonial + .row.last, .row.last > article.testimonial  {
	padding: 0;
}
.row.last > article.testimonial {
	margin: 0 auto;
	height: 0;
}

aside.testimonial .row {
	padding: 36px 0;
}

.testimonial .quote,
.single-testimonial .quote {
	background: url(img/balloonleft2.png) 10px bottom no-repeat;
	padding: 0 0 16px 0;
	margin: -46px 23px 0 190px;
	position: absolute;
	text-align: left;
	width: 500px;
}
.testimonial.alt .quote {
	background: url(img/balloonright2.png) 97% bottom no-repeat;
	text-align: right;
	margin: -46px 0 0 80px;
}
.single-testimonial .quote {
	margin-top: -33px;
}

.testimonial .quote h3,
.single-testimonial .quote h3 {
	/* background: #eb1b23; */
	background: #f26e20;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.615;	
	padding: 0px 15px 2px;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.testimonial img.thumb {
	width: 170px;
	height: 170px;
	box-shadow: 0 0 0 2px white;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	border-radius: 170px;
	float: left;
	position: relative;
	margin: 0 35px 2px 2px;
}
.testimonial.alt img.thumb {
	float: right;
	margin: 0 2px 2px 35px;
}
html.ie8 .testimonial img.thumb {
	box-shadow: none;
	border: 2px solid #fff;
}
article.testimonial img.thumb {
	margin-top: 0;
}

.testimonial h4.name {
	color: #fff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6875;	
	position: relative;
}
.testimonial .entry-content {
	padding: 20px 0 0 0;
}
.testimonial a.more-link {
	margin: 10px 0;
	display: inline-block;
}

/* Titlebar */

.titlebar {
	background: #bbb; /* standaard grijs */
	color: #fff;
	padding: 0;
}

.titlebar .row {
	padding: 24px 0 16px;
}

/* Profilebar */

.profilebar {
	padding: 24px 0 16px 0;
	background: #fff;
}

.profilebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.profilebar ul li {
	float: left;
	margin: 0 42px 8px 0;
	width: 140px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.615;
}
.profilebar ul li:last-child {
	margin-right: 0px;
}
.profilebar li span.label {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.615;	
	margin-bottom: 6px;
	/*color: #ec2414;*/
	color: #f26e20;
	display: block;
}

/* Videobar */

.videobar {
	background: #57585a;
	width: 100%;
	padding-top: 36px;
}
.videobar .row {
	padding-bottom: 56px;
}


.videobar iframe, .videobar object, .videobar embed {
	max-width: 100%;
	max-height: 100%;
}

/* end Testimonial */


/* ------------------------------------ 
    WORDPRESS CORE
 ------------------------------------ */
   
.alignnone {
	margin:5px 20px 20px 0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0px auto 0px auto;
}
img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
img.alignnone {
	margin:5px 20px 20px 0;
}
img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	max-width:100%;
	padding:5px 10px 5px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0 0 3px 0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	text-align: left;
	line-height:17px;
	margin:0;
	padding:0 4px 2px;
}
.wp-caption .title {
	margin: 0 0 5px 0;
	text-align: left;
}
.sticky {
	
}
.bypostauthor {
	
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:480px) {
	
	body {
		line-height: 1.5;
	}
	.footer {
		padding: 20px 10px;
	}
	.logo {
		padding: 80px 0 32px;
	}
	.logo .logo-img {
		max-width: 80%;
		text-align: center; 
	}
	.row {
		width: 100%;
		max-width: 100%;
	}
	.description {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3rem;
	}
	article {
		padding: 10px;
	}
	h1 {
		margin-left: 9px;
	}
	body.home article h1 {
		margin-left: 0px;
	}

	body.home .news {
		padding: 90px 20px;
	}
	

	
	
	.testimonial img.thumb {
		width: 110px;
		height: 110px;
	}
	.testimonial .quote, .testimonial.alt .quote, .single-testimonial .quote, .single-testimonial.alt .quote {
		background-position: 165px bottom;
		text-align: left;
		margin: -36px 0 0 0;
		width: 100%;
		display: block;
	}
	aside.testimonial .quote {
		margin-top: -50px;
	}
	.testimonial.alt .quote, .single-testimonial.alt .quote {
		background-position: 65% bottom;
	}
	.testimonial .quote h3, .testimonial.alt .quote h3, .single-testimonial .quote h3, .single-testimonial.alt .quote h3 {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 5px 15px 8px;
		display: block;
	}
	
	aside.testimonial .row, .single-testimonial .content .row {
		max-width: 100%;
	}
	aside.testimonial .entry-content  {
		padding: 5px 15px 0;
	}
	.single-testimonial article.testimonial  {
		padding: 42px 15px 0;
	}
	.testimonial img.thumb {
		margin: 15px 35px 2px 15px;
	}
	.testimonial.alt img.thumb {
		margin: 15px 15px 2px 35px;
	}
	
	.videobar {
		padding-top: 0px;
	}
	.videobar .row {
		padding: 0;
		max-width: 100%;
	}
	.profilebar ul li {
		width: auto;
	}
	.profilebar li span.label {
		display: inline;
		margin-right: 5px;
		font-size: 16px;
		font-size: 1.0rem;
		line-height: 1.3rem;
	}

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}