.ggt-testimonial {
    cursor: default;
}


/*--- Style 1 ---*/


.ggt-style1 .ggt-testimonial {
    position: relative;
}
.ggt-testimonials.ggt-style1 .ggt-testimonial {
    margin-bottom: 50px;
}
.ggt-style1 .ggt-author-credentials {
    background: #fff none repeat scroll 0 0;
    display: inline;
    font-size: 14px;
    padding: 2px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-user .ggt-text .ggt-author-name {
    clear: none;
    margin-bottom: 0;
    margin-top: 0;
}
.ggt-style1 .ggt-testimonial:hover .ggt-testimonial-text {
    -webkit-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px) scale(1.01);
    -moz-transform: translateY(-10px) scale(1.01);
    transform: translateY(-10px) scale(1.01);
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-text {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    /*-webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);*/
    color: #888;
    margin-bottom: 40px;
    max-width: 450px;
    padding: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-text::after {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #f5f5f5;
    bottom: -12px;
    content: "";
    display: block;
    height: 24px;
    left: 40px;
    margin: auto;
    position: absolute;
    -webkit-transform: skew(0deg, -44deg);
    -moz-transform: skew(0deg, -44deg);
    transform: skew(0deg, -44deg);
    width: 24px;
    z-index: -999;
    -webkit-box-shadow: 0 7px 6px -4px #dedede;
    -moz-box-shadow: 0 7px 6px -4px #dedede;
    box-shadow: 0 7px 6px -4px #dedede;
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-user .ggt-image-wrapper img {
    max-width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-user {
    display: table;
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-user .ggt-image-wrapper {
    display: table-cell;
}
.ggt-testimonials.ggt-style1 .ggt-testimonial-user .ggt-text {
    display: table-cell;
    vertical-align: middle;
    color: #888;
}

/*--- Style 2 ---*/

.ggt-style2 .ggt-testimonial:hover {
    -webkit-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
}
.ggt-style2 .ggt-testimonial {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);
    margin-bottom: 100px;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-style2 .ggt-author-credentials {
    font-size: 14px;
}
.ggt-testimonials.ggt-style2 .ggt-testimonial-user .ggt-text .ggt-author-name {
    clear: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    line-height: 25px;
}
.ggt-testimonials.ggt-style2 .ggt-testimonial-text {
    color: #888;
    margin-bottom: 40px;
    padding: 50px 50px 90px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-testimonials.ggt-style2 .ggt-testimonial-text::after {
    content: "";
}

.ggt-testimonials.ggt-style2 .ggt-testimonial-user .ggt-image-wrapper img {
    max-width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}
.ggt-testimonials.ggt-style2 .ggt-fourcol .ggt-testimonial-user .ggt-image-wrapper img {
    max-width: 100px;
    padding: 0;
    margin: 20px auto;
}
.ggt-testimonials.ggt-style2 .ggt-testimonial-user {
    bottom: -70px;
    margin: 0 auto;
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.ggt-testimonials.ggt-style2 .ggt-testimonial-user .ggt-image-wrapper {
    display: inline-block;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.ggt-style2 .ggt-image {
    border: 0 solid;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-style2 .ggt-testimonial:hover .ggt-image {
    border: 6px solid #fff;
    -webkit-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
}
.ggt-testimonials.ggt-style2 .ggt-testimonial-user .ggt-text {
    display: inline-block;
    width: 50%;
    color: #888;
}


/*--- Style 3 ---*/

.ggt-style3 .ggt-testimonial:hover {
    -webkit-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.1);
}
.ggt-style3 .ggt-testimonial {
    position: relative;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.ggt-style3 .ggt-author-credentials {
    font-size: 14px;
}
.ggt-testimonials.ggt-style3 .ggt-testimonial-user .ggt-text .ggt-author-name {
    clear: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    line-height: 25px;
}
.ggt-testimonials.ggt-style3 .ggt-testimonial-text {
    color: #888;
    margin-bottom: 40px;
    padding: 40px 40px 0px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    z-index: 1;
}
.ggt-testimonials.ggt-style3 .ggt-image-wrapper {
    position: relative;
}
.ggt-testimonials.ggt-style3 .ggt-image-wrapper:after {
    background: #425cbb none repeat scroll 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 0;
    color: #fff;
    content: "\e92e";
    font-family: ggtctrl;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    opacity: 1;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 60px;
}

.ggt-testimonials.ggt-style3 .ggt-testimonial-user .ggt-image-wrapper img {
    max-width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}
.ggt-testimonials.ggt-style3 .ggt-testimonial-user {
    margin: 0 auto;
    z-index: 2;
}
.ggt-testimonials.ggt-style3 .ggt-testimonial-user .ggt-image-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
.ggt-testimonials.ggt-style3 .ggt-testimonial-user .ggt-text {
    color: #888;
    padding: 20px 0 30px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .ggt-testimonial {
        padding: 0 !important;
    }
    .ggt-testimonials.ggt-style2 .ggt-testimonial-user {
        bottom: -30px;
    }
    .ggt-testimonials.ggt-style2 .ggt-testimonial-user .ggt-image-wrapper img {
        max-width: 100px;
    }
}