@font-face {
  font-family: 'kawoszeh';
  src: url('fonts/kawoszeh.eot?#iefix') format('embedded-opentype'),  url('fonts/kawoszeh.otf')  format('opentype'),
	     url('fonts/kawoszeh.woff') format('woff'), url('fonts/kawoszeh.ttf')  format('truetype'), url('fonts/kawoszeh.svg#kawoszeh') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTProstoSans-Bold';
  src: url('fonts/TTProstoSans-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/TTProstoSans-Bold.otf')  format('opentype'),
	     url('fonts/TTProstoSans-Bold.woff') format('woff'), url('fonts/TTProstoSans-Bold.ttf')  format('truetype'), url('fonts/TTProstoSans-Bold.svg#TTProstoSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fonts/TTProstoSans-Regular';
  src: url('fonts/TTProstoSans-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/TTProstoSans-Regular.otf')  format('opentype'),
	     url('fonts/TTProstoSans-Regular.woff') format('woff'), url('fonts/TTProstoSans-Regular.ttf')  format('truetype'), url('fonts/TTProstoSans-Regular.svg#TTProstoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTProstoSans-Light';
  src: url('fonts/TTProstoSans-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/TTProstoSans-Light.otf')  format('opentype'),
	     url('fonts/TTProstoSans-Light.woff') format('woff'), url('fonts/TTProstoSans-Light.ttf')  format('truetype'), url('fonts/TTProstoSans-Light.svg#TTProstoSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,html {
	font-family: 'fonts/TTProstoSans-Regular';	
}

a {
	text-decoration: none;
	color:#212721;
}

p {
	color:#212721;
	font-size:17px;
	line-height:29px;
	margin-bottom:25px;
	text-align:left;
}

p.sm {
	font-family: 'TTProstoSans-Bold';
	font-size:13px;
	line-height:20px;	
}

p a:hover {
	color:#C0A02F;
}

ul {
	text-align:left;
	font-size:17px;
	line-height:22px;
	float:left;
	width:100%;
	margin-bottom:25px;
}

ul li {
	list-style-type: disc;
	margin-left:15px;
	margin-bottom:8px;
	float:left;
	clear:both;
	width:95%;
}

ul ul {
	margin-bottom:0;
	margin-left:25px;
	float:left;
}

.italic {
	font-style: italic;
}

.text-bold {
	font-family: 'TTProstoSans-Bold';
}

.catering-link {
	width:48%;
	margin:1%;
	height:auto;
	border:2px solid #C0A02F;
	background:#C0A02F;
	float:left;
	transition: .25s all linear;
	box-sizing: border-box;
}

.catering-link:last-of-type {
	margin-right:0;
}

.catering-link h3 {
	padding:25px 10px;
	color:#fff;
	font-size:18px;
}

.catering-link figure {
	overflow:hidden;
}

.catering-link img {
	display:block;
	transition:.25s all linear;
	float:none;
	margin:0 !important;
}

.catering-link:hover {
	border-color:#000;
	background:#000;
}

.catering-link:hover img {
	transform:scale(1.1);
}

h2 {
	font-family: 'kawoszeh';
	font-size:60px;
	color:#C0A02F;
	margin-bottom:50px;
	text-align:center;
	position:relative;
	display:inline-block;
}

h2:before,
h2:after {
	content:"";
	position:absolute;
	height:1px;
	background:#C0A02F;
	top:35px;
	width:600px;
}

h2:before {
	right:100%;
	margin-right:20px;
}

h2:after {
	left:100%;
	margin-left:20px;
}

#subscribe-btn {
    background: #C0A02F;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 120px;
    right: 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    font-size: 11px;
    line-height: 13px;
    font-weight: 900;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body.home #subscribe-btn {
	top:50%;
	margin-top:-115px;
}

#menu {
	width:100%;
	position:fixed;
	height:85px;
	text-align:center;
	z-index:1000;
	background:url(../img/transparent-black.png);
}

a#menu-btn {
	width:40px;
	height:24px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:1001;
	display:none;
}

.burger-line {
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#burger-2 {
	top:50%;
	margin-top:-1px;
}

#burger-3 {
	bottom:0;
}

#menu a {
	display:inline-block;
	font-size:13px;
	line-height:78px;
	padding:0 16px;
	color:#D7D2C4;
	font-family: 'TTProstoSans-Bold';
	height:100%;
}

#menu a:hover {
	color:#fff;
}

#menu a.active {
	color:#fff;
	background:#C0A02F;;
}

.top-header {
	width:100%;
	background:#212721;
}

a#scroll-hint {
	width:20px;
	height:15px;
	position:absolute;
	bottom:50px;
	background:url(../img/scroll-hint.png) center center no-repeat;
	background-size: 100% auto;
	left:50%;
	margin-left:-9px;
}

#home-top {
	width:100%;
	height:100vh !important;
	background:url('../img/home-top.jpg') center center no-repeat #212721;
	background-size: cover;
	position:relative;
	text-align:center;
}

h1 {
	position:absolute;
	width:90%;
	max-width:1200px;
	left:50%;
	margin-left:-600px;
	top:200px;
	top:50%;
	margin-top:-70px;
}

h1 img{
	width:635px;
	height:auto;
	display:inline-block;
}

h1 .header-copy {
	font-size:20px;
	line-height:37px;
	color:#fff;
	width:470px;
	float:left;
	font-family: 'TTProstoSans-Bold';
	text-transform: uppercase;
}

h1 hr {
	height:140px;
	width:1px;
	border:none;
	background:#D7D2C4;
	opacity:.65;
	float:left;
	margin:0 40px;
}

.block {
	padding:120px 0;
	width:100%;
	float:left;
}

hr.block-seperator {
	border:none;
	height:1px;
	background:#D7D2C4;
}

.content-wrapper {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.content-wrapper img {
	float:left;
	max-width:100%;
}

.content-col {
	width:100%;
	height:auto;
	float:left;
}

.content-wrapper .left-col {
	width:48%;
	float:left;
	margin-right:4%;
}

.content-wrapper .right-col {
	width:48%;
	float:left;
}

.content-wrapper .left-col-sm {
	width:475px;
	float:left;
	margin-right:115px;
}

.content-wrapper .right-col-lrg {
	width:607px;
	float:left;
}

.testimonials {
	
	background:url(../img/contact-top.jpg) center center no-repeat;
	background-size: cover;
	text-align:center;
}

.contact-page .testimonials {
	background-image:url(../img/testimonials-ground.jpg);
}

.testimonials p {
	text-align:center;
	color:#fff;
	width:90%;
	max-width:670px;
	margin:0 auto;
}

p.testimonial-name {
	font-size:36px;
	font-family: 'kawoszeh';
	margin-top:25px;
	line-height:47px;
	margin-bottom:0;
}

.testimonials .content-wrapper {
	min-height:130px;
}

.quote {
	width:80px;
	height:61px;
	background-size:100% auto;
	background-repeat: no-repeat;
	position:absolute;
	top:50%;
	margin-top:-60px;
}

#quote-left {
	background-image:url(../img/quote-left.png);
	margin-left:-500px;
	left:50%;
}

#quote-right {
	background-image:url(../img/quote-right.png);
	margin-right:-500px;
	right:50%;
}

#footer {
	background:#212721;
	padding:70px 0 60px;
}

#footer .content-wrapper {
	text-align:center;
	max-width:630px;
}

img#footer-logo {
	width:80%;
	max-width:358px;
	height:auto;
	display:inline-block;
	float:none;
}

#footer-contact {
	width:630px;
	height:auto;
	margin-top:50px;
	display:inline-block;
	overflow:hidden;
}

#footer-contact > * {
    vertical-align:middle; 
}

#footer-contact a#facebook,
#footer-contact a#instagram {
	width:24px;
	height:24px;
	background:url(../img/facebook.png) center top no-repeat;
	background-size: 100% auto;
	display:inline-block;
	margin:0 5px;
}

#footer-contact a#instagram {
	background-image:url(../img/instagram.png);
}

#footer-contact a#facebook:hover,
#footer-contact a#instagram:hover {
	background-position: center bottom;
}

#footer-contact p,
#footer-contact a{
	display:inline-block;
	float:none;
	width:auto;
	margin:0 10px;
	color:#D7D2C4;
	font-size:12px;
	line-height:15px;
	letter-spacing: 1px;
}

#footer-contact a:hover {
	color:#C0A02F;
}

#copyright a:hover {
	color:#C0A02F;
}

#copyright {
	padding:10px 0 12px;
	text-align:center;
	/*background:#C0A02F;*/
	background:#0E0F0E;
}

#copyright p{
	width:auto;
	float:none;
	font-size:9px;
	line-height:15px;
	color:#D7D2C4;
	margin:0 20px;
	text-align:center;
	letter-spacing: 1px;
}

#copyright a {
	color:#D7D2C4;
	display:inline-block;
}

.sub-page-header {
	height:400px;
	text-align:center;
}

.sub-page-header img{
	display:inline-block;
	width:80%;
	max-width:480px;
	margin-top:180px;
}

#about-top {
	background:url('../img/about-top.jpg') center center no-repeat #212721;
	background-size: cover;
}

#menus-top {
	background:url('../img/menus-ground.jpg') center center no-repeat #212721;
	background-size: cover;
}

#contact-top {
	background:url('../img/contact-top.jpg') center center no-repeat #212721;
	background-size: cover;
}

#weddings-top {
	background:url('../img/weddings-top.jpg') center center no-repeat #212721;
	background-size: cover;
}

#venues-top {
	background:url('../img/venues-top.jpg') center center no-repeat #212721;
	background-size: cover;
}

#quote-top {
	background:url('../img/quote-top.jpg') center center no-repeat #212721;
	background-size: cover;
}

.team-member {
	width:30%;
	height:auto;
	display:inline-block;
	margin:0 4% 50px 0;
	border:1px solid #D7D2C4;
	padding-bottom:20px;
	position:relative;
	cursor:pointer;
	vertical-align: top;
}

.team-member img{
	width:100%;
	height:auto;
}

.team-member h3 {
	font-family: 'TTProstoSans-Bold';
	font-size:14px;
	line-height:16px;
	margin:15px 20px 0 20px;
	float:left;
	clear:both;
}

.team-member h4 {
	font-size:13px;
	line-height:1.4;
	margin:5px 20px 0 20px;
	float:left;
	clear:both;
	color:#C0A02F;
}

.team-member .read-more {
	position:absolute;
	right:0;
	bottom:0;
	width:45px;
	height:45px;
	background:url(../img/readmore.png) center top no-repeat;
	background-size: 100% auto;
}

.team-member:hover .read-more {
	background-position:center bottom;
}

.team-member:hover {
	border-color:#C0A02F;
}

#team-wrapper {
	text-align:left;
}

#team-wrapper div.team-member:nth-of-type(3n) {
	margin-right:0;
}

.team-member p {
	font-size:12px;
	line-height:22px;
	position:absolute;
	bottom:15px;
	margin:0 20px;
	display:none;
}

#team-details {
	width:100%;
	height:100px;
	background:#C0A02F;
	margin-bottom:50px;
	height:auto;
	padding:50px 80px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#fff;
    display:none;
}

#team-details p{
	color:#fff;
}

#menu-wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:80px;
}

.menu-col {
	width:48%;
	margin-right:4%;
	float:left;
}

.menu-col:nth-child(even){
	margin-right:0;
}

.menu-category {
	border:1px solid #999;
	width:99%;
	height:auto;
	overflow:hidden;
	margin:0 0 50px 0;
	padding:30px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.menu-category h3 {
	width:90%;
	color:#212721;
	font-family: 'TTProstoSans-Bold';
	font-size:18px;
	line-height:26px;
	text-align: left;
}

.menu-category a{ 
	font-size:14px;
	line-height:26px;
	float:left;
	clear:both;
	color:#212721;
	text-align: left;
}

.menu-category a:first-of-type{ 
	margin-top:10px;
}

.menu-category a:hover{ 
	color:#C0A02F;
}

.down-arrow {
	width:30px;
	height:18px;
	position:absolute;
	left:50%;
	bottom:-17px;
	margin-left:-15px;
	background:url(../img/down-arrow.png) center center no-repeat;
	background-size: 100% auto;
	display:none;
}

#google-map {
	width:100%;
	height:407px;
	background:url(../img/map-image.jpg) center center no-repeat;
	background-size:cover;
}

#google-map img{
	max-width:none;
}

.contact-block {
	width:50%;
	float:left;
	margin-bottom:40px;
}

.contact-block h4{
	  font-family: 'TTProstoSans-Bold';
	  margin-bottom:5px;
	  text-align:left;
}

.contact-block p,
.contact-block a{
	font-size:14px;
	line-height:20px;
	margin-bottom:0;
	text-align:left;
	float:left;
}

.contact-block a:hover{
	color:#C0A02F;
}

#facebook-contact,
#instagram-contact {
	background:url(../img/facebook-contact.png) center bottom no-repeat;
	width:26px;
	height:26px;
	background-size:100% auto;
	float:left;
	margin-top:5px;
	margin-right:5px;
}

#instagram-contact {
	background-image:url(../img/instagram-contact.png);
}

#facebook-contact:hover,
#instagram-contact:hover {
	background-position:center top;
}

.input-block {
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:50px;
}

.input-block:nth-child(even){
	margin-right:0;
}

.input-block label,
.input-block-full label{
	font-family: 'TTProstoSans-Bold';
	float:left;
	clear:both;
	text-transform: uppercase;
	font-size:13px;
	width:100%;
	text-align:left;
}

.input-block-full {
	width:100%;
}

input,
select,
textarea {
	width:100%;
	margin-top:10px;
	padding:10px;
	border:2px solid #D7D2C4;
	
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     font-size:17px;
     line-height:27px;
     font-family: 'fonts/TTProstoSans-Regular';
}

input:focus,
select:focus,
textarea:focus {
	border-color:#C0A02F;
	outline: none;
}

input[type="radio"]{
	width:20px;
	float:left;
	margin-top:20px;
	margin-right:50px;
}

textarea {
	height:250px;
}

option {
	font-size:16px;
}

.g-recaptcha {
	float:right;
	margin-top:30px;
}

p.radio-label {
	width:auto;
	float:left;
	margin-top:10px;
}

a#submit {
	float:right;
	background:#C0A02F;
	padding:15px 25px;
	color:#fff;
	margin-top:60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear:both;
}

a#submit:hover {
	background-color:#212721;
}

.bottom-info,
.top-info {
	width:100%;
	height:auto;
	float:left;
}

.top-info {
	margin-bottom:60px;
}

.top-info p {
	max-width:700px;
	margin:0 auto 25px;
	text-align:center;
}

a.pdf {
	color:#fff;
	padding:15px 15px 15px 36px;
	background:url(../img/pdf-btn.png) 10px center no-repeat #C0A02F;
	background-size:17px auto;
	font-size:15px;
	float:none;
	display:inline-block;
	width:auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 5px 10px;
}

a.pdf:hover {
	background-color:#212721;
}

p.disclaimer {
	font-style:italic;
	float:none;
	font-size:12px;
	line-height:20px;
	max-width:600px;
	text-align: center;
	margin:0 auto 30px;
	display:block;
}

.menu-block {
	border:1px solid #999;
	padding:30px 30px 0 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    width:100%;
    margin-bottom:60px;
    position:relative;
}

.menu-block>p.item-price {
	top:30px;
	right:30px;
	display:none;
}

.menu-block-item {
	text-align: left;
	position:relative;
	float:left;
	width:100%;
	font-size:14px;
	line-height:26px;
	padding-right:80px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:26px;
}

.menu-block .menu-block-item:last-of-type {
	margin-bottom:25px;
}


.menu-block-item p.item-price {
	font-size:14px;
	line-height:26px;
	display:none;
}

.menu-item,
.venue {
	position:relative;
	margin-bottom:15px;
	float:left;
	width:100%;
}

.menu-item h3,
.menu-block h3,
.venue h3{
	text-align: left;
	font-family: 'TTProstoSans-Bold';
	margin:0 70px 5px 0;
	font-size:18px;
	line-height:26px;
	float:left;
	/*float:left;
	width:100%;*/
}

.menu-block h3,
.venue h3 {
	margin-bottom:5px;
}

.venue h3 {
	width:100%;
}

.venue p {
	float:left;
}

.menu-block h4 {
	text-align: left;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	margin-top:-5px;
	margin-bottom:5px;
	clear:both;
	float:left;
}

.menu-block h5,
.menu-item h5 {
	text-align: left;
	margin:0 0 10px;
	float:left;
	width:100%;
	font-family: 'TTProstoSans-Bold';
	font-size:16px;
	color:#C0A02F;
}

.menu-item p,
.menu-block p {
	font-size:14px;
	line-height:26px;
	width:100%;
	float:left;
}

.menu-block p:last-of-type {
	margin-bottom:25px;
}

p.item-price {
	position:absolute;
	right:0;
	top:0;
	font-family: 'TTProstoSans-Bold';
	font-size:18px;
	line-height:26px;
	width:auto;
	display:none;
}

table {
	width:100%;
	text-align: left;
	border: 1px solid black;
	margin-bottom:60px;
	float:left;
}

table p {
	font-size:15px;
	line-height:22px;
	margin-bottom:15px;
}

table td p:last-of-type {
	margin-bottom:0;
}

table h3 {
	font-family: 'TTProstoSans-Bold';
	margin-bottom:20px;
}

th {
	font-family: 'TTProstoSans-Bold';
	background:#D7D2C4;
}

td,
th {
	width:25%;
	border: 1px solid #999;
	padding:20px;
	text-align: left;
}

.gallery-page .content-cols img {
	margin-bottom:50px;
}

@media screen and (max-width: 1400px){
	h1 img{
		width:450px;
	}

	h1 .header-copy {
		font-size:15px;
		line-height:29px;
		width:380px;
	}

	h1 {
		width:920px;
		margin-left:-460px;
	}
}

@media screen and (max-width: 1200px){
	.quote {
		width:50px;
	}

	#quote-left{
		margin-left:-420px;
	}

	#quote-right{
		margin-right:-420px;
	}

	.team-member {
		width:32%;
		height:auto;
		display:inline-block;
		margin:0 1% 50px 0;
		border:1px solid #D7D2C4;
		padding-bottom:20px;
		position:relative;
		cursor:pointer;
		vertical-align: top;
	}

	/*.team-member h3,
	.team-member h4 {
		font-size:12px;
		margin-left:10px;
		margin-right:10px;
		text-transform:none;
	}*/
}

@media screen and (max-width: 1020px){
	#menu {
		display:none;
		padding:60px 0;
		height:auto !important;
		overflow:hidden;
		background:#212721;
	}

	#menu a {
		line-height:26px !important;
		padding:5px 0 !important;
		width:100%;
		height:auto;
	}

	#menu a.active {
		color:#C0A02F;
		background:none;
	}

	h1 {
		text-align:center;
		width:100%;
		left:auto;
		top:auto;
		position:relative;
		margin:100px 0;
	}

	#home-top h1 {
		position:absolute;
		width:100%;
		max-width:1200px;
		left:50%;
		margin-left:0px;
		left:0;
		top:50%;
		margin-top:-70px;
	}

	h1 img{
		float:none;
		display:block;
		margin:0 auto 50px;
		max-width:80%;
	}

	h1 hr,
	a#scroll-hint {
		display:none;
	}

	h1 .header-copy {
		float:none;
		display:block;
		margin:0 auto;
		max-width:90%;
		font-family: 'fonts/TTProstoSans-Regular';
	}

	h2 {
		font-size:40px;
	}

	h2:before,
	h2:after {
		top:20px;
	}

	.top-header {
		float:left;
		height:auto !important;
	}

	a#menu-btn {
		display:block;
	}

	.block {
		padding:60px 0;
	}

	.sub-page-header img{ 
		margin:100px 0;
	}

	p,ul {
		font-size:13px;
		line-height:22px;
	}

	.quote {
		width:3%;
		top:0px;
		margin-top:0;
	}

	#quote-left{
		margin-left:0px;
		left:0;
	}

	#quote-right{
		margin-right:0;
		right:0;
	}

	#subscribe-btn,
	body.home #subscribe-btn {
		margin-top:0;
	    top: 0;
	    left: 0;
	    -ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    width:175px;
	    font-size:10px;
	    text-align:center;
	    padding:12px 0 14px;
	    position:absolute;
	}

}

@media screen and (max-width:850px){
	.team-member {
		margin-right:.5%;
	}
	
	#team-details {
		padding:20px 30px;
	}


}

@media screen and (max-width: 800px){
	.catering-link h3 {
		font-size:13px;
		padding:15px 5px;
	}

	.input-block {
		width:100%;
		margin-right:0;
	}

	.contact-page .content-wrapper .left-col,
	.menu-col {
		width:100%;
		margin:0 0 25px 0;
	}

	.menu-col {
		margin:0;
	}

	.contact-page .content-wrapper .right-col {
		width:100%;
		margin:0;
	}

	#footer-contact {
		width:100%;
	}

	#footer-contact p, #footer-contact a {
		display:block;
		text-align:center;
		margin:10px 0;
		font-size:12px;
		line-height:13px;
	}

	table p {
		font-size:12px;
		line-height:19px;
		margin-bottom:15px;
	}

	table h3 {
		font-family: 'TTProstoSans-Bold';
		margin-bottom:20px;
		font-size:12px;
		line-height:19px;
	}
	
	th {
		font-size:12px;
		line-height:19px;
	}

	td,
	th {
		padding:5px;
	}
}

@media screen and (max-width: 700px){
	.team-member {
		width:100%;
		margin-right:0;
	}

	
}

@media screen and (max-width: 650px){
	.content-wrapper .left-col,
	.content-wrapper .right-col {
		width:100%;
		margin:0;
	}

	.content-wrapper img {
		margin-bottom:25px;
	}

	.team-member img {
		margin-bottom:0;
	}

	.top-info {
		margin-bottom:20px;
	}


	h2 {
		font-size:30px;
		line-height:35px;
		margin-bottom:25px;
	}

	h2:before,
	h2:after {
		top:20px;
	}

	p.testimonial-name {
		font-size:25px;
		line-height:35px;
	}

	.menu-category {
		padding:20px;
		margin-bottom:30px;
	}

	#menu-wrapper {
		margin-top:40px;
	}


}

@media screen and (max-width: 500px){
	.catering-link {
		width:100%;
		margin:0 0 25px;
	}
}

@media screen and (max-width: 420px){
	.contact-block {
		width:100%;
		margin-bottom:25px;
	}

	table p {
		font-size:9px;
		line-height:14px;
	}

	table h3 {
		font-size:9px;
		line-height:14px;
	}
	
	th {
		font-size:10px;
		line-height:15px;
	}

	td,
	th {
		padding:2px;
	}

	a.pdf {
		font-size:11px;
	}
	
	.menu-block {
		padding:0;
		border:none;
	}
}




