/* 
Theme Name: 	Duo
Theme URI: 		https://www.lemon.nl
Version:			28/7/2015
Description: 	Duo Wordpress Theme by Lemon
Author: 			Lemon
Author 				URI: https://www.lemon.nl
*/

/*

004083 	Zwart blauw, menu highlight, h1
0051a6	Donker blauw, H3 balk bg
206cbb	Blauw, menu + a
e6f6fd	Licht blauw, content bg

ed1b26	Rood

016737	Donker groen
84b57d	Licht groen

e2e2e2	Grijs

*/

/*********** RESET ***********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0); }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
ul 		{ list-style-type: none; }
li		{ list-style-type: none; }
ol > li	{ list-style-type: decimal; }
ol 		{ margin-left:20px; margin-bottom:10px; }
img 	{ border:0 !important; outline: none; }
html 	{ margin:0; }
a	 		{ outline:none; border:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
button{ outline:none; border:none;}
:focus{ outline:none;}
input { -moz-border-radius: 0; -webkit-border-radius: 0; outline: none; }
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear { display: block; }
html[xmlns] .clear { display: block; }
* html .clear { height: 1%; }


/*********** ALGEMEEN ***********/
@font-face {
	font-family: 'DIN';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/din/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/din/DINNextLTPro-Regular.woff') format('woff'),
	url('/fonts/din/DINNextLTPro-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'DIN';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/din/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/din/DINNextLTPro-Bold.woff') format('woff'),
	url('/fonts/din/DINNextLTPro-Bold.ttf') format('truetype')
}

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}

h1		{	font: normal 700 30px/40px 'DIN', Arial, Helvetica, Verdana, sans-serif; color: #004083; padding: 0 0 10px 0; }
h2		{	font: normal 700 28px/36px 'DIN', Arial, Helvetica, Verdana, sans-serif; color: #004083; padding: 0 0 10px 0; }
h3 		{	font: normal 700 24px/28px 'DIN', Arial, Helvetica, Verdana, sans-serif; color: #ffffff; padding: 0; }
h4 		{	font: normal 700 24px/28px 'DIN', Arial, Helvetica, Verdana, sans-serif;	padding: 0 0 10px 0; text-transform: normal; }
h5 		{	font: normal 700 20px/24px 'DIN', Arial, Helvetica, Verdana, sans-serif;	padding: 0 0 16px 0; margin: -15px 0 0;	}
h1 a	{ text-decoration: none; }

.small, 
.small a 	{ text-align: left; font-size: 11px; line-height: 16px; color: #444444; }
.small a 	{ padding: 0px;}
.right 		{ float: right; }
.left 		{ float: left; }
.hidden		{ display: none; }
.content ul li { list-style-type: disc; margin-left: 1.2em;}
.content ol li { list-style-type: decimal; margin-left: 1.2em;}
.content p, .content ul, .content ol { list-style-type: disc; padding-bottom: 1.5em;}

a					{ color: #206cbb; text-decoration: none; }
a:hover		{ color: #004083; text-decoration: underline; }
.alignleft { float: left !important; text-align: left; margin: 0 20px 20px 0;}
.center		{ text-align: center; margin: 0 auto; }

.wrapper {
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
}


/******* HEADER ********/

.logo {
	margin: 18px 0 12px 0;
}

#headerbeeld {
	margin: 12px auto;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.3s; /* Safari */
  transition: opacity 0.3s;
}

.scalable {
	max-width: 96%;
}

/******* MENU ********/

#topmenu ul li {
	margin: 0 15px 0 0;
/*	display: table; */
}

#topmenu ul li a, #topmenu ul li.current_page_item ul li a {
	font: normal 700 18px/24px 'DIN', Arial, Helvetica, Verdana, sans-serif;
	color: #206cbb;
	text-decoration: none;
}

#topmenu ul li a:hover, #topmenu ul li.current_page_item a, #topmenu ul li.current_page_item ul li a:hover {
	color: #004083;
}



.menu-item-has-children {
	padding: 0 19px 0 0;	
}

.menu-item-has-children::after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #004083;
	font-size: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.sub-menu .menu-item-has-children::after {
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	top: 1px;
}


/******* SUPERFISH TOPMENU ********/

.sftm-menu ul { position: absolute; top: -999em; }
.sftm-menu li:hover { visibility: inherit; }

.sftm-menu li { float: left; position: relative; }
.sub-menu li { float: none; width: 175px; }

.sftm-menu li:hover ul, .sftm-menu li.sfHover ul { left:0; top:24px; z-index:99; border: 0px solid blue;}

ul.sftm-menu li:hover li ul,ul.sftm-menu li.sfHover li ul,ul.sftm-menu li li:hover li ul,ul.sftm-menu li li.sfHover li ul{ top:-999em; }
ul.sftm-menu li li:hover ul,ul.sftm-menu li li.sfHover ul,ul.sftm-menu li li li:hover ul,ul.sftm-menu li li li.sfHover ul{ left: 190px; padding-left: 10px; top:0; border: 0px solid red;}




.content {
	padding: 15px 0 15px;
}



/******* Widgets ********/

.sidebar_middle .widget {
	width: 30.6%;
	min-height: 330px;
	margin: 0 4.1% 4.1% 0;
	padding: 0 0 15px 0;
	color: #004083;
	background: #e6f6fd;
	float: left;
}

.sidebar_middle_width .widget {
	width: 100%;
	margin: 0 0 4.1% 0;
	padding: 0 0 15px 0;
	color: #004083;
	background: #e6f6fd;
	float: left;
}



.sidebar_middle .widget:nth-last-child(1) {
	margin-right: 0;
}

.widget h3 {
	background: #0051a6;
	color: #ffffff;
	padding: 15px;
}

.widget p, .widget ul, .textwidget form, .elp-widget li > div:first-of-type,
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	padding: 15px 15px 0 15px;
}

.widget li ul li,
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	margin: 5px 5px 0 0;
	padding: 0 0 5px 10px;
	background: url(images/li.gif) no-repeat 0 9px;
	border-bottom: 1px dotted #0051a6;
}


.widget_authors li ul li {
	padding: 0 0 5px 0;
	background: none;
}

.widget_authors li ul li img {
	padding: 0 5px 0 0;
}

.archive_hr {
	border: none;
	outline: none;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid grey;
	margin: 12px 0;
}

.post .small {
	margin: 2px 0 12px;
}

.Nav {
	margin: 0 0 15px;	
}

input[type=text] {
	padding: 3px;
	width: 90%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}

input[type=submit], .button {
	border: 0;
	background: #004083;
	color: #ffffff;
	font: normal 700 18px/21px 'DIN', Arial, Helvetica, Verdana, sans-serif;
	display: block;
	cursor: pointer;
	padding: 5px 25px;
	margin: 15px 0 0;
}

input[type=submit], .button:hover {
	color: #ffffff;
}

/******* FOOTER ********/

#footer {
	font-size: 12px;
	line-height: 18px;
	color: #004083;
	background: #eeeeee;
	clear: both;
	min-height: 100px;
	padding: 30px 15px;
}

#footer p {
	padding: 15px 0 0;
}

#footer a {
	
}

.footer-widget {
	width: 45%;
	float: left;
}



/* =Cool social widget override light theme / Facbook, Twitter, etc. LF
-----------------------------------------------------------------------------*/

#socialicons {
	float: right;
}

#socialicons .fa { 
	width: 24px;
	padding: 5px 0;
	margin: 0 2px;
	display: inline-block;
	color: #ffffff;
	float: left;
	background: #3e74b5;
	text-align: center;
}

#socialicons .fa:hover, button.cleanbtn:hover, input[type=submit]:hover, .hover:hover {
	opacity: 0.8;	
}

#socialicons a:first-child 		{	margin-left: 0 !important; }
#socialicons a:last-child 		{ margin-right: 0 !important; }

#socialicons .fa-facebook 		{ background: #3b5998; }
#socialicons .fa-twitter 			{ background: #00bef6; }
#socialicons .fa-google-plus 	{ background: #dd4b39; }
#socialicons .fa-youtube-play	{ background: #af2b26; }
#socialicons .fa-pinterest 		{ background: #cb2027; }
#socialicons .fa-linkedin 		{ background: #0274B3; }






.trainingsformulier img, .trainingsformulier div, .trainingsformulier .well p {
	margin: 0;
	padding: 0;
}

.trainingsformulier p {
	padding-bottom: 10px;
}

.trainingsformulier {
	width: 101%;	
}

.trainingsformulier .row {
	display: flex;
}

.trainingsformulier .well {
	background: #eeeeee;
	padding: 1%;
	margin-bottom: 1%;
	margin-right: 1%;
	float: left;
}

.trainingsformulier .well.w-100 { width: 97%; }
.trainingsformulier .well.w-66  { width: 63.66%; }
.trainingsformulier .well.w-50  { width: 50%; }
.trainingsformulier .well.w-33  { width: 30.33%; }
.trainingsformulier .well.w-25  { width: 25%; }

.trainingsformulier h1 { float: right; }
.trainingsformulier h2 { 
	color: #ccc;
	margin: 15px 0 10px 0;
	padding: 0 0 5px;
	border-bottom: 5px solid #eee;
	width: 99%;
}
.trainingsformulier h3 { color: #004083; }
.trainingsformulier #respond h3 { margin-bottom: 10px; }
.trainingsformulier input[type=text] {
	width: 50%;
}

.trainingsformulier ol { margin-left: 0; }
.trainingsformulier ol > li	{ 
	list-style-type: none;
	padding: 1%;
	background: #eee;
	margin: 10px 0 0 0;
 }
 




/*********** RESPONSIVE ***********/

.desktop 	{ display: block; }
.mobile, .mobilebut	{ display: none; }

@media all and (max-width: 800px) {
	
	.desktop 	{ display: none; }
	.mobile 	{ display: block; }
	
	.widget_recent_entries {
		display: none;	
	}
	
	#socialicons { float: none; position: absolute; top: 45px; right: 15px; }
	
	.sidebar_middle .widget {
		width: 47.9%;
	}
}

@media all and (max-width: 600px) {
	
	
	
	.scalable, .wrapper {
		width: 90%;
	}
	
	.sftm-menu li { float: none; margin: 15px 0 0; }
	
	#topmenu ul li {
		margin: 12px 0;
	}
	
	#topmenu ul li a, #topmenu ul li.current_page_item ul li a {
		font-size: 19px;
		color: #206cbb;
		background: #e6f6fd;
		text-decoration: none;
		padding: 5px 10px;
	}
	
	#topmenu ul li ul {
		display: none;
	}
	.menu-item-has-children::after {
		content: " ";
		width: 1px;
		height: 1px;
		text-indent: -99999px;
	}
	
	.menu-item-has-children {
	  padding: 0 0 0 0;
	}
	
	.sidebar_middle .widget {
		width: 100%;
		margin: 0 0 20px 0;
		min-height: 100px;
	}
	
	.sidebar_middle .widget:nth-last-child(1) {
		margin: 0 0 20px 0;
	}
}