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

a, a:hover {
    color: unset;
}

.text-semibold {
    font-weight: 600;
}

.text-medium {
    font-weight: 500;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    border-bottom: 1px solid #161615;
    padding-bottom: 2px;
}

.has-submenu + ul {
    min-width: 228px !important;
}

#contact-form input:focus {
    box-shadow: unset !important;
}

.social-icons .elementor-social-icon-instagram {
    background-color: #161615 !important;
    padding: 6px;
    transition: 0.2s; 
    margin-left: 20px;
}

.social-icons .elementor-social-icon-instagram:hover {
    background-color: #2e2e2e;
}

.social-icons .elementor-social-icon-instagram path {
    fill: white;
}