@charset "utf-8";
/*.blog-posts article {
	margin-bottom: 5rem;
}*/
.hentry {
	margin: 0 0 1.5em;
}
.blog-posts article .card {
	margin-bottom: 2rem;
}
.card, .wp-caption {
	background: white;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.blog-posts article .entry-header {
	position: relative;
}
.blog-posts article .entry-header a, .blog-posts article .entry-meta a {
	color: #828282;
	text-decoration: none;
}
.blog-posts article .entry-header h1:hover {
	text-decoration: underline !important;
}
.blog-posts article .entry-header .entry-thumbnail {
	background-size: cover;
	background-position: 50%;
	max-height: 240px;
	overflow: hidden;
	margin-bottom: 0;
}
.blog-posts article .entry-header .entry-thumbnail:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.95) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#f2000000', GradientType=0);
	-webkit-transition: opacity 0.3s ease 0.1s;
	-o-transition: opacity 0.3s ease 0.1s;
	transition: opacity 0.3s ease 0.1s;
}
.blog-posts article .entry-header .entry-thumbnail img {
	vertical-align: bottom;
	visibility: hidden;
}
.blog-posts article .entry-header h1, body .blog-posts article .entry-header h2 {
	color: #fff;
	    font-size: 19px;
    line-height: 25px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
	margin: 0;
	padding: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.blog-posts article .entry-meta {
	background: #fff;
    color: #5f5d5d;
	font-size: 13px !important;
	line-height: 2rem;
	padding: 2rem;
	margin-bottom: 0;
	font-size: 2rem;
	line-height: 2rem;/*margin: -1px .5rem 0 0;*/
}
.blog-posts article .entry-meta a { text-transform: uppercase; }
.blog-posts article .entry-meta .byline .fa {
	font-size: 2rem;
	line-height: 2rem;
 margin: -1px .5rem 0 0;
}
.blog-posts article .entry-header a, =.blog-posts article .entry-meta a {
 color: rgba(255,255,255,0.7);
 text-decoration: none;
}
.blog-posts article .entry-meta .posted-on {
	float: right;
}
.heading2 {
	/*display: inline-block;*/
	font-size: 29px;
	line-height: 26px;
	margin: 0;
	padding: 10px 2rem 0 0;
	vertical-align: bottom;
	margin-bottom: 20px;
	margin-top: 30px;
	font-family: "Lora", Georgia, serif;
}
.regular {
	margin-top: 15px;
}

.featured-destinations .cards .card a.featured-image {
    display: block;
    background-size: cover;
    background-position: 50%;
    -webkit-box-shadow: inset 0 -30px 120px rgba(0,0,0,0.33);
    box-shadow: inset 0 -30px 120px rgba(0,0,0,0.33);
    -webkit-transition: box-shadow .15s ease .1s;
    -o-transition: box-shadow .15s ease .1s;
    transition: box-shadow .15s ease .1s;
}

@media (min-width: 1300px){
.featured-destinations .card a.featured-image, .featured-destinations .col-lg-4.col-lg-push-2 .card a.featured-image, .featured-destinations .col-sm-4 .card a.featured-image {
    height: 210px;
}
}
@media (min-width: 992px){
.featured-destinations .card a.featured-image, .featured-destinations .col-sm-4 .card a.featured-image {
    height: 150px;
}
}
@media (min-width: 769px){
.featured-destinations .card a.featured-image {
    height: 210px;
}
.featured-destinations .cards .card {
    background: transparent;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	    height: 322px;
}
}
@media (max-width: 768px){
.featured-destinations .cards .card {
    background: transparent;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
}
.featured-destinations .card a.featured-image {
    width: 100%;
    height: 200px;
}
.featured-destinations .cards .kaart-details {
    background-color: #fff;
}
.kaart-details {
    padding: 2rem;
    padding-bottom: 0;
}
h4.kaart-title {
    margin-top: 0;
    margin-bottom: 5px;
	text-align: center;
    line-height: 22px;
}
h4.kaart-title a {
    color: #5b5c5d;
}
.reissamenvatting {
    min-height: 50px;
    line-height: 1.6;
}
.reissamenvatting p {
    font-size: 16px;
}
.prijs {
    top: 5%;
    right: 30px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
    position: absolute;
    padding: 2px 10px 0px 10px;
    font-size: 19px;
    z-index: 10;
    font-family: 'MyriadPro-Bold',Sans-Serif;
    border-radius: 3px;
}

