/*
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
*/

/* BOTTONE */
.bottoni {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.bottone {
    display: flex;
    align-items: center;
    width: 48%;
    padding: 10px;
    margin-bottom: 50px;
    background-color: #E8E8E8;
    font-weight: bold;
    border-radius: 10px;
}
@media all and (max-width: 780px) {
    .bottone {
        width: 100%;
    }
}
.bottone:hover {
    background-color: #d9d9d9;
    color: #141617 !important;
}
.bottone .immagine-bottone {
    min-width: 50px;
    min-height: 50px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bottone .titolo-bottone {
    text-align: center;
    line-height: 1.2em;
    width: 100%;
    vertical-align: middle;
}