/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
h1.entry-title {
	font-weight: bold;
	text-align: center;
}

.content-area {
	float: none !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.signature_percent_container {
	background: #ddd;
	height: 10px;
	width: 100%;
}

.signature_percent {
	background: #aaa;
	height: 10px;
}

.signature_goal {
	text-align: right;
}

.brief_description {
	font-size: 90%;
}

.gfield {
	padding-right: 0 !important;
}

.ginput_container_name > span {
	display: block !important;
	margin-bottom: 15px;
	width: 100% !important;
}

.ginput_container_name > span label {
	display: none !important;
}

.gfield_label {
	display: none !important;
}

.gform_wrapper select,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
	width: 100% !important;
}

.gform_wrapper input[type="checkbox"] {
	margin-right: 5px;
}

.container > .row {
	margin-left: auto;
	margin-right: auto;
}

.view.container {
	border: 1px solid #dedede;
}

.view.container .row {
	margin-bottom: 0;
	padding: 1.25rem;
}

.view.container .header.row,
.view.container .footer.row {
	background-color: #f1f1f1;
}

.view.donate.container .header.row {
	background-color: #00A3DF;
	color: #fff;
}

.view.donate.container .gform_heading {
	display: none;
}

.view.container header {
	margin-bottom: 0;
}

.view.container .header.row h1 {
	margin: 0;
}

.view.container .footer .text {
	float: left;
}

.view.container .footer .social {
	float: right;
}

.view.container .footer .social li {
	float: left;
	margin: 0 15px 15px 0;
	width: 100%;
}

.view.container .footer .social li:last-child {
	margin-right: 0
}

.view.container .footer .social li a {
	color: #fff;
	float: left;
	font-size: 1.25rem;
	padding: 10px 40px;
	position: relative;
	width: 100%;
}

.view.container .footer .social li a:after {
	background-color: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 125ms ease-in-out;
	top: 0;
}

.view.container .footer .social li a:hover:after {
	opacity: .15;
}

.view.container .footer .social li.facebook a {
	background-color: #3b5998;
}
.view.container .footer .social li.twitter a {
	background-color: #00aced;
}
.view.container .footer .social li.whatsapp a {
	background-color: #1ebea5;
}
.view.container .footer .social li.email a {
	background-color: #00a3df;
}

.view.container .content .amount-group a {
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .05);
	color: #000;
	display: table-row;
	float: left;
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding: 15px 15px 15px 20px;
	transition: background-color 125ms linear, color 125ms linear, border 125ms linear;
	width: 100%;
}

.view.container .content .amount-group a:hover {
	background-color: #e2e2e2;
	color: #222;
}

.view.container .content .amount-group span {
	display: table-cell;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}

.view.container .content .amount-group span:last-child:before {
	border-left: 1px solid #ccc;
	bottom: 0;
	content: '';
	left: 2.5%;
	position: absolute;
	top: 0;
}

.view.container .content .amount-group span:first-child {
	font-size: 1.5rem;
	font-weight: bold;
	min-width: 60px;
	padding-left: 0;
}

.view.container header {
	overflow: hidden;
}

.view.container .title-wrapper {
	float: left;
}

.view.container .amount-wrapper {
	background-color: #F1F1F1;
	border: 1px solid #ccc;
	color: #000;
	font-size: 1.5rem;
	float: right;
}

.view.container .amount-wrapper span {
	padding: 0 10px;
}

.view.container .amount-wrapper input {
	border: 0 none;
	border-left: 1px solid #ccc;
	padding: 3px 0;
	text-align: center;
}

.view.container .total-donation-wrapper {
	background-color: #F1F1F1;
	border: 0 none;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	color: #000;
	font-size: 1.4rem;
	margin: 0 -1.25rem;
	padding: 15px;
}

.view.container .total-donation-wrapper span {
	color: #76c248;
}

@media (min-width: 768px) {
	.content-area .row .col-7 {
		float: left;
		margin-right: 5%;
		width: 65%;
	}

	.content-area .row .col-5 {
		float: left;
		width: 30%
	}

	.content-area .view .row .col-7 {
		float: left;
		margin-right: 5%;
		width: 60%;
	}

	.content-area .view .row .col-5 {
		float: left;
		width: 35%
	}

	.content-area .row .col-6:first-child {
		margin-right: 4%;
	}

	.content-area .row .col-6 {
		float: left;
		width: 48%;
	}

	.view.container .footer .social {
		margin-left: 1.25rem;
	}

	.view.container .footer .social li {
		width: auto;
	}
}
