/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
/*
@import url("../hello-elementor/style.css");
*/
.strong_dark strong,
a { color:#000;}

/*Background Pages*/
body.page-id-1672 { /* Blog Page*/
   background: linear-gradient(359deg, #FFF 16.9%, #F6F6F6 105.43%);
}

.back_arrow {
       	background-image:url('/wp-content/uploads/2025/07/next.png');
	    padding: 0px 0px 0px 16px;
    	background-position: center left;
        background-repeat: no-repeat;
}

.link-a a {
    text-decoration: underline;
    color: #000;
    display: inline !important;
}

.home-four-box { min-height:380px !important; /*max-height:339px;*/ overflow:hidden; /*padding-top:36px;*/ transition: padding 0.3s ease-in-out !important;  }
.home-4-buttons { display:none;  transition: all .3s ease-out;  }
.home-four-box:hover { padding-top:15px;  /*transition: all 0.3s ease;*/ }
.home-four-box:hover .home-4-buttons { display:flex; margin-top:-23px;}

.home-four-box2 { min-height:310px !important; /*max-height:339px;*/ overflow:hidden; /*padding-top:36px;*/ transition: padding 0.3s ease-in-out !important;  }
.home-four-box2:hover { padding-top:15px;  /*transition: all 0.3s ease;*/ }
.home-four-box2:hover .home-4-buttons { display:flex; margin-top:-23px;}




.carousel-box { min-height:298px; max-height:298px; overflow:hidden;  transition: all .3s ease-out; }
.carousel-buttons { display:none;  transition: all .3s ease-out;  }
.carousel-box:hover { padding-top:15px; transition: all .3s ease-out; }
.carousel-box:hover .carousel-buttons { display:block; margin-top:-23px; }

.min-height-96 { min-height: 113px; }
.make-height-90 .elementor-heading-title { min-height: 90px; }
.make-span-white .elementor-heading-title span { color:#fff;}
.make-span-darker .elementor-heading-title span { color:#333;}
.gradient-me .elementor-heading-title {
   background: linear-gradient(220.49deg, #75C043 38.25%, #305A87 81.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.background-gradient-spear {
	  background: radial-gradient(86.37% 67.48% at 44.97% 46.28%, rgba(35, 62, 134, 0.80) 0%, rgba(35, 62, 134, 0.00) 100%), #000;
	  box-shadow: 0px 4.762px 4.762px 0px rgba(0, 0, 0, 0.25);
}

.background-gradient-wide-spear {
	  background: radial-gradient(86.37% 67.48% at 44.97% 46.28%, rgba(35, 62, 134, 0.80) 0%, rgba(35, 62, 134, 0.00) 100%), #000;
}
.caroursel-slidehome .swiper-horizontal { position:relative; border:0px solid red !important; }
.caroursel-slidehome .swiper-horizontal::after{
	position:absolute;
	width:110px;
	height: 308px;
	display:block;
	position:absolute;
	right:0;
	z-index:999;
	border:0px solid red;
	content: ' ';
	background-image:url('/wp-content/uploads/2025/07/Frame-71.png');
	background-repeat:no-repeat;
	background-position:left;
	background-size:cover;
}
.innerpage-banner-bg {position:relative;}
.innerpage-banner-bg:before {
	content : ' ';
	width:100%;
	height:100%;
	position:absolute;
	background: linear-gradient(0deg, rgba(37, 56, 107, 0.60) 0%, rgba(37, 56, 107, 0.60) 100%);

}

.post-listing  a.elementor-post__read-more { 
	background-image:url('/wp-content/uploads/2025/07/Vector-6.png');
	background-repeat:no-repeat;
	padding-right: 27px;
	background-position:right;
}

/* Events Calendar Styles */

.tribe-events .tribe-events-calendar-list__event-title-link {
    color:  #333 !important;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: normal !important;
}

/* Filter Blog Form */
.filter_search_form { display:flex; column-gap: 20px; } 
.filter_search_form label {
	color: #75C043;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	align-content: center;
}
.filter_search_form .cat_name,
.filter_search_form .author_name {
    border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	width: 237px;
	height: 40px;
	padding: 10px 20px;
	justify-content: space-between;
	align-items: center;
	color: #BABABA;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}



/* Blog Grid Listing */
.blog_grid_listing {
      display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); /* Responsive */
	  gap: 33px; /* Spacing between items */
	  padding: 10px;
	  margin-bottom:37px;
}
.blog_grid_listing  .blog_item { 
	border-radius: 18px;
	border: 1px solid #FFF;
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	overflow:hidden;
	padding-bottom: 20px;
}

.blog_grid_listing  .blog_item .elementor-post__thumbnail { 
	width: 100%; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	height:195px;

}
.blog_grid_listing  .blog_item .elementor-post__thumbnail img {opacity:0; width: 100%;}
.blog_grid_listing  .blog_item  .title,
.blog_grid_listing  .blog_item  .except,
.blog_grid_listing  .blog_item .continue { padding-left: 25px; padding-right:25px; margin-left:0px; margin-right:0px;}

.blog_grid_listing  .blog_item  .title h3  {
    color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 25px */
	margin-bottom: 10px;
    margin-top: 22px;
}
.blog_grid_listing  .blog_item  .title h3  a {  color: #333; } 

.blog_grid_listing  .blog_item  .except {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
	margin-bottom:10px;
} 

.blog_grid_listing  .blog_item .continue a {
	color: #75C043;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
	background-image:url('/wp-content/uploads/2025/07/Vector-7.png');
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px; 

}

.loadmore-section .lmore {
	background-color: #75C043;
    font-size: 16px;
	font-family: "Montserrat", Sans-serif !important;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 16px 16px 16px;
	text-align: center;
	width: 200px;
    display: block;
    margin: 50px auto 0;
}


/*Related Resource Listing */
.related_resources_listing {
      display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); /* Responsive */
	  gap: 33px; /* Spacing between items */
	  margin-bottom:37px;
}
.related_resources_listing  .blog_item { 

	border: 1px solid #FFF;
	background: #FFF;
	overflow:hidden;
	padding-bottom: 20px;
}

.related_resources_listing  .blog_item .elementor-post__thumbnail { 
	width: 100%; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	border-radius: 20px;
	overflow:hidden;
	height:245px;

}
.related_resources_listing  .blog_item .elementor-post__thumbnail img {opacity:0; width: 100%;}
.related_resources_listing  .blog_item  .title { margin-left:0px; margin-right:0px; }
.related_resources_listing  .blog_item  .title h3  {
    color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 25px */
	margin-bottom: 10px;
    margin-top: 22px;
}
.related_resources_listing  .blog_item  .title h3  a {  color: #333; } 

.related_resources_listing  .blog_item  .except {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom:10px;
} 

.related_resources_listing  .blog_item .continue a {
	color: #75C043;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
	background-image:url('/wp-content/uploads/2025/07/Vector-7.png');
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px; 

}


/* Podcasts grid listing */
.podcast_grid_listing {
      display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); /* Responsive */
	  gap: 33px; /* Spacing between items */
	  padding: 10px;
	  margin-bottom:37px;
}
.podcast_grid_listing  .podcast_item { 
	border-radius: 18px;
	border: 1px solid #FFF;
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	overflow:hidden;
	padding-bottom: 20px;
}

.podcast_grid_listing  .podcast_item .elementor-post__thumbnail { 
	width: 100%; 
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	height:203px;

}
.podcast_grid_listing  .podcast_item .elementor-post__thumbnail img {opacity:0; width: 100%;}
.podcast_grid_listing  .podcast_item  .title { margin-left:0px; }
.podcast_grid_listing  .podcast_item  .title,
.podcast_grid_listing  .podcast_item  .except,
.podcast_grid_listing  .podcast_item .continue { 
	padding-left: 25px; 
	padding-right:25px; 
	display:flex; 
	justify-content:space-between;
}
.podcast_grid_listing  .podcast_item .continue span {font-weight: 500;}
.podcast_grid_listing  .podcast_item .continue span img {
	margin-right: 3px;
    margin-bottom: -2px;
}
.podcast_grid_listing  .podcast_item  .title h3  {
    color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 25px */
	margin-bottom: 10px;
    margin-top: 22px;
}
.podcast_grid_listing  .podcast_item  .title h3  a {  color: #333; } 

.podcast_grid_listing  .podcast_item  .except {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 20px */
	margin-bottom:10px;
} 

.podcast_grid_listing  .podcast_item .continue a {
	color: #75C043;
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 20px */
	background-image:url('/wp-content/uploads/2025/07/Vector-7.png');
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px; 

}

.p_loadmore-section .p_loadmore {
	background-color: #75C043;
    font-size: 16px;
	font-family: "Montserrat", Sans-serif !important;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 16px 16px 16px;
	text-align: center;
	width: 200px;
    display: block;
    margin: 50px auto 0;
}





@media only screen and (max-width: 1024px) {
	.caroursel-slidehome .swiper-horizontal::after{ 
	   	background-image: unset;
		display:none;
	}
}

@media only screen and (max-width: 743px) {
   .related_resources_listing,
   .blog_grid_listing {
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
   }

}

@media only screen and (max-width: 460px) {
	.filter_search_form {
		display: grid;
    	row-gap: 15px;
	}
}

