/*
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
*/

/* Problema sidebar in progetti */

.post-in-category-toy-projects #sidebar, .post-in-category-progetti #sidebar {display: none !important}

.post-in-category-toy-projects #primary, .post-in-category-progetti #primary {width: 100% !important}








.carousel-post-home span.uagb-post__title.uagb-post__text {
    display: block;
}
.colonna-carousel-home .wp-block-column {
    padding-bottom: 50px;
}
.griglia-post-home article.uagb-post__inner-wrap:hover {
    border: 10px solid #f9d11b;
}
.griglia-post-home article.uagb-post__inner-wrap {
    transition: border .3s;
    border: 0px solid #f9d11b;
}
@media screen and (min-width:1280px){
	.blocco-projects-pagina article.uagb-post__inner-wrap{
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}
	a.wp-block-button__link.wp-element-button {
		font-size: 18px;
	}
}
.carousel-post-home article.uagb-post__inner-wrap {
    height: 420px;
	display: flex !important;
    align-items: center;
}
.carousel-post-home .uagb-post__text.uagb-post-grid-byline {
    display: none;
}
.carousel-post-home article.uagb-post__inner-wrap .uagb-post__image img {
    width: 100%;
    object-fit: cover;
}
input.wpcf7-form-control {
    width: 100%;
}