/**handles:wn-deep-max-quote**/
/* Max  Quote */

.max-quote {
    text-align: center;
    padding: 15px 0;
}

.max-quote cite {
    font-size: 16px;
    font-style: normal;
    margin-top: 25px;
    color: #7a7a7a;
    letter-spacing: 1px;
}

.max-quote small {
    display: block;
    padding-top: 4px;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 11px;
    color: #a1a1a1;
}

.max-quote:before,
.max-quote small:before {
    content: '';
    content: none;
    display: none;
}

#wrap .max-quote h2 {
    font-family: 'Lora', serif;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0;
}

.max-quote h2:before,
.max-quote h2:after {
    display: inline-block;
    content: '';
    color: #ff6c6d;
    font-family: Arial, serif;
    font-size: 33px;
    line-height: 30px;
    margin: 0 8px;
    font-weight: bold;
    font-style: normal;
}

.max-quote h2:before {
    content: '\201C';
    margin-left: 0;
}

.max-quote h2:after {
    content: '\201D';
}

.blox .max-quote h2 {
    color: #32373b;
}

.blox.dark .max-quote h2,
.blox.dark .max-quote h2:before,
.blox.dark .max-quote h2:after,
.blox.dark .max-quote cite {
    color: #fff;
}