/* Current */
.title-loop, .title-special-post {
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

.title-special-post {
	font-size: 30px;
}

.title-loop {
	font-size: 24px;
}

/* Items */
@media (min-width: 1200px) {
	#loop-post.container, #top-page-current .container {
		max-width: 1140px;
	}
}

#loop-post.container {
	padding-bottom: 33px;
	padding-top: 55px;
}

@media only screen and (orientation: landscape) and (max-width: 700px) {
	#loop-post.container {
		padding-top: 20px;
	}
}


.special-post {
	overflow: auto;
	padding: 25px 0px 70px 0px;
	width: 100%;
}

.row.special-news {
	margin-top: 50px;
	margin-bottom: 68px;
}

.grid {
	width: 100%;
	font-size: 0;
}

.grid p {
	font-size: 16px;
}

.grid-row {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.grid-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
}


.grid-item {
	width: 100%;
}

@media (min-width: 800px) {
	.grid-item {
		width: 33.2%;
	}
}



a.loop-post-img, a.special-post-img {
	overflow: hidden;
	display: block;
}

@media (min-width: 800px) {
	a.special-post-img, .text-special-post {
		width: 50%;
		float: left;
	}
}

@media (max-width: 799px) {
	a.special-post-img, .text-special-post {
		width: 100%;
	}

}

.text-special-post {
	background: #f7f7f7;
	padding: 35px;
	height: 320px;
}

@media (max-width: 767px) {
	.text-special-post {
		height: auto;
	}
}

.loop-post-thumb {
	height: 200px;
}

@media (max-width: 799px) {
	.loop-post-thumb {
		height: 280px;
	}
}

@media (max-width: 767px) {
	.loop-post-thumb {
		height: 230px;
	}
}

.special-post-thumb {
	height: 320px;
	width: 100%;
}

@media (max-width: 767px) {
	.special-post-thumb {
		height:280px;
	}
}

@media (max-width: 500px) {
	.special-post-thumb {
		height:220px;
	}
}


.loop-post-thumb, .special-post-thumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-clip: border-box;
	background-position: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background-color: #f7f7f7;
	position: relative;
}

.loop-post-thumb:hover, .special-post-thumb:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}


.loop-post-thumb > img.logo_prototyp, .special-post-thumb > img.logo_prototyp {
	width: 70%;
	max-width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@media (min-width: 800px) {
	.row-loop .grid-item:first-child .grid-item-content {
		padding: 32px 26px 32px 0px;
	}

	.row-loop .grid-item:nth-child(2) .grid-item-content {
		padding: 32px 13px 32px 13px;
	}

	.row-loop .grid-item:nth-child(3) .grid-item-content {
		padding: 32px 0px 32px 26px;
	}
}

@media (max-width: 799px) {
	.grid-item .grid-item-content {
		padding: 25px 0;
	}
}

.loop-post-img img {
	width: 100%;
	margin-bottom: 27px;
}

h2.loop-post-title {
	margin-bottom: 0px;
}

h2.loop-post-title a, h2.loop-post-title {
	font-size: 24px;
	color: #565655;
	text-decoration: none;
	line-height: 26px;
	text-align: left;
	overflow-wrap: break-word;
}

h2.loop-post-subtitle {
	font-size: 16px;
	text-align: left;
	color: #D8C28C;
	font-weight: 700;
}

h1.special-post-title {
	margin-bottom: 7px;
	font-size: 24px;
	color: #565655;
	text-decoration: none;
	line-height: 26px;
	text-align: left;
}

h2.special-post-subtitle {
	font-size: 16px;
	text-align: left;
	color: #D8C28C;
	font-weight: 700;
}

.grid-item p {
	font-size: 16px;
	margin-bottom: 10px;
}

.grid-item i, .special-item-content i {
	color: #810F01;
	font-size: 22px;
}

/* More Btn */
.more-post {
	display: none;
	height: 142px;
	position: relative;
	padding-top: 10px;
}

.more-post-btn {
	display: inline-block;
}


@media only screen and (max-width: 500px) {
	.title-special-post, .title-loop, h2.loop-post-title a, h2.loop-post-title {
		font-size: 18px;
	}

	#loop-post.container {
    padding-bottom: 25px;
    padding-top: 25px;
	}

	h1.special-post-title {
		font-size: 18px;
	}

	h2.special-post-subtitle {
		font-size: 14px;
	}

	.grid p {
		font-size: 14px;
	}
}


/* News loop */
@media only screen and (min-width: 992px) {
	.row.special-news .col-lg-6 {
		max-width: 48%;
		padding: 0;
	}

	.row.special-news .col-lg-6:first-child {
		margin: 0px;
	}

	.row.special-news .col-lg-6:nth-child(2) {
		margin: 0 0 0 4%;
	}
}


@media only screen and (max-width: 991px) {
	.row.special-news .col-lg-6:first-child {
		margin-bottom: 25px;
	}
}
