/**heart font **/
@font-face {
    font-family: "st-ives-heart";
    src:url("/wp-content/themes/bwslite_r1/css/heart-font/st-ives-heart.eot");
    src:url("/wp-content/themes/bwslite_r1/css/heart-font/st-ives-heart.eot?#iefix") format("embedded-opentype"),
        url("/wp-content/themes/bwslite_r1/css/heart-font/st-ives-heart.woff") format("woff"),
        url("/wp-content/themes/bwslite_r1/css/heart-font/st-ives-heart.ttf") format("truetype"),
        url("/wp-content/themes/bwslite_r1/css/heart-font/st-ives-heart.svg#st-ives-heart") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "st-ives-heart" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "st-ives-heart" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-st-ives-heart:before {
    content: "\68";
}
span.icon.icon-st-ives-heart {
    display: inline;
    vertical-align: middle;
}

/**heart font end **/
