/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.single-navigation{
    position: fixed;
    bottom: 0px;
    z-index: 99;
    margin: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 20px;
    background-color: #fff;
}
.to-top-floating #toTop {
    bottom: 100px!important;
}

.slide-article{
    display: flex;
    flex-direction: row;
    width: 140px;
    height: 80px;
    background-color: #a8c7e4;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.slide-article .arrow{
    width: 50%;
    height: 100%;
    position: relative;
}
.slide-article .arrow.left,
.slide-article .arrow.right{
    background-image: url("img/arrow.png");
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.slide-article .arrow.left{
    transform: rotate(180deg);
}
.slide-article .text{
    display: none;
}
.slide-article .arrow.bar::before{
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    width: 1px;
    height: 25px;
    background-color: #ffffff;
}
.slide-article .arrow.bar.l::before{
    right: 0;
    left: unset;
}
/*
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons::before{
    content: attr(data-port);
    font-family: Heebo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    font-style: normal;
}*/
.portfogliobut{ 
	font-family: Heebo, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 26px;
	letter-spacing: 0px;
	font-style: normal;
}
.portfogliobut.m{
	color: #ffffff;
}
.fusion-flyout-menu-icons{
    display: flex;
    flex-direction: row;
}
.fusion-flyout-menu-icons .menu-lingua{
    order: 1;
}
.fusion-flyout-menu-icons .portfogliobut{
    order: 2;
}
.fusion-flyout-menu-icons .fusion-flyout-menu-toggle{
    order: 3;
}
.menu-lingua{
    margin: 0 17px 0 0;
    padding: 0 5px 0 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 18px;
    display: none;
    position: relative;
}
.menu-lingua.only-one,
.menu-lingua.only-one li.active{
    cursor: unset;
}
.menu-lingua.only-one .arrow{
    display: none;
}
.menu-lingua .another {
    flex-direction: column;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 25px;
}
.menu-lingua.open .another,
.menu-lingua:hover .another{
    display: flex;
}
.menu-lingua .arrow{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.menu-lingua.see{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.menu-lingua li{
    margin-bottom: 10px;
    padding: 0 10px;
}
.menu-lingua li.same{
    display: none;
}
.menu-lingua li.active{
    cursor: pointer;
    margin-bottom: 0;
}
.menu-lingua li:last-child{
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .fusion-flyout-menu-icons .portfogliobut{
        display: none;
    }
    .menu-lingua{
        margin: 0;
    }
    .slide-article{
        width: 100vw;
    }
    .fusion-header-has-flyout-menu .fusion-flyout-menu-icons::before{
        content: unset;
    }
    .slide-article .text{
        width: 60%;
        height: 100%;
        position: relative;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slide-article .arrow{
        width: 20%;
        height: 100%;
        position: relative;
    }
    .slide-article .arrow.right::before{
        content: '';
        position: absolute;
        top: 27px;
        left: 0;
        width: 1px;
        height: 25px;
        background-color: #ffffff;
    }
    .slide-article .arrow::before{
        content: unset!important;
    }
.menu-lingua .arrow { 
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #000; 
right: -4px; 
}
}

