/* PREFOOTER */

.site-prefooter{
	padding: 75px 0;
	text-align: center;
	border-top: 1px solid #cccccc;
}

@media(max-width: 767px){
	.site-prefooter{
		padding: 20px 0;
	}
}

.site-prefooter .addtoany_content_bottom{
	display: none;
}

.site-prefooter .footer-logo{
	display: inline-block;
}

@media(max-width: 767px){
	.site-prefooter .footer-logo{
		display: none;
	}
}

.site-prefooter .footer-logo img{
	display: block;
	width: 100px;
	max-width: 100%;
	height: auto;
}

.site-prefooter .footer-form{
	margin: 30px auto;
}

.site-prefooter .footer-form .title{
	margin: 0 0 22px;
	font-size: 45px;
	line-height: 1;
}

.site-prefooter .footer-form p{
	color: #8b8b8f;
	/* font-size: 22px;
	line-height: 33px;
	font-weight: 400; */
}

.site-prefooter .gform_wrapper.gravity-theme .gform_footer,
.site-prefooter .gform_wrapper.gravity-theme .gform_page_footer{
	display: none;
}

.site-prefooter .social-icons .icon{
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: #ffffff;
	font-size: 33px;
	border-radius: 100%;
	background-color: #0d223f;
}

@media(max-width: 767px){
	.site-prefooter .social-icons .icon{
		margin: 10px;
	}
}

.site-prefooter .social-icons .icon .profile{
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 42px;
	width: 42px;
	height: auto;
}

/* END PREFOOTER */

/* FOOTER */

.site-footer{
	padding: 70px 0 40px;
	background-color: #0d223f;
	text-align: center;
}

.site-footer .addtoany_content_bottom{
	display: none;
}

.site-footer .footer-donate .footer-donate-title{
	margin: 0 0 22px;
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
}


.site-footer .footer-donate p{
	margin: 0;
	color: #1d64c5;
	font-size: 22px;
}

.site-footer .footer-donate .form{
	padding: 40px 0;
}

.site-footer .footer-donate .form .button{
	margin: 0 7px;
  padding: 0;
  width: calc((100% / 6) - 28px);
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #1d64c5;
  border-radius: 9px;
}

@media(max-width: 767px){
	.site-footer .footer-donate .form .button{
		margin: 0 7px 14px;
		width: calc((100% / 2) - 28px);
	}
}

.site-footer .footer-donate .form .button:hover{
	border-color: #ff2f1c;
	background-color: #ff2f1c;
}

.site-footer .tagline{
	display: inline-block;
	margin: 0 0 24px;
	padding: 12px 30px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
}

.site-footer .footer-menu{

}

.site-footer .footer-menu ul{
	margin: 0;
	padding: 0;
}

.site-footer .footer-menu ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1;
}

.site-footer .footer-menu ul li::after{
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
	color: #ffffff;
}

.site-footer .footer-menu ul li:last-child::after{
	display: none;
}

.site-footer .footer-menu ul li a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

/* END FOOTER */