.page-template-template-home-valuation .yoast-breadcrumbs,
.page-template-template-home-valuation .entry-title {
	display: none;
}

.page-template-template-home-valuation #inner-page-wrapper > .container {
	padding: 0;
}

.page-template-template-home-valuation #inner-page-wrapper #content-full {
	margin: 0;
}

.page-template-template-home-valuation .wmhw-form-wrapper {
    background: #303030;
}

.page-template-template-home-valuation .wmhw-control-wrap.next-wrap div {
    background: #208967;
}

.page-template-template-home-valuation .wmhw-control-wrap.icon-warp span {
    color: #208967;
}

.wmhw-map-cf-wrap {
    width: 77%;
    margin: 65px auto;
    height: 83px;
}

#wmhw-map {
    width: 36%;
    display: inline-block;
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -2px;
    position: relative;
}

.wmhw-item.wmhw-cf-wrap {
    width: 63%;
    float: right;
    font-size: 18px;
}

.wmhw-item.wmhw-cf-wrap form input {
    display: inline-block;
    margin: 0 1% 15px;
    background: #fff;
    border-radius: 30px;
    border: 0;
    height: 52px;
    line-height: 52px;
    padding: 0 3%;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    width: 100%;
    padding: 0 10%;
}

.wmhw-item.wmhw-cf-wrap form input[type="submit"] {
    background: #208967;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    width: 50%;
}

.wmhw-item.wmhw-cf-wrap form select {
    display: inline-block;
    margin: 0 1% 15px;
    background: #fff;
    border-radius: 30px;
    border: 0;
    height: 52px;
    line-height: 52px;
    padding: 0 3%;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    cursor: pointer;
    width: 100%;
    padding: 0 10%;
}

.wpcf7-form-control-wrap {
    width: 45%;
    display: inline-block !important;
    margin-right: 4%;
}

.page-template-template-home-valuation form > p {
    text-align: center;
}

.wmhw-steps-wrapper {
    width: 100%;
    display: inline-block;
    max-width: 100%;
}

.page-template-template-home-valuation form p,
.page-template-template-home-valuation form {
    margin-bottom: 0 !important;
}

.wmhw-title {
    font-family: inherit !important;
}

.wmhw-subtitle {
    font-family: inherit !important;
    margin: 20px 0;
}

.wmhw-cf-title {
    font-family: inherit !important;
}

@media only screen and (max-width: 1199px) {
    
    .wmhw-item.wmhw-cf-wrap {
		width: 400px;
    }
}

@media only screen and (max-width: 991px) {
    
    .wmhw-item.wmhw-cf-wrap {
		width: 100%;
	}
}

@media only screen and (max-width: 468px) {
    
    .wpcf7-form-control-wrap {
    	width: 100%;
    }
}

