/*------------------------------------------------------------------------
# AA Google Business Reviews
# ------------------------------------------------------------------------
# author    AA Extensions https://aaextensions.com
# Copyright (C) 2018 AA Extensions. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: https://aaextensions.com
-------------------------------------------------------------------------*/

@charset "UTF-8";

/* --------------------------------

Primary style

-------------------------------- */

.aa-google-places-reviews-badge {
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
}

.aa-google-places-reviews-badge a {
    background-color: transparent;
}


.aa-google-places-reviews-badge {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.21);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.21);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.21);
    padding: 15px;
    border-top: 8px solid #4285f4;
    font-size: 14px;
    line-height: 24px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.aa-header {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.aa-header::after {
    content: '';
    clear: both;
    display: block;
}

.aa-header-badge {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.aa-header-image {
    width: 80px;
    overflow: hidden;
    height: 80px;
    position: relative;
    float: left;
}


.aa-header-image img {
    height: 80px;
    max-width: 500px;
    min-width: 100%;
    transform: translate(-50%,0);
    left: 50%;
    position: absolute;
}

.aa-header .aa-header-content {
    margin-left: 90px;
}

.aa-header .aa-header-title {
    color: #434a54;
    font-size: 18px;
    text-decoration: none;
    line-height: 24px;
}

.aa-header .aa-header-title a {
    color: #434a54;
    text-decoration: none;
    box-shadow: none;
    border: none;
    font-weight: 700;
    transition: .4s ease all;
    -moz-transition: .4s ease all;
    -webkit-transition: .4s ease all;
}

.aa-header .aa-fr-starsnumb {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    color: #e7711b;
    font-weight: 500;
}

.aa-fr-starsnumb i{
    color: #e7711b;
    margin-right: 5px;
    font-size: 16px;
}

.aa-header .aa-fr-starsnumb span {
    font-size: 24px;
    line-height: 38px;
}

.aa-header .aa-fr-starslist-wrapper {
    display: inline-block;
    height: 39px;
    padding-top: 9px;
    background: unset !important;
}

.aa-google-places-reviews-badge .aa-fr-starslist-wrapper .aa-fr-starslist-container {
    position: relative;
    font-size: 0;
    height: 18px;
    display: inline-block;
}

.aa-header .aa-header-content::after {
    content: '';
    width: 61px;
    height: 20px;
    /*background: url(../img/Google_2015_logo.svg) 0 0 no-repeat;*/
    display: block;
    margin-top: 2px;
    background-size: 100%;
}

.aa-header .aa-prara-title {
    color: #434a54;
    font-size: 16px;
    text-decoration: none;
    line-height: 15px;
}