/*
Je kunt hier je eigen CSS toevoegen.

Klik op het help icoon om meer te leren.
*/

h1, .hentry .title-post {
    font-size: 26px;
}


h2 {
    font-size: 20px;
}

.byline {display: none!important;}

.text-slider .maintitle, .text-slider .subtitle {
    color: #4e3625;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3);

}

.site-title, .site-description {display:none;}

.site-header {
	background-color: rgba(79, 55, 38, 0.7);
	-moz-box-shadow:    1px 1px 3px #4e3625;
  -webkit-box-shadow: 1px 1px 3px #4e3625;
	box-shadow:         1px 1px 3px #4e3625;
}

.content-area .entry-thumb {
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
}

.site-header.float-header {
	background-color: rgba(79, 55, 38, 0.95);}

.hentry blockquote {
	background-color: #8d6040;
	    border-left: 3px solid #4f3726;
	border-color: #4f3726;}

label { margin-bottom: 0px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {

 font-family: 'Libre Baskerville', sans-serif!important;;
text-transform: initial!important;
}

.slide-inner {
    top: 70%!important;
}

.search-filter-results div p a img {float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.sharedaddy, .post-categories {display: none;}

.wp-caption-text, #jp-relatedposts {display: none!important;}

.gallery-item {margin-bottom: 10px;}

.sf-input-select {
display: block; 
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 170px;
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slideshow {background-color: #8c603d;
}

.slides-container .slide-item {
    background-size: contain;
}

.header-image {
    max-width: 595px;
    margin: auto;}

.sydney-hero-area {
    background-color: #8c603d;
}
---.slide-item {
background-size: 100%;}

.meta-post {display:none;}

.button-slider {display:none;}

.search-filter-results p {display:none;}

.XXXsearch-filter-results:before {
content: "Geen resultaten gevonden / ";}



.nav-previous a , .nav-next a{
	font-size:0px;
 
}
.nav-previous a:before {
  content: 'volgende >>'; text-indent: 0;
  font-size: 12px;
  
}
.nav-next a:before {
  content: '<< vorige'; text-indent: 0;
  font-size: 12px;
  
}