/*---------------------------------
////Global Pages CSS
-----------------------------------*/

#oh-content-area {
    padding: 50px 0;
}

/*Home Page CSS*/
.home-post-snippets .post-item {
	position: relative;
}
.home-heading {
    margin-bottom: 40px;
}
.home-post-snippets .snippet-img img {
    border-radius: 10px;
}
.home-post-snippets h4 {
    background: rgba(0,0,0,0.6);
    border-radius: 5px;
    padding: 15px 20px;
    position: absolute;
    bottom: 16px;
    color: #fff;
    left: 20px;
    right: 20px;
    font-size: 28px;
}
.oh-category-section .oh-category img {
	border-radius: 50%;
	max-width: 300px;
}
.home-our-mission {
    background: rgba(54,133,40,0.1);
    padding: 60px 100px 50px;
    text-align: center;
    border-radius: 10px;
    margin: 60px 0 70px;
}
.home-our-editorial {
    margin: 50px 0 50px;
}
.home-our-editorial .wp-block-column {
    background: #EAF3E9;
    border-radius: 10px;
    padding: 30px 30px 20px;
}

/*Blog Page CSS*/
.oh-blog-posts .title {
    margin-bottom: 30px;
}
.post-pagination {
    text-align: center;
    margin-top: 50px;
	padding-bottom: 30px;
}
.post-pagination .nav-links a {
    padding: 0 10px;
}
.oh-post-meta {
    margin: 10px 0 15px;
    font-size: 16px;
}
.blog-posts .oh-post-meta {
	text-align: left;
}
.oh-post-meta span {
    margin-left: 8px;
}
.blog-posts h4 {
    margin-top: 10px;
}
.blog-posts h4 a {
    color: #000;
}
.blog-posts .read-more-link {
    display: block;
    margin-top: 10px;
}

/*Author Page CSS*/
.oh-user-profile .oh-wrapper {
    max-width: 780px;
}
.oh-editorial-guidelines {
    border-top: 1px solid #dadada;
    padding-top: 40px;
    margin-top: 50px;
}
.user-posts .read-more-link {
    display: block;
    margin-top: 10px;
}
.oh-user-profile .user-photo img {
    display: block;
    margin: 0 auto 40px;
    border-radius: 50%;
    border: 1px solid #dadada;
	max-width: 200px;
	max-height: 200px;
}
.oh-user-profile .user-title {
    text-align: center;
}
.oh-user-profile .user-profile-links ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 40px;
    margin: -5px 0 0 -60px;
}
.user-profile-links li {
    margin-bottom: 30px;
}
.oh-user-profile .profile-link.facebook:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/wp-content/uploads/2025/04/facebook-v2.png) no-repeat;
    background-size: contain;
}
.oh-user-profile .profile-link.instagram:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    background: url(/wp-content/uploads/2025/04/instagram-v2.png) no-repeat;
    background-size: contain;
}
.oh-user-profile .profile-link.linkedin:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/wp-content/uploads/2025/04/linkedin.png) no-repeat;
    background-size: contain;
    margin-top: -2px;
}
.oh-user-profile .profile-link.pinterest:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/wp-content/uploads/2025/05/pinterest.png) no-repeat;
    background-size: contain;
}
.oh-user-profile .profile-link.website:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/wp-content/uploads/2025/04/webpage.png) no-repeat;
    background-size: contain;
}
.oh-user-profile .user-bio {
    margin-top: 30px;
}
.oh-user-profile .posts-above-title {
    margin: 40px 0 25px;
	border-top: 1px solid #dadada;
	padding-top: 35px;
}
.user-posts .post-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px;
}
.user-posts .post-item:last-child {
		padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

/*Team Page CSS*/
.page-id-243 #oh-content-area .oh-wrapper {
    max-width: 780px;
    margin: 0 auto;
}
.page-id-243 .oh-et-top-para {
    margin-bottom: 50px;
}
.page-id-243 .wp-block-columns {
    margin-bottom: 60px;
}
.page-id-243 .wp-block-columns:last-child {
    margin-bottom: 0;
}
.page-id-243 .wp-block-columns img {
    border: 1px solid #dadada;
}

/*Inner Pages CSS*/


/*Media CSS*/
@media ( max-width: 767px ) {
	.home-post-snippets h4 {
		padding: 10px 15px;
		bottom: 10px;
		left: 10px;
		right: 10px;
		font-size: inherit;
	}
	.home-post-snippets {
		margin-bottom: 40px;
		display: grid;
		grid-row-gap: 20px;
	}
	.user-posts .post-item h4 {
		margin-top: 10px;
	}
	.page-id-243 .wp-block-columns .wp-block-image {
		margin: 0;
	}
	.page-id-243 .oh-et-top-para {
		margin-bottom: 30px;
	}
	.page-id-243 .wp-block-columns {
		margin-bottom: 30px;
	}
	.home-heading {
		margin-bottom: 30px;
	}
	.home-our-mission {
		padding: 40px 15px 30px;
		margin: 40px 0 50px;
	}
	.home-our-editorial .wp-block-column {
		padding: 30px 15px 20px;
	}
}

@media ( min-width: 768px ) {
	.user-posts .post-item {
		display: grid;
		grid-template-columns: 40% 55%;
		grid-column-gap: 5%;
	}
	.user-posts .post-item h4 {
		font-size: 1.6em
	}
	.home-post-snippets {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 50px;
		margin-bottom: 70px;
	}
}
