/*
Theme Name: Mechanic Child Theme
Theme URI: http://themetrail.com/themes/mechanic/
Description: WordPress theme for car mechanics, car workshops, car repair shops, auto paint shops, tire and wheel shops or any other handyman business.
Version: 1.0
Template: mechanic
Author: ThemeTrail
Author URI: http://themetrail.com
License:
License URI:
Tags:
*/

.badge-get-theme {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 30px;
    padding-left: 10px;
    font: 900 .8em 'Helvetica Neue', 'Roboto', 'sans-serif';
    line-height: 30px;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #92C060;
}

.badge-get-theme span {
    display: inline-block;
    margin-left: 10px;
    padding: 0 10px;
    background-color: #457313;
    background-color: rgba(0,0,0,.2);
}

.badge-get-theme a {
    color: #fff;
}