/*
Theme Name: JS Tech
Text Domain: jstech
Version: 0.0.40
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2021 is designed to take full advantage of the flexibility of the block editor.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the JSTechAlliance
Author URI: https://jstechalliance.com/
Theme URI: https://wordpress.org/themes/jstech/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
html,
body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.blog-item .blog-image-sm {
    position: relative;
    padding-top: 195px;
    overflow: hidden;
    text-align: center;
}
.blog-item .blog-image-sm img {
    position: absolute;
    height: 195px;
    top: 0;
    transform: translateX(-50%);
}
.blog-item .single-blog-item .blog-content .blog-btn {
    position: relative;
    z-index: 3;
    margin: 0;
}
.blog-item .single-blog-item .blog-content .blog-btn:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    content: '';
    display: block;
    box-shadow: 0px 0px 20px 15px #fff;
    height: 5px;
    width: 100%;
    z-index: -1;
    background: #fff;
}
.widget-area .widget_categories ul li {
    color: #e1e1e1;
}
.comments-area .comment-respond {
    margin-top: 0;
}