@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css);

.wcms-link-content.wcms-link-hasicon {
	padding-left: 20px;
	display: inline-block;
	min-height: 16px;
	position: relative;
}
.wcms-link-content.wcms-link-hasicon:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0a9";
	position: absolute;
	top: 0;
	left: 0.15em;
}
.wcms-link-wrapper-align-center {
	text-align: center;
}
.wcms-link-wrapper-align-left {
	text-align: left;
}
.wcms-link-wrapper-align-right {
	text-align: right;
}




.wcms-custom-button-wrapper {
	padding: 0.5em 0.8em;
}

	.wcms-custom-button {
		background-color: rgba(0, 0, 0, 0.3);
		color: #fff;
		display:inline-block;
		font-size:1.1em;
		text-decoration:none;
		text-align: center;
		font-weight: bold;

		transition: background-color 0.2s;
	}

	.wcms-custom-button:hover {
		background-color: rgba(0, 0, 0, 0.4);
	}

.wcms-custom-button-wrapper-align-center {
	text-align: center;
}

.wcms-custom-button-wrapper-align-left {
	text-align: left;
}
	
.wcms-custom-button-wrapper-align-right {
	text-align: right;
}
	
