.in-progress {
    text-align: center;
    padding: 50px 15px;
    font-size: 36px;
}

.sub-page {
    padding-bottom: 40px;
}

.form-wrap {
    overflow: auto;
}

.form-wrap form {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    overflow: auto;
}

.form-wrap form > div {
    position: relative;
    padding-bottom: 30px;
}

.form-wrap form label {
    display: block;
    width: 100%;
    font-size: 18px;
    color: rgb(87, 88, 91);
    text-transform: uppercase;
    line-height: 1;
    height: 40px;
    padding-top: 15px;
}

.form-left {
    float: left;
    width: calc(50% - 25px);
}

.form-space {
    float: left;
    width: 50px;
}

.sub-page input,
.sub-page textarea {
    border: 1px solid #E2E5FB;
    background-color: #E2E5FB;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    color: #393D50;
    max-width: 100%;
    font-size: 18px;
}

.sub-page textarea {
    height: 200px;
}

.sub-page .form-left input {
    width: 100%;
}

.form-wrap form > div.clear-float {
    clear: both;
    height: 5px;
    width: 100%;
    padding-bottom: 0;
}

.submit-form {
    padding-top: 10px;
    text-align: right;
}

.help-block {
    position: absolute;
    bottom: -5px;
}

#reviewRating {
    display: none;
}

.rating-dropdown {
    min-height: 128px;
}

.sub-page .media-upload-button {
    padding: 6px 10px;
    line-height: 1;
}

/* -----> Ratings plugin override */
.br-theme-css-stars .br-widget {
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}

.br-theme-css-stars .br-widget a {
    height: auto;
    width: auto;
    font-size: 40px;
    margin-right: 0;
}

.br-theme-css-stars .br-widget a:after {
    display: block;
    line-height: 0.8;
}