/*
Theme Name: Figs & Honey Catering
Theme URI: https://www.figsandhoneycatering.com/
Author: Maia Siber
Author URI: https://maiasiber.com/
Description: Wordpress theme for Figs & Honey Catering  by Maia Siber.
Version: 1.0
*/

@font-face {
    font-family: 'Great Vibes';
    src: url('webfonts/GreatVibes-Regular.woff2') format('woff2'),
         url('webfonts/GreatVibes-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--font-sans-serif: 'Helvetica', 'Arial', sans-serif;
	--font-cursive: 'Great Vibes', cursive;
	--color-brown: #4B360D;
	--color-yellow: #f1a528;
	--color-yellow-light: #ffd189;
	--color-yellow-pale: #fdf4e5;
}

.font_sans_serif {
	font-family: var(--font-sans-serif) !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.font_cursive {
	font-family: var(--font-cursive) !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

body {
    font-family: var(--font-sans-serif);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: var(--color-brown);
	background: var(--color-yellow-pale);
}

a, a:link, a:visited, a:focus, a:active, a:hover {
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	color: var(--color-yellow);
	-webkit-transition: all 100ms linear;
	     -o-transition: all 100ms linear;
	        transition: all 100ms linear;
}
a:hover {
	color: var(--color-yellow-light);
}
input[type='submit'] {
	-webkit-transition: all 100ms linear;
	     -o-transition: all 100ms linear;
	        transition: all 100ms linear;
}
h1, h2 {
	font-family: var(--font-cursive);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
}
h2 {
	font-size: 50px;
}
h3, h4, h5, h6 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--color-yellow);
	margin-bottom: 20px;
}
h4 {
	font-weight: 400;
	text-transform: none;
}
h5 {
	font-size: 20px;
	color: var(--color-brown);
}
h6 {
	font-size: 20px;
	color: var(--color-brown);
	text-transform: none;
}
p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 30px;
}
a.button,
input[type='submit'].button {
	display: inline-block;
	padding: 0 20px;
	background: var(--color-yellow);
	border: 2px solid var(--color-yellow);
	color: #ffffff !important;
	font-family: var(--font-sans-serif) !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 50px !important;
	text-decoration: none !important;
	text-align: center;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
a.button:hover,
input[type='submit'].button:hover {
	background: none;
	color: var(--color-yellow) !important;
}
a.button.dark,
input[type='submit'].button.dark {
	background: var(--color-brown);
	border: 2px solid var(--color-brown);
}
a.button.dark:hover,
input[type='submit'].button.dark:hover {
	background: none;
	color: var(--color-brown) !important;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.nomarg {
	margin-bottom: 0!important;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.text-center,
.centertext {
	text-align: center;
}
.text-right {
	text-align: right;
}
.centertext img,
.text-right img {
	display: inline-block;
}
.table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.table .cell {
	display: table-cell;
	vertical-align: middle;
}
.color-yellow {
	color: var(--color-yellow);
}
.color-brown {
	color: var(--color-brown);
}

/* columns */
.cols:before,
.cols:after {
	content: '';
	display: table;
}
.cols:after {
	clear: both;
}
.cols {
	*zoom: 1;
}
.cols .col {
	float: left;
}
.cols .col.four-fifths {
	width: 80%;
}
.cols .col.three-fourths,
.cols .col.three-quarters {
	width: 75%;
}
.cols .col.two-thirds {
	width: 66.6666%;
}
.cols .col.three-fifths {
	width: 60%;
}
.cols .col.one-half {
	width: 50%;
}
.cols .col.two-fifths {
	width: 40%;
}
.cols .col.one-third {
	width: 33.3333%;
}
.cols .col.one-fourth,
.cols .col.one-quarter {
	width: 25%;
}
.cols .col.one-fifth {
	width: 20%;
}
.cols .col.one-sixth {
	width: 16.6666%;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	   -ms-flex-pack: start;
	justify-content: flex-start;
}
.flex .flex-item {
	width: 33.3333%;
	-webkit-box-flex: 0;
	   -ms-flex-positive: 0;
	        flex-grow: 0;
}
.wrapper {
	padding-left: 60px;
	padding-right: 60px;
}
.inner {
	margin: 0 auto;
}

/* honeycomb */
.with-honeycomb {
	position: relative;
}
.with-honeycomb .wrapper {
	position: relative;
}
.honeycomb {
	height: 650px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.honeycomb.honeycomb-left {
	width: 360px;
	top: 0;
	left: 0;
	background-image: url(img/honeycomb-left.png);
	background-position: right top;
	background-size: 485px 650px;
}
.honeycomb.honeycomb-right {
	width: 233px;
	bottom: 0;
	right: 0;
	background-image: url(img/honeycomb-right.png);
	background-position: left top;
	background-size: 404px 650px;
}

/* testimonial */
.testimonial {
	padding: 30px 30px 10px;
	background: #ffffff;
	border: 2px solid #f1a528;
	position: relative;
}
.testimonial .quote {
	display: block;
	width: 60px;
	height: 47px;
	background: url(img/icon-quote.png) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -30px;
	left: 15px;
}
.testimonial p {
	line-height: 1.6;
	margin-bottom: 10px;
}
.testimonial h6 {
	font-size: 30px;
}

/* serving banner */
.serving_banner {
	padding: 130px 0;
	border-top: 6px solid var(--color-yellow);
	border-bottom: 2px solid var(--color-yellow);
	background: url(img/about-01.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.serving_banner:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
}
.serving_banner span {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	text-shadow:2px 2px 7px #313131;
	position: relative;
}

/* announcement */
.announcement {
	padding: 20px 0;
	background: rgba(272, 179, 80, 0.8);
	color: #ffffff;
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.announcement:before,
.announcement:after {
	display: block;
	content: '';
	width: 60%;
	height: 3px;
	background: rgba(272, 179, 80, 0.8);
	position: absolute;
	top: -15px;
	left: 0;
}
.announcement:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -15px;
}
.announcement .inner {
	max-width: 900px;
}
.announcement .small {
	font-size: 20px;
}

/* container */
#container {
	max-width: 1334px;
	margin: 0 auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); 
		    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

/* promo */
#promo {
	padding: 12px 0;
	font-size: 22px;
	line-height: 1.4;
	text-align: right;
	background: #ffffff;
}
#promo a {
	font-weight: 700;
}

/* header */
#header {
	margin-bottom: -25px;
	background: url(img/home-01.jpg) center center no-repeat;
	background-size: cover;
}
#header .logo {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	-webkit-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
		    transition: all 300ms linear;
}
#header .logo a {
	display: block;
}
#header .logo a img {
	width: 100%;
}

/* nav */
#nav {
	z-index: 100;
}
#nav ul {
	display: inline-block;
	padding: 0 70px;
	list-style: none;
	background: var(--color-yellow);
}
#nav ul li {
	display: inline-block;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}
#nav ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
#nav ul li a {
	font-size: 21px;
	line-height: 50px;
	white-space: nowrap;
	color: #ffffff;
}
#nav ul li a:hover {
	opacity: 0.7;
}
#nav ul li a:after {
	display: block;
	content: '';
	width: 2px; 
	height: 22px;
	background: var(--color-brown);
	position: absolute;
	top: 50%;
	right: 0;
	white-space: nowrap;
	margin-top: -11px;
}
#nav ul li:last-child a:after {
	display: none;
}
#nav ul li ul {
	padding: 10px 15px 5px;
	border-top: 5px solid #ffffff;
	position: absolute;
	top: 100%;
	left: -9999em;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
		 -o-transition: opacity 300ms linear;
		    transition: opacity 300ms linear;
}
#nav ul li:hover ul {
	left: -15px;
	opacity: 1;
}
#nav ul li ul li {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
#nav ul li ul li a:after {
	display: none;
}
#nav ul li ul li a {
    font-size: 16px;
    line-height: 1.3;
}
#nav ul li ul li ul {
	margin: 5px 0 0 10px;
	padding: 0;
	border-top: none;
	position: relative;
	top: auto;
	left: auto !important;
	opacity: 1;
	-webkit-transition: none;
		 -o-transition: none;
		    transition: none;
}
#nav ul li ul li ul li {
	margin: 5px 0;
}
#nav ul li ul li ul li:before {
	display: inline;
	content: "\2B22";
	margin-right: 6px;
	color: #ffffff;
	font-size: 18px;
    position: relative;
    top: 1px;
	opacity: 0.6;
}
#nav ul li ul li ul li a {
    font-size: 14px;
}

/* footer */
#footer {
	padding: 30px 0;
	border-top: 4px solid var(--color-yellow);
	background: var(--color-brown);
	color: #ffffff;
}
#footer .nav {
	margin-bottom: 20px;
}
#footer .nav ul {
	list-style: none;
	font-size: 0;
}
#footer .nav li {
	display: inline-block;
	padding-right: 8px;
}
#footer .nav li:last-child {
	padding-right: 0;
}
#footer .nav li:after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 20px;
	margin-left: 8px;
	background: #ffffff;
	vertical-align: middle;
}
#footer .nav li:last-child:after {
	display: none;
}
#footer .nav li a {
	vertical-align: middle;
	font-size: 22px;
	line-height: 1.5;
}
#footer p {
	margin-bottom: 0;
}
#footer p span {
	display: inline-block;
	padding: 0 3px;
}
#footer .socials {
	margin-top: 10px;
	font-size: 0;
	white-space: nowrap;
}
#footer .socials a {
	display: inline-block;
	width: 26px;
	margin-right: 10px;
}
#footer .socials a:last-child {
	margin-right: 0;
}
#footer .socials a:hover {
	opacity: 0.8;
}
#footer .socials a img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

/* home: intro */
#home .intro {
	padding: 60px 0;
}
#home .intro .inner {
	max-width: 1100px;
}
#home .intro .honeycomb.honeycomb-left {
	top: 110px;
}

/* home: services */
#home .services {
	margin-bottom: 60px;
}
#home .services .inner {
	max-width: 1100px;
}
#home .services .honeycomb.honeycomb-right {
	bottom: 200px;
}
#home .services .flex {
	margin: 0 -30px;
}
#home .services .flex .flex-item {
	padding: 0 30px;
}
#home .services a {
	color: var(--color-brown);
}
#home .services a:hover {
	color: var(--color-yellow);
}
#home .services a img {
	display: block;
	width: 100%;
	margin-bottom: 18px;
	-webkit-transition: .6s cubic-bezier(0,1.5,.5,1);
		 -o-transition: .6s cubic-bezier(0,1.5,.5,1);
			transition: .6s cubic-bezier(0,1.5,.5,1);
	-webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
}
#home .services a:hover img {
	-webkit-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
}
#home .services a span {
	font-size: 24px;
}

/* home: testimonials */
#home .testimonials {
	padding: 30px 0 70px;
	margin-bottom: 100px;
	position: relative;
	background: var(--color-yellow-pale);
}
#home .testimonials .inner {
	max-width: 1100px;
}
#home .testimonials .testimonial p {
	font-size: 24px;
    line-height: 1.3;
}
#home .testimonials .cta {
	width: 100%;
	position: absolute;
	bottom: -25px;
	left: 0;
}

/* home: contact */
#home .contact {
	padding: 50px 0;
	border-top: 4px solid var(--color-yellow);
	background: url(img/home-02.jpg) center center no-repeat;
	background-size: cover;
}
#home .contact .floatright {
	width: 100%;
	max-width: 744px;
}
#home .contact .formwrap {
	padding: 30px 50px 0;
	background: rgba(255, 255, 255, 0.9);
}
#home .contact .formwrap p {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
#home .contact .formwrap .field {
	margin-top: 15px;
}
#home .contact .formwrap input[type='text'],
#home .contact .formwrap input[type='email'],
#home .contact .formwrap textarea {
	width: 100%;
	padding: 0 15px;
	line-height: 50px;
	background: rgba(75, 54, 13, 0.2);
}
#home .contact .formwrap textarea {
	height: 120px;
	padding: 8px 15px;
	line-height: 1.4;
}
#home .contact .formwrap .submit {
	position: relative;
	top: 25px;
}
#home .contact .formwrap .submit input[type='submit'].button {
	min-width: 200px;
}
#home .contact .formwrap label.error {
	display: block;
	color: #ff0000;
	font-size: 14px;
	line-height: 1.4;	
}

/* about: intro */
#about .intro {
	padding: 60px 0 30px;
}
#about .intro img {
	width: 100%;
	position: relative;
	border-top: 4px solid var(--color-yellow);
	border-bottom: 4px solid var(--color-yellow);
}

/* about: banner */
#about .banner {
	margin-bottom: 80px;
	position: relative;
}
#about .banner .inner {
	max-width: 1100px;
}
#about .banner img {
	width: 100%;
}

/* about: announcement */
#about .announcement {
	margin-bottom: 70px;
}

/* about: content */
#about .content .inner {
	max-width: 800px;
}
#about .content ul {
	margin: 0 0 30px 20px;
	font-size: 18px;
	line-height: 1.4;
}
#about .content ul li {
	margin: 3px 0;
}
#about .content p img.align-left,
#about .content p img.alignleft {
	float: left;
	max-height: 400px;
	margin: 12px 36px 12px 0;
}
#about .content p img.align-right,
#about .content p img.alignright {
	float: right;
	max-height: 400px;
	margin: 12px 0 12px 36px;
}

/* about: cta */
#about .cta {
	margin: 50px 0;
	padding: 30px 0;
	background: var(--color-yellow-pale);
}
#about .cta .inner {
	max-width: 700px;
}
#about .cta p {
	margin-bottom: 0;
	font-size: 20px;
}
#about .cta p a {
	font-weight: bold;
	color: var(--color-brown);
}
#about .cta p a:hover {
	color: var(--color-yellow);
}

/* about: testimonials */
#about .testimonials {
	margin: 70px 0;
}
#about .testimonials .inner {
	max-width: 1100px;
}

/* catering: intro */
#catering .intro {
	padding-top: 60px;
}
#catering .intro .inner {
	max-width: 800px;
}
#catering .intro .honeycomb.honeycomb-left {
	top: 110px;
}

/* catering: banner */
#catering .banner .inner {
	max-width: 1100px;
}
#catering .banner img {
	width: 100%;
}

/* catering: content */
#catering .content {
	margin: 50px 0;
	position: relative;
}
#catering .content .inner {
	max-width: 800px;
}
#catering .content h3 {
	text-transform: none;
	font-weight: 400;
}
#catering .content h4 {
	margin: 10px 0;
	font-weight: 700;
	text-align: center;
}
#catering .content h4 a {
	text-decoration: underline;
}
#catering .content h4 a:hover {
	text-decoration: none;
}
#catering .content ul {
	margin: 0 0 30px 24px;
}
#catering .content ul li {
	margin: 12px 0;
	padding-left: 5px;
	font-size: 18px;
	line-height: 1.4;
}
#catering .content p.footnote {
	font-size: 16px;
	font-style: italic;
}
#catering .content .subtitle {
	margin: auto;
}

/* catering: services */
#catering .services {
	margin-top: 150px;
}
#catering .services .honeycomb.honeycomb-right {
	bottom: -200px;
}
#catering .services .inner {
	max-width: 800px;
}
#catering .services .image_text {
	margin-bottom: 175px;
	padding-left: 260px;
	position: relative;
}
#catering .services .image_text:before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -15px;
	background: var(--color-yellow-pale);
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
#catering .services .image_text .image {
	width: 260px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#catering .services .image_text .image a img {
	-webkit-transition: .6s cubic-bezier(0,1.5,.5,1);
		 -o-transition: .6s cubic-bezier(0,1.5,.5,1);
		    transition: .6s cubic-bezier(0,1.5,.5,1);
	-webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
}
#catering .services .image_text .image a:hover img {
	-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		    transform: rotate(-10deg);
}
#catering .services .image_text.reverse {
	padding-left: 0;
	padding-right: 260px;
}
#catering .services .image_text.reverse .image {
	left: auto;
	right: 0;
}
#catering .services .image_text .text {
	position: relative;
}
#catering .services .image_text .text h5 {
	position: absolute;
	top: -45px;
	left: 10px;
}
#catering .services .image_text .text ul {
	margin-left: 30px;
	padding: 5px 0;
}
#catering .services .image_text .text ul li {
	margin: 3px 0;
	line-height: 1.5;
}

/* catering: cta */
#catering .cta {
	margin: 50px 0;
	position: relative;
}
#catering .cta .inner {
	max-width: 800px;
}
#catering .cta .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
#catering .cta .flex .flex-item {
	width: 50%;
}
#catering .cta .flex .flex-item:last-child {
	padding-left: 10px;
}
#catering .cta h6 {
	margin-bottom: 0;
	font-size: 28px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
#catering .cta a {
	display: block;
}
#catering .cta a:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
#catering .cta a img {
	width: 100%;
}

/* catering: praise */
#catering .praise {
	margin: 70px 0;
}
#catering .praise .inner {
	max-width: 1100px;
}

/* menus: intro */
#menus .intro {
	padding: 60px 0 30px;
}

/* menus: carousel */
#menus .carousel {
	padding: 40px 0;
	color: #ffffff;
	background: #f1a528;
	position: relative;
	z-index: 1;
}
#menus .carousel .divider {
	width: 150px;
	margin: 0 auto 30px;
}
#menus .carousel .slider {
	padding: 0 60px;
}
#menus .carousel .slider .slide {
	padding: 0 10px;
	text-align: center;
}
#menus .carousel .slider .slide a {
	display: block;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.4;
}
#menus .carousel .slider .slide a:hover {
	color: var(--color-yellow-light);
}
#menus .carousel .slider .slide a img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	-webkit-transition: .6s cubic-bezier(0,1.5,.5,1);
		 -o-transition: .6s cubic-bezier(0,1.5,.5,1);
			transition: .6s cubic-bezier(0,1.5,.5,1);
	-webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
}
#menus .carousel .slider .slide a:hover img {
	-webkit-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
}
#menus .carousel .slider .slick-arrow {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 120px;
	left: 0;
	background-color: #4b360d;
	background-image: url(img/carousel-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	text-align: left;
	text-indent: -9999em;
	cursor: pointer;
	-webkit-transition: all 100ms linear;
		 -o-transition: all 100ms linear;
   			transition: all 100ms linear;
}
#menus .carousel .slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
	background-image: url(img/carousel-next.png);
}
#menus .carousel .slider .slick-arrow:hover {
	opacity: 0.8;
}

/* menus: banner */
#menus .banner {
	margin-top: 50px;
}
#menus .banner img {
	width: 100%;
}

/* menus: menu-list */
#menus .menu-list {
	padding-top: 60px;
}
#menus .menu-list .inner {
	max-width: 1100px;
}
#menus .menu-list .honeycomb.honeycomb-left {
	top: 110px;
}
#menus .menu-list .section h2 {
	margin: 24px 0 0 0;
	color: var(--color-yellow);
}
#menus .menu-list .section p {
	margin: 24px auto;
}
#menus .menu-list .section .item {
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.4;
}
#menus .menu-list .section .item h6 {
	margin-bottom: 3px;
}
#menus .menu-list .section .item ul {
	margin: 0 0 0 24px;
}
#menus .menu-list .section .item ul li {
	margin-bottom: 3px;
	padding-left: 5px;
}
#menus .menu-list .section .item ul li:last-child {
	margin-bottom: 0;
}

/* menus: cta */
#menus .cta {
	margin: 50px 0;
}
#menus .cta .contact-us {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 30px;
	color: #ffffff;
	background: #f1a528;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
#menus .cta .contact-us:hover {
	color: var(--color-yellow-pale);
}

/* meals to go: intro */
#meals_to_go .intro {
	padding: 60px 0 30px;
}

/* meals to go: banner */
#meals_to_go .banner {
	margin-bottom: 50px;
}
#meals_to_go .banner .inner {
	max-width: 1100px;
}
#meals_to_go .banner img {
	width: 100%;
}

/* meals to go: content */
#meals_to_go .content .inner {
	max-width: 800px;
}
#meals_to_go .content ul {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 30px 30px;
}
#meals_to_go .content ul li {
	margin: 3px 0;
}

/* meals to go: get in touch */
#meals_to_go .get_in_touch {
	margin: 50px 0;
	padding: 30px 0;
	background: var(--color-yellow-pale);
}
#meals_to_go .get_in_touch .inner {
	max-width: 700px;
}
#meals_to_go .get_in_touch p {
	font-size: 20px;
}
#meals_to_go .get_in_touch p a {
	color: var(--color-brown);
}
#meals_to_go .get_in_touch p a:hover {
	color: var(--color-yellow);
}

/* meals to go: cta */
#meals_to_go .cta {
	margin: 50px 0;
}
#meals_to_go .cta .contact-us {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 30px;
	color: #ffffff;
	background: #f1a528;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
#meals_to_go .cta .contact-us:hover{
	color: var(--color-yellow-pale);
}

/* testimonials */
#testimonials {
	padding: 60px 0;
}
#testimonials .inner {
	max-width: 1100px;
}
#testimonials p.intro {
	margin-bottom: 70px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
#testimonials .testimonial {
	margin-bottom: 100px;
	background: none;
}
#testimonials .testimonial.hidden {
	display: none;
}
#testimonials .testimonial.reverse:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(272, 179, 80, 0.15);
	position: absolute;
	top: 0;
	left: 0;
}
#testimonials .testimonial.reverse .quote {
	left: auto;
	right: 15px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
		    transform: rotate(180deg)
}
#testimonials .loadmore,
#testimonials .pagination {
	margin: -50px 0 60px;
}
#testimonials .pagination span,
#testimonials .pagination a {
	display: inline-block;
	margin: 0 3px;
	font-size: 20px;
	line-height: 1.4;  
}
#testimonials .contact {
	padding: 30px 60px;
	background: #f3bc62;
	position: relative;
}
#testimonials .contact .formwrap p {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
#testimonials .contact .formwrap .floatleft,
#testimonials .contact .formwrap .floatright {
	width: 50%;
}
#testimonials .contact .formwrap .floatleft { padding-right: 8px; }
#testimonials .contact .formwrap .floatright { padding-left: 8px; }
#testimonials .contact .formwrap .field {
	margin-top: 15px;
}
#testimonials .contact .formwrap input[type='text'],
#testimonials .contact .formwrap input[type='email'],
#testimonials .contact .formwrap textarea {
	width: 100%;
	padding: 0 15px;
	line-height: 50px;
	background: #ffffff;
}
#testimonials .contact .formwrap textarea {
	height: 120px;
	padding: 5px 15px;
	line-height: 1.4;
}
#testimonials .contact .formwrap .submit {
	margin-top: 15px;
}
#testimonials .contact .formwrap .submit input[type='submit'].button {
	min-width: 200px;
}
#testimonials .contact .formwrap label.error {
	display: block;
	font-size: 14px;
	line-height: 1.4;	
}

/* venues */
#venues .intro {
	margin-bottom: 70px;
	padding: 60px 0 30px;
}
#venues .intro .honeycomb.honeycomb-right {
	bottom: -200px;
}
#venues .intro .inner {
	max-width: 800px;
}
#venues .venues .inner {
	max-width: 900px;
}
#venues .venues .image_text {
	margin-bottom: 175px;
	padding-left: 300px;
	position: relative;
}
#venues .venues .image_text:before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -15px;
	background: var(--color-yellow-pale);
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
#venues .venues .image_text .image {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#venues .venues .image_text.reverse {
	padding-left: 0;
	padding-right: 300px;
}
#venues .venues .image_text.reverse .image {
	left: auto;
	right: 0;
}
#venues .venues .image_text .text {
	position: relative;
}
#venues .venues .image_text .text h5 {
	position: absolute;
	top: -45px;
	left: 20px;
}
#venues .venues .image_text .text p {
	margin: 0;
	padding: 20px;
}
#venues .cta {
	margin-bottom: 80px;
}
#venues .cta .inner {
	max-width: 900px;
}
#venues .cta p {
	font-size: 20px;
}

/* contact */
#contact .intro {
	padding: 60px 0 30px;
}
#contact .intro .inner {
	max-width: 900px;
}
#contact .intro .image_text {
	margin: 100px 0;
	padding-left: 300px;
	position: relative;
}
#contact .intro .image_text:before {
	display: block;
	content: '';
	width: 100%;
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -15px;
	background: var(--color-yellow-pale);
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
#contact .intro .image_text .image {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#contact .intro .image_text.reverse {
	padding-left: 0;
	padding-right: 300px;
}
#contact .intro .image_text.reverse .image {
	left: auto;
	right: 0;
}
#contact .intro .image_text .text {
	position: relative;
}
#contact .intro .image_text .text h5 {
	position: absolute;
	top: -45px;
	left: 20px;
}
#contact .intro .image_text .text p {
	margin: 0;
	padding: 20px;
	font-weight: bold;
}
#contact .contact {
	margin-bottom: 100px;
}
#contact .contact .inner {
	max-width: 1100px;
}
#contact .contact p.large {
	font-size: 24px;
}
#contact .contact .formwrap {
	padding: 25px 40px;
	background: #f3bc62;
}
#contact .contact .formwrap label {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
#contact .contact .formwrap .floatleft,
#contact .contact .formwrap .floatright {
	width: 50%;
}
#contact .contact .formwrap .floatleft { padding-right: 15px; }
#contact .contact .formwrap .floatright { padding-left: 15px; }
#contact .contact .formwrap .field {
	margin-top: 20px;
}
#contact .contact .formwrap input[type='text'],
#contact .contact .formwrap input[type='email'],
#contact .contact .formwrap textarea {
	width: 100%;
	padding: 0 15px;
	line-height: 50px;
	background: #ffffff;
}
#contact .contact .formwrap textarea {
	height: 120px;
	padding: 8px 15px;
	line-height: 1.4;
}
#contact .contact .formwrap .checks label {
	display: inline-block;
	width: 48%;
	margin: 15px 0;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
}
#contact .contact .formwrap .checks.fullwidth label {
	display: block;
	width: 100%;
}
#contact .contact .formwrap .checks label input {
	opacity: 0;
	pointer-events: none;
}
#contact .contact .formwrap .checks label:after {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 100%;
	position: absolute;
	top: -2px;
	left: 0;
}
#contact .contact .formwrap .checks label span {
	display: block;
	width: 16px;
	height: 16px;
	background: var(--color-brown);
	position: absolute;
	top: 2px;
	left: 4px;
	border-radius: 100%;
	z-index: -1;
	pointer-events: none;
}
#contact .contact .formwrap .checks label input:checked + span {
	z-index: 1;
}
#contact .contact .formwrap .submit {
	position: relative;
	top: 50px;
}
#contact .contact .formwrap .submit input[type='submit'].button {
	min-width: 200px;
}
#contact .map {
	border-top: 4px solid var(--color-yellow);
}
#contact .contact .formwrap label.error {
	line-height: 1.4;
	font-size: 14px;
	color: #ff0000;
}

/* gallery: intro */
#gallery .intro {
	padding-top: 60px;
}
#gallery .intro .inner {
	max-width: 800px;
}
#gallery .intro .honeycomb.honeycomb-left {
	top: 110px;
}

/* gallery: gallery */
#gallery .gallery {
	margin: 50px 0;
}
#gallery .gallery .inner {
	max-width: 950px;
}
#gallery .gallery .grid {
	margin: 0 -5px;
}
#gallery .gallery .grid .grid-item {
	width: 16.666666%;
	padding: 0 5px 10px;
	float: left;
}
#gallery .gallery .grid .grid-item a {
	display: block;
}
#gallery .gallery .grid .grid-item a img {
	width: 100%;
}

/* gallery: cta */
#gallery .cta {
	margin: 50px 0;
}
#gallery .cta .inner {
	max-width: 800px;
}
#gallery .cta .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
}
#gallery .cta .flex .flex-item {
	width: 50%;
}
#gallery .cta .flex .flex-item:last-child {
	padding-left: 10px;
}
#gallery .cta h6 {
	margin-bottom: 0;
	font-size: 28px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
#gallery .cta a {
	display: block;
}
#gallery .cta a:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
#gallery .cta a img {
	width: 100%;
}

/* blog: intro */
#blog .intro {
	margin-bottom: 30px;
	padding-top: 60px;
}
#blog .intro .inner {
	max-width: 800px;
}
#blog .intro .honeycomb.honeycomb-left {
	top: 110px;
}
#blog .intro h3 {
	margin-bottom: 50px;
	text-transform: none;
}

/* blog .feature */
#blog .feature {
	margin-bottom: 70px;
	position: relative;
}
#blog .feature .inner {
	max-width: 950px;
}
#blog .feature .table {
	border: 5px solid var(--color-yellow);
	border-left: none;
	background: var(--color-yellow);
}
#blog .feature .text {
	color: #ffffff;
}
#blog .feature .text .title {
	padding: 10px 20px;
	border-bottom: 2px solid #ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;    
}
#blog .feature .text .excerpt {
	padding: 20px;
}
#blog .feature .text .excerpt h3 {
	margin-bottom: 10px;
	color: #ffffff;
	text-transform: none;
}
#blog .feature .text .excerpt p {
	margin-bottom: 15px;
}
#blog .feature .text .excerpt a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
#blog .feature .text .excerpt a:hover {
	opacity: 0.6;
}
#blog .feature .image {
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

/* blog: posts */
#blog .posts {
	margin-bottom: 90px;
	position: relative;
}
#blog .posts .inner {
	max-width: 1100px;
}
#blog .posts .floatleft {
	width: 78%;
}
#blog .posts .floatright {
	width: 18%;
}
#blog .posts .post_excerpt {
	margin-bottom: 35px;
}
#blog .posts .post_excerpt .image {
	width: 280px;
	padding-right: 30px;
}
#blog .posts .post_excerpt .image a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
#blog .posts .post_excerpt .image a:hover {
	opacity: 0.6;
}
#blog .posts .post_excerpt .text h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: none;
	border-bottom: 3px solid var(--color-yellow);
}
#blog .posts .post_excerpt .text p {
	margin-bottom: 10px;
}
#blog .posts .post_excerpt .text a.readmore {
	color: var(--color-brown);
	font-size: 22px;
	font-weight: bold;
}
#blog .posts .post_excerpt .text a.readmore:hover {
	color: var(--color-yellow);
}
#blog .posts .postnav a {
	font-size: 22px;
	font-weight: bold;
}
#blog .posts .sidebar .block {
	margin-bottom: 30px;
}
#blog .posts .sidebar h4 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: var(--color-yellow);
	color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
#blog .posts .sidebar .formwrap {
	background: #e5e5e5;
	padding-right: 30px;
	position: relative;
}
#blog .posts .sidebar input[type='text'] {
	width: 100%;
	padding: 5px 10px;
	line-height: 30px;
	background: none;
}
#blog .posts .sidebar input[type='submit'] {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	background: url(img/icon-search.png) center center no-repeat;
	background-size: 20px auto;
	text-align: left;
	text-indent: -9999em;
	-webkit-transition: all 100ms linear;
		 -o-transition: all 100ms linear;
		  	transition: all 100ms linear;
}
#blog .posts .sidebar input[type='submit']:hover {
	opacity: 0.6;
}
#blog .posts .sidebar ul {
	margin: 0 0 0 20px;
}
#blog .posts .sidebar ul li {
	margin: 5px 0;
}
#blog .posts .sidebar ul li a {
	color: var(--color-brown);
	line-height: 1.2;
}
#blog .posts .sidebar ul li a:hover {
	color: var(--color-yellow);
}
#blog .posts .single {
	max-width: 700px;
}
#blog .posts .single .blog_title {	
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 3px solid var(--color-yellow);
	text-transform: none;
}
#blog .posts .single ul,
#blog .posts .single ol {
	margin: 0 0 30px 20px;
	font-size: 18px;
    line-height: 1.4;
}
#blog .posts .single ul li,
#blog .posts .single ol li {
	margin: 5px 0;
}
#blog .posts .single .return_to_blog {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 3px solid var(--color-yellow);
}
#blog .posts .single .return_to_blog a.button {
	padding: 0 15px;
	font-size: 16px!important;
    line-height: 36px!important;
}

/* blog: categories */
#blog .blog_categories {
	padding: 40px 0;
	background: var(--color-yellow-pale);
	position: relative;
	z-index: 1;
}
#blog .blog_categories .slider {
	padding: 0 60px;
}
#blog .blog_categories .slider .slide {
	padding: 0 10px;
	text-align: center;
}
#blog .blog_categories .slider .slide a {
	display: block;
	color: var(--color-brown);
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
}
#blog .blog_categories .slider .slide a:hover {
	color: var(--color-yellow);
}
#blog .blog_categories .slider .slide a img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	-webkit-transition: .6s cubic-bezier(0,1.5,.5,1);
		 -o-transition: .6s cubic-bezier(0,1.5,.5,1);
			transition: .6s cubic-bezier(0,1.5,.5,1);
	-webkit-backface-visibility: hidden;
		    backface-visibility: hidden;
}
#blog .blog_categories .slider .slide a:hover img {
	-webkit-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
}
#blog .blog_categories .slider .slick-arrow {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 120px;
	left: 0;
	background-color: #4b360d;
	background-image: url(img/carousel-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	text-align: left;
	text-indent: -9999em;
	cursor: pointer;
	-webkit-transition: all 100ms linear;
		 -o-transition: all 100ms linear;
   			transition: all 100ms linear;
}
#blog .blog_categories .slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
	background-image: url(img/carousel-next.png);
}
#blog .blog_categories .slider .slick-arrow:hover {
	opacity: 0.8;
}

/* blog: form */
#blog .form {
	padding: 70px 0;
	position: relative;
}
#blog .form .inner {
	max-width: 1000px;
}
#blog .form .formwrap {
	padding: 30px;
	background: var(--color-yellow);
	color: var(--color-yellow-pale);
}
#blog .form h4 {
	color: var(--color-yellow-pale);
	font-weight: bold;
}
#blog .form .cols {
	margin: 0 -10px;
}
#blog .form .cols .col {
	padding: 0 10px;
}
#blog .form input[type='text'],
#blog .form input[type='email'] {
	width: 100%;
	padding: 0 15px;
	line-height: 54px;
	background: var(--color-yellow-pale);
}
#blog .form input[type='submit'].button {
	width: 100%;
}
#blog .form label.error {
	display: block;
	font-size: 14px;
	line-height: 1.4;	
}

/* default page & 404 */
#page .content {
	padding: 60px 0 100px;
}
#page .content .inner {
	max-width: 950px;
}
#page .content ul,
#page .content ol {
	margin: 0 0 30px 20px;
	font-size: 18px;
    line-height: 1.4;
}
#page .content ul li,
#page .content ol li {
	margin: 5px 0;
}