
/* Button */
.send-btn {
    background-color: #267df4;
}
.send-btn:hover {
    background-color: #0450B8;
}
/* Price tag */
.tag-outline path {
    fill: #267df4;
}
/* Footer heading */
.footer .title {
    color: #267df4;
}

/* Background image */
body {
    background-image: url('../images/bg/2.jpg');
}

/* Background tint */
body:after {
    background-color: rgba(50,47,72, .63);
}
/* Price tag background */
.tag-fill path {
    fill: #267df4;
}
/* Footer background */
.footer {
    background-color: rgba(14,13,20, .63 );
}
/* Footer link hover */
.footer a:hover {
    color: #0450B8;
}
/* More Domains button */
.more-domains-btn {
    background-color: #267df4;;
}
.more-domains-btn:hover,
.more-domains-btn:focus {
    background-color: #0450B8;
}
/* Domain Portfolio link */
.domains a:hover {
    background-color: #0450B8;
}
/* Offer form heading */
.offer-form .title {
    color: #322F48;
}


/* Narrow screen background styles */
@media (max-width: 480px) {
    .header {
        background-image: url('../images/bg/2.jpg');
    }
    .header:after {
        background-color: rgba(50,47,72, .63);
    }
}

.field-wrapper span.errorCustom {
    display: block;
    position: inherit;
    color: #C05862;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.field-wrapper label.error {
    background: none;
}

.form-error p {
    margin-bottom: 0;
}

.form-success {
    font-size: 18px;
}

.fix-price {
    position: relative;
    top: 8px;
}

.field-wrapper .offer-label:after {
    content: '\e02c' !important;
}

.field-wrapper .message-label:after {
    content: "\e014";
}

p.description {
    line-height: 23px;
}

.field-captcha input {
    padding-left: 125px !important;
    /*padding-bottom: .65em;*/
}