/* ===================================
	Brand Logo
====================================== */
.elementor-widget-crafto-brand-logo ul {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border: 0;
}
.crafto-brand-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	min-height: 250px;
}
.crafto-brand-logo-list .crafto-brand-logo-wrapper > img {
	width: auto;
}
.crafto-brand-logo-wrapper .brand-logo-info {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.crafto-brand-logo-wrapper .brand-logo-info-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
	transition: all .5s cubic-bezier(.77,0,.175,1);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #232323;
	width: 40px;
	height: 40px;
}
.crafto-brand-logo-wrapper .brand-logo-icon,
.crafto-brand-logo-wrapper .brand-logo-icon svg {
	font-size: 18px;
	color: #fff;
	display: flex;
}
.crafto-brand-logo-wrapper .brand-logo-icon svg {
	fill: #fff;
}
.crafto-brand-logo-wrapper .brand-logo-info-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px;
	text-align: center;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	right: 0;
}
.crafto-brand-logo-wrapper .brand-logo-info-inner .brand-logo-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #fff;
}
.crafto-brand-logo-wrapper .brand-logo-info-inner .brand-logo-description {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
}
.crafto-brand-logo-wrapper .brand-logo-info:hover .brand-logo-info-wrapper {
	margin: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0;
}
.crafto-brand-logo-wrapper .brand-logo-info:hover .brand-logo-icon {
	opacity: 0;
	visibility: hidden;
}
.crafto-brand-logo-wrapper .brand-logo-info:hover .brand-logo-info-inner {
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}