/*
* Theme Name: dcstudio_gdj2
* Author: Bas Dorbeck
* Author URI: http://www.dcstudio.nl
* Description: volgt
* Version: 2
*/


html {
	height:100%;
	overflow-y: scroll; 
	font-size:1em;
}
body {
	background-color: #976e99;
 	font-weight: 300;
	color:#fff;
	font-size:1em;
 	line-height: 1.5em;
}
nav a:link {text-decoration: none;color: #fff;}
nav a:visited {text-decoration: none;color: #fff;}
nav a:hover {text-decoration: none;color: #fff;}
nav a:focus {text-decoration: none;color: #fff;}


a:link, a:visited, a:focus {color: #fff;}
a:hover {color: #d0cedc;}
a img {transition: opacity .15s ease-out; -moz-transition: opacity .15s ease-out; -webkit-transition: opacity .15s ease-out; }
a img:hover {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70);}

.container {
	margin:0 auto;
	width:95%;
}
.bg {
	position:relative;
	background:#fff;
	width:100%;
	padding:15px 0;
	margin-bottom:10px;
    background-image: url("images/karton.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
	overflow:visible;
}
.thumb {
max-width:10%;
margin: 0 10px 0 0;
float:left;
}
.bg_donker {
	background-color: #644b66;
	}

#header {
	margin: 0;
	width:100%;
	overflow:hidden;
}
main {
	margin: 0 0 15px 0;
	width:100%;
}
aside {
	float:none;
	margin: 0 0 15px 0;
	width:100%;
}
aside p {
	font-size:1em;
}
.hidden {
	display:none;
}
footer {
	clear:both;
	color:black;
}
#carrousel {
	margin: 0 0 15px 0;
}
#mobile_panel {
	display:block;
	margin: 0 0 8px 0 ;
	text-align:center;
	}
#mobile_panel a:link {text-decoration: none;color: #000;}
#mobile_panel a:visited {text-decoration: none;color: #000;}
#mobile_panel a:hover {text-decoration: none;color: #555;}
#mobile_panel a:focus {text-decoration: none;color: #000;}

#header_img {
	width:100%;
 	line-height: 0;
}
#header_content {
	background:#536e99;	margin:0px;
	width:100%;
	overflow:hidden;
}
.padding {
	padding:20px;
}
#main_page {
	background-color:#536e99;	width:100%;
	overflow:auto;
}
#page_content, #page_img {
	margin:20px;
}
#page_img img {
	width:100%;
}
article {
	margin-bottom:40px;
}
article:last-child {
	margin-bottom:0px;
}
.entry-meta {
	font-weight: 700;
	font-size: 0.75em;
	line-height: 1.2em;
	margin-top: 1.8em;
}
.entry-meta a:link, .entry-meta a:visited, .entry-meta a:hover, .entry-meta a:focus  {text-decoration: none;}

.entry-date:before {
    content: "\f017";
    font-family: FontAwesome;
	padding-right: 0.3em;
}
.entry-cat:before {
    content: "\f07c";
    font-family: FontAwesome;
	padding-left: 0.8em;
	padding-right: 0.3em;
}
.entry-tag:before {
    content: "\f02b";
    font-family: FontAwesome;
	padding-left: 0.8em;
	padding-right: 0.3em;
}
.button_back,
.button_forward {
	border: 1px solid #fff;
	margin:20px 10px 0 0;
	padding:5px 20px;
	float: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.button_forward {
	float: right;
	
}
.button_back a,
.button_forward a {
	text-decoration: none;
}
.button_back a:before {
    content:"\f053";
    font-family: FontAwesome;
	padding-right: 0.5em;
}
.button_forward a:after {
	content:"\f054";
    font-family: FontAwesome;
	padding-left: 0.5em;
}
.clearfix {
   clear: both;
}
p img {
  width: 100% !important;
  height: auto;
}
.margin_bottom {
	margin-bottom: 30px;

}
.margin_top {
	margin-top: 30px;

}
.social {
	float:right;
	font-size:1.5em;
	line-height:1em;
}
.social  .dashicons {
    font-size: 1.3em;
}
.social a:link, .social a:visited, .social a:hover, .social a:focus  {text-decoration: none;}




/* menu */

#nav {
	background:#000;
	padding:10px 0;
    color: white;
	width:100%;
  	overflow:auto;
}
#logo {
	width: 100%;
	text-align:center;
	font-size: 1.3em;
}
#nav ul {
	font-size: 0.7em;
	margin:0;
	padding:0;
}
#nav li {
	float: left;
	display: inline;
	text-align:center;
	width:14%;
	}
#nav li a {
	display: block;
	text-decoration: none;
	color: white;
}
.menu-img {
	height:30px;
	width:95%;
	clear:both;
}
input[type="text"], textarea, input[type="password"], input[type="email"], input[type="url"], select, textarea, input[type="reset"] { 
	width: 90%;
	} 


	
	
	
@media only screen and (max-width: 767px) {
html {
font-size: 1em;
}
.aside_padding{
margin-top:2em;
}
#nav li {
	width:16.66%;
	}
#nav ul {
	font-size: 0.8em;
}
.menu-img, #nav li:first-child, aside {
	display:none;
}
.footer_padding {
	padding:10px 0;
	color:black;	
}

}

@media only screen and (min-width: 768px) {
html {
font-size: .9em;
}
.container {
	width:730px;
}
.lijntje {
	background-image: url("images/lijntje.png");
    background-repeat: repeat-y;
    background-position: 480px 0;
}
#carrousel {
	height:130px; 
}
main {
	width:450px;
	float:left;
}
aside {
	width:220px;
	float:right;
}
.hidden {
	display:inherit
}

#logo {
	width: 50%;
	float: left;
	text-align:left;
}
#menu {
	float:left;
	width: 50%;
}
#mobile_panel {
display: none;
}
#header {
	margin-left:-15px;
	height:255px;
	width:745px;
}
#header_content {
	width:255px;
	height:100%;
	float:left;
	
	}
#header_img {
	margin:15px 0;
	height:225px;
	float:right;
	width:490px;
	overflow:hidden;
	}	
#logo {
	margin-top:10px;
}
.bg {
	height:400px;
}
#main_page {
	margin-left:-15px;
	width:720px;
	background-image: url("images/lijntje.png");
    background-repeat: repeat-y;
    background-position: 475px 0;
    border:20px solid #536e99;
    min-height:250px;
    }
#page_content {
	width: 455px;
	float:left;
	margin:0;
}
#page_img {
	width: 215px;
	float:right;
	margin:0;
}
.footer_padding {
	padding:10px 0;
}
input[type="text"], textarea, input[type="password"], input[type="email"], input[type="url"], select, textarea, input[type="reset"] { 
	width: 90%;
	} 
.wp-post-image {
width:100%;

}


}
@media only screen and (min-width: 1000px) {
html {
font-size: 1em;
}
.container {
	width:960px;
}
.lijntje {
    background-position: 650px 0;
}
#carrousel {
	height:180px; 
}
main {
	width:610px;
	float:left;
}
aside {
	width:270px;
	float:right;
}
#header {
	margin-left:-15px;
	height:320px;
	width:975px
}
#header_content {
	width:320px;
	height:100%;
	float:left;
	}
#header_img {
	margin:15px 0;
	height:290px;
	float:right;
	width:655px;
	}
#header_content > article {
	font-size: 1em;
}
#logo {
	margin-top:5px;
}
.padding {
	padding:30px;
}
.bg {
	height:515px;
}
#main_page {
	margin-left:-15px;
	width:930px;
    background-position: 635px 0;
    min-height:320px;
    border:30px solid #536e99;
}

#page_content {
	width: 605px;
}
#page_img {
	width: 265px;
}









#nav ul {
	font-size: 0.75em;
}	
	}
.footerlink a:link, .footerlink a:visited, .footerlink a:hover, .footerlink a:focus {color: black;}
	
	
.widget li {
	font-size:0.8em;
list-style-type:none
}
	
	/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    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;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875em;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* contact form 7 */

div.wpcf7-mail-sent-ok {
    border: 1px solid #fff;
}
div.wpcf7-mail-sent-ng {
    border: 1px solid #fff;
}
div.wpcf7-spam-blocked {
    border: 1px solid #fff;
}
div.wpcf7-validation-errors {
    border: 1px solid #fff;
}
span.wpcf7-not-valid-tip {
    color: #fff;
}
.easingslider .easingslider-slide {
    background: transparent !important;
}