/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/* Footer Link */
.footer_privacy a {
    color: #777777;
    text-decoration: underline !important;
}

/* Slider Css */
.home_slider .elementor-slide-button{
    position: relative;
    padding: 15px 35px 20px 40px !important;
}
.home_slider .elementor-slide-button:before {
    content: url(/wp-content/uploads/2023/01/right-arrow-16px.png);
    position: relative;
    left: -20px;
    top: 3px;
}
.home_slider .elementor-slide-button:hover:before {
    left: -10px;
    top: 3px;
}
.hover_box:hover .hover_icon img {
    display: none;
}
.hover_box:hover .hover_title h2{
    color: #fff !important;
}
.hover_title h2 {
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hover_box:hover .arrow_icon svg {
    filter: invert(1);
}
.arrow_icon svg {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Chi siamo CSS */
.mix_table .elementor-image-box-content {
    display: flex;
    vertical-align: middle;
    align-items: center;
	background-color: #421E06;
    height: 75px;
}
.mix_table .elementor-image-box-content p {
    width: 100%;
}
.mix_table h3.elementor-image-box-title {
    margin-right: 15px;
	margin-bottom: 8px !important;
	padding-left: 15px;
}
.mix_table .elementor-image-box-img {
	background-color: #fff; 
}

.operation_table .elementor-image-box-content {
    display: flex;
    vertical-align: middle;
    align-items: center;
	background-color: #333f50;
    height: 75px;
}
.operation_table .elementor-image-box-content p {
    width: 100%;
}
.operation_table h3.elementor-image-box-title {
    margin-right: 15px;
	margin-bottom: 8px !important;
	padding-left: 15px;
}
.operation_table .elementor-image-box-img {
	background-color: #fff; 
}


.eng_table .elementor-image-box-content {
    display: flex;
    vertical-align: middle;
    align-items: center;
	background-color: #dc384c;
    height: 75px;
}
.eng_table .elementor-image-box-content p {
    width: 100%;
}
.eng_table h3.elementor-image-box-title {
    margin-right: 15px;
	margin-bottom: 8px !important;
	padding-left: 15px;
}
.eng_table .elementor-image-box-img {
	background-color: #fff; 
}


.sales_table .elementor-image-box-content {
    display: flex;
    vertical-align: middle;
    align-items: center;
	background-color: #e5717f;
    height: 75px;
}
.sales_table .elementor-image-box-content p {
    width: 100%;
}
.sales_table h3.elementor-image-box-title {
    margin-right: 15px;
	margin-bottom: 8px !important;
	padding-left: 15px;
}
.sales_table .elementor-image-box-img {
	background-color: #fff; 
}


.quality_table .elementor-image-box-content {
    display: flex;
    vertical-align: middle;
    align-items: center;
	background-color: #ffabb9;
    height: 75px;
}
.quality_table .elementor-image-box-content p {
    width: 100%;
}
.quality_table h3.elementor-image-box-title {
    margin-right: 15px;
	margin-bottom: 8px !important;
	padding-left: 15px;
}
.quality_table .elementor-image-box-img {
	background-color: #fff; 
}