/* 
Theme Name: Pastificio Prota Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Pastificio Prota 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: pastificio-prota-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;
}

strong {
    font-weight: 600 !important;
}

.text-underline {
    text-decoration: underline !important;
}

.gtr-auto {
    grid-template-rows: auto !important;
}

.menu-mobile .sub-menu a {
    font-size: 16px !important
}


/* Home */

.in-evidenza-text {
    max-width: 280px;
}


/* Prodotti */
.breadcrumbs .breadcrumbs-arrow {
    margin: 0px 20px;
}


/* Contatti */

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


/* Breakpoints */


/* Mobile + Tablet */

@media (max-width: 1024px) {

    .p-mob-tab-static {
        position: static !important;
    }

}


/* Tablet + Desktop */
@media (max-width: 766px) {

    .breadcrumbs .breadcrumbs-arrow {
        margin: 0px 10px;
    }

}