/*
Theme Name: Ambrosia Fine Foods
Author: Monster Design Co.
Author URI: http://monsterdesignco.com
Description: Custom Theme for Ambrosia Fine Foods

/* ------------------- FONTS -------------------

	font-family: 'Open Sans', sans-serif;
	
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;

*/


@font-face {
    font-family: 'alluraregular';
    src: url('/wp-content/themes/aff/fonts/allura-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/aff/fonts/allura-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/aff/fonts/allura-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-menu:before {
    content: "\e9bd";
}


/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* ------------------- BASIC LAYOUT ------------------- */

body {
	font-size: 16px;
	line-height: 100%;
	color: #383018;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

header {
	background: url(/wp-content/themes/aff/images/header-bg.png) repeat center center;
	padding: 0 5%;
}

.logo {
	width: 187px;
	height: auto;
	float: left;
	margin: 19px 0;
}

nav ul {
	text-align: right;
}

nav ul li {
	display: inline-block;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	font-size: .825em;
	letter-spacing: .2em;
	line-height: 130%;
	margin: 0;
	margin-left: 8px;
	padding: 26px 0;
	position: relative;
}

nav ul li a {
	color: #383018;
	display: block;
	padding: 10px 17px;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	border-bottom: 1px dashed transparent;
}

nav ul li:hover a, header .current_page_item a, header .current-page-parent a {
	color: #9F7F2D;
	border-bottom: 1px dashed #A7A399;
}


nav ul li.btn {
	margin-left: 25px;
}

nav ul li.btn a {
	border: 1px dashed #A7A399;
}



nav ul li.btn span {
	color: #9F7F2D;
	transition: color 300ms linear 0s;
	-webkit-transition: color 300ms linear 0s;
	-moz-transition: color 300ms linear 0s;
	-ms-transition: color 300ms linear 0s;
	-o-transition: color 300ms linear 0s;
}

nav ul li.btn:hover span {
	color: #662E6B;
}

nav ul li.btn:hover a {
	color: #383018;
}

nav ul li ul {
	position: absolute;
	left: 50%;
	width: 100px;
	top: 91px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	padding: 15px 25%;
	background: url(/wp-content/themes/aff/images/nav-bg.png) repeat center center;
	display: none;
	z-index: 999999999;
}

nav ul li ul li {
	font-size: 100%;
	text-align: center;
	margin-left: 0;
	display: block;
	width: 100%;
	padding: 0;
}

nav ul li:hover ul li:last-of-type a {
	border-bottom: 1px dashed transparent;
}

nav ul li ul li a {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	color: #fff;
}

nav ul li:hover ul li a {
	border-bottom: 1px dashed #574918;
	color: #fff;
}

.menu-btn {
	display: none;
	border: 1px dashed #A7A399;
	color: #383018;
	padding: 8px 17px 12px;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	float: right;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	font-size: .825em;
	letter-spacing: .2em;
	line-height: 130%;
	position: relative;
	margin: 24px 0;
}

.menu-btn span {
	color: #9F7F2D;
	display: inline-block;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	font-size: 1.5em;
	position: relative;
	bottom: -3px;
}

.menu-btn:hover {
	color: #383018;
}

.menu-btn:hover span {
	color: #662E6B;
}

#pagewrapper {
	width: 100%;
	position: relative;
	-webkit-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-moz-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-ms-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-o-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	right: 0;
}

.open-menu #pagewrapper {
	position: fixed;
	top: 0;
	right: 30%;
	-webkit-box-shadow: 10px 0px 16px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 0px 16px 3px rgba(0,0,0,0.5);
	box-shadow: 10px 0px 16px 3px rgba(0,0,0,0.5);
	z-index: 999;
}

.menu-screen {
	right: -30%;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-moz-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-ms-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-o-transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	transition: all 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	width: 24%;
	padding: 0 3%;
	z-index: 999;
	height: 100%;
	position: fixed;
	background: url(/wp-content/themes/aff/images/nav-bg.png) repeat left center;
	z-index: 99;
}

.close-link {
	position: fixed;
	width: 70%;
	left: 0;
	z-index: 99999999;
	display: none;
	height: 100%;
	top: 0;
}

.open-menu .close-link {
	display: block;
}

.open-menu .menu-screen {
	right: 0;
}

.menu-screen-scroll {
	overflow: scroll;
	height: 100%;
}

.menu-screen-wrap {
	padding: 32px 0;
	
}

.menu-screen h6 {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  cursor: default;
}

.menu-screen nav div:hover h6 {
	color: #662E6B;
	border-top: 1px dashed #573E59;
	border-bottom: 1px dashed #573E59;
	
}

.menu-screen nav div:hover h6 a {
	color: #662E6B;
	
}

.menu-screen nav ul {
	padding: 15px 0;
}

.menu-screen nav ul li {
	display: block;
	text-align: center;
	padding: 0;
}

.menu-screen nav ul li a {
	padding: 6px 0;
	color: #858071;
	border: none;
}

.menu-screen nav ul li a:hover {
	border: none;
	color: #fff;
}

.content-block {
	padding: 40px 5%;
}

.home .content-block {
	padding: 80px 15%;
}

/* ------------------- SLIDER ------------------- */

#slider {
	width: 100%;
	position: relative;
}

.sub #slider {
	height: 380px;
}

#banner, #banner2 {
	height: 500px;
	position: relative;
}

.home #slider {
	min-height: 500px;
	
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.cateringpage .slide {
	height: 500px;
}

.cateringpage#banner, .cateringpage#banner2 {
	height: 500px !important;
}

.slide.half {
	width: 50%;
	float: none;
	top: 0;
}

.slide.left {
	left: 0;
}

.slide.right {
	right: 0;
}

.slide-text {
	position: absolute;
	top: 50%;
	width: 35%;
	text-align: center;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	background: url(/wp-content/themes/aff/images/banner-shadow.png);
	background-size: 100% 100%;
}

.half .slide-text {
	width: 55%;
}

.slide-text h1 {
	color: #fff;
	font-size: 5em;
	text-shadow: 0px 3px 5px rgba(56, 48, 24, 0.75);
	line-height: 70%;
}

.slide-text p {
	color: #fff;
	text-shadow: 0px 3px 5px rgba(56, 48, 24, 0.75);
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	padding: 15px 0;
	line-height: 150%;
	margin-top: 5px;
}

.sub .slide-text p {
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 120%;
	letter-spacing: .2em;
}

.slide-text p a {
	font-weight: 700;
	color: #fff;
}

.slide-nav {
	text-align: center;
	width: 100%;
	bottom: 20px;
	position: absolute;
	left: 0;
	padding: 0;
	z-index: 9999;
}

.slide-nav li {
	display: inline-block;
	margin: 0 10px;
}

.slide-nav li a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px dashed #fff;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	
}

.activeSlide a, .slide-nav li:hover a {
	background: #fff;
}

/* ------------------- FOOTER ------------------- */

#menus {
	background: #9F7F2D;
	padding: 20px 10%;
	width: 80%;
	text-align: center;
}

#menus h3 {
	display: inline-block;
	margin: 0 20px 0 5px;
}

#menus .button {
	color: #fff;
	margin: 0 5px;
	border: 1px dashed #CAB88B;
}

#menus .button span {
	color: #383018;
}

footer {
	padding: 70px 5%;
	background: url(/wp-content/themes/aff/images/nav-bg.png) repeat center center;
}

footer h6 {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  cursor: default;
}

footer nav div:hover h6 {
	color: #662E6B;
	border-top: 1px dashed #573E59;
	border-bottom: 1px dashed #573E59;
	
}

footer nav div:hover h6 a {
	color: #662E6B;
}

footer nav ul {
	padding: 13px 0;
}

footer nav ul li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

footer nav ul li a {
	padding: 4px 0;
	color: #858071;
	border: none;
}

footer nav ul li a:hover {
	border: none;
	color: #fff;
}

footer .third-col {
		text-align: center;
}


footer svg {
	fill:#858071;
	transition: color 300ms linear 0s;
	-webkit-transition: color 300ms linear 0s;
	-moz-transition: color 300ms linear 0s;
	-ms-transition: color 300ms linear 0s;
	-o-transition: color 300ms linear 0s;
	max-width: 150px;
}

footer .svg {
	height: 39px;
}

footer .third-col:hover svg {
	fill:#816683;
}

footer p {
	font-size: .825em;
	color: #858071;
}

footer .third-col:hover a {
	color: #662E6B;
}

.social {
	margin: 15px 0;
}

.social a {
	display: inline-block;
	width: 30px;
	height: 16px;
	background: #9F7F2D;
	position: relative;
	text-align: center;
	padding: 7px 0;
	font-size: 1.25em;
	margin-left: 5px;
	transition: background-color 300ms linear 0s;
	-webkit-transition: background-color 300ms linear 0s;
	-moz-transition: background-color 300ms linear 0s;
	-ms-transition: background-color 300ms linear 0s;
	-o-transition: background-color 300ms linear 0s;
}

.social a:hover {
	background: #662E6B;
}

.social a span {
	color: #28231F;
}

.copyright {
	font-size: .75em;
	color: #9F7F2D;
	margin: 20px 0;
}

.copyright a:hover {
	color: #9F7F2D;
}

.seasonal {
	height: 400px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ------------------- SUB ------------------- */

.main {
	width: 73%;
}

.sidebar {
	width: 22%;
	text-align: center;
	clear: none;
}

.breadcrumbs {
	position: relative;
	margin-bottom: 40px;
	height: 34px;
}

.breadcrumbs ul {
	padding: 0;
	border: 1px dashed #A7A399;
	border-left: none;
	display: inline-block;
	left: 79px;
	top: 0;
	z-index: 2;
	position: absolute;
}

.breadcrumbs li {
	display: block;
	margin: 0;
	border-right: 1px dashed #A7A399;
	padding: 8px 20px;
	font-size: .6875em;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
	float: left;
}

.breadcrumbs li a {
	color: #9F7F2D;
}

.breadcrumbs a.home {
	border: 1px solid #2D2824;
	background: #2D2824;
	display: inline-block;
	padding: 8px 20px;
	font-size: .6875em;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #858071;
	z-index: 3;
	top: 0;
	left: 0;
	position: absolute;
}

/* ------------------- SIDEBAR ------------------- */

.sidebar .order, #how-to {
	background: #2D2824;
	padding: 35px 20px;
	margin-bottom: 10px;
}

.sidebar .order h5 {
	color: #fff;
	margin: 0;
}

.sidebar .order p {
	font-size: .75em;
	text-transform: uppercase;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	letter-spacing: .2em;
	color: #858071;
	padding: 0 20px;
	margin: 20px 0;
	line-height: 130%;
}

.download a, #how-to a {
	display: inline-block;
	padding: 10px 30px;
	border: 1px dashed #A7A399;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	font-size: 1em;
	letter-spacing: .1em;
	color: #383018;
	margin-top: 5px;
	text-transform: uppercase;
}

.sidebar .button, .download a {
	display: block;
}


.sidebar .order .button, .sidebar .download a, #how-to a {
	color: #fff;
	margin-top: 0;
}

#how-to {
	text-align: center;
}

.sidebar .download a {
	border: 1px dashed #fff;
}

.sidebar .download {
	background: #9F7F2D;
	padding: 35px 20px 33px;
	margin-bottom: 25px;
}

.sidebar .download p {
	font-size: .75em;
	text-transform: uppercase;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	letter-spacing: .2em;
	color: #383018;
	padding: 0 20px;
	margin: 10px 0 0;
	line-height: 130%;
}

.sidebar nav ul {
	padding: 13px 0;
	text-align: center;
}

.sidebar nav ul li {
	margin: 0;
	padding: 0;
	display: block;
	margin: 8px 0;
	font-size: .8125em;
}

.sidebar nav ul li a {
	border: none;
	padding: 0;
	color: #9F7F2D;
}

.sidebar nav ul li a:hover, .sidebar nav ul li.current a {
	color: #662E6B;	
}

.sidebar h6 {
	font-size: 1em;
	padding: 10px 0;
	border-bottom: 1px dashed #a7a399;
	border-top: 1px dashed #a7a399;
	color: #383018;
}

/* ------------------- MENU ------------------- */

.menu-section-header h1 {
	color: #fff;
	background: #9F7F2D;
	text-align: center;
	padding: 30px 5% 25px;
}

.menu-section-header p {
	color: #858071;
	text-align: center;
	padding: 12px 5% 13px;
	background: #383018;
	margin: 0;
}

.items {
	padding: 50px 5% 20px;
}

#menu .half {
	width: 46%;
}

.item {
	margin-bottom: 30px;
}

.item.left {
	clear:left;
}

.item.right {
	clear: right;
}

.item table {
	width: 100%;
}

.item tr:first-of-type {
	border-bottom: 1px dashed #A7A399;
	letter-spacing: .15em;
}

.item tr th {
	vertical-align: bottom;
	padding-bottom: 8px;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	font-size: .925em;
	text-transform: uppercase;
	text-align: right;
}

.item tr th:first-child {
	text-align: left;
}

.size {
	font-size: .75em;
	letter-spacing: .15em;
}

.item td {
	font-size: .75em;
	font-style: italic;
	color: #858071;
	line-height: 140%;
	padding-top: 8px;
}

.item .name {
	padding-right: 30px;
}

.item .price {
	color: #9F7F2D;
}

.veg {
	font-size: .55em;
	width: 30px;
	background: #383018;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	letter-spacing: .05em;
	line-height: 100%;
	padding: 3px 0;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	margin-right: 2px;
}

#legend p {
	margin: 0 0 50px;;
	font-size: .75em;
	font-weight: 700;
	font-style: italic;
}

#legend .veg {
	font-size: .6783em;
}

.seasonal {
	text-transform: none;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .01em;
	font-size: .75em;
	color: #9F7F2D;
	font-family: 'Open Sans', sans-serif;
}

/* ------------------- CONTACT ------------------- */

.contact .third-col {
	text-align: center;
	border: 1px solid #ccc;
	padding: 30px 2%;
}

.contact .third-col {
	width: 26%;
}

.contact .third-col:nth-child(3n+2) {
	width: 27%;
}


/* ------------------- TEXT STYLES ------------------- */

h1 {
	font-family: 'alluraregular';
	line-height: 80%;
	font-size: 4.25em;
	color: #9F7F2D;
}

h2 {
	font-family: 'alluraregular';
	color: #9F7F2D;
	font-size: 4.45em;
	line-height: 50%;
}

h2 span {
	display: block;
	color: #383018;
	border-top: 1px dashed #A7A399;
	border-bottom: 1px dashed #A7A399;
	padding: 10px;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	font-size: .35em;
	line-height: 110%;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 8px;
}

h3 {
	font-size: 3.3em;
	font-family: 'alluraregular';
	color: #fff;
	line-height: 130%;
}

h4 {
	font-family: 'alluraregular';
	font-size: 3em;
	color: #9F7F2D;
	text-align: center;
	line-height: 100%;
	position: relative;
	margin: 3px 0 21px;
}

h4 .text {
	background: url(/wp-content/themes/aff/images/nav-bg.png) repeat center center;
	display: inline-block;
	z-index: 2;
	position: relative;
	padding: 0 15px;
}

h4 .line {
	position: absolute;
	height: 0;
	display: block;
	z-index: 1;
	border-bottom: 1px dashed #574918;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

h5 {
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	font-size: 1.0625em;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 40px 0 25px;
}

h5:first-child {
	margin-top: 10px;
}

h6 {
	font-family: "Archer A", "Archer B";
	border-top: 1px dashed #574918;
	border-bottom: 1px dashed #574918;
	font-size: .825em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	color: #9F7F2D;
}

p {
	font-size: .925em;
	line-height: 140%;
	margin: 25px 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #9F7F2D;
	font-weight: 700;
	
	transition: color 300ms linear 0s;
	-webkit-transition: color 300ms linear 0s;
	-moz-transition: color 300ms linear 0s;
	-ms-transition: color 300ms linear 0s;
	-o-transition: color 300ms linear 0s;
	
}

a:hover {
	color: #662E6B;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

strong em, em strong {
	font-weight: 700;
	font-style: italic;
}

ul, ol {
	padding-left: 20px;
}

ul li, ol li {
	font-size: .925em;
	line-height: 140%;
	margin: 25px 0;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;	
}

/* ------------------- FORM STYLES ------------------- */

.newsletter {
	position: relative;
}

.newsletter input[type=text] {
	width: 70% !important;
	background: #DEDDD9 !important;
	color: #fff !important;
	border: none !important;
	font-size: .925em !important;
	padding: 8px 25% 8px 5% !important;
}

.newsletter input[type=submit] {
	background: #662E6B !important;
	color: #fff !important;
	border: none !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	padding: 10px 15px !important;
	font-size: .75em !important;
	font-family: "Archer A", "Archer B" !important;
	font-style: normal !important;
	font-weight: 800 !important;
	letter-spacing: .2em !important;
	text-transform: uppercase !important;
	cursor: pointer !important;
	display: inline-block !important;
	width: auto !important;
}

::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;  
}

:-ms-input-placeholder {  
   color: #fff;
   opacity: 1;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0 !important;
    width: 97.5% !important;
}

textarea {
	width: 98.5% !important;
}

label {
	font-size: .925em;
}

#field_1_3, #field_1_2, #field_1_5, #field_1_8, #field_1_6, #field_1_7, #field_2_2, #field_2_3 {
	width: 50%;
	float: left;
	clear: left;
}

#field_1_2, #field_1_5, #field_1_7, #field_2_3  {
	float: right;
	clear: none;
}

#field_1_1, #field_2_1 {
	margin-bottom: 0;
}

#gform_1 .gfield_radio li {
	width: 50%;
	height: 100px !important;
	display: inline-block;
	margin-right: 0;
}

#gform_1 .gfield_radio li:last-child {
	margin-right: 0;
}

#gform_1 .gfield_radio label {
	display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    font-size: .825em;
    width: 97.5% !important;
    height: 100px !important;
    color: #2D2824;
    text-align: center;
    font-weight: 800;
    padding: 23px 0;
    transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    max-width: none !important;
 }
 
#gform_1 input[type=radio] {
    display: none;
}

 #gform_1 .gfield_radio label:before {
    content: "";
    display: block;
    width: 97.5%;
    height: 100px !important;
	z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
}
	
#gform_1 .gfield_radio input[type=radio]:checked + label:before {
    color: #fff;
    border: 1px solid #9F7F2D;
    background-color: #9F7F2D;
}

#gform_1 .gfield_radio input[type=radio]:checked + label {
    color: #fff;
}

input.button {
	background: #fff !important;
	cursor: pointer;
	color: #9F7F2D;
}

input.button:hover {
	color: #662E6B !important;
}

/* ------------------- MISC STYLES ------------------- */

hr.hidden {
	clear: both; 
	visibility: hidden;
	margin: 0;
	border: none;
	height: 0;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: left;
	margin: 0 0 5px 15px;
}

.half {
	width: 45%;
}

.two-thirds {
	width: 65%;
}

.one-third {
	width: 31%;
}

.third-col {
	width: 31%;
	margin-right: 3%;
}

.third-col:nth-child(3n+2) {
	width: 32%;
}

.third-col:nth-child(3n) {
	margin-right: 0;
}

.quarter {
	width: 22%;
	margin-right: 4%;
}

.quarter:nth-child(4n) {
	margin-right: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.button {
	display: inline-block;
	padding: 10px 20px;
	border: 1px dashed #A7A399;
	font-family: "Archer A", "Archer B";
	font-style: normal;
	font-weight: 800;
	font-size: 1em;
	letter-spacing: .1em;
	color: #383018;
	margin-top: 5px;
	text-transform: uppercase;
}

.button span {
	color: #9F7F2D;
	transition: color 300ms linear 0s;
	-webkit-transition: color 300ms linear 0s;
	-moz-transition: color 300ms linear 0s;
	-ms-transition: color 300ms linear 0s;
	-o-transition: color 300ms linear 0s;
}

.button:hover {
	color: #383018;
}

.button:hover span {
	color: #662E6B !important;
}

.line {
	border: none;
	height: 0;
	border-bottom: 1px dashed #574918;
}

.full-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

hr.line {
	margin: 60px 0;
}

footer hr.line {
	margin: 6px 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* ------------------- MEDIA QUERIES ------------------- */

@media all and (max-width: 1125px) {
	
	nav ul li a {
		padding: 10px 12px;
	}
	nav ul li.btn {
		margin-left: 20px;
	}
	
	.slide-text {
	    width: 45%;
	}

}

@media all and (max-width: 1030px) {
	.home .content-block {
	    padding: 80px 10%;
	}
}

@media all and (max-width: 1015px) {
	.menu-btn {
		display: inline-block;
	}	
	
	header nav ul {
		display: none;
	}
}


@media all and (max-width: 960px) {
	.main {
		width: 69%;
	}
	
	.sidebar {
		width: 26%;
	}
	.half .slide-text {
		width: 65%;
	}
}

@media all and (max-width: 905px) {
	#menus h3 {
		display: block;
	}
	
	#menus {
	    padding: 20px 10% 30px;
	}
	
	#menu .half {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 890px) {
	
	.home .half {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	
	.home .half .half {
		float: left;
		width: 50%;
	}
	
	.home .half:first-of-type {
		margin-bottom: 90px;
	}
	
	.home .half .half:first-of-type {
		margin-bottom: 0;
	}

}

@media all and (max-width: 870px) {
	
	.slide-text {
	    width: 60%;
	}
	
	.open-menu #pagewrapper {
		right: 50%;
	}
	
	.menu-screen {
		right: -50%;
		width: 44%;
	}
	
	.close-link {
		width: 50%;
	}

}

@media all and (max-width: 850px) {
	.main {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.breadcrumbs {
		width: 100%;
		float: none;
	}
	
	#menu .half {
		width: 46%;
	}
	
	#menu .left {
		float: left;
	}
	
	#menu .right {
		float: right;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.slide.half {
		position: relative;
		width: 100%;
		height: 400px;
		left: auto;
		right: auto;
		top: auto;
	}
	
	#banner, #banner2, .cateringpage#banner, .cateringpage#banner2 {
		height: auto !important;
	}
	
}


@media all and (max-width: 830px) {
	footer .one-third, footer .two-thirds {
		width: 100%;
		float: none;
	}
	
	footer .one-third {
		margin-bottom: 20px;
	}	
}

@media all and (max-width: 700px) {
	#menus {
		display: none;
	}
}	

@media all and (max-width: 650px) {
	
	.slide-text {
	    width: 75%;
	}
	
	
	#menu .half {
		width: 100%;
		float: none;
	}
	
	
	.open-menu #pagewrapper {
		right: 70%;
	}
	
	.menu-screen {
		right: -70%;
		width: 64%;
	}
	
	.close-link {
		width: 30%;
	}
	
	.contact .third-col {
		width: 96%;
		margin: 0 0 25px;
		float: none;
	}
	
	.contact .third-col:nth-child(3n+2) {
		width: 96%;
	}
	
	.contact .third-col:last-of-type {
		margin-bottom: 0;
	}

}

@media all and (max-width: 585px) {
	footer .third-col, footer .third-col:nth-child(3n+2) {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 40px;
	}	
	#field_1_3, #field_1_2, #field_1_5, #field_1_8, #field_1_6, #field_1_7, #field_2_2, #field_2_3 {
		width: 100%;
		float: none;
	}
	
	.breadcrumbs {
		position: relative;
		margin-bottom: 40px;
		height: auto;
	}
	
	.breadcrumbs ul {
		padding: 0;
		border: 1px dashed #A7A399;
		border-bottom: none;
		border-top: none;
		display: block;
		left: auto;
		top: auto;
		z-index: 2;
		position: relative;
	}
	
	.breadcrumbs li {
		display: block;
		margin: 0;
		border-right: none;
		border-bottom: 1px dashed #A7A399;
		padding: 8px 20px;
		font-size: .6875em;
		font-family: "Archer A", "Archer B";
		font-style: normal;
		font-weight: 800;
		letter-spacing: .2em;
		text-transform: uppercase;
		float: none;
	}
	
	.breadcrumbs a.home {
		border: 1px solid #2D2824;
		background: #2D2824;
		display: block;
		padding: 8px 20px;
		font-size: .6875em;
		font-family: "Archer A", "Archer B";
		font-style: normal;
		font-weight: 800;
		letter-spacing: .2em;
		text-transform: uppercase;
		color: #858071;
		z-index: 3;
		top: auto;
		left: auto;
		position: relative;
	}
}

@media all and (max-width: 530px) {
	
	.slide-text {
	   font-size: 80%;
	}
	
	.home .half {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.home .half .half {
		float: left;
		width: 50%;
	}
	
}

@media all and (max-width: 410px) {
	.menu-btn {
		display: block;
		float: none;
		margin: 0;
	}	
	.logo {
		float: none;
	}
	header {
		text-align: center;
		padding-bottom: 24px;
	}
	
	
	.open-menu #pagewrapper {
		right: 80%;
	}
	
	.menu-screen {
		right: -80%;
		width: 74%;
	}
	
	.close-link {
		width: 20%;
	}
	
}

@media all and (max-width: 380px) {
	.home .half .half {
		float: none;
		width: 100%;
	}
	body {
		font-size: 90%;
	}
	
	.home .half:first-of-type {
		margin-bottom: 60px;
	}
	
	.home .half .half:first-of-type {
		margin-bottom: 0;
	}
	
	p.social {
		float: none;
		text-align: center;
	}
	p.copyright {
		text-align: center;
		margin-top: 15px;
	}
}