
/** Custom QUOTE block */

div.quote-text::after,
div.quote-text::before {
    background-size: 0.4em auto !important;
}
div.quote-text::before {
    margin-left: -0.5em !important;
    margin-top: 0em !important;
}
div.quote-text::after {
    margin-left: 0em !important;
    margin-top: 1em !important;
}

.quote
{
    max-width: 600px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center ;
}

.quote.no-padding {
    margin-left: 0;
    margin-right: 0;
}
.quote-align-left
{
    text-align:left;
}
.quote-align-center
{
    text-align:center;
}
div.quote-text
{
    font-size: 30px;
    line-height: 41px;
    font-family: Rubik, Arial, Tahoma, Verdana;
    font-weight: 500;
    color: #173355 !important;
    margin-bottom: 40px;
}
div.quote-text:before {
    background: url(./../../images/open-quote.png) no-repeat 0 0;
    content: "";
    width: 18px;
    height: 14px;
    margin-left: -21px;
    margin-top: -7px;
    display: inline-block;
    position:absolute;
}
div.quote-text:after {
    background: url(./../../images/close-quote.png) no-repeat 0 0;
    content: "";
    width: 18px;
    height: 14px;
    margin-top:25px;
    margin-left: 7px;
    display: inline-block;
    position:absolute;
}
div.quote-owner
{
    font-size: 36px;
    line-height: 36px;
    font-family: Allan, Arial, Tahoma, Verdana;
    font-weight: normal;
    color: #e42520 !important;
    font-weight:bold;
    margin-bottom:0px;
}
div.quote-owner-desc
{
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-family: Rubik, Arial, Tahoma, Verdana;
    margin-top: 3px;
    font-weight: 300;
}

p {
    margin-bottom: 30px !important;
}