/* 
Theme Name: Petazzoni Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Petazzoni Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: petazzoni-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Styles */


/* General */

a, a:hover {
    color: unset;
}


/* Realizzazioni */

.realizzazioni-gallery .elementor-gallery-item__title {
    background-color: white;
    padding-top: 10px;
}


/* Contatti */

.contacts-list-item h3 {
    margin-top: -5px;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    opacity: 1 !important;
}

/* Breakpoints */

/* Desktop */
@media (min-width: 1025px) {

    .realizzazioni-gallery .elementor-gallery__container {
        row-gap: 50px;
    }

}

/* Mobile */
@media (max-width: 766px) {

    .realizzazioni-gallery .elementor-gallery-item__title {
        text-align: center;
    }

}
