﻿@font-face {
    font-family: wp-social-reviews;
    src: url(../font/wp-social-reviews.eot);
    src: url(../font/wp-social-reviews.eot) format("embedded-opentype"), url(../font/wp-social-reviews.woff) format("woff"), url(../font/wp-social-reviews.ttf) format("truetype"), url(../font/wp-social-reviews.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.wpsr_content [data-icon]:before {
    content: attr(data-icon)
}

.wpsr_content [class*=" icon-"]:before,
.wpsr_content [class^=icon-]:before,
.wpsr_content [data-icon]:before {
    font-family: wp-social-reviews !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wpsr_content .icon-quote-right:before {
    content: "a"
}

.wpsr_content .icon-angle-right:before {
    content: "b"
}

.wpsr_content .icon-angle-left:before {
    content: "c"
}

.wpsr_content .icon-arrow-circle-o-right:before {
    content: "d"
}

.wpsr_content .icon-arrow-circle-o-left:before {
    content: "e"
}

.wpsr_content .icon-arrow-right:before {
    content: "f"
}

.wpsr_content .icon-arrow-left:before {
    content: "g"
}

.wpsr_content .icon-arrow-circle-right:before {
    content: "h"
}

.wpsr_content .icon-arrow-circle-left:before {
    content: "i"
}

.wpsr_content .icon-chevron-right:before {
    content: "j"
}

.wpsr_content .icon-chevron-left:before {
    content: "k"
}

.wpsr_content .icon-long-arrow-right:before {
    content: "l"
}

.wpsr_content .icon-long-arrow-left:before {
    content: "m"
}

.wpsr_content .icon-map-marker:before {
    content: "n"
}

.wpsr_content .icon-link:before {
    content: "o"
}

.wpsr_content .icon-calendar:before {
    content: "p"
}

.wpsr_content .icon-instagram:before {
    content: "q"
}

.wpsr_content .icon-facebook-square:before {
    content: "r"
}

.wpsr_content .icon-picture-o:before {
    content: "t"
}

.wpsr_content .icon-video-camera:before {
    content: "s"
}

.wpsr_content .icon-ban:before {
    content: "u"
}

@-webkit-keyframes wpsr-spinner {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes wpsr-spinner {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes wpsrPlaceHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes wpsrPlaceHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.wpsr_feeds.wpsr-loading-feeds {
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s
}

.wpsr-load-more-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #000;
    border: none;
    height: 36px;
    width: calc(100% - 16px);
    margin: 15px auto;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    user-focus: none;
    outline: none;
    opacity: 1;
    max-width: 300px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-load-more-default:focus {
    outline: 2px solid #3962b3
}

.wpsr-load-more-default:hover {
    opacity: .7
}

.wpsr-load-more-default:focus,
.wpsr-load-more-default:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-load-more-default .wpsr-load-icon-wrapper {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dddedf;
    border-radius: 4px
}

.wpsr-load-more-default span {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    padding: 0;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-color: #fff #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    border-style: solid;
    border-width: 3px;
    background-color: transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    display: block;
    margin: 10px auto
}

.wpsr-load-more-default.wpsr-spinner-loading .wpsr-load-icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-widget-container .wpsr-load-more-default,
.elementor-widget-container .wpsr-load-more-default:focus,
.elementor-widget-container .wpsr-load-more-default:hover {
    background: none
}

@-webkit-keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wpsr-feed-wrap *,
.wpsr-feed-wrap :after,
.wpsr-feed-wrap :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wpsr_content {
    width: 100%;
    display: block
}

.wpsr-feed-popup-active {
    overflow: hidden
}

.wpsr-error,
.wpsr-success {
    padding: 10px 0;
    display: block
}

.wpsr-success {
    color: green
}

.wpsr-error {
    color: red
}

.wpsr_frontend_errors {
    background-color: #ffecc3;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    margin: 15px
}

.wpsr_frontend_errors span {
    word-break: break-all
}

.wpsr-notification {
    top: 35px !important;
    left: 0;
    right: 0;
    margin: 0 auto
}

.oxy-instagram-widget.wpsr-oxy-element,
.oxy-reviews-widget.wpsr-oxy-element,
.oxy-twitter-widget.wpsr-oxy-element,
.oxy-youtube-widget.wpsr-oxy-element {
    max-width: 100%
}

.wpsr-display-excerpt,
.wpsr-review-fullcontent {
    display: none
}

.wpsr-display-content {
    display: block
}

.wpsr_pagination {
    text-align: right;
    margin-top: 20px
}

.wpsr-equal-height {
    min-height: 500px
}

.wpsr-show {
    display: block
}

.wpsr-hide {
    display: none
}

.wpsr-mb-10 {
    margin-bottom: 10px
}

.wpsr-mb-20 {
    margin-bottom: 20px !important
}

.wpsr-mb-30 {
    margin-bottom: 30px
}

.wpsr-mt-20 {
    margin-top: 20px !important
}

.wpsr-mt-30 {
    margin-top: 30px !important
}

.wpsr-mt-50 {
    margin-top: 50px
}

.wpsr-ml-15 {
    margin-left: 15px
}

.wpsr-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wpsr-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wpsr-flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wpsr-align-center {
    text-align: center
}

.wpsr-display-block {
    display: block !important
}

.wpsr-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.wpsr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.wpsr-col-1,
.wpsr-col-2,
.wpsr-col-3,
.wpsr-col-4,
.wpsr-col-5,
.wpsr-col-6,
.wpsr-col-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:768px) {
    .wpsr-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wpsr-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wpsr-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .wpsr-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .wpsr-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wpsr-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
        max-width: 16.666%
    }

    .wpsr-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (min-width:992px) {
    .wpsr-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wpsr-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wpsr-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .wpsr-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .wpsr-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wpsr-col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
        max-width: 16.666%
    }

    .wpsr-col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media screen and (max-width:767px) {
    .wpsr-col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wpsr-col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wpsr-col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .wpsr-col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .wpsr-col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wpsr-col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
        max-width: 16.666%
    }

    .wpsr-col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.wpsr-column-gap-no_gap {
    margin-right: 0;
    margin-left: 0
}

.wpsr-column-gap-no_gap [class*=wpsr-col] {
    padding-left: 0;
    padding-right: 0
}

.wpsr-column-gap-no_gap [class*=wpsr-col]>div {
    margin-bottom: 0
}

.wpsr-column-gap-narrow {
    margin-right: -5px;
    margin-left: -5px
}

.wpsr-column-gap-narrow [class*=wpsr-col] {
    padding-left: 5px;
    padding-right: 5px
}

.wpsr-column-gap-narrow [class*=wpsr-col]>div {
    margin-bottom: 10px
}

.wpsr-column-gap-small {
    margin-right: -10px;
    margin-left: -10px
}

.wpsr-column-gap-small [class*=wpsr-col] {
    padding-left: 10px;
    padding-right: 10px
}

.wpsr-column-gap-small [class*=wpsr-col]>div {
    margin-bottom: 20px
}

.wpsr-column-gap-wide {
    margin-right: -20px;
    margin-left: -20px
}

.wpsr-column-gap-wide [class*=wpsr-col] {
    padding-left: 20px;
    padding-right: 20px
}

.wpsr-column-gap-wide [class*=wpsr-col]>div {
    margin-bottom: 40px
}

.wpsr-column-gap-wider {
    margin-right: -25px;
    margin-left: -25px
}

.wpsr-column-gap-wider [class*=wpsr-col] {
    padding-left: 25px;
    padding-right: 25px
}

.wpsr-column-gap-wider [class*=wpsr-col]>div {
    margin-bottom: 50px
}

.wpsr-loader.wpsr-loading {
    z-index: 4;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0
}

.wpsr-loader.wpsr-loading .wpsr-spinner-animation {
    display: block
}

.wpsr-loader .wpsr-spinner-animation {
    visibility: visible;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 3%;
    left: 50%;
    display: none
}

.wpsr-loader .wpsr-spinner-animation:before {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .8);
    border-radius: 50%;
    -webkit-animation: wpsr-spinner 1.2s infinite;
    animation: wpsr-spinner 1.2s infinite;
    content: ""
}

.wpsr-animated-background {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wpsrPlaceHolderShimmer;
    animation-name: wpsrPlaceHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #a9a9a9;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: linear-gradient(90deg, #eee 10%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 100px;
    position: relative
}

.wpsr_content .swiper-container {
    overflow: hidden
}

.wpsr-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-prev-next,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev-next {
    background-color: #000;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    z-index: 2;
    text-transform: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0
}

@media screen and (max-width:767px) {

    .wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination,
    .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination {
        bottom: auto !important
    }
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span {
    background-color: #000;
    opacity: .2;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:focus,
.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:hover,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:focus,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:hover {
    opacity: 1
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:hover,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev-next:after {
    font-size: 14px
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next {
    right: -20px
}

@media screen and (max-width:767px) {
    .wpsr-swiper-carousel-wrapper .wpsr-swiper-next {
        right: -10px
    }
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
    left: -20px
}

@media screen and (max-width:767px) {
    .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
        left: -10px
    }
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
    background-image: none;
    background-color: #fff;
    color: #909090;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2)
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:after,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:after {
    font-size: 16px
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:focus,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:hover,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:focus,
.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:hover {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.wpsr-reviews-wrapper .wpsr-fixed-height .wpsr-row {
    margin-left: -5px;
    margin-right: -5px
}

@media screen and (max-width:767px) {
    .wpsr-reviews-wrapper .wpsr-fixed-height .wpsr-row {
        margin-left: 0;
        margin-right: 0
    }
}

.wpsr-reviews-wrapper .wpsr-reviews-slider {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width:767px) {
    .wpsr-reviews-wrapper .wpsr-reviews-slider {
        padding-left: 5px;
        padding-right: 5px
    }
}

.wpsr-reviews-slider-wrapper-inner {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (max-width:767px) {
    .wpsr-reviews-slider-wrapper-inner {
        margin-left: 0;
        margin-right: 0
    }

    .wpsr-reviews-slider-wrapper-inner .wpsr-review-template {
        margin-bottom: 0
    }
}

.wpsr-twitter-carousel .wpsr-twitter-wrapper-inner,
.wpsr-youtube-slider-activate .wpsr-yt-feed-wrapper-inner {
    position: relative
}

@media screen and (max-width:767px) {
    .wpsr-youtube-slider-activate .wpsr-yt-feed-wrapper-inner .wpsr-yt-video {
        margin-bottom: 0
    }
}

.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-item {
    margin-bottom: 30px
}

.wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-item {
    margin-bottom: 30px;
    height: auto
}

.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner,
.wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner {
    position: relative
}

@media screen and (max-width:1024px) {

    .wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-swiper-pagination,
    .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-swiper-pagination {
        bottom: -5px !important
    }
}

@media screen and (max-width:767px) {

    .wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-swiper-pagination,
    .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-swiper-pagination {
        bottom: auto !important
    }

    .wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-fb-feed-item,
    .wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-ig-post,
    .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-fb-feed-item,
    .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-ig-post {
        margin-bottom: 0
    }
}

.wpsr-fb-feed-wrapper .swiper-wrapper,
.wpsr-ig-feed-wrapper .swiper-wrapper,
.wpsr-reviews-slider .swiper-wrapper,
.wpsr-twitter-feed-wrapper .swiper-wrapper,
.wpsr-yt-feed-wrapper .swiper-wrapper {
    margin-bottom: 10px
}

.wpsr-fb-feed-wrapper .swiper-wrapper .swiper-slide,
.wpsr-ig-feed-wrapper .swiper-wrapper .swiper-slide,
.wpsr-reviews-slider .swiper-wrapper .swiper-slide,
.wpsr-twitter-feed-wrapper .swiper-wrapper .swiper-slide,
.wpsr-yt-feed-wrapper .swiper-wrapper .swiper-slide {
    overflow: inherit !important
}

.wpsr-fb-feed-wrapper .swiper-wrapper .swiper-slide:focus,
.wpsr-ig-feed-wrapper .swiper-wrapper .swiper-slide:focus,
.wpsr-reviews-slider .swiper-wrapper .swiper-slide:focus,
.wpsr-twitter-feed-wrapper .swiper-wrapper .swiper-slide:focus,
.wpsr-yt-feed-wrapper .swiper-wrapper .swiper-slide:focus {
    outline: 2px solid #000
}

.wpsr-twitter-feed-wrapper .swiper-wrapper .wpsr-twitter-tweet {
    margin-bottom: 0
}

.wpsr-twitter-feed-wrapper.wpsr-twitter-carousel .wpsr-twitter-footer {
    margin-top: 30px
}

.wpsr-twitter-feed-wrapper.wpsr-twitter-carousel .wpsr-swiper-pagination {
    bottom: inherit !important
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-prev {
    left: 5px
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-next {
    right: 5px
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span {
    background-color: #fff;
    opacity: .4
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-next,
.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(var(--swiper-navigation-size)/-2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-next:after,
.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev:after {
    font-size: 26px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
    font-family: wp-social-reviews
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev:after,
.elementor-widget-container .wpsr-feed-wrap .swiper-container-rtl .swiper-button-next:after {
    content: "c"
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-next:after,
.elementor-widget-container .wpsr-feed-wrap .swiper-container-rtl .swiper-button-prev:after {
    content: "b"
}

.wpsr_content .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,
.wpsr_content .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: unset
}

.wpsr-star-rating-val {
    unicode-bidi: bidi-override;
    color: #d1d1d1;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 100px;
    position: relative
}

.wpsr-star-rating-val:before {
    content: "★★★★★";
    opacity: .3;
    font-family: initial
}

.wpsr-star-rating-val:after {
    color: #e7711a;
    content: "★★★★★";
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    overflow: hidden;
    font-family: initial
}

[title="0"]:after {
    width: 0
}

[title="1"]:after {
    width: 20%
}

[title="2"]:after {
    width: 40%
}

[title="3"]:after {
    width: 60%
}

[title="4"]:after {
    width: 80%
}

[title="4.5"]:after {
    width: 90%
}

[title="5"]:after {
    width: 100%
}

.widget_wpsn-widget ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    overflow: visible
}

.widget_wpsn-widget ::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.widget_wpsn-widget ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-radius: 8px;
    min-height: 8px
}

.widget_wpsn-widget ::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background: #fff;
    border-left: 1px solid #f1f1f1
}

.widget_wpsn-widget .wpsr-container {
    padding-left: 0;
    padding-right: 0
}

.widget_wpsn-widget :not(.wpsr-reviews-slider-wrapper).wpsr-reviews-wrapper {
    background-color: #fcfcfc
}

.widget_wpsn-widget :not(.wpsr-reviews-slider-wrapper) .wpsr-fixed-height .wpsr-row:nth-child(2) {
    height: auto;
    padding: 10px;
    overflow-y: scroll;
    max-height: 400px;
    overflow-x: hidden;
    -webkit-transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s
}

.widget_wpsn-widget .wpsr-business-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 !important
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5px
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count {
    display: block;
    text-align: center
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-total-rating {
    font-size: 16px
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-star svg {
    height: 16px;
    width: 16px
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-total-reviews {
    font-size: 14px
}

.widget_wpsn-widget .wpsr-reviews-slider {
    padding-top: 0
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-review-template {
    margin-bottom: 0
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-pagination {
    bottom: auto !important
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-prev-next {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner:hover .wpsr-swiper-prev-next {
    opacity: 1
}

.e-con-full .wpsr-reviews-wrapper .wpsr-row {
    margin-left: 0;
    margin-right: 0
}

.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner {
    margin-left: 10px;
    margin-right: 10px
}

.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-next {
    right: 0
}

.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-prev {
    left: 0
}

a.wpsr-reviewer-image-animation {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    display: inline-block
}

a.wpsr-reviewer-image-animation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 1;
    right: 0;
    opacity: 1;
    bottom: 0;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wpsrPlaceHolderShimmer;
    animation-name: wpsrPlaceHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #a9a9a9;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #eee), color-stop(18%, #ddd), color-stop(33%, #eee));
    background: linear-gradient(90deg, #eee 10%, #ddd 18%, #eee 33%);
    background-size: 800px 104px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
    position: fixed;
    top: 0;
    right: -350px;
    background-color: #fcfcfc;
    width: 350px;
    visibility: hidden;
    height: 100vh;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 999999;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1), 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1), 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media only screen and (max-width:320px) {

    .wpsr-reviews-wrapper.wpsr-reviews-layout-badge,
    .wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
        width: 280px
    }
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-fixed-height .wpsr-review-fixed-height-wrap,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-fixed-height .wpsr-review-fixed-height-wrap {
    padding-top: 10px;
    margin-left: -10px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    overflow: visible
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-button,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-thumb,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-radius: 8px;
    min-height: 8px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-track-piece,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background: #fff;
    border-left: 1px solid #f1f1f1
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-collapse,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-collapse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    z-index: 2;
    right: -10px;
    top: -15px;
    font-size: 28px;
    color: #111;
    background-color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 5px 20px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 10px rgba(0, 0, 0, .1)
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-collapse:focus,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-collapse:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-close,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-close {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    background-color: rgba(76, 75, 75, .66);
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-close svg,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-close svg {
    height: 16px;
    width: 16px
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active,
.wpsr-reviews-layout-badge.active {
    right: 0 !important;
    visibility: visible
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active:not(.wpsr-header-enable),
.wpsr-reviews-layout-badge.active:not(.wpsr-header-enable) {
    height: 100vh;
    max-height: none;
    overflow-y: scroll;
    overflow-x: hidden
}

@media screen and (max-width:767px) {

    .widget_wpsn-widget .wpsr-reviews-layout-badge.active,
    .wpsr-reviews-layout-badge.active {
        width: 100%
    }
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active .wpsr-container .wpsr-row,
.wpsr-reviews-layout-badge.active .wpsr-container .wpsr-row {
    margin-left: 0;
    margin-right: 0
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active .wpsr-all-reviews.wpsr-row,
.wpsr-reviews-layout-badge.active .wpsr-all-reviews.wpsr-row {
    margin-top: 30px
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-all-reviews.wpsr-row,
.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(2),
.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(3),
.wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-all-reviews.wpsr-row,
.wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(2),
.wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(3) {
    height: calc(100vh - 100px);
    max-height: none;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s
}

.wpsr-fixed-height.wpsr-container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px
}

.wpsr-fixed-height .wpsr-business-info {
    background-color: #fdf4f4;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left {
        margin-bottom: 10px
    }

    .wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left h3 {
        font-size: 20px
    }

    .wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left .wpsr-rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .wpsr-fixed-height .wpsr-business-info {
        padding: 20px 15px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wpsr-fixed-height :first-child.wpsr-row {
    height: inherit !important;
    overflow: inherit !important
}

.wpsr-fixed-height .wpsr-row {
    margin-right: 0;
    margin-left: 0;
    display: block;
    -ms-flex-wrap: initial;
    flex-wrap: nowrap
}

.wpsr-fixed-height .wpsr-review-fixed-height-wrap {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px
}

.wpsr_add_read_more_slice_content {
    -webkit-transition: .5s;
    transition: .5s
}

.wpsr_add_read_more.wpsr_show_less_content .wpsr_add_read_more_slice_content,
.wpsr_add_read_more.wpsr_show_less_content .wpsr_read_less,
.wpsr_add_read_more.wpsr_show_more_content .wpsr_read_more {
    display: none
}

.wpsr-reviews-form-popup-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: initial
}

.wpsr-reviews-form-popup-overlay .wpsr-popup-close {
    position: absolute;
    right: -60px;
    top: -10px
}

.wpsr-reviews-form-popup-overlay .wpsr-popup-close svg {
    height: 25px
}

.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode,
.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode:before {
    visibility: visible
}

.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode .wpsr-reviews-form-popup-box-wraper-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.wpsr-reviews-form-popup-overlay:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.wpsr-reviews-form-popup-box-wraper {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0
}

.wpsr-reviews-form-popup-box-wraper-inner {
    background-color: #fff;
    opacity: 0;
    position: relative;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    width: 850px;
    padding: 20px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translateX(-50%) scale(.9);
    transform: translateX(-50%) scale(.9)
}

.wpsr-reviews-wrapper .wpsr-business-info .wpsr-write-review-modal .wpsr-business-info-paltforms-url .wpsr-reviews-form-popup-overlay a.wpsr-popup-close:hover {
    background-color: transparent
}

.wpsr_add_read_more .wpsr_read_less,
.wpsr_add_read_more .wpsr_read_more {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: #1194dc;
    text-decoration-color: #1194dc;
    color: #1194dc;
    cursor: pointer;
    padding: 0 0 0 4px
}

.wpsr-has-equal-height ::-webkit-scrollbar,
.wpsr-reviews-content-length-deactive ::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px
}

.wpsr-has-equal-height ::-webkit-scrollbar-thumb,
.wpsr-reviews-content-length-deactive ::-webkit-scrollbar-thumb {
    background: rgba(70, 69, 69, .6)
}

.wpsr-has-equal-height ::-webkit-scrollbar-track,
.wpsr-reviews-content-length-deactive ::-webkit-scrollbar-track {
    background: rgba(72, 70, 70, .1)
}

.wpsr-has-equal-height .wpsr-review-content,
.wpsr-reviews-content-length-deactive .wpsr-review-content {
    height: 70px !important;
    overflow-y: scroll;
    overflow: auto;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin
}

.wpsr-has-equal-height ::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px
}

.wpsr-has-equal-height ::-webkit-scrollbar-thumb {
    background: rgba(70, 69, 69, .6)
}

.wpsr-has-equal-height ::-webkit-scrollbar-track {
    background: rgba(72, 70, 70, .1)
}

.wpsr-has-equal-height .wpsr-review-content {
    height: 80px !important;
    overflow-y: scroll;
    overflow: auto;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin
}

.airbnb .wpsr-rating-and-count svg.wpsr-star {
    fill: #ff385c
}

.airbnb .wpsr-rating-and-count svg.wpsr-star-rand stop {
    stop-color: #ff385c
}

.airbnb .wpsr-rating-and-count svg.wpsr-star-rand stop+stop {
    stop-color: #d6dae4
}

.yelp .wpsr-rating-and-count svg.wpsr-star {
    background-color: #fa3e3e;
    margin-right: 2px;
    border-radius: 4px;
    padding: 2px
}

.yelp .wpsr-rating-and-count svg.wpsr-star path {
    fill: #fff
}

.yelp .wpsr-rating-and-count svg.wpsr-star-filled {
    opacity: .2
}

.tripadvisor .wpsr-rating-and-count svg.wpsr-star {
    fill: #04a96c
}

.tripadvisor .wpsr-rating-and-count svg.wpsr-star-rand stop {
    stop-color: #04a96c
}

.tripadvisor .wpsr-rating-and-count svg.wpsr-star-rand stop+stop {
    stop-color: #d6dae4
}

.trustpilot .wpsr-rating-and-count svg.wpsr-star {
    background-color: #00b67a;
    margin-right: 2px;
    padding: 2px;
    fill: #fff
}

.trustpilot .wpsr-rating-and-count svg.wpsr-star-rand stop {
    stop-color: #fff
}

.trustpilot .wpsr-rating-and-count svg.wpsr-star-rand stop+stop {
    stop-color: #d6dae4
}

.aliexpress .wpsr-rating-and-count svg.wpsr-star {
    fill: #fe4646
}

.aliexpress .wpsr-rating-and-count svg.wpsr-star-rand stop {
    stop-color: #fe4646
}

.aliexpress .wpsr-rating-and-count svg.wpsr-star-rand stop+stop {
    stop-color: #d6dae4
}

.wpsr-business-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-business-info.wpsr-display-block {
    border-radius: 0
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-logo,
.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-paltforms,
.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-rating-and-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:320px) {

    .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-logo,
    .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-paltforms,
    .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-rating-and-count {
        display: block
    }
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-right {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,
.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
    -webkit-transition: .3s;
    transition: .3s;
    right: -50px
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper.wpsr-read-all-review-modal.active,
.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
    right: 0
}

.wpsr-business-info .wpsr-business-info-paltforms.facebook span {
    margin-top: 5px
}

.wpsr-business-info.amazon .wpsr-business-info-left .wpsr-business-info-logo span {
    margin-top: -10px
}

.wpsr-business-info.amazon .wpsr-business-info-left .wpsr-business-info-paltforms span {
    margin-top: -8px
}

.wpsr-business-info.facebook .wpsr-business-info-left .wpsr-business-info-logo span,
.wpsr-business-info.trustpilot .wpsr-business-info-left .wpsr-business-info-logo span {
    margin-top: 5px
}

.wpsr-business-info .wpsr-business-info-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo img {
    margin-right: 5px;
    height: 25px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo span {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms a {
    display: inherit
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms span {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 4px
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms img {
    max-height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
    width: auto
}

@media screen and (max-width:767px) {
    .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.wpsr-business-info .wpsr-rating-and-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    line-height: 1.2
}

@media screen and (max-width:767px) {
    .wpsr-business-info .wpsr-rating-and-count {
        display: block
    }
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-rating {
    margin-top: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-total-rating {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-right: 5px
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-total-reviews {
    padding-left: 5px;
    font-size: 14px
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-total-reviews span {
    font-weight: 700
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-star {
    display: inherit
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-star-rand stop {
    stop-color: #f7b80c
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-star-rand stop+stop {
    stop-color: #d6dae4
}

.wpsr-business-info .wpsr-business-info-right {
    text-align: right;
    margin-left: auto
}

@media only screen and (max-width:767px) {
    .wpsr-business-info .wpsr-business-info-right {
        margin-left: 0
    }
}

.wpsr-business-info .wpsr-business-info-right a.wpsr-write-review {
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background-color: #4284f3;
    padding: 5px 15px;
    border-radius: 50px
}

.wpsr-business-info .wpsr-business-info-right a.wpsr-write-review:focus {
    background-color: #4284f3;
    text-decoration: none
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper {
    position: relative
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal-btn,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal-btn {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    background-color: #4284f3;
    padding: 5px 15px;
    border-radius: 50px
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    -webkit-box-shadow: rgba(17, 17, 17, .2) 0 9px 13px 3px;
    box-shadow: 0 9px 13px 3px rgba(17, 17, 17, .2);
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    margin-top: -4px;
    visibility: hidden;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: -20px
}

@media only screen and (max-width:767px) {

    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,
    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
        width: 300px;
        right: 30px
    }
}

@media only screen and (max-width:320px) {

    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal,
    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
        width: 260px;
        right: 30px
    }
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
    margin-top: 4px;
    opacity: 1;
    visibility: visible;
    right: 0
}

@media only screen and (max-width:767px) {

    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active,
    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
        margin-left: -90px;
        right: auto
    }
}

@media only screen and (max-width:320px) {

    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active,
    .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
        margin-left: -70px;
        right: auto
    }
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal p,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal p {
    padding: 10px 20px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    margin-bottom: 0
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a:hover,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a:hover {
    background-color: #fdf4f4
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a img,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a img {
    max-height: 25px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-business-info-war-btn-icon,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-business-info-war-btn-icon {
    margin-right: 10px
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url {
    overflow: hidden;
    line-height: 16px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-platform,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-platform {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-url,
.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-url {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block
}

.wpsr-business-info .wpsr-people-list img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -4px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-reviews-footer-cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-reviews-footer-cta .wpsr-business-info-right {
    margin-left: 0
}

.wpsr-review-template {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 20px 2px rgba(0, 0, 0, .07);
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, .07);
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s
}

.wpsr-review-template .wpsr-review-title {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0
}

.wpsr-review-template .wpsr-reviewer-image img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:hover {
    outline: none !important
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:focus,
.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-review-template .wpsr-review-platform {
    position: absolute;
    top: 15px;
    left: 15px
}

.wpsr-review-template .wpsr-review-platform img {
    max-height: 25px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-review-template .wpsr-recommends {
    margin-top: 1px;
    margin-right: 4px
}

.wpsr-review-template .wpsr-recommends span {
    padding-left: 5px;
    margin-top: -5px;
    color: #616770;
    font-size: 14px
}

.wpsr-review-template .wpsr-recommends svg path {
    fill: #f36b7f
}

.wpsr-review-template .wpsr-reviewer-name-url {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block
}

.wpsr-review-template .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    font-weight: 700;
    margin: 0;
    word-break: break-word;
    padding: 0
}

.wpsr-review-template .wpsr-review-date {
    font-size: 12px;
    line-height: 18px;
    color: #888;
    display: block
}

.wpsr-review-template .wpsr-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
    display: inherit
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #f7b80c
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style1 span {
    background: #f7b80c;
    margin-left: 5px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    width: 28px;
    height: 23px;
    line-height: 25px;
    text-align: center
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style2 {
    padding-top: 3px
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style2 span {
    margin-right: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #2bc54d
}

.wpsr-review-template .wpsr-rating-wrapper .wpsr-booking-rating-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-review-template .wpsr-rating-wrapper .wpsr-booking-rating-style span {
    background: #003580;
    border-radius: 6px 6px 6px 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: 28px;
    font-weight: 500;
    text-align: center
}

.wpsr-review-template .wpsr-review-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    overflow: initial
}

.wpsr-review-template .wpsr-review-content a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: #1194dc;
    text-decoration-color: #1194dc;
    color: #1194dc;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-review-template.wpsr-review-template-google .wpsr-review-platform img {
    max-height: 20px;
    width: auto
}

.wpsr-review-template.wpsr-review-template-airbnb .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #ff385c
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
    background-color: #fa3e3e;
    margin-right: 2px;
    border-radius: 4px;
    padding: 2px
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #fff
}

.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #04a96c
}

.wpsr-review-template.wpsr-review-template-amazon .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #ffa41c
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
    background-color: #00b67a;
    margin-right: 2px;
    padding: 2px
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #fff
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-rating-wrapper.wpsr-rating .wpsr-star-filled {
    background-color: #dcdce6;
    padding: 2px;
    margin-right: 2px
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-rating-wrapper.wpsr-rating .wpsr-star-filled path {
    fill: #fff
}

.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-review-platform img {
    max-height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: auto;
    max-width: 100%
}

.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
    fill: #fe4646
}

[data-template-type=masonry].wpsr-reviews-loadmore {
    position: relative;
    z-index: 2
}

.wpsr-reviews-loadmore {
    text-align: center;
    width: auto;
    background: transparent;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 50px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-reviews-loadmore:focus,
.wpsr-reviews-loadmore:hover {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-reviews-loadmore:focus span,
.wpsr-reviews-loadmore:hover span {
    outline: 2px solid #757579
}

.wpsr-reviews-loadmore span {
    background-color: #000;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer !important;
    outline: none
}

.wpsr-reviews-loadmore .wpsr-loading {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 0;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    border-color: #000 #000 hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    border-style: solid;
    border-width: 3px;
    background-color: transparent !important;
    animation-name: rotateAnimation;
    -webkit-animation-name: rotateAnimation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    display: block;
    margin: 0 auto
}

.elementor-widget-container .wpsr-reviews-loadmore,
.elementor-widget-container .wpsr-reviews-loadmore:focus,
.elementor-widget-container .wpsr-reviews-loadmore:hover {
    background: none
}

@keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wpsr-review-template-one {
    border-radius: 8px
}

.wpsr-review-template-one .wpsr-reviewer-image {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0
}

.wpsr-review-template-one .wpsr-reviewer-image img {
    margin: auto;
    max-height: 80px;
    border-radius: 50%;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34)
}

.wpsr-review-template-one .wpsr-review-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px
}

.wpsr-review-template-one .wpsr-review-info .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
    margin-right: 2px
}

.wpsr-review-template-one .wpsr-review-info .wpsr-rating-wrapper .wpsr-booking-rating-style {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-review-template-one .wpsr-review-content {
    text-align: center;
    margin-top: 15px
}

.wpsr-review-template-one .wpsr-rating-wrapper.wpsr-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-review-template-one .wpsr-review-title {
    margin-bottom: -10px;
    margin-top: 10px;
    text-align: center
}

.wpsr-review-template.wpsr-review-template-two {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-two {
        padding: 25px 15px
    }
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-google {
    border-bottom: 10px solid #e7711a
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-zomato {
    border-bottom: 10px solid #f3153c
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook {
    border-bottom: 10px solid #345a9e
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-yelp {
    border-bottom: 10px solid #fa3e3e
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-tripadvisor {
    border-bottom: 10px solid #04a96c
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-amazon {
    border-bottom: 10px solid #ffa41c
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-trustpilot {
    border-bottom: 10px solid #00b67a
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-aliexpress {
    border-bottom: 10px solid #fe4646
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image {
    margin-right: 10px
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform {
    right: 15px;
    left: auto
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-two .wpsr-review-platform {
        top: 5px
    }

    .wpsr-review-template.wpsr-review-template-two .wpsr-review-platform img {
        max-height: 18px
    }
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image {
    padding-right: 15px
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image img {
    height: 70px;
    border-radius: 50%;
    width: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image {
        padding-right: 10px
    }

    .wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image img {
        height: 55px;
        width: 55px
    }
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-info {
    margin-right: auto;
    text-align: inherit;
    padding-top: 0
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviews-content-footer {
    margin-top: 10px;
    width: 100%
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-title {
    margin-bottom: -10px
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-content {
    margin-top: 15px
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook .wpsr-recommends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wpsr-review-template.wpsr-review-template-three {
    margin-top: 0;
    margin-left: 30px
}

.wpsr-review-template.wpsr-review-template-three .wpsr-recommends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-platform {
    position: absolute;
    top: 40px;
    left: -55px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-platform span {
    background-color: #1cb03b;
    color: #fff;
    padding: 6px 15px;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    line-height: 1.3
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-three {
        padding: 25px 15px
    }
}

.wpsr-review-template.wpsr-review-template-three .wpsr-recommends {
    padding-top: 0
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-facebook .wpsr-review-platform {
    left: -64px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-facebook .wpsr-review-platform span {
    background-color: #345a9e
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-zomato .wpsr-review-platform {
    left: -58px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-zomato .wpsr-review-platform span {
    background-color: #f3153c
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-yelp .wpsr-review-platform {
    left: -45px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-yelp .wpsr-review-platform span {
    background-color: #fa3e3e
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-airbnb .wpsr-review-platform span {
    background-color: #ff385c
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-tripadvisor .wpsr-review-platform {
    left: -70px;
    top: 50px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-tripadvisor .wpsr-review-platform span {
    background-color: #04a96c
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-amazon .wpsr-review-platform {
    left: -58px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-amazon .wpsr-review-platform span {
    background-color: #ffa41c
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-trustpilot .wpsr-review-platform {
    left: -65px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-trustpilot .wpsr-review-platform span {
    background-color: #00b67a
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-aliexpress .wpsr-review-platform {
    left: -68px
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-aliexpress .wpsr-review-platform span {
    background-color: #fe4646
}


.wpsr-review-template.wpsr-review-template-three .wpsr-rating-wrapper {
    padding-bottom: 0
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image {
    padding-right: 20px
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image img {
    max-height: 60px;
    border-radius: 50%;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image {
        padding-right: 10px
    }

    .wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image img {
        max-height: 55px
    }
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info {
    margin-right: auto;
    text-align: inherit;
    padding-top: 0
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 15px
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
        font-size: 14px
    }
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-title {
    margin-bottom: 5px;
    margin-top: 0
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-content {
    margin-top: 5px
}

.wpsr-review-template.wpsr-review-template-four {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    margin-top: 0;
    border-radius: 0;
    position: static
}

.wpsr-review-template.wpsr-review-template-four .wpsr-recommends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 8px
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-four .wpsr-review-header {
        padding: 25px 15px
    }
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header:after {
    position: absolute;
    left: 60px;
    content: "";
    bottom: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-rating-wrapper {
    padding-bottom: 8px
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-rating-wrapper {
        padding-bottom: 0
    }
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform {
    right: 15px;
    left: auto
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform {
        top: 5px
    }

    .wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform img {
        max-height: 18px
    }
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info {
    margin-right: auto;
    text-align: inherit;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name-url {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image {
    padding-right: 20px
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image img {
    max-height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image {
        padding-right: 10px
    }

    .wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image img {
        max-height: 55px
    }
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-title {
    margin-bottom: 5px;
    margin-top: 0
}

.wpsr-review-template.wpsr-review-template-five {
    margin-top: 30px;
    border-radius: 8px
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-platform {
    right: 15px;
    left: auto
}

.wpsr-review-template.wpsr-review-template-five .wpsr-recommends {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-review-template.wpsr-review-template-five .wpsr-reviewer-image {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 0
}

.wpsr-review-template.wpsr-review-template-five .wpsr-reviewer-image img {
    margin: auto;
    max-height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34)
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-info {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px
}

.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper {
    padding-bottom: 0;
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
    margin-right: 2px
}

.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper .wpsr-booking-rating-style {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-date {
    text-align: center;
    padding-top: 5px
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-title {
    margin-bottom: -5px;
    margin-top: 5px;
    text-align: center
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-content {
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-content:after {
    position: absolute;
    content: "a";
    font-family: wp-social-reviews;
    font-size: 70px;
    top: -25px;
    z-index: -1;
    opacity: .2;
    left: 0;
    right: 0;
    color: #1c7298
}

.wpsr-review-template.wpsr-review-template-six {
    margin-top: 0;
    margin-left: 30px
}

.wpsr-review-template.wpsr-review-template-six .wpsr-recommends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image {
    position: absolute;
    top: 40px;
    left: -25px
}

.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image .wpsr-reviewer-image-url {
    display: block
}

.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image img {
    max-height: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image {
        left: -20px
    }

    .wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image img {
        max-height: 40px
    }
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-six {
        padding: 25px 15px
    }
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-info {
    margin-right: auto;
    text-align: inherit;
    padding-left: 15px;
    padding-top: 15px
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 15px
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform {
    left: auto;
    bottom: 15px;
    right: 15px;
    top: auto
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-six .wpsr-review-platform {
        top: 5px
    }

    .wpsr-review-template.wpsr-review-template-six .wpsr-review-platform img {
        max-height: 18px
    }
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-title {
    margin-bottom: 5px;
    margin-top: 0
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-content,
.wpsr-review-template.wpsr-review-template-six .wpsr-review-title {
    padding-left: 15px
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-date {
    padding-top: 5px
}

.wpsr-review-template.wpsr-review-template-seven {
    padding: 25px 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-recommends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-seven {
        padding: 25px 15px
    }
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image .wpsr-reviewer-image-url {
    display: block;
    margin-right: 15px
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image img {
    max-height: 50px;
    border-radius: 50%;
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image img {
        max-height: 40px
    }
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info {
    margin-right: auto;
    text-align: inherit;
    padding-top: 0
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 15px
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info .wpsr-review-date {
    padding-top: 5px
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-platform {
    position: static
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-title {
    margin-bottom: 5px;
    margin-top: 0
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content {
    height: 100%;
    overflow: inherit !important;
    overflow-x: inherit !important
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar-thumb {
    background: rgba(70, 69, 69, .6)
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar-track {
    background: rgba(72, 70, 70, .1)
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content p {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content {
    text-align: inherit;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    padding: 25px 20px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content:after {
    position: absolute;
    left: 50px;
    content: "";
    bottom: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.wpsr-review-template.wpsr-review-template-seven:hover .wpsr-review-content {
    opacity: 1;
    visibility: visible;
    top: -20px;
    min-height: 120px
}

.wpsr-review-template.wpsr-review-template-eight {
    padding: 25px 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-eight {
        padding: 25px 15px
    }
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-google .wpsr-reviews-on-hover .wpsr-review-platform span {
    color: #e7711a
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-facebook .wpsr-reviews-on-hover .wpsr-review-platform span {
    color: #1c7298
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-yelp .wpsr-reviews-on-hover .wpsr-review-platform span {
    color: #fa3e3e
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-zomato .wpsr-reviews-on-hover .wpsr-review-platform span {
    color: #f4474c
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image .wpsr-reviewer-image-url {
    display: block;
    margin-right: 15px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image img {
    max-height: 80px;
    border-radius: 50%;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    height: 80px
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image img {
        max-height: 80px;
        max-width: 80px
    }
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info {
    text-align: center;
    width: 100%
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 15px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info .wpsr-review-date {
    padding-top: 5px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform {
    position: static
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform {
        top: 5px
    }

    .wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform img {
        max-height: 18px
    }
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-title {
    margin-bottom: -10px;
    margin-top: 5px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover {
    text-align: inherit;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
    padding: 25px 20px;
    border-radius: 8px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    left: 100px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar-thumb {
    background: rgba(70, 69, 69, .6)
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar-track {
    background: rgba(72, 70, 70, .1)
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content {
    height: 100%
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content .wpsr_show_more_content {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-platform {
    margin-top: 5px
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-platform span {
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 700
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover p {
    position: relative;
    z-index: 1
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover p:after {
    position: absolute;
    content: "a";
    font-family: wp-social-reviews;
    font-size: 70px;
    top: -25px;
    z-index: -1;
    opacity: .2;
    left: 30%;
    color: #1c7298
}

.wpsr-review-template.wpsr-review-template-eight:hover .wpsr-reviews-on-hover {
    opacity: 1;
    visibility: visible;
    left: 0
}

.wpsr-review-template.wpsr-review-template-nine {
    padding: 20px 15px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-nine {
        padding: 20px 15px
    }
}

.wpsr-review-template.wpsr-review-template-nine:hover {
    background-color: #6a65e7
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-recommends span {
    color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-recommends svg path {
    fill: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content p,
.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-title {
    color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content .wpsr_add_read_more .wpsr_read_less,
.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content .wpsr_add_read_more .wpsr_read_more,
.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content a {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-info .wpsr-review-date,
.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name,
.wpsr-review-template.wpsr-review-template-nine:hover p {
    color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover p a,
.wpsr-review-template.wpsr-review-template-nine:hover p a:hover {
    color: #59f333;
    -webkit-text-decoration-color: #59f333;
    text-decoration-color: #59f333
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-star path {
    fill: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style1 {
    color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style1 span {
    background: #e7711a;
    color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style2 span {
    color: #fff
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper .wpsr-booking-rating-style .review-badge {
    background: #fff;
    color: #003580
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-reviewer-image .wpsr-reviewer-image-url {
    display: block;
    margin-right: 10px
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-reviewer-image img {
    height: 60px;
    border-radius: 50%;
    max-width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15)
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-date {
    padding-top: 3px
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
    font-size: 15px
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-rating-wrapper {
    padding-bottom: 0;
    padding-top: 5px
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform {
    position: static
}

@media screen and (max-width:1024px) {
    .wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform {
        top: 5px
    }

    .wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform img {
        max-height: 18px
    }
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-title {
    margin-top: 10px
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-content {
    padding-top: 5px
}

.wpsr-reviews-badge-wrapper {
    width: 100%;
    display: block;
    text-align: center
}

.wpsr-reviews-badge-wrapper.wpsr-enable-cursor {
    cursor: pointer
}

.wpsr-reviews-badge-wrapper.wpsr-has-multiple-reviews-platform .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img {
    height: 28px
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom,
.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom,
.wpsr-reviews-badge-wrapper .wpsr-float_top_left,
.wpsr-reviews-badge-wrapper .wpsr-float_top_right {
    width: auto;
    position: fixed;
    z-index: 2
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom,
.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom {
    bottom: 0;
    margin-bottom: 15px !important
}

.wpsr-reviews-badge-wrapper .wpsr-float_top_left {
    top: 160px;
    left: 15px
}

.wpsr-reviews-badge-wrapper .wpsr-float_top_right {
    top: 160px;
    right: 15px
}

.wpsr-reviews-badge-wrapper .wpsr-float_top_right.active {
    right: 365px
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom {
    left: 15px
}

.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom {
    right: 15px
}

.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom.active {
    right: 365px
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn,
.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 20px 40px;
    display: inline-block;
    margin-bottom: 30px;
    color: inherit;
    text-align: center;
    text-decoration: none !important
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn:focus,
.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn:hover,
.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html:focus,
.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .12);
    outline: none;
    border: none
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img {
    height: 20px;
    width: auto
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo span {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms {
    line-height: 0
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms img {
    margin-right: 5px;
    height: 28px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms img:last-child {
    margin-right: 0
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn .wpsr-rating-and-count .wpsr-total-reviews {
    text-decoration: underline
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
    margin: 0;
    line-height: 1.2
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-reviews-badge-title {
    text-align: left;
    display: block;
    font-size: 14px;
    color: #333
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-rating {
    margin-top: 2px;
    margin-left: 5px
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-total-rating {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-total-reviews {
    padding-left: 5px;
    font-size: 14px;
    color: #333
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-star-rand stop {
    stop-color: #f7b80c
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-star-rand stop+stop {
    stop-color: #d6dae4
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-btn,
.wpsr-reviews-badge2 .wpsr-reviews-badge-html {
    padding: 15px 20px
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo {
    margin-right: 15px
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img {
    height: 50px
}

.wpsr-reviews-badge2 .wpsr-rating-and-count {
    display: block
}

.wpsr-reviews-badge2 .wpsr-rating-and-count .wpsr-total-reviews {
    padding-left: 0
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
    left: 20px !important;
    right: auto !important;
    top: auto !important;
    bottom: -200px;
    opacity: 0;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    height: 90vh !important;
    visibility: hidden
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active {
    opacity: 1;
    bottom: 0;
    border-radius: 10px 10px;
    visibility: visible
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active.wpsr-float_right_bottom {
    right: 20px !important;
    left: auto !important
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.wpsr-notification-active,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.wpsr-notification-active {
    right: -70px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active.wpsr-reviews-wrapper .wpsr-all-reviews.wpsr-row {
    padding-top: 30px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-all-reviews.wpsr-row,
.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-row:nth-child(2) {
    height: calc(100vh - 180px);
    max-height: none;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.deactivate {
    left: 20px !important;
    right: auto !important;
    top: auto !important;
    opacity: 0
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.deactivate.wpsr-float_right_bottom {
    right: 20px !important;
    left: auto !important
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-review-source-title {
    display: none
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-loadmore {
    padding-bottom: 20px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-footer-cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-footer-cta a {
    background-color: #000;
    border-radius: 8px;
    padding: 6px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer !important;
    outline: none;
    text-decoration: none
}

.wpsr-reviews-notification-card-wrapper {
    position: fixed;
    bottom: -200px;
    left: 20px;
    z-index: 99999999;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    text-decoration: none;
    color: #000;
    outline: none
}

.wpsr-reviews-notification-card-wrapper.cursor-none {
    cursor: default
}

@media only screen and (max-width:320px) {
    .wpsr-reviews-notification-card-wrapper {
        padding: 10px
    }
}

.wpsr-reviews-notification-card-wrapper.wpsr-enable-cursor {
    cursor: pointer
}

.wpsr-reviews-notification-card-wrapper.wpsr-float_right_bottom {
    right: 20px;
    left: auto
}

@media only screen and (max-width:320px) {
    .wpsr-reviews-notification-card-wrapper.wpsr-float_right_bottom {
        right: 15px
    }
}

.wpsr-reviews-notification-card-wrapper:focus,
.wpsr-reviews-notification-card-wrapper:hover {
    -webkit-box-shadow: -1px 4px 8px 5px rgba(0, 0, 0, .1);
    box-shadow: -1px 4px 8px 5px rgba(0, 0, 0, .1);
    text-decoration: none;
    color: #000;
    outline: none
}

.wpsr-reviews-notification-card-wrapper .wpsr-hide-logo {
    display: none
}

.wpsr-reviews-notification-card-wrapper .wpsr-show-logo {
    display: block
}

.wpsr-reviews-notification-card-wrapper .wpsr-close {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 6px;
    right: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpsr-reviews-notification-card-wrapper .wpsr-close svg {
    height: 12px;
    width: 12px
}

.wpsr-reviews-notification-card-wrapper .wpsr-close svg path {
    fill: #111
}

.wpsr-reviews-notification-card-wrapper.wpsr-visible-card {
    display: block
}

.wpsr-reviews-notification-card-wrapper.wpsr-notification-active {
    opacity: 1;
    bottom: 20px
}

.wpsr-reviews-notification-card-wrapper.deactivate {
    opacity: 0;
    bottom: -200px
}

.wpsr-reviews-notification-card-wrapper .wpsr-review-source-title {
    display: none
}

.wpsr-reviews-notification-card-wrapper .wpsr-reviewer-image {
    display: block
}

.wpsr-reviews-notification-card-wrapper.wpsr-reviews-platform-woocommerce .wpsr-review-platform .wpsr-show-logo {
    display: none
}

.wpsr-reviews-notification-card-wrapper.wpsr-reviews-platform-woocommerce .wpsr-review-source-title {
    display: block
}

.wpsr-reviews-notification-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-reviews-notification-card .wpsr-notification-image-wrapper {
    margin-right: 10px
}

.wpsr-reviews-notification-card .wpsr-product-image img,
.wpsr-reviews-notification-card .wpsr-reviewer-image img {
    height: 50px;
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header {
        display: block
    }
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header .reviewer-name {
    font-size: 16px;
    color: #111;
    padding-right: 5px;
    font-weight: 700
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.4
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper {
    padding-right: 5px
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg {
    height: 18px;
    width: 18px;
    display: inherit
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg path {
    fill: #f7b80c
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform img {
    max-height: 20px;
    width: auto
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform {
    padding-left: 5px
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform .wpsr-review-source-title {
    font-size: 13px;
    color: #0954db;
    margin-top: 3px
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-footer {
    line-height: 1
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-footer .review-time {
    font-size: 12px;
    line-height: 18px;
    color: #888
}