/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2023 | 07:15:22 */
.image-showcase--card .image-showcase__image-container {
	text-align: left;
	
	background-color: var(--white);
    filter: drop-shadow(0px 6px 96px rgba(0, 0, 0, 0.02));
    border-radius: 5px;
}

.image-showcase--card .image-showcase__image-name,
.image-showcase--card .image-showcase__image-title,
.image-showcase--card .image-showcase__image-description {
	padding: 0 28px;
}

.image-showcase--card .image-showcase__image-name {
	padding-top: 24px;
}

.image-showcase--card .image-showcase__image-name {
	margin-bottom: 8px;
	
	font-weight: 700;
	font-size: 20px;
	line-height: 20.2px
}

.image-showcase--card .image-showcase__image-title {
	font-weight: 400;
	font-size: 17px;
	line-height: 23.99px;
	color: var(--primary-brand-color);
}

.image-showcase--card .image-showcase__image-description {
	position: relative;
	
	padding-top: 16px;
	
	font-weight: 400;
	font-size: 17px;
	line-height: 23.99px;
	
	margin-top: 0;
	width: auto;
	
    color: #262629;
	
	background-color: transparent;
	box-shadow: none;
    opacity: 1;
}

.image-showcase--card .image-showcase__image {
	width: 100%;
    object-fit: cover;
}

.image-showcase--card .image-showcase__image:not(:hover),
.work_carousel .image-showcase__image:not(:hover) {
	filter: none;
}

.image-showcase--card .image-showcase__nav svg,
.image-showcase--scrollable .image-showcase__navs.image-showcase__navs--none {
	display: none;
}

.image-showcase--card .image-showcase__nav:first-child:before {
	content: url(/wp-content/uploads/2023/01/left-arrow.svg);
}

.image-showcase--card .image-showcase__nav:last-child:before {
	content: url(/wp-content/uploads/2023/01/right-arrow.svg);
}

@media (min-width: 992px) and (max-width: 1299px) {
	.image-showcase--card .image-showcase__image-container,
	.work_carousel .image-showcase__image-container {
		--visible-items: 3;
	}
}

@media (max-width: 991px) {
	.image-showcase--card .image-showcase--scrollable .image-showcase__images,
	.work_carousel .image-showcase--scrollable .image-showcase__images {
		overflow: auto;
	}
	
	.image-showcase--card .image-showcase--scrollable .image-showcase__images::-webkit-scrollbar,
	.work_carousel .image-showcase--scrollable .image-showcase__images::-webkit-scrollbar {
	  	width: 0;
		height: 0;
	}
	
	.image-showcase--card .image-showcase--scrollable .image-showcase__navs,
	.work_carousel .image-showcase--scrollable .image-showcase__navs {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.image-showcase--card .image-showcase__image-container,
	.work_carousel .image-showcase__image-container {
		--visible-items: 2;
	}
}

@media (max-width: 575px) {
	.image-showcase--card .image-showcase__image-container,
	.work_carousel  .image-showcase__image-container {
		--visible-items: 1;
	}
}