/*
Theme Name: cabinates
Theme URI: http://illusiveconsulting.com/staging/cabinates/
Author: illusive Web Team
Author URI: http://www.illusivedesign.ca/
Description: It's a responsive theme for cabinates.
Version: 3.1
License: GNU General Public License
License URI: license.txt
*/


.news-post-box {
    border-top: 2px solid #d9d9d9;
    padding: 25px 20px 20px 0;
}
.inner-banner-block {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 394px;
}

.block-testimonial {
    background: url(images/testimonial-left.png) no-repeat left top #f6f2e8;
    padding: 55px 40px 40px 40px;
margin-bottom:25px;
}

.block-testimonial p {
    padding: 0;
}

.testimonial-info {
    padding-top: 25px;
}

.testimonial-preview {
    display: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
    /* display: inline-block;*/
    *zoom: 1;
    overflow: hidden;
}

h1{font-size:25px;}
/***BACK TO TOP*****/


#back-top {
    bottom: 5%;
    position: fixed;
    right: 10px;
    z-index: 2000;
}
#back-top a {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 45px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    transition: background-color 300ms ease 0s;
    width: 50px;
}

