@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;
}
.post-content .openpopup{
    color: #ff823a;
    cursor: pointer;
	text-decoration: underline;
}

.modal-content .btn-close {
    position: absolute;
    right: -30px;
    top: -25px;
    background-color: #ffffff;
    opacity: 0.8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 2;
}

.modal-content iframe {
    margin-bottom: -5px;
    height: 75vh;
    width: 100%;
}

.modal-content img {
    margin-bottom: -5px;
/*     height: 60vh; */
	height: auto;
    max-width: 100%;
}

.modal-content a {
    margin-top: 15px;
}

.common-loop {
    font-size: 17px;
}

.post-content li {
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.5;
}

.author-box-wrap .desc .post-author-name {
    display:flex;
    flex-wrap: wrap;
}

.author-box-wrap .desc .post-author-name .posttitle {
    font-size: 22px;
}

.author-box-wrap .desc .post-author-description p{
   font-size: 18px;
}

.author-box-wrap .desc .post-author-name .socialmedia img {
    height: 22px;
    width: 22px;
}
.socialmedia a:first-child {
    margin-right: 8px;
}

.socialmedia a{
    display: inline-block;
}
.socialmedia {
    margin-left: 15px;
    margin-top: -1px;
}

.socialmedia1 {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
}
.socialmedia1 a {
    margin-right: 6px;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin-bottom: 1.5rem;
}
.socialmedia2 {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
}
ul#menu-main-menu a {
    font-weight: bold;
    font-size: 20px;
}

.medical-review .post-author{
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}
.single-post .socialmedia2 a {
    margin-right: 7px;
}

@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;
	}
	
	.modal-content .btn-close {
		right: -14px;
		top: -20px;
	}
	.modal-content{
		width: 98%;
	}
}