/* Testimonial */
.sugarbowl{
    display: none;
}
.content_body {
    max-width: 960px;
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
}
.content-pad h1.page,
.content-pad .h2.section {
    max-width: 960px;
    margin: 0 auto;
}
.content-pad h1.page {
    padding: 0 1rem 1rem;
}
.content-pad .h2.section {
    padding: 1rem 1rem 0;
}
.testimonial-quote {
    margin: 0 auto;
}
.testimonial-description {
    position:relative;
    padding: 6rem 0 2.5rem;
    margin: 0 auto;
}
.by-who {
    font-weight: bold;
    padding: 0 2rem 3rem;
    font-size: 18px;
}
.testimonial-quote:nth-of-type(odd) {
    background: #ececec;
}
.testimonial-quote:last-of-type {
    border-bottom: 1px solid #ececec;
}
.testimonial-description:before,
.testimonial-description:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none!important;
    bottom: auto;
    left: auto;
}
.testimonial-description:before {
    background-image: url('/icons/fa-solid/quote-left/ababab');
    top: 1.5rem;
    left: calc(50% - 45px);
}
.testimonial-description:after {
    background-image: url('/icons/fa-solid/quote-right/ababab');
    top: 2.5rem;
    right: calc(50% - 45px);
}
.testimonial-form legend.h3,
.testimonial-form p {
    text-align: center;
}
.testimonial-form p {
    padding-bottom: 2rem;
}
.standard-form textarea,
.standard-form input,
.standard-form input[type=text],
.standard-form .form-submit .form-btn {
    border-radius: 0;
}
@media screen and (min-width: 768px) {
    .testimonial-description p,
    .testimonial-description div p,
    .by-who {
        font-size: 20px;
    }
    .testimonial-description {
        padding: 6rem 2rem 2.5rem;
    }
}
@media screen and (min-width: 992px) {
    .testimonial-quote:nth-of-type(odd) .testimonial-description:before,
    .testimonial-quote:nth-of-type(odd) .testimonial-description:after {
        height: 100px;
        width: 100px;
    }
    .testimonial-quote:nth-of-type(odd) .testimonial-description:before {
        left: 0;
        top: -3rem;
    }
    .testimonial-quote:nth-of-type(odd) .testimonial-description:after {
        right: 0;
        bottom: -7.5rem;
        top: auto;
    }
}
@media screen and (min-width: 1200px) {
    .testimonial-quote:nth-of-type(odd) .testimonial-description:before,
    .testimonial-quote:nth-of-type(odd) .testimonial-description:after {
        height: 120px;
        width: 120px;
    }
    .testimonial-quote:nth-of-type(odd) .testimonial-description:before {
        left: calc(50% - (600px - 1rem));
        top: -3rem;
    }
    .testimonial-quote:nth-of-type(odd) .testimonial-description:after {
        right: calc(50% - (600px - 1rem));
    }
}
