/*********************************************************************************************************
 /$$$$$$$  /$$        /$$$$$$   /$$$$$$        /$$$$$$$$ /$$$$$$$$  /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$
| $$__  $$| $$       /$$__  $$ /$$__  $$      |__  $$__/| $$_____/ /$$__  $$ /$$__  $$| $$_____/| $$__  $$
| $$  \ $$| $$      | $$  \ $$| $$  \__/         | $$   | $$      | $$  \ $$| $$  \__/| $$      | $$  \ $$
| $$$$$$$ | $$      | $$  | $$| $$ /$$$$         | $$   | $$$$$   | $$$$$$$$|  $$$$$$ | $$$$$   | $$$$$$$/
| $$__  $$| $$      | $$  | $$| $$|_  $$         | $$   | $$__/   | $$__  $$ \____  $$| $$__/   | $$__  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$         | $$   | $$      | $$  | $$ /$$  \ $$| $$      | $$  \ $$
| $$$$$$$/| $$$$$$$$|  $$$$$$/|  $$$$$$/         | $$   | $$$$$$$$| $$  | $$|  $$$$$$/| $$$$$$$$| $$  | $$
|_______/ |________/ \______/  \______/          |__/   |________/|__/  |__/ \______/ |________/|__/  |__/
********************************************************************************************************/
#blog_teaser_container
{
	height: 710px;
	overflow: hidden;
	border-left: 20px solid #000000;
	border-right: 20px solid #000000;
}

#blog_teaser_container > div > div > div
{
	position: relative;
	height: 710px;
}

@media screen and (max-width:480px)
{
	#blog_teaser_container
	{
		border-left: 7.5px solid #000000;
		border-right: 7.5px solid #000000;
	}
}

#blog_teaser_container > div:first-of-type
{
	background-color: #ffffff;
}

#blog_teaser_container .teaser-item-wrapper
{
	position: absolute;
	overflow: hidden;
	transition: all 400ms;
}

#blog_teaser_container .teaser-item-wrapper a.blog-teaser-item:link,
#blog_teaser_container .teaser-item-wrapper a.blog-teaser-item:active,
#blog_teaser_container .teaser-item-wrapper a.blog-teaser-item:visited
{
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%
}

#blog_teaser_container .blog-teaser-item::before
{
	content: '';
	position: absolute;
	z-index: 4;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	transition: opacity 300ms ease-out;
}

#blog_teaser_container .blog-teaser-item:hover::before
{
	opacity: 1;
}

#blog_teaser_container .blog-teaser-item::after
{
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	opacity: 0;
	border: 2px solid rgba(174,136,48,0.3);
	transition: opacity 400ms;
}

#blog_teaser_container .blog-teaser-item:hover::after
{
	opacity: 1;
}

#blog_teaser_container .blog-teaser-item > img
{
	position: absolute;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

#blog_teaser_container .blog-teaser-item:hover > img
{
	animation: zoom-in 20s infinite;
}

#blog_teaser_container .blog-teaser-item div.top-layer
{
	position: absolute;
	z-index: 5;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0 25px 35px 25px;
	transform: translateY(162px);
	transition: transform 300ms ease-out;
}

#blog_teaser_container .blog-teaser-item:hover div.top-layer
{
	transform: translateY(0);
}

#blog_teaser_container .blog-teaser-item div.top-layer .title
{
	font-family: dm_serif_display;
	font-size: 30pt;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#blog_teaser_container .blog-teaser-item div.top-layer .date
{
	font-family: source_sans_pro;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	color: #ffffff;
}

@media screen and (min-width:992px)
{
	#blog_teaser_container #teaser_item_1
	{
		width: 588px;
		height: 588px;
	}

	#blog_teaser_container #teaser_item_2
	{
	    z-index: 1;
	    right: 0;
	    top: 357px;
	}

	#blog_teaser_container #teaser_item_2:hover
	{
		z-index: 10;
	}

	#blog_teaser_container #teaser_item_2
	{
		height: 355px;
	    width: 670px;
	}

	#blog_teaser_container #teaser_item_2 div.top-layer .title
	{
		font-size: 24pt;
	}

	#blog_teaser_container #teaser_item_3
	{
	    top: 124px;
	    left: 603px;
	    width: 410px;
	    height: 205px;
	}

	#blog_teaser_container #teaser_item_3 div.top-layer
	{
		transform: translateY(250px);
	}

	#blog_teaser_container #teaser_item_3:hover div.top-layer
	{
		transform: translateY(0px);
	}

	#blog_teaser_container #teaser_item_3 div.top-layer .title
	{
		font-size: 19pt;
	}
}

@media screen and (max-width:992px)
{
	#blog_teaser_container
	{
		height: 1300px;
	}

	#blog_teaser_container > div > div > div
	{
		height: 1300px;
	}

	#blog_teaser_container .teaser-item-wrapper
	{
		position: relative;
		height: 400px;
		width: 100%;
		max-width: calc(100% - 20px);
	}

	#blog_teaser_container .blog-teaser-item::before
	{
		display: none;
	}

	#blog_teaser_container .teaser-item-wrapper a div.top-layer
	{
		background-color: rgba(0,0,0,0.8);
		padding: 10px;
		transform: translateY(0);
	}

	#blog_teaser_container .teaser-item-wrapper a div.top-layer .title
	{
		font-size: 19pt;
	}
}

#blog_teaser_container #view_all_button:link,
#blog_teaser_container #view_all_button:active,
#blog_teaser_container #view_all_button:visited
{
	position: absolute;
    bottom: 47px;
    left: 125px;
   	height: 15px;
    letter-spacing: 2px;
    transition: all 150ms;
    display: flex;
    align-items: center;
}

#blog_teaser_container #view_all_button img
{
	padding-right: 19px;
}

@media screen and (max-width:1200px)
{
	#blog_teaser_container #view_all_button:link,
	#blog_teaser_container #view_all_button:active,
	#blog_teaser_container #view_all_button:visited
	{
		left: 40px;
	}
}