/*---------------------------------------------------------------------------------

 Theme Name:   DIVI GBF Child
 Theme URI:    
 Description:  
 Author:       GBF srl
 Author URI:   https://www.gbf.it
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.btn-ico:before {
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
	margin-right: 8px;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    font-family: FontAwesome!important;
    font-weight: 400!important;
    color: #fff;
}

.btn-ico {
    border-width: 1px!important;
    padding: 0.3em 1em;
    padding-right: 0.7em;
    padding-left: 2em;
	font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
	border: 2px solid;
    border-radius: 3px;
	margin:8px;
	color: #fff!important;
    border-color: #fff;
}

.bottoni {
	margin-top:20px;
	
}

.btn-spotify {
	color: #7CDA24!important;
    border-color: #7CDA24;
}

.btn-spotify:before {
    content: "\f1bc";
    color: #7CDA24;
}


.btn-itunes {
	color: #fff!important;
    border-color: #fff;
}

.btn-itunes:before {
    content: "\f179";
    color: #fff;
}


.btn-shop {
	color: #fff!important;
    border-color: #fff;
}

.btn-shop:before {
    content: "\f07a";
    color: #fff;
	font-weight: 800!important;
}