/* Add Phone Icon Font */

@charset "UTF-8";

/* ctc-icon-font */
@font-face {
  font-family: "untitled-font-1";
  src:url("../font/untitled-font-1.eot");
  src:url("../font/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../font/untitled-font-1.woff") format("woff"),
    url("../font/untitled-font-1.ttf") format("truetype"),
    url("../font/untitled-font-1.svg#1610443967") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "untitled-font-1" !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: "untitled-font-1" !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;
        padding-left: 10px;
        z-index: 10000;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        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: 26px;
        margin-right:8px;
        vertical-align: middle;
    }
}

/* Hide Over 737px */

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