/********************************************************************************************************************************************************************
 /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$   /$$ /$$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$  /$$$$$$$   /$$$$$$     /$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$ 
| $$_____/| $$_____/ /$$__  $$|__  $$__/| $$  | $$| $$__  $$| $$_____/| $$__  $$      | $$__  $$| $$__  $$ /$$__  $$   |__  $$| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$  \ $$   | $$   | $$  | $$| $$  \ $$| $$      | $$  \ $$      | $$  \ $$| $$  \ $$| $$  \ $$      | $$| $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$$$$   | $$   | $$  | $$| $$$$$$$/| $$$$$   | $$  | $$      | $$$$$$$/| $$$$$$$/| $$  | $$      | $$| $$$$$   | $$         | $$  |  $$$$$$ 
| $$__/   | $$__/   | $$__  $$   | $$   | $$  | $$| $$__  $$| $$__/   | $$  | $$      | $$____/ | $$__  $$| $$  | $$ /$$  | $$| $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$  | $$   | $$   | $$  | $$| $$  \ $$| $$      | $$  | $$      | $$      | $$  \ $$| $$  | $$| $$  | $$| $$      | $$    $$   | $$   /$$  \ $$
| $$      | $$$$$$$$| $$  | $$   | $$   |  $$$$$$/| $$  | $$| $$$$$$$$| $$$$$$$/      | $$      | $$  | $$|  $$$$$$/|  $$$$$$/| $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|__/      |________/|__/  |__/   |__/    \______/ |__/  |__/|________/|_______/       |__/      |__/  |__/ \______/  \______/ |________/ \______/    |__/   \______/ 
********************************************************************************************************************************************************************/
.featured-projects-container
{
	height: 575px;
	max-width: 2000px;
	margin: 0 auto;
}

.featured-projects-container .widget_single_project:link,
.featured-projects-container .widget_single_project:visited
{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background-color: #4c4d4f;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 991px)
{
	.featured-projects-container .widget_single_project:link,
	.featured-projects-container .widget_single_project:visited
	{
		height: 530px;
	}
}

.featured-projects-container .widget_single_project::after
{
	content: '';
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 40%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
	opacity: 0;
	transition: opacity 200ms ease-out;
}

/* .featured-projects-container .widget_single_project::before
{
	content: '';
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: #353535;
	transition: opacity 200ms ease-out;
}

@media screen and (max-width: 768px)
{
	.featured-projects-container .widget_single_project::before
	{
		opacity: 0.75;
	}
} */

.featured-projects-container .widget_single_project:hover::after
{
	opacity: 0.75;
}

.featured-projects-container .widget_single_project:active::after
{
	opacity: 0.5;
}

.featured-projects-container .widget_single_project img
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 800ms ease-out;
}

@media screen and (min-width:992px)
{
	.featured-projects-container .widget_single_project:hover img
	{
		transform: 	scale(1.01);
	}
}

.featured-projects-container .widget_single_project .caption-container
{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transition: opacity 400ms;
}

@media screen and (max-width: 768px)
{
	.featured-projects-container .widget_single_project .caption-container
	{
		opacity: 1;
	}
}

.featured-projects-container .widget_single_project:hover .caption-container
{
	opacity: 1;
}

.featured-projects-container .widget_single_project .caption-container div.title
{
	font-family: dinot_medium;
	font-size: 26pt;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 20px;
	transition: transform 200ms ease-out;
	display: block;
}

.featured-projects-container .widget_single_project .caption-container div.button
{
	font-family: work_sans;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 15px;
	background-color: #db001b;
	transition: transform 200ms ease-out;
}

.featured-projects-container .widget_single_project .caption-container div.category
{
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: work_sans;
	font-weight: normal;
	font-size: 12pt;
	color: #ffffff;
}

.featured-projects-container a.widget_single_project
{
	text-decoration: none !important;
}

.featured-projects-container .widget_single_project .title
{
	font-family: 'prima_sans_bt_bold';
	font-size: 40px;
	color: #ffffff;
	padding-left: 40px;
	opacity: 0;
	position: relative;
	z-index: 3;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	display: block;
}

.featured-projects-container .widget_single_project:hover .title
{
	opacity: 1;
}

.featured-projects-container .widget_single_project .link
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding-left: 40px;
	padding-bottom: 45px;
	opacity: 0;
	display: block;
	position: relative;
	z-index: 3;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.featured-projects-container .widget_single_project .link::after
{
	content: '\f061';
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: font_awesome;
	font-size: 16px;
	background-color: transparent;
	width: 33px;
	height: 40px;
	color: #ffffff;
	transition: all 0.2s;
}

.featured-projects-container .widget_single_project:hover .link
{
	opacity: 1;
}

/* Prevous and Next Buttons */
.featured-projects-container .slider-controls.slider-button
{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	width: 60px;
	height: 60px;
}

.featured-projects-container .slider-controls.slider-button.previous
{
	left: 15px;
}

.featured-projects-container .slider-controls.slider-button.next
{
	right: 15px;
}

.featured-projects-container .slider-controls.slider-button::before
{
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	background-color: #ffffff;
	opacity: 0;
	border: 2px solid #E5E5E5;
	border-radius: 50%;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	transition: all 200ms;
}

.featured-projects-container .slider-controls.swiper-button-disabled
{
	display: none;
}

.featured-projects-container:hover .slider-controls.slider-button::before
{
	opacity: 0.15;
}

.featured-projects-container .slider-controls.slider-button:hover::before
{
	opacity: 0.6;
}

.featured-projects-container .slider-controls.slider-button:active::before
{
	opacity: 0.8;
}

.featured-projects-container .slider-controls.slider-button.previous::before
{
	content: '\276E';
	margin-left: -5px;
}

.featured-projects-container .slider-controls.slider-button.next::before
{
	content: '\276F';
	margin-right: -5px;
}

@media screen and (max-width:991px)
{
	.featured-projects-container .slider-controls.slider-button.previous
	{
		left: 0;
	}

	.featured-projects-container .slider-controls.slider-button.next
	{
		right: 0;
	}

	.featured-projects-container .slider-controls.slider-button.previous:hover
	{
		background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
	}

	.featured-projects-container .slider-controls.slider-button.next:hover
	{
		background: linear-gradient(to left, rgba(0,0,0,0.3), transparent);
	}

	.featured-projects-container .slider-controls.slider-button
	{
		width: 80px;
		height: 100%;
		outline: none;
	}

	.featured-projects-container .slider-controls.slider-button::before
	{
		position: relative;
		width: 80px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 40px;
		background-color: transparent;
		color: #ffffff;
		opacity: 0;
		border: none;
		border-radius: 0;
		filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	}
}