/* ------------------------------------------------------------------------------------------------------------------ */
/*    Widget: Tap to Call   */
/* ------------------------------------------------------------------------------------------------------------------ */
/* --- Make the space for contact form buttons @ the footer --- */
.footer .section { padding-bottom:85px; /*space for sticky buttons*/ }

.sticky-banner { position:fixed; right:0; bottom:0; left:0; padding:0.4em 0.4em 0; background:#6db5e1; text-align:center; }

.sticky-banner .btn { padding:4px 6px; line-height:37px; border:2px solid #fff; }

/* icon: small, on left */
.sticky-banner .btn i { display:inline-block; margin:-2px -1px 0 0; width:24px; height:24px; line-height:24px; vertical-align: middle; background:url(../images/icon-phone-small.png) no-repeat; }
.sticky-banner .btn i.icon-phone { background-position:center center; }
.sticky-banner .caption-outside { display:inline-block; color:#eee; font-size:10px; }

@media only screen and (max-width:479px) {
    .sticky-banner .btn { padding:7px 30px; line-height:60px; font-size:1em; }
}
