/*!
Theme Name: incatering
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: incatering
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

incatering is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css?family=Courgette|Lato:300,400,700,900|Playfair+Display:400i&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('css/slick.min.css');
@import url('css/responsive-tabs.css');
@import url('css/colorbox/colorbox.css');
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 1.5em 0;
}

h1 {
	font-size: 60px;
	color:#ff9513;
	font-weight:900;
	margin: 0 0 0.5em 0;
}

h2 {
	font-family: Courgette, serif;
	font-size: 48px;
	color:#ff9513;
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 30px;
	color:#ff9513;
	font-weight:900;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 24px;
	color:#ff9513;
	font-weight:700;
	margin: 0 0 0.5em 0;
}

h5 {
	font-size: 24px;
	color:#ff9513;
	margin: 0 0 0.5em 0;
}

h6 {
	font-size: 18px;
	color:#ff9513;
	font-weight:900;
	margin: 0 0 0.5em 0;
}

.special-heading{
    font-size:35px;
    font-family:Courgette, serif;
    color:#ff9513;
    display:block;
    position:relative;
}
.special-heading span{
    background:#fff;
    padding-right:10px;
    position:relative;
    z-index:1;
}
.special-heading:after{
    display:block;
    content:" ";
    border-top:1px solid #e1e1e1;
    position:absolute;
    left:0;
    right:0;
    top:50%
}

p {
    font-size:18px;
    color:#666666;
    line-height:36px;
	margin: 0 0 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 0 1.5em;
	border-left:10px solid #76c90c;
	padding:0 0 0 15px;
	font-size:24px;
	line-height:42px;
}
blockquote p{
    margin:0;
    font-size:24px;
	line-height:42px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #e7e7e7;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
	font-size: 18px;
    color: #666;
    line-height: 26px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #93d34a;
	text-decoration:none;
}

a:visited {
	color: #93d34a;
}

a:hover, a:focus, a:active {
	color: #93d34a;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	margin:-8px 0 0 0;
	text-align: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align:center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
    text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: auto;
    display: block;
    padding: 10px 15px;
    line-height: 1.2;
    min-width: 200px;
    text-transform: none;
    font-weight: normal;
}
.main-navigation ul ul a:hover {
    color:#fff;
    background:#76c90c;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul li {
    margin:0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* site styles */
.site {
    padding-top: 100px;
}

.container{
    max-width:1240px;
    margin:auto;
}

.site-header{
    padding:30px 30px 10px;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    top: 0;
    box-shadow: 0 -15px 21px #000;
    box-sizing: border-box;
}
body.admin-bar .site-header {
    top: 32px;
}
.site-header .logo{
    float:left;
    
}
.site-header .logo img{
    display:block;
    max-width: 50vw !important;
}
.site-header .social{
    float:right;
    margin-top:5px;
}
.site-header .social a{
    color: #fff;
    background: #76c90c;
    width: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 26px;
}


#frontpage-slider .slick-slide{
    position:relative;
}
#frontpage-slider .lines{
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 99;
    right: 0;
    padding: 0 100px;
}
#frontpage-slider .lines .line-1{
    font-size:50px;
    line-height:50px;
    font-family:Courgette, serif;
    color:#ff9000;
    margin-bottom:10px;
}
#frontpage-slider .lines .line-2{
    font-size:78px;
    line-height:78px;
    font-weight:900;
    color:#76c90c;
    text-transform:uppercase;
    margin-bottom:20px;
}
#frontpage-slider .lines .line-3{
    font-size:27px;
    line-height:27px;
    font-weight:900;
    color:#ff9000;
}
#frontpage-slider .slick-dots{
    position:absolute;
    list-style:none;
    padding:0;
    top:50%;
    transform: translateY(-50%);
    right:100px;
}
#frontpage-slider .slick-dots button{
    background:none;
    border:1px solid #fff;
    font-size:0;
    width:20px;
    height:20px;
    border-radius:50%;
    cursor:pointer;
}
#frontpage-slider .slick-dots .slick-active button{
    background:#fff;
}

.site-content{
    max-width:1220px;
    margin:auto;
}
.home .site-content{
    max-width:none;
}

.homepage-text-block{
    padding: 20px 20px 40px 20px;
}
.homepage-text-block img{
    border:16px solid #fff;
    box-shadow:0 0 10px #eee;
}
.homepage-text-block .homepage-text-image{
    float: left;
    max-width: 42%;
    text-align:center;
}
.homepage-text-block .homepage-text{
    text-align:center;
    font-size:17px;
    line-height:31px;
    color:#666666;
    padding-top: 50px;
    float: right;
    max-width: 56%;
}
.homepage-text-block .homepage-text p{
    font-size:17px;
    line-height:31px;
    color:#666666;
}
.homepage-text-block .homepage-text h1{
    font-family:courgette, serif;
    font-size:44px;
    line-height:52px;
    color:#ff9000;
    margin-bottom:30px;
}
.homepage-text-block .homepage-text-image .signature-1{
    font-family:courgette, serif;
    font-size:21px;
    color:#81b03f;
    margin-bottom:0;
}
.homepage-text-block .homepage-text-image .signature-2{
    font-size:15px;
}

.our-numbers{
    min-height:344px;
    height: auto;
    padding: 77px 20px;
    font-size:0;
    background:url(images/our-numbers.jpg) center center repeat;
}
.our-numbers .col{
    text-align:center;
    width:25%;
    display:inline-block;
    position:relative;
}
.our-numbers .col:after{
    display:block;
    position:absolute;
    right:0;
    top:10%;
    height:130px;
    border-right:1px solid #888f91;
    content: " ";
}
.our-numbers .col.no-border:after{
    display:none;
}
.our-numbers img{
    display:block;
    margin:0 auto 10px;
}
.our-numbers strong{
    font-size:42px;
    font-weight:bold;
    color:#fff;
    display:block;
}
.our-numbers em{
    font-family:courgette, serif;
    font-size:19px;
    color:#ff9000;
}

.homepage-block-header{
    text-align:center;
    margin-bottom:35px;
}
.homepage-block-header .title{
    font-weight:900;
    font-size:44px;
    color:#333333;
    text-transform:uppercase;
    margin-bottom:62px;
}
.homepage-block-header .subtitle{
    font-family:courgette, serif;
    font-size:21px;
    color:#ff9000;
    margin-bottom:5px;
}

.catering-block{
    padding:95px 20px;
}
.catering-block .tabs ul{
    float:left;
    width:25%;
    border:1px solid #282f31;
}
.catering-block .tabs ul li{
    display:block;
}
.catering-block .tabs ul li a{
    display:block;
    padding:29px 25px;
    text-transform:uppercase;
    font-size:19px;
    font-weight:500;
    color:#666666;
    text-align:center;
    border-bottom:1px solid #ebf2e0;
}
.catering-block .tabs ul li a:hover{
    color:#76c90c;
}
.r-tabs .r-tabs-accordion-title {
    margin-bottom: 10px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display:block;
    padding:10px 25px;
    text-transform:uppercase;
    font-size:19px;
    font-weight:300;
    color:#666666;
    text-align:center;
    border:1px solid #ebf2e0;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active a{
    background:#76c90c;
    color:#fff;
}
.catering-block .tabs ul li:last-child a{
    border-bottom:none;
}
.catering-block .tabs li.r-tabs-state-active a{
    background:#76c90c;
    color:#fff;
}
.catering-block .tabs li.r-tabs-state-active a:hover{
    color:#fff;
}
.catering-block .tab-content{
    float:right;
    width:72%;
    border:1px solid #282f31;
    padding:60px;
}
.catering-block .tab-content,
.catering-block .tab-content p{
    font-size:18px;
    line-height:31px;
    color:#666666;
}
.catering-block .tab-content .wp-post-image{
    float:right;
    display:block;
    max-width:50%;
    height:auto;
    margin:0 0 20px 20px;
}
.catering-block .tab-content .read-more{
    display:inline-block;
    font-size:15px;
    line-height:40px;
    padding:0 30px;
    color:#666666;
    text-transform:uppercase;
    border:1px solid #dadada;
}
.catering-block .tab-content .read-more i{
    color: #b0b0b0;
    font-size: 14px;
}
.catering-block .tab-content h5{
    font-family:Courgette, sans-serif;
    font-size:19px;
}
.catering-block .tab-content h2{
    font-size:23px;
    font-weight:900;
    color:#333333;
    font-family:Lato, serif;
    text-transform:uppercase;
    margin-bottom: 20px;
}

.customer-reviews-block{
    padding:50px 20px;
    background:url(images/reviews-back.jpg) center center repeat;
}
.customer-reviews-block .homepage-block-header .title{
    color:#fff;
}
.customer-reviews-block .review{
    background:#fff;
    padding:35px;
    margin: 0 20px;
}
.customer-reviews-block .review .inner{
    overflow: hidden;
    padding-top: 10px;
}
.customer-reviews-block .review img{
    float: left;
    margin-right:30px;
    border-radius:50%;
    border:3px solid #81b03f;
}
.customer-reviews-block .review .text{
    font-size:15px;
    line-height:25px;
    color:#666666;
    margin-bottom:15px;
}
.customer-reviews-block .review .author{
    font-size:23px;
    color:#333333;
    margin-bottom:2px;
}
.customer-reviews-block .review .catering-type{
    font-size:15px;
    color:#76c90c;
}
.customer-reviews-block .slick-dots{
    padding:0;
    margin:20px 0 0;
    list-style:none;
    text-align:center;
    font-size:0;
}
.customer-reviews-block .slick-dots li{
    display:inline-block;
    margin:0 5px;
}
.customer-reviews-block .slick-dots button{
    background:none;
    border:none;
    border-bottom:3px solid #ccc;
    font-size:0;
    cursor:pointer;
    width:30px;
}
.customer-reviews-block .slick-dots .slick-active button{
    border-color:#81b03f;
}
.customer-reviews-block .view-all{
    text-align:center;
    color:#81b03f;
    text-transform:uppercase;
    font-weight: 600;
    margin-top:10px;
}

.our-blog-block{
    padding:70px 20px;
}
.our-blog-block .record{
    position:relative;
    float:left;
    width:48%;
    margin-bottom:15px;
}
.our-blog-block .record img{
    float:left;
    width:47%;
    margin-right:4%;
}
.our-blog-block .record:first-child{
    width:47%;
    margin-right:5%;
}
.our-blog-block .record:first-child img{
    float:none;
    width:100%;
    margin-bottom: 23px;
}
.our-blog-block .record .post-content{
    overflow:hidden;
    padding-top: 10px;
}
.our-blog-block .record:first-child .post-content{
    padding-top: 0;
}
.our-blog-block .record .date{
    font-size:13px;
    line-height: 25px;
    padding: 0 12px;
    color:#fff;
    background:#76c90c;
    position:absolute;
    top:0;
    left:0;
}
.our-blog-block .record .title{
    font-size:21px;
    color:#333333;
    margin-bottom:10px;
}
.our-blog-block .record:first-child .title{
    font-size:23px;
}
.our-blog-block .record .excerpt{
    font-size:16px;
    line-height:25px;
    color:#666666;
    margin-bottom:15px;
}
.our-blog-block .record a{
    font-size:15px;
    color:#81b03f;
    float:left;
    text-transform:uppercase;
    position:relative;
    padding-left:30px;
}
.our-blog-block .record a:before{
    display:block;
    content:" ";
    position:absolute;
    font-size:0;
    border-bottom:1px solid #d6d6d6;
    width:20px;
    left:0;
    top:50%;
}

.page-top{
    background:url(images/page-header-back.jpg) center center no-repeat;
    text-align:center;
    height:335px;
    padding:70px 20px;
    margin: 0 0 50px;
}
.page-top h1{
    font-size:72px;
    font-weight:900;
    text-transform:uppercase;
    color:#76c90c;
    margin-bottom: 10px;
}
.page-top .breadcrumbs,
.page-top .breadcrumbs a{
    font-family:'playfair display', serif;
    font-size:24px;
    color:#ee8702;
    text-decoration:none;
}

.vnev-heading{
    font-family:Courgette, serif;
    font-size:48px;
    color:#ff9000;
}
.vnev-text{
    font-size:18px;
    line-height:31px;
    color:#666666;
    margin-bottom:40px;
}
.vnev-categories{
    margin:0 0 50px;
    padding:0;
    text-decoration:none;
    text-align:center;
}
.vnev-categories li{
    display:inline-block;
    margin:0 10px;
}
.vnev-categories li a{
    font-size:18px;
    color:#999999;
}

/*.archive .site-main,
.blog*/ .site-main{
    padding-bottom: 70px;
}

.archive .post,
.blog .post{
    width:32%;
    float:left;
    margin:0 2% 2% 0;
    position:relative;
}
.archive .post:nth-child(3n+3),
.blog .post:nth-child(3n+3){
    margin-right:0;
}
.archive .post:nth-child(3n+4),
.blog .post:nth-child(3n+4){
    clear:left;
}
.archive .post img,
.blog .post img{
    display:block;
    width: 100%;
}
.archive .post .post-header,
.blog .post .post-header{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border: 7px solid rgba(255, 255, 255, 0.7);
}
.archive .post .post-header .inner,
.blog .post .post-header .inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 0 20px;
    color:#fff;
}
.archive .post .post-header .inner a.title,
.blog .post .post-header .inner a.title{
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:block;
}
.archive .post .post-header .inner a.category,
.blog .post .post-header .inner a.category{
    color:#fff;
    font-size:14px;
}
.archive .post .post-header .inner a.icon,
.blog .post .post-header .inner a.icon{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    margin:0 5px;
    visibility: hidden;
}
.archive .post .post-header .inner a.expand,
.blog .post .post-header .inner a.expand{
    background:url(images/expand.jpg) center center no-repeat #fff;
}
.archive .post .post-header .inner a.chain,
.blog .post .post-header .inner a.chain{
    background:url(images/chain.jpg) center center no-repeat #fff;
}
.archive .post:hover .post-header .inner a.icon,
.blog .post:hover .post-header .inner a.icon{
    visibility: visible;
}

/*.single .content-area{
    padding-right: 380px;
    float: left;
    width: 100%;
}
.single .widget-area{
    width: 330px;
    float: right;
    margin-left: -330px;
}*/
.single .entry-content p{
    font-size:18px;
    line-height:32px;
}
.single .site-main{
    padding:0 0 70px;
}

.widget-area .search-form{
    position:relative;
}
.widget-area .search-field{
    width:100%;
    border-radius:0;
    border-color:#e6e6e6;
    padding:5px 15px;
}
.widget-area .search-submit{
    position:absolute;
    font-size:0;
    background:url(images/search.jpg) center center no-repeat;
    border:none;
    width:40px;
    height:36px;
    top:0;
    right:0;
    cursor:pointer;
}
.widget-area .widget-title{
    font-family:Lato, sans-serif;
    font-size:20px;
    font-weight:700;
    color:#333333;
    text-transform:uppercase;
}
.widget-area .widget ul{
    margin:0;
    padding:0;
    list-style:none;
}
.widget-area .widget .tagcloud a{
    font-size:15px !important;
    color:#666666;
    background:#f7f6f2;
    line-height: 30px;
    padding: 0 15px;
    border-radius:3px;
    display:inline-block;
}
.widget-area .widget .cat-item{
    text-align:right;
    font-size:15px;
}
.widget-area .widget .cat-item a{
    font-size:15px;
    color:#666666;
    float:left;
}
.rpwwt-widget ul li{
    margin-bottom:15px;
}
.rpwwt-widget a{
    font-size:18px;
    font-weight:700;
    color:#333333;
}
.rpwwt-post-title{
    display: block;
    line-height: 23px;
    margin: 7px 0 7px;
}
.rpwwt-post-date {
    font-size: 14px;
    line-height: 16px;
    color: #999;
}

.page-id-19 .contact-text{
    float:left;
    width:45%;
    color:#fff;
    background:#232a2d;
    padding:43px;
    font-size:16px;
    line-height: 25px;
}
.page-id-19 .contact-text p{
    color:#fff;
    background:#232a2d;
    font-size:16px;
    line-height: 25px;
}
.page-id-19 .contact-text h1{
    font-size:48px;
    line-height: 50px;
    font-family:courgette, serif;
    color:#ff9000;
    margin-bottom: 20px;
}
.page-id-19 .contact-text address{
    font-style:normal;
    margin-top: 50px;
}
.page-id-19 .contact-text address div{
    margin:0 0 20px;
    font-size:18px;
}
.page-id-19 .contact-text address a{
    color:#fff;
}
.page-id-19 .contact-text address div{
    padding-left:70px;
    line-height:53px;
    min-height:53px;
}
.page-id-19 .contact-text address .c-map{
    background:url(images/c-map.jpg) left center no-repeat;
    line-height: 25px;
}
.page-id-19 .contact-text address .c-phone{
    background:url(images/c-phone.jpg) left center no-repeat;
}
.page-id-19 .contact-text address .c-mail{
    background:url(images/c-mail.jpg) left center no-repeat;
}
.page-id-19 .contact-text address .c-url{
    background:url(images/c-url.jpg) left center no-repeat;
}
.page-id-19 .contact-form{
    float:right;
    width:50%;
}
.page-id-19 .contact-form h5{
    font-size:20px;
    font-family:'playfair display', serif;
    font-weight:300;
    color:#76c90c;
    margin-bottom: 2px;
}
.page-id-19 .contact-form h2{
    font-size:42px;
    font-family:Lato, sans-serif;
    font-weight:900;
    color:#333333;
    text-transform:uppercase;
    margin-bottom: 28px;
}
.page-id-19 .contact-form .field-left{
    float:left;
    width:49%;
    margin-bottom:20px;
}
.page-id-19 .contact-form .field-right{
    float:right;
    width:49%;
    margin-bottom:20px;
}
.page-id-19 .contact-form .wpcf7-text,
.page-id-19 .contact-form .wpcf7-date,
.page-id-19 .contact-form .wpcf7-select,
.page-id-19 .contact-form .wpcf7-textarea{
    width:100%;
    color:#999999;
    font-size:15px;
    font-weight:300;
    line-height:26px;
    max-height:48px;
    padding:10px 20px;
    border:1px solid #e6e6e6;
    border-radius:0;
}
.page-id-19 .contact-form .wpcf7-select{
    padding:13px 20px;
}
.page-id-19 .contact-form .wpcf7-textarea{
    height:210px;
    max-height:none;
    display:block;
    margin-bottom:0;
}
.page-id-19 .contact-form .wpcf7-text:focus,
.page-id-19 .contact-form .wpcf7-date:focus,
.page-id-19 .contact-form .wpcf7-select:focus,
.page-id-19 .contact-form .wpcf7-textarea:focus{
    border-color:#81b03f;
}
.page-id-19 .contact-form .wpcf7-submit{
    display:block;
    border:none;
    border-radius:0;
    background:#76c90c;
    color:#fff;
    font-size:14px;
    line-height:30px;
    font-weight:300;
    padding:5px 40px;
    text-transform:uppercase;
    cursor:pointer;
}
.page-id-19 .contact-form .wpcf7-form-control-wrap {
    position: inherit;
}

.pagination {
    text-align: center;
}
.pagination .page-numbers{
    padding:6px 12px;
    font-size:15px;
    line-height:15px;
    color:#666;
    border:1px solid #e6e6e6;
    font-weight:300;
}
.pagination .current{
    color:#fff;
    background:#81b03f;
    border-color:#81b03f;
}

.woocommerce nav.woocommerce-pagination ul {
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border:none;
    margin-right: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding:8px 12px;
    font-size:15px;
    line-height:15px;
    color:#666;
    border:1px solid #e6e6e6;
    font-weight:300;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    color:#fff;
    background:#81b03f;
    border-color:#81b03f;
}

.post-type-archive-product .content-area{
    padding-left: 300px;
    float: right;
    width: 100%;
}
.post-type-archive-product .widget-area{
    width: 276px;
    float: left;
    margin-right: -276px;
}
.post-type-archive-product .products .product img{
    float: left;
    margin-right: 30px;
}
.post-type-archive-product .products .product h2{
    font-family: Lato, sans-serif;
    font-size: 22px !important;
    font-weight: 700;
    color: #333;
    padding:0 !important;
}
.woocommerce ul.products li.product .price {
    color: #999999 !important;
    font-weight: 400;
    font-size: 22px !important;
}
.woocommerce ul.products li.product .woocommerce-product-details__short-description p {
    line-height:24px;
    font-size: 15px;
}
.woocommerce ul.products li.product .button {
    border-radius:0;
    background:#81b03f;
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
    font-weight:normal;
    margin-top: 0;
    line-height: 40px;
    padding: 0 30px;
}
.woocommerce .widget{
    border-bottom:1px solid #f1ede0;
    margin: 0 0 25px;
}
.woocommerce .widget .widget-title{
    margin-bottom: 20px;
}
.woocommerce .widget_price_filter{
    padding-bottom: 15px;
}
.woocommerce .widget_best_sellers,
.woocommerce .widget_product_search{
    border-bottom:none;
}
.widget_best_sellers .widget-title {
    margin-bottom:30px !important;
}
.widget_best_sellers img {
    width: 120px;
    height: 100px;
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}
.widget_best_sellers a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.widget_best_sellers ul li {
    overflow: hidden;
    margin: 0 0 20px;
}
.widget_best_sellers .post-title {
    display: block;
    line-height: 25px;
    margin-bottom: 5px;
    padding-top: 7px;
}
.widget_best_sellers .post-price {
    font-size: 18px;
    line-height: 18px;
    color: #999;
}
.woocommerce .widget.widget_layered_nav .woocommerce-widget-layered-nav-list{
    line-height:30px;
    padding-bottom: 20px;
}
.woocommerce .widget.widget_layered_nav .widget-title{
    background: url(images/angle-down-solid.png) right center no-repeat;
    background-size:contain;
    cursor:pointer;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: -6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color:#ebe9eb;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #81b03f;
}
.woocommerce .widget_price_filter .price_label {
    color: #999999;
    text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    text-transform: uppercase;
    font-weight: normal;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    float: right;
    color: #666666;
    font-size:15px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    color: #666666;
    font-size:15px;
    text-decoration:none;
}
.woocommerce .widget.widget_layered_nav .widget-title.wrapped{
    background: url(images/angle-up-solid.png) right center no-repeat;
    background-size:contain;
}
.woocommerce-product-search {
    position:relative;
}
.woocommerce-product-search .search-field {
    width: 100%;
    border-radius: 0;
    border-color: #e6e6e6;
    padding: 8px 20px;
}
.woocommerce-product-search button[type=submit] {
    position: absolute;
    font-size: 0;
    background: url(images/search.jpg) center center no-repeat;
    border: none;
    width: 40px;
    height: 44px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.single.single-product .content-area {
    padding-right: 0;
    float: none;
    width: 100%;
}
.single-product table.shop_table {
    border: none;
}
.single-product table.shop_table td {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
}
.single-product table.shop_table thead{
    background:#f7f6f2;
    text-transform:uppercase;
}
.single-product table.shop_table th.product-thumbnail {
    cursor:pointer;
    padding-left: 50px;
    position: relative;
}
.single-product table.shop_table th.product-thumbnail:before{
	content:'';
	background: url(images/angle-down-solid.png) center no-repeat;
	background-size: 20px auto;
	position: absolute;
	top: 50%;
	left: 12px;
	width: 20px;
	height: 23px;
	display: block;
	transform: translateY(-50%);
	transition: all 0.3s linear;
}
.single-product table.shop_table th.product-thumbnail.open:before{
	transform:rotate(180deg) translateY(50%);
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: auto;
    text-align: left;
}
.single-product table.shop_table td.product-thumbnail{
    width:150px;
    vertical-align:top;
}
.single-product table.shop_table td.product-thumbnail img{
    display:block;
}
.single-product table.shop_table td.product-name .title{
    font-size:18px;
    color:#333;
    font-weight:bold;
}
.single-product table.shop_table td.product-name .description{
    line-height: 20px;
    font-size: 15px;
    color:#666;
    padding-top: 10px;
}
.single-product table.shop_table td.product-name .description ol,
.single-product table.shop_table td.product-name .description ul,
.single-product table.shop_table td.product-name .description p{
    line-height: 20px;
    font-size: 15px;
    color:#666;
    margin: 0 0 5px 0;
}
.single-product table.shop_table td.product-name .description ol,
.single-product table.shop_table td.product-name .description ul{
    padding-left: 30px;
}
.single-product table.shop_table td.product-price{
    font-size:18px;
    color:#999;
}
.single-product table.shop_table td.product-quantity{
    font-size:18px;
}
.single-product table.shop_table td.product-subtotal{
    font-size:18px;
    color:#666;
}
.single-product button[name="update_cart"]{
    float: right;
    display: block;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    background: #ff9000;
    color:#fff;
    line-height: 1;
    padding: 16px 30px;
}
.update-cart-notice {
    float: right;
    margin: 8px 15px 0 0;
    font-weight: bold;
    text-decoration: underline;
    color: #ff9000;
}
.single-product button[name="apply_coupon"]{
    display: block;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    background: #81b03f;
    color:#fff;
    line-height: 1;
    padding: 16px 30px;
    float: left;
}
.single-product input[name="coupon_code"]{
    line-height: 24px !important;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 13px;
    float: left;
    margin: 0 20px 0 0;
}
.single-product .checkout-button{
    text-align: center;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 14px !important;
    background: #81b03f !important;
    line-height: 1 !important;
    padding: 16px 30px !important;
}
.single-product table.shop_table {
    margin: 0 0px 5px 0;
    border: none;
}
.single-product table.shop_table th {
    padding: 15px 12px;
}
.single-product table.shop_table th.product-price,
.single-product table.shop_table td.product-price{
    width:130px;
}
.single-product table.shop_table th.product-quantity,
.single-product table.shop_table td.product-quantity{
    width:130px;
}
.single-product table.shop_table th.product-subtotal,
.single-product table.shop_table td.product-subtotal{
    width:130px;
}
.single-product table.shop_table th.product-remove,
.single-product table.shop_table td.product-remove{
    width:50px;
}
.single-product #content div.product div.images,
.single-product div.product div.images {
    float: left;
    width: 150px;
    margin: 0 20px 0 0;
}
.single-product .woocommerce-cart-form table.shop_table td{
    padding: 10px 12px;
}
.single-product h4 {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-product .order-summary td {
    padding: 20px 12px !important;
}
.single-product .cart-collaterals th{
    font-size:20px;
    border-top:0 !important;
    border-bottom:1px solid #e6e6e6;
}
.single-product .cart-collaterals td{
    font-size:18px;
    color:#666666;
    border-top:0 !important;
    border-bottom:1px solid #e6e6e6;
}
.single-product .cart-collaterals .order-total td strong{
    font-weight:normal;
    color:#81b03f;
}
.cart .single_add_to_cart_button{
    display:none !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce-checkout h3{
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.woocommerce-checkout form .form-row {
    margin: 0 0 15px;
}
.woocommerce-checkout .form-row label {
    line-height: 2;
    font-size:15px;
    color:#666666;
    margin-bottom: 5px;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
    line-height: 24px !important;
    padding: 8px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-size:13px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#666666;
    line-height: 24px;
    padding: 8px 20px;
    font-size:13px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 44px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}
.woocommerce-checkout .select2-results ul{
    font-size:13px;
}
.woocommerce-checkout .form-row textarea {
    height:100px !important;
}
.woocommerce-checkout .col2-set .col-1 {
    width: 66% !important;
}
.woocommerce-checkout .col2-set .col-2 {
    width: 32% !important;
    border:1px dashed #81b03f;
    padding:30px;
}
.woocommerce-checkout table.shop_table {
    border:none;
}
.woocommerce-checkout table.shop_table td {
    padding: 14px 12px;
}
.woocommerce-checkout table.shop_table tfoot td {
    padding: 20px 12px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-name {
    padding-left: 0;
    font-size: 14px;
    border-top: 1px solid #0000001a;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total {
    padding-right: 0;
    font-size: 14px;
    border-top: 1px solid #0000001a;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
    padding-left: 0;
    font-size: 18px;
    color:#666;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
    padding-right: 0;
    font-size: 18px;
    color:#666;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead .product-name {
    font-size: 18px;
    color:#666;
    border-top:none;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead .product-total {
    font-size: 18px;
    color:#666;
    border-top:none;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-edit{font-size: 12px;}
#secondary.widget-area .checkout-button.button{
	text-align: center;
	border-radius: 0 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 14px !important;
	background: #81b03f !important;
	line-height: 1 !important;
	padding: 16px 30px !important;
	width:100%;
}
.woocommerce-checkout #place_order {
    float: none !important;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    background: #81b03f;
    line-height: 1;
    padding: 12px;
}
.woocommerce-info {
    border-top-color: #76c90c;
}
.woocommerce-info:before {
    color: #76c90c;
}

.site-footer{
    background:#282f31;
    color:#fff;
    padding:88px 20px;
    font-size:16px;
    line-height:25px;
}
.site-footer h4{
    font-size:21px;
    color:#76c90c;
    margin-bottom: 40px;
}
.site-footer address{
    font-style:normal;
    line-height: 35px;
}
.site-footer address a{
    display:block;
    color:#fff;
    text-decoration:none;
}
.site-footer address .mail{
    padding:0 0 0 30px;
    background:url(images/mail.png) 0 center no-repeat;
}
.site-footer address .pointer{
    padding:0 0 0 30px;
    background:url(images/pointer.png) 2px center no-repeat;
}
.site-footer address .phone{
    padding:0 0 0 30px;
    background:url(images/phone.png) 0 center no-repeat;
}
.site-footer ul{
    margin:0;
    padding: 0 20px 0 0;
    width:50%;
    float:left;
    list-style:none;
}
.site-footer ul a{
    color:#fff;
    text-decoration:none;
}
.site-footer ul a:hover {
    color: #76c90c;
}
.site-footer ul li{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}
.site-footer .col{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.site-footer .col:last-child{
    margin-right: 0;
}
.site-footer .col p{
    color:#fff;
    font-size:16px;
    line-height:25px;
}
.site-footer .col:first-child p{
    margin-bottom: 10px;
}
.site-footer .copyright{
    color:#999999;
    border-top:1px solid #b3b4b2;
    padding-top:20px;
    margin-top: 65px;
}
.site-footer form{
    font-size:0;
}
.site-footer form input[type="email"]{
    border-color: #e2e3e4;
    border-radius: 0;
    font-size: 13px;
    color: #999;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 214px;
    display: inline-block;
    vertical-align: top;
}
.site-footer form input[type="submit"]{
    border-color: #66aa13;
    border-radius: 0;
    height: 42px;
    font-size: 0;
    width: 60px;
    display: inline-block;
    vertical-align: top;
    background:url(images/send.png) center center no-repeat #76c90c;
}

.page-id-19 iframe{
    display:block;
}


.hustle-modal-message{
    text-align: center;
}
.hustle-modal-message input[type=email]{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.hustle-modal-message input[type=submit]{
    border: none;
    background: #0f0f6e;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 30px;
    cursor:pointer;
}

.order-item-notes{
}
.order-item-notes a{
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
    color: #333;
    outline:none;
}
.order-item-notes a span{
    font-weight: bold;
    color:#81b03f;
    background:#f0f0f0;
    width: 28px;
    line-height: 19px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    height: 28px;
    padding: 4px 0px;
}
.order-item-notes textarea{
    display:none;
}
.order-item-notes textarea.visible{
    display:block;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total td{
	color: #81b03f;
}
#payment.woocommerce-checkout-payment .wc-checkout-payments{
	border:1px solid rgba(0,0,0,.1);
	margin: 0 0 2em;
}
#add_payment_method #payment .wc-checkout-payments ul.payment_methods li, .woocommerce-cart #payment .wc-checkout-payments ul.payment_methods li, .woocommerce-checkout #payment .wc-checkout-payments ul.payment_methods li{
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:8px 20px;
}
#add_payment_method #payment .wc-checkout-payments div.payment_box, .woocommerce-cart #payment .wc-checkout-payments div.payment_box, .woocommerce-checkout #payment .wc-checkout-payments div.payment_box{
	background: none;
	width: calc(100% + 30px);
	margin: 10px -20px 0;
	border-top:1px solid rgba(0,0,0,.1);
}
#add_payment_method #payment .wc-checkout-payments div.payment_box p, .woocommerce-cart #payment .wc-checkout-payments div.payment_box p, .woocommerce-checkout #payment .wc-checkout-payments div.payment_box p{
	font-size: 13px;
	line-height: 1.6;
}
#add_payment_method #payment .wc-checkout-payments div.payment_box:before, .woocommerce-cart #payment .wc-checkout-payments div.payment_box:before, .woocommerce-checkout #payment .wc-checkout-payments div.payment_box:before{
	display: none;
}
.ch-find-us select,
.shipp-type select{
	padding:10px 16px;
	border:1px solid #e6e6e6;
	font-size:13px;
}
.single-product table.shop_table.order-summary-table td.product-subtotal,
.single-product table.shop_table.order-total-table td{width: 180px;}
.cat-products-table .product-size select{
	padding:5px 10px;
	border-radius:3px;
}
.wooccm-field-wooccm9 label span.optional,
.wooccm-field-wooccm10 label span.optional,
.wooccm-field-wooccm12 label span.optional,
.wooccm-field-wooccm13 label span.optional,
.wooccm-field-wooccm15 label span.optional{
	display:none;
}
.sidebar-cart-widget {
	border:1px dashed #81b03f;
	padding:20px;
}
.woocommerce .widget.sidebar-cart-widget{
	border-bottom:1px dashed #81b03f;
}
.sidebar-cart-widget table.shop_table {
	margin:0 0 -10px;
}
.continue-wrap{
	margin-top:10px;
}
.single-product .continue-wrap .checkout-button{
	padding:16px 38px !important;
}

@media (max-width:1500px){
    .site-header .logo{
        width:220px;
    }
    .site-header .social {
        margin-top: 4px;
    }
    .site-header .social a{
        font-size: 16px;
        width: 30px;
        line-height: 30px;
    }
    .main-navigation {
        margin: 0;
    }
    .main-navigation li {
        margin-right: 25px;
    }
    .main-navigation li a {
        font-size: 16px;
    }
}
@media (max-width:1280px){
    .site-header .logo {
        float: left;
        margin-left: 30px;
    }
    .site-content{
        padding:0 20px;
    }
    body.home .site-content{
        padding-left:0;
        padding-right:0;
    }
    .mobmenu-left-panel li a,
    .leftmbottom, .leftmtop {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #mobmenuleft li:hover > a,
    #mobmenuleft li:hover > i {
        color: #76c90c !important;
    }
    .mobmenu-content .current_page_item a {
        color: #76c90c !important;
    }
    .mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder{
    	background: #fff;
    }
    .main-navigation{display: none;}
    .mobmenu-left-panel{width: 100vw !important;}
}
@media (max-width:1100px){
    #frontpage-slider .lines .line-1 {
        font-size: 30px;
        line-height: 30px;
    }
    #frontpage-slider .lines .line-2 {
        font-size: 50px;
        line-height: 50px;
    }
    #frontpage-slider .lines .line-3 {
        font-size: 20px;
        line-height: 20px;
    }
    #frontpage-slider .slick-dots {
        right: 50px;
    }
    .homepage-text-block,
    .our-numbers,
    .catering-block,
    .customer-reviews-block,
    .our-blog-block{
        padding:50px 20px;
    }
    /*.our-numbers {*/
    /*    height: auto;*/
    /*}*/
    .site-footer {
        padding: 50px 20px;
    }
    .site-footer ul {
        width: 100%;
        float:none;
    }
    .site-footer form input[type="email"] {
        width: 150px;
    }
    .page-top {
        height: auto;
    }
    .page-top h1 {
        font-size: 30px;
    }
    .page-top .breadcrumbs, .page-top .breadcrumbs a {
        font-size: 14px;
    }
    .archive .post .post-header .inner,
    .blog .post .post-header .inner {
        top: 35%;
        padding: 0 10px;
    }
    .page-id-19 .contact-text {
        width: 47%;
    }
    .page-id-19 .contact-form {
        width: 51%;
    }
	h2{font-size: 34px;}
}
@media (max-width:900px){
	h2{font-size: 30px;}
    .homepage-block-header .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .our-numbers .col {
        width: 50%;
        margin-bottom:40px;
    }
    .our-numbers .col.no-border-tablet:after {
        display: none;
    }
    .catering-block .tabs ul li a {
        padding: 5px 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .catering-block .tab-content {
        padding: 20px;
    }
    .catering-block .tab-content .wp-post-image {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .our-blog-block .record:first-child {
        width: 100%;
        margin-right: 0;
    }
    .our-blog-block .record {
        width: 100%;
        margin-right: 0;
    }
    .our-blog-block .record .post-content {
        padding-top: 0;
    }
    .our-blog-block .record:first-child img,
    .our-blog-block .record img {
        float:left;
        width: 30%;
        margin-right: 2%;
        margin-bottom:0;
    }
    .site-footer .col {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .archive .post,
    .blog .post {
        width: 49%;
    }
    .archive .post:nth-child(3n+3),
    .blog .post:nth-child(3n+3) {
        margin-right: 2%;
    }
    .archive .post:nth-child(3n+4),
    .blog .post:nth-child(3n+4){
        clear:none;
    }
    .archive .post:nth-child(2n+2),
    .blog .post:nth-child(2n+2) {
        margin-right: 0%;
    }
    .archive .post:nth-child(2n+3),
    .blog .post:nth-child(2n+3){
        clear:left;
    }
    .archive .post .post-header .inner a.title,
    .blog .post .post-header .inner a.title {
        font-size: 16px;
    }
    .single .content-area {
        padding-right: 0;
        float: none;
    }
    .single .widget-area {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .page-id-19 .contact-text {
        width: 100%;
        margin-bottom:20px;
    }
    .page-id-19 .contact-form {
        width: 100%;
    }
    .post-type-archive-product .content-area {
        padding-left: 0;
    }
    .post-type-archive-product .widget-area {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-checkout .col2-set .col-1 {
        width: 100% !important;
    }
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
    }
}
@media (max-width:782px){
	.single-product table.shop_table thead{
		display: block;
	}
	.single-product table.shop_table thead tr th{display: none;}
	.single-product table.shop_table tr td{width: 100% !important;display: block;}
	.cat-products-table tbody{display: none;}
	.woocommerce #content table.cart thead .product-thumbnail, .woocommerce table.cart thead .product-thumbnail, .woocommerce-page #content table.cart thead .product-thumbnail, .woocommerce-page table.cart thead .product-thumbnail{background: none;position: relative;display: block;}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
		display: none;
	}
	.single-product table.shop_table td.product-price,.single-product table.shop_table td.product-subtotal,.single-product .cart-collaterals td{color: #404040;}
	.single-product table.shop_table thead tr th:first-child{
		display: block;
	}
	h2{font-size: 26px;}
    body.admin-bar .site-header {
        top: 46px;
    }
    .site-header {
        padding: 16px 0 10px;
    }
    .mob-menu-header-holder {
        height: 86px !important;
    }
    .mobmenul-container {
        top: 26px !important;
    }
    .site {
        padding-top: 85px;
    }
    #frontpage-slider .lines {
        bottom: 50px;
        padding: 0 50px;
    }
    #frontpage-slider .lines .line-1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    #frontpage-slider .lines .line-2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
        font-weight:500;
    }
    #frontpage-slider .lines .line-3 {
        font-size: 15px;
        line-height: 15px;
        font-weight:500;
    }
    #frontpage-slider .slick-dots li {
        line-height: 20px;
    }
    #frontpage-slider .slick-dots button {
        width: 15px;
        height: 15px;
    }
    .homepage-text-block .homepage-text {
        padding-top: 0;
    }
    .homepage-text-block .homepage-text h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .homepage-text-block .homepage-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .catering-block .tab-content {
        float: none;
        width: 100%;
    }
    .single-product table.shop_table th.product-price,
    .single-product table.shop_table td.product-price,
    .single-product table.shop_table th.product-quantity,
    .single-product table.shop_table td.product-quantity,
    .single-product table.shop_table th.product-subtotal,
    .single-product table.shop_table td.product-subtotal,
    .single-product table.shop_table th.product-remove,
    .single-product table.shop_table td.product-remove {
        width: auto;
    }
    .single-product table.shop_table th.product-remove a.remove,
    .single-product table.shop_table td.product-remove a.remove {
        margin: auto;
    }
    .single-product input[name="coupon_code"] {
        padding: 10px;
        margin: 0;
    }
    .single-product button[name="apply_coupon"] {
        padding: 16px 10px;
    }
    .single-product button[name="update_cart"] {
        width: 100%;
        margin-top: 20px;
    }
    .single-product .checkout-button {
        width:100%;
    }
}
@media (max-width:600px){
    .homepage-text-block .homepage-text,
    .homepage-text-block .homepage-text-image {
        float: none;
        max-width: none;
    }
    .our-numbers .col {
        width: 100%;
    }
    .our-numbers .col:after {
        display: none;
    }
    .customer-reviews-block .review {
        padding: 15px;
    }
    .customer-reviews-block .review img {
        margin-right: 15px;
        width: 70px;
    }
    .customer-reviews-block .review .inner {
        padding-top: 0;
    }
    .homepage-block-header .subtitle {
        font-size: 15px;
    }
    .homepage-block-header .title {
        font-size: 20px;
    }
    .our-blog-block .record:first-child img,
    .our-blog-block .record img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .archive .post,
    .blog .post {
        width: 100%;
        margin-right: 0%;
    }
    .archive .post:nth-child(3n+3),
    .blog .post:nth-child(3n+3) {
        margin-right: 0%;
    }
    .page-id-19 .contact-text {
        padding: 20px;
    }
    .page-id-19 .contact-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .page-id-19 .contact-form h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .page-id-19 .contact-text address div {
        font-size: 14px;
        padding-left: 40px;
        line-height: 30px;
        background-size: 30px 30px !important;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }
    .woocommerce ul.products[class*="columns-"] li.product img,
    .woocommerce-page ul.products[class*="columns-"] li.product img {
        width: 100%;
        margin:0 0 15px;
    }
}
@media (max-width:450px){
    .site-header .social {
        display: none;
    }
    #frontpage-slider .lines {
        bottom: 20px;
        padding: 0 20px;
    }
    #frontpage-slider .lines .line-1 {
        font-size: 15px;
        line-height: 15px;
    }
    #frontpage-slider .lines .line-2 {
        font-size: 20px;
        line-height: 20px;
    }
    #frontpage-slider .lines .line-3 {
        font-size: 12px;
        line-height: 12px;
    }
    #frontpage-slider .slick-dots {
        display: none !important;
    }
    .page-id-19 .contact-form .field-left,
    .page-id-19 .contact-form .field-right {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# The Page Footer
--------------------------------------------------------------*/

.mc4wp-form {
    width: 100%;
    display: block;
}

.mc4wp-form-fields {
    width: 100%;
    display: table;
    box-sizing: border-box;
}

.mc4wp-form-fields input {
    display: table-cell;
    box-sizing: border-box;
    margin: 0;
}

.mc4wp-form-fields input[type="email"] {
    width: calc( 100% - 100px );
}

.mc4wp-form-fields input[type="submit"] {
    width: 100px !important;
}

.footer-social {
    padding: 2em 0;
    color: #FFFFFF;
}

.footer-social a {
    padding: 0 10px 0 0;
}

.footer-social a.social-link__facebook:hover i {
    color: #4267B2;
}

.footer-social a.social-link__pinterest:hover i {
    color: #E60023;
}

.footer-social a.social-link__instagram:hover i {
    color: #833AB4;
}

.footer-social a:last-of-type {
    padding: 0;
}

.footer-social a i {
    color: #FFFFFF;
    font-size: 24pt;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header{
    width: 100%;
    height: 100px;
    padding: 10px 30px;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    top: 0;
    box-shadow: 0 -15px 21px #000;
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header .logo{
    text-align: left;
    position: absolute;
    top: 15px;
    left: 85px;
    display: block;
    margin: 0;
    padding: 0;
}

.site-header .logo img{
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

.header-order-online {
    font-family: Courgette;
    color:#FFFFFF;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    text-emphasis-style: normal;
    font-weight: bold;
    position: absolute;
    top: 25px;
    right: 285px;
    display: block;
    background: #ff9000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1001;
}

.header-order-online:hover,
.header-order-online:focus,
.header-order-online:visited,
.header-order-online:active {
    color: #ffffff;
}

.header-order-online:hover {
    background: #FFB152;
}

.header-phone {
    font-family: Courgette;
    color:#FFFFFF;
    font-size: 20px;
    text-decoration: none;
    text-emphasis-style: normal;
    font-weight: bold;
    position: absolute;
    top: 25px;
    right: 85px;
    display: block;
    background: #76c90c;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1001;
}

.header-phone:hover {
    color: #FFFFFF;
    background: #18CA0C;
}

.header-phone-mobile {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 25px;
    right: 85px;
    background: #ff9513;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 1001;
}

.header-phone-mobile i {
    transform: rotate(90deg);
}

.header-phone-mobile:hover {
    background: #FFB152;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    width: calc( 100vw - 890px);
    height: 60px;
    display: block;
    float: left;
    position: absolute;
    top: 20px;
    left: 450px;
    line-height: 80px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.main-navigation ul {
	padding: 0;
    margin: 0;
	list-style: none;
    position: relative;
    text-align: left;
}
	
.main-navigation ul li {
	display:inline-block;
}

.main-navigation ul li a {
	display:block;
	padding:0 10px;	
	color:#000;
	font-size:20px;
	line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}

.main-navigation ul li a:hover { 
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 4px !important;
}

.main-navigation ul li.menu-item-has-children a:hover {
    border-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.main-navigation ul li.current_page_item  a,
.main-navigation ul li.current_page_parent a {
    color: #76c90c;
    border-radius: 4px;
    text-decoration: underline;
    background: #FFFFFF;
}

.main-navigation ul li:hover > a {
    background: #ffffff;
    color: #000;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Hide Dropdowns by Default */
.main-navigation ul ul {
	display: none;
    position: absolute;
    top: 60px; /* the height of the main nav */
    margin: 0;
    padding: 0;
    border: 2px solid #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.main-navigation ul li.current_page_parent ul li a {
    background: inherit;
    color: inherit;
    border-radius: 0;
    text-decoration: none;
}

.main-navigation ul li.current_page_parent ul li a:hover {
    background: #76c90c;
    border-radius: 0;
    text-decoration: none;
}

.main-navigation ul ul li {
    background: #ffffff;
    color: #000000;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    line-height: auto;
}

.main-navigation ul ul li a {
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    color: #000000;
    height: auto;
    line-height: auto;
    box-sizing: border-box;
    text-transform: capitalize;
}

.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current_page_parent a {
    background: inherit;
    color: inherit;
}

.main-navigation ul ul li:hover {
    background: #76c90c;
    color: #ffffff;
}

.main-navigation ul ul li:hover a {
    background: #76c90c;
    color: #ffffff;
}
	
/* Display Dropdowns on Hover */
.main-navigation ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.main-navigation ul ul li {
	width:340px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
.main-navigation ul ul ul li {
	position: relative;
	top:-60px; 
	left:340px;
}

/* Small menu. */
.menu-toggle {
    display: block;
    height: 50px;
    width: 50px;
    padding: 5px 0;
    position: absolute;
    top: 25px;
    right: 25px;
    background: #282f31;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999;
}

.main-navigation.toggled ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 110px;
    left: 0;
    display: block;
    position: absolute;
    border: 0;
    border-radius: 0;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

body.admin-bar #mobile-navigation {
    top: 130px;
}

#mobile-navigation {
    width: 100vw !important;
    height: calc( 100vh - 100px );
    display: block;
    position: fixed;
    z-index: 9999;
    top: 100px;
    left: 0;
    background: #1E1E1E;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

#mobile-navigation.hidden,
#mobile-navigation.hidden .mobile-menu {
    display: none !important;
}

#mobile-navigation .mobile-menu {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}

#mobile-navigation .mobile-menu li {
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}
#mobile-navigation .mobile-menu li a {
    color: #ffffff;
    font-size: 20px;
}
#mobile-navigation .mobile-menu li:hover a {
    color: #76c90c;
}

#mobile-navigation .mobile-menu li:hover > ul li a {
    color: #FFFFFF;
}

#mobile-navigation .mobile-menu li > ul {
    margin: 0 0 1em 0;
    padding: 20px 0 0 0 !important;
    box-sizing: border-box;
    display: none;
    z-index: 9999;
}

#mobile-navigation .mobile-menu li > ul li {}

#mobile-navigation .mobile-menu li > ul li a {
    color: #FFFFFF;
}

#mobile-navigation .mobile-menu li > ul li:hover a {
    color: #76c90c;
}

#mobile-navigation .mobile-menu li > ul li > ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#mobile-navigation .mobile-menu li > ul li > ul li {}
#mobile-navigation .mobile-menu li > ul li > ul li a {}
#mobile-navigation .mobile-menu li > ul li > ul li:hover a {}

.order-online-item {
    display: none !important;
}

#mobile-navigation .order-online-item {
    display: block !important;
}

/** Awkward Sized Retinas **/
@media
only screen and (min-width: 1401px) and (max-width: 1586px) { 
    
    .main-navigation ul li a {
        display: block;
        padding: 0 5px;
        color: #000;
        font-size: 16px;
        line-height: 60px;
        text-decoration: none;
        text-transform: uppercase;
    }
    
}

@media
only screen and (min-width: 1401px) and (max-width: 1500px) { 
    
    .main-navigation {
        width: calc( 100vw - 500px) !important;
        left: 280px !important;
        line-height: 60px !important;
    }
    
    .header-phone {
        display: none !important;
    }
    
    .header-order-online {
        right: 85px !important;
    }
    
}

@media screen and (max-width: 1400px) {

    .main-navigation {
        display: none;
    }

}

@media screen and (min-width: 1400px) {

	.menu-toggle {
		display: none;
    }

}

@media screen and (max-width: 900px) {

    .header-order-online {
        display: none;
    }

}

/** Small Screens **/
@media screen and (max-width: 720px) {
    
    .logo {
        max-width: 50vw !important;
        top: 25px !important;
        left: 25px !important;
    }

    .header-phone, 
    .header-order-online  {
        display: none !important;
    }

    .header-phone-mobile {
        display: block;
    }

}

@media screen and (min-width: 481px) {

    
    .our-numbers {
        height: auto !important;
    }

    .header-phone-mobile {
        display: none !important;
    }

}


