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

.check-icon {
    width: 30px;
}
.divider-bianco-after:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/Divider-Bianco.svg);
    width: 100%;
    position: absolute;
    height: 30px;
    bottom: 0px;
    display: block !important;
    z-index: 1111111;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.divider-blu-after:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/Divider-Blu-Primario.svg);
    width: 100%;
    position: absolute;
    height: 30px;
    bottom: 0px;
    display: block !important;
    z-index: 1111111;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.divider-oro-after:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/Divider-Oro.svg);
    width: 100%;
    position: absolute;
    height: 30px;
    bottom: 0px;
    display: block !important;
    z-index: 1111111;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
.color-primary {
	color: #315FA8;
}
.color-dorato {
    color: #A88131;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
marquee.blink {
    position: absolute;
    top: calc(50% - 26px);
}
.marquee-div {
    padding: 20px 0px;
}