/*
Theme Name: Fiumara Sistemi
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Description: Custom Theme tailored for Fiumara Sistemi by MIND IT Digital ft Giovanni Bevacqua.
Author: MIND IT Digital ft Giovanni Bevacqua
Author URI: https://www.mindit.digital/
Tags: Fiumara Sistemi, MIND IT Digital, Giovanni Bevacqua
Version: 1.0.0
*/
h1 > strong,
h2 > strong {
    background: var( --e-global-color-primary );
    background: -webkit-linear-gradient(to right,var( --e-global-color-primary ) 9%,var( --e-global-color-44c06e4 ) 27%);
    background: -moz-linear-gradient(to right,var( --e-global-color-primary ) 9%,var( --e-global-color-44c06e4 ) 27%);
    background: linear-gradient(to right,var( --e-global-color-primary ) 9%,var( --e-global-color-44c06e4 ) 27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-button a.elementor-button.elementor-size-sm .elementor-button-content-wrapper {
	gap: 2rem;
	transition: .2s all ease-in-out;
}
.custom-button a.elementor-button.elementor-size-sm:hover .elementor-button-content-wrapper {
    gap: 0;
    padding: 0 1rem;
}

.backed {
    position: absolute !important;
    height: 100%;
    top: 0;
    left: 0;
}
.backed > .elementor-container {
    height: 100%;
}

.product-category-archive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(3, 18rem);
}
.card-product-category {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
	position: relative;
    overflow: hidden;
}
.card-product-category-wrap-over,
.image-product-category {
    position: absolute;
    width: 100%;
    height: 100%;
}
.card-product-category-wrap-over {
	position: absolute;
	transition: .2s all ease-in-out;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.card-product-category:hover .card-product-category-wrap-over {
	background-color: rgb(25 27 29 / 50%);
}
.image-product-category img {
    width: 100%;
    height: 100% !important;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
.card-product-category .elementor-heading-title {
    z-index: 1;
    color: var(--e-global-color-410318c);
    text-shadow: 1px 1px 2px rgba(0 0 0 / 35%);
    font-weight: 900;
    font-size: 2.2rem;
}
.brand-archive-title .elementor-widget-heading .elementor-heading-title {
	color: var( --e-global-color-e802747 );
	font-size: 3rem;
}

.video-overlay {
	position: absolute !important;
    width: 100% !important;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.video-overlay > .elementor-widget-container {
	width: 100%;
    height: 100%;
}

.product-meta {
    display: flex;
    gap: 1rem;
    text-transform: uppercase;
}
.product-meta-brand::after {
    content: "\\";
    margin-left: 1rem;
}
.brands-custom-grid {
	justify-content: flex-end !important;
    display: flex !important;
}
.brands-custom-grid > .elementor-container {
	max-width: 612px !important;
    margin: unset !important;
    width: 100% !important;
}

.brands-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 1rem;
}
.brands-list img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width: 1024px) {
	.product-category-archive {
		grid-template-columns: 1fr;
		grid-auto-rows: 18rem;
	}
	.brand-archive-title .elementor-widget-heading .elementor-heading-title {
		font-size: 2.5rem;
		text-align: center;
	}
	.brands-list {
		grid-template-columns: 1fr;
		grid-auto-rows: 8rem;
	}
	.footer-menu-link li.menu-item {
		text-align: center;
	}
	.footer-menu-link li.menu-item a.elementor-item {
		display: inline-block;
	}
}
.elementor-widget-image a img[src$=".svg"] {
	width: 100% !important;
}