.h-post-title {
	text-align: center;
	padding: 6vw 30vw 2vw 30vw
}

.h-post-title h1 {
	font-size: 2.5vw;
}

.h-post-image {
	padding: 0 35vw 4vw 35vw;
}

.h-post-image img {

	width: 100%;
	height: 16vw;
	object-fit: cover;
	
}

.h-post-thumbnail {
	position: relative;
}

.h-post-triangle img {
	position: absolute;
	width: 1.5vw;
	height: 1.5vw;
	top: 0;
	left: 0;
}

.h-post-date {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #eeeeee;
	width: 3vw;
	height: 3vw;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.h-post-date p {
	font-size: 0.6vw;
	color: #235d39;
	font-family: "hempika-bold";
	text-transform: uppercase;
	line-height: 1.25;
}

.h-blog-divider {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.h-blog-line-left {
	width: 47.5%;
	border-top: solid #235D39 0.2vw;
	margin-top: 1.5vw;
}

.h-blog-line-right {
	width: 47.5%;
	border-top: solid #235D39 0.2vw;
	margin-top: 1.5vw;
}

.h-blog-line-img {
	width: 5%;
	padding: 1vw;
}

.h-post-content {
	padding: 4vw 30vw;
	/*text-align: justify;*/
}

@media only screen and (max-width: 768px) {
	
.h-post-title {
	text-align: center;
	padding: 12vw 12vw 6vw 12vw
}

.h-post-title h1 {
	font-size: 6vw;
}

.h-post-image {
	padding: 0 12vw 12vw 12vw;
}

.h-post-image img {
	width: 100%;
	height: 42vw;
}

.h-post-triangle img {
	position: absolute;
	width: 5vw;
	height: 5vw;
}

.h-post-date {
	width: 10vw;
	height: 10vw;
}
.h-post-date p {
	font-size: 2vw;
}

.h-blog-line-left {
	width: 42%;
	border-top: solid #235D39 0.8vw;
	margin-top: 6vw;
}

.h-blog-line-right {
	width: 42%;
	border-top: solid #235D39 0.8vw;
	margin-top: 6vw;
}

.h-blog-line-img {
	width: 16%;
	padding: 2vw;
}

.h-post-content {
	padding: 12vw 8vw;
}
	
}

/*------------------------ ELEMENTS MARGINS & LINE HEIGHTS & BORDERS ----------------------------------*/

.h-elements {
	padding: 0;
}

.h-elements p, .h-elements ul, .h-elements ol, .h-elements small, .h-elements figcaption {
	margin-bottom: 1vw;
	line-height: 1.5;
}

.h-elements .h-button {
	margin-bottom: 1vw;
}

.h-elements a {
	text-decoration: underline 0.15vw;
	text-underline-offset: 0.15vw;
}

.h-elements h2, .h-elements h3, .h-elements h4  {
	margin-bottom: 1vw;
	line-height: 1;
	font-size: 1.5vw;
	text-align: left;
}

.h-elements form, .h-elements table, .h-elements img {
	margin-bottom: 1vw;
}

.h-elements input, .h-elements select, .h-elements textarea {
	margin: 0.5vw 0;
}

.h-elements th {
	text-align: left;
	padding: 1vw;
	border: solid 0.2vw #235d39;
}

.h-elements td {
	padding: 1vw;
	border: solid 0.2vw #235d39;
}

.h-elements ul {
	list-style-type: square;
	list-style-position: inside;
}

.h-elements ol {
	list-style-type: decimal;
	list-style-position: inside;
}

@media only screen and (max-width: 768px) {

.h-elements p, .h-elements ul, .h-elements ol, .h-elements small, .h-elements figcaption {
	margin-bottom: 4vw;
}

.h-elements a {
	text-decoration: underline 0.6vw;
	text-underline-offset: 0.6vw;
}

.h-elements h2, .h-elements h3, .h-elements h4, .h-elements form, .h-elements table, .h-elements img, .h-button {
	margin-bottom: 4vw;
}

.h-elements input, .h-elements select, .h-elements textarea {
	margin: 2vw 0;
}

.h-elements th {
	padding: 4vw;
	border: solid 0.8vw #235d39;
}

.h-elements td {
	padding: 4vw;
	border: solid 0.8vw #235d39;
}
	
	.h-elements h2, .h-elements h3, .h-elements h4 {
		font-size: 5vw;
		line-height: 1.25;
	}

}