.paragraph--type--bp-testimonial
{
    background-position: 100% 100%;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial
    {
        text-align: center;

        background-position: 50% 50%;
    }
}

.paragraph--type--bp-testimonial .testimonial-image.round-image img
{
    float: right;

    max-width: 270px;
    max-height: 270px;

    border-radius: 50%;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial .testimonial-image.round-image img
    {
        float: none;

        margin-right: auto;
        margin-left: auto;
    }
}

.paragraph--type--bp-testimonial .testimonial-quote-image
{
    width: 33px;
    height: 33px;
    margin-bottom: 20px;

    -webkit-mask-image: url('../../images/testimonial-quote-image.svg');
            mask-image: url('../../images/testimonial-quote-image.svg');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial .testimonial-quote-image
    {
        display: none;
    }
}

@media (min-width: 768px)
{
    .paragraph--type--bp-testimonial .testimonial-details
    {
        padding-left: 35px;
    }
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial .testimonial-details
    {
        padding-top: 35px;
    }
}

.paragraph--type--bp-testimonial .testimonial-details span
{
    letter-spacing: 2px !important;
}

.paragraph--type--bp-testimonial .testimonial-text
{
    margin-bottom: 20px;
}

.paragraph--type--bp-testimonial .testimonial-user-details
{
    position: relative;
}

.paragraph--type--bp-testimonial .testimonial-user-details .testimonial-name
{
    padding-left: 20px;
}

.paragraph--type--bp-testimonial .testimonial-subject
{
    font-weight: bold;

    margin-bottom: 30px;
}

.paragraph--type--bp-testimonial .testimonial-links
{
    display: flex;

    margin-top: 35px;

    justify-content: left;
    flex-wrap: wrap;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial .testimonial-links
    {
        flex-direction: column;
    }
}

.paragraph--type--bp-testimonial .testimonial-links .paragraph--type--bp-link
{
    margin: 10px 0;
}

.paragraph--type--bp-testimonial .testimonial-links .paragraph--type--bp-link:not(:first-child)
{
    margin-left: 16px;
}

@media (max-width: 767.98px)
{
    .paragraph--type--bp-testimonial .testimonial-links .paragraph--type--bp-link:not(:first-child)
    {
        margin-top: 16px;
        margin-left: 0;
    }
}

@media (max-width: 767.98px)
{
    .paragraph--type--bp-testimonial .testimonial-links .paragraph--type--bp-link .btn
    {
        width: 100%;
    }
}

.paragraph--type--bp-testimonial.paragraph--view-mode--default
{
    text-align: center;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial.paragraph--view-mode--default .testimonial-quote-image
    {
        display: block;

        width: 100%;
    }
}

.paragraph--type--bp-testimonial.paragraph--view-mode--default .testimonial-text
{
    max-width: 100%;
}

.paragraph--type--bp-testimonial .testimonial-contents
{
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-testimonial.bg-edge2edge .testimonial-details
    {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.paragraph--type--bp-testimonial.bg-image-overlay
{
    position: relative;
}

.paragraph--type--bp-testimonial.bg-image-overlay:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';

    background-color: var(--bg-image-overlay-color);
}

.testimonial-quote-original,
.testimonial-quote-original p,
.testimonial-quote-original p a,
.testimonial-quote-duplicate
{
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;

    width: 100%;

    letter-spacing: -2px;
}

.testimonial-quote-original
{
    opacity: .3;
}

.testimonial-quote-duplicate
{
    position: absolute;
    top: 0;
    left: 0;

    opacity: 1;
}

.testimonial-quote-duplicate div
{
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.testimonialQuote
{
    position: relative;

    width: 100%;
    margin: 0 auto;
}
