@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
html {

}
#kudo-wrap{
    width: 100%;
    /*height: 600px;*/
    margin: 0 auto;
}
.adj-layer {
    padding: 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: gray;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0 0px 0;
    position: relative;
    text-shadow: 0 1px #fff;
    z-index: 1;
}

.testimonial-quote blockquote * {
    box-sizing: border-box;
}

.testimonial-quote blockquote p {
    color: #75808a;
    line-height: 1.4 !important;
}

.testimonial-quote img {
    border: 3px solid #39BBCE;
    border-radius: 50%;
    display: block;
    width: 180px;
    height: 210px;
    position: absolute;
    top: -.2em;
    left: 0;
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em;
    margin-left: 2rem;
}

.testimonial-quote cite span {
    color: #0c4469;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}

.testimonial-quote {
    position: relative;
}

.testimonial-quote .quote-container {
    padding-left: 190px;
}
