.site-nav{
	display: flex;
	align-items: center;
}
video{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	object-fit:cover;
}
.menu{
	padding-right: 20px;
	display: flex;
	align-items: center;
	list-style: none;
}
.menu li{
	position: relative;
}

.post-all-photos img{
	width:100%;
	object-fit:cover;
	height:100%;
}

.home-2 p{
	text-align:center;
}

.menu li:hover:after{
	position: absolute;
	bottom: -10px;
	left:25%;
	content: '';
	background-color: var(--orange);
	width: 50%;
	height: 5px;
	border-radius: 2.5px;
	transition-duration:.5s;
}
.sub-menu li:hover:after{
	display:none;
}
.menu li a{
	margin: 0 10px;
	color: var(--green);
	text-decoration: none;
	font-weight: 500;
}

.sub-menu{
	position:absolute;
}

.sub-menu li{
	left:-10px;
	list-style:none;
	position:relative;
	bottom:-10px;
	visibility:hidden;
	opacity:0;
	transition-duration:.7s;
	background-color:white;
	padding:10px;
}

.menu li:hover .sub-menu li{
	opacity:1;
	visibility:visible;
}

.post{
	border-radius:15px;
	border:5px solid var(--white);
	overflow:hidden;
	max-width:400px;
	width:28%;
	min-width:26%;
	background-color:var(--white);
	margin:20px 10px;
	height:fit-content;
	transition-duration:.4s;
	box-shadow: 0 0px 20px #04465720;
}
.post-thumb{
	height:180px;
	max-height:250px;
}

.post-thumb img{
	transition-duration:.3s;
	height:100%;
	width:100%;
	border-radius:12px;
	object-fit:cover;
	filter:brightness(.9);
}
.post:hover .post-thumb img{
	filter:brightness(1);
}

.pagename{
	white-space:nowrap;
}
.the-content{
	padding:var(--sides);
}


.post-all-details{
	display:flex;
	flex-direction:column;
	margin:20px 0;
	padding-left:20px;
}

.post-all-details h3{
	color:var(--green);
}

.post-all-photos{
	width:70%;
	height:auto;
}
.post-all-photos img{
	border-radius:10px;
}
.post-all-info-con{
	display:flex;
	justify-content:flex-start;
	margin-bottom:20px;
}
.service-item-con{
	padding:10px;
	margin-left: 5px;
}
.service-item{
	text-transform:capitalize;
	color: var(--grey);
}







.category-name h2{
	color:var(--orange);
	padding:5px 0;
}
.category-con ul{
	display:flex;
	justify-content:flex-start;
	position:relative;
}
.category-con li{
	margin-right: 15px;
}
.categories li{
	font-size:16px;
	margin-top:10px;
	position:relative;
}
.categories ul li, .categories a, .categories{
	list-style:none;
	text-decoration:none;
	color:var(--green);
	font-weight:600;
}
.category-con li, .category-con a:hover{
		color:var(--orange);
}
.post-con{
	padding:0 var(--sides) var(--sides);
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	width:100%;
}
.post{
	border-radius:15px;
	border:5px solid var(--white);
	overflow:hidden;
	max-width:400px;
	width:30%;
	min-width:28%;
	background-color:var(--white);
	margin:20px 10px;
	height:fit-content;
	transition-duration:.4s;
}
.post-thumb{
	height:180px;
	max-height:260px;
	width:100%;
}
.post:hover{
		transform: scale(1.1);
	box-shadow: 0 15px 20px #04465746;
}
.post-info{
	background-color:var(--white);
	padding:20px;
}
.post-info a{
	text-transform:capitalize;
	text-decoration:none;
	color:var(--green);
}

.post-info .title{
	color:var(--green);
}
.post:hover .post-info a{
	transition-duration:.3s;
}
.post-details-con{
	display:grid;
	grid-template-columns:1fr 1fr;
}



.wpcf7, .wpcf7 form {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background-color:var(--green);
	padding:10% 8%;
	color:var(--white);
	margin-bottom:-30px;
}

.wpcf7-form-control.wpcf7-submit{
	padding:10px 15px;
	font-weight:600;
	background-color:var(--orange);
	color:white;
}

.wpcf7-spinner{
	display:none;
}

.wpcf7-form p{
	font-weight:600;
	padding:5px;
	color:var(--white);
	margin:8px;
}

.wpcf7-form input, .wpcf7-form textarea{
	border:none;
	padding:5px;
	max-width:300px;
	max-height:200px;
	width:100%;
}
.sp-pcp-post img{
	min-height:250px;
	width:auto;
	object-fit:cover;
}
.sp-pcp-post img:hover{
	filter:brightness(.7);
}





@media screen and (max-width:768px) {
	.intro h1{
		display:block;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	.menu{
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 40vh;
		top:20%;
		padding: 0 var(--sides);
		align-items:flex-start;
	}
	.about-3{
		background-image: url(/wp-content/uploads/2022/04/Artboard-1.jpg);
	}
	.menu li:hover:after{
		display:none;
	}
	.menu li:hover .sub-menu li{
		bottom:0;
	}
	.sub-menu li{
		position:relative;
		visibility:visible;
		opacity:1;
		bottom:0;
		left:0px;

	}
	.menu li, .sub-menu li{
		margin-top:15px;
		font-size:20px;
	}
	.wp-block-columns, .home-4{
		margin-bottom:0;
		padding:0 0;
	}
	.home-4{
		padding:0 var(--sides);
		flex-direction:column;
	}
	#pcp_wrapper-135{
	margin-top:50px;
	}
	.post-con{
	padding:0 var(--sides) var(--sides);
	display:flex;
	justify-content:space-evenly;
	flex-wrap:wrap;
	width:100%;
}
.post{
	border-radius:15px;
	border:5px solid var(--white);
	overflow:hidden;
	max-width:400px;
	width:45%;
	min-width:42%;
	background-color:var(--white);
	margin:20px 10px;
	height:fit-content;
	transition-duration:.4s;
}
.post-thumb{
	height:180px;
	max-height:260px;
	width:100%;
}

}







@media screen and (max-width:480px){
	.intro h1{
		display:block;
		text-overflow: ellipsis;
		overflow:hidden;
	}
.post{
	border-radius:15px;
	border:5px solid var(--white);
	overflow:hidden;
	max-width:400px;
	width:50%;
	min-width:98%;
	background-color:var(--white);
	margin:20px 10px;
	height:fit-content;
	transition-duration:.4s;
}
.post-thumb{
	height:240px;
	max-height:260px;
	width:100%;
}
.post-all-details{
	padding-left:0px;
}
.post-all-photos{
	width:100%;
	height:auto;
}
.post-all-info-con{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	margin-bottom:10px;
}
	
.wpcf7, .wpcf7 form {
	padding:10% 0%;
}
.wpcf7-form p{
	font-weight:600;
	padding:px;
	color:var(--white);
	margin:8px;
}

.wpcf7-form input, .wpcf7-form textarea{
	border:none;
	padding:10px;
	max-width:300px;
	max-height:200px;
	width:100%;
}

	.sp-pcp-container{
		padding: 50px 0 0;
	}

}



.member img{
	width:100%;
	height:80%;
	object-fit:cover;
}

.sp-pcp-post{
	transition-duration:.5s;

}

.sp-pcp-post:hover{
	transform:scale(1.03);
}



.sp-pcp-post-thumb-area{
	max-height:50vh;
	width:100%;
	opacity:.9;
}

.sp-pcp-post-thumb-area img{
	max-height:50vh;
	width:100%;
	opacity:.9;
}

@media (max-width: 800px){
.sp-pcp-post{
	max-width:500px;
}


}





.categories{
	position:relative;
	margin-bottom:80px;
}

.categories .children{
	z-index:99;
	white-space:nowrap;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	position:absolute;
}

.categories .children a{
	font-size:22px;	
}

.categories .children a{
	color:orange;
}

.categories .children .children a{
	color:var(--green);
	font-size:15px;
}

.categories .children .children a:hover{
	color:var(--orange);
	font-size:15px;
}



.post-content ul{
	margin-left:20px;
	color:var(--grey);
}