.textwidget p:first-child {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

button {
    background: #582C83;
    color: #fff;
    font-family: Sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    width: 275px;
    line-height: 8px;
    margin: 0px 0px;
    text-align: left;
    border: 0;
}

button:hover {
    background: #B4B5DF;
}

.sow-image-container, div#theme-attribution {
    display: none;
}
.btn-donate-header {
    font-size: 20px;
    color: #fff;
    background: #ff0000;
    padding: 7px 10px;
    border-radius: 30px;
    font-style: normal;
}