.page-testimonial-list > .main {
    padding-bottom: 60px;
}

.page-testimonial-list > .main .centered-content {
    padding: 0 !important;
}

.page-testimonial-list > .main .page-title {
    border-bottom: 1px solid #E5E5E5;
}

.page-testimonial-list > .main .page-title > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}

.page-testimonial-list > .main .page-title > .inner .button-wrapper {
    max-width: 180px;
    min-width: 150px;
    width: 100%;
}

.page-testimonial-list > .main .testimonials-list {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.page-testimonial-list > .main .testimonials-list .paging-wrapper {
    border-top: 0 none;
    padding-top: 40px;
}

.page-testimonial-list > .main .testimonials-list > .testimonial-list-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.page-testimonial-list > .main .testimonials-list > .testimonial-list-item .text {
    padding: 5px 0 5px 5px;
}

.page-testimonial-list > .main .testimonials-list > .testimonial-list-item .operator-response {
    margin: 5px 0 10px 5px;
    padding: 6px 10px;
    border-top: 1px solid #E5E5E5;
    background: #F3F3F3;
}

.page-testimonial-list > .main .testimonials-list > .testimonial-list-item .testimonial-rating-wrapper {
    padding: 5px 5px 0;
}

.testimonial-add-form-wrapper .testimonial-rating-wrapper .star,
.page-testimonial-list > .main .testimonials-list > .testimonial-list-item .testimonial-rating-wrapper .star {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 18px;
    padding: 0 2px;
    background: url('../images/star.png') no-repeat scroll 2px -23px rgba(0, 0, 0, 0);
}

.testimonial-add-form-wrapper .testimonial-rating-wrapper .star.is-filled,
.page-testimonial-list > .main .testimonials-list > .testimonial-list-item .testimonial-rating-wrapper .star.is-filled {
    background: url('../images/star.png') no-repeat scroll 2px 0 rgba(0, 0, 0, 0);
}

.testimonial-add-form-wrapper .testimonial-rating-wrapper .rating-info,
.page-testimonial-list > .main .testimonials-list > .testimonial-list-item .testimonial-rating-wrapper .rating-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.fancybox-slide--iframe {
    padding: 44px 20px !important;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.testimonial-add-header {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.testimonial-add-form-wrapper {
    padding: 20px;
}

.testimonial-add-form-wrapper .field-label {
    width: 50%;
}

.testimonial-add-form-wrapper .field-label.testimonial {
    width: 100%;
}

.testimonial-add-form-wrapper input[type='text'],
.testimonial-add-form-wrapper input[type='email'],
.testimonial-add-form-wrapper input[type='phone'],
.testimonial-add-form-wrapper textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    color: #1C2D3A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
}

.testimonial-add-form-wrapper input[type='text']:focus,
.testimonial-add-form-wrapper input[type='email']:focus,
.testimonial-add-form-wrapper input[type='phone']:focus {
    padding: 0 14px;
    border: 2px solid #008AEE;
}

.testimonial-add-form-wrapper textarea:focus {
    padding: 14px;
    border: 2px solid #008AEE;
}

.testimonial-add-form-wrapper input[type='text'],
.testimonial-add-form-wrapper input[type='email'],
.testimonial-add-form-wrapper input[type='phone'] {
    width: 100%;
    height: 44px;
}

.testimonial-add-form-wrapper textarea {
    width: 100%;
    height: 100px;
    padding: 15px;
}

.testimonial-add-form-wrapper .testimonial-rating-wrapper {
    margin: 0 0 10px;
}
.testimonial-add-form-wrapper .testimonial-rating-wrapper .field-label {
    display: none;
}

.testimonial-add-form-wrapper .testimonial-rating-wrapper .star {
    cursor: pointer;
}

.testimonial-add-form-wrapper fieldset {
    width: 50%;
}

.testimonial-add-form-wrapper fieldset legend {
    display: none;
}

.testimonial-add-form-wrapper fieldset img,
.testimonial-add-form-wrapper fieldset input[type='text'] {
    display: inline-block;
    vertical-align: text-top;
}

.testimonial-add-form-wrapper fieldset img {
    margin-right: 10px;
}

.testimonial-add-form-wrapper fieldset input[type='text'] {
    width: calc(100% - 120px);
}

.testimonial-add-form-wrapper .consents .field-label span {
    display: inline-block;
    padding-top: 3px;
    color: #1c2d3a;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
}

.testimonial-add-form-wrapper .consents .field-label span > a {
    color: #008aee;
}

.testimonial-add-form-wrapper .help-inline {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #E40730;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
}

.testimonial-add-form-wrapper .consents .help-inline {
    margin-top: 0;
}

.testimonial-add-form-wrapper button {
    max-width: 320px;
    margin-top: 10px;
}

@media screen and (max-width: 540px) {

    .testimonial-add-header {
        padding: 15px 20px;
    }

    .testimonial-add-form-wrapper .field-label {
        width: 100%;
    }

    .testimonial-add-form-wrapper fieldset {
        width: 100%;
    }

    .testimonial-add-form-wrapper button {
        max-width: 280px;
        margin: 10px auto 0;
    }
}
