/* General*/

.ip-banner h1 {
    line-height: 1.2;
    letter-spacing: 0;
}

#inner-page-wrapper {
    margin: 0;
}

#inner-page-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 14.37%;
    height: 748px;
    background: #20b8f7;
    pointer-events: none;
}

#inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}

#content-sidebar, #content-full {
    margin: 13px 0 0;
}

.ip-breadcrumbs {

}

#content-full {
    padding-bottom: 150px;
}

.hv-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/home-valuation/hv-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#ip-home-valuation {
    position: relative;
    padding: 132px 0 32px;
    margin-top: 81px;
}

    .hv-form-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 8.12%;
        height: 100%;
        background: #202020;
    }

    .hv-form-bg::before,
    .hv-form-bg::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* .hv-form-bg::before {
        background-image: url('../../images/valuation-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    } */

    /* .hv-form-bg::after {
        background: #000;
        opacity: .70;
    } */

    .hv-content {
        position: relative;
        z-index: 5;
    }

        .hv-content-inner {
            color: #fff;
            padding-right: 139px;
        }

            #content .hv-title {
                font: normal 500 53px/1 'Spartan', sans-serif;
                text-transform: uppercase;
                margin: 0 0 63px;
                color: #fff;
            }

            #content h4,
            #content .hv-form .IDX-pageHeader {
                font-weight: 500;
                font-size: 30px;
                text-transform: uppercase;
                line-height: 1;
                margin: 0 0 16px;
            }

            #content p {
                font-size: 16px;
                font-weight: 300;
                letter-spacing: .050em;
                color: #fff;
            }

            #content p:not([class]){
                margin: 0;
            }

            .hv-form {
                margin-top: 60px;
            }

            .hv-form form {
                position: relative;
                display: block;
                font-size: 0;
                padding: 0 0 35px;
            }

                .hv-form-group {
                    margin-bottom: 22px;
                }

                .hv-field-row {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                .hv-field {
                    margin-bottom: 55px;
                }

                .hv-field-sm {
                    width: calc((100% - 104px) / 3);
                }

                .hv-field-xs {
                    width: calc((100% - 177px) / 4);
                }

                .hv-field-md {
                    width: calc((100% - 66px) / 2);
                }

                    .hv-field .wpcf7-form-control-wrap {
                        display: block;
                        font-size: 13px;
                    }

                    .hv-form-group:nth-child(3) > .hv-field:last-child {
                        margin-bottom: 0;
                    }

                        .hv-field input,
                        .hv-field select,
                        .hv-form .IDX-wrapper-standard .IDX-form-control {
                            appearance: none;
                            outline: none !important;
                            border: none;
                            background: transparent;
                            display: block;
                            width: 100%;
                            border-bottom: 1px solid #fff;
                            font-weight: 400;
                            font-size: 13px;
                            color: #fff;
                            letter-spacing: .015em;
                            text-transform: uppercase;
                            padding: 0 0 13px;
                            box-shadow: none !important;
                            line-height: normal;
                        }

                        .hv-field select,
                        .hv-form .IDX-wrapper-standard select.IDX-form-control {
                            background-image: url('../../images/icon-caret.png');
                            background-repeat: no-repeat;
                            background-position: right 8px;
                        }

                        .hv-field select option, .hv-form .IDX-wrapper-standard select.IDX-form-control option {
                            color: #212121;
                        }

                        .hv-form .IDX-wrapper-standard textarea.IDX-form-control{
                            resize: none;
                        }

                        .hv-form .IDX-wrapper-standard select.IDX-form-control option{
                            color: #212121;
                        }

                #content .hv-form-group h4 {
                    margin-bottom: 60px;
                }
                
                .hv-submit,
                .hv-form .IDX-wrapper-standard .IDX-btn {
                    width: 227px;
                    height: 70px;
                    background-color: transparent !important;
                    border: 2px solid #fff;
                    font-weight: 400;
                    font-size: 15px;
                    color: #fff;
                    letter-spacing: .5em;
                    margin-left: auto;
                    margin-top: 49px;
                    text-transform: uppercase;
                    outline: none !important;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    display: block;
                }

                .hv-submit:hover,
                .hv-submit:focus,
                .hv-form .IDX-wrapper-standard .IDX-btn:hover,
                .hv-form .IDX-wrapper-standard .IDX-btn:focus{
                    background: #20b8f7 !important;
                    color: #fff !important;
                    border: 1px solid #20b8f7 !important;
                }

                .use-floating-validation-tip .wpcf7-not-valid-tip {
                        font-size: 12px;
                    }

                .wpcf7 form .wpcf7-response-output {
                    font-size: 13px;
                    text-align: center;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    margin: 0 !important;
                    color: #fff!important;
                }

.hv-form #IDX-main {
    padding: 0;
}

.hv-form #IDX-main div:empty {
    display: none !important;
}

.hv-form .IDX-wrapper-standard label{
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.hv-form .IDX-wrapper-standard .IDX-well{
    color: #212121;
}

.hv-form .IDX-googleRecaptchaPolicy{
    color: #fff;
}

.hv-form #IDX-homevaluationformResponse p{
    line-height: 1;
}

/* Media Quieries */
@media only screen and (max-width: 1450px) {
    .hv-content-inner {
        padding-right: 183px;
    }
}

@media only screen and (max-width: 991px) {
    .hv-bg {
        display: none;
    }

    #inner-page-wrapper::after {
        display: none;
    }

    .hv-content-inner {
        padding: 0;
    }

    #content .hv-title {
        font-size: 62px;
        margin: 0 0 40px;
    }

    #ip-home-valuation {
        padding: 63px 0 30px;
    }

    .hv-submit, .hv-form .IDX-wrapper-standard .IDX-btn {
        margin-right: auto;
    }

    .wpcf7 form .wpcf7-response-output {
        bottom: -10px;
    }

    .hv-form-bg {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hv-field-row {
        display: block;
    }

    .hv-field-sm,
    .hv-field-xs,
    .hv-field-md {
        width: 100%;
    }

    .hv-field {
        margin-bottom: 25px;
    }

    #content .hv-title {
        font-size: 44px;
    }

    #content h4 {
        font-size: 23px;
    }

    #content p {
        line-height: 1;
    }

}