@charset "utf-8";
/* CSS Document */

div.sub span {
    display: inline !important;
}

.testimonial-input {
    padding: 20px 30px;
    background: transparent
                url(../../../../../images/striped_bg.gif)
                repeat
                center center;
}

    .testimonial-input input[type="file"] {
        margin-bottom: 12px;
    }

    .testimonial-input select {
        margin-bottom: 12px;
    }    
    .testimonial-input textarea {
        height: 146px;
    }
    .testimonial-input label.error {
        margin-bottom: 1em;
        margin-top: -0.5em;
    }
    

.testimonial {
    position: relative;
    margin-bottom: 2em;
}

    .testimonial .profile {
        position: absolute;
        top: 11px;
        left: 15px;
        height: 80px;
        width: 80px;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
        
    .testimonial header.title {
        height: 50px;
        padding: 0 15px 0 118px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: transparent
                    url(../../../../../images/title_bar_bg.png)
                    repeat-x
                    center center;
    }
    
        .testimonial header.title .name {
            line-height: 50px;
            font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
            font-size: 16px;
        }
        
        .testimonial header.title .rating {
            float: right;
            margin-top: 12px;
        }
        
            .testimonial header.title .rating img {
                float: right;
                margin-right: -2px;
            }
            
    .testimonial .subtitle {
        height: 54px;
        padding: 6px 0 0 118px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 0;
        background: transparent
                    url(../../../../../images/sub_bg.png)
                    repeat
                    center center;
    }
    
        .testimonial .subtitle div {
            line-height: 18px;
            font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
            font-size: 14px;
        }
    
    .testimonial .content {
        background: transparent
                    url(../../../../../images/striped_bg.gif)
                    repeat
                    center center;
    }
    
        .testimonial .content .entry {
            padding: 30px 15px;
        }
    
        .testimonial .content .car {
            padding: 30px 15px;
        }
    
        .testimonial .thumb {
            border-radius: 3px;
            border: 2px solid #797979;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
        }
        
    
@media all and (max-width: 1200px) {

    div.sub span {
        display: none !important;
    }

}

/* Small devices */
@media all and (max-width: 767px) {

    .testimonial .subtitle div .label {
        display: none;
    }

    .testimonial .content .car {
        padding: 5px 0;
        text-align:center;
    }
    
}