/*
 Theme Name:   Canvas Child
 Theme URI:    http://orfordtapas.co.uk/canvas-child/
 Description:  Canvas Child Theme
 Author:       Jane Harper
 Author URI:   http://example.com
 Template:     canvas
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  canvas-child
*/

@import url("../canvas/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
add_action( 'init', 'remove_canvas_top_navigation', 10 );
 
function remove_canvas_top_navigation () {
// Remove top nav from the woo_top hook
remove_action( 'woo_top', 'woo_top_navigation', 10 );
}

.page-id-200 .title {
display: none;
}

#logo .site-title a:hover {
  text-decoration: none;
}

.page .title {
display: none;
}

#navigation .nav li:first-child a {
    text-transform: lowercase;
text-align: left;
padding-left: 0;
}

#navigation {
    margin-bottom: 0.5em;
}

#content {
    padding: 0 0 0px;
    position: relative;
}



.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 0px;
}


.entry, .entry p {
    color: #000000;
    font: 300 11px/1.5em "Helvetica Neue",Helvetica,sans-serif;
}
.entry p {
    margin-bottom: 0.7em;
}

.entry h2 {
margin-bottom: 0.2em;
}

.entry h3 {
margin-top: 1em;
margin-bottom: 0.2em;
}

a {
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.footer {
border-top: 0px;
}

#footer {
    border-color: #ffffff -moz-use-text-color -moz-use-text-color;
    border-radius: 0px;
    border-style: none;
    border-width: 0 0 0 0;
border-top: 0px;
padding-top: 0px;
}

<footer id="footer" class="col-full">
<div id="copyright" class="col-left">

<p>
32 Orford Road, London E17 9NJ  020 8503 6542 bookings@orfordsaloon.co.uk
<br>
<strong>Opening times</strong>
: 11am – 3pm Friday – Sunday; 6pm – 10.30 pm Tuesday – Sunday
<br>
Join our mailing list for news and offers: mailing@orford saloon.co.uk
</p>



</div>
<div id="credit" class="col-right">
</footer>

.threecol-two {
min-height:440px;
max-height:440px;
}

.threecol-one {
min-height:440px;
max-height:440px;
}