/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */
p:last-child {
    margin: 0;
}

b, strong {
    font-weight: 700;
}

/***/

.fondo-testo-azzurro {
    position: relative;

}

.fondo-testo-azzurro::before {
    content: "";
    position: absolute;
    background-color: var(--e-global-color-568cf2b);
    z-index: 0;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fondo-testo-azzurro .elementor-heading-title {
    position: relative;
    z-index: 1;
}
/***/

.fondo-testo-arancio {
    position: relative;

}

.fondo-testo-arancio::before {
    content: "";
    position: absolute;
    background-color: var(--e-global-color-03bebda);
    z-index: 0;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fondo-testo-arancio .elementor-heading-title {
    position: relative;
    z-index: 1;
}

.fondo-arancio-box{
    position: relative;
}
.fondo-arancio-box::before {
    content: "";
    position: absolute;
    background-color: var(--e-global-color-03bebda);
    z-index: 0;
    width: 100%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/****
.fondo-testo-azzurro-small{
    position: relative;
}
.fondo-testo-azzurro-small::before {
    content: "";
    position: absolute;
    background-color: var(--e-global-color-568cf2b);
    z-index: 0;
    width: 100%;
    height: 45%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fondo-testo-azzurro-small  .elementor-heading-title{
    position: relative;
    z-index: 1;
}
***/


.elementor-widget.lista-home ul.elementor-icon-list-items {
    counter-reset: num;
    padding-left: 0;

}

.elementor-widget.lista-home .elementor-icon-list-item {
    counter-increment: num;
    position: relative;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.elementor-widget.lista-home .elementor-icon-list-item::before {
    content: counter(num) "";
    position: absolute;
    left: 0;
    color: var(--e-global-color-568cf2b);
    font-size: 50px;
    font-weight: lighter;
    padding-bottom: 8px;
}

/**underline span of heading**/
.elementor-widget-heading .elementor-heading-title span {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
    text-decoration-color: var(--e-global-color-03bebda);

}

/*box-menu*/
.box-menu{

    padding-left: 30px;
}
.box-menu h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;


    position: relative;
}
.box-menu h3::before {
    content: "/";
    position: absolute;
     color: var(--e-global-color-03bebda);
    z-index: 0;
    width: auto;
    height: auto;
    top: 50%;

    font-weight: bold;
    font-size: 36px;
    left: 0;
    transform: translate(-100%,-50%);

    padding-right: 10px;
}
.box-menu p{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 30px;

}

/**FORM**/
.elementor-form-fields-wrapper .elementor-field-label {
    padding-left: 20px;
}

.elementor-form-fields-wrapper .elementor-mark-required .elementor-field-label {
    position: relative;;
}

.elementor-form-fields-wrapper .elementor-mark-required .elementor-field-label:after {
    position: absolute;
    left: 0;
    color: #fff;
}

.elementor-form-fields-wrapper {
    /*align-items: flex-start;*/
}

.elementor-field-group .elementor-select-wrapper select option {
    color: #000;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {

    flex-wrap: wrap;
}

.elementor-message.elementor-message-danger {

    flex-basis: 100%;
    width: 100%;
    background-color: #fff;
    padding: 5px;
}

/******/


.elementor-form .elementor-message {
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
}