/**
 * CoDicts - Google Reviews
**/


.codicts-google-reviews .review-text, .codicts-google-reviews.summary-reviews-template .codicts-reviews-summary span:not(.review-stars), .codicts-google-reviews .review-author a {
    color: #b8b4c8 !important;
}
.codicts-google-reviews .review-date {
	display: none;
}
.codicts-reviews-item > span:nth-of-type(3) {
    display: none;
}


.codicts-google-reviews.summary-reviews-template .codicts-reviews-summary span:not(.review-stars) {
    font-size: 22px !important;
    font-weight: bold !important;
}

.codicts-google-reviews.carousel-reviews-template.cdts-reviews-loaded.owl-loaded.owl-drag.owl-carousel.cdts-init-rv-crs.codicts-google-reviews .codicts-reviews-item {
    padding: 10px 0px 10px 0px;
    /* max-width: 80%; */
    box-shadow: 0 10px 34px 0 var(--shadow-card-large);
    border: 2px solid rgba(255, 255, 255, .06);
    padding: 50px 50px !important;
    border-radius: 20px;
    background: #1d1a27;
    min-height: 393px;
}
.codicts-google-reviews .review-avatar {
    float: left;
    transition: filter ease-in-out .3s;
    height: 80px !important;
    margin-right: 10px;
        width: auto !important;
    max-width: 80px !important;
}
.codicts-cgrf-toggle-paragraph-outer.cgrf-rm-active:not(.cgrf-toggle-paragraph-expanded) .codicts-cgrf-toggle-paragraph::before {
    background: linear-gradient(to bottom, transparent, #000000) !important;
}

.codicts-google-reviews .review-author a {
	font-size: 22px;
}
.codicts-google-reviews .review-text {
    padding-top: 25px !important;
}
.codicts-google-reviews:not(.summary-reviews-template) .review-stars {
    font-size: 28px !important;
}

.codicts-google-reviews .review-avatar {
    margin-right: 20px !important;
}

.codicts-google-reviews.carousel-reviews-template.owl-carousel .owl-dot {
    background: #fd774a !important;
}