/* Add Phone Icon Font */

@charset "UTF-8";

@font-face {
    font-family: "ctc-icon-font";
    src:url("/source/0e9edf437249954ce445dc3f46386e97/icon-font.eot");
    src:url("/source/dc4ea7e9c737dfd7aef902ec8900f644/icon-font.eot") format("embedded-opentype"),
    url("/source/d9c43de8c69273c7accbe3372ce8ceea/icon-font.woff") format("woff"),
    url("/source/0e77976ec5335ff3c65d68398469d6e0/icon-font.ttf") format("truetype"),
    url("/source/2e9e586c42d681e0bae621f5b2672b4e/icon-font.svg") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "ctc-icon-font" !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^="ctc-icon-"]:before,
[class*=" ctc-icon-"]:before {
    font-family: "ctc-icon-font" !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;
}
.ctc-icon-phone:before {
    content: "\61";
}

/* Basic Styles */

/* Only Show over 736px - Why 736? Max width of iPhone 7 Plus in landscape */
@media (max-width: 736px) {
    body {
        padding-bottom: 50px;
    }
    #click_to_call_bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #222;
        z-index: 1000;
        text-align: center;
        display: block;
        z-index: 10000;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        text-decoration: none !important;
    }
    #click_to_call_bar a {
        color: white;
        text-decoration: none !important;
    }
    #click_to_call_bar:hover {
        text-decoration: none !important;
    }
    #click_to_call_bar:focus {
        text-decoration: none !important;
    }
    /* Icon Size */
    #click_to_call_bar span {
        font-size: 18px;
        margin-right:5px;
        vertical-align: sub;
    }
}

/* Hide Over 737px */

@media (min-width: 737px) {
    #click_to_call_bar {
        display: none;
    }
}
