/*
Theme Name: STC Version 0.01
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Martin Mulholland
Author URI: Your website address.
*/

/*Global Styles*/

/*Custom Styles*/
#testimonial .slide{
    overflow: hidden!important;
}

#testimonial .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

#testimonial .carousel-control, .carousel-control:focus, .carousel-control:hover{
    background-image: none!important;
}

#testimonial .carousel-inner{
    height: 140px;
}

#testimonial .carousel-inner p{
    text-align: center;
}

#testimonial .carousel-control{
    display: none;
}

#testimonial .carousel-indicators{
    margin-bottom: 0px!important;
    position: inherit;
    bottom: 0px;
}

#testimonial .carousel-indicators li{
    background: #565555!important;
}

/* Media Queries ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {
    #testimonial .carousel-inner{
        height: 220px;
    }
}
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {
    #testimonial .carousel-inner{
        height: 180px;
    }
}
@media only screen 
and (min-width : 768px) 
and (max-width : 991px) {
    #testimonial .carousel-inner{
        height: 160px;
    }
}