@media screen and (min-width: 783px) {
    
.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-title {
  font-family: "PT Serif",serif;
  font-weight: 400;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content p:not([class*="forminator-"]):last-child {
  font-family: "PT Serif",serif;
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-form-fields {
  display: block;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-field .hustle-input {
  height: auto;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-field .hustle-input + .hustle-input-label {
  font-family: "PT Serif",serif;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-form-fields .hustle-button {
  width: 100%;
  margin-top: 1rem;
  background: #d92121;
  color: #ffefef;
  border: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.single .hustle-ui button.hustle-button-submit .hustle-button-text {
  font-family: "Josefin Sans",sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-form-fields .hustle-button:hover {
  background: red;
}



.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-popup-content .hustle-optin {
  background: #fff;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-content {
  padding: 0 0 0 0;
  border: 0;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-body {
  border: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  
}
.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-form {
  border: 0;
  padding-bottom: 0;
  padding-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-nsa-link a {
  font-family: "Josefin Sans",sans-serif;
  font-size: 12px;
  color: #776868;
  text-transform: uppercase;
  font-weight: bold;
}

.single .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-footer {
  padding-bottom: 30px;
  margin-top: 0;
}

.single .hustle-ui.module_id_3 button.hustle-button-close {
  color: gray;
}
    
}