/* 
Theme Name: Airgreen
Theme URI: airgreen.it
Description: Air Green
Author: Air Green
Author URI: https://airgreen.it/
Template: hello-elementor
Version: 2.0.0
Text Domain: airgreen
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 */

/*=================================
=            Selection            =
=================================*/

::selection {
    color: white;
    background: var(--e-global-color-primary);
}

/*=====  End of Selection  ======*/
body{
        font-family: "Montserrat", Sans-serif;
}

/*==============================
=            Header            =
==============================*/

.invo-header{
	top:32px !important;
}
[data-elementor-type="header"]{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 99;
}

[data-elementor-type="header"].invo-active{
    top:14px;
}
.admin-bar [data-elementor-type="header"]{
    top:32px;
}

.admin-bar [data-elementor-type="header"].invo-active{
    top:45px
}
.invo-header-logo{
    position:relative;    
}
.invo-header-logo:before{
    content:'';
    display:block;
    position:absolute;
    left:100%;
    top:0;
    bottom:0;
    right:-100%;
    background:#fff;
    height:auto;
    width:auto;
    border-radius:50px;
    transition:left 0.3s linear, opacity 0s linear;
    opacity:0;
    max-height:70px;
}

[data-elementor-type="header"].invo-active .invo-header-logo img{
    max-height:50px;
    width:auto !important;
    height:auto;
    max-width:100%;
}

/*[data-elementor-type="header"].invo-active .invo-header-logo-dark, [data-elementor-type="header"].invo-active .invo-header-logo-light{
    padding-top:0;
}*/

[data-elementor-type="header"].invo-active .invo-header-logo:before{
    left:0;
    opacity:1;
}

[data-elementor-type="header"].invo-active .invo-header-logo-dark{
    opacity:1;
}

[data-elementor-type="header"].invo-active .invo-header-logo-light{
    opacity:0;
}

@media (max-width:1600px) and (min-width:1200px){
    [data-elementor-type="header"] .elementor-nav-menu--main .elementor-nav-menu a{
        padding-left:10px;
        padding-right:10px;    
    }
}

.invo-header-menus.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
    font-weight:bold !important;
}

.invo-active .invo-header-menu-wrap{
    box-shadow:rgba(0, 0, 0, 0.07) 0 10px 20px;
    border-radius:50px;
}
/*=====  End of Header  ======*/


/*===============================
=            Listing            =
===============================*/

.invo-list .elementor-icon-list-items li a{
    align-items:flex-start;
}

.invo-list .elementor-icon-list-items .elementor-icon-list-icon{
    margin-top:5px;    
}

.invo-list .elementor-icon-list-items .elementor-icon-list-icon i{
    transition:all 0.2s linear !important;
    transform:rotate(0deg) translate(0, 0);    
}

.invo-list .elementor-icon-list-items a:hover .elementor-icon-list-icon i{
    transform:rotate(45deg) translate(0px, 0);
}

.invo-list .elementor-icon-list-items li .elementor-icon-list-text{
    position:relative;
    box-shadow:#fff 0 0 0;
}

.invo-list .elementor-icon-list-items li .elementor-icon-list-text span{
 background: 
    linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;	
}

.invo-list .elementor-icon-list-items li a:hover .elementor-icon-list-text span{
	background-size: 0 0.1em, 100% 0.1em;
}



/*=====  End of Listing  ======*/


/*========================================
=            Elementor Button            =
========================================*/
.invo-arrow-btn .elementor-button .elementor-button-icon.elementor-align-icon-left i{
    transition:all 0.5s ease !important;
    transform:rotate(0deg) translate(0, 0);    
    display: inline-block;
}

.invo-arrow-btn .elementor-button:hover .elementor-button-icon.elementor-align-icon-left i{
    transform:rotate(45deg) translate(0px, 0);
}

/*=====  End of Elementor Button  ======*/

/*========================================
=            Helcopter Button            =
========================================*/

.invo-helipad-box .elementor-icon-box-content{
    position:relative
}

.invo-helipad-box .elementor-icon-box-content:before{
    content:'';
    display:block;
    border-top:1px solid var(--e-global-color-primary);
    position:absolute;
    left:0;
    right:0;
    top:-30px;
}

.invo-helipad-box .elementor-icon-box-content:after{
    content:'';
    display:block;
    position:absolute;
    top:-31px;
    left:0;
    right:100%;
    border-top:3px solid var(--e-global-color-primary);
    transition:all 0.7s linear;
    
}

.invo-helipad-box:hover .elementor-icon-box-content:after,
.invo-helipad-box:first-child:not(:last-child) .elementor-icon-box-content:after{
    right:0;
}

.invo-helipad-box .elementor-icon-box-icon{
	opacity:0;
	transition: all 0.3s linear
}
.invo-helipad-box:first-child:not(:last-child) .elementor-icon-box-icon{
	opacity: 1;
}



.invo-helipad-box .elementor-icon-box-description{
    position:relative;
    padding-bottom:62px;
}
.invo-helipad-box .elementor-icon-box-description:before{
    content: '\e803';
    font-family: "invicons";
    color:var( --e-global-color-primary );
    position:absolute;
    bottom:0;
    left:0;
    font-size:32px;
}
.invo-helipad-box .elementor-icon-box-description{
    max-width:250px;    
}
.invo-helipad-sec .invo-helipad-box{

}
.invo-helipad-sec.invo-item-1 .invo-helipad-box .elementor-icon-box-content:after{
    left:100%
}

.invo-helipad-sec.invo-item-1 .invo-helipad-box:nth-child(2) .elementor-icon-box-content:after{
    left:0;
}

.invo-helipad-box .invicon-helicopter{
    transition:all 0.7s ease-in-out;
    transform:translate(0, 0);
    display:inline-block;
}

.invo-helipad-sec.invo-item-1 .invo-helipad-box .invicon-helicopter{
	transition:all 1s linear;
}
.invo-helipad-sec.invo-item-1 .invo-helipad-box:nth-child(1) .invicon-helicopter{
    transform:translate(288%, 0);    
}

.invo-helipad-sec .invo-helipad-box:nth-child(2) .elementor-icon-box-icon .invicon-helicopter{
    transform:translate(-288%, 0); 
    visibility: hidden;   
}

.invo-helipad-sec.invo-item-1 .invo-helipad-box:nth-child(2) .invicon-helicopter{
    transform:translate(0%, 0);        
}

@media (max-width:767px){
    .invo-helipad-box .elementor-icon-box-icon{
        opacity: 1;
    }
    .invo-helipad-sec .invo-helipad-box:nth-child(2) .elementor-icon-box-icon .invicon-helicopter{
        transform: none;
        visibility: visible;
    }
}
.invo-helipad-box .elementor-icon-box-description:before{
	transition:all 0.5s linear;
}
.invo-helipad-box:not(:first-child) .elementor-icon-box-description:before{
    opacity:0;
    transform:translate(0, 50%);    
}

.invo-helipad-box:not(:first-child) .elementor-icon-box-description:before{
    transform:translate(0, 10%);
}

.invo-helipad-box:not(:first-child):hover .elementor-icon-box-description:before{
    transform:translate(0, 0);
    opacity:1;
}

.invo-helipad-sec.invo-item-1 .invo-helipad-box:first-child .elementor-icon-box-description:before{
	transform:translate(0, 10%);
    opacity:0;
}
/*=====  End of Helcopter Button  ======*/


/*=================================
=            Post List            =
=================================*/

.invo-post-thumb .invo-post-icon i:before{
    margin:0;
}

.invo-post-thumb .invo-post-icon{
    opacity:0;
    transition:all 0.3s linear;
    transform:translate(-10px, 10px)
}

.invo-post-thumb:hover .invo-post-icon{
    opacity:1;
    transform:translate(0, 0)
}

.invo-post-thumb .elementor-widget-image a:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;        
    background:#007A8A;
    opacity:0;
    transition:all 0.3s linear;
}

.invo-post-thumb:hover .elementor-widget-image a:before{
    opacity:0.5;
}

.invo-post-thumb .elementor-heading-title a{
    box-shadow:rgba(255, 255, 255, 0) 0 0 0;
    transition:all 0.3s linear;
}

.invo-post-thumb:hover .elementor-heading-title a{
    box-shadow:rgba(255, 255, 255, 1) 0 2px 0;
}

/*=====  End of Post List  ======*/

/*==============================
=            Footer            =
==============================*/

[data-elementor-type="footer"] p:last-child{
    margin-bottom:0;
}
.invo-copyright a{
    font-weight:bold;
    color:inherit;
    text-decoration:underline;
}

.invo-copyright a:hover{
    color: var(--e-global-color-primary );
}
[data-elementor-type="wp-post"]{
    overflow:hidden
}

[data-elementor-type="header"] .elementor-nav-menu--main{
    background:#fff;
    border-radius:50px;
    padding-left: 15px;
    padding-right: 15px;
}
.invo-header-logo-dark{
    position:absolute;    
    transition:all 0.3s linear;
    opacity: 0;
}

.invo-header-logo-light{    
    transition:all 0.3s linear;
}
/*=====  End of Footer  ======*/

/*===================================
=            Mobile Menu            =
===================================*/

.invo-header-menus .elementor-menu-toggle{
    border-radius:50px;
    width:50px;
    height:50px;
    position:relative;
    transition:all 0.3s linear;
    transform: rotate(0deg);
    z-index: 99;
}


.invo-header-menus .elementor-menu-toggle > i:not(:first-child){
    display:none;
}

.invo-header-menus .elementor-menu-toggle > i:before{
    display:none;
}

.invo-header-menus .elementor-menu-toggle > i{
    background:var( --e-global-color-primary );
    height:2px;
    width:24px;
    position:absolute;
    left:50%;    
    top:50%;
    transform:translate(-50%, -50%);
    border-radius:10px;
    transition:all 0.3s linear;
}

.invo-header-menus .elementor-menu-toggle:before,
.invo-header-menus .elementor-menu-toggle:after{
    content:'';
    display:block;
    background:var( --e-global-color-primary );
    height:2px;
    width:24px;
    position:absolute;
    left:50%;    
    top:50%;
    transform:translate(-50%, -50%);
    border-radius:10px;
    transition:all 0.3s linear;
}

.invo-header-menus .elementor-menu-toggle:before{
    margin-top:-8px;    
}

.invo-header-menus .elementor-menu-toggle:after{
    margin-top: 8px;
}
.invo-header-menus .elementor-active.elementor-menu-toggle > i{
    transform:translate(-50%, -50%) scale(0, 1)
}

.invo-header-menus .elementor-active.elementor-menu-toggle:before{
    transform:translate(-50%, 320%) rotate(45deg);
}

.invo-header-menus .elementor-active.elementor-menu-toggle:after{
    transform:translate(-50%, -520%) rotate(-45deg);
}
.invo-header-menus .elementor-menu-toggle.elementor-active{
    transform:rotate(180deg)
}

.invo-header-menus .elementor-menu-toggle.elementor-active {
    background:none !important;
}

.invo-header-menus .elementor-menu-toggle.elementor-active:before,
.invo-header-menus .elementor-menu-toggle.elementor-active:after,
.invo-header-menus .elementor-menu-toggle.elementor-active > i{
    background:#fff;
}

@media (max-width:1025px){
    [data-elementor-type="header"].invo-active .invo-header-logo-dark,
    [data-elementor-type="header"].invo-active .invo-header-logo-light{
        padding-top:0px;
    }
    [data-elementor-type="header"]:before{
        content:'';
        display:block;
        position:absolute;
        left:30px;
        right:30px;
        top:0;
        bottom:0;
        background:#fff;
        border-radius:50px;
        opacity:0;
        transition:all 0.3s linear;
    }

    [data-elementor-type="header"]{
        padding-left:30px;
        padding-right:30px;
    }
    [data-elementor-type="header"].invo-active .invo-header-logo:before{
        display:none;
    }

    [data-elementor-type="header"].invo-active:before{
        opacity:1
    }
    .invo-header-menus .elementor-nav-menu--dropdown{
        --menu-height: none !important;
        max-height: none !important;
        animation: none !important;
        transform: translate(100%, 0) !important;
        position:fixed;
        right:0;
        left:0;
        top:0;
        bottom:0;
        max-height:none;
        background:#005864 url('/wp-content/uploads/2023/09/watermark-1.png') no-repeat top center;
        background-size: 110% auto;
        display:flex;
        align-items:flex-end;
        padding:30px;
        transition: all 0.3s ease !important;
        margin-top:0 !important;
    }
    .invo-header-menus .elementor-active + .elementor-nav-menu--dropdown{
        transform: translate(0, 0) !important;
    }
    .invo-header-menus .elementor-nav-menu{
        flex: 1;
    }
    .invo-header-menus .elementor-nav-menu .menu-item .elementor-item{
        color:#fff !important;
        padding: 14px 0 !important;
        background: none !important;
        justify-content: space-between;
    }
    .invo-header-menus .elementor-nav-menu .menu-item .elementor-item br{
        display: none
    }
    .invo-header-menus .elementor-nav-menu a{
        padding:11px 0
    }

}
@media (max-width:991px){
    [data-elementor-type="header"].invo-active .invo-header-logo img{
        max-height: 40px;
    }
}
@media (max-width:782px){
    .admin-bar [data-elementor-type="header"]{
        top:52px;
    }
    .admin-bar [data-elementor-type="header"].invo-active{
        top:12px;
    }
}
@media (max-width:767px){
    [data-elementor-type="header"]{
        padding-left: 15px;
        padding-right: 15px;
    }
    [data-elementor-type="header"]:before{
        right:15px;
        left:15px;
    }
}
/*=====  End of Mobile Menu  ======*/


/*=======================================
=            Training Center            =
=======================================*/

.invo-arrow-btn-big .elementor-button-content-wrapper{
    flex-wrap:wrap;
    justify-content:flex-start;
}

.invo-arrow-btn-big .elementor-button-content-wrapper .elementor-button-text{
    width:100%;
    text-align: left;
}

.invo-arrow-btn-big .elementor-button .elementor-align-icon-right{
    margin:35px 0 0 0 !important;
}

.invo-arrow-btn-big .elementor-button-text span{
    box-shadow:0 3px 0;
    transition:all 0.3s ease;
}
.invo-arrow-btn-big a:hover,
.invo-arrow-btn-big a:hover span{
    text-decoration:none !important;
}
.invo-arrow-btn-big a:hover .elementor-button-text span{
    box-shadow:0 0px 0;
    text-decoration:none !important;
}

.invo-flex-slider-content .elementor-widget-invo_slider > .elementor-widget-container,
.invo-flex-slider-content .elementor-widget-invo_slider .invo-slider-sec,
.invo-flex-slider-content .invo-slider-right{
    display:flex;
    width:100%;
}

.invo-flex-slider-content .invo-slider-sec-inner,
.invo-flex-slider-content .invo-slider-right,
.invo-flex-slider-content .invo-slider-right-inner{
    width: 100%;
}

.invo-button i{
    transition:all 0.3s ease;
    transform:rotate(0deg);
    display:inline-block;
}

.invo-button:hover i{
    transform:rotate(45deg)
}
/*=====  End of Training Center  ======*/

/*=================================
=            Accordion            =
=================================*/

.invo-accordion.elementor-widget-n-accordion .e-n-accordion-item-title{
    justify-content:space-between;
}

.invo-accordion.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{
    align-items:center;
}


/*=====  End of Accordion  ======*/


/*===============================
=            Servizi            =
===============================*/
.invo-servizi-item-sec > .e-con:hover h2,
.invo-servizi-item-sec > .e-con:hover .elementor-widget-text-editor,
.invo-servizi-item-sec > .e-con:hover .elementor-button{
    color:#fff !important;
}


.invo-servizi-item-img{
    position:relative
}

.invo-servizi-item-img:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:var( --e-global-color-primary );
    opacity:0;
}

.invo-servizi-item-sec > .e-con:hover .invo-servizi-item-img:before{
    opacity:0.5;
}

/*=====  End of Servizi  ======*/


/*================================
=            Contatti            =
================================*/
.invo-tabs .e-n-tab-title{
    flex:1;
}

input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea{
    font-size:18px;
    font-weight:bold;
    font-family: "Exo 2 Expanded", Sans-serif;
    border:none;
    padding:0 0 4px;
    border-bottom:2px solid rgb(0 122 138/30%);
    border-radius:0;
    color:var(--e-global-color-primary );
    outline:none;    
    cursor: pointer;
}

.wpcf7-form-control-wrap{
    display: block;
    margin-bottom:0;
    padding-top:30px;
    padding-bottom:35px;
}

.invo-row {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}

.invo-col-6{
    width:50%;
    padding:0 15px;
}
@media (max-width:767px){
    .invo-col-6{
        width:100%;
    }
}

input[type=date]::placeholder, 
input[type=email]::placeholder, 
input[type=number]::placeholder, 
input[type=password]::placeholder, 
input[type=search]::placeholder, 
input[type=tel]::placeholder, 
input[type=text]::placeholder, 
input[type=url]::placeholder, 
select, 
textarea{
    color:rgb(0 122 138/30%)
}

input[type=date]:focus, input[type=date]:hover, 
input[type=email]:focus, input[type=email]:hover, 
input[type=number]:focus, input[type=number]:hover, 
input[type=password]:focus, input[type=password]:hover, 
input[type=search]:focus, input[type=search]:hover, 
input[type=tel]:focus, input[type=tel]:hover, 
input[type=text]:focus, input[type=text]:hover, 
input[type=url]:focus, input[type=url]:hover, 
select:focus, select:hover, 
textarea:focus,textarea:hover{    
    border-color:rgb(0 122 138);
}
input[type=date]:focus::placeholder, 
input[type=email]:focus::placeholder, 
input[type=number]:focus::placeholder, 
input[type=password]:focus::placeholder, 
input[type=search]:focus::placeholder, 
input[type=tel]:focus::placeholder, 
input[type=text]:focus::placeholder, 
input[type=url]:focus::placeholder, 
select:focus::placeholder, 
textarea:focus::placeholder{
    color:rgb(0 122 138);
}

select{
    color:rgb(0 122 138)
}
.invo-form-btns-wrap {
    position:relative;
    margin-left:150px;
    border-left:2px solid rgb(0 122 138/30%);
    padding-left:40px;
    margin-top:-50px;
    display: flex;
    align-items: center;
    padding: 20px 0 0 40px;
}


.invo-form-btns-wrap .wpcf7-form-control-wrap{
    font-size:18px;
}

.invo-form-btns-wrap a{
    color:var( --e-global-color-primary );
    text-decoration:underline;
}

.wpcf7-acceptance input{
    width:auto !important;
    margin:0 !important;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin:0;
}

.wpcf7-acceptance label{
    position:relative;
    cursor:pointer
}

.wpcf7-acceptance label input{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}

.wpcf7-acceptance label input + span{
    display:block;
    position:relative;
    padding-left:30px;
    padding-right:15px;
    line-height: 1.3;
}

.wpcf7-acceptance label input + span:before,
.wpcf7-acceptance label input + span:after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:3px;
    width:16px;
    height:16px;
    background:#fff;
    border:2px solid var( --e-global-color-primary );
    border-radius:50%;
    text-align:center;
}

.wpcf7-acceptance label input + span:after{    
    font-size:14px;
    line-height:16px;
    color:#0075c9;
    opacity:0;
    transition:all 0.3s ease-in-out;
    background:none;
    width:6px;
    height:8px;
    border:3px solid var( --e-global-color-primary );
    display:inline-block;
    border-radius:0;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
    top:6px;
    left:5px;
}

.wpcf7-acceptance label input:checked + span:after{
    opacity:1;
}

.invo-form-btn .wpcf7-form-control.wpcf7-submit{
    background:var( --e-global-color-primary ) !important;
    border:none;
    width:93px;
    height:93px;
    border-radius:0;
    font-size:0 !important;
    outline:none;
}
.invo-form-btn{
    position:relative
}
.invo-form-btn:before {
    content: '\e803';
     font-family: 'invicons';
    font-size:30px;
    color:#fff;
    position:absolute;
    width:93px;
    height:93px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    pointer-events:none;
    transition: all 0.3s ease;
    transform:scale(1)
}
.invo-form-btn:hover:before{
    transform:scale(1.2)
}

.invo-form-btn .wpcf7-spinner{
    position:absolute;
    left:0;
    top:0;
    width:93px;
    height:93px;
    background:var( --e-global-color-primary );
    margin:0;
    opacity: 1;
}
.invo-form-btn .wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 31px;
    left: 24px;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 100%;
    transform-origin: 16px 16px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.invo-form-btns-wrap p{
    margin:0;
    flex: 1;
}
/*.invo-form-btns-wrap .wpcf7-acceptance label input + span{
    max-width: 340px;
}*/

.wpcf7 form .wpcf7-response-output{
    margin:30px 0;
    border:none;
    background: #b12e2e;
    color:#fff;
    text-align:
    center;
    padding:20px 20px;    
  font-weight:bold;  
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #0092a5; /* Green */      
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background: #dc3232;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    background: #f56e28; /* Orange */
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #b12e2e; /* Yellow */
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    font-family: "Exo 2 Expanded", Sans-serif;
    line-height:1;
    font-size:15px;
}

.wpcf7-form-control-wrap:not([data-name="acceptance"]) .wpcf7-not-valid-tip{
    position:absolute;
    left:0;
    top:0;
}

.wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-not-valid-tip{
    margin:10px 0 0 30px;
}
.invo-contatti-adr .elementor-button-text{
    text-align:left;
}
@media (max-width:1366px){
    .invo-form-btns-wrap{
        margin-left: 100px;
    }
}
@media (max-width:1024px){
    .invo-col-md-12 {
        width:100%
    }
}
@media (max-width:767px){
    .invo-form-btns-wrap{
        margin-left:15px;
        padding-left: 20px;
        flex-wrap: wrap;
    }
    .invo-form-btns-wrap p{
        flex:unset;
    }
    .invo-tabs .e-n-tab-title-text{
        max-width:190px;
        text-align:center;
    }
    .invo-form-btn .wpcf7-form-control.wpcf7-submit{
        width:70px;
        height:70px;
    }
    .invo-form-btn:before{
        width:70px;
        height:70px;
        font-size:25px;
    }
    .invo-form-btn .wpcf7-spinner{
        width:70px;
        height:70px;
    }
    .invo-form-btn .wpcf7-spinner::before{
        top:18px;
        left:18px;
    }

}
@media (max-width:1650px) and (min-width:1367px){
    .invo-flex-slider-content > .e-con:first-child > .e-con:first-child{
        max-width:100%;
    }
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover{
    border-left-width:0 !important;
}
/*=====  End of Contatti  ======*/

/*======================================
=            Lavoro Con noi            =
======================================*/
.invo-file-btn {
    display:inline-block;
    vertical-align:top;
    background:var( --e-global-color-primary );
    color:#fff;
    position:relative;
    font-size:18px;
    font-family: "Exo 2 Expanded", Sans-serif;
    padding:23px 30px;
    font-weight:600;
    cursor: pointer;
}

.invo-file-btn input{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
}

.invo-file-btn .wpcf7-form-control-wrap{
    padding:0;
    position: static;
}

.invo-file-field-col{
    text-align:right;
}

.invo-file-btn .wpcf7-not-valid-tip{
    white-space:nowrap;
    top:100% !important;
    display:block;
    margin-top:10px;
}
/*=====  End of Lavoro Con noi  ======*/

/*====================================
=            Common Fixes            =
====================================*/
.elementor-widget-button.elementor-align-left .elementor-button-text{
    text-align:left;
}

.elementor-widget-button.elementor-align-left  .elementor-button-content-wrapper{
    align-items:center;
}
@media (max-width:1600px) and (min-width:1400px){
    .invo-header-logo:before{
        right:-150%;
    }
}

.invo-floatta-brochure-btn a{
    display:block;
    text-align:center;
}

.invo-floatta-brochure-btn  .elementor-button-text{
    flex-grow:unset;
}

.invo-floatta-brochure-btn a .elementor-button-text{
    box-shadow:0 0 0;
    transition:all 0.3s ease;
}

.invo-floatta-brochure-btn a:hover .elementor-button-text{
    box-shadow:0 1px 0;
}
.invo-floatta-brochure-btn .elementor-button-icon i{
    transition:all 0.3s ease;
    transform:rotate(0deg);
    display:inline-block;
}

.invo-floatta-brochure-btn a:hover .elementor-button-icon i{
    transform:rotate(45deg)
}
/*=====  End of Common Fixes  ======*/


/*===================================
=            Flotta Item            =
===================================*/
.invo-flotta-item .elementor-widget-theme-post-title{
    position:relative
}

.invo-flotta-item .elementor-widget-theme-post-title:before{
    content:'';
    display:block;
    position:absolute;
    top:-3px;
    bottom:0;
    left:90%;
    right:-25vw;
    background-color: var(--e-global-color-primary);
    z-index:-1
}
.invo-flotta-item-v2.invo-flotta-item .elementor-widget-theme-post-title:before{
    top:0;
    bottom:-2px;
}

/*=====  End of Flotta Item  ======*/
