/*
Your custom style

Add your custom styles in this file so it is easier to update the theme.


Colors:
green: 259E38
green darker: 008D3C
blue lighter: 009FE3
blue: 0082C4
blue darker: 005CA3
yellow: FFE400
grey: B2B2B2

*/

h1 {
	font-size:34px;
	font-weight:600;
}

.layout-narrow .page-container {
  max-width: 1400px;
  margin: auto;
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



@media (max-width:980px) {
	.site-logo {
		width:100%;
		text-align: center;
	}
}
@media (min-width:981px) {
	.menu-container {
		width:75%;
	}
	.main-nav {
		float:right;
	}
	.site-logo {
		width:25%;
	}
}

.site-tools {
	display:none;
}

.nav-menu-main > ul > li > a {
  text-shadow: none;
  text-transform: uppercase;
  position: relative;
  padding: 45px 18px 20px;
	font-size: 15px;
	line-height: 20px;
}
@media (max-width:980px) {
	.nav-menu-main > ul > li > a {
	  padding: 20px 18px 20px;
	}
}

@media (min-width:981px) {
	.grid-main, 
	.elm-wrapper,
	.elements-sidebar-wrap {
		max-width: 1080px;
		margin: auto;
	}
}

/* Pricetable
************************************ */
.elm-price-table .table-header .table-price {
	font-size:40px;
}
.elm-price-table .table-header h3:before {
	background:#259E38;
}
.elm-price-table-main .layout-horizontal .table-footer {
	display:none;
}

.pricePeopleAnimals .entry-content {
	font-size:20px;
}

/* Pricetable
************************************ */
.special,
.special h2 {
	color:#fff;
}


/* Café Tables
************************************ */
table td {
	border-bottom:1px solid #ddd;
	padding:5px 10px 5px 0;
}
.cafe table td:first-child {
	width:50%;
}
@media (max-width:760px) {
.cafe table td:first-child {
	width:45%;
}}

/* Footer
************************************ */
.footer-widgets {
	display:none;
}