/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
@media screen and (max-width: 1023px){
	.inner-row-hero-home {
		padding-inline: 20px;
		padding-block-start: 20px;
	}
	.inner-row-hero-home .vcex-button {
		width: 100%;
	}
}
@media screen and (min-width: 1024px){
	.row-hero-home > .wpb_column > .vc_column-inner > .wpb_wrapper {
		position: relative;
	}
	.inner-row-hero-home {
		position: absolute;
		bottom: 7vh;
		left: 5vh;
		background: #ffffffe3;
		padding: 20px;
		border-radius: 10px;
		backdrop-filter: blur(10px);
	}
}

.grid-image-portfolio-single .wpex-slider-thumbnails {
    gap: 5px;
    margin-top: 5px;
}
.row-punti-allestimenti-pagina .vcex-icon-box:not(.row-punti-allestimenti-pagina .vcex-icon-box:last-child){
    padding-bottom: 1em;
    border-bottom: 1px solid #251e024d;
    margin-bottom: 1em;
}
.row-punti-allestimenti-pagina .vcex-icon-box .vcex-icon-box-heading {
    font-weight: 400;
    font-size: 21px;
}
.row-punti-allestimenti-pagina .vcex-icon-box .vcex-icon-box-content {
    margin-top: 5px;
    font-size: 14px;
}
.row-steps-allestimenti .vcex-steps-item__symbol {
    background: #fff;
}