/* [+] twitter short code */
.section-quote-holder {
    margin-top: 20px;
    margin-bottom: 20px
}

.section-quote {
    max-width: 760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0
}

.quote-profile-holder {
    text-align: center;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
}

.quote-profile-img {
    margin: 0 auto 8px auto
}

.quote-profile-img img {
    width: 52px;
    margin-top: 0;
    margin-bottom: 0
}

.quote-profile-details h3 {
    color: #353535;
    font-size: 2rem
}

.quote-profile-details span {
    color: #595959
}

.quote-content {
    position: relative;
    z-index: 9;
    padding: 15px;
    margin-top: 30px;
    background: #fbfbfb;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,.11),0 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.11),0 0 1px 0 rgba(0,0,0,.1);
    border-radius: 3px
}

.quote-content::before {
    content: "";
    position: absolute;
    z-index: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fbfbfb transparent transparent
}

.quote-content p {
    font-size: 1.6rem;
    line-height: 1.5
}

@media screen and (min-width: 769px) {
    .section-quote-holder {
        margin-top:40px;
        margin-bottom: 40px
    }

    .quote-profile-img img {
        width: 107px
    }

    .quote-content {
        padding: 25px 30px 20px 25px;
        margin-left: 15px;
        margin-top: 0
    }

    .quote-content::before {
        top: 60px;
        left: -38px;
        border-width: 30px 40px 0 0;
        -webkit-filter: drop-shadow(-5px 6px 2px rgba(0, 0, 0, .1));
        filter: drop-shadow(-5px 6px 2px rgba(0, 0, 0, .1))
    }

    .quote-content p {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 768px) {
    .quote-content::before {
        left:50%;
        top: -18px;
        border-width: 0 18px 20px 18px;
        border-color: transparent transparent #fbfbfb transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-filter: drop-shadow(0 -5px 2px rgba(0, 0, 0, .1));
        filter: drop-shadow(0 -5px 2px rgba(0, 0, 0, .1))
    }
}
/* [-] twitter short code */
