/*---------------------------------------------
Template Name: Google Review View
Template URL: 
Description: 
Author: RadiusTheme
Author URL: http://www.radiustheme.com 
Version: 1.0.0

===================   
CSS INDEX
===================
1. Typography
2. Template Layout
3. Template Page Style
4. Shortcode Custom CSS


--------------------------------------------*/
/*=======================================================================
1. Typography 
=========================================================================*/
/*=======================================================================
2. Template Layout
=========================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.rt-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.rt-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.rt-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.rt-no-gutters > .rt-col,
.rt-no-gutters > [class*=rt-col-] {
  padding-right: 0;
  padding-left: 0;
}

.rt-col-1, .rt-col-2, .rt-col-3, .rt-col-4, .rt-col-5, .rt-col-6, .rt-col-7, .rt-col-8, .rt-col-9, .rt-col-10, .rt-col-11, .rt-col-12,
.rt-col-sm-1, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12, .rt-col-sm,
.rt-col-md-1, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12, .rt-col-md,
.rt-col-lg-1, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12, .rt-col-lg,
.rt-col-xl-1, .rt-col-xl-2, .rt-col-xl-3, .rt-col-xl-4, .rt-col-xl-5, .rt-col-xl-6, .rt-col-xl-7, .rt-col-xl-8, .rt-col-xl-9, .rt-col-xl-10, .rt-col-xl-11, .rt-col-xl-12, .rt-col-xl {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.rt-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.rt-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.rt-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.rt-col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.rt-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.rt-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.rt-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.rt-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.rt-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.rt-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.rt-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.rt-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.rt-media {
  display: flex;
  align-items: flex-start;
}

.rt-media-body {
  flex: 1;
}

@media (min-width: 576px) {
  .rt-container {
    max-width: 540px;
  }
  .rt-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rt-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rt-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rt-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rt-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rt-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rt-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rt-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rt-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rt-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rt-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rt-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rt-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .rt-container {
    max-width: 720px;
  }
  .rt-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rt-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rt-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rt-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rt-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rt-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rt-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rt-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rt-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rt-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rt-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rt-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rt-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .rt-container {
    max-width: 960px;
  }
  .rt-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rt-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rt-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rt-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rt-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rt-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rt-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rt-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rt-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rt-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rt-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rt-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rt-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .rt-container {
    max-width: 1140px;
  }
  .rt-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rt-col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .rt-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .rt-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rt-col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .rt-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .rt-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rt-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rt-col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .rt-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rt-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rt-col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .rt-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*------------------- 4.6 Section -------------------*/
.rt-layout-heading {
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 24px;
}

.rt-layout-heading-sm {
  font-family: inherit;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 25px;
}

.rt-loadmore-btn {
  display: block;
  width: 100%;
  padding: 20px 0 40px;
  text-align: center;
}
.rt-loadmore-btn a {
  font-family: inherit;
  font-size: 16px;
  color: #1D2124;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.rt-loadmore-btn a:hover {
  color: #fff;
  background: #1D2124;
}

.rt-isotope-classes-tab {
  text-align: center;
  margin-bottom: 30px;
}
.rt-isotope-classes-tab .nav-item {
  font-family: inherit;
  font-size: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #1d2124;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.rt-isotope-classes-tab .nav-item:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.rt-isotope-classes-tab .nav-item.current {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
}

/*------------------- 2.1 Slick -------------------*/
.rt-slick-carousel .rt-slick-slide:focus {
  outline: none;
}
.rt-slick-carousel .slick-list {
  margin: 0 -10px;
}
.rt-slick-carousel .rt-slick-slide {
  margin: 0 10px;
}
.rt-slick-carousel .slick-arrow {
  text-align: center;
  height: 42px;
  width: 42px;
  line-height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
@media only screen and (max-width: 1199px) {
  .rt-slick-carousel .slick-arrow {
    visibility: hidden;
    opacity: 0;
  }
}
.rt-slick-carousel .slick-arrow:before {
  font-size: 22px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  color: #fff;
}
.rt-slick-carousel .slick-prev {
  left: -60px;
}
@media only screen and (max-width: 1199px) {
  .rt-slick-carousel .slick-prev {
    left: 0;
  }
}
.rt-slick-carousel .slick-next {
  right: -60px;
}
@media only screen and (max-width: 1199px) {
  .rt-slick-carousel .slick-next {
    right: 0;
  }
}
.rt-slick-carousel .slick-dots {
  left: 0;
  bottom: -35px;
}
.rt-slick-carousel .slick-dots li {
  margin: 0 6px 0 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
}
.rt-slick-carousel .slick-dots li button {
  background-color: #dadada !important;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.rt-slick-carousel .slick-dots li button:before {
  display: none;
}
.rt-slick-carousel .slick-dots li.slick-active button {
  background-color: #4486f5 !important;
}

/*=======================================================================
3. Template Page Style
=========================================================================*/
/*------------------- 1.1 Grid Layout -------------------*/
.rt-grid-view-style {
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px 20px 8px 20px;
  margin-bottom: 30px;
}
.rt-grid-view-style .rt-media {
  align-items: center;
  margin-bottom: 10px;
}
.rt-grid-view-style .rt-author-img {
  margin-right: 20px;
}
.rt-grid-view-style .rt-author-img img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  vertical-align: middle;
  border-style: none;
  margin: 0 auto;
}
.rt-grid-view-style .rt-media-body {
  position: relative;
}
.rt-grid-view-style p {
  font-family: inherit;
  color: #646464;
  line-height: 1.6;
  margin: 0 0 12px;
  font-size: 16px;
}
.rt-grid-view-style .rt-author-title {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 2px 0;
  font-family: inherit;
  font-weight: 600;
}
.rt-grid-view-style .rt-author-title a {
  text-decoration: none;
  color: #1D2124;
}
.rt-grid-view-style .rt-author-title a:hover {
  color: #777;
}
.rt-grid-view-style .rt-time-ago {
  font-size: 13px;
  color: #8c8c8c;
  font-family: inherit;
  line-height: 22px;
}
.rt-grid-view-style .rt-right-item {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style .rt-right-item {
    position: inherit;
    text-align: left;
  }
}
.rt-grid-view-style .rt-social-icon {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style .rt-social-icon {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
.rt-grid-view-style .rt-social-icon img {
  height: 29px;
  width: 22px;
  vertical-align: middle;
  border-style: none;
  display: inline-block;
}
.rt-grid-view-style .google-rating svg {
  fill: #ffb300;
}
.rt-grid-view-style .facebook-rating svg {
  fill: #485396;
}
.rt-grid-view-style .yelp-rating svg {
  height: 18px;
  width: 18px;
  fill: #fff;
  background-color: #d32323;
  padding: 3px;
  border-radius: 3px;
}

.rt-grid-view-style-1 .rt-author-img img {
  height: 60px;
  width: 60px;
}
.rt-grid-view-style-1 .rt-media-body {
  padding-right: 100px;
}

.rt-grid-view-style-2 {
  text-align: center;
  padding: 0 20px 20px;
  margin-top: 50px;
}
.rt-grid-view-style-2 .rt-author-img {
  margin-right: 0;
  border: 10px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50px);
  margin-bottom: -50px;
  transition: all 0.3s ease-in-out;
}
.rt-grid-view-style-2 .rt-social-icon {
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  transform: translateY(-35px);
  margin-bottom: -28px;
  position: inherit;
}
.rt-grid-view-style-2 .rt-social-icon img {
  height: 24px;
  width: 18px;
}
.rt-grid-view-style-2 .rt-time-ago {
  margin-bottom: 10px;
}
.rt-grid-view-style-2 .rt-item-rating {
  margin-top: 18px;
}

.rt-grid-view-style-3 {
  padding: 35px 30px 30px;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-3 {
    padding: 20px 10px;
  }
}
.rt-grid-view-style-3 .rt-media {
  margin-bottom: 0;
  align-items: flex-start;
}
.rt-grid-view-style-3 .rt-left-item {
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-3 .rt-left-item {
    margin-right: 15px;
  }
}
.rt-grid-view-style-3 .rt-author-title {
  padding-right: 40px;
}
.rt-grid-view-style-3 .rt-author-img {
  text-align: center;
  margin-bottom: 25px;
  margin-right: 0;
}
.rt-grid-view-style-3 .rt-social-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  top: auto;
}
.rt-grid-view-style-3 .rt-social-icon img {
  height: 40px;
  width: 30px;
}

.rt-grid-view-style-4 {
  text-align: center;
  padding: 25px 20px;
}
.rt-grid-view-style-4 .rt-social-icon {
  margin-bottom: 14px;
  position: inherit;
}
.rt-grid-view-style-4 .rt-social-icon img {
  height: 40px;
  width: 30px;
}
.rt-grid-view-style-4 .rt-item-rating {
  margin-bottom: 15px;
}
.rt-grid-view-style-4 .rt-author-img {
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 25px;
}

.rt-grid-view-style-5 {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.rt-grid-view-style-5 .rt-author-title {
  padding-left: 30px;
}
.rt-grid-view-style-5 .rt-item-rating {
  display: inline-block;
  margin-right: 15px;
  padding-left: 30px;
}
.rt-grid-view-style-5 .rt-time-ago {
  display: inline-block;
}
.rt-grid-view-style-5 .rt-item-right {
  text-align: center;
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-5 .rt-item-right {
    margin-left: 0;
  }
}
.rt-grid-view-style-5 .rt-author-img {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 15px;
  border: 10px solid #fff;
  border-radius: 50%;
  margin-top: -80px;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-5 .rt-author-img {
    margin: 0;
  }
}
.rt-grid-view-style-5 .rt-social-icon {
  margin-bottom: 0;
  position: inherit;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-5 .rt-social-icon {
    margin-bottom: 10px;
  }
}
.rt-grid-view-style-5 .rt-social-icon img {
  height: 40px;
  width: 30px;
}
.rt-grid-view-style-5 .rt-media {
  margin-top: 25px;
  flex-direction: row-reverse;
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px 25px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-5 .rt-media {
    display: block;
    text-align: center;
  }
}
.rt-grid-view-style-5 .rt-media:before {
  content: "";
  border-bottom: 25px solid #fcfcfc;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -25px;
  left: 88px;
  z-index: 2;
}
.rt-grid-view-style-5 .rt-media:after {
  content: "";
  border-bottom: 27px solid #e1e1e1;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: absolute;
  top: -27px;
  left: 86px;
  z-index: 1;
}

.rt-grid-view-style-6 {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.rt-grid-view-style-6 .rt-media {
  align-items: inherit;
}
.rt-grid-view-style-6 .rt-media .rt-left-item {
  width: 150px;
  margin-right: 20px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .rt-grid-view-style-6 .rt-media .rt-left-item {
    margin-right: 15px;
  }
}
.rt-grid-view-style-6 .rt-media .rt-author-img {
  margin-right: 0;
  margin-bottom: 10px;
}
.rt-grid-view-style-6 .rt-media .rt-time-ago {
  margin-bottom: 5px;
}
.rt-grid-view-style-6 .rt-media-body {
  background-color: #fafafa;
  padding: 15px 20px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rt-grid-view-style-6 .rt-media-body {
    padding: 30px 15px;
  }
}
.rt-grid-view-style-6 .rt-media-body:after {
  content: "";
  border-top: 10px solid transparent;
  border-right: 15px solid #f8f8f8;
  border-bottom: 10px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  left: -15px;
  top: 40px;
}
.rt-grid-view-style-6 .rt-media-body p {
  font-style: italic;
}
.rt-grid-view-style-6 .rt-media-body p a {
  color: #4285f4;
}

.rt-grid-view-style-7 {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.rt-grid-view-style-7 .rt-media {
  align-items: inherit;
  flex-direction: row-reverse;
}
.rt-grid-view-style-7 .rt-media .rt-left-item {
  width: 150px;
  margin-left: 20px;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-7 .rt-media .rt-left-item {
    margin-left: 15px;
  }
}
.rt-grid-view-style-7 .rt-media .rt-author-img {
  margin-right: 0;
  margin-bottom: 10px;
}
.rt-grid-view-style-7 .rt-media .rt-time-ago {
  margin-bottom: 5px;
}
.rt-grid-view-style-7 .rt-media-body {
  background-color: #fafafa;
  padding: 15px 20px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rt-grid-view-style-7 .rt-media-body {
    padding: 30px 15px;
  }
}
.rt-grid-view-style-7 .rt-media-body:after {
  content: "";
  border-top: 10px solid transparent;
  border-right: 15px solid #f8f8f8;
  border-bottom: 10px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  top: 40px;
  right: -15px;
  transform: scaleX(-1);
}
.rt-grid-view-style-7 .rt-media-body p {
  font-style: italic;
}
.rt-grid-view-style-7 .rt-media-body p a {
  color: #4285f4;
}

.rt-grid-view-style-8 {
  text-align: center;
  padding: 25px 20px;
}
.rt-grid-view-style-8 .rt-author-img {
  margin-right: 0;
  margin-bottom: 15px;
}
.rt-grid-view-style-8 .rt-time-ago {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .rt-grid-view-style-8 .rt-social-icon {
    position: inherit;
  }
}

/*------------------- 1.1 List Layout -------------------*/
.rt-list-view-style .rt-media {
  padding: 20px 25px 0;
  background-color: #fafafa;
  border-radius: 5px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .rt-list-view-style .rt-media {
    padding: 20px;
  }
}
.rt-list-view-style .rt-media:last-child {
  margin-bottom: 30px;
}
.rt-list-view-style .rt-media .rt-media-body {
  position: relative;
}
.rt-list-view-style .rt-author-img {
  margin-top: 5px;
  box-shadow: 5px 6px 24px 0 rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  margin-right: 15px;
}
.rt-list-view-style .rt-author-img img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  vertical-align: middle;
  border-style: none;
  margin: 0 auto;
}
.rt-list-view-style .rt-social-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .rt-list-view-style .rt-social-icon {
    position: inherit;
  }
}
.rt-list-view-style .rt-author-title {
  line-height: 25px;
  font-size: 17px;
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding-right: 50px;
}
.rt-list-view-style .rt-author-title a {
  color: #1D2124;
  text-decoration: none;
}
.rt-list-view-style .rt-author-title a:hover {
  color: #777;
}
.rt-list-view-style .rt-item-meta {
  padding: 0;
  margin: 0;
  /* margin: 8px 0 0; */
}
.rt-list-view-style .rt-item-meta li {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-size: 15px;
  color: #8c8c8c;
}
.rt-list-view-style .rt-item-meta li:after {
  content: "/";
  font-size: 13px;
  color: #8c8c8c;
  padding: 0 6px;
}
.rt-list-view-style .rt-item-meta li:last-child:after {
  display: none;
}
.rt-list-view-style p {
  font-size: 16px;
  color: #646464;
  font-family: inherit;
  line-height: 1.6;
}
.rt-list-view-style .rt-item-rating i {
  font-size: 17px;
  display: inline-block;
}
.rt-list-view-style .google-rating svg {
  fill: #ffb300;
}
.rt-list-view-style .facebook-rating svg {
  fill: #485396;
}
.rt-list-view-style .yelp-rating svg {
  height: 18px;
  width: 18px;
  fill: #fff;
  background-color: #d32323;
  padding: 3px;
  border-radius: 3px;
}

.rt-slick-slide .rt-slide-style .rt-slick-slide {
  margin: -3px 0 0px;
}

.rt-list-view-style-2 .rt-media {
  border-bottom: 1px solid #ededed;
  padding: 5px 0 12px 0;
  background-color: transparent;
  border-radius: 0;
}
.rt-list-view-style-2 .rt-media:last-child {
  border-bottom: none;
}
.rt-list-view-style-2 .rt-author-img {
  position: relative;
  margin-right: 25px;
}
@media only screen and (max-width: 575px) {
  .rt-list-view-style-2 .rt-author-img {
    margin-right: 15px;
  }
}
.rt-list-view-style-2 .rt-author-img img {
  height: 80px;
  width: 80px;
}
.rt-list-view-style-2 .rt-author-img .rt-social-icon {
  bottom: -3px;
  left: 3px;
  top: auto;
  right: auto;
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  position: absolute;
}
.rt-list-view-style-2 .rt-author-img .rt-social-icon img {
  height: 26px;
  width: 21px;
}
.rt-list-view-style-2 p {
  margin-bottom: 10px;
}
.rt-list-view-style-2 .rt-author-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt-list-view-style-2 .rt-author-title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .rt-list-view-style-2 .rt-author-title {
    margin-bottom: 5px;
  }
}

/*------------------- 1.1 Badge Layout -------------------*/
.rt-badge-style .rt-media {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 18px;
  padding-bottom: 20px;
}
.rt-badge-style .rt-media:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.rt-badge-style .rt-author-img {
  border-radius: 50%;
  margin-right: 15px;
}
.rt-badge-style .rt-author-img img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  vertical-align: middle;
  border-style: none;
}
.rt-badge-style .rt-author-title {
  line-height: 30px;
  margin: 0 0 5px 0;
  font-size: 17px;
  font-family: inherit;
}
.rt-badge-style .rt-author-title a {
  text-decoration: none;
  font-weight: 600;
  color: #1d2124;
}
.rt-badge-style .rt-author-title a:hover {
  color: #777;
}
.rt-badge-style .rt-time-ago {
  margin-bottom: 0;
  margin-top: -5px;
  font-size: 13px;
  color: #a8a8a8;
  font-family: inherit;
}
.rt-badge-style p {
  margin: 3px 0 8px;
  font-family: inherit;
  line-height: 1.6;
  font-size: 16px;
  color: #646464;
  display: inline;
  word-break: break-word;
}
.rt-badge-style .rt-item-rating {
  display: inline-block;
  margin-right: 5px;
}
.rt-badge-style .google-rating svg {
  fill: #f87a48;
}
.rt-badge-style .facebook-rating svg {
  fill: #485396;
}
.rt-badge-style .yelp-rating svg {
  height: 18px;
  width: 18px;
  fill: #fff;
  background-color: #d32323;
  padding: 3px;
  border-radius: 3px;
}
.rt-badge-style .rt-review-top {
  border-bottom-width: 3px;
}
.rt-badge-style .rt-review-top .rt-author-img img {
  background-color: #f4f4f4;
  padding: 8px;
  vertical-align: middle;
  border-style: none;
}
.rt-badge-style .rt-review-top .rt-author-title a {
  color: #000;
}
.rt-badge-style .rt-review-top .rt-author-title a:hover {
  color: #777;
}
.rt-badge-style .rt-review-top .rt-item-rating {
  margin-bottom: 10px;
}
.rt-badge-style .rt-review-top .rating-text {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  font-family: inherit;
}
.rt-badge-style .rt-review-top .rating-text span {
  color: #8f8f8f;
  font-style: italic;
}
.rt-badge-style .rt-review-top .powerd-by {
  margin-top: -5px;
  font-size: 14px;
  color: #969595;
  font-style: italic;
  font-family: inherit;
}
.rt-badge-style .rt-review-top .powerd-by img {
  margin-left: 5px;
  vertical-align: middle;
  border-style: none;
  display: inline-block;
}

.rt-badge-style-2 {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
}
.rt-badge-style-2:before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #4285f4;
  border-radius: 4px 4px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rt-badge-style-2 .rt-media {
  margin: 0;
  padding: 20px 20px 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .rt-badge-style-2 .rt-media {
    padding: 20px 10px;
  }
}
.rt-badge-style-2 .rt-media:last-child {
  padding-bottom: 24px;
}
.rt-badge-style-2 .rt-media:hover {
  background-color: #fff;
}
.rt-badge-style-2 .rt-media.rt-review-top {
  padding: 24px 20px;
}
.rt-badge-style-2 .rt-time-ago {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.rt-badge-style-2 .rt-item-rating {
  margin-bottom: 5px;
}
.rt-badge-style-2 p {
  display: block;
}
.rt-badge-style-2 .rt-author-img {
  position: relative;
}
.rt-badge-style-2 .rt-author-img .rt-social-icon {
  position: absolute;
  bottom: -3px;
  left: 3px;
  top: auto;
  right: auto;
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
}
.rt-badge-style-2 .rt-author-img .rt-social-icon img {
  height: 26px;
  width: 21px;
  vertical-align: middle;
  border-style: none;
}
.rt-badge-style-2 .rt-review-top {
  border-bottom-width: 1px;
}

.rt-badge-tab-style .rt-review-top {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 20px 10px !important;
  cursor: pointer;
  margin-bottom: 30px !important;
}
.rt-badge-tab-style .rt-review-top .rt-author-img {
  margin-right: 15px;
}
.rt-badge-tab-style .rt-review-top .rt-item-rating a {
  pointer-events: none;
}

.rt-badge-sidebar {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 370px;
  z-index: 9999;
  background-color: #fff;
  padding: 100px 15px 50px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 479px) {
  .rt-badge-sidebar {
    width: 300px;
  }
}
.rt-badge-sidebar .rt-review-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
}
.rt-badge-sidebar .rt-review-head .rt-media {
  align-items: center;
}
.rt-badge-sidebar .rt-review-head .rt-close-btn {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-family: inherit;
}
.rt-badge-sidebar .rt-review-body {
  padding: 10px 0;
  height: 100%;
  overflow: auto;
}
.rt-badge-sidebar .rt-review-content {
  height: 100%;
}
.rt-badge-sidebar .rt-review-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  font-family: inherit;
}
.rt-badge-sidebar .rt-review-footer img {
  vertical-align: middle;
  display: inline-block;
}

.rt-badge-sidebar.open {
  display: block;
}

/*------------------- 1.1 Slide Layout -------------------*/
.rt-slide-style {
  margin-bottom: 90px !important;
}
.rt-slide-style .rt-slick-slide {
  background-color: #fafafa;
  padding: 20px 25px 13px;
  margin-bottom: 15px;
  position: relative;
}
.rt-slide-style .rt-slick-slide:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #eeeeee;
  border-right: 15px solid transparent;
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}
.rt-slide-style .rt-media {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.rt-slide-style .rt-author-img {
  display: inline-block;
}
.rt-slide-style .rt-author-img img {
  width: 55px;
  height: 55px;
  vertical-align: middle;
  border-style: none;
}
@media only screen and (max-width: 479px) {
  .rt-slide-style .rt-social-icon {
    margin-bottom: 15px;
  }
}
.rt-slide-style .rt-social-icon img {
  height: 26px;
  width: 20px;
  vertical-align: middle;
  border-style: none;
}
.rt-slide-style p {
  margin: 6px 0 10px 0;
}
.rt-slide-style .rt-item-meta li {
  margin-right: 5px;
}
.rt-slide-style .rt-item-meta li:last-child {
  margin-right: 0;
}
.rt-slide-style .rt-item-meta li:after {
  display: none;
}
.rt-slide-style .rt-item-meta .rt-time-ago {
  color: #a8a8a8;
  font-size: 13px;
}

.rt-slide-style-2 .slick-list {
  margin: 0 -22px;
}
.rt-slide-style-2 .rt-slick-slide {
  margin: 0 22px;
}
.rt-slide-style-2 .rt-media {
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .rt-slide-style-2 .rt-media {
    display: block;
  }
}
.rt-slide-style-2 .rt-media img {
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}
.rt-slide-style-2 .rt-media .rt-right-item {
  margin-left: 25px;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .rt-slide-style-2 .rt-media .rt-right-item {
    margin-left: 0;
  }
}
.rt-slide-style-2 .rt-media .rt-author-img img {
  border-radius: 8px;
  vertical-align: middle;
  border-style: none;
}
.rt-slide-style-2 .rt-media .rt-social-icon {
  height: 30px;
  width: 30px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: -15px auto 0;
  position: relative;
}
.rt-slide-style-2 .rt-media .rt-social-icon img {
  height: 25px;
  width: 19px;
  vertical-align: middle;
  border-style: none;
}
.rt-slide-style-2 .rt-media .rt-author-title {
  font-size: 17px;
  line-height: 1.5;
  margin: 4px 0;
  line-height: 30px;
  font-family: inherit;
}
.rt-slide-style-2 .rt-media .rt-author-title a {
  color: #1D2124;
  text-decoration: none;
}
.rt-slide-style-2 .rt-media .rt-author-title a:hover {
  color: #777;
}
.rt-slide-style-2 .rt-media .rt-item-rating {
  margin-bottom: 2px;
}
.rt-slide-style-2 .rt-media .google-rating svg {
  fill: #f87a48;
}
.rt-slide-style-2 .rt-media .facebook-rating svg {
  fill: #485396;
}
.rt-slide-style-2 .rt-media .yelp-rating svg {
  height: 18px;
  width: 18px;
  padding: 2px;
  border-radius: 3px;
  background-color: #d32323;
  fill: #fff;
}
.rt-slide-style-2 .rt-media .rt-time-ago {
  font-size: 13px;
  color: #a8a8a8;
  font-family: inherit;
  line-height: 22px;
}
.rt-slide-style-2 .rt-media .rt-media-body {
  background-color: #fafafa;
  padding: 20px;
  position: relative;
}
.rt-slide-style-2 .rt-media .rt-media-body p {
  font-family: inherit;
  font-size: 16px;
  color: #646464;
  line-height: 1.6;
}
@media only screen and (max-width: 479px) {
  .rt-slide-style-2 .rt-media .rt-media-body {
    margin-top: 20px;
  }
}
.rt-slide-style-2 .rt-media .rt-media-body:before {
  content: "";
  border-left: 20px solid #fafafa;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 15px;
  right: -20px;
}
@media only screen and (max-width: 479px) {
  .rt-slide-style-2 .rt-media .rt-media-body:before {
    display: none;
  }
}
.rt-slide-style-2:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

/*=======================================================================
4. Shortcode Custom CSS
=========================================================================*/
.rtbr-full-review {
  display: none;
}

.rtbr-review-hide {
  display: none !important;
}

.rtbr-pagination .rtbr-direct-review {
  margin-left: 10px;
}

.rtbr-pagination .rtbr-load-more + a {
  display: none;
}

.rtbr-widget-review-class {
  min-width: 0;
}

.rt-badge-floating {
  position: fixed;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  z-index: 9999;
}

.rt-badge-floating .rt-review-top {
  padding: 10px 5px 10px 7px !important;
}

.rt-item-rating svg {
  display: inline;
}

.rtbr-pagination.rt-loadmore-btn a {
  border: 2px solid;
  padding: 14px 30px;
  border-radius: 5px;
  text-decoration: none;
}

.rt-badge-sidebar .rtbr-pagination.rt-loadmore-btn a {
  padding: 10px 20px;
}

.rt-badge-sidebar .rt-loadmore-btn {
  padding: 10px 0 40px;
}

.rt-badge-sidebar .rt-badge-style .rt-author-img img {
  width: 60px;
  height: 60px;
}

.rt-badge-sidebar .rt-badge-style .rt-media {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.rt-badge-sidebar .rt-badge-style .rt-media.rt-review-top {
  margin-bottom: 0;
  padding-bottom: 0;
}

.rt-badge-style .rt-review-top .rt-author-title {
  font-size: 22px;
}

.rt-badge-tab-style .rt-review-top .rt-author-title {
  font-size: 19px;
}

.rt-badge-style.rt-badge-style-2 .rt-loadmore-btn {
  margin-top: 15px;
  margin-bottom: -5px;
}

.rt-slick-carousel .slick-next:before, .rt-slick-carousel .slick-prev:before {
  color: #1D2124 !important;
}

.rt-grid-layout .rt-grid-view-style {
  height: 100%;
  margin-bottom: 0px;
}

.rt-grid-layout {
  margin-bottom: 30px;
}

.rt-grid-layout-two {
  margin-bottom: 80px;
}

.rt-grid-layout-two + .rtbr-pagination {
  margin-top: -30px !important;
}

.rt-grid-view-style-2 {
  margin-top: 20px;
  padding: 0 20px 0px;
}

.rt-grid-view-style p {
  max-height: 100px;
  overflow-y: auto;
}

/* Scrollbar style */
.rt-grid-view-style ::-webkit-scrollbar {
  width: 5px;
}

.rt-grid-view-style ::-webkit-scrollbar-thumb {
  background: #888;
}

.rt-grid-view-style ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.review-slider .swiper-slide {
    flex: 0 0 auto;
}

.review-slider .swiper-wrapper {
    display: flex;
}

.review-slider {
    overflow: hidden;
    width: 100%;
}
.review-slider {
    overflow: hidden;
    width: 100%;
}

.review-main-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.review-summary {
    width: 250px;
    text-align: center;
}
.review-summary p{
   margin-bottom: 5px!important;
}
.review-summary p span{
   font-weight: 600;
}

.review-summary h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px!important;

}

.review-summary .stars {
    color: #f4b400;
    font-size: 28px !important;
    line-height: 1;
}

.google-logo {
    width: 100px;
}

.review-slider {
    width: calc(100% - 250px);
}

.review-card p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 👈 number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*  */

.review-card {
    background: #f4f4f4;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
     display: flex;
    flex-direction: column;
    height: 100%;
transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.swiper-slide {
    height: auto !important;
    display: flex;
}
/* HEADER */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAME + TIME */
.user-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.review-time {
    font-size: 12px;
    color: #777;
}

/* GOOGLE ICON */
.google-icon {
    width: 18px;
}

/* STARS */
.review-stars {
    margin: 8px 0;
}

.review-stars svg {
    width: 16px;
    height: 16px;
    fill: #fbbc04;
}

/* TEXT */
.review-text {
    font-size: 14px;
    color: #444;
    line-height: 1.5;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* READ MORE */
.read-more {
    font-size: 13px;
    color: #777;
    cursor: pointer;
}

.review-card:hover {
    transform: translateY(-8px); /* 👈 move up */
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.15); */
}

@media (max-width: 768px) {

    .review-main-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-summary {
        width: 100%;
     
    }

    .review-slider {
        width: 100%;
    }

}

.rtbr-pro,
.rtbr-upgrade,
.rtbr-lock,
.pro-feature,
.upgrade-btn {
    display: none !important;
}