

/*Menu Fix*/
.header_bottom {
    max-height: 170px;
}

input, textarea, select {
    border: 1px solid black !important;
}

footer .column1 {
position: relative;
top: -18px;
}

footer .column2 {
position: relative;
top: -18px;
}

footer .column3 {
position: relative;
top: -18px;
}
.footer_top a {
    color: white;
}


@media screen and (max-width: 460px) {
.footer_top_holder {
    background: url(https://www.loveyourlocalmarket.co/wp-content/uploads/2018/01/FooterTopLYLM-100-small.jpg) no-repeat;
    background-size: cover;
}
.footer_top {
padding-top: 85px;
}
}

input.wpcf7-form-control.wpcf7-text {
color: #000;
}

.blog_holder article .post_info .time, .blog_holder article .post_info .post_author{display: none;}

/*Contact Form Text Colour*/
.contact_form input[type='text'] {
    color: #444;
}