/*
 * Theme Name:  Plate Up Child Theme
 * Theme URI:   http://themeofthecrop.com
 * Description: A child theme for Plate Up WordPress theme. Use this theme to make customizations.
 * Version:     1.0
 * Author:      Theme of the Crop
 * Author URI:  http://themeofthecrop.com
 * Template:	plate-up
 * Tags:		dark,one-column,two-columns,right-sidebar,responsive-layout,custom-colors,custom-header,custom-menu,featured-images,full-width-template,microformats,sticky-post,theme-options,threaded-comments,translation-ready
 * Text Domain: plate-up-child
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	background-color: #89d0a8;
	background: url('/wp/wp-content/themes/plate-up-child/img/bg-blue-flowers-70.png');
}

body.page-id-118 {
	background: url('/wp/wp-content/themes/plate-up-child/img/wood-bg-8.jpg');
}

.page-id-118 .main-content {
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
}

.site-header {
    background: rgba(0, 0, 0, 0.0);
}

form.visual-form-builder .vfb-item {
    margin-bottom: 10px;
}

.contact-res-right {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: -650px;
}

.lb-caption, .lb-number {color:white !important;}

@media (max-width: 760px) {
	.contact-res-right {
		float: left;
		width: 300px;
		text-align: left;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.site-header .home-link { margin-top: 15px; }
	#main { padding-top: 30px; }
}

.h4-order-form h4 {
	text-align: left;
    float: left;
    clear: both;
    font-size: x-large;
}

.bp-booking {
	display: none;
}

a {
    text-decoration: underline;
}

.hangover {
    display: none;
}

.navbar .navigation ul > li > a {
    font-weight: 600;
    text-decoration: none;
}

blockquote { padding: 0px 30px; }

@media (max-width: 468px) {
	h2.tagline { font-size: 0.9em; }
}

.other_restaurants_container {
	padding: 0 0 30px 0;
	text-align: center;
}

.footer-btm {
	font-size: 0.8em;
}

.footer-btm .menu ul li a  {
	font-size: 0.9em;
}