body .mini-wrapper .top-dd-wrapper .top-label .ava,
body .mini-wrapper .top-dd-wrapper .top-label .ava-vip {
    display: none;
}
.essay-component {
    line-height: normal;
}
body > div.featherlight > div > div.extend-deadline-form-wrapper > form > div:nth-child(2) > div > span:nth-child(2):after {
    content: "Days";
}
body > div.featherlight > div > div.extend-deadline-form-wrapper > form > div:nth-child(2) > div > span:nth-child(4):after {
    content: "Hours";
}
body .featherlight .featherlight-content {
    padding: 15px 35px 0 !important;
}
@media all and (max-width: 576px) {
    body .featherlight .featherlight-content {
        padding: 15px 5px 0 !important;
        max-width: 90%;
    }
}
.essay-component .label {
    color: #3a3d3e;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 8px;
    margin-bottom: 2px;
    display: inline-block;
}

.essay-component .material-hint i {
    background: #ffffff;
    line-height: 1.3;
}
.essay-component.order-form-wrapper .header {
    color: #087ad2;
    font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
}
.order-form-wrapper .material-hint .dropdown-content {
    min-width: 300px;
    box-shadow: 0 0 7px #000;
}
.essay-component .currency.select-wrapper {
    display: flex;
}
.essay-component .currency.select-wrapper input {
    width: 100%;
}
body .essay-component .checkbox-input {
    font-family: 'Open Sans', Arial, sans-serif;
}
body .essay-component .multiinput,
body .essay-component .number-field input,
body .essay-component .select-wrapper input.select-dropdown,
body .essay-component input[type=email],
body .essay-component input[type=password],
body .essay-component input[type=text],
body .essay-component select,
body .essay-component textarea {
    background-color: #ffffff;
}
body .essay-component form .input-field {
    margin-top: 25px;
 }
body .essay-component form .number-field  {
    position: relative;
    display: block;
    color: #07214f;
    border: 1px solid #e2e5e7;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
}


body .essay-component .number-field .minus,
body  .essay-component .number-field .plus {
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 50px;
    height: 51px;
    border-radius: 5px;
    border: 1px solid #e2e5e7;
    box-shadow: none;
    background: none;
    cursor: pointer;
    padding: 0;

    text-align: center;
}
body .essay-component .number-field .minus:hover,
body  .essay-component .number-field .plus:hover,
body .essay-component .number-field .minus:active,
body  .essay-component .number-field .plus:active {
    background: #ffffff;
}
body  .essay-component .number-field .plus {
    right: -1px;
}
body .essay-component .number-field .minus {
    left: -1px;
}
body .essay-component .number-field .minus:before,
body .essay-component .number-field .plus:before {
    font-size: 32px;
    color: #07214f;
    font-weight: 400;
    line-height: 50px;
    display: inline;
    vertical-align: middle;
}
body .essay-component .number-field  .number-field-label {
    color: #07214f;
    font-weight: normal;
    background: none;
    font-size: 14px;
}
body .essay-component .number-field .minus:before {
    content: "\2013";
    line-height: 46px;
}
body .essay-component .number-field .plus:before {
    content: "\002B";
}
body .essay-component .select-wrapper.currency {
    margin: 0;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
body .essay-component .select-wrapper.currency input {
    padding: 12px 0;
    background: #ffffff;
    border: none;
}
body .essay-component .select-wrapper.currency input:first-child {
    border-radius: 4px 0 0 4px;
}
body .essay-component .select-wrapper.currency {
    border-radius: 4px;
}
body .essay-component .select-wrapper.currency input:nth-last-child(1) {
    border-radius: 0 4px 4px 0;
}
body .essay-component .select-wrapper.currency input + input {
    border-left: 1px solid #e9e9e9;
}
body .essay-component .select-wrapper.currency input.active,
body .essay-component .select-wrapper.currency input:hover {
    background: #0893d2;
    color: #ffffff;
    line-height: 25px;
}
body .essay-component input[type=radio].with-gap {
    display: none;
}
body .essay-component input[type=radio].with-gap + label {
    padding-left: 25px;
    position: relative;
}
body .essay-component input[type=radio].with-gap + label:before {
    display: block;
    content: '';
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
body .essay-component input[type=radio].with-gap:checked + label:after {
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    top: 4px;
    left: 4px;
}
.essay-component [type=checkbox] {
    display: none;
}
[type=checkbox]:not(:checked)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    margin-top: 2px;
    background: #ffffff;
}
[type=checkbox].filled-in:checked+label:before {
    top: 3px;
    left: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    z-index: 1;
}


[type=checkbox].filled-in+label {
    position: relative;
}
[type=checkbox].filled-in+label:after, [type=checkbox].filled-in+label:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}
[type=checkbox].filled-in+label:after {
    border-radius: 2px;
}
[type=checkbox].filled-in:checked+label:after {
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    z-index: 0;
}

body .essay-component [type="checkbox"].filled-in:checked + label:before {
    width: 5px;
    height: 10px;
}
body .essay-component form [type="radio"] + label:before,
body .essay-component form [type="radio"] + label:after,
body .essay-component form [type="checkbox"].filled-in + label:after {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 0;
}












body .essay-custom-calculator-wrapper .price-list {
    padding: 0;
}
body .essay-custom-calculator-wrapper .price-list .price-item {
    height: auto;
    padding: 13px 0 10px;
}

body .essay-custom-calculator-wrapper .price-list .price-item label {
    margin: 0;
}
body .essay-custom-calculator-wrapper .price-list .price-item .price {
    color: #087ad2;
    line-height: 24px;
}
body .essay-custom-calculator-wrapper .price-list .price-item .price .page {
    color: rgba(0,0,0,.7);
}
body .essay-custom-calculator-wrapper .price-list .price-item .date {
    font-size: 12px;
}
body .essay-custom-calculator-wrapper .price-list .price-item .circles {
    margin:0;
    display: block;
    line-height: 11px;
    font-size: 0;
}
body .essay-custom-calculator-wrapper .order-total-price {
    color: #087ad2;
}
.ae-contacts-custom .essay-component {
    padding: 0;
    border: none;
    box-shadow: none;
}
.ae-contacts-custom .essay-component .row:not(.messages-row) .col {
    margin-bottom: 20px;
}
.ae-contacts-custom .essay-component .button  {
    margin: 15px 15px 0 0;
}
.ae-contacts-custom .essay-component .default-form {
    padding: 25px 0;
}
.ae-miniorder-custom {
    padding: 30px 0;
}
.ae-miniorder-custom .essay-component {
    border: 1px solid #eeeff0;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 40px;
}
.ae-miniorder-custom .custom-miniorder-header {
    font-size: 36px;
    text-align: center;
}
.ae-miniorder-custom .miniorder-price-order-block {
    padding-top: 10px;
}
.ae-miniorder-custom .miniorder-price-order-block > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ae-miniorder-custom .miniorder-price-order-block .miniorder-submit-wrapper {
    text-align: center;
}
 .essay-component .input-field label {
    width: 100%;
}
.ae-miniorder-custom .mini-order-total-text {
    font-size: 18px;
    font-weight: 500;
}
.ae-miniorder-custom .miniorder-total-price-block {
    background-color: #8fb53e;
    border: none;
    border-radius: 3px;
    line-height: 45px;
}
.ae-miniorder-custom .mini-order-total-price {
    color: #087ad2;
    font-size: 24px;
    font-weight: 900;
}
/* STARRT ORDERFORM */
body .order-form-wrapper .input-button span {
    margin-top: -49px;
    padding: 14px 12px 15px;
}
body .order-form-wrapper .input-button .red-label,
body .order-form-wrapper .input-button .green-label {
    font-size: 11px;
}
.vip-services-list li:before {
    display: none;
}
.vip-services-list li.col {
    padding-left: 15px;
    padding-right: 15px;
}
.vip-services-list li .wrapper {
    border: 1px solid #7cb8e7;
    background-image: url("/wp-content/themes/MasterEssays/images/vip-services-logo.png");
    background-repeat: no-repeat;
    background-position: center 21%;
}
.essay-component .ws-vip-services .vip-services-list li .wrapper .checkbox-label  {

    padding-top: 30px;
}
 .vip-services-list li .wrapper.bg-color-2 {
    border-color: #2c8dd8;
    background-color: #f5fafd;
}
.essay-component .ws-vip-services .new-vip .wrapper:after {
    display: inline-block;
    content: '';
    border-style: solid;
    border-width: 25px;
    border-color: #7cb8e7 #7cb8e7 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.essay-component .ws-vip-services .new-vip .wrapper.bg-color-2:after {
    border-color: #2c8dd8 #2c8dd8 transparent transparent;
}
body .essay-component .ws-vip-services .vip-services-list .material-hint {
    top: 15px;
    left: 1px;
    position: absolute;
}

body .essay-component .ws-vip-services .vip-services-list label.checkbox-label:after,
body .essay-component .ws-vip-services .vip-services-list label.checkbox-label:before {
    margin-top: 45px;
    margin-left: 15px;
}
body .essay-component .ws-vip-services .vip-services-list label.checkbox-label:after {
    left: 0;
    top: 0;
}
body .essay-component .ws-vip-services .vip-services-list label.checkbox-label:before {
    left: 3px;
    top: 3px;
}
body .essay-component .ws-vip-services .services-package label.checkbox-label {
    border: 2px solid rgba(255, 177, 0, 0.7);
    border-radius: 5px;
}

body .essay-component .ws-vip-services .services-package .checked  label.checkbox-label {
    background-color: rgba(255, 177, 0, 0.04);
}
body .essay-component .ws-vip-services .services-package .package-price-wrapper s {
    color: #cecece;
}
body .essay-component .ws-vip-services .services-package .material-hint {
    top: 20px;
    left: 0;
}
body .essay-component .ws-vip-services .services-package .material-hint i.dd-button {
    top: 30px;
}
body .essay-component .ws-vip-services .services-package label.checkbox-label:before{
    left: 14px;
    top: 48px;
}
body .essay-component .ws-vip-services .services-package label.checkbox-label:after {
    left: 11px;
    top: 45px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.price {
    font-size: 26px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.currency {
    font-size: 18px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.package-service-text,
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount,
.essay-component .ws-vip-services .offer-label b {
   color: rgba(255, 177, 0, 0.7);
}
body .essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount {
    margin: 0;
    float: right;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper .discount b {
    margin: 0;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount:after,
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount:before {
    display: inline-block;
    content: url("../images/vip-services-logo-package.png");
    vertical-align: middle;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount:after {
    margin-right: 20px;
}
.essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount:before {
    margin-left: 20px;
}
.wrap-order-submit {
    margin: 15px 0;
}
body .order-form-wrapper .total-price b {
    color: #8fb53e;
}
/* VIP ACCOUNT */
body .order-form-wrapper .vip-client {
    font-size: 14px;
    width: 100%;
    padding: 33px 3% 33px;
    max-width: 855px;
    background: url(../images/orderform-vip-bg.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    font-weight: 600;
    display: block;
    position: relative;
}
body .order-form-wrapper .vip-client:before,
body .order-form-wrapper .vip-client:after {
    display: inline-block;
    content: '';
    width: 53px;
    height: 74px;
    background-image: url("../images/laptop-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 28px;
}
body .order-form-wrapper .vip-client:before {
    left: -51px;
    transform: scaleX(-1);
}
body .order-form-wrapper .vip-client:after {
    right: -52px;
}
body .order-form-wrapper .vip-client .vip-client-icon {
    display: none;
}
body .order-form-wrapper .vip-client a {
    margin: 0;
    color: #ffffff;
}
body .order-form-wrapper .vip-client a:before {
    display: inline-block;
    content: '';
    height: 50px;
    width: 33px;
    background: url("../images/orderform-vip-sign.png") no-repeat center center;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
body .order-form-wrapper .vip-client span {
    font-weight: 900;
    font-size: 18px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
.essay-component.essay-vip-account {
    background: linear-gradient(to right, #d6edff 0%, #d6edff 10%, #ffffff 62%,  #ffffff 78%, #edf7ff 100%);
    box-shadow: 0 0 21px rgba(0,0,0,.07);
    padding: 60px 80px;
    border: 1px solid rgba(1,91,108,0.03);
    border-radius: 8px;
}
.essay-component.essay-vip-account:after {
    display: table;
    content: '';
    clear: both;
}

.essay-component.essay-vip-account .header {
    font-size: 0;
    color: rgba(255,255,255,0);
}
.essay-component.essay-vip-account .header:after {
    content: "Become our VIP clients for:";
    font-size: 25px;
    font-weight: 700;
    color: #042350;
    font-family: "Open Sans", sans-serif;
}
body .essay-vip-account .vip-account-list > li {
    border: none;
    box-shadow: 0 0 21px rgba(0,0,0,.07);
    border-radius: 8px;
    background-color: #ffffff;

    margin: 30px auto;
    height: 173px;
    position: relative;
    max-width: 460px;
}
body .essay-vip-account .vip-account-list > li + li {
    background-image: url("../images/vip-item-offer-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period {
    position: static;
    background: none;
    padding-top: 52px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item {
    width: 42%;
    position: static;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .best-price {
    font-size: 60px;
    line-height: 50px;
    font-family: "Open Sans", sans-serif;
    color: #042350;
    font-weight: 700;
    position: relative;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .best-price:after {
    display: block;
    content: '';
    background: url("../images/price-crown.png") no-repeat center center;
    position: absolute;
    right: -6px;
    top: 3px;
    transform: rotate(13deg);
    width: 20px;
    height: 15px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .currency-of-price {
    font-size: 27px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #8ebf3d;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .per-month {
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 600;
    color: #717272;
}
body .essay-vip-account .vip-account-list > li .vip-package-select {
    width: 58%;
    position: relative;
    height: 100%;
    padding-top: 33px;
    padding-right: 45px;
    padding-left: 38px;
}
body .essay-vip-account .vip-account-list > li .vip-package-select:before,
body .essay-vip-account .vip-account-list > li .vip-package-select:after {
    position: absolute;
    left: 0;
    top:50%;
    transform: translate(-50%, -50%);
}
body .essay-vip-account .vip-account-list > li .vip-package-select:before {
    display: block;
    content: '';
    height: 70%;
    width: 1px;
    background: #f5f3f1;
}
body .essay-vip-account .vip-account-list > li .vip-package-select:after {
    display: inline-block;
    content: url("../images/orderform-vip-sign.png")
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .special-label {
    border: none;
    left: auto;
    bottom: auto;
    top: 17px;
    right: 80px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .special-label .label-vip-package {
    position: static;
    transform: rotate(42deg);
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .special-label .label-vip-package span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
body .essay-vip-account .vip-account-list > li .vip-package-select .price-per-month {
    font-size: 17px;
    color: #042350;
    font-weight: 600;
}
body .essay-vip-account .vip-account-list > li .vip-select-button {
    background: #8ebf3d;
    max-width: 170px;
    text-align: center;
}
body .essay-vip-account .vip-account-list > li .vip-select-button::after {
    display: none;
}
body .essay-vip-account .vip-list {
    padding: 0;
}

body .essay-vip-account .vip-levels-wrapper {
    border-color: #717272;
    margin-bottom: -15px;
}

body .essay-vip-account .vip-levels-wrapper .level {
    color: #717272;
}

body .essay-vip-account .vip-levels-wrapper .level.active {
    color: #042350;
    border-color: #042350;    
}

.essay-vip-account .vip-account-text ul.vip-list li {
    list-style-type: none;
}
.entry-content .essay-vip-account  ul.vip-list li:before {
    position: absolute;
    left: -20px;
    top: 2px;
    content: url("../images/vip-list-check.png");
    display: inline-block;
}
body .essay-vip-account .vip-account-text .header-our-vip {
    font-size: 25px;
    font-weight: 700;
    color: #042350;
}
body .essay-vip-account .vip-account-text ul.vip-list li {
    font-size: 18px;
    color: #717272;
}
body .essay-vip-account .vip-account-text ul.vip-list li b,
body .essay-vip-account .vip-account-text ul.vip-list li span {
    color: #0f3870;
    font-weight: 700;
}
body .essay-vip-account .vip-account-text ul.vip-list li#draft_hint.vip-offer-list-hint {
    list-style-type: none;
    max-width: 500px;
}
body .essay-vip-account .vip-select-list {
    background: #ffffff;
    border-radius: 7px;
    width: 260px;
}
body .essay-vip-account .vip-select-list .vip-account-pay {
    padding-top: 8px;
    padding-bottom: 8px;
}
body .essay-vip-account .vip-select-list .vip-account-pay b,
body .essay-vip-account .vip-select-list .vip-account-pay span {
    font-weight: 600;
}
body .essay-vip-account .vip-select-list .vip-account-pay br {
    display: none;
}
body .essay-vip-account .vip-select-list .vip-account-pay .vip-offer {
    display: block;
    color: #fd7f15;
}
body .essay-vip-account .vip-select-list .vip-account-pay .price-title {
    color: #6eb534;
    font-family: Inglobal, "Open Sans", Verdana, Arial, sans-serif;
    margin-left: 5px;
}
body .essay-vip-account .vip-select-list .vip-account-pay .buy {
    background: none;
    color: #fd8515;
    border: 1px solid #fd8515;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 21px;
}
body .essay-vip-account .vip-select-list .vip-account-pay .buy:hover {
    background: #fd8515;
    background: linear-gradient(to bottom, #fda215 0%, #fd7f15 100%);
    color: #ffffff;
    text-transform: uppercase;
}
    /* VIP ACCOUNT END */
/* USER AREA */
body .mini-wrapper .top-dd-wrapper .top-label .ava,
body .mini-wrapper .top-dd-wrapper .top-label .ava-vip {
    display: none;
}
.lifetime-wrapper.essay-component .header {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #087ad2;
}
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover {
    border-color: #087ad2;
}
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.percent,
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.pages {
    color: #087ad2;
}
body .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status {
    background: #3393d1;
}
body .lifetime-wrapper .lifetime .lifetime-line {
    color: #3393d1;
}
body .lifetime-wrapper .lifetime .lifetime-line .current-pages.full {
    right: 50%;
    transform: translateX(50%);
}
.payments-wrapper .payments-list > li:before {
    display: none;
}
body .tabs-component .component-tabs-controls li:before {
    display: none;
}
body .essay-component .row.component-tabs-controls > li {
    border: none;
    font-weight: 600;
    background: #e2f2ff;
    color: #2b3e61;
    max-width: 250px;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 1px 9px rgba(7,33,79,0.15);
}
body .essay-component .row.component-tabs-controls > li.o-bg-lighten-2 a,
body .essay-component .row.component-tabs-controls > li.o-bg-color-1 a {
    color: #000000;
}

body .essay-component .row.component-tabs-controls > li:first-child {
    margin-right: 10px;
}
body .essay-component .row.component-tabs-controls > li.selected {
    background: #64af30;
}
body .essay-component .row.component-tabs-controls > li.selected a {
    color: #fff;
}
body .essay-component.essay-order-details .row.component-tabs-controls,
body .essay-orders.essay-component .row.component-tabs-controls {
    margin-bottom: 0;
}
body .essay-order-details.tabs-component .component-tab-content,
body .essay-orders.tabs-component .component-tab-content {
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: 0 1px 23px rgba(7,33,79,0.15);
}
body .essay-orders.tabs-component .component-tab-content .items-count {
    display: none;
}
body .essay-orders .orders .order-item {
    border-color: #042350;
}
body .essay-orders .orders .order-item {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
}


body .essay-orders .orders .order-item .text-block p {
    font-size: 25px;
    color: #042350;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
body .essay-orders .orders .order-item .orders-header-row .details-label:before {
    content: 'Order ID: ';
    font-size: 14px;
    color: #787878;
}
body .essay-orders .orders .order-item .blue-status-label {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
body .essay-orders .orders .order-item .blue-status-label:before {
    content: "Payment status: ";
    font-size: 14px;
    color: #787878;
    font-weight: normal;
}
body .essay-orders .orders .order-item .price-label:before {
    content: "Order price: ";
    font-size: 14px;
    color: #787878;
    font-weight: normal;
}
body .essay-orders .orders .order-item .price-label {
    font-size: 16px;
}
body .essay-orders .orders .date-label {
    font-size: 16px;
    color: #042350;
    font-weight: 600;
    vertical-align: top;
}
body .essay-orders .orders .order-item .links-list {
    float: left;
}
body .essay-orders .orders .order-item .orders-footer-row {
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
}
body .essay-orders .orders .order-item .orders-header-row .details-label a.goto {
    font-size: 16px;
    color: #042350;
    font-weight: 600;
}
body .essay-orders .orders .order-item.vip {
    border-width: 1px;
    border-color: #042350;
    background: #e5f4ff;
    background-image: url("../images/leaf-right.png"), url("../images/cloud.png"), url("../images/cloud-rev.png"), linear-gradient(to bottom, #e5f4ff 0%,#e5f4ff 10%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 20px, 100% 60%, 60% 10%, 0 0;
}
body .essay-orders .orders .order-item.vip .text-block p:before {
    display: inline-block;
    content: url("../images/menu-crown.png");
    vertical-align: middle;
    margin-right: 15px;
}
body .essay-orders .orders .order-item.vip .vip-label {
    display: none;
}
body .essay-orders .orders .order-item.vip .vip-label:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 35px;
    background: url("../images/crown.svg") no-repeat;
    background-size: contain;
    transform: rotate(-45deg);
    top: -18px;
    left: -18px;
}
body .essay-orders .links-list {
    padding: 0;
}
body .essay-orders .links-list .pay-li > a:after {
    color: #8ebf3d;
}
body .essay-orders .links-list > li.delete-li a:after {
    color: #ed4337;
}
body .essay-orders .links-list > li.additional-li a:after {
    color: #087ad2;
}
body .essay-order-details.tabs-component .component-tab-content {
    padding: 40px;
}
@media (max-width: 575px) {
    body .essay-order-details.tabs-component .component-tab-content {
        padding: 40px 20px;
    }
}
.essay-order-details .actions-list > li a.pay-now-b {
    border-color: #8dbe3b;
}
 body .essay-order-details .nav-list > li.col.selected a {
    background: #087ad2;
    border: 2px solid #087ad2;
    margin: 0;
}
body .essay-order-details .actions-list > li i:before,
body .essay-order-details .nav-list > li i:before {
    margin-top: 0;
}
body .essay-order-details .actions-list > li a {
    width: auto;
}
/* END  USER AREA */
/*.affiliate-program-short-wrapper .side.side-full .case.case-box .case-content:last-child {*/
    /*padding-left: 0;*/
/*}*/

body .affiliate-program-wrapper.affiliate-program-short-wrapper  .side.side-full .case-box:nth-child(2n+1) {
    clear: left;
}
body .affiliate-program-short-wrapper .to-earning a {
    font-weight: 700;
    background-color: #4267b2;
    font-size: 14px;
}
body .affiliate-program-short-wrapper {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
body .affiliate-program-short-wrapper .arrow-control {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-radius: 0 0 150% 150%;
    box-shadow: 0 9px 8px rgba(0,0,0,0.2);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    margin-left: 0;
    height: 60px;
    padding-top: 15px;

}
body .affiliate-program-short-wrapper.affiliate-program-wrapper:after,
body .affiliate-program-wrapper .affiliate-status:after {
    display: table;
    content: '';
    clear: both;
}
body .affiliate-program-wrapper .affiliate-status .earnings {
    padding: 8px 0;
}
body .affiliate-program-wrapper .affiliate-status {
    height: auto;
    padding: 10px 0;
}
body .affiliate-program-short-wrapper.affiliate-program-wrapper {
    margin-bottom: 100px;
    padding-bottom: 15px;
}
body .affiliate-program-short-wrapper .arrow-control a {
    opacity: .8;
}
body .affiliate-program-short-wrapper .arrow-control:hover a {
    opacity: 1;
}
body .affiliate-program-short-wrapper .arrow-control a::after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    margin-right: 6px;
    font-size: 35px;
}
body .affiliate-program-short-wrapper.closeBlock .arrow-control a::after {
    content: "\f078";
}
.featherlight-content #progressiveDelivery button {
    max-width: 45%;
}
.featherlight-content #progressiveDelivery button + button {
    margin-left: 5%;
}
@media all and (min-width: 1200px) {
    .orders-footer-row {
        text-align: right;
    }

}
@media all and (min-width: 768px) and (max-width: 1199px) {
    .essay-component .ws-vip-services .vip-services-list .col {
        width: 50%;
    }
}
@media all and (min-width: 995px) {
    .essay-component .ws-vip-services .services-package .col.package-price-wrapper {
        width: 55%;
    }
    .essay-component .ws-vip-services .services-package .col.offer-label {
        width: 45%;
    }
}
/* END ORDERFORM */
.lifetime-wrapper .lifetime .discount-section-wrapper .discount-section span.pages:before {
    display: inline;
    content: "+";
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
}
.lifetime-wrapper .lifetime .discount-section-wrapper .discount-section span.pages {
    word-spacing: 11px;
}
@media all and (max-width: 993px) {
    .order-form-wrapper .wrap-order-submit,
    body .order-form-wrapper .total-price-wrapper{
        text-align: center;
    }
    body .order-form-wrapper .vip-client:before,
    body .order-form-wrapper .vip-client:after {
        width: 34px;
        height: 56px;
        top: 35px;
    }
    body .order-form-wrapper .vip-client:before {
        left: -34px;
    }
    body .order-form-wrapper .vip-client:after {
        right: -33px;
    }
}
@media all and (min-width: 768px) and (max-width: 994px) {
    .essay-component .ws-vip-services .services-package .col.package-price-wrapper {
        width: 60%;
    }
    .essay-component .ws-vip-services .services-package .col.offer-label {
        width: 40%;
    }
    body .essay-component .ws-vip-services .services-package .package-price-wrapper s,
    body .essay-component .ws-vip-services .services-package .package-price-wrapper{
        text-align: left;
    }
   body  .essay-component .ws-vip-services .services-package .package-price-wrapper {
       padding-left: 50px;
       padding-right: 15px;
       padding-top: 0;
   }
    .ae-contacts-custom .essay-component .button {
        width: 150px;
    }
}
@media all and (min-width: 768px) and (max-width: 993px) {
    body .essay-order-details .actions-list > li {
        width: 33.333%;
    }
    body .essay-order-details .actions-list > li + li a {
        border-left: none;
    }
}
@media all and (min-width: 768px) {
    body .affiliate-program-wrapper.affiliate-program-short-wrapper  .side.side-full .case-box {
        float: left;
    }
    .ae-contacts-custom .essay-component {
        padding-left: 50px;
    }
}
@media all and (max-width: 767px) {
    .col.s6.col-sm-6 {
        width: 50%;
        float: left
    }
    body .essay-custom-calculator-wrapper .price-list .price-item {
        padding: 7px 0;
    }
    body .essay-custom-calculator-wrapper .price-list .price-item .col.s4.m3.col-3.col-sm-3.col-md-3 {
        float: left;
        width: 30%;
    }
    body .essay-custom-calculator-wrapper .price-list .price-item .time {
        float: left;
        width: 70%;
    }
    body .essay-custom-calculator-wrapper .price-list .price-item .col.s4.m3.col-3.col-sm-3.col-md-3 {
        padding-top: 13px;
    }
    .ae-contacts-custom .essay-component .default-form {
        padding: 25px 0;
    }
    .ae-miniorder-custom .essay-component {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .ae-miniorder-custom .custom-miniorder-header {
        font-size: 26px;
    }

    body  .essay-component .ws-vip-services .services-package .package-price-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
    }
    body .essay-component .ws-vip-services .services-package .package-price-wrapper > span.discount {
        float: none;
        display: block;
        margin: 0;
        padding-top: 25px;
        padding-bottom: 20px;
        text-align: center;
    }
    .essay-component .ws-vip-services .vip-services-list .col,
    body .essay-component .ws-vip-services .services-package .col {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    body .essay-order-details .nav-list > li a {
        border: solid #d8ebf9 2px;
    }
    body .essay-order-details .nav-list > li + li {
        margin-top: 10px;
    }
    body .order-form-wrapper .vip-client:before,
    body .order-form-wrapper .vip-client:after {
        display: none;
    }
}
@media all and (max-width: 1000px) {
    body .affiliate-program-wrapper .side {
        float: none;
    }
}

@media all and (max-width: 991px) {
    body .essay-vip-account .vip-account-text,
    body .essay-vip-account .vip-account-list-wrapper {
        width: 100%;
        padding: 0;
    }
}
@media all and (max-width: 600px) {
    body .essay-component.essay-vip-account {
        padding: 20px;
    }
    body .essay-vip-account .vip-levels-wrapper .level {
        margin-right: 10px;
    }
    body .essay-vip-account .vip-select-list {
        right: 50%;
        transform: translateX(50%);
    }
    body .essay-vip-account .vip-account-text .header-our-vip,
    .essay-component.essay-vip-account .header:after {
        text-align: center;
        font-size: 18px;
        display: block;
    }
    body .affiliate-program-wrapper .affiliate-status .earnings,
    body .affiliate-program-wrapper .affiliate-status .to-earning {
        float: none;
        width: 100%;
        text-align: center;
    }
    body .ae-top-login .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content {
        max-height: 500px;
        overflow-y: scroll;
    }
    body .ae-top-login .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar {
        width: 5px;
        border-radius: 5px;
    }
    body .ae-top-login .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-track {
        background-color: #d6d6d6;
        border-radius: 5px;
    }
    body .ae-top-login .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-thumb {
        background-color: #a0a7ac;
        border-radius: 5px;
    }
}
@media all and (max-width: 500px) {
    body .essay-vip-account .vip-account-list > li {
        height: auto;
    }
    body .essay-vip-account .vip-account-list > li .vip-package-item  .title-of-period {
        padding-bottom: 35px;
        padding-top: 70px;
    }
    body .essay-vip-account .vip-account-list > li .vip-package-item {
        width: 100%;
        float: none;
    }
    body .essay-vip-account .vip-account-list > li .vip-package-select {
        width: 100%;
        float: none;
        text-align: center;
        padding: 20px 20px 35px;
    }
    body .essay-vip-account .vip-account-list > li .vip-package-select:before,
    body .essay-vip-account .vip-account-list > li .vip-package-select:after {
        left: 50%;
        top: 0;
    }
    body .essay-vip-account .vip-account-list > li .vip-package-select:before {
        width: 70%;
        height: 1px;
    }

    body .essay-custom-calculator-wrapper .price-list .price-item .col.s4.m3.col-3.col-sm-3.col-md-3 {
        text-align: center;
        padding-top: 0;
    }
    body  .essay-custom-calculator-wrapper .price-list .price-item .count {
        display: block;
        margin: 0;
    }
    .ae-miniorder-custom .essay-component {
        padding: 20px 15px;
    }
    /* vip */

    body .order-form-wrapper .vip-client {
        height: auto;
        background: #087ad2;
        padding: 22px 5%;
    }


    body .order-form-wrapper .vip-client span {
        display: block;
        font-size: 18px;
    }
    body .order-form-wrapper .vip-client span:after,
    body .order-form-wrapper .vip-client span:before {
    display: inline-block;
    content: '';
    height: 50px;
    width: 53px;
    background: url(../images/crown.svg) no-repeat center center;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}

    /* end vip */
    body .order-form-wrapper .vip-client a {
        display: block;
    }
    body .order-form-wrapper .vip-client a:before {
        display: block;
        width: auto;
    }
    body .essay-orders .orders .order-item .price-label,
    body .essay-orders .orders .order-item .blue-status-label:before,
    body .essay-orders .orders .order-item .orders-header-row .details-label:before,
    body .essay-orders .orders .order-item .price-label:before {
        display: block;
    }
    body .essay-orders .orders .order-item .text-block p {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body .essay-orders .orders .order-item.vip .text-block p:before {
        margin-right: 5px;
        width: 25px;
        height: 25px;
        content: '';
        background: url("../images/menu-crown.png") no-repeat center center;
        background-size: contain;

    }
    body .essay-orders .orders .order-item {
        padding: 25px;
    }
    body .essay-orders .orders .order-item.vip {
        padding: 25px 25px 15px;
    }
    body .essay-orders .orders .order-item .orders-footer-row {
        padding-top: 0;
    }
    .request-revision-form-wrapper .file-field.input-field div.btn {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: none;
    }
    body .essay-component .row.component-tabs-controls > li {
        max-width: none;
        width: 50%;
        margin: 0;
    }
    body .essay-component .row.component-tabs-controls > li:first-child {
        margin: 0;
    }
    body .order-form-wrapper .material-hint {
        position: static;
    }
    body .order-form-wrapper .material-hint .dropdown-content {
        top: 20px;
        min-width: 290px;
    }
    .essay-component .ws-vip-services .vip-services-list .material-hint .dropdown-content {
        margin-top: 0;
    }
    .essay-component .ws-vip-services .services-package .material-hint {
        position: absolute;
    }
    .essay-component .ws-vip-services .vip-services-list li {
        padding-left: 0;
        padding-right: 0;
    }
    .ae-contacts-custom .essay-component .button {
        width: 120px;
    }
    .ae-contacts-custom .essay-component .button + .button {
        margin-right: 0;
    }
}
/* Order quality */
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality {
  display: flex;
  align-items: stretch; 
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .col {
  display: flex;
  align-items: stretch; 
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .material-hint {
  top: 5px; 
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] {
  position: static; 
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label {
  height: auto;
  padding: 10px 15px 10px 45px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
  font-size: 13px;
  color: #3b3d40;
  font-weight: 300;
  line-height: 1.2; min-height: 55px; 
    
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality  .material-hint i {
    border-radius: 50%;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label span {
  flex: 0 0 100%;
  display: block;
  font-weight: 400;
  line-height: inherit;
}

/* body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label:after, body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label:before {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 30px;
} */

body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio]:checked + .radio-label {
  border: 1px solid #2278c5;
  background: #ebf8ff;
}

@media all and (max-width: 767px) {
  body .ae-order .essay-component.order-form-wrapper .ws-writing-quality {
    align-items: stretch;
    justify-content: space-between;
}

  body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .col {
    flex: 0 0 33.333%;
    width: 33.333%;
    max-width: 300px;
} 
}
@media all and (max-width: 550px) {
  body .ae-order .essay-component.order-form-wrapper .ws-writing-quality {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 400px;
  } 
}
/* END Order quality */
body .essay-component .ws-vip-services .vip-services-list .we-recommend-it {
    background-color: #087ad2;
}
body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .go-it {
    background-color: #123a72;
}
body.essay-component .ws-vip-services .vip-services-list .recommended::after, 
body .essay-component .ws-vip-services .vip-services-list .recommended::after {
        border-top: 9px solid #087ad2;
}
body .essay-component .ws-vip-services .new-vip:before, .entry-content .ws-vip-services ul li:before, .entry-content .ws-vip-services ul.ul-list li:before {
    display: none;
}
body .order-form-wrapper .w-level-hint .dropdown-content i:after {
    content: "\F14A";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}
body .wrap-order-submit > div:not(.d-lg-none) {
    display: flex;
    justify-content: center;
    width: 100% !important
}
body .wrap-order-submit .order-submit {
    background: #109BEA;
    border-radius: 4px;
    text-transform: lowercase;
}
body .wrap-order-submit .order-submit:first-letter {
    text-transform: uppercase;
}
body .ws-price-disclaimer {
    display: none;
}
@media all and (max-width: 991px) {
    body .wrap-order-submit > div.d-none.d-lg-block {
        display: none;
    }
}
body .sticky-summary-sidebar {
    background-color: #fff;
}
/* Order form writing quality */
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label {
  color: #0176d1;
  background-color: #f6fcff;
  border: 2px solid #a1d7ef;
  border-radius: 5px;
  padding: 25px 30px;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio]:checked + .radio-label {
  border: 2px solid #087ad2;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .col:first-child [type=radio] + .radio-label {
  background-image: url('/wp-content/themes/MasterEssays/images/order-writing-quality-plane.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label:after, 
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label:before {
    left: 55px;
    top: 25px;
    transform: none;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label .quality-title {
    font-weight: 700;
    color: #0176d1;
    text-align: center;
    font-size: 16px;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label {
    align-items: flex-start;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label:after {
    left: calc(50% - 45px);
    transform: translateX(-50%);
    top: 30px;
    background: #087ad2;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label:before {
    left: calc(50% - 45px);
    transform: translateX(-50%);
    top: 24px;
    border: 2px solid #087ad2;
}
body .ae-order .ws-writing-quality-row {
    padding: 0 30px;
}
body .ae-order .ws-writing-quality-row.ws-writing-quality > .col .hint i {
  top: 5px;
  right: 5px;
}
body .ae-order .ws-writing-quality-row.ws-writing-quality > .col:first-child::before,
body .ae-order .ws-writing-quality-row.ws-writing-quality > .col:last-child::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
}
body .ae-order .ws-writing-quality-row.ws-writing-quality > .col:first-child::before {
    width: 52px;
    height: 74px;
    background-image: url('/wp-content/themes/MasterEssays/images/order-writing-quality-leafs-left.png');
    left: -37px;
    top: 0;
}
body .ae-order .ws-writing-quality-row.ws-writing-quality > .col:last-child::before {
    width: 57px;
    height: 66px;
    background-image: url('/wp-content/themes/MasterEssays/images/order-writing-quality-leafs-right.png');
    right: -37px;
    bottom: 0;
}
body .ae-order .ws-writing-quality-row > .col .quality-title::after {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #05204e;
  line-height: 20px;
  padding-bottom: 20px;
  margin: 10px 0 20px 0;
}
body .ae-order .ws-writing-quality-row > .col:not(:first-child) .quality-title::after {
    border-bottom: 2px solid #bfe4f5;
}
body .ae-order .ws-writing-quality-row > .col:first-child .quality-title::after {
  content: "Best Available Writer - Fully qualified writer in your discipline";
}
body .ae-order .ws-writing-quality-row > .col:nth-child(2) .quality-title::after {
  content: "Urgent Writer Assign - Your order gets higher priority than the others";
}
body .ae-order .ws-writing-quality-row > .col:last-child .quality-title::after {
  content: "Advanced writer - One of our top-30 writers in your discipline";
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
    body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label {
        padding: 25px 15px;
    }
    body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .col:first-child [type=radio] + .radio-label {
        background-size: contain;
    }
}
@media all and (max-width: 767px) {
    body .ae-order .essay-component.order-form-wrapper .ws-writing-quality [type=radio] + .radio-label {
        padding: 25px 10px;
    }
    body .ae-order .essay-component.order-form-wrapper .ws-writing-quality .col {
        padding: 5px;
    }
}
/* END Order form writing quality */

body .affiliate-program-wrapper .side .case .case-title::before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.ae-order #order-form[data-class="poster"] .service-speaker-notes-ppp b::before, .ae-order #order-form[data-class="presentation"] .service-speaker-notes b::before{
    color: #fff;
    background-color: #65cf30;
    padding: 1px 0 2px;
    text-align: center;
    width: 118px;
    left: 0;
    top: -20px;
}
@media(min-width:768px){
    body .ae-miniorder-custom .new-miniorder .level-col {
        padding-left: 0;
    }
}