﻿/* BESPOKE GS-11: DESIGN HEADER AND FOOTER */ 
@font-face {
    font-family: 'gs-icons';
    src: url('/Bespoke/Assets/Fonts/Fonticons/icons.woff');
    src: url('/Bespoke/Assets/Fonts/Fonticons/icons.eot?sv48z8#iefix') format('embedded-opentype'), 
        url('/Bespoke/Assets/Fonts/Fonticons/icons.ttf?sv48z8') format('truetype'), 
        url('/Bespoke/Assets/Fonts/Fonticons/icons.woff?sv48z8') format('woff'), 
        url('/Bespoke/Assets/Fonts/Fonticons/icons.svg?sv48z8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="gs-"], [class*=" gs-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gs-icons' !important;
    speak: none;
    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;
}

.gs-social-linkedin:before {
    content: "\e900";
}

.gs-social-twitter:before {
    content: "\e901";
}

.gs-social-insta:before {
    content: "\e902";
}

.gs-search-glass:before {
    content: "\e903";
}

.gs-zoom-in:before {
    content: "\e904";
}

.gs-warning .path1:before {
    content: "\e905";
    color: rgb(255, 217, 0);
}

.gs-warning .path2:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.gs-info .path1:before {
    content: "\e907";
    color: var(--theme-secondary);
}

.gs-info .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.gs-check:before {
    content: "\e909";
    color: var(--theme-secondary);
}

.gs-calendar:before {
    content: "\e90a";
}

.gs-edit:before {
    content: "\e90b";
}

.gs-favorite:before {
    content: "\e90c";
}

.gs-cart:before {
    content: "\e90d";
}

.gs-arrow-down:before {
    content: "\e90e";
}

.gs-arrow-up:before {
    content: "\e90f";
}

.gs-arrow-left:before {
    content: "\e910";
}

.gs-arrow-right:before {
    content: "\e911";
}

.gs-logo:before {
    content: "\e912";
}

.gs-list-view:before {
    content: "\e913";
}

.gs-tile-view:before {
    content: "\e914";
}

.gs-social-facebook:before {
    content: "\e915";
}

/* END BESPOKE GS-11 */