/* mortgage calculator widget */
/* make the input boxes for the mortgage widget smaller so the indicators fit in the widget */

#secondary .widget input[type="text"], #secondary .widget input[type="email"], #secondary .widget input[type="url"], #secondary .widget input[type="tel"], #secondary .widget input[type="number"], #secondary .widget input[type="date"], #secondary .widget input[type="password"], #secondary .widget input[type="search"], #colophon .widget input[type="text"], #colophon .widget input[type="email"], #colophon .widget input[type="url"], #colophon .widget input[type="tel"], #colophon .widget input[type="number"], #colophon .widget input[type="date"], #colophon .widget input[type="password"], #colophon .widget input[type="search"] {

    box-sizing: border-box;
    width: 50%;

}

/* footer styling */
/* widget area */
.site-footer .footer-main {
    background: #f92200 url(https://proactivere.com/wp-content/uploads/2018/03/back-footer2018.jpg) no-repeat left bottom !important;

}
