#testimonials_widget{
    flex-direction:column;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    width: 100%;
    margin-top:50px;
    text-align:center;
    overflow: hidden;
}
#testimonials_widget .flickity-prev-next-button {
    background: transparent;
    border: 2px solid #d97129;
    top: 50%;
}
#testimonials_widget .flickity-prev-next-button.next{
    right:0px;
}
#testimonials_widget .flickity-prev-next-button.previous{
   left:0px;
}
#testimonials_widget .flickity-prev-next-button .arrow {
    fill: #d97129;
}
.testimonials-widget-testimonial{
    width:100%;
    padding:0 50px;
    height:300px;
    margin: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.testimonials-widget blockquote, .testimonial-list blockquote {
    font-style: italic;
    font-size: 20px;
}
.credit .author {
    font-weight: bold;
}

.testimonials-widget .open-quote:before {
    content: '\201C';
}

.testimonials-widget .close-quote:after {
    content: '\201D';
}

.widget .testimonials-widget div.credit:before {
    content: "– ";
}

.widget .testimonials-widget div.credit {
    margin-top:.8em;
}

.listing .testimonials .open-quote:before {
    content: '\201C';
    display: inline;
    margin-right: 4px;
}

.listing .testimonials .close-quote:after {
    content: '\201D';
    display: inline;
    margin-left: 4px;
}
.listing .testimonials div.credit:before {
    content: "– ";
}
.listing .testimonials-list p {
    display:inline;

}

.listing .testimonials div.credit {
    margin-top:.8em;
}