.meet-team-section .post-thumbnail {
	display: grid;
	justify-content: center;
}
.meet-team-section .post-thumbnail img{
	width: 100%;
    max-width: 63px;
	border-radius: 50%;
}
.meet-team-section  .entry-meta {
	display:none;
}
.meet-team-section .content-inner {
	text-align: center;
}
.meet-team-section .entry-title {
	text-align: center;
    font-size: 18px;
}
.meet-team-section .gva_team {
	border: 2px solid #E2DFEB;
    padding: 22px 0;
}
.meet-team-section .post-items .entry-title {
	margin-bottom: 0px;
}
.home-community-section .entry-thumb img {
	min-height: 237px;
}
.home-hinduism .heading-top .title {font-size: 44px;}
.home-hinduism { padding: 25px 0 !important;}
.home-hinduism .gsc-heading {margin-bottom: 0;}
.home-calendar-col .event-block-list {
	margin: 0;
}
.home-calendar-col .event-block-list {
	max-width: 100%;
	padding-bottom: 0;
    border-bottom: none;
}
.home-calender-box{
	background-color: #F4F5F9;
    padding-top: 55px !important;
    padding-bottom: 27px !important;
    margin-bottom: 81px;
	position: relative;
}
.home-calendar-col .owl-prev {
	border: 1px solid #E2DFEB !important;
    border-radius: 52px;
    background-color: #F4F5F9 !important;
    background-image: url(/wp-content/uploads/2025/05/Vector-1.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -53px !important;
	width: 40px!important;
    height: 40px!important;
}
.home-calendar-col .owl-next {
	border: 1px solid #E2DFEB !important;
    border-radius: 52px;
    background-color: #F4F5F9 !important;
    background-image: url(/wp-content/uploads/2025/05/Vector.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	right: -53px !important;
	width: 40px!important;
    height: 40px!important;
}
.home-calendar-col .owl-nav {
	position: absolute;
    width: 100%;
    display: flex;
    top: 105px;
}
.home-calendar-col .event-content .post-title a{
	color: #FF9900;
    font-weight: 600;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
	.hero-box {
		width: 100%!important;
	}
	.hero-box h1 {font-size: 36px!important;}
	.home-hinduism .vc_row {
		flex-direction: column-reverse;
	}
}

.calender-event-meta-home .event-time {
    display: flex;
	flex-flow: wrap;
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
   	column-gap: 20px;
	row-gap: 10px;
}
.calender-event-meta-home .event-time .date,
.calender-event-meta-home .event-time .time,
.calender-event-meta-home .event-time .location {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
	gap: 5px;
	margin-bottom: 0;
}
.calender-event-meta-home .event-time .date:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/04/calendar-data.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.calender-event-meta-home .event-time .time:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/04/time.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.calender-event-meta-home .event-time .location:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/04/calendar-location.svg);
    display: inline-block;
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}