@charset "UTF-8";

/*
Theme Name: NCRI
Author: Naveen Gupta

Description: NCRI is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how NCRI elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ncri
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.post-views {
    display: inline;
}
.screen-reader-text {
    display: none;
}
.pagination {
    margin-bottom: 50px;
}
textarea {
    resize: none;
    width: 100%;
}
.pading{
    padding-left:1.5rem;
    padding-right:1.5rem;
}
.padding3{
    padding:1rem;
}
.mttop5 {
    margin-top:3rem;
}
.breadcrumbs br{
    display:none;
}
.wp-block-image img {
    height: auto;
}
@media (max-width: 767px) {
  .pading{
    padding-left:0.5rem;
    padding-right:0.5rem;
}
.padding3{
    padding:0.5rem;
}
.mttop5 {
    margin-top:1rem;
}
.breadcrumbs br{
    display:block;
}
}