header {
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);
}

.q_logo a {
    height: 60px!important;
}

.sticky .q_logo a {
    height: 40px!important;
}

.tp-bullet * {
    display: none;
}

.home-container-video .elementor-widget-container {
    border-radius: 25px;
}

.qode_clients .qode_client_holder.border-bottom-none {
    margin-bottom: 0;
} 

.qode_clients .qode_client_holder a img{
    transition: all .4s ease-out;
}

.qode_clients .qode_client_holder a{
    transition: opacity .4s ease-out;
}

.qode_clients .qode_client_holder a:hover img{
    transform: scale(1.1);
}

.elementor-image-box-wrapper .elementor-image-box-content {
    padding: 10px 25px 20px;
}

.home-container-3col .elementor-column-wrap .elementor-image-box-wrapper {
    box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
    transform: translateY(0px);
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s ease-out;
}

.home-container-3col .elementor-column-wrap .elementor-image-box-wrapper:hover {
    box-shadow: 3px 3px 30px rgba(0,0,0,0.06);
    transform: translateY(-15px);
}

.elementor-image-box-description .btn-link {
    position: relative;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #e67e22;
    text-decoration: underline;
}

.elementor-image-box-description .btn-link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    background-image: linear-gradient(270deg, #e67e22, transparent);
    height: 1px;
    margin: 0 5px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all .5s cubic-bezier(0, 0, 0.02, 1.08);
}

.elementor-image-box-wrapper:hover .elementor-image-box-description .btn-link:after{
    transform: translateX(0%);
    opacity: 1;
}

h5:after, h5:before {
    content: "";
    display: inline-block; 
    vertical-align: middle;
    width: 7%;
    height: 1px;
    margin: 0 15px;
    transition: all .5s cubic-bezier(0, 0, 0.02, 1.08);
}

h5:after {
    background-image: linear-gradient(270deg, #e67e22, transparent);
}

h5:before {
    background-image: linear-gradient(90deg, #e67e22, transparent); 
}

.elementor-section:hover h5:after, .elementor-section:hover h5:before {
    width: 15%;
}

.testo-bianco p{
    color: #fff;
}

.elementor-shape svg {
    left: 0%;
    transform: translateX(-40%);
    animation: moveShape 120s linear infinite alternate;
}


@keyframes moveShape {
    0% {
        transform: translateX(-40%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-40%);
    }
}

footer .widget.widget_text:not(#text-2) {
    margin-bottom: 5px;
}

#text-2, #text-7, #text-9 {
    margin-bottom: 10px;
}


/* Form */

.frm_style_stile-di-formidable.with_frm_style input[type=text], .frm_style_stile-di-formidable.with_frm_style input[type=password], 
.frm_style_stile-di-formidable.with_frm_style input[type=email], .frm_style_stile-di-formidable.with_frm_style input[type=number], 
.frm_style_stile-di-formidable.with_frm_style input[type=url], .frm_style_stile-di-formidable.with_frm_style input[type=tel], 
.frm_style_stile-di-formidable.with_frm_style input[type=phone], .frm_style_stile-di-formidable.with_frm_style input[type=search], 
.frm_style_stile-di-formidable.with_frm_style select, .frm_style_stile-di-formidable.with_frm_style textarea, .frm_form_fields_style, 
.frm_style_stile-di-formidable.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, 
.frm_style_stile-di-formidable.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_stile-di-formidable.with_frm_style .chosen-container-single .chosen-single {
    border-radius: 3px;
}

.frm_style_stile-di-formidable.with_frm_style input[type=text], .frm_style_stile-di-formidable.with_frm_style input[type=password], 
.frm_style_stile-di-formidable.with_frm_style input[type=email], .frm_style_stile-di-formidable.with_frm_style input[type=number], 
.frm_style_stile-di-formidable.with_frm_style input[type=url], .frm_style_stile-di-formidable.with_frm_style input[type=tel], 
.frm_style_stile-di-formidable.with_frm_style input[type=search], .frm_style_stile-di-formidable.with_frm_style select, 
.frm_style_stile-di-formidable.with_frm_style textarea, .frm_style_stile-di-formidable.with_frm_style .chosen-container,
.frm_style_stile-di-formidable.with_frm_style .frm_checkbox input[type=checkbox] {
    font-size: 16px!important;
    font-family: 'Karla', sans-serif;
    font-weight: 400!important;
}

.frm_style_stile-di-formidable.with_frm_style .frm_checkbox label{
    font-family: 'Karla', sans-serif;
    font-weight: 400!important; 
}

.frm_style_stile-di-formidable.with_frm_style .frm_submit button{
    color: #ffffff;
    background-color: #e67e22;
    font-size: 16px;
    line-height: 39px;
    height: 39px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: 'Karla', sans-serif;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    padding: 0 23px;
    border: 1px solid #e67e22;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    box-shadow: none;
}

.frm_style_stile-di-formidable.with_frm_style .frm_submit button:hover{
    color: #ffffff;
    background-color: #e7954d;
    border: 1px solid #e7954d;
}

.frm_style_stile-di-formidable.with_frm_style .form-field input:not([type=file]):focus, 
.frm_style_stile-di-formidable.with_frm_style select:focus, .frm_style_stile-di-formidable.with_frm_style textarea:focus, 
.frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=text], .frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=password], 
.frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=email], .frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=number], 
.frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=url], .frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=tel], 
.frm_style_stile-di-formidable.with_frm_style .frm_focus_field input[type=search], 
.frm_form_fields_active_style, .frm_style_stile-di-formidable.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, 
.frm_style_stile-di-formidable.with_frm_style .chosen-container-active .chosen-choices {
    background-color: #ffffff;
    border-color: rgba(0, 113, 187, 0.7);
    border-color: rgba(230, 125, 34, 0.70);
    box-shadow: 0 1px 1px rgba(230, 125, 34, 0.07);
    box-shadow: 0 1px 1px rgba(0, 113, 187, 0.07) inset, 0 0 5px rgba(230, 125, 34, 0.70);
}


/** Responsive */

@media only screen and (max-width: 1300px) {
    nav.main_menu > ul > li > a {
        padding: 0 13px;
    }
}


@media only screen and (max-width: 1200px) {
    .q_logo a {
        height: 45px!important;
    }
}


@media only screen and (max-width: 1100px) {
    nav.main_menu > ul > li > a {
        padding: 0px 8px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-container-video, .home-container-3col .elementor-column {
        margin: 0 auto;
    }
}


@media only screen and (max-width: 1000px) {
    #back_to_top {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .home-prodotti-col-marchi {
        margin: 0 auto;
    }
}


@media only screen and (max-width: 480px) {
    .elementor-section:hover h5:after, .elementor-section:hover h5:before {
        width: 7%;
    }

    .footer_top .column_inner>div:not(.qode_separator_widget) {
        margin: 0 0 0px!important;
    }

    #text-2, #text-7, #text-9 {
        margin-bottom: 10px;
    }

    .q_logo a {
        height: 35px!important;
    }

    .qode_clients.five_columns .qode_client_holder, .qode_clients.four_columns .qode_client_holder, .qode_clients.six_columns .qode_client_holder, .qode_clients.three_columns .qode_client_holder, .qode_clients.two_columns .qode_client_holder {
        width: 50%;
    }

    .qode_clients.five_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.two_columns .qode_client_holder .qode_client_holder_inner:before {
        border-right-width: 1px;
    }
}

