h3, h4, h5 {
	line-height: 1.5em;
}

ul.wp-block-list {
	padding-left: 0;
}

ul.wp-block-list li {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	background-image: url('https://empowerventurepartners.com/wp-content/uploads/2025/03/green-right-arrow.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0 9px;
}

:where(.wp-site-blocks) > * {
	margin: 0;
}

.wp-site-blocks, .wp-block-site-title {
	padding: 0;
}

.wp-block-site-title {
	max-width: 120px;
}

.wp-block-site-title a:hover {
	text-decoration: none !important;
	color: #6dbe45;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
	text-decoration: none !important;
	border-bottom: 2px solid #6dbe45;
	margin-bottom: -2px;
}

.wp-block-button a:hover {
	background-color: #222 !important;
}

.pushbutton-wide {
	background: #6dbe45;
	color: #fff;
	border: none;
	padding: 16px 26px;
	border-radius: 250px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 14px;
  letter-spacing: 1.5px;
	text-transform: uppercase;
}

.pushbutton-wide:hover {
	background: #524588;
	color: #fff;
}

.hero.wp-block-cover .wp-block-cover__image-background {
	background-position: 50% 100% !important;
}

#jp-post-flair {
	display: none !important;
}

.round-corners img {
	border-radius: 10px;
}

/*** REAL SLIDER PLUGIN ***/

.sp-testimonial-content img {
	margin: 10px auto 0 0;
	max-width: 175px;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

.sp-testimonial-content p {
  font-size: 16px !important;
	line-height: 1.7em !important;
	color: #28293f !important;
}

/*** SLIDER ***/
#text-slider {
	height: 330px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
	width: 960px;
}

#text-slider li {
	float: left;
	position: relative;
	width: 960px;
	display: inline-block;
	height: auto;
}

#text-slider ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 10000px;
	transition: left .3s linear;
	-moz-transition: left .3s linear;
	-o-transition: left .3s linear;
	-webkit-transition: left .3s linear;
	margin-left: -50px;
}

.text-slider-container {
	margin: 0 auto;
	padding: 0;
	width: 910px;
	min-height: 180px;
	height: auto;
	text-align: center;
}

.text-slider-container h5,
.mobile h5 {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.text-slider-container p,
.mobile p {
	font-size: 16px !important;
	color: #28293f;
	line-height: 1.75em;
	margin: 0 auto;
	margin: 10px 25px;
	text-align: center;
	font-style: italic;
}

.text-slider-container h5,
.mobile h5 {
	text-align: center;
	font-size: 12px;
	line-height: 1.75em;
	color: #28293f;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
}

.text-slider-container p,
.mobile p {
	font-size: 15px;
	color: #28293f;
	margin: 0 auto;
	margin: 10px 25px;
	text-align: center;
}

.text-slider-container img,
.mobile img {
	margin: 15px auto;
	height: auto;
	width: 100px;
	text-align: center;
}

@-webkit-keyframes slide-animation {
	0% {
		opacity: 0;
	}
	
	2% {
		opacity: 1;
	}
	
	10% {
		left: 0;
		opacity: 1;
	}
	
	20% {
		left: -960px;
		opacity: 1;
	}
	
	30% {
		left: -960px;
		opacity: 1;
	}
	
	40% {
		left: -1920px;
		opacity: 1;
	}
	
	50% {
		left: -1920px;
		opacity: 1;
	}
	
	60% {
		left: -2880px;
		opacity: 1;
	}
	
	70% {
		left: -2880px;
		opacity: 1;
	}
	
	80% {
		left: -3840px;
		opacity: 1;
	}
	
	90% {
		left: -3840px;
		opacity: 1;
	}
	
	98% {
		left: -3840px;
		opacity: 0;
	}
	
	100% {
		left: 0;
		opacity: 0;
	}
}

#text-slider ul {
	animation: slide-animation 30s infinite;
	-webkit-animation: slide-animation 30s infinite;
}

/* use to pause the content on mouse over */
#text-slider ul:hover {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.mobile {
	display: none;
}

@media only screen and (max-width: 1024px) {
	
	.wp-block-navigation__responsive-container-open svg {
  height: 34px;
  width: 34px;
}
	
	#text-slider {
		display: none;
	}
	
	.mobile {
		display: inline-block;
		text-align: center;
	}
	
	.mobile h5 {
		margin-bottom: 20px;
	}
	
	.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-justify: flex-start;
}
	
	.wp-block-navigation-item__content {
		font-size: 16px;
	}
}
	
@media only screen and (max-width: 600px) {
	
	h1.wp-block-site-title {
  	font-size: 16px !important;
		max-width: 80px;
	}
		
	h2 {
  	font-size: 26px !important;
	}
	
	.wp-block-cover h2 {
  	font-size: 36px !important;
	}
	
	h3 {
  	font-size: 26px !important;
	}
	
	h4 {
  	font-size: 20px !important;
	}
		
	p, h6, ul li {
  	font-size: 16px !important;
		line-height: 1.6em !important;
	}
	
	.wp-block-button {
		width: 100%;
	}
	
	.wp-block-button a {
		font-size: 14px;
		line-height: 1.5em;
	}
		
	.wp-block-image {
  	min-width: 100% !important;
		margin: 30px 0 !important;
	}
		
	.wp-block-image img {
  	min-width: 100% !important;
	}
	
	.wp-block-navigation-item__content {
		font-size: 24px;
		text-align: center;
	}
	
	.wp-block-cover {
		min-height: 40vh !important;
	}
		
}