.aside-form .recaptcha-btn {
    display: block;
    width: 100%;
    margin-top: 1rem !important;
    border-color: #ba5100;
    background-image: linear-gradient(to bottom, #f58604 0%, #e46100 100%);
    background-repeat: repeat-x;
    font-size: 1.5rem !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 1.1875rem !important;
    padding-bottom: 1.1875rem !important;
    cursor: pointer;
}
.aside-form .recaptcha-btn {
    margin-top: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.aside-form .recaptcha-btn:hover, 
.aside-form .recaptcha-btn:focus {
    background-color: #f58604;
    background-image: linear-gradient(to bottom, #f59a04 0%, #e47400 100%);
    background-repeat: repeat-x;
}
.post-1769 .fseo-link-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
