.wd-widget-button-wrapper {}

.wd-button-style-solid {}
.wd-button-style-bordered {}

.wd-widget-button { display: flex; align-content: center; }


.wd-button-align-left .wd-widget-button { justify-content: flex-start; }
.wd-button-align-center .wd-widget-button { justify-content: center; }
.wd-button-align-right .wd-widget-button { justify-content: flex-end; }


.wd-widget-button a			{ display: inline-block; text-align: center; border-radius: 30px; padding: 8px 25px; border-width: 3px; border-style: solid; background-color: transparent; text-decoration: none; }
.wd-widget-button a:hover	{ text-decoration: none; }

.wd-button-style-solid .wd-widget-button a			{ }
.wd-button-style-solid .wd-widget-button a:hover	{ background-color: transparent; }

.wd-button-label	{ display: flex; justify-content: space-around; align-items: center; }
.wd-button-label i	{ margin-left: 10px; font-size: 30px; }
.wd-button-label svg	{ margin-left: 10px; font-size: 30px; }


.wd-button-size-small .wd-widget-button a { font-size: 0.7em; padding: 2px 8px }
.wd-button-size-medium .wd-widget-button a {   }
.wd-button-size-large .wd-widget-button a { font-size: 1.6em; font-weight: bold; }


/* has content */


.wd-button-has-content-true						{ border-radius: 200px; border-width: 3px; border-style: solid; background-color: transparent; text-decoration: none; display: flex; justify-content: space-between; align-items: stretch; }
.wd-button-has-content-true	.wd-widget-button	{ width: 25%; min-width: 310px; display: flex; }

.wd-button-has-content-true	.wd-widget-button a { display: flex; align-items: center; border-radius: 200px; margin: -3px 0 -3px -3px; }

.wd-button-has-content-true	.wd-widget-button-content	{ padding: 12px 25px; flex-grow: 1; }







/* RESPONSIVE STYLES 
---------------------------------------------------------------------------*/

@media screen and (max-width: 880px) {
	.wd-button-has-content-true								{ flex-wrap: wrap; border-radius: 30px;  }
	.wd-button-has-content-true .wd-widget-button			{ margin: 25px auto; justify-content: center; }
	.wd-button-has-content-true .wd-widget-button-content	{ width: 100%; padding: 25px; }
}

@media screen and (max-width: 400px) {
	.wd-button-has-content-true .wd-widget-button			{ min-width: 0; width: auto; }
}