/**
 * Icons
 */

@font-face {
    font-family: 'icomoon';
    src:  url("/source/e86f18930f85a2c2ffbe39edf52aff7c/icomoon.eot");
    src:  url("/source/e11b98dd0265db3e6578bb9b5250694d/icomoon.eot") format('embedded-opentype'),
        url("/source/f1209ffff242db140dcafec9e01732ab/icomoon.ttf") format('truetype'),
        url("/source/83ec130cde7b3f2fbc00afde3c84b970/icomoon.woff") format('woff'),
        url("/source/c3d4701afb1ef85ca87d5aba4cb2260f/icomoon.svg") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"], 
.ubermenu .ubermenu-sub-indicator,
.fixed-nav .ubermenu-responsive-toggle i.fas {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.icon-box-arrow-down:before {
    content: "\e900";
}
.icon-box-arrow-left:before {
    content: "\e901";
}
.icon-box-arrow-right:before {
    content: "\e902";
}
.icon-box-arrow-up:before{
    content: "\e903";
}
.icon-checklist:before {
    content: "\e904";
}
.icon-close:before,
.fixed-nav .ubermenu-responsive-toggle.menu-is-active i.fas:before {
    content: "\e905";
}
.icon-contact:before {
    content: "\e906";
}
.icon-deals:before {
    content: "\e907";
}
.icon-email:before {
    content: "\e908";
}
.icon-facebook:before {
    content: "\e909";
}
.icon-houzz:before {
    content: "\e90a";
}
.icon-location:before {
    content: "\e90b";
}
.icon-maintenance:before {
    content: "\e90c";
}
.icon-menu:before,
.fixed-nav .ubermenu-responsive-toggle i.fas:before {
    content: "\e90d";
}
.icon-one-arrow-down:before {
    content: "\e90e";
}
.icon-one-arrow-left:before {
    content: "\e90f";
}
.icon-one-arrow-right:before {
    content: "\e910";
}
.icon-one-arrow-up:before {
    content: "\e911";
}
.icon-phone:before {
    content: "\e912";
}
.icon-pinterest:before {
    content: "\e913";
}
.icon-play:before {
    content: "\e914";
}
.icon-quality:before {
    content: "\e915";
}
.icon-quote:before {
    content: "\e916";
}
.icon-search:before {
    content: "\e917";
}
.icon-star:before {
    content: "\e918";
}
.icon-twitter:before {
    content: "\e919";
}
.icon-two-arrows:before {
    content: "\e91a";
}
.icon-two-arrows-down:before {
    content: "\e91b";
}
.icon-two-arrows-left:before {
    content: "\e91c";
}
.icon-two-arrows-up:before {
    content: "\e91d";
}
.icon-window:before {
    content: "\e91e";
}
.icon-youtube:before {
    content: "\e91f";
}
.icon-checkbox:before {
  content: "\e920";
}
.icon-checkmark:before {
  content: "\e921";
}
