/* =========================================================================
   AA Button Widget Frontend Styles
   ========================================================================= */

.aa-button-wrapper {
	display: block;
}

.aa-button-align-left .aa-button-wrapper {
	text-align: left;
}

.aa-button-align-center .aa-button-wrapper {
	text-align: center;
}

.aa-button-align-right .aa-button-wrapper {
	text-align: right;
}

.aa-button-align-justify .aa-button {
	display: block;
	width: 100%;
	text-align: center;
}

.aa-button {
	display: inline-block;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
	cursor: pointer;
}

.aa-button:hover,
.aa-button:focus {
	text-decoration: none;
}

.aa-button-text {
	display: inline-block;
}
