/*
 Theme Name:   Parabola Child
 Description:  HPR Theme
 Author:       Adrian James
 Author URI:   https://cbits.co.uk
 Template:     parabola
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  parabola-child
*/

/* Decrease header logo size */
a#logo img {
	height: 70px;
}

/* No border on map icons (find a restaurant) */
img.mapicon {
	border: none;
}

/* Less padding on table cells (find a restaurant) */
#content table.mapicons tr th, #content table.mapicons tr td{
	padding: 6px 4px;
}

/* Hide Parabola copyright */
#footer2 #footer2-inner > strong {
	display: none;
}