/*
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
*/

.char{
    position: relative;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.typing-cursor {
    display: inline-block;
    animation: blink 1s infinite;
    margin-left: 2px;
    vertical-align: baseline;
    width: auto;
    max-height: 1em;
    height: 1em;
}


.line-1{
    position: relative;
    top: 50%;  
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: clamp(1rem, 4vw, 4rem);
    text-align: left;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    line-height: 1.2;
}








.horizontal-container:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    z-index: 1;
}
















#fixed-nav {
    z-index: 99999999999;
    position: fixed;
    bottom: 40px;
    left: calc(50% - 100px);
}
@media (max-width: 1024px) {
    div#fixed-nav {
        width: 100%;
        left: 0;
        bottom: 20px;
    }
    div#fixed-nav .fusion-column-wrapper > div {
        width: 100%;
        display: block;
    }
    div#fixed-nav .fusion-column-wrapper > div a {
        font-size: 12px;
        padding: 5px;
        width: 100%;
    }
}

.buttton-menu-nav span {
    border-bottom: 1px solid;
	line-height: 1.45;
}
.buttton-menu-nav.awb-oc-active {
    background-color: var(--awb-color5);
}
span.separatore-storia .separatore-storia-line {
    display: block;
    width: 4px;
    height: 60px;
    background-color: #DFDFDF;
    margin: 0px auto 20px auto;
}
span.separatore-storia {
    max-width: 50px;
    margin-left: -15px;
}
body .gsap-scroll-card-postcard > .fusion-column-wrapper {
    margin: 0px;
}
.gsap-scroll-card-postcard {
    border-radius: 20px;
    overflow: hidden;
}
.clients-logo .swiper-slide img {
    width: 100%;
    height: 50px;
}
.logo-our-story img {
    width: 100%;
}
div#our-story {
    display: block;
    max-width: 1400px;
    margin: auto;
}
.team-pic, .team-pic img {
    width: 100%;
}
@media (max-width: 768px) {
    .clients-logo .swiper-slide img {
        height: 25px;
    }
}
@media (min-width: 1024px) {
    body .timeline-area .fusion-column-wrapper .fusion-builder-row {
        display: flex;
        flex-wrap: nowrap;
    }
}