/*
---------------------------
POST BLOCK  (Inhoud)
---------------------------
*/

.postblock {
	position: relative;
	min-height: 100px;

	backface-visibility: hidden;
	border-radius:0px;
}

.postblock-heading {
	padding: 1.5rem 5rem 1rem 1.5rem;
}


	@media (max-width: 1100px) {
		.postblock-heading {
			padding: 1.5rem 2rem 1rem 1.5rem;
		}
	}


.postblock-heading  .postblock-intro {
	font-size: 0.86rem;
	display: block;
	position: relative;
	margin-left:0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #9b0166
}
.postblock-heading .postblock-title {
	line-height: 1.3;
	padding-left: 0rem;
	font-weight: 700;
}

.postblock-image {
	
	position: relative;
	display: block;
	
	z-index: 1;
}
.postblock-image.round {
	max-width: 60%;
	border-radius: 1000px;
	margin-left:20px;
}


a.postblock-image,
.postblock-image img {
	border-radius: 0px 0px 0 0;
	position: relative;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition:opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;

}
.postblock-image:hover img,
.postblock-image a:hover img {
opacity: 0.9;
}


.postblock-image a {
	position: relative;
	display: block;
	margin:0 !important;
	padding:0 !important;
}
.postblock-image a:hover {
	display: block;
}

.postblock-section {
	position: relative;
	margin-top: -30px;
	display: block;
	max-width: 90%;
	padding: 25px 0px 1rem 25px;
	background: #fff;
	border-radius: 0 0px 0 0px;
	z-index: 2;
}
.postblock-section.normal {

	margin-top: 0px;

}
.postblock-intro {
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: none;
	color: #9b0166;

}
.postblock-section .postblock-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;

}


.postblock-section .postblock-title a {
	color: #0e0e19;
	position: relative;
	padding-left:0;

}
.postblock-section .postblock-title a:hover {
	opacity: 1;
}
.postblock-date {
	font-weight: 600;
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	font-style: normal;
	color: rgba(0, 23, 61, 0.5);

}

.postblock-lead  {
	max-width: 100%;
}
.postblock-lead p {
	font-size: 16px;
	
}
.postblock-price {
	font-size: 20px;
	font-weight: 700;
}

.postblock-button {
	font-weight: 700 !important;
	padding-left:0 !important;
	font-size: 14px !important;
}

.postblock .postblock-footer {
	display: block;
	padding: 0rem 1.5rem 20px 30px;
	padding: 10px 0;
	border: 1px solid rgba(0, 23, 61, 0.08);
	border-left:0;
	border-right: 0;
}
.text-center .postblock-footer {
	display: flex;
	justify-content: center;
}
.text-center .postblock-footer a {
	margin: auto;
}
.postblock-detail-footer .object-sharing {
	justify-content: flex-end;
}

.postblock-detail-footer .object-sharing.leftsharing{
	justify-content: left !important;
}



@media (max-width: 767px) {
	.postblock-image {
		margin-bottom: 20px;
	}
}


/* Sidebar */

/* Listings */

.postblock-listing ul {
	margin:0;
}
.postblock-listing-item {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 23, 61, 0.08);
	font-weight: 500;
}
.postblock-listing li:last-child .postblock-listing-item{
	border:0;
}
.postblock-listing-item a {
	display: block;
	position: relative;
	font-weight: 500;
	line-height: 1.4;
	padding: 5px 10px 5px 15px;
	color: #0e0e19
}
.postblock-listing-item a:hover {
	color: #9b0166
}
.postblock-listing-item a:before {
	position: absolute;
	left: 0px;
	top: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #9b0166;
	content:'';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 1;
}
.postblock-listing-item a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  opacity: 1;
  color: #9b0166;
}

.postblock-listing-title {
	font-size: 15px;
	margin:0;
	line-height: 1.2;
	font-weight: 500;
}
.postblock-listing-item:hover .postblock-listing-title {
	color: #9b0166
}
.postblock-listing-meta {
	font-weight: 400;
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
	color: #9b0166;
	
	text-transform: uppercase;
	letter-spacing: 1px;
}
.postblock-listing-image {
	margin-left: 20px;
}

/* Bars */
.postblock.bar {
	position: relative;
	backface-visibility: hidden;
	border-radius:0px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border: 1px solid #eee;
	box-shadow: none;

}
.postblock.bar.bg-white {
	box-shadow:none; 
}

.postblock.bar .postblock-image {
	width: 140px;
	border-radius: 0;
}
.postblock.bar a.postblock-image,
.postblock.bar .postblock-image img {
	border-radius: 0px 0px 0 0;
}
.postblock.bar .postblock-section {
	padding: 0;
}


/* Tags */
.tags-box {

}
.tags-box a {
	display: inline-block;
	padding: 3px 8px 3px;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	background-color: rgba(0, 23, 61, 0.3);
	margin: 0 0px 3px;
	font-size: 13px;
}
.tags-box a:hover {
	background-color: #008aff	
}

/* Wide */
.postblock-wide {
	border-radius: 0;
	padding: 30px 0 20px;
	border-bottom: 2px solid rgba(0, 23, 61, 0.08);
}
.postblock-wide:first-of-type  {

}
.postblock-wide:last-of-type  {
	border: 0;
}

.postblock-wide a.postblock-image,
.postblock-wide .postblock-image img {
	
}
.postblock-wide .postblock-section {
	position: relative;
	margin-top: 0px;
	display: block;
	max-width: 90%;
	padding: 0px 0px 0rem 0px;
	background: transparent;
	border-radius: 0;
	z-index: 2;
}
.postblock-wide .postblock-title {
	font-size: 24px;
}

@media (max-width: 767px) {
	.postblock-wide .postblock-title {
		font-size: 20px;
	}	
}

/* Detail */
.postblock-detail {
	padding-top: 50px;
}
.postblock-detail .indent {

}
.postblock-detail .textblock-title-wrap {

}

.postblock-detail.with-cover {

}
.postblock-detail-intro {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	font-style: 600;
	color: rgba(0, 23, 61, 0.5);
	font-weight: 600;
}
.postblock-detail-footer {
	margin-top: 40px;
	padding: 20px 0px 20px 10px;
	border: 1px solid rgba(0, 23, 61, 0.08);
	border-left:0;
	border-right: 0;
}

.postblock-detail-tags {
	margin: 0px 0;
	padding: 0px 0;
	/* border: 1px solid rgba(0, 23, 61, 0.08);
	border-left:0;
	border-right: 0; */
}



