/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*========================Home Page Start=========================  */
.pp-post.pp-grid-item .pp-post-excerpt{
	margin-bottom: 5px !important;
}
/* .pp-post.pp-grid-item .pp-button-text{
	    border-width: 0px 0px 0px 0px !important;
} */

/*========================Home Page End=========================  */

.search-filter-section .search-filter-item .elementor-shortcode{
	display: flex !important;
	justify-content: center !important;
}

.search-filter-section .search-filter-item  .search-filter-base{
	width: 28% !important;
	margin: 0 5px !important;
}

.search-filter-section .search-filter-item .submit-cls, .search-filter-section .search-filter-item .reset-cls{
	width: 15% !important;
}

.search-filter-field--control-type-submit{
	background: #000 !important;
}

.search-filter-input-text{
	border-radius: 0 !important;
}

.search-filter-input-text input::placeholder {
  font-size: 15px !important;
}


.search-filter-component-combobox__selection{
  font-size: 15px !important;
}

 .search-filter-component-combobox__actions-input{
  font-size: 15px !important;
}

.search-filter-component-combobox__actions input::placeholder{
	font-size: 14px !important;
}

.search-filter-section .search-filter-item .search-filter-component-combobox-base{
	border-radius: 0 !important;
}

.search-filter-input-button{
	border-radius: 0 !important;
	font-size: 15px !important;
	letter-spacing: 1.5px !important;
}

/* ==================== */

.search-filter-query{
	margin-top: 30px !important;
}

.search-filter-query-posts{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

.search-filter-query-posts .location-item-wraper {
	width: 32% !important;
	margin-bottom: 25px !important;
	background: #fff !important;
	border: 1px solid #efefef;
	padding: 0px 0px 20px 0px !important;
/*     box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.08) !important; */
}

.search-filter-query-posts .location-item-wraper .container-wrap-info{
	padding: 8px 14px 0px 14px !important;
}

.search-filter-query-posts .location-item-wraper h4{
	font-size: 18px !important;
	 
}

.search-filter-query-posts .location-item-wraper p{
	font-size: 14px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3; 
	-webkit-box-orient: vertical;
	 
}

.search-filter-query-posts .location-item-wraper .post-botton-cls{
	background: #0D8081 !important;
	padding: 6px 14px;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	transition: 0.5s !important;
}

.search-filter-query-posts .location-item-wraper .post-botton-cls:hover{
	background: #6DB841 !important;
}


/* ===================== pagination ======================== */

/* .search-filter-query .pagination{
	display: flex !important;
	justify-content: center !important;
	margin-top: 30px !important;
}

.search-filter-query .pagination a{
	padding: 10px 30px !important;
	background: #efefef;
} */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  text-decoration: none;
  background:#f5f7fa;
  color: #333;
  font-weight: 500;
  border: 1px solid #e2e6ea;
  transition: all 0.2s ease;
}

/* hover */
.pagination .page-numbers:hover {
  background: #0D8281;
  color: #fff;
  border-color: #0D8281;
}

/* current page */
.pagination .current {
  background: #0D8281;
  color: #fff;
  border-color: #0D8281;
}

/* prev next arrow */
.pagination .prev,
.pagination .next {
  font-size: 18px;
  font-weight: 600;
}

/* ===================== pagination ======================== */
/*======================Search Page Start==============================  */

.location-item-wraper .container-wrap-info h4{
	margin-bottom: 0px !important;
}
.location-item-wraper .container-wrap-info h4 a{
	text-decoration: none !important;
}
.location-item-wraper .container-wrap-info .post-botton-cls{
    text-decoration: none !important;
}

.location-item-wraper .container-wrap-info p{
        margin-bottom: 0.7em;
}
/*======================Search Page Start==============================  */

/*======================Single Blog Post =============================  */
.single_blog_post ul{
	margin-left: 18px !important;
}


/* ============ Blog Post ============ */
.pp-posts .ast-grid-common-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pp-posts .pp-post-terms {
    padding: 4px 10px 4px 0px !important;
}



.blog_sections .pp-posts .pp-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.blog_sections .pp-post-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.blog_sections .pp-post-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.blog_sections .pp-post-excerpt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.blog_sections .pp-posts-button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-top: auto;
}

.blog_sections .pp-posts .pp-post .pp-post-meta-wrap{
	width: 90% !important;
    margin: 0 auto !important;
}

.blog_sections .pp-posts .pp-post .pp-post-meta-wrap .pp-post-meta{
	margin-left: -5% !important;
}


/*======================Assisted Living Page=============================================  */


.tab_section .tab_box_section .e-n-tabs-heading {
    
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
	padding: 0px 20px;

}
.tab_section .tab_box_section .e-n-tab-title {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-bottom: 2px solid transparent !important;
    -webkit-tap-highlight-color: transparent;
    transition: none !important;
}

/* Keep text stable */
.tab_section .tab_box_section .e-n-tab-title-text {
    font-weight: 500 !important; /* same weight always */
    transform: none !important;
    transition: none !important;
    line-height: 1.2;
}

.tab_section .tab_box_section .e-n-tab-title[aria-selected="true"] {
    border-bottom-color: #0D8281 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tab_section .tab_box_section .pp-post-content-wrap{
    position: relative;
    padding-right: 30px;
}
.tab_section .tab_box_section .pp-posts-button-wrapper{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}


.tab_section .tab_box_section .pp-post {
    position: relative;
    overflow: hidden;
}


.tab_section .tab_box_section .pp-post::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    background: #0D8281;
    transition: height 0.35s ease-in-out;
}


.tab_section .tab_box_section .pp-post:hover::before {
    height: 100%;
}
/* ======================= resources ======================= */

.resources_section .resources_box_section .pp-info-box.elementor-grid-item {
    border-top: 2px solid #0D8281 !important;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.resources_section .resources_box_section .pp-info-box.elementor-grid-item:hover {
    transform: translateY(-3px);
/*     box-shadow: 0 20px 40px rgba(13, 130, 129, 0.18); */
	 box-shadow: 0 8px 24px rgba(26, 127, 114, 0.1);
}
.printable_section .elementor-icon-list-item{
        background: #f2f7f6;
    padding: 7px;
    border-radius: 11px;
   padding-left: 21px !important;
}
.printable_section .elementor-icon-list-icon{
    
    padding: 2px;
    background: #0D8281;
    border-radius: 150%;

}
/* ======================= Home Care ======================= */
.care_section .care_box_section .elementor-icon-list-icon{
    
    padding: 3px;
    background: #0D8281;
    border-radius: 150%;

}
}
/* ======================= Independent Page and Residential Care Homes Page ======================= */

/* .independent_section .independent_box_section .pp-info-box.elementor-grid-item {
    transition: all 0.4s ease !important;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.independent_section .independent_box_section .pp-info-box.elementor-grid-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(13, 130, 129, 0.18);
     box-shadow: 0 8px 24px rgba(26, 127, 114, 0.1);
} */
.independent_section .independent_box_section .pp-info-box.elementor-grid-item,
.samall_by_sections .pp-info-box-container .pp-info-box.elementor-grid-item {
    transition: all 0.4s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.independent_section .independent_box_section .pp-info-box.elementor-grid-item:hover,
.samall_by_sections .pp-info-box-container .pp-info-box.elementor-grid-item:hover{
    transform: translateY(-3px);

     box-shadow: 0 8px 24px rgba(26, 127, 114, 0.1);
	 transition: all 0.4s ease;
}
/* ======================= Hero Section ======================= */

.hero-section .hero-badge .elementor-heading-title{
	display: inline-flex !important;
	align-items: center !important;
}

.hero-section .hero-badge .live{
	width: 6px;
	height: 6px;
	background: #4fd4a0;
	border-radius: 50%;
	animation: blink 2s infinite;
	margin-right: 8px;
}

@keyframes blink{
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}

/* ============================== counter-section ================================ */

.counter-section .text-icon .elementor-counter-number{
	display: none !important;
}


/* ================================= browse-care-section =========================== */

.browse-care-section .pp-info-box-content{
	padding: 14px 18px 12px 18px !important;
}

.browse-care-section .pp-info-box{
	transition: 0.5s !important;
	transform: translateY(0px) !important;
}

.browse-care-section .pp-info-box:hover {
    box-shadow: 0 10px 32px rgba(26, 127, 114, 0.12) !important;
    transform: translateY(-3px) !important;
    border-color: #9dd4ce !important;
}


/* ======================= communities-section ===================== */

.communities-section .pp-post-wrap{
	position: relative !important;
}

.communities-section .pp-post-terms-wrap{
	position: absolute !important;
	top: 0 !important;
}

.communities-section .pp-post-terms-wrap .pp-post-term{
	background: #6DB93E !important;
	color: var(--white);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 4px;
	color: #fff;
}  

.communities-section   .pp-post-wrap .pp-post-excerpt{
	font-size: 14px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2; 
	-webkit-box-orient: vertical;
}

.communities-section .pp-post-wrap .pp-grid-item{
	transform: translateY(0px) !important;
	transition: 0.5s !important;
}

.communities-section .pp-post-wrap .pp-grid-item:hover{
	box-shadow: 0 8px 24px rgba(15, 31, 46, 0.1) !important;
	transform: translateY(-2px) !important;
	border-color: #9dd4ce !important;
}


/* ============= Reach families who are actively looking ==================*/
.reach_families_sections .pp-info-box-container .pp-info-box:nth-child(even) {
    border-top-color: #6DB940;
  
}
.reach_families_sections .pp-info-box-container .pp-info-box {
    border-left: 1px solid #dfdfdf !important;
    border-right: 1px solid #dfdfdf !important;
    border-bottom: 1px solid #dfdfdf !important;
       transition: 0.5s;
}


.reach_families_sections .pp-info-box-container .pp-info-box:hover{
  box-shadow: 0 8px 24px rgba(26, 127, 114, 0.1);
    transform: translateY(-2px);
    transition: 0.5s;
}


/* ================  blog-home-section  ===================== */

.blog-home-section .post  .pp-post-thumbnail-wrap img{
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
}






/*======================Search Page responsive  end==============================  */
@media screen and (max-width: 767px) {
	.search-filter-section .search-filter-item .elementor-shortcode {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
   }
	.search-filter-section .search-filter-item .search-filter-base {
		width: 100% !important;
		margin: 5px !important;
	}
	
	.search-filter-query-posts .location-item-wraper {
		width: 49% !important;

	}
}


@media screen and (max-width: 480px) {
	.search-filter-query-posts .location-item-wraper {
		width: 100% !important;
	}
}


/*===================================  */

