/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2025 | 03:36:54 */
/* MAIN HTML TAG */
html {
	overflow: hidden auto;
}

a{
	color:#0c9943
}
em {
	display: inline !important;
}
p {
	text-align: justify !important;
}
p > a, div > a {
	color: rgb(12, 153, 67) !important;
	text-decoration: none !important;
}
p > a:hover, div > a:hover {
	color: rgb(32, 188, 89) !important;
	text-decoration: none !important;
}
dl, ol, ul {
	margin-top: 0px;
	margin-bottom: 0px !important;
}
/* SCROLL BAR */
.ob-nav-scroll::-webkit-scrollbar {
	display: none;
}
::-webkit-scrollbar {
	width: 3px;
}
::-webkit-scrollbar-track {
	box-shadow: grey 0px 0px 5px inset;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: rgb(32, 188, 89);
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background: rgb(32, 188, 89);
}
/* SHOW/HIDE */
.display_none{
	display:none;
}
@media (width <= 786px) {
	.hide_mobile {
		display: none !important;
	}
}
@media (width > 786px) {
	.hide_desktop {
		display: none !important;
	}
}
.wp-block-list {
	text-align: justify !important;
}
.eb-testimonial-wrapper {
	padding: 0px !important;
}
.eb-testimonial-container {
	padding-bottom: 10px;
}
.eb-testimonial-description {
	padding-right: 0px !important;
}
.icon-container svg {
	fill: white;
}
.wp-element-caption {
	margin-bottom: 0px !important;
}
.ebpg-carousel-post-holder, .ebpg-grid-post-holder {
}
.eb-post-grid-wrapper {
	& .ebpg-post-grid-column {
		padding: 0px !important;
		margin: 0px !important;
	}
}

.ebpg-entry-wrapper {
	padding: 0px !important;
}
.ebpg-grid-post-excerpt, .ebpg-carousel-post-excerpt {
	padding: 0px 1em !important;
	& p {
		margin: 0px !important;
	}
}
.ebpg-entry-title {
	padding: 0.5em 1em !important;
	margin: 0px !important;
	text-align: justify !important;
}
.ebpg-readmore-btn {
	padding: 0.5em 1em;
	text-align: right !important;
	margin: 0px !important;
	font-size: 0.9rem !important;
	font-weight: bold !important;
}

.wp-block-image.aligncenter{
	width:100%;
}

.wp-block-file__button{
	color:white!important;
}


