.lime-col {
	text-align: center;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px px;
	padding-bottom: 60px;
}

@media (min-width: 40em) {
	.lime-row {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	
	.lime-col {
		display: table-cell;
		padding: 20px;
	}
}

.button-col {
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px px;
	padding-bottom: 60px;
}

@media (min-width: 40em) {
	.button-row {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	
	.button-col {
		display: table-cell;
		padding: 20px;
	}
}

table, th, td {
	border: 2px solid #fbf9f8;
	padding: 5px;
	background-color: #eee8ce;
}

.gallery-row {
	width: 100%;
}

.review-quote {
	padding-top: 20px;
	padding-bottom: 20px;
}

.slideshow-window {
	background-color: #E6E7E8 !important;
	border: 0 !important;
}

.site-header .entry-title {
	color: #EEE8CE;
}

.main-navigation {
	max-width: 80%;
}

.site-info {
	display: none;
}

a.button, input[type="submit"] {
	background-color: #524e4a;
	color: #eee8ce;
	outline-color: #524e4a;
	border-color: #eee8ce;
}

a.button:hover, input[type="submit"]:hover {
	background-color: #eee8ce;
	color: #524e4a;
	outline-color: #eee8ce;
	border-color: #524e4a;
}

.slideshow-window {
	background-color: #fbf9f8 !important;
}

#page-id-132 .site-header {
	max-height: 200px;
}

.gallery-row {
	text-align: center;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="name"], .contact-form textarea {
	width: 90% !important;
	background-color: #eee8ce;
}

.contact-form label {
	font-weight: normal !important;
}

#menu-item-33 a {
	background-color: #524e4a !important;
	color: #eee8ce !important;
	outline-color: #524e4a !important;
	border-color: #eee8ce !important;
	border: 2px solid !important;
	outline: 4px solid #99908a !important;
	padding: .8em 1.2em !important;
}

#menu-item-33 a:hover {
	background-color: #eee8ce !important;
	color: #524e4a !important;
	outline-color: #eee8ce !important;
	border-color: #524e4a !important;
	padding: .8em 1.2em !important;
	border: 2px solid !important;
}

.panel-navigation {
	display: none;
}