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

/* Add your custom styles here */

:root {
    --color-primary: #57969E;
    --color-secondary: #595959;
}

/* Header / Menù */
.in-evidenza a {
    background-color: var(--color-secondary);
    color: #fff !important;
    padding: 7px 25px !important;
    border-radius: 5px;
}

.in-evidenza a:hover {
    background-color: var(--color-primary);
}

.in-evidenza .elementor-item::before {
    background: transparent !important;
}

.in-evidenza .elementor-item::after {
    background: transparent !important;
}

nav a:hover {
    text-decoration: none !important;
}

/**/

/* Decorazione sottolineatura */
h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
}

h2::before,
h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
}

.background-colorato h2,
.background-colorato p {
    color: #fff !important;
}

.background-colorato .e-n-carousel p {
    color: #000 !important;
}

.background-colorato h2::before,
.background-colorato h2::after {
    background-color: #fff;
}

h2::after {
    bottom: -12px;
}

h2::before {
    bottom: -6px;
}

.custom-decoration::before,
.custom-decoration::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    max-width: 100%;
    height: 2px;
    background-color: var(--color-primary);
}

.custom-decoration::after {
    bottom: -12px;
}

.custom-decoration::before {
    bottom: -6px;
}

/**/

/* Form */
.elementor-field-type-acceptance label {
    color: #fff !important;
    font-size: 11px !important;
}

.elementor-field-type-acceptance a {
    color: #fff !important;
    font-size: 11px !important;
}

.elementor-field-type-acceptance a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.elementor-form .elementor-field:focus,
.elementor-form input:focus,
.elementor-form select:focus,
.elementor-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

.elementor-form .elementor-field-group.elementor-focus .elementor-field {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

/**/

/* Footer */
.menu-footer ul.e-n-menu-heading {
    flex-direction: column !important;
}

.menu-footer .e-n-menu-title {
    padding: 0;
}

.legal-line a {
    font-size: 18px !important;
}

/**/


/* Pulsante */
.elementor-button:hover .elementor-button-icon .e-font-icon-svg {
	fill: #595959 !important;
}

/**/


.box-lavorazioni a {
	padding: 30px 10px;
	display: inline-block;
}