/*======================================
Theme Name: Reizen
Description: reizen
Version: 1.0
Author: Melle Lefferts
Author URI: https://www.mellelefferts.nl
Template: Extra
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
#main-header {
	-webkit-box-shadow: 0px 1px 44px -16px rgba(112,112,112,0.45);
	-moz-box-shadow: 0px 1px 44px -16px rgba(112,112,112,0.45);
	box-shadow: 0px 1px 44px -16px rgba(112,112,112,0.45);
}
#main-content {
	background-color: white;
}
.page article, .single article {
	-webkit-box-shadow: 0px 1px 64px -29px rgba(112,112,112,1);
	-moz-box-shadow: 0px 1px 64px -29px rgba(112,112,112,1);
	box-shadow: 0px 1px 64px -29px rgba(112,112,112,1);
}
#blog_subscription-4 #subscribe-email input {
	margin-left: 5% !important;
	width: 90% !important;
}
#blog_subscription-4 #subscribe-submit {
	margin-left: 5% !important;
	margin-bottom: 5% !important;
}
#blog_subscription-4 #subscribe-text{
	margin: 5% !important;
}
#blog_subscription-4 p {
	margin: 5% !important;
}
#footer #subscribe-submit input[type=submit]{
	background-color: green;
}
#footer #subscribe-submit input[type=submit]:hover{
	background-color: lightgreen;
}
#footer #subscribe-email input {
	background-color: white !important;
	background: white !important;
}


.author-box, .related-posts {
	display: none;
}