/* 
Theme Name: Fratelli Beccaria Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Fratelli Beccaria 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: fratelli-beccaria-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 */

.text-green {
    color: #2E9D45 !important;
}

.icon-link-arrow {
    display: flex;
    align-items: center;
}


/* Breakpoints */


/* Laptop + Desktop */

@media (min-width: 1025px) {

    .nav-menu .menu-item a {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        transition: border 0.2s !important;
    }

    .nav-menu .menu-item a:hover, .nav-menu .menu-item .elementor-item-active {
        border-top: 2px solid #F8A62C !important;
        border-bottom: 2px solid #F8A62C !important;
    }

}


/* Mobile + Tablet */

@media (max-width: 1024px) {

    .container-home-icon-boxes {
        background: unset !important;
        background-color: rgba(74, 40, 2, 0.6) !important;
    }

}