.home-info {
    width: 100%;
    float: left;
}
.footer-section {
    width: 100%;

    text-align: center !important;
    float: left !important;
}
footer#colophon {
    padding-top: 0;
}
.content-area div#comments {
    display: none !Important;
}

 div#comments {
    border:none !Important;
}
.customer-review {
    width: 33%;
    float: left;
}
.location {
    width: 33%;
    float: left;
}
.contact-num {
    width: 33%;
    float: left;
}
button.book-online-button {
    padding: 10px 20px;
    border-radius: 7px;
    margin: 8px 0;
    border: 1px solid;
}
button.book-online-button:hover {
    background: #fff;
    color: #000;
}
#content div#secondary {
    display: none;
}
.footer-one .entry-title:before, .widget-title:before{
  background: none !important;
  display:none !important;
}
.footer-one {
    width: 33%;
    float: left;
}
#text-2 .textwidget p {
    margin-bottom: 3px;
}
.social-media-icons {
    margin: 0 auto;
    text-align: center;
    color: #404040;
    width: 100%;
    float: left;
}
#cdscontainer {display:none;}


@media only screen and (max-width : 320px) and (min-width : 0px) {
	.footer-one {
    width: 100%;
}
}
@media only screen and (max-width : 480px) and (min-width : 321px) {
	.footer-one {
    width: 100%;
}
}
@media only screen and (max-width : 600px) and (min-width : 481px) {
	.footer-one {
    width: 100%;
}
}
@media only screen and (max-width : 800px) and (min-width : 601px) {
	.footer-one {
    width: 100%;
}
}
