/* Hide Page Title and Tagline */
.site-branding {
    display: none;
}

/* menu color */
#site-navigation.main-navigation {
     background-color: #86a9ae;
}
.main-navigation ul ul {
    background-color: #86a9ae;
}

.main-navigation {
    background-color: #15b6b8;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span, .button {
    background-color: #86a9ae;
}

/*Site content background transparent on home page */
body.home, .site-content, .content-wrapper, .content-wrapper.full-width.with-featured-image { 
background-color: transparent;
}

/* remove padding, borders, margins on home page */
#primary.content-area.front-page-content-area {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
	padding-bottom: 550px;
}

/* move main text content on home page down and make bold */
.post-19.page.type-page.status-publish.hentry.without-featured-image {
  margin-top: 400px;
	font-weight: bold;
}

/* for Book An Event contact form, makes labels blue and visible */
	#contact-form-156 {
	color:  #86a9ae;
}

/* for Book An Event contact form, moves text and entry fields over to left and expands width */
#post-156 .entry-content {
	width: 1000px;
	margin-left: -85px;
}

/* for Book An Event contact form, make message box wider */ 
#contact-form-comment-g156-message {	width: 1000px;
}

/*center footer, title and contact map widget */
.footer-widget-area.widget-area {text-align: center;
}

iframe.contact-map {
	margin: 0 auto;
}

/* remove borders, padding, margins from page 31=porch time gallery,  592=trivia night gallery, 601=Emp App */
.page-id-31 .content-wrapper.full-width.without-featured-image, .page-id-592 .content-wrapper.full-width.without-featured-image, 
.page-id-601 .content-wrapper.full-width.without-featured-image {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* remove borders, padding, margins from beer page which has a featured image */

.page-id-128 .content-wrapper.full-width.with-featured-image {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* remove borders, padding, margins, reduce padding from pages 132=cocktails, 253=hungry */
.page-id-132 .content-wrapper.full-width.without-featured-image, .page-id-253 .content-wrapper.full-width.without-featured-image {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
	padding-top: 25px;
}

/* In Emp App, move ZIP field in line with City and Street */
.wdform_row[wdid='35'] {
    height: 36px;
}