/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.checkbox-field.form-group .text {
  display: inline; }

form input[type="checkbox"],
form input[type="radio"] {
  margin-right: .7rem; }

.optin-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.optin-box {
  -webkit-flex: 0 0 41%;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%; }

#kajabi-form .kajabi-form__content {
  max-width: 400px !important; }

@media only screen and (max-width: 800px) {
  .optin-box {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-bottom: 40px; }

  .optin-box:last-of-type {
    margin-bottom: 0; } }
@media only screen and (max-width: 600px) {
  .optin-box {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
