.et-db #et-boc .et-fb-modules-list li.el_md_testimonial_extended_form::before,
.et-db #et-boc .et-l .et-fb-modules-list li.el_md_testimonial_extended_form::before,
.et-db #et-boc .et_fb_saved_layouts_list li.el_md_testimonial_extended_form::before {
    font-family: dashicons;
    content: "\f119";
}

/* Testimonial Extended Form */
.et_pb_testimonial_extended_form {
    position: relative;
}

.el-divi-testimonial-extended-form {
    overflow: hidden;
}
.el-divi-testimonial-extended-form .el-module-form-field-container {
    margin-bottom: 3%;
    padding: 0;
}
.el-divi-testimonial-extended-form .el-module-form-field-container {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}
.el-divi-testimonial-extended-form .el-module-form-field-container:nth-child(2n+2) {
    margin-right: 0;
}
.el-divi-testimonial-extended-form .el-module-form-field-container.full-width-field {
    width: 100%;
    clear: both;
    margin-right: 0;
}
.el-divi-testimonial-extended-form p input,
.el-divi-testimonial-extended-form p textarea {
    width: 100%;
    padding: 16px;
    border-width: 1px;
    border-color: #eee;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
}
.el-divi-testimonial-extended-form p input[type='file'] {
    border: transparent;
}
.el-divi-testimonial-extended-form p input:focus,
.el-divi-testimonial-extended-form p textarea:focus {
    border-color: #2D3940;
    color: #3e3e3e;
}
.el-divi-testimonial-extended-form p select {
    width: 100%;
    padding: 16px;
    border-width: 1px;
    border-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}
.el-divi-testimonial-extended-form p textarea {
    min-height: 150px;
    resize: vertical;
}
.el-divi-testimonial-extended-form p input.module-radio-field {
    background: transparent;
    width: auto;
    padding: 0;
    cursor: pointer;
    appearance: radio;
    -webkit-appearance: radio;
}
.el-divi-testimonial-extended-form p input.module-file-field {
    background: transparent;
    width: auto;
    padding: 0;
}
.el-divi-testimonial-extended-form .et_pb_button:hover {
    background-color: #f2f2f2;
}
.el-divi-testimonial-extended-form label {
    margin-right: 15px;
}
.module-form-field.module-input-field.field-error,
.module-form-field.module-form-captcha.field-error {
    border-color: #f00;
}
.el-module-form-field-container > label.field-error {
    color: #f00;
}
.el-divi-testimonial-extended-form .el-module-notification {
    width: 100%;
    clear: both;
    text-align: center;
}
.el-divi-testimonial-extended-form .el-module-notification .success-message {
    color: #008000;
}
.el-divi-testimonial-extended-form .el-module-notification .error-message {
    color: #f00;
}
.el-divi-testimonial-extended-form .el-md-button-container {
    text-align: right;
}
.el-divi-testimonial-extended-form .el-testimonial-submit-button{
    cursor: pointer;
    margin-left: 18px;
}
.el-divi-testimonial-extended-form .module-form-captcha {
    max-width: 50px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media screen and (max-width:767px) {
    .el-divi-testimonial-extended-form .el-module-form-field-container {
        width: 100%;
        margin-right: 0;
    }
}
