
/*------------------------------------------------------------------------
# mod_ju_testimonials Extension
# ------------------------------------------------------------------------
# author    joomla2you
# copyright Copyright (C) 2018 joomla2you.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomla2you.com
-------------------------------------------------------------------------*/

figure.snip {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

figure.snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip img {
    max-width: 100%;
    vertical-align: middle;
}

figure.snip blockquote {
    position: relative;
    background-color: #ffffff;
    padding: 25px 50px 25px 50px;
    font-size: 0.8rem;
    font-weight: 300;
    text-align: left;
    margin: 0;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #6F808A;
}

figure.snip blockquote:before,
figure.snip blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip blockquote:before {
    top: 25px;
    left: 20px;
}

figure.snip blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
}

figure.snip .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
    z-index: 20;
}
figure.snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip .author {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 25px;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

figure.snip .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
}

figure.snip .author h5 span {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    padding-left: 5px;
    font-size: 0.9rem;
    font-weight: 300;
}

.prev-next {
    position: absolute;
    height: 22px !important;
    width: 22px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    color: #666 !important;
    top: 1px;
    padding-top: 3px !important;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prev-next:hover{
    background-color: #999;
    color: #fff;
}

#members {
    position: relative;
}
.members {
    margin-top: 10px;
}

#members .prev {
    right: 30px;
}


#owl-testimonial .list-inline{padding-left:0;margin-left:-5px;list-style:none}#owl-testimonial .list-inline>li{display:inline-block;padding-right:2px;padding-left:2px}