/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.1
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: De Melker & Partners, De Melker, verhuizen, organsiatie, collectiebeheer, collectie
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    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 {
}

@font-face {
	font-family: 'apercu';
	src: url('font/apercu.eot');
	src: local('☺'), url('font/apercu.woff') format('woff'), url('font/apercu.ttf') format('truetype'), url('font/apercu.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DalaFlodaBold';
    src: url('font/dalafloda-bold.eot');
    src: url('font/dalafloda-bold.eot') format('embedded-opentype'),
         url('font/dalafloda-bold.woff') format('woff'),
         url('font/dalafloda-bold.ttf') format('truetype'),
         url('font/dalafloda-bold.svg#DalaFlodaBold') format('svg');
}



@font-face {
	font-family: 'Conv_Dala-Floda-Roman';
	src: url('font/Dala-Floda-Roman.eot');
	src: local('â˜º'), url('font/Dala-Floda-Roman.woff') format('woff'), url('font/Dala-Floda-Roman.ttf') format('truetype'), url('font/Dala-Floda-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4 {
	font-family:'Conv_Dala-Floda-Roman',Sans-Serif;
}


body {
	font:300 11px/1.4 'apercu', Helvetica, Arial, sans-serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

.links {
	margin:1rem 0;
}

.links > span {
	margin-left: 2rem;
font-family: 'Conv_Dala-Floda-Roman',Sans-Serif;
font-size: 1rem;
}

.links .partner-linkedin {
	font-size: 1.5rem;
display: inline-block;
margin: 0 0.5rem;
margin-bottom: 1rem;
}


/* wrapper */
.wrapper {
	max-width:1280px;
	width:85%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding:5px;
}
/* logo */
.logo {
	
}
.logo-img {
	
}
/* nav */
.nav {
	
}
/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	
}

.js-scroll-container {

}

div.tags {
	margin-top: 20px;
	font-size: 13px;
	display:none;
}

div.tags a {
	cursor:default;
	padding-left: 5px;
	text-decoration: underline;
}

div.the-date {
	margin-left:2rem;
	font: 300 13px/1.4 'apercu', Helvetica, Arial, sans-serif !important;
}

.page-template-page-blog-php .the-date {
	margin-left:0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

p {
	font-size:0.8rem;
}

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



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

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

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

}
@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) {

}

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

::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;
}
   
/*------------------------------------*\
    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;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    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;
	}
}

/*
 *  MISC
 */
/*.bottom-fade{
	width: 72%;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("img/bottom-fade.png") bottom left repeat;
}*/

h1 {
	margin: 0;
	margin-left: 1em;
	font-size: 3em;
}

section{
	margin-top: 20px;
}

article {
	display: inline-block;
	max-width:100%;
}

#contact article {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

#contact article:nth-of-type(2) {
	margin-left: 18%;
}


input, textarea, label{
	display: block;
	width: 80%;
}

label {
	margin-bottom: 5px;
}

input, textarea {
	border: 1px solid #000000;
}

input[type="submit"] {
	margin-top: 1em;
	padding: 0.5em;
	width: auto;
	border: 0;
	padding: 0.5em;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
}

label {
	margin-top: 1em;
}

/* 
 *	HEADER
 */

header .nav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.7rem;
}

header .nav ul li a {
	text-decoration: underline;
}

header .nav ul li {
	display: inline-block;
	margin: 0 2.5em;
}

/* 
 *	BLOG POSTS
 */

 div.error,
 div.success {
 	margin-top:20px;
 }

 .page-template-page-homepage-php .header {
				position:fixed;
				top:0;
				left:0;
				right:0;
				background-color:rgb(255,255,255);
			}
			.home-image {
				font-family: 'DalaFlodaBold';
				position:fixed;
				top:10%;
				bottom:10%;
				z-index:-1;
				text-align:center;
				font-size: 60px;
				font-weight: bold;
				color:black;

			    
			}
			.page-template-page-homepage-php .logo {
				position:fixed;
				top:50%;
				left:51%;
				margin-left:-195px;
				margin-top:-110px;
			}

			.home-image.left {
					left:10%;
					right:51%;
					background: url(<?php echo get_template_directory_uri(); ?>/img/homepage/home-left.jpg) no-repeat center center;
					-webkit-background-size: cover;
			    	-moz-background-size: cover;
			    	-o-background-size: cover;
			   		background-size: cover; 
			}
			   


			   

.blog_post h1 {
	font-size: 3.5em;
	margin-bottom: 0;
	margin-left:0;
}


.blog_post {
	vertical-align: top;
}

.post-holder {

}

.amp {
	display:none;
}


/*
 *	SCROLL ELEMENT
 */

 .projectenpost  {
 	margin-top:2rem;
 }

.scroll-container {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 500px;
	position:relative;
}
.scroll-container .scroll-left {
	top: 0px;
	float: left;
	width: 40%;
	position: relative;
}
.scroll-container .scroll-right {
	top: 0px;
	float: right;
	width: 40%;
	position: relative;
	margin-left: 18%;
}

#amp {
	position:fixed;
	left:50%;
	top:50%;
	margin-left: -41px;
margin-top: -45px;
}

.hp-logo {
	position:fixed;
	top:10%;
	cursor:pointer;
}
	#logo-links {
		left:3%;
	}

	#logo-rechts {
		right:3%;
	}
.post-project {
	float:left;
	width:50%;
	padding:1em;
}
section#contact i {
	font-size: 20px;
	padding-right:10px;
}
.single-content {
float: left;
width: 40%;
margin-left: 5%;
margin-top: 5%;
}

	.single-content p a {
		text-decoration: underline;
	}

.bottom-fade {
position: absolute;
top:0;
left: 0;
height: 10%;
right: 0;
background: rgba(255,255,255, 0);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

/*
 *  RESPONSIVE
 */

@media screen and (max-width: 1024px) {
	.js-scroll-container {
		height:auto !important;
	}

	body {
		overflow-y:auto;
	}
}

@media screen and (max-width: 950px) {
	.amp {
	display:inline-block;
	margin:2rem 0;
}


	#amp {
		display:none;
	}

	.post-project {
		width:100%;
	}

	.single-content {
		width:100%;
		margin-left:0;
	}
	

	body {
		background: none !important;
		overflow-y: auto;
	}

	html {
		overflow-y: auto;
	}

	header .nav ul li {
		display: block;
	}

	section {
		margin-top: 1em;
	}

	#contact article {
		display: block;
		width: 100%;
		margin: 0;
	}

	#contact article:nth-of-type(2) {
		margin: 0;
	}

	.scroll-container {
		overflow-y: auto;
	}

	.scroll-container .scroll-left, .scroll-container .scroll-right {
		display: block; 
		width: auto;
		margin: 0;
	}

}

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

	iframe {
		max-width:100%;
	}

	.page-template-page-homepage-php .home-image {
		line-height:300px;
	}

	.bottom-fade {
		display:none;
	}

	.js-scroll-container:after {
		display:none;
	}
	input, textarea, label {
	display: block;
	width: 100%;
	}
	
	h1 {
		margin-left:0;
	}

	.wrapper {
		text-align: center;
		margin-bottom:3rem;
	}
	.hp-logo {
		display:none;
	}
	header .nav ul li {
		width: 50%;
		float: left;
		margin:0;
	}
	.wrapper {
		width: 95%;
	}
	
	header .nav ul {
		font-size:1.3rem;
	}
	.page-template-page-homepage-php .home-image.left {
		width: 100%;
		left:0;
		bottom:0;
	}

	.home-image.right {
		display: none !important;
	}
}
/*
.scroll-container:after,
.scroll-container:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10%;
	right: 0;
	background: rgba(255,255,255, 0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
*/
.js-scroll-container img {
	/*display:none;*/
}

.bottom-fade {
	display:none;
}

.partner-linkedin {
	font-size: 1.5rem;
display: block;
margin-bottom: 1rem;
}

.categories {
	font-size:13px;
	margin-bottom:30px;
}

	.categories a {
		text-decoration: underline;
	}

.archive-link {
	position:fixed;
	right:0;
	bottom:0;
	display:inline-block;
	padding:20px 30px;
}

	.archive-link a {
		text-decoration: underline;
		font-size:15px;
	}