.productbody{
	color:white;
}

.bannerhead{
	color:white;
}

.productheader{
	color:#3a9450;
}

#bannerlink a {
  color: #2fe076;
}

#site-title {
	text-align: center;
	margin-left: 0;
	padding-left: 2%;
	padding-right: 2%
}

#branding hgroup {
	margin-left:0;
	margin-right:0;
}

#site-description {
	color:#2b4e72;
	float:left;
	font-size:30px;
	margin:0;
	width:100%;
	text-align:center;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
.wf-active #site-description {
	font-size:30px
}
@media screen and (max-width: 767px) {
	#site-description {
		margin-top:0;
	}
	hgroup {
		height:100px;
	}
	#access li a {
		line-height:1.7
	}
	#access ul ul {
		top:1.5em
	}
}
@media screen and (max-width: 600px) {
	.wf-active #site-description {
		font-size: 24px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 2%;
		padding-right: 2%;
		box-sizing:  border-box;
	}
}
@media screen and (max-width: 480px) {
	.wf-active #site-description {
		font-size: 18px;
	}
	.wf-active #site-title a {
		font-size: 60px;
	}
	hgroup {
		height: 110px;
	}
}
@media screen and (max-width: 375px) {
	.wf-active #site-title a {
		font-size:45px;
		text-align:center;
	}
	.wf-active #site-description {
		font-size:16px;
		text-align:center;
	}
}
@media screen and (max-width: 360px) {
	.wf-active #site-description {
		font-size: 14px;
	}
	hgroup {
		height: 100px
	}
}

.users_guide_bullets ul {
  padding-left: 1.5em;
  font-size: 1.0em;
}

.users_guide_bullets ul li {
  margin-bottom: 0.5em;
	line-height: 1.2;
}

.users_guide_bullets ul li::before {                      
  color: green;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

.vertical-center-me .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical alignment */
  height: 100%;
}

/* Main Menu Sign Up Button */
.custom-wp-btn {
    display: inline-block;
    height: 25px;
    line-height: 25px; /* Vertically centers the text */
    padding: 0 15px; /* Adjust left/right width to fit your text */
    background-color: #0073e6; /* Blue Color */
    color: #ffffff; /* White Text */
    text-align: center;
    text-decoration: none;
    border-radius: 4px; /* Optional: rounds the corners slightly */
    font-size: 14px;
    font-family: sans-serif;
    transition: background-color 0.3s ease; /* Smooth hover transition */
}

.custom-wp-btn:hover {
    background-color: #28a745; /* Green Color on hover */
    color: #ffffff;
}