/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

.sh-team a img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition:all .2s ease-in-out;
}

.sh-team a:hover img {
    -webkit-filter: unset;
    /* Safari 6.0 - 9.0 */
    filter: unset;
}

.sh-single-image-container img.sh-image-hover {
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: 'LuzSans-Book';
    font-style: normal;
    font-weight: normal;
    src: local('LuzSans-Book'), url('/wp-content/themes/jevelin/fonts/LUZRO.woff') format('woff');
}

.font-slide{font-family: 'LuzSans-Book';}
.sh-testimonials-quote{font-weight: bold !important;}