#comments {
	display: none;
}
#text-3 {
	display: none !important;
}

.btn {
	background-color: #c11313;
	color: #ffffff;
	border-color: #c11313;
	padding: 9px 29px;
	display: flex;
	justify-content: center;
	max-width: 179px;
	margin: 20px auto;
}

.btn.book-table.broken_link {
	text-decoration: none;
}

.location_phone .cl-icon-phone {
	color: #000 !important;
	font-size: 19px !important;
}


.location-row .cl-btn-div {
	text-align: center !important;
margin: 0px !important;
}
.location-row img {
	height: 455px;
	object-fit: cover;
}


.location_name {
	font-family: Abril Fatface !important;
	font-size: 29px !important;
	margin-bottom: 19px !important;
}
.location {
	text-align: center;
	margin-top: -40px;
}

.location_phone {
	font-weight: bold;
	font-size: 19px;
	color: #951914;
}

.location_phone:hover, .btn:hover {
text-decoration:underline;
}

@media only screen and (max-width: 767px) {
 .location.location-new {
	margin-top: 0px;
}
}