/*!
Theme Name: Neighborhood Care
Theme URI: https://www.nhcare.org
Author: Cronos
Author URI: https://www.nhcare.org
Description: Template for the Neighborhood Care. This is Wordpress custom themes for custom design.
Tested up to: 6.1.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: Custom Theme, Custom Template, Custom Design, Health Service, responsive, white, bootstrap
Version: 1.0.0
Text Domain: nhcare

*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 100%; /* 1rem = 16px */
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.gallery {
	display: grid;
	grid-auto-flow: dense;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 300px;
	grid-gap: 30px;
	padding: 0;
}
.gallery .image {
	grid-area: span 1/span 1;
}
.gallery .image--horizontal {
	grid-area: span 1/span 2;
}
.gallery .image--vertical {
	grid-area: span 2/span 1;
}
.gallery .image--big {
	grid-area: span 2/span 2;
}
@media (max-width: 575px) {
	.gallery .image--horizontal,
	.gallery .image--vertical,
	.gallery .image--big {
		grid-area: span 1/span 1;
	}
}
.gallery img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3px;
	background-color: #000;
}
.gallery img.lazy-image {
	opacity: 0.1;
	will-change: opacity;
	transition: all 0.5s;
}
.gallery img.lazy-image.loaded {
	opacity: 1;
}

.widget_block label{
	font-size: 20px;
}
.widget_block .wp-block-search__input{
	border-radius: 0;
    padding: 12px 15px;
    width: 100%;
    margin: 0;
    height: 50px;
    border: 1px solid #182141;
}
.widget_block .wp-element-button{
	background: #000;
	padding: 12px 15px;
	height: 50px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.widget_block .wp-block-search__input:focus,
.widget_block .wp-block-search__input:active{
	outline: none !important;
	box-shadow: none !important;
}

/**
 * Comments Defult Style
 */
.comments-area .comment-form .comment-notes {
    font-style: italic;
}
.comments-area .comment-form a{
	color: #020202;
}
.comments-area .comment-form label{
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}
.comments-area .comment-form textarea,
.comments-area .comment-form input{
	display: block;
    width: 100%;
    height: calc(1.5em + 15px + 2px);
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.comments-area .comment-form textarea{
	min-height: 200px;
}
.comments-area .comment-form input[type="radio"],
.comments-area .comment-form input[type="checkbox"]{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: auto;
}
.comments-area .comment-form input[type="radio"]:focus,
.comments-area .comment-form input[type="checkbox"]:focus{
	outline: 0;
}
.comments-area .comment-form .comment-form-cookies-consent label{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
}
.comments-area .comment-form textarea:focus,
.comments-area .comment-form input:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0,123,255,.25);
}
.comments-area .comment-form input[type="submit"]{
	display: inline-block;
	width: 200px;
    font-weight: 400;
    color: #fff;
    background-color: #020202;
    border-color: #020202;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.comments-area .comment-form input[type="submit"]:hover{
	background-color: #182141;
    border-color: #182141;
    color: #fff;
}

.comment-list .comment .children{
	padding-right: 20px;
}
.comment-list .comment .comment-content{
	padding-top: 20px;
}
.comment-list .comment p{
	font-size: 20px;
}
.comment-list .comment{
	width: 100%;
	margin: 0 0 40px;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.comment-list .comment .comment-respond,
.comment-list .comment .comment-body{
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}

/**
 * SideBar
 */
.sidebar .widget{
	display: inline-block;
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 40px;
    padding: 0 25px;
}
.sidebar .widget p{
	font-size: 14px;
}
.sidebar .widget p:last-child{
	margin-bottom: 0;
}
.sidebar .widget .search-form{
	margin-bottom: 0;
}

.sidebar .widget .search-form label input{
	border-radius: 0;
	border-color: #eeeeee;
}
.sidebar .widget .search-form label input:focus,
.sidebar .widget .search-form label input:active{
	border-color: #020202;
}
.sidebar .widget .search-form .search-submit{
	border-radius: 0;
}

.nhc-sidebar-recent-post .widget-title,
.sidebar .widget .widget-title {
    font-size: 18px;
	line-height: 1.3;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 0;
}
.sidebar ul li {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar ul li a {
    color: #666;
    text-decoration: none;
}
.sidebar ul li a:hover{
	color: #020202;
}


/**
 * Single Post Section
 */
.post-item{
	position: relative;
	margin-bottom: 30px;
}
.post-item p{
	color: #747482;
	line-height: 2;
}
.post-item p strong,
.post-item p b{
	font-weight: 600;
}
.post-item .entry-title a{
	color: #182141;
	text-decoration: none;
}
.post-item .entry-title a:hover,
.post-item a{
	color: #020202;
	text-decoration: none;
}
.post-item a:hover{
	text-decoration: underline;
}
.post-item .posted-on .entry-date{
	margin-right: 10px;
}

.post-item .entry-footer .comments-link,
.post-item .posted-on .updated{
	display: none;
}

.archive-content .post-item{
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
}

.entry-content ol li,
.entry-content ul li,
.entry-content,
.entry-content p,
.nhc-post-desc .entry-content{
	font-size: 16px;
	line-height: 1.8;
	color: #101010;
}
.entry-content h2,
.entry-content h3{
	font-size: 30px;
	font-weight: normal;
}
.entry-content ol,
.entry-content ul{
	padding: 0;
	margin: 0 0 25px;
}
.entry-content ol li,
.entry-content ul li{
	display: block;
	margin-bottom: 12px;
}

/** 404 page **/
.content-404{
	min-height: 300px;
}
.error-404{
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 25px 0;
}
.error-404 .page-title{
	margin-bottom: 0;
	font-size: 50px;
}

.search-form{
	width: 100%;
	display: inline-block;
	position: relative;
	padding-right: 85px;
	max-width: 630px;
	margin-bottom: 20px;
}
.search-form label{
	width: 100%;
	margin: 0;
}
.search-form label input{
	border-radius: 4px 0 0 4px;
	padding: 15px 20px;
	width: 100%;
	margin: 0;
	height: 50px;
	border: 1px solid #020202;
	border-right-color: transparent;
}

.search-form label input:active,
.search-form label input:focus{
	border-color: #000000;
	box-shadow: none;
	outline: none;
}
.search-form .search-submit{
	height: 50px;
	width: 85px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 4px 4px 0;
	border: 1px solid #020202;
	background: #020202;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 5px;
	z-index: 10;
	-webkit-transition: 500ms ease all;
	   -moz-transition: 500ms ease all;
	    -ms-transition: 500ms ease all;
	     -o-transition: 500ms ease all;
			transition: 500ms ease all;
}
.search-form .search-submit:hover{
	background: #182141;
	color: #fff;
	border-color: #182141;
}

/** for search content **/
.search-item{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.search-item h2{
	margin-bottom: 5px;
}
.search-item h2 a{
	color: #000;
}
.search-item p{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.search-item > .entry-footer > span {
	margin-right: 15px;
}

.entry-footer .cat-links,
.entry-footer .comments-link,
.entry-footer .edit-link{
	margin-right: 15px;
}

.serch-content{
	padding: 50px 0 30px;
	position: relative;
}
.serch-content .page-title{
	font-size: 50px;
	line-height: 1;
	color: #182141;
}

/**
 * Archive Page
 */

.archive-content{
	padding-top: 30px;
}

.nhc-category-title{
	text-align: center;
	font-weight: 600;
}
.archiveClass .nhc-category-title{
	margin-bottom: 0;
}
.serch-content .page-title span{
	font-size: 80%;
	font-weight: 600;
	display: inline-block;
}

/**
 * FadeIn Section
 */
@-webkit-keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

.nhc-fade-in {
	opacity: 0;
	-webkit-animation:fadeIn ease-in 1;
	   -moz-animation:fadeIn ease-in 1;
	 		animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	   -moz-animation-fill-mode:forwards;
	   		animation-fill-mode:forwards;

	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
			animation-duration: 1s;
}

@-webkit-keyframes fadeOff {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-moz-keyframes fadeOff {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOff {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.nhc-fade-off {
	opacity: 1;
	-webkit-animation:fadeOff ease-in 1;
	   -moz-animation:fadeOff ease-in 1;
	 		animation:fadeOff ease-in 1;

	-webkit-animation-fill-mode:forwards;
	   -moz-animation-fill-mode:forwards;
	   		animation-fill-mode:forwards;

	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
			animation-duration: 1s;
}

.nhcSection{
	opacity: 0;
}



/**
 * Location Page
 */
p.small {
    font-size: 10px;
    opacity: 0.5;
    color: #4F4848;
    font-weight: 500;
    letter-spacing: 0.93px;
    line-height: 24px;
    width: auto;
    text-transform: uppercase;
}
.popover-content p.small {
    text-transform: unset;
    line-height: 14px;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 10px;
}
.popover-content p,
.popover-content span {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
}
.popover-content p.place {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.popover-content a.btn {
    padding: 3px 10px;
    border: 2px solid #FF7677;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 40px;
    color: #4F4848;
    width: auto;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gm-ui-hover-effect {
    top: 0px!important;
    right: 3px!important;
}


.page-bottom-content .visible-xs-block{
	display: none !important;
}

#bottom-content h3 {
    text-align: center;
    width: 700px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    margin: 0 auto;
    margin-bottom: 7rem;
}

#main-content {
    padding-bottom: 60px;
}

.container-stickynav #all .stickynav{
	display: none !important;
}

.right {
    text-align: right;
}
.green {
    color: #5EB7B3;
}
.underline {
    text-decoration: underline;
}
/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}