/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 13, 2017, 6:54:22 PM
    Author     : digambar
*/


.ic-profile .testimonials .more-cta-testimonials {
    bottom: 20px;
    color: #3f7287;
    cursor: pointer;
    font-family: latoregular,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
}

.ic-profile .testimonials .user-testimonial .right-side .content-expander .expand.open {
    bottom: 20px;
    cursor: pointer;
    max-height: 300px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.expand.open {
    height: 100% !important;
}

.challange-skew:before{
    background-image: url(../images/Paper-bg-1.jpg) !important;
    background-repeat: repeat !important;
}
.home .section-wrap.skew-top:before{
    background-image: url(/wp-content/themes/wsi_2/dist/images/mission-bg.jpg) !important;
}
/* !important is needed sometimes */
 ::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #41617D !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
 ::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
 }

.blog-role .grid-item .post-footer .left-side {
    padding-right: 20px !important;
   left: 10px;
    width: 50% !important;
    
}