/* BRANDING
 * 
 * red #99ba57
 * blue #99ba57
 * 
*/
/*
.fusion-logo a img {
	max-height: 120px !important;
}
@media only screen and (max-width: 600px) {
.fusion-logo a img {
	max-width: 160px !important;
}
}
*/
/*
.white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6  {
	color: #ffffff !important;
}
.hero-button, .white-button {
	color:#99ba57 !important;
	background-color: #ffffff !important;
	border: 2px solid #ffffff !important;
}
.hero-button:hover, .white-button:hover {
	color:#fff;
	background-color: #99ba57 !important;
	background-image: none !important;
}
.hero-button span, .white-button span {
	color:#99ba57 !important;
}
.hero-button:hover span, .white-button:hover span {
	color:#fff !important;
	background-color: transparent;
}*/

.menu-button a span {
	background-color: #fff;
	color: #99ba57;
	border: 2px solid #ffffff !important;
}
.menu-button:hover a span {
	background-color: transparent;
	color: #ffffff;
}
header.fusion-is-sticky .menu-button a span {
	color: #99ba57;
}
header.fusion-is-sticky .menu-button:hover a span {
	color: #ffffff;
}



/* 4UP */
.four-up, .four-up_alt {
	margin-right: 0 !important;
	width: 25% !important;
}
.four-up .fusion-column-wrapper {
	padding: 125px 0px !important;
}
@media only screen and (max-width: 1000px) {
	.four-up .fusion-column-wrapper {
		padding: 175px 0px !important;
	}
}


.four-up_alt .fusion-column-wrapper {
	padding: 50px 0px 30px 0px !important;
}
@media only screen and (max-width: 1000px) {
	.four-up_alt .fusion-column-wrapper {
		padding: 50px 0px !important;
	}
}






/* Ministries Page (2up) */
.ministries {
	margin-right: 0 !important;
	width: 50% !important;
}
.ministries .fusion-column-wrapper {
	padding: 125px 0px !important;
}
@media only screen and (max-width: 1000px) {
	.ministries .fusion-column-wrapper {
		padding: 175px 0px !important;
	}
}

/* Ministries Page ALT (2up) */

.ministry-container {
  position: relative;
  width: 46.5%;
  height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 20px 1.5% !important;
	border: 0 !important;
	cursor: default !important;
}
@media only screen and (max-width: 500px) {
	.ministry-container {
		display: block;
  	width: 100%;
		margin: 0 !important;
	}
}

.min-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.ministry-container:hover .min-overlay {
  opacity: 1;
}

.min-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	width: 85%;
	margin: auto;
}
.min-text h4 {
	color: #ffffff !important;
}
	
.min-box {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.min-box-text {
  background-color: #a151e8;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
	font-weight: 900;
}

#outreach {
	display: block;
	margin: 20px auto !important;
}









/* SERMON */

#wpfc_sermon_sorting div form div select  {
	background-color: #99ba57;
}








/* PROCESS STEPS */
.process-steps h5 {
	font-size: 18px !important;
}

.process-steps h5 span{
	display: inline-block;
	height: 35px;
	width: 35px;
	border: 1px solid #1d8399;
	border-radius: 50%;
	color: #a08a58;
	text-align: center;
	padding-top: 7px;
	margin-right: 10px;
	padding-left:3px;
}






/* TEAM */
.team-image {
	margin-bottom: 17px;
}





/* Growth Track */
.growth-number {
	display: none;
	text-align: center;
	font-size: 5em;
	line-height: 1em;
	font-style: italic
}
.growth-title {
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #99ba57;
}




/* FOOTER */
footer h5 {
	color:#a08a58 !important;
	font-weight: 300 !important;
	margin-top: 25px;
}
footer .fa-stack-2x {
	color: #4a4a4a;
}
footer .fa-stack:hover .fa-stack-2x {
	color: #a08a58;
}





/* MINISTRIES CONTACT FORM */
#nf-form-3-cont form .nf-form-fields-required {
	color: #ffffff;
}
#nf-form-3-cont form label {
	color: #ffffff;
}





/* Blue Button */

.blue-button {
	color:#a08a58 !important;
	background-color: #ffffff !important;
	border: 2px solid #ffffff !important;
}
.blue-button:hover {
	color:#fff;
	background-color: #a08a58 !important;
	background-image: none !important;
}
.blue-button span {
	color:#a08a58 !important;
}
.blue-button:hover span {
	color:#fff !important;
	background-color: transparent;
}



@media only screen and (max-width: 600px) {
#footer-email {
	font-size: .7em;
}
}


