/*************************
    blockquote
*************************/
blockquote {
    position: relative;
}

blockquote cite {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}

/*blockquote-right*/
.blockquote-right {
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
    margin: 0 20px 0;
}

/*quote*/
.quote {
    padding-top: 50px;
}

.quote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 100px;
    font-weight: bold;
    color: #eee;
    position: absolute;
    left: 14px;
    top: -20px;
}

/*quote right*/
.blockquote-right.quote:before {
    left: inherit;
    right: 14px;
}

/*theme-bg*/
blockquote.theme-bg {
    border: 0px;
    color: #ffffff;
    padding: 70px 25px 30px;
    border-radius: 6px;
}

blockquote.theme-bg:before {
    left: 24px;
    top: -10px;
}

/*theme-bg*/
blockquote.theme-bg-sp {
    border: 0px;
    color: #ffffff;
    padding: 30px 25px 30px;
    border-radius: 6px;
    background: #ffc038;
}

blockquote.theme-bg-sp:before {
    left: 24px;
    top: -10px;
}

blockquote.theme-bg-sp h6 {
    color: #fff;
}

/*theme-bg*/
blockquote.black-bg {
    border: 0px;
    color: #ffffff;
    padding: 70px 25px 30px;
    border-radius: 6px;
}

blockquote.black-bg:before {
    left: 24px;
    top: -10px;
    left: inherit;
}