/* Call To Action */

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

.ff-call-to-action {
	/* padding: 20px 30px; */
	float: left;
	width: 100%;
}

.ff-call-to-action h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.ff-call-to-action p {
	margin-bottom: 0;
}

.ff-call-to-action .ff-call-to-action-button  {
	width:auto;
	float:right;
	margin-left: 20px;
}

.ff-call-to-action a {
	float: right;
	margin-bottom: 0;
}

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

	.ff-call-to-action h1, .ff-call-to-action h2, .ff-call-to-action h3, .ff-call-to-action h4, .ff-call-to-action h5, .ff-call-to-action h6 {
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.ff-call-to-action p {
		float: left;
		width: 100%;
		text-align: center;
	}

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

	.ff-call-to-action i.ff-call-to-action-icon {
		text-align: center;
		width: 100%;
	}
	
	.pull-left {
		float: none;
	}
	.fa.pull-left {
		margin-right: 0;
	}
	
}