/*
Theme Name: Challenges 4 Humanity
Theme URI: https://challenges4humanity.com/
Author: Challenges 4 Humanity
Author URI: https://challenges4humanity.com/
Description: Challenges 4 Humanity
Version: 1.0
*/

.prev.page-numbers, .next.page-numbers {
	color: #70BF4D;
	font-weight: bold;
}
.page-numbers.current {
	display: inline-block !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	background-color: #6ec04b !important;
	color: #fff;
	border-radius: 100% !important;
	margin: 0 3px !important;
	width: auto !important;
	line-height: 34px !important;
	border: 0px !important;
	min-width: 34px;
}
.pagination a.page-numbers {
	color: #000;
	font-weight: bold;
	margin: 0px 5px;
}

.form-list .fluentform {
	width: 100%;
}
.contact .form-list .fluentform .text-field {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #333 !important;
	padding: 10px 20px !important;
	height: 48px !important;
	font-family: "Montserrat", sans-serif !important;
	box-shadow: none !important;
  	outline: none !important;
  	line-height: 1.2 !important;
  	border-radius: 24px !important;
}
.contact .form-list .fluentform .primary_btn {
	background: #303030 !important;
	color: #fff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	padding: 16px 60px !important;
	border-radius: 25px !important;
	line-height: 1 !important;
	border: 0 !important;
}
.contact .form-list .fluentform .primary_btn:hover {
	background: #004329 !important;
	color: #fff !important;
}
.footer_top .newsletter .nform .ff-btn {
	font-size: 20px !important;
	font-weight: 400 !important;
	padding: 0 !important;
	width: 52px !important;
	height: 52px !important;
	line-height: 46px !important;
	border: 3px solid #fff !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	background: #004329 !important;
	border-radius: 30px;
}
.footer_top .newsletter .nform .ff-btn:hover {
	background: #70bf4d !important;
}
.footer_top .newsletter .fluentform .ff-el-group {
	margin-bottom: 0px;
}
.pagination {
	margin-bottom: 20px;
}