/**
 * MB Cursor - Custom House Icon Cursor
 * Version: 1.0.1
 */

/* Custom cursor for homepage links on hover only */
.homepagelink:hover,
.homepagelink:hover *,
a.homepagelink:hover {
cursor: url("../images/house-icon.svg") 12 12, pointer !important;
}
