/* Hide the recaptcha badge that gets applied to all pages */
.grecaptcha-badge {
  display: none !important;
}

/* Set the default text size to be 16px */
.textwidget {
  font-size: 16px;
}

/* Workaround for "vertically stretched" rows - can be removed after next SiteOrigin Widgets Bundle release */
.sow-image-container > a { flex-direction: column !important; }