/*------------------------------------------------------------------------
# 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-size: 14px;
    line-height: 24px;
}

.aa-google-places-reviews-badge a {
    background-color: transparent;
}


.aa-google-places-reviews-badge {
	max-width: 276px;
	height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
	background-color: #fff;
    -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: 10px;
  border-top: 8px solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, rgba(229,45,59,1) 0%, rgba(255,255,255,1) 50%, rgba(18,159,219,1) 100%);
    font-size: 14px;
    line-height: 24px;
    left: 15px;
    bottom: 70px;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
}

.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: 60px;
    overflow: hidden;
    height: 60px;
    position: relative;
    float: left;
}


.aa-header-image img {
    height: 60px;
    max-width: 500px;
    min-width: 100%;
    transform: translate(-50%,0);
    left: 50%;
    position: absolute;
}

.aa-header .aa-header-content {
    margin-left: 70px;
}

.aa-header .aa-header-title {
    color: #434a54;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
}

.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;
    display: block;
    margin-top: 2px;
    background-size: 100%;
}

.aa-header .aa-prara-title {
    color: #434a54;
    font-size: 12px;
    text-decoration: none;
    line-height: 11px;
}