/*
  Theme Name: picturekeytechnologies.com
  Author: Lucas Jordan
  Description: Getting Started Page Styles
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/


/*-----------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------------
#   Getting Started Page Styles
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
#   Getting Started Page Styles
-----------------------------------------------------------------------------*/
#testimonials {
    padding: 0 0 2.40em 0
}
#testimonials .testimonial-subheading {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1.250em 0 0 0;
    text-align: center;
}
#testimonials .testimonial-subheading h5 {
    width: 100%;
    text-align:center;
    border-bottom: 2px solid #ffffff;
    line-height: 0;
    margin: 1.5em 0 1.250em;
    padding: 0;
    font-size: 1em;
    font-weight: 500;
}
#testimonials .testimonial-subheading h5 span {
    color: #ffffff;
    background: #47AAFE;
    background: -webkit-linear-gradient(left, #47AAFE, #3C9CFD);
    background: -o-linear-gradient(right, #47AAFE, #3C9CFD);
    background: -moz-linear-gradient(right, #47AAFE, #3C9CFD);
    background: linear-gradient(to right, #47AAFE, #3C9CFD);
    padding: 0 1.250em;
}
#testimonials h3 {
    margin: 0.8em 0 1.20em 0
}
#testimonials .testimonials-foot .testimonials-foot-bottom {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 0.125em;
    background-color: #ffffff;
}
#testimonials .testimonials-foot img {
    padding: 0 0 1.666em 0;
}
@media screen and (min-width: 120px) and (max-width: 530px){
    #testimonials .testimonial-subheading h5 span {
        color: #ffffff;
        background: #50B4FE;
        background: -webkit-linear-gradient(left, #50B4FE, #3593FD);
        background: -o-linear-gradient(right, #50B4FE, #3593FD);
        background: -moz-linear-gradient(right, #50B4FE, #3593FD);
        background: linear-gradient(to right, #50B4FE, #3593FD);
    }
}
