/*
Theme Name: WD Theme
Theme URI: https://www.websitedelivery.nl
Description: Dit template is op maat ontworpen en ontwikkeld door Website delivery, gevestigd te Amsterdam. Ook een website laten maken? Neem dan contact met mij op middels <a href="mailto:info@websitedelivery.nl">info@websitedelivery.nl</a>.
Version: 1.0
Author: Alexander van der Kamp
Author URI: https://www.websitedelivery.nl
*/


/* BASICS */
*{
	margin: 0; 
	padding: 0;
}
html{ 
	height: 100%;
	overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
body{
	height: 100%;
	position: relative;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #000;
	background: white;
	background: #bdd1ac; /* light green */
}
header .inner, nav ul, main, footer .inner{
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}




a{ 
	color: black; 
	font-weight: normal;
	text-decoration: underline;
}
a:hover{ 
	color: #3f61a7; /* blue */
}
.buttons{
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}
.buttons br{
	display: none;
}
.buttons a{
	float: left;
	background: #3f61a7; /* blue */
	text-decoration: none;
	margin-right: 5px;
	padding: 10px 16px;
	font-family: 'Roboto', sans-serif;
	color: white;
	font-weight: 300;
}
.buttons a:hover{
	background: white;
	color: #000;
}

.clear{ clear: both; }
address { font-style: normal; }
img, a img{ border: 0; }
strong{ font-weight: bold; }
p{ margin-bottom: 20px; }
:focus{ outline: 0; }
fieldset{ border: 0; }
ol, ul{ list-style: none; }
table{ border-collapse: separate; border-spacing: 0; }
.alignleft{ float: left; margin: 0 20px 20px 0; }
.alignright{ float: right; margin: 5px 0 10px 20px; }
.underline{ text-decoration: underline; }

::-moz-selection{ background: #EEE; color: #333; }
::-webkit-selection{ background: #EEE; color: #333; }
::-ms-selection{ background: #EEE; color: #333; }




/* HEADINGS */
h1{ font-size: 32px; margin: 0 0 0.35em; }
h2{ font-size: 26px; margin: 0 0 0.25em; }
h3{ font-size: 22px; margin: 0 0 0.15em; }
h1, h2, h3, h4{
	color: black; 
	font-weight: 300;
	line-height: 110%; 
	font-family: 'Georgia', serif;
}




/* HEADER */
header{
	background: white;	
}
header .inner{
	padding: 40px 0;
	position: relative;
	display: table;
}
header .logo{
	float: left;
	line-height: 0;
}
header .logo img{
	height: 80px;
	width: auto;
}
header .site-title{
	float: left;
	margin: 10px 0 0 30px;
}
header .site-title span{
	font-size: 28px;
	line-height: 28px;
}
header .site-title span.subtitle{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #3f61a7; /* blue */
}
header ul.social-icons{
	position: absolute;
	right: 0;
	top: 60px;
}
header ul.social-icons li{
	float: left;
	margin-left: 4px;
}
header ul.social-icons li img{
	width: 40px;
	height: auto;
}




/* MENU */
nav{
	width: 100%;
	background: #3f61a7; /* blue */
}
nav ul{
	overflow: visible;
	height: 55px;
	line-height: 55px;
}
nav ul li{
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
}
nav ul li a{
	color: white;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}
nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a{
	color: rgba(255,255,255,0.6);
}




/* SUB-MENU */
nav ul li:hover > ul{
    display: block;
}
nav ul ul{
    background: white;
    display: none;
    padding: 15px 25px;
    position: absolute !important;
    top: 55px;
	left: -25px;
    width: 220px;
    z-index: 50;
	height: auto;
    position: relative;
}
nav ul ul li{
    border-right: none;
    display: block;
    float: none;
    height: 28px;
    line-height: 28px;
}
nav ul ul li a{
    color: black;
    text-transform: none;
	font-size: 16px;
	font-weight: 300;
}
nav ul li.current-menu-item ul li a,
nav ul li.current-menu-parent ul li a{
	color: black;
}
nav ul ul li a:hover,
nav ul ul li.current-menu-item a,
nav ul li.current-menu-item ul li a:hover,
nav ul li.current-menu-parent ul li a:hover,
nav ul li.current-menu-parent ul li.current-menu-item a{
	color: #3f61a7; /* blue */
}




/* CONTENT */
main{
	margin: 50px auto 60px;
	position: relative;
	display: block;
	overflow: hidden;
}
main h1{
	margin-bottom: 20px;
}
main h2{
	margin-bottom: 10px;
}
main h3{
	margin-bottom: 5px;
}
section{
	float: left;
	width: 65%;
}
section.full{
	width: 100%;
}
section img{
	max-width: 100%;
	height: auto;
}
section ol,
section ul{
	margin: 0 0 20px;
}
section h1 + ol, section h1 + ul,
section h2 + ol, section h2 + ul,
section h3 + ol, section h3 + ul{
	margin: 0 0 20px;
}
section blockquote + p,
section blockquote + h2,
section blockquote + h3,
section ul + h2,
section ul + h3{
	margin-top: 20px;
}
section ol li{
	list-style-type: decimal;
	margin: 0 0 0 20px;
}
section ul li{
	list-style-type: disc;
	margin: 0 0 0 20px;
}
section :last-child{
	margin-bottom: 0;
}
.responsive-video{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.responsive-video iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.google-maps{
	height: 400px;
	width: 100%;
	display: inline-block;
}
main section table td:first-child{
	width: 130px !important;
}
main section table td:last-child{
	width: calc( 100% - 130px ) !important;
}
main section table tr:last-child td{
	border-bottom: 0;
}
main section table{
	margin-bottom: 30px;
}
main section table tr td{
	padding: 10px 0;
	border-bottom: 1px dashed black;
}
main section table tr td p{
	margin-bottom: 10px;
}



/* SIDEBAR */
aside{
	float: right;
    width: 27.5%;
	margin: 0;
	font-size: 15px;
}
aside .widget{
	margin: 0 0 30px 0;
	background: rgba(255,255,255,0.8);
}
aside .widget header{
	background: #3f61a7; /* blue */
	padding: 12px 20px;
}
aside .widget div{
	padding: 20px;
	width: calc( 100% - 40px );
}
aside .widget:last-child{
	margin: 0;
}
aside h3{
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 20px;
	margin-bottom: 0;
}
aside a{
	color: black;
	font-weight: normal;
	text-decoration: none;
}
aside header a{
	color: white;
	font-weight: 300;
}
aside header a:hover{
	color: white;
}
aside .widget#image{
	line-height: 0;
	background: none;
}
aside .widget#image img{
	width: 100%;
	height: auto;
}
aside ul li{
	list-style-type: disc;
	margin: 0 0 8px 20px;
	line-height: 20px;
}
aside ul li:last-child{
	margin-bottom: 0;
}




/* POSTS */
article{
	margin: 0 0 50px;
}
article :last-child{
	margin: 0;
}
article h1{
	margin-bottom: 5px;
}
article h1 a{
	color: black;
	text-decoration: none;
}
article .post-image{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 0 10px;
	border-radius: 3px;
	line-height: 0;
}
article .post-image img{
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.single article .post-image{
	height: 100%;
	border-radius: 3px;
	line-height: 0;
}
.single article .post-image img{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.share-buttons{
	margin-top: 10px !important;
	display: inline-block;
	width: 100%;
}
.share-buttons .ssba img{
	padding: 0 6px;
}
.share-buttons .ssba a{
	margin-left: 6px;
}
.share-buttons .ssba a:first-of-type{
	margin-left: 0;
}
.share-buttons .ssba a:first-of-type img{
	padding-left: 0;
}
.single-post h1{
	margin-bottom: 0;
}
.single-post .post-meta{
	margin-bottom: 15px;
}
.post-meta,
.post-meta a{
	color: #666;
}
.blog h1, 
.archive h1{
	margin-bottom: 0;
}
.blog .post-meta, 
.archive .post-meta{
	margin-bottom: 10px;
}
.single-post article{
	margin-bottom: 40px;
}




/* PAGE NAVI */
.wp-pagenavi a, 
.wp-pagenavi span {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 3px 0 0;
	background: rgba(255,255,255,0.6);
	color: #333;
	display: inline-block;
	border: none;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	background: rgba(255,255,255,1);
	color: #333;
	border: none;
}
.wp-pagenavi span.current {
	background: #3f61a7; /* blue */
	color: white;
	font-weight: 300;
}
.wp-pagenavi .pages{
	display: none;
}




/* FOOTER */
footer{
	width: 100%;
	background: #3f61a7; /* blue */
}
footer .inner{
	padding: 30px 0;
	color: white;
	font-size: 15px;
	line-height: 28px;
}
footer a{ 
	font-weight: 300;
	color: white;
	text-decoration: none;
}
footer a:hover{
	color: limegreen;
}
.backtotop{
    bottom: 20px;
    position: fixed;
    right: 20px;
    line-height: 0;
}





/* CONTACTFORMULIER */
input[type=text], 
input[type=email],
input[type=tel],
input[type=submit],
textarea{
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 12px 15px;
	font-weight: 300;
	border: none;
	background-color: rgba(255,255,255,0.8);
	outline: none;
	width: 440px;
}
textarea{
	height: 140px;
	margin: 0 0 5px;
}
input[type=submit]{
	background-color: #3f61a7; /* blue */
	color: white;
	cursor: pointer;
	width: auto;
	-webkit-appearance: none;
}
input[type=submit]:hover{
	background-color: #2fb556; /* green */
	-moz-transition: 0.3s all; 
	-webkit-transition: 0.3s all; 
	-ms-transition: 0.3s all; 
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
	border: none;
	background: #d5fad1;
	padding: 15px;
	width: 440px;
	font-size: 15px;
	margin: 0;
}
div.wpcf7-validation-errors{
	background: #fffcd0;
}
span.wpcf7-not-valid-tip{
	display: none;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
	background: #fbe7e7;
}




/* COMMENTS */
h3.comment-number{
	margin-bottom: 20px;
}
ol.commentlist{
	margin: 0 0 20px;
	width: 100%;
	display: inline-block;	
}
ol.commentlist li{
	list-style-type: none;
	margin-left: 0;
    font-size: 16px;
    line-height: 24px;
}
ol.commentlist li .avatar {
	width: 50px;
	height: 50px;
}
.comment-box {
	margin: -56px 0 0px 65px;
	padding: 20px;
	background: rgba(255,255,255,0.6);
}
.comment-meta {
    font-size: 14px;
    margin: 5px 0;
	color: rgba(99, 126, 143, 0.6);
}
.comment-meta a{
	color: black;
}
.comment-author,
.comment-author a {
	font-family: 'Georgia', serif;
	font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 5px;
    text-decoration: none;
}
.comment-box p{
	margin-bottom: 15px;
}
.comment-box a{
    text-decoration: none;
}
a.comment-reply-link,
a.comment-edit-link {
	background-color: rgba(99, 126, 143, 0.5);
	padding: 6px 10px;
	font-size: 10px;
	border-radius: 3px;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}
a.comment-edit-link{
	margin: 0 0 0 10px;
}
a.comment-reply-link:hover, 
a.comment-edit-link:hover{
	background-color: #3f61a7; /* blue */
}
p.cancel{
	margin-top: 10px;
}
ul.children{
	margin: 0;
}
ul.children .comment,
ul.children .children .comment{
	margin: 15px 0;
	padding: 0 0 0 30px;
}
ul.children .comment .comment-box{
	background: rgba(255,255,255,0.4);
}
ul.children .children .comment .comment-box{
	background: rgba(255,255,255,0.2);
}
#respond{
	margin-top: 20px;
}
#respond h3{
	margin-bottom: 10px;
}

