/*
Theme Name: Old Car Buyer
Theme URI: https://www.oldcarbuyer.com.au/
Author: old car buyer Team
Author URI: https://www.oldcarbuyer.com.au/
Description: Sell your car fast and avoid the hassle of selling privately with oldcarbuyer.com.au. Sell your used car on the spot and get a fair price.
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: oldcarbuyer
*/
.bigbutton{font-size:32px;font-weight:bold;color:#1E73BE;}
.entry-content p{margin: 1rem;}

@media screen and (max-width: 600px) {
.bigbutton{font-size:24px;color:#ffffff;}
.bigbutton img{display:none;}
}

.mobile-footer {
    display:none;
}


@media only screen and (max-width:767px){
.mobile-footer {
        bottom: 0;
        position: fixed;
        width: 100%;
        display:block;
    }    
    .mobile-call, .mobile-quote {
        background: transparent none repeat scroll 0 0;
        float: left;
        margin: 0;
        width: 50%;
    }  
    .mobile-footer  a {
        
        color: #fff;
        display: block;
        font-size: 22px;
        font-weight: 700;
        padding: 15px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }    
    .mobile-call > a {
        background: #1e73be none repeat scroll 0 0;
        background: rgba(30, 115, 190);
    }
    .mobile-quote::before {
        border-right: 15px solid transparent;
        border-top: 15px solid #767676 ;
        border-top: 15px solid rgba(84, 84, 84, 0.8);
        content: " ";
        height: 0;
        left: -2px;
        position: absolute;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
        width: 0;
    }
    .mobile-quote {
        position:relative;
    }
    .mobile-quote > a {
        background: #767676 none repeat scroll 0 0;
        background:rgba(84, 84, 84, 0.8);
    }
}