/*
Theme Name: BizWalls Child
Theme URI: http://themelooks.us/demo/bizwalls/wordpress/
Author: themelooks
Description: This is a child theme for BizWalls WordPress Theme
Version: 1.0
Author URI: http://themelooks.com/
Template: bizwalls
Text Domain: bizwalls-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.tele-quote-cta{ text-align:right; margin-top:2rem; }
.tele-quote-btn{
    display:inline-block;
    background:#005e87;
    color:#fff;
    padding:12px 32px;
    font-size:1rem;
    font-weight:600;
    text-decoration:none;
    border:0;
    border-radius:0;
    transition:background .25s ease, transform .15s ease;
    box-shadow:0 0 0 1px rgba(0,0,0,.15);
}
.tele-quote-btn:hover,
.tele-quote-btn:focus{ background:#00496b; color:#fff; }
.tele-quote-btn:active{ transform:translateY(1px); }
@media (max-width:640px){ .tele-quote-cta{ text-align:center; } }
