<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Template Name: Home Valuation
 */

/*******************************************************
*
* Body
*
*******************************************************/

#inner-page-wrapper{
	margin-bottom: 0;
	z-index: unset;
}
#inner-page-wrapper &gt; .container{
	width: 100%;
	padding: 0 0;
}

.inner-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.outer-container {
    max-width: 1322px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.full-container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

#content-full {
    margin-top: 0;
}
.ip-banner {
    display: none;
}

.ipcustom-banner {
    position: relative;
    background: #000;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.ipcustom-banner canvas {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    opacity: 0.68;
    min-height: 340px 
}
.ipcustom-banner:before, .ipcustom-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.ipcustom-banner:before {
    top: 0;
    height: 49%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    opacity: 0.8;
}
.ipcustom-banner:after {
    bottom: 0;
    height: 173px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.ipcustom-banner-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 7% auto 0;
    z-index: 2;
}
.ipcustom-banner-title {
    font-size: 60px;
    letter-spacing: 0.005em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: var(--font-family-title);
    font-weight: 700;
    text-shadow: 0px 0px 75px rgba(0, 0, 0, 1);
}
.ipcustom-banner-inner .primary-btn-cont {
    margin: 0 auto 30px;
    background: transparent;
    border-color: #fcb900;
    color: #fcb900;
    transition: all .3s ease;
}
.ipcustom-banner-inner .plus::before, .ipcustom-banner-inner .plus::after {
    border-color: #fcb900;
    transition: all .3s ease;
}
.ipcustom-banner-inner .plus, .ipcustom-banner-inner .primary-btn-cont a {
    transition: color .3s ease;
}
.ipcustom-banner-label {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #dddddd;
}
.ipcustom-banner-inner .primary-btn-cont:hover, .ipcustom-banner-inner .primary-btn-cont:hover .plus::before, .ipcustom-banner-inner .primary-btn-cont:hover .plus::after {
    border-color: #fff;
}
.ipcustom-banner-inner .primary-btn-cont:hover .plus {
    color: #fff;
}
.arrow-cont {
    max-width: 34px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
.ip-breadcrumbs {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 15px;
}
.ip-breadcrumbs p {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #507198;
    text-transform: uppercase;
    margin: 17px 0;
}
.ip-breadcrumbs p span.breadcrumb_last {
    color: #000;
}

.iphv-top {
    padding: 50px 0 70px;
    position: relative;
    text-align: center;
}

.iphv-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 297px;
    background: url(../../images/home-valuation/hv-bg.jpg) no-repeat bottom center/ cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.iphv-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,0.89);
}

.iphv-top p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    letter-spacing: 0.025em;
    color: #000;
}

.iphv-top p span {
    color: #6882a1;
    font-weight: 600;
}

.iphv-top .inner-container {
    max-width: 1043px;
}

.iphv-btn {
    margin: 40px auto 0;
    max-width: max-content;
}

.iphv-content {
    position: relative;
    padding: 55px 0 60px;
}

.iphv-box {
    padding: 85px 30px 50px;
    background: #f1f1f1;
}

.group-input {
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 350px;
}

.group-input input {
    width: 100%;
    border: 1px solid #515151;
    background: #fff;
    height: 44px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: 0;
}

.group-input-addon {
    width: 55px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    border: 1px solid #515151;
    border-radius: 5px;
    min-width: 55px;
}

.group-input.suffix input {
    text-align: right;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.group-input.suffix .group-input-addon {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.group-input.prefix input {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.group-input.prefix .group-input-addon {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.iphv-title {
    width: max-content;
    margin: 0 auto 45px;
}

.iphv-inner {
    max-width: 1051px;
    margin: 0 auto;
}

.iphv-form-wrap {
    position: relative;
    margin: 0 auto 45px;
}

.iphv-form-wrap p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.iphv-form {
    position: relative;
    width: 100%;
}

.iphv-form &gt; div {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    width: 100%;
}

.iphv-form &gt; div &gt; label {
    font-size: 14px;
    letter-spacing: 0.0005em;
    margin-right: 10px;
    white-space: nowrap;
    text-align: right;
    min-width: 191px;
}

.iphv-form input:not([type="radio"]) {
    width: 100%;
    border: 1px solid #515151;
    background: #fff;
    height: 44px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: 0;
}

.iphv-form &gt; div &gt; .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 850px;
}

.iphv-form select {
    width: 100%;
    border: 1px solid #515151;
    background: #fff url(../../images/home-valuation/arrow.png) no-repeat right 15px center;
    height: 44px;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    line-height: 1.3;
}

.iphv-form &gt; .iphv-city &gt; .wpcf7-form-control-wrap {
    max-width: 590px;
}

.iphv-form &gt; .iphv-state &gt; .wpcf7-form-control-wrap {
    max-width: 352px;
}

.iphv-form &gt; .iphv-ptype {
    margin-bottom: 20px;
}

.iphv-form &gt; .iphv-cop {
    margin-bottom: 20px;
}

.iphv-form .wpcf7-list-item &gt; label{
    display: flex;
    align-items: center;
}

.iphv-form input[type="radio"] {
    padding: 0 !important;
    margin: 0 8px 0 0!important;
}


.iphv-form &gt; .iphv-beds {
    margin-bottom: 20px;
}

.iphv-form textarea {
    width: 100%;
    border: 1px solid #515151;
    background: #fff;
    height: 134px;
    padding: 20px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: 0;
    min-height: 134px;
    max-height: 134px;
}

.iphv-form &gt; .iphv-arf {
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.iphv-form &gt; .iphv-arf &gt; label {
    margin-top: 15px;
}

.iphv-form &gt; .iphv-arf &gt; .wpcf7-form-control-wrap {
    width: calc(100% - 201px);
}

.message-label {
    font-size: 12px;
    padding-left: 201px;
    margin-top: 10px;
}

.iphv-form &gt; .iphv-aaob {
    margin-bottom: 20px;
}

.iphv-form &gt; .iphv-comments {
    margin-bottom: 20px;
    align-items: flex-start;
}

.iphv-form &gt; .iphv-comments &gt; label {
    margin-top: 15px;
}

.iphv-form &gt; .iphv-send {
    margin-left: 201px;
    max-width: 228px;
}

.iphv-send .primary-btn-cont.btn-submit {
    width: 228px;
    border-color: #323e4d;
}

.iphv-send .primary-btn-cont.btn-submit .primary-btn {
    color: #fff;
}

.iphv-send .primary-btn-cont.btn-submit:hover .primary-btn {
    color: #000;
}

.iphv-send .primary-btn-cont.btn-submit .plus:before, .iphv-send .primary-btn-cont.btn-submit .plus:after {
    border-color: #323e4d;
    width: 104px;
}

.iphv-send .primary-btn-cont.btn-submit:hover .plus:before, .iphv-send .primary-btn-cont.btn-submit:hover .plus:after {
    color: #000;
    width: 104px;
}

.iphv-send .primary-btn-cont.btn-submit:hover .plus {
    color: #000;
}

.iphv-form-wrap .wpcf7-response-output {
    padding: 5px !important;
    text-align: center;
    position: absolute;
    margin: 0px auto 0 !important;
    font-size: 12px;
    width: 100%;
}

.iphv-text {
    text-align: center;
}

.iphv-text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.iphv-text span {
    font-size: 12px;
}

.iphv-form .wpcf7-list-item.first {
    margin-left: 0;
}

.iphv-form .wpcf7-list-item {
    margin-left: 15px;
}

/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .ipcustom-banner:after, .ipcustom-banner:before {
        display: none;
   }
    .ipcustom-banner-inner {
        margin-top: 0;
   }
    .ipcustom-banner-title {
        font-size: 40px;
   }
   
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .iphv-form &gt; div {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    
    .iphv-form &gt; div &gt; label {
        min-width: 0;
        text-align: left;
        margin-bottom: 9px;
    }
    
    .iphv-form &gt; div &gt; .wpcf7-form-control-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .message-label {
        padding-left: 0;
        text-align: center;
    }
    
    .iphv-form &gt; .iphv-send {
        margin: 0 auto;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 567px) {
    .iphv-box {
        padding: 80px 20px;
    }

    .group-input-addon {
        min-width: 55px;
    }
    
    .iphv-form .wpcf7-form-control.wpcf7-radio {
        display: flex;
        flex-direction: column;
    }
    
    .iphv-form .wpcf7-list-item {
        margin-left: 0;
        margin-bottom: 10px;
    }
}</pre></body></html>