/*------------------------------------------------------------------------
# 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-greviews-main-wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aa-greviews-clearfix::before, .aa-greviews-clearfix::after {
  content: '';
  display: table;
  clear: both;
  flex-basis: 0;
  order: 1;
}

.aagreviewsic-star{
  color: #e7711b;
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
}

* {
font-display:swap;
}


/* --------------------------------

Default Layout : Gallery Layout

-------------------------------- */



.aa-greviews-google-reviews-wrap {
  margin-top: 40px;
  line-height: 1.5em;
}

.aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
  margin-left: -3.33%;
}

.aa-greviews-all-reviews-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.aa-greviews-all-reviews-wrapper ul li {
  list-style: none;
}



.aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review{
  float: left;
  margin-left: 3.33%;
  margin-bottom: 30px;
}

.aa-greviews-review-template li.aa-greviews-sp-review{
  position: relative;
  padding-top: 65px;
  text-align: center;
}

.aa-greviews-review-template li.aa-greviews-sp-review{
  text-align: center;
}

.aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review .aa-greviews-main-header-section {
  min-height: 290px;
}

.aa-greviews-review-template li.aa-greviews-sp-review .aa-greviews-main-header-section {
  position: relative;
  /*padding: 80px 45px 25px;*/
  padding: 80px 20px 25px;
  border: 1px solid #ebebeb;
}

.aa-greviews-review-template .aa-greviews-info-section.aa-greviews-top-section {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
}

.aa-greviews-review-template .aa-greviews-user-info {
  margin-bottom: 18px;
}


.aa-greviews-user-review-avatar img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.aa-greviews-all-reviews-wrapper a {
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.aa-greviews-review-template .aa-greviews-reviewer-name {
  margin-bottom: 10px;
}

.aa-greviews-review-template .aa-greviews-reviewer-name a {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  box-shadow: unset;
  text-decoration: none;
}

.aa-greviews-review-template .aa-greviews-reviewer-name a:hover {
  color: #384fcf;
  box-shadow: unset;
  background: none;
  text-decoration: none;
}


.aa-greviews-review-template .aa-greviews-reviewer-star {
  margin-right: 0px;
  margin-bottom: 5px;
}

.aa-greviews-review-template .aa-greviews-rated-time {
  display: inline-block;
  border-radius: 20px;
  background-color: #384fcf;
  padding: 2px 10px;
  color: #ffffff;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
}

.aa-greviews-review-template .aa-greviews-content-reviews-wrapper {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #959595;
}


/********* Alert Messages  *****************/

.aa-greviews-alert a:hover {
  background: none;
  color:#333;
}


.aa-greviews-alert.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.aa-greviews-alert.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.aa-greviews-alert {
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
  opacity: 0.83;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  font-family: Verdana,sans-serif;
  font-size: 15px;
  line-height: 26px;
}

/******* Reviews Button  **********/

.aa-greviews-button-row {
  /*border: 1px solid #ebebeb;*/
}

.aa-greviews-rateus-button-wrap a {
  display: inline-block;
  padding: 14px 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-radius: 25px;
  box-shadow: unset;
  text-decoration: none;
}


.aa-greviews-rateus-button-wrap a:hover , .aa-greviews-button-row  a:hover {
  color: #ffffff;
  box-shadow: unset !important;
  transition: 0.3s;
}


.aa-greviews-button-row a {
  display: block;
  padding: 14px 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-radius: 25px;
  box-shadow: unset;
  text-decoration: none;
  margin: 10px 10px;
}

.aa-greviews-sp-review.aa-greviews-button-row {
  margin-top: 66px;
  padding-bottom: 17%;
  /* padding-top: 37px; */
}



/******* Read More Style  **********/

#aa-greviews-content-reviews-wrapper_all a:visited {color:#0254eb;}

.aa-greviews-review-description {
  margin:10px;
  line-height: 25px;
}

.aa-greviews-morecontent span {display:none;}

.aa-greviews-review-template a.aa-greviews-morelinkstyle {
  display: block;
  color: #384fcf;
  cursor: pointer;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  margin-top: 8px;
}

a.aa-greviews-morelinkstyle:hover{
  background:none;
  color: #555;
}

a.aa-greviews-morelinkstyle:visited{
  background:none;
  text-decoration: none;
}




/***** Mobile Support ******/


@media (max-width: 570px){

  .aa-greviews-rate-button{
    margin-bottom: 10px;
  }

  .aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
    margin-left: 0;
  }

  .aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }

}


@media (max-width: 400px){

  .aa-greviews-rate-button{
    margin-bottom: 10px;
  }

  .aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
    margin-left: 0;
  }

  .aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }

}


@media (max-width: 320px){

  .aa-greviews-rate-button{
    margin-bottom: 10px;
  }

  .aa-greviews-layout-list .aa-greviews-review-template .aa-greviews-show-reviews-wrap {
    margin-left: 0;
  }

  .aa-greviews-layout-list .aa-greviews-review-template li.aa-greviews-sp-review {
    float: none;
    width: 100%!important;
    margin-left: 0;
  }

}


/* --------------------------------

List Layout : List Template

-------------------------------- */

.aa-list-all-reviews-wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aa-list-all-reviews-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aa-list-clearfix:before, .aa-list-clearfix:after {
  content: '';
  display: table;
  clear: both;
  flex-basis: 0;
  order: 1;
}

.aa-list-template li.aa-list-review:nth-of-type(2n+1) {
  clear: left;
}

.aa-list-template li.aa-list-review {
  float: left;
  width: 90%;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 190px;
}

.aa-list-template li.aa-list-review {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}

.aa-list-template li.aa-list-review {
  padding: 40px;
  margin-bottom: 30px;
  text-align: left;
}

.aa-list-template li.aa-list-review:last-child {
  margin-bottom: 0px;
}

.aa-list-all-reviews-wrapper ul li {
  list-style: none;
}


.aa-list-template .aa-list-left-info-section {
  max-width: 100px;
  width: 100%;
}

.aa-list-template .aa-list-info-section {
  float: left;
}

.aa-list-template .aa-list-right-info-section {
  width: calc(100% - 140px);
  padding-left: 25px;
}

.aa-list-template .aa-user-info-left-wrap {
  float: left;
  width: 70%;
}


.aa-list-all-reviews-wrapper a {
    background: none;
}

.aa-list-template .aa-reviewer-name a {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #252525;
  text-transform: capitalize;
  box-shadow: unset;
  text-decoration: none;
  line-height: 34px;
  -o-transition:color .2s ease-out, background 2s ease-in;
  -ms-transition:color .2s ease-out, background 2s ease-in;
  -moz-transition:color .2s ease-out, background 2s ease-in;
  -webkit-transition:color .2s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition:color .2s ease-out, background 2s ease-in;
}


.aa-list-template .aa-rated-time {
  float: right;
  width: 30%;
  color: #707070;
  font-size: 15px;
}

.aa-list-template .aa-content-reviews-wrapper {
  margin-top: 10px;
  color: #959595;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#aa-greviews-list-logo{
  vertical-align: middle;
  height: 22px;
}

@media only screen and (max-width: 600px) {


  .aa-list-template li.aa-list-review {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .aa-list-template .aa-list-info-section{
    float:none;
  }

  .aa-list-template .aa-list-right-info-section {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .aa-list-template .aa-user-info-left-wrap {
    float: none;
    width: 100%;
  }

  .aa-list-template .aa-rated-time{
    float: none;
    width: 100%;
  }
}


/* --------------------------------

Slider Layout : Slider Template

-------------------------------- */

.aa-google-reviews-slider-content {
  max-width: 700px;
  margin: 15px auto;
}

.aa-google-reviews-slider-content p {
  margin-bottom: 1.5em;
  font-size: 1.0em;
  line-height: 2em;
  word-wrap: break-word;
}

.aa-google-reviews-slider-content a{
  text-decoration: none;
}

.aa-google-reviews-slider-content a:hover{
  text-decoration: none;
  background: none;
}

.aa-google-reviews-slider-content .testimonial {
  position: relative;
  overflow: hidden;
}

.aa-google-reviews-slider-content .testimonial .quote {
  position: relative;
}

.aa-google-reviews-slider-content .testimonial .quote:before {
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  color: #727D92;
}

.aa-google-reviews-slider-content .testimonial .quote:before {
  left: 15px;
  top: 15px;
}

.aa-google-reviews-slider-content .quote {
  background: #F1F2F6;
  padding: 25px 15px 5px 50px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #727D92;
  font-weight: 300;
  line-height: 1.6em;
  font-style: italic;
}
.aa-google-reviews-slider-content .quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #F1F2F6 transparent transparent transparent;
  position: relative;
  top: 42px;
  right: 10px;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
}

.aa-google-reviews-slider-content .client {
  /*margin-bottom: 80px;*/
  color: #2A3A5D;
}
.aa-google-reviews-slider-content .client .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.aa-google-reviews-slider-content .client p {
  position: relative;
  top: 5px;
}
.aa-google-reviews-slider-content .client p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -12px;
}
.aa-google-reviews-slider-content .client p:nth-child(3) {
  font-size: 14px;
  color: #2A3A5D;
}

.aa-google-reviews-slider-content .gbtn {
  background: url("https://www.gstatic.com/images/branding/product/1x/googleg_48dp.png") no-repeat;
  background-size: 13px 13px;
  display: inline-block;
  height: 13px;
  margin-bottom: 2px;
  margin-right: 2px;
  vertical-align: middle;
  width: 13px;
}


.aa-google-reviews-slider-content i {
  color: #e7711b;
  margin-right: 5px;
  font-size: 16px;
}

.aa-google-reviews-slider-content-btn-wrap {
  text-align: center;
  margin-top: 15px;
}

.aa-google-reviews-slider-content .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.aa-google-reviews-total {
  text-align: center;
  font-size: 17px;
  width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 10px;
}


/* --------------------------------

Read More and Read Less Style

-------------------------------- */

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}