<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ImageGallery
 * @author    Webkul
 * @copyright Copyright (c) 2010-2017 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk_gallery_img_container{
    border: 3px solid #dedede;
    box-shadow: 0 0 3px #7d7575;
    height: 200px;
    margin-bottom: 3px;
    position: relative;
    width: 200px;
    display: inline-block;
}
.wk_gallery{
    display: inline-block;
    height: 235px;
    margin: 5px;
    width: 200px;
    padding: 5px;
    margin-bottom: 10px;
}
.wk_gallery_desc{
    text-align: center;
    display: inline-block;
}
.gallery_name{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wk_gallery_album img{
    height: 200px;
    left: 0;
    position: absolute;
    width: 200px;
}
.wk_gallery_image{
    width: 200px;
}
.imagegallery{
    border: 3px solid #d6d6d6;
    box-shadow: 0 0 7px #000000;
    display: inline-block;
    height: 200px;
    margin: 7px;
    width: 200px;
}
.imagegallery:hover{
    text-decoration: none;
}
.content1{
    border-top: 1px solid #e2e2e2;
    margin-top: 5px;
    padding-top: 2px;
    text-align: center;
}
.gallery_container{
    text-align: center;
}
.wk_imagegallery_container {

}
a.wk-imagelink {
    width: 100%;
    position: absolute;
    top: 0;
    /* width: 40%; */
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8000;
}</pre></body></html>