/* Teaser box. */
.wbm-teaser-box .teaser_box_column {
	padding-top: 0;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.wbm-teaser-box.image_bottom .teaser_box_column {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.scheme_default .wbm-teaser-box .post_featured .mask {
	background-color: rgba(53, 53, 53, 0.7);
}

.wbm-teaser-box .post_featured.hover_double_border img {
	width: 100%;
	max-height: 250px;
	object-fit: cover;
	overflow: hidden;
}
.wbm-teaser-box .teaser_box_item_info {
	padding: 15px;
	max-height: 250px;
}

.wbm-teaser-box .post_featured.hover_fade .post_info, 
.wbm-teaser-box .post_featured.hover_slide .post_info, 
.wbm-teaser-box .post_featured.hover_pull .post_info, 
.wbm-teaser-box .post_featured.hover_border .post_info, 
.wbm-teaser-box .post_featured.hover_double_border .post_info, 
.wbm-teaser-box .post_featured.hover_shop .post_info {
	visibility: initial;
}

.wbm-teaser-box .teaser_box_item_info .sc_services_info {
	position: relative;
	height: calc(100% - 25px);
}

.wbm-teaser-box .post_info_back { 
	padding: 0;
	height: 100%;
}
.wbm-teaser-box .teaser_box_item_button {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	line-height: normal;
}

.wbm-teaser-box .icon-link {
    display: block;
    width: 100%;
    height: 100%;
	position: relative;
}
.wbm-teaser-box .icon-link:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    right: 0;
}

.wbm-teaser-box .teaser_box_content {
	margin-bottom: 1.4em;
}

.wbm-teaser-box .teaser_box_subtitle {
	color: #b47e4e;
}
	
@media (max-width: 479px) {
	.wbm-teaser-box .teaser_box_title {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.wbm-teaser-box .teaser_box_item_info .sc_services_info {
		height: auto;
	}
}

@media (min-width: 960px) {
	
	.wbm-teaser-box.image_bottom .teaser_box_column {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
	}
	.wbm-teaser-box .teaser_box_title {
		margin-bottom: 5px;
	}
	
	.wbm-teaser-box .teaser_box_item_info {
		-ms-justify-content: normal;
		-webkit-justify-content: normal;
		justify-content: normal;
		height: 250px;
	}

	.wbm-teaser-box .post_featured.hover_double_border img {
		height: 250px;
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.wbm-teaser-box .sc_services_item_content, 
	.wbm-teaser-box .sc_services_item_button {
		display: block;
		position: static;
	}
	
	.wbm-teaser-box .teaser_box_item_info {
		height: auto;
		max-height: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	
	.wbm-teaser-box .post_featured.hover_double_border img {
		height: 200px;
	}
	
	.wbm-teaser-box .teaser_box_item_info {
		height: 200px;
	}
	
	.wbm-teaser-box .teaser_box_item_info .sc_services_info {
		height: auto;
	}
	.wbm-teaser-box .sc_services_item_content, 
	.wbm-teaser-box .sc_services_item_button {
		display: block;
		position: static;
	}
}