/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2020 | 11:43:45 */
blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 5px;
    content: "”";
    color: #cfcfcf;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -28px;
    right: 10px;
    content: "”";
    color: #cfcfcf;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}