/* Landing page quote */
.landing-quote-wrapper {
    margin-bottom: 80px;
    width: 100%;
}
.landing-quote-wrapper .vc_row {
    border-bottom: solid 2px #0e71b8;
    display: flex;
    height: 100%;
}
.landing-quote-wrapper .wpb_column {
    /*display: flex;*/
    /*min-height: 100%;*/
}
.landing-quote-img .wpb_wrapper {
    margin-top: auto;
}
body .landing-quote-img .overlay {
    display: none;
}
.landing-quote-wrapper .landing-quote-img,
.landing-quote-wrapper .landing-quote {
    display: flex;
    flex: 1 0 0%; /* 1 */
}

body .landing-quote-wrapper .landing-quote-img.wpb_column img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.landing-quote {
    font-family: Vollkorn;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    padding-bottom: 1em;
    width: 100%;
}
.landing-quote .wpb_wrapper {
    position: relative;
    right: 20px;
}
.landing-quote em {
    font-size: .7em;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .landing-quote-wrapper .vc_row {
        padding-left: 50px;
        padding-right: 50px;
    }
    .landing-quote {
        font-size: 26px;
    }
}
@media screen and (max-width: 620px) {
    .landing-quote-wrapper .vc_row {
        flex-direction: column;
    }
    .landing-quote-wrapper .vc_row {
        border-top: solid 2px #0e71b8;
        height: auto;
        padding-top: 30px;
    }
    .landing-quote .wpb_wrapper {
        right: 0;
    }
    .landing-quote { order: 1; }
    .landing-quote-img {
        order: 2;
        text-align: center;
    }
    .landing-quote-img img {
        max-width: 50%;
    }
}
