/* Call To Action - Center */

.ff-call-to-action-center-wrap {
	clear: left;
}

.ff-call-to-action-center {
	float: left;
	width: 100%;
}

.ff-call-to-action-center i.ff-center {
	text-align: center;
	width: 100%;
}

.ff-call-to-action-center h1, .ff-call-to-action-center h2, .ff-call-to-action-center h3, .ff-call-to-action-center h4, .ff-call-to-action-center h5, .ff-call-to-action-center h6 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	width: 100%;
}

.ff-call-to-action-center p {
	text-align: center;
	float: left;
	width: 100%;
}

.ff-call-to-action-center .ff-call-to-action-center-button  {
	width: 100%;
	float: none;
	text-align: center;
}

.ff-call-to-action-center .ff-call-to-action-center-button a {
	margin-bottom: 0;
}

.ff-call-to-action-center a {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}

@media only screen and (max-width : 768px) {

	.ff-call-to-action-center h2 {
		float: left;
		width: 100%;
	}
	
	.ff-call-to-action-center p {
		float: left;
		width: 100%;
	}

	.ff-call-to-action-center .ff-call-to-action-center-button, .ff-call-to-action-center a {
		float: left;
		width: 100%;
	}
	
	.ff-call-to-action-center .ff-call-to-action-center-button {
		margin-left: 0;
	}
}