.postList {
	margin-top:80px;
}

.postList .ultp-block-item .ultp-block-image {
    width: 50%!important;
    display: inline-flex!important;
    vertical-align: top!important;
    margin-top: 10px!important;
	padding-right:20px;
	box-sizing:border-box;
	padding-left:10px;
}

.postList .ultp-block-item .ultp-block-image a,
.postList .ultp-block-item .ultp-block-image a  img {
	max-width:100%;
}

.postList .ultp-block-content {
    width: 50%!important;
    display: inline-block !important;
	padding-right:10px;
	padding-bottom:10px;
	box-sizing:border-box;
}

.ultp-block-item {
	padding:0px !important;
}

.ultp-block-item > .ultp-block-content-wrap {
	background-color:#F5F5F5;
}

.blogKop {
	font-size:20px;
	font-size:25px;
	font-weight:600;
	font-weight:500;
	padding-top:10px;
	color:#000000 !important;
}

.post-template-default .meta-prep.meta-prep-author,
.post-template-default .meta-sep,
.post-template-default .author.vcard {
	display:none;
}

.post-template-default .entry-date {
	display:inline-block;
}
.post-template-default .entry-date:after {
	/* content:" / "; */
}

.post-template-default #primary {
	display:none;
} 

.post-template-default a {
	text-decoration:none;
}

.post-template-default a:hover {
	color:#fbd700;
}

.post-template-default .entry-meta,
.post-template-default .entry-meta span,
.post-template-default .entry-meta a span,
.post-template-default .entry-meta a,
.post-template-default .entry-meta:hover,
.post-template-default .entry-meta span:hover,
.post-template-default .entry-meta a span:hover,
.post-template-default .entry-meta a:hover {
	color: #000000;
	cursor:text;
	pointer-events: none;
	font-size: 14px;
}

.post-template-default .featImage {
	text-align:center;
	margin: 5px 20px 10px 0px;
	float:left;
	max-width:30%;
	text-align:left;
}

.post-template-default .featImage img {
	/* max-width:40%;  */
	width:100%;
}

.post-template-default .entry-content {
	margin-top:20px;
}

.ultp-block-items-wrap .ultp-block-item .ultp-block-title,
.ultp-block-items-wrap .ultp-block-item .ultp-block-title a {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height:19px !important;
}

.ultp-block-69192f .ultp-block-excerpt {
	font-size: 15px;
	line-height: 21px !important;
	color:#000000;
}
.ultp-block-meta span,
.ultp-block-readmore a {
	font-size: 15px !important;
	color:#000000 !important;
}
.ultp-template-container {
	padding:0px !important;
}
.ultp-pagination {
	margin-top:20px !important;
}

@media (min-width: 615px) and (max-width: 989px) {
	.postList .ultp-block-item .ultp-block-image {
		width: 50% !important;
	}
	.postList  .ultp-block-content {
		width: 50% !important;
	}
	.ultp-block-item > .ultp-block-content-wrap {
		width:100%;
	}
	.ultp-block-row {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media (max-width: 480px) {
	.postList .ultp-block-item .ultp-block-image {
		width: 100%!important;
	}
	
	.postList .ultp-block-content {
		width: 100% !important;
	}
}

