﻿/* shareStyle.css 
 *
 *  This stylesheet is for Global style changes across all Expedia Presso sites
 *  The main stylesheet lives on Viewdfinder. Make all global style changes from VF
 *  If you have any questions check with John or Kerry @waveinteractive
*/

.icon-social-spotify:before {
    content: '\e819';
    background-image: url(images/social-icons/spotify-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    color: #fff;
}

[class^="icon-social-"].fab:before, [class*=" icon-social-"].fab:before {
    font-family: "Font Awesome 5 Brands";
}
