/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Menti A Contatto WebSite
 Author:         Francesco Cretti, Enrique Valido Moure
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

#top-header .container {
    padding-top: 1.3em;
    font-weight: 600;
    padding-bottom: 0.75em;
}
 
#et-info {
    display: none;
}

.cta-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #0097c0;
    text-align: right;
}

.cta-header p {
    padding-bottom: 0.2rem;
}

.cta-header > div {
    display: flex;
    align-items: center;
}

.cta-header span {
    font-weight: 400;
    font-size: 1.5rem;
    display: inline-block;
    padding: 0.3rem;
}

.cta-header a {
    background-color: #0097c0 !important;
    color: white !important;
    margin-left: 3rem;
    transition: all 0.5s;
    float: right;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0.7rem 1rem;
}

.cta-header a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 578px) {
    .cta-header {
        text-align: center;
        justify-content: center;
    }

    .cta-header > div {
        display: none;
    }

    .cta-header span {
        display: none;
    }
    .cta-header a {
        margin-left: 0;
    }
   
}
