/*
Theme Name:   Divi child theme
Description:  Write here a brief description about your child-theme
Author:       Houda
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

/* Write here your own personal stylesheet */
#some-element {
    display:none
}

#some-div:before {
    font-family: FontAwesome;
    margin-right: 7px;
    opacity:0.5;
}
#some-element.selected:before {
    font-family: FontAwesome;
    margin-right: 0.5vw;
    opacity:0.5;
    color: #A64452;
}
