/* minified */
.wp-block-sd-dynamic-reviews {
    margin: 2em auto;
    padding-bottom: 4%;
    position: relative;
    height: initial;
    transition:height 1s;
}

.wp-block-sd-dynamic-reviews .sd-reviews-slider-heading {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1em 0;
}

.wp-block-sd-dynamic-reviews .review-slide-body {
    padding: 0 1em;
}


.wp-block-sd-dynamic-reviews .sd-reviews-heading {
    text-align: center;
}

.wp-block-sd-dynamic-reviews .sd-google-review {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
    margin: 0 auto;
    max-width: 40em;
    width: calc(100% - 90px);
    align-items: center;
    min-height: 40vh;
}

.wp-block-sd-dynamic-reviews.bottom .sd-google-review {
    min-height: 40vh;
}

.wp-block-sd-dynamic-reviews .client-heading {
    width: 100%;
    text-align: center;
}
.wp-block-sd-dynamic-reviews .sd-review-body {
    order: 0;
}

.wp-block-sd-dynamic-reviews .sd-google-review h3 {
    width: 100%;
    text-align: center;
    order: 1;
}

.wp-block-sd-dynamic-reviews .sd-review-rating {
    display: block;
    width: 100%;
    order: 2;
    text-align: center;
}

.wp-block-sd-dynamic-reviews .sd-review-rating i {
    margin: .5%;
    font-size: 1.25em;
}

.sd-review-rating-svg {
    height: 1em;
}

.wp-block-sd-dynamic-reviews svg.review-quote {
    height: 2em;
}

.wp-block-sd-dynamic-reviews .review-intro-slider {
    display: flex;
    order: 1;
}

.wp-block-sd-dynamic-reviews .review-intro-slider p {
    margin: 1em 0 0 .5em;
}

.wp-block-sd-dynamic-reviews .review-intro-slider p {
    max-width: 10em;
    text-align: right;
    font-size: 1.5em;
}

.wp-block-sd-dynamic-reviews .review-slide-body {
    display: flex;
    flex-direction: column;
    order: 2;
}

.wp-block-sd-dynamic-reviews .review-ctrl-wrap svg {
    height: 1em;
}

.wp-block-sd-dynamic-reviews .review-ctrl {
    padding: 1em;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.wp-block-sd-dynamic-reviews .testimonial:nth-child(2) .sd-google-review{
    display: flex;
}

.wp-block-sd-dynamic-reviews .sd-google-review{
    display: none;
}

.wp-block-sd-dynamic-reviews span.testimonial-index {
    display: none;
}

.wp-block-sd-dynamic-reviews.show-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wp-block-sd-dynamic-reviews .sd-google-review[data-slide="1"] {
    display: block;
}

.wp-block-sd-dynamic-reviews span.next-review-slide.review-ctrl {
    position: absolute;
    right: 0;
    top:0;
}

.wp-block-sd-dynamic-reviews span.prev-review-slide.review-ctrl {
    position: absolute;
    left: 0;
    top:0;
}

/* Bottom Controls */
.wp-block-sd-dynamic-reviews .review-ctrl-wrap.bottom {
    width: 100%;
    text-align: center;
}

.wp-block-sd-dynamic-reviews .sd-review-dot-ctrl {
    padding: .25em;
    background: #818181;
    border-radius: 100%;
    width: .25em;
    display: inline-block;
    height: .25em;
    margin: 0 3px;
    cursor: pointer;
}

.wp-block-sd-dynamic-reviews .sd-review-dot-ctrl[data-slide="1"] {
    background: #000;
}

.wp-block-sd-dynamic-reviews .sd-review-dot-ctrl.sd-current-dot {
    background: #000;
}

@media screen and (min-width: 670px){

    .wp-block-sd-dynamic-reviews .sd-google-review {
        padding: 0;
    }


}

@media screen and (min-width:1024px){

    .wp-block-sd-dynamic-reviews .review-ctrl {
        height: initial;
        padding: 1em 2em;
        border: solid 1px #ddd;
    }

    .wp-block-sd-dynamic-reviews span.next-review-slide.review-ctrl {
        top:37%;
    }

    .wp-block-sd-dynamic-reviews span.prev-review-slide.review-ctrl {
        top:37%;
    }

    .wp-block-sd-dynamic-reviews {
        max-width: 1366px;
        margin: 2em auto;
        padding-bottom: initial;
    }

    .wp-block-sd-dynamic-reviews .review-intro-slider p {
        margin: .5em 0 0 .5em;
    }

    .wp-block-sd-dynamic-reviews .sd-google-review {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

}

/* Standard Slider */
/* minified */
.wp-block-sd-reviews {
    max-width: 40em;
    margin: 2em auto;
    min-height: 40vh;
}
.wp-block-sd-reviews .sd-reviews-heading {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1em 0;
}

.wp-block-sd-reviews .sd-review-heading {
    text-align: center;
}


.wp-block-sd-reviews .sd-google-review {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
}

.wp-block-sd-reviews .client-heading {
    width: 100%;
    text-align: center;
}

.wp-block-sd-reviews .sd-google-review h3 {
    width: 100%;
    text-align: center;
}

.wp-block-sd-reviews .sd-review-rating {
    display: block;
    width: 100%;
    text-align: center;
}

.wp-block-sd-reviews .sd-review-rating i {
    margin: .5%;
    font-size: 1.25em;
}

.wp-block-sd-reviews .sd-review-rating svg {
    height: 1em;
}