/******************************************************************
Theme Name: Acorn and the Oak
Theme URI: 
Author: Forest White
Author URI: http://www.forestwhite.com
Description: Responsive theme for Acorn and the Oak.
Text Domain: acorn-and-the-oak
Tags: full-width-template
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
*****************************************************************

Colors :

    dark green = #153e35
         green = #487629
          gold = #c89211
        orange = #c96134
          grey = #3e4042
*/

@font-face {
    font-family: 'Brandon Grotesque Light';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Light'), url('library/fonts/brandon-grotesque-light.woff') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Regular'), url('library/fonts/brandon-grotesque-reg.woff') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Medium'), url('library/fonts/brandon-grotesque-medium.woff') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Bold'), url('library/fonts/brandon-grotesque-bold.woff') format('woff');
}

@font-face {
    font-family: 'Brandon Grotesque Black';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Black'), url('library/fonts/brandon-grotesque-black.woff') format('woff');
}

@font-face {
    font-family: 'Cosmopolitan Script Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Cosmopolitan Script Bold'), url('library/fonts/cosmopolitan-script-bold.woff') format('woff');
}

/* TRANSITIONS */

.home #homenav #nav,
.pagetop span {
    transition: all 0.75s ease !important;
    -moz-transition: all 0.75s ease !important;
    -webkit-transition: all 0.75s ease !important;
}

#inner-header,
.metaslider .caption-wrap,
.home #nav,
#menu-social-menu,
#nav #menu-social-menu li a {
    transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
}

#mobileBody #header,
label.main_nav.sticky,
label.home_nav,
#logo,
.fixed,
.static,
#search_box a.button,
a.boxbutton,
.collapsible-header strong,
.nav-trigger + label,
#mobileBody {
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}

/* WordPress Fixes  */

.wp-caption,
.screen-reader-text,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-search {
    display: none !important;
}

/* OVERALL WIDTH */

.wrap {
    width: 100% !important;
    max-width: 1160px !important;
}

/* GLOBAL */

html,
body {
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body {
    background-color: transparent !Important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Brandon Grotesque Regular', sans-serif !important;
    color: #3e3f42;
}

#container {
    padding: 0;
}

#content {
    text-align: center;
    background: #fff url('https://acornandtheoak.com/wp-content/themes/acorn-and-the-oak/style.css?v=1.14') bottom/100% auto no-repeat !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Brandon Grotesque Medium', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

h1 {
    letter-spacing: 1px;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #c89211;
    margin: 0 !important;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
}

h2 {
    letter-spacing: 1px;
    font-size: 28px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px !important;
    padding-bottom: 0;
    text-align: center;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
    color: #c89211;
}

h3 {
    letter-spacing: 1px;
    font-size: 18px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    color: #c96134;
    font-family: 'Brandon Grotesque Regular', sans-serif !important;
}

h4 {
    font-size: 14px !important;
    margin: 10px 0;
    letter-spacing: 1px;
    font-weight: 400 !Important;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
}

h5 {
    font-size: 24px !important;
    color: #555;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    text-transform: capitalize !important;
    margin-bottom: 0;
}

a {
    color: #005727;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
}

a:hover {
    color: #666666;
    text-decoration: none !important;
}

a:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999 !important;
    font-size: 13px !important;
    opacity: 1 !important;
    text-transform: none !important;
}

input[type="submit"],
.og-details a,
.caption a {
    background: #777;
    color: #fff !important;
    padding: 10px 25px 8px 25px !important;
    font-size: 18px;
    border: 0;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.mc4wp-form-fields input[type="submit"] {
    font-size: 15px;
    padding: 7px 22px 6px 22px !important;
}

.caption a {
    background: #603814;
}

.select2-container--default .select2-selection--single,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ddd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.woocommerce form .form-row .select2-container {
    max-width: 400px;
}

hr {
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;
    margin: 60px 0;
}

strong {
    font-weight: 800 !important;
}

fw-show {
    display: none;
}

fw-hide {
    display: block;
}

img {
    max-width: 100%;
}

input,
textarea,
select {
    font: 17px 'Montserrat';
    f font-weight: 300 !important;
    color: #444 !important;
    background: #fff;
}

pre {
    font-family: 'Brandon Grotesque Regular', sans-serif !important;
}

p {
    font-size: 17px;
    line-height: 1.35;
    padding: 0;
    text-align: left;
}

.home p {
    text-align: center;
}

.alignleft {
    float: left;
    display: block;
    margin: 0 30px 0 0;
    max-width: 50%;
}

.alignright {
    float: right;
    display: block;
    margin: 0 0 0 30px;
    max-width: 50%;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignnone {
    margin: 20px auto 10px auto;
}

.green {
    color: #005727 !important;
}

.gold {
    color: #c89211 !important;
}

.orange {
    color: #c96134 !important;
}

.grey {
    color: #3e4042 !important;
}

.anchor {
    top: -130px;
    display: inline-block;
    font-size: 0 !important;
    position: absolute
}

h2.scripty {
    font-family: 'Cosmopolitan Script Bold' !important;
    text-transform: none;
    font-size: 50px !important;
    letter-spacing: 0px !important;
    margin-top: 30px;
}

/* iFrame */

iframe {
    max-width: 100%;
}

.gallery {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gallery br {
    display: none;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 8px;
    border: 0 solid #fff;
}

.box .gallery-item {
    margin: 5px;
}

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

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

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

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

dt.gallery-icon,
dd.wp-caption-text.gallery-caption {
    display: inline-block;
    width: 100%;
}

dd.wp-caption-text.gallery-caption {
    margin: 10px 0 30px 0;
    font-family: 'Brandon Grotesque Medium';
    font-size: 15px !important;
}

.read_more {
    margin-top: 20px;
    background: #b1cce7;
    color: #603814;
    padding: 8px 15px;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}

a.read_more:after,
a.read_more:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

a.read_more:after {
    border-color: rgba(177, 204, 231, 0);
    border-left-color: #b1cce7;
    border-width: 20px;
    margin-top: -20px;
}

/* Mobile Menu */

#mobileBody {
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    position: relative;
    top: 0px;
    bottom: 100%;
    right: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
}

.mobile-nav {
    list-style: none;
    background: #153e35;
    width: 271px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: 0;
    display: block;
    padding-top: 20px;
    padding-left: 10px;
}

.mobile-nav .menu {}

a.nav-item {
    padding: 0 15px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    font-weight: 300;
    font-size: 17px;
    text-decoration: none;
}

#navSocial {
    padding: 50px 0 30px 20px;
}

#navSocial a {
    width: 40px;
    height: 40px;
    margin: 0 15px 10px 0;
}

#navSocial a#phone_number {
    width: 100%;
    font-size: 28px !important;
    letter-spacing: -1px;
    background: none !important;
    font-weight: 400;
    padding-left: 0;
    color: #111;
}

#navSocial a img {
    width: 50px;
    height: auto;
    margin: 0 3px;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: none;
    height: 0;
}

label[for="nav-trigger"] {
    position: fixed;
    display: none;
    z-index: 2000;
    width: 60px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0;
    text-align: center;
}

label.main_nav {
    top: 31px;
    right: 15px;
}

.home label.main_nav {
    top: -145px;
    opacity: 0;
    display: block;
}

.home label.home_nav {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
}

.home label.main_nav.sticky {
    opacity: 1;
    top: 32px;
}

label.home_nav svg {
    fill: #fff !important;
    width: 25px;
    height: auto;
}

label.home_nav svg.close {
    fill: #3e4042 !important;
}

label.main_nav svg {
    fill: #3e4042 !important;
    width: 20px;
    height: auto;
    line-height: 1;
}

.nav-trigger:checked ~ label.main_nav svg,
.nav-trigger:checked ~ label.home_nav svg,
.nav-trigger ~ label.main_nav svg.close,
.nav-trigger ~ label.home_nav svg.close {
    display: none;
}

.nav-trigger:checked ~ label.main_nav svg.close,
.nav-trigger:checked ~ label.home_nav svg.close {
    height: 26px;
    width: auto;
    margin-top: 8px;
    margin-right: 26px;
    float: right;
}

.nav-trigger:checked ~ label.main_nav svg.close,
.nav-trigger:checked ~ label.home_nav svg.close {
    display: block;
}

.nav-trigger:checked ~ label {
    height: 100%;
    bottom: 0;
}

.nav-trigger:checked ~ label {
    height: 90%;
    bottom: 0;
}

.nav-trigger:checked ~ #mobileBody #header,
.nav-trigger:checked ~ #mobileBody,
.nav-trigger:checked ~ label.main_nav,
.nav-trigger:checked ~ label.home_nav,
.nav-trigger:checked ~ #mobileBody #content .woocommerce-variation-add-to-cart,
.nav-trigger:checked ~ #mobileBody #content .single_variation,
.nav-trigger:checked ~ #mobileBody #content .plan-menu-box {
    right: 270px;
}

.nav-trigger:checked ~ #mobileBody {
    height: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.mobile-nav {}

.mobile-nav ul {
    width: 100%;
    text-align: left;
}

.mobile-nav ul li {
    margin-bottom: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.mobile-nav ul li a {
    font-size: 17px;
    line-height: 2.5 !important;
    padding: 0 25px !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #fff !important;
}

.mobile-nav ul li ul {
    margin: 0 !important;
}

.mobile-nav ul li ul.sub-menu li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px !important;
}

.mobile-nav ul li.current-post-ancestor a,
.mobile-nav ul li.current-menu-item:hover a,
.mobile-nav ul li.current-menu-item a {
    background: url(images/diamond-white.svg) left center/10px auto no-repeat !important;
    color: #fff !important;
}

/* HEADER */

#header {
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.body.scrollTop));
    right: 0;
    width: 100%;
    z-index: 10002;
    transition: background 0.5s linear;
    padding: 0;
    text-align: center;
    background: url('images/background-header.png') bottom center/1700px auto repeat !important;
}

.home #header {
    opacity: 0;
    overflow: hidden;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}

.home #header {
    top: -180px;
}

.home #header.sticky {
    opacity: 1;
    overflow: visible;
    top: 0;
}

#inner-header {
    z-index: 100;
    position: relative;
    text-align: center;
}

#header-back {
    background: url('https://acornandtheoak.com/wp-content/themes/acorn-and-the-oak/style.css?v=1.14') top/auto 100% repeat-x !important;
    position: absolute;
    top: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: .5;
}

.home #header-back {
    background: url('https://acornandtheoak.com/wp-content/themes/acorn-and-the-oak/style.css?v=1.14') top/auto 100% repeat-x !important;
}

.single #header-back,
.blog #header-back,
.page-template-page-no-banner #header-back {
    background: #79b3a7;
    opacity: 1;
}

.top-contact.right {
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: auto;
}

.top-contact.left {
    position: absolute;
    top: 50px;
    left: 50px;
}

.top-contact {
    display: none !important;
}

a.phone {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 10px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-weight: 800;
    text-align: right;
    text-shadow: 0 2px 3px rgba(20, 20, 20, .4);
    letter-spacing: -1px;
}

a.phone span {
    font-size: 26.5px;
    font-family: 'Cubano', sans-serif !important;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 5px;
}

#logo {
    max-width: 140px;
    line-height: 1;
    float: none;
    margin: 10px 0 20px 0;
    z-index: 1001;
    position: relative;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#logo-small {
    display: inline-block;
    max-width: 243px;
    line-height: 1;
    float: none;
    padding: 10px 0 0 0;
    z-index: 1001;
    position: relative;
    opacity: 1;
}

#logo-small img,
#logo img {
    height: auto;
    width: 100%;
}

.page .logo-tag {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: -10px;
    margin-bottom: 5px;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

#header-right {
    width: 50%;
    float: right;
    text-align: right;
    display: block;
    margin: 30px 20px 0 0;
    min-height: 140px;
}

a#mobilenavbars {
    display: block;
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: none;
    font-size: 40px !important;
}

a#phone,
a#email {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.mobile-info svg {
    fill: #3e4042 !important;
    max-height: 100%;
}

.phonelink {
    display: none;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: 10000;
    width: 30px;
    height: 27px;
}

.maplink {
    display: none;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 90px;
    top: 41px;
    z-index: 10000;
    width: 30px;
    height: 23px;
}

#nav-menu {
    color: #fff;
    width: 100%;
    min-height: 300px;
    padding: 0 0 30px 0;
    background: #333;
    position: relative;
    top: 0;
    z-index: 10002;
    display: none;
    text-align: center;
}

#nav-menu a {
    color: #fff;
}

#nav a:focus {
    opacity: 0.5 !important;
}

#mobilenav {
    margin: 20px 0;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
}

#mobilenav a {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    width: 32%;
    font-weight: 700;
    margin: 25px 0;
}

::-webkit-input-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

:-moz-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

::-moz-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

:-ms-input-placeholder {
    color: #bbb !important;
    font-size: 14px !important;
}

#top {
    margin: 0px !important;
    padding: 0px !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    display: none;
    text-align: center;
    border-bottom: 2px solid #fff;
}

#top a img {
    vertical-align: middle;
}

.single #main,
.blog #main {
    text-align: left;
    width: 70%;
}

#home-nav {
    background: #153e35;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#home-nav .sub-menu {
    display: none;
}

#home-nav .nav {
    text-align: center;
    width: 100%;
}

#home-nav .nav li a {
    padding: 30px 40px !important;
    color: #fff !important;
}

#home-nav .nav li:hover a {
    color: #c89211 !important;
}

.no-touch #header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.no-touch .sticky + #content {
    padding-top: 94px !important;
}

/* CONTACT */

.contact a {
    color: #555;
}

.contact a:hover {
    color: #79b3a7;
}

.phone_number {
    font-size: 30px;
}

#nf-form-1-cont {
    width: 80%;
    display: inline-block;
}

/* social links */

.socials {
    display: inline-block;
}

.socials a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 20px 0 0;
    font-size: 0 !important;
}

.footer .socials a {
    width: 50px;
    height: 50px;
    font-size: 0 !important;
}

.socials a.instagram {
    background: url(../../uploads/2019/04/AO-instagram.png) center/100% auto no-repeat;
}

.socials a.facebook {
    background: url(../../uploads/2019/04/AO-facebook.png) center/100% auto no-repeat;
}

/* Navigation */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    opacity: 1;
    visibility: visible;
    background: #603817 url(images/background-wood-large.jpg) left center/50% auto repeat !important;
    padding: 20px 0;
}

#top-menu {
    width: 40% !important;
    display: inline-block;
    margin: 0;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
    text-align: right;
    overflow: hidden;
}

#top-menu .wpdreams_asl_container,
#top-menu ul li {
    opacity: 1;
}

#top-menu .wpdreams_asl_container:hover,
#top-menu ul li:hover {
    opacity: .6;
}

#top-menu ul#menu-top-menu {
    width: auto;
    display: inline-block;
    margin: 15px 0 0 0;
}

#top-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

a.wpmenucart-contents {
    color: #153e35;
}

.wpmenucart-icon-shopping-cart-0:before {
    font-size: 22px !important;
}

#top-menu li#menu-item-80 {
    background: url(images/icon-account.svg) center/auto 18px no-repeat !important;
    line-height: 0;
}

#top-menu li#menu-item-80 a {
    font-size: 0;
    height: 16px;
    width: 20px;
    display: inline-block;
}

span.cartcontents {
    font-size: 12px !important;
    font-weight: 800 !important;
    background: url(images/dot.svg) center/cover !important;
    color: #fff;
    display: inline-block !important;
    width: 10px !important;
    height: 10px;
    text-align: center;
}

span.cartcontents {
    font-size: 0 !important;
    line-height: 0;
    position: absolute;
    top: -2px;
    right: 0;
}

span.cartcontents::first-line {
    font-size: 0 !important;
    line-height: 15px;
    font-weight: 800 !important;
}

.wpmenucart-contents {
    position: relative;
}

li.empty-wpmenucart {
    display: inline-block !important;
}

a.empty-wpmenucart {
    display: block !important;
}

li.empty-wpmenucart::before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    display: inline;
    width: 30px;
    height: 30px;
    line-height: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 0.25em;
    content: "\f07a";
    font-size: 20px;
}

/* SEARCH */

div[id*='ajaxsearchlite'] {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
    display: inline-block;
    vertical-align: top;
    z-index: 11000;
    width: auto !important;
    height: 20px;
    margin: 18px 0 0 0 !important;
    padding: 0 !important;
    outline: 0 solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none !important;
    overflow: visible;
}

div#ajaxsearchlite1 .probox .proinput,
div[id*="ajaxsearchlite"] .probox .proinput,
div#ajaxsearchlite1 .probox .proinput input,
div[id*="ajaxsearchlite"] .probox .proinput input {
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

div[id*='ajaxsearchlite'] .probox .proinput input,
#ajaxsearchlite1 .probox,
div[id*="ajaxsearchlite"] .probox,
div[id*="ajaxsearchlite"] .probox .promagnifier {
    height: 20px !important;
}

div[id*="ajaxsearchlite"] .probox .promagnifier,
div[id*='ajaxsearchlite'] .probox .promagnifier .innericon svg {
    width: 32px !important;
    margin-right: 5px !important
}

div[id*='ajaxsearchlite'] .probox .proloading,
div[id*='ajaxsearchlite'] .probox .proclose {
    position: absolute !important;
    top: 0 !Important;
    right: 0 !important;
    background: #fff !important;
    background: #fff !important;
}

div[id*='ajaxsearchlite'] .probox .proclose {
    display: none !important;
}

div[id*='ajaxsearchlite'] .probox {
    overflow: visible !important;
}

div[id*='ajaxsearchlite'] .probox div.proinput input,
div[id*='ajaxsearchlite'] .probox div.proinput input[type="search"] {
    font-size: 0 !important;
    border: 0 !important;
    cursor: pointer;
    margin: 0;
    padding: 0 40px 0 0;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 30px !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 100;
}

div[id*='ajaxsearchlite'] .probox div.proinput input[type="search"] {
    background-color: transparent;
    background-image: url(images/icon-search.svg) !important;
    background-position: top center !Important;
    background-repeat: no-repeat !important;
    background-size: 18px 18px !important;
}

#ajaxsearchlite1 .probox,
div[id*="ajaxsearchlite"] .probox {
    background-color: transparent !important;
}

div[id*='ajaxsearchlite'] div.probox div.proinput input[type="search"]:active,
div[id*='ajaxsearchlite'] div.probox div.proinput input[type="search"]:focus {
    font-size: 16px !important;
    background-image: url(https://acornandtheoak.com/wp-content/themes/acorn-and-the-oak/images/search-grey.svg) !important;
    background-position: right 10px center !Important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 30px 30px !important;
    cursor: text;
    outline: 0;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px 5px 15px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: 1px solid #eee !important;
    box-sizing: border-box;
}

div[id*='ajaxsearchlite'] .probox .proinput input[type="submit"] {
    padding: 0 !important;
}

.prosettings,
.promagnifier {
    display: none;
}

div[id*='ajaxsearchlite'] .probox div.proinput input::-webkit-input-placeholder {
    font-size: 0 !important;
}

div[id*='ajaxsearchlite'] .probox div.proinput input::-moz-placeholder {
    font-size: 0 !important;
}

div[id*='ajaxsearchlite'] .probox div.proinput input:-ms-input-placeholder {
    font-size: 0 !important;
}

div[id*='ajaxsearchlite'] .probox div.proinput input:-moz-placeholder {
    font-size: 0 !important;
}

#nav {
    width: 100% !important;
    float: none;
    display: inline-block;
    margin: 0;
    z-index: 1000;
    position: absolute;
    top: 35px;
    left: 0;
    padding: 10px 20px;
    text-align: center;
}

.fixed #nav {
    margin: -70px auto 0 auto;
}

#nav ul .nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.nav {
    display: inline-block;
    list-style: none;
}

.nav li {
    float: none !important;
    display: inline-block !important;
}

.nav li a {
    display: inline-block;
    padding: 20px 30px !important;
    color: #3e4042 !important;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium';
}

.nav li a i {
    font-style: normal;
}

li ul.sub-menu {
    padding: 8px 8px 15px 8px !important;
    border: 1px solid #3e4042;
    border-top: 1px solid #3e4042 !important;
    background: rgba(255, 255, 255, .8);
    width: 150%;
}

#home-nav li ul.sub-menu {
    margin-top: -5px;
}

.nav li:hover {
    background: url(images/diamond.svg) top center/10px auto no-repeat;
}

.nav li:hover a {
    color: #c89211 !important;
}

.nav li.current-post-ancestor a,
.nav li.current-menu-item:hover a,
.nav li.current-menu-item a {
    color: #3e4042 !important;
    font-family: 'Brandon Grotesque Bold';
    background: url(images/diamond.svg) top center/10px auto no-repeat;
}

li ul.sub-menu li a,
li ul.children li a,
li ul.sub-menu li {
    background: none !important;
    text-align: left !important;
}

#home-nav li .sub-menu li a,
li .sub-menu li a {
    color: #fff;
    font-weight: 400;
    padding: 7px 10px !important;
    line-height: 1.15 !important;
    font-size: 15px !important;
    text-transform: none;
    font-family: 'Brandon Grotesque Bold';
}

#home-nav li:hover .sub-menu li a,
li:hover .sub-menu li a {
    color: #3e4042 !important;
}

li .sub-menu li a:hover {
    color: #c89211 !important;
}

.nav.left-nav {
    float: left;
    display: block;
}

.nav.right-nav {
    float: right;
    display: block;
}

ul#menu-mobile {
    padding-top: 10px;
}

ul#menu-mobile.nav li a {
    text-shadow: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.65 !important;
}

.topnav {
    text-align: right;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}

.topnav a {
    color: #555;
    vertical-align: middle;
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
}

/* BODY */

#banner {
    width: 100%;
    text-align: center;
    padding: 260px 0 100px 0;
}

.blog #banner {
    margin-bottom: 30px;
}

#banner h1 {
    color: #fff;
}

.pagetop {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 400px;
    padding-bottom: 200px;
}

.home #content {
    margin-top: 0 !important;
}

.woocommerce-page #content {
    margin-top: 40px !important;
}

#content {
    margin-top: 0 !important;
    position: relative;
    z-index: 1001;
    background: none;
}

#inner-content {
    margin: 0 auto !important;
    border: 0;
    padding: 0 30px;
    position: relative;
    z-index: 1001;
}

.page-eat-drink #inner-content,
.page-template-page-full #inner-content {
    padding: 0;
}

.woocommerce.single #main,
.page-template-page-no-banner #main {
    width: 100% !important;
    padding: 0;
}

.page-template-page-no-banner h2 {
    text-align: center;
    margin-top: 30px;
}

.page-template-page-no-banner #inner-content {
    margin: 0 auto !important;
}

#main {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 120px;
}

.top-text p,
.seo_text p {
    text-align: center;
}

.top-text {
    width: 60%;
    margin: auto;
    margin-top: 40px;
    font-size: 17px;
}

/* WORKSHOPS */

.page-workshops .top-text {
    width: 70%;
}

.page-workshops h2 {
    margin-top: 30px;
    text-transform: none;
    letter-spacing: 0;
}

.page-workshops .item-box .left {
    display: inline-block;
    width: 35%;
    text-align: center;
    border-right: 2px solid #3e4042;
    padding: 0 40px;
}

.page-workshops .item-box .right {
    display: inline-block;
    width: 63%;
    padding-left: 30px;
    vertical-align: top;
}

.page-workshops .item-box .right p {
    font-size: 15px;
}

.page-workshops .item-box {
    padding: 50px 0;
}

.page-workshops .item-thumb {
    width: 60%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.page-workshops .item-box h3 {
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
}

.page-workshops .item-box:nth-child(even) {
    background: #f2f2f2;
}

.page-workshops a.button {
    margin-top: 20px;
}

/* BLOG */

.single-product #content,
.page-workshops #content,
.page-template-page-no-banner #content,
.single-post #content,
.category-blog #content {
    margin-top: 240px !important;
}

.single-post #main,
.category-blog #main {
    width: 67%;
    padding-left: 0;
}

.single-product.titlebox,
.woocommerce-page .titlebox,
.page-workshops.titlebox,
.page-template-page-no-banner.titlebox,
.single-post h1.titlebox,
.category-blog h1.titlebox {
    margin-bottom: 60px !important;
    display: inline-block;
    width: 100%;
}

#product-6181 h1::after,
.single-product h1.titlebox::after,
.page-workshops h1.titlebox::after,
.page-template-page-no-banner h1.titlebox::after,
.single-post h1.titlebox::after,
.category-blog h1.titlebox::after {
    content: "";
    display: block;
    margin: 40px auto 0 auto;
    width: 50px;
    height: 2px;
    background: #3e4042;
}

h2.entry-title {
    color: #005727 !important;
    font-size: 21px !Important;
    border-bottom: none !important;
    text-align: left;
    margin-bottom: 0 !Important;
}

p {
    padding: 0 !important;
    font-size: 18px;
}

a.excerpt-read-more {
    margin: 10px 50% 0 0;
    display: inline-block;
    color: #3e4042;
    padding: 5px 0;
    width: auto;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Bold';
}

.excerpt-box a.excerpt-read-more {
    display: block;
    margin: 10px auto 0 0;

}

p.vcard {
    font-size: 15px;
    margin: 0 0 20px 0;
    color: #3e4042;
}

.archive .post {
    padding-bottom: 40px;
    border-bottom: 2px solid #3e4042;
    margin-bottom: 40px;
}

.archive .post:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.nextposts {
    border-top: 2px solid #3e4042;
}

.nextposts h4 a {
    color: #3e4042;
}

.nav-newer {
    width: 30%;
    float: left;
    display: block;
}

.nav-older {
    width: 30%;
    float: right;
    display: block;
    text-align: right;
}

/* SIDEBAR */

#sidebar {
    width: 31% !important;
    padding: 70px 0 0 8%;
    margin: 0;
    background: none;
    display: inline-block;
    vertical-align: top;
}

#sidebar .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

#sidebar p {
    text-align: center;
}

#sidebar .widget-container {
    background: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
    padding: 0 20px 0 20px;
}

#sidebar img {
    width: 100%;
    height: auto;
    max-width: 220px;
}

#sidebar .widget {
    text-align: left;
    background: #f2f2f2;
    padding: 10px 15px 20px 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium', sans-serif !important;
    flex: 1 100%;
}

#sidebar h4 {
    text-transform: uppercase;
}

#sidebar .socials {
    line-height: 0;
    display: block;
}

#sidebar .socials a {
    margin: 0 10px 0 0;
}

#sidebar .widget a {
    color: #3e4042;
    font-size: 15px;
    font-family: 'Brandon Grotesque Medium';
    line-height: 1;
}

.widget {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    margin: 0 1%;
    vertical-align: top;
}

#sidebar .mc4wp-form-fields {
    font-size: 0;
}

#sidebar #mc4wp-form-1 {
    margin-top: 20px;
}

/* HOMEPAGE */

#slideshow {
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 1000;
    width: 100%;
    position: relative;
    height: 100vh !important;
    display: inline-block;
    background: #000;
    overflow: hidden;
}

.home #slideshow {
    height: auto;
    margin: 0;
}

.home #slideshow::before {
    display: none !important;
}

.slides li {
    text-align: center;
    overflow: hidden;
}

.metaslider .flexslider {
    margin: 0 !important;
}

.metaslider .caption-wrap {
    position: relative;
    bottom: 0 !important;
    left: 0;
    background: none !important;
    color: #333 !important;
    opacity: 1.0 !important;
    width: 100%;
    height: 100%;
    line-height: 100% !important;
    display: flex !important;
    z-index: 1001;
    visibility: visible !important;
}

.caption {
    max-width: 100%;
    margin: 0 auto !important;
    text-align: center;
    font-size: 0 !important;
    line-height: calc(100vh - 100px);
    padding-bottom: 0 !important;
    display: inline-block;
}

.caption img {
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
    vertical-align: middle;
}

.caption h1 {
    font-size: 36px !important;
    line-height: 1 !Important;
    color: #fff !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 0 10px #000;
    padding-right: 0;
    padding-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    font-weight: 600 !important;
}

.flex-direction-nav a {
    width: 40px !Important;
    height: 60px !important;
    margin: -20px 0 0;
    display: block;
    background: url(images/slider-arrows.svg) no-repeat !important;
    background-size: 80px 100% !important;
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-prev .flex-disabled {
    left: 20px !important;
    opacity: 0.5 !important;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-next .flex-disabled {
    background-position: right !important;
    right: 20px !important;
    opacity: 0.5 !important;
}

.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit] {
    padding: 10px 20px;
    border: 0;
    font-weight: 600 !important;
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #777;
}

.twocol {
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

.twocol:first-child {
    margin-right: .5%;
}

.twocol span {
    line-height: 1;
}

.twocol h2 {
    text-align: left !Important;
    margin-top: 30px;
    padding-right: 40px;
}

.service_links .twocol {
    vertical-align: top;
    margin: 30px 0;
    padding-right: 20px;
}

.service_links {
    border-bottom: 1px solid #fff;
    padding-left: 30px;
}

.splitcol {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

/* BOXES */

.box {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    position: relative;
}

.box.top {
    margin-top: 40px;
    margin-bottom: 20px;
}

.box.top p img {
    margin-top: -20px;
}

.box.top p {
    margin-right: 10%;
}

.box.top h2 {
    margin: 0 0 40px 40px;
}

.half {
    width: 49%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.front-page .half {
    vertical-align: middle;
}

.home .half.photo {
    padding-bottom: 45%;
}

.box.grey {
    background: #f2f2f2;
}

.third {
    width: 33%;
    vertical-align: top;
    display: inline-block;
}

/* HOMEPAGE BOXES */

.box .half .info {
    border-top: 2px solid #3e4042;
    border-bottom: 2px solid #3e4042;
    width: 65%;
    margin: auto;
    padding: 50px 0 30px 0;
}

.box .half .info:before {
    content: "";
    width: 70px;
    height: 90px;
    display: block;
    margin: -100px auto 0 auto;
}

.box .half .info h2 {
    margin-top: 25px;
}

.flowers .info h2 {
    color: #c89211;
}

.flowers .info:before {
    background: #fff url('images/illustration-flowers.png') center/auto 100% no-repeat;
}

.plants .info h2 {
    color: #005727;
}

.plants .info:before {
    background: #fff url('images/illustration-plants.png') center/auto 100% no-repeat;
}

.food-drink .info h2 {
    color: #c96134;
}

.food-drink .info:before {
    background: #fff url('images/illustration-food-drink.png') center/auto 100% no-repeat;
    margin: -115px auto 0 auto !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-message a.button.wc-forward,
button.single_add_to_cart_button,
a.button {
    display: inline-block;
    margin-top: 30px;
    padding: 11px 20px 10px 20px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #fff !important;
    background: #487629 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

button.single_add_to_cart_button {
    padding: 15px 25px 14px 25px !important;
    font-size: 12px !important;
    margin: 30px auto 0 0 !important;
}

a.button:hover {
    background: #153e35;
}

/* INSTAGRAM */

#instagram-box {
    margin: 60px 0 100px 0;
    text-align: center;
}

.slicker-instagram-placeholder,
.slicker-youtube-placeholder {
    display: block !important;
    float: left;
    border: 2px solid #fff;
}

.fts-instagram-inline-block-centered {
    display: inline-block;
    width: 100%;
    margin-top: 10px !Important;
}

#instagram-box h3 a {
    color: #c96134;
}

#instagram-box h3 em {
    font-style: normal;
    display: inline-block;
    padding: 0 10px;
}

/* Ninja Forms & Contact */

#nf-form-1-cont {
    text-align: left;
    margin-top: 40px;
}

#nf-form-2-cont input,
#nf-form-1-cont input,
#nf-form-2-cont textarea,
#nf-form-1-cont textarea {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    background: none;
    border: 1px solid #ccc !important;
}

#nf-form-2-cont input[type="tel"],
#nf-form-2-cont input[type="text"],
#nf-form-2-cont input[type="email"],
#nf-form-1-cont input[type="text"],
#nf-form-1-cont input[type="email"] {
    max-width: 100%;
}

.submit-wrap {
    text-align: center;
}

a.boxbutton {
    background: none;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    padding: 0 30px;
    line-height: 42px;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border: 2px solid #000 !important;
    display: inline-block;
    margin: 30px auto;
}

a.boxbutton:hover {
    color: #fff;
    background: #000;
}

#nf-form-2-cont input[type="button"],
#nf-form-1-cont input[type="button"] {
    background: #555;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    padding: 0 35px;
    line-height: 42px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important;
    display: inline-block;
}

#nf-form-2-cont input[type="button"]:hover,
#nf-form-1-cont input[type="button"]:hover {
    opacity: 0.7;
}

.nf-field-label label {
    font-weight: 300 !important;
    font-size: 15px;
    color: #000 !important;
}

.label-above .nf-field-label {
    margin-bottom: 0 !important;
}

.nf-response-msg p {
    font-size: 24px !important;
}

.nf-after-field .nf-error-msg,
.nf-form-fields-required {
    display: none;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #000 !important;
}

/* ABOUT PAGE */

.page-about #content {
    margin-top: 280px !important;
}

.page-about #main {
    text-align: left;
    width: 63%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    margin-bottom: 60px;
}

.round-photo.big {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-top: 33%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.page-eat-drink ul.slides li {
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    overflow: hidden !important;
}

.page-about h2 {
    text-align: left;
    font-size: 21px !important;
    margin-top: 60px;
}

.page-about .socials a {
    width: 40px;
    height: 40px;
}

.press-box {
    border-top: 1px solid #3e4042;
    margin-bottom: 100px;
    display: inline-block;
}

.press-box {
    DISPLAY: NONE;
}

.press-box h2 {
    color: #153e35;
}

.press-box h3 {
    color: #3e4042;
    text-align: left;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
    padding-bottom: 0;
    margin-top: 10px !Important;
    font-size: 16px !important;
}

.press-box .item-box {
    display: inline-block;
    float: left;
    width: 24%;
    margin: 10px 1% 10px 0;
    vertical-align: top;
    cursor: pointer;
}

.press-box .item-box:hover {
    opacity: .8;
}

.press-box p.vcard {
    font-size: 17px;
    color: #3e4042;
}

/* CONTACT PAGE */

.page-contact #main {
    margin-top: 60px;
    margin-bottom: 60px;
}

.page-contact .boxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.page-contact .third {
    padding: 0 50px;
    border-right: 2px solid #3e4042;
    margin-top: 40px;
    flex: 1 33%;
}

.page-contact .third p {
    text-align: center;
}

.page-contact .third:last-child {
    border-right: none;
}

.box.third h2 {
    font-size: 21px !important;
    color: #005727;
    margin-bottom: 30px !important;
    padding-top: 60px;
}

.page-contact .location h2 {
    background: url(images/AO-location.png) top center/35px auto no-repeat;
}

.page-contact .contact h2 {
    background: url(images/AO-contact.png) top center/35px auto no-repeat;
}

.page-contact .hours h2 {
    background: url(images/AO-hours.png) top center/35px auto no-repeat;
}

.page-contact p {
    font-size: 15px !important;
}

.page-contact embed {
    width: 100% !important;
    height: 700px;
    display: block;
}

.page-contact h1.titlebox {
    display: none;
}

/* FOOD PAGE */

.page-eat-drink #main {
    margin-top: 100px;
}

.page-eat-drink .box {
    margin: 0;
    padding: 100px 0;
}

.page-eat-drink .box .wrap {
    padding: 0 1%;
}

.page-eat-drink .round-photo {
    padding-top: 0;
    overflow: hidden;
}

.food-top-image {
    display: inline-block;
    width: 10%;
    margin: 0 4%;
    vertical-align: top;
}

.food-top {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.food-top h1 {
    text-align: left;
    font-size: 27px !important;
    color: #c96134;
}

.food-top a {
    margin: 20px;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
    display: inline-block;
}

.food-top a:first-of-type {
    margin-left: 0;
}

.food-list {
    display: inline-block;
    width: 66%;
    vertical-align: top;
    text-align: center;
    padding: 0 5%;
}

.food-list h1 {
    text-align: left;
}

.food-list h4 {
    font-family: 'Brandon Grotesque Medium', sans-serif !important;
    text-align: left;
    margin-top: 0;
    font-size: 18px !important;
}

.food-list p {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.food-list strong {
    font-family: 'Brandon Grotesque Medium', sans-serif !important;
    font-weight: 400;
}

/* WEDDINGS */

.page-weddings-events .box.half h2 {
    padding-top: 0;
    color: #005727;
    font-size: 23px !important;
}

.page-weddings-events .box.half p {
    text-align: center;
}

.option-1,
.option-2 {
    padding: 0 75px;
    margin-top: 30px;
}

.option-1 {
    border-right: 2px solid #3e4042 !important;
}

.page-weddings-events .box.half.contact {
    padding: 80px 30px 10px 30px;
    background: #f2f2f2 url(images/icon-leaf.png) top 30px center/60px auto no-repeat;
    margin-top: 50px;
    margin-bottom: 80px;
}

.page-weddings-events .box.half.contact a {
    margin-top: 25px;
}

/* FLOWERS */

.flowers-top-left img {
    display: block;
    margin: auto;
}

.flowers-top-left {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-top: 60px;
}

.flowers-top-left h2 {
    letter-spacing: 0 !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin-top: 20px !important;
    text-transform: none !important;
    padding: 0 10%;
}

.flowers-top-right {
    display: inline-block;
    width: 63%;
    vertical-align: top;
    margin-top: 60px;
    padding-left: 10%;
    letter-spacing: 1px;
}

.circle-links {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.circle-links br {
    display: none;
}

.circle-links a br {
    display: inline-block;
}

a.circle {
    display: inline-block;
    width: 180px;
    line-height: 180px;
    background: url(images/circle.svg) center/92% auto no-repeat;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 40px;
}

a.circle:hover {
    opacity: .8;
}

a.circle strong {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    color: #fff9;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
}

a.circle.green {
    background-color: #005727;
}

a.circle.orange {
    background-color: #efc2b3;
    color: #005727 !important;
}

a.circle.orange strong {
    color: #c96134;
}

a.circle.gold {
    background-color: #c89211;
}

/* WOO */

.viewall {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0 100px 0;
}

.viewall a {
    color: #333;
    font-family: 'Brandon Grotesque Medium', sans-serif !important;
}

.product .button.product_type_variable,
.product .button.product_type_simple {
    display: none;
}

h2.woocommerce-loop-product__title {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: 'Brandon Grotesque Medium', sans-serif !important;
}

.woocommerce ul.products li.product .price {
    color: #333 !important;
    line-height: 1;
    font-size: 0 !important;
    font-family: 'Brandon Grotesque Regular', sans-serif !important;
}

.woocommerce ul.products li.product .price span.woocommerce-Price-amount.amount:first-of-type {
    font-size: 16px !important;

}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 1% 30px 1% !important;
    width: 23% !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 60% !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 38% !important;
    padding-left: 5%;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    margin-left: 1% !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    margin-right: 1% !important;
}

.product-desc h1 {
    color: #005727;
}

.woocommerce .gallery {
    text-align: left;
    margin-top: 0;
}

.woocommerce .gallery-item {
    padding: 10px 10px 0 0;
    width: 24%;
}

.single.woocommerce .product_meta,
.single.woocommerce h1.titlebox,
.single.woocommerce .article-header,
.woocommerce .nextposts,
.woocommerce .gallery dd.wp-caption-text {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    float: none !important;
}

select,
.woocommerce .quantity .qty {
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-appearance: none;
    font-size: 13px !important;
    line-height: 35px !important;
    height: 35px !important;
}

.woocommerce .quantity .qty {
    width: 80px !important;
    margin-top: 5px;
}

.single.woocommerce .quantity::before {
    content: "Quantity";
    display: block;
    font-weight: bold;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-top: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 10px 10px 10px 0;
}

.woocommerce div.product form.cart .variations td {
    display: inline-block;
    width: 60%;
    line-height: 1 !important;
}

table.variations {
    margin-top: 20px;
}

.woocommerce table.shop_table td {
    text-transform: uppercase !important;
}

.woocommerce table.shop_table .cpf-data-on-cart:before {
    display: none !important;
    vertical-align: middle !important;
}

.woocommerce table.shop_table .cpf-data-on-cart,
.cpf-img-on-cart {
    border: none !important;
    margin-bottom: 10px;
}

.woocommerce table.shop_table dt.tc-name {
    font-family: 'Brandon Grotesque Bold';
    margin-top: 10px;
}

.woocommerce table.shop_table dd.tc-value {
    display: inline-block !important;
    width: 100%;
}

/* message overlay */

div.woocommerce-message {
    background: #fff !important;
    border: 2px solid #c89211 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 20px 40px 30px 40px !important;
    color: #005727 !important;
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    margin: -20px auto 50px auto !important;
    width: 70%;
    display: block;
}

.woocommerce-message:before {
    content: " " !important;
}

.woocommerce-message a.button {
    display: inline-block !important;
    float: none !important;
    margin: 20px 0 0 0 !important;
    font-family: 'Brandon Grotesque Medium';
}

.woocommerce-info {
    border-top-color: transparent !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none !important
}

.yay {
    font-family: 'Cosmopolitan Script Bold' !important;
    font-size: 70px !important;
    text-transform: none !important;
    color: #c96134;
    line-height: 1;
    margin-bottom: 20px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block !important;
    font-size: 18px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    text-align: right !important;
}

label.delivery {
    font-size: 0 !important;
}

label.delivery span {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.page-cart .woocommerce-shipping-destination {
    margin-top: 0;
    margin-bottom: 20px;
}

.page-cart .woocommerce-shipping-destination strong {
    font-weight: 400 !important;
}

.page-cart .woocommerce-message a.button.wc-forward {
    display: table !important;
    margin: 20px auto !important;
}

tr.attribute-pa_product-size td.label {
    display: none !important;
}

tr.attribute-pa_product-size td.value {
    width: 100% !important;
}

tr.attribute-pa_product-size td.value div {
    display: inline-block;
    position: relative;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 8px;
    line-height: 1;
}

.tc-totals-form,
button.ui-tm-datepicker-trigger,
img#delivery_cal_lite,
.product-desc .price.top,
a.reset_variations,
tr.attribute-pa_product-size td.value div input {
    display: none !important;
}

tr.attribute-pa_product-size td.value div label {
    display: inline-block;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #333 !important;
}

tr.attribute-pa_product-size td.value div input + label {
    border: 2px solid #fff !important;
    outline: 1px solid #333;
}

tr.attribute-pa_product-size td.value div input:checked + label {
    border: 3px solid #487629 !important;
    outline: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 30px !important;
    color: #487629 !important;
}

.tm-extra-product-options .tm-extra-product-options-field {
    float: none !important;
    display: inline-block !Important;
}

.tm-row {
    display: inline-block;
}

.variations_button div:nth-of-type(1) input {
    border: 1px solid #333 !important;
    z-index: 10;
    position: relative;
    background: url(images/date-calendar.svg) left 10px center/auto 20px no-repeat, url(images/date-arrow.svg) right 10px center/auto 20px no-repeat;
    text-align: center !important;
    font-size: 14px !Important;
    color: #777 !Important;
    width: 100% !important;
    padding: 0 !important;
    line-height: 40px !important
}

.single_variation_wrap .single_variation {
    margin-bottom: 20px;
}

.tm-extra-product-options-date .tmcp-field-wrap label,
.tm-epo-datepicker-label-container,
.tm-epo-timepicker-label-container {
    width: 240px !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px !Important;
}

dl.variation {
    margin-top: 0;
}

dd.tc-value p {
    margin-top: 0;
}

.tm-cart-edit-options {
    font-size: 9px;
    font-weight: 400;
    margin-left: 15px !Important;
    margin-bottom: 5px !Important;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25 !important;
}

/* CHECKOUT */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
    padding: 25px 35px;
}

.woocommerce-billing-fields__field-wrapper,
.shipping_address {
    display: block !important;
    text-align: left;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.shipping_address .form-row {
    display: inline-block !Important;
    vertical-align: top;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: none !important;
}

#billing_address_2_field,
#billing_country_field,
#billing_company_field,
#shipping_address_2_field,
#shipping_country_field,
#shipping_company_field {
    display: none !important;
}

#billing_address_1_field,
#shipping_address_1_field {
    width: 75% !important;
}

#billing_email_field,
#billing_city_field,
#shipping_city_field {
    width: 47% !important;
}

#billing_state_field,
#shipping_state_field {
    width: 24% !important;
    padding-right: 5% !important;
}

#billing_postcode_field,
#shipping_postcode_field {
    width: 20% !important;
}

#billing_phone_field {
    width: 30% !important;
    padding-right: 5% !Important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    background: #eee;
}

.woocommerce #order_review table.shop_table {
    width: 94% !important;
    margin: 0 auto 40px auto !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 96% !important;
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-billing-fields h2 {
    font-size: 0 !important;
}

.woocommerce-billing-fields h2::before {
    font-size: 28px !important;
    content: 'CUSTOMER DETAILS';
}

.woocommerce-checkout h1.titlebox,
.woocommerce-checkout .col-1,
.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}

.product-total,
.price-total,
.cart-subtotal,
.order-total {
    text-align: right;
}

/* LIGHTBOX */

#imageDataContainer,
#outerImageContainer {
    background: none !important
}

#imageData #imageDetails #titleAndCaption #captionText {
    color: #fff !important;
    font-family: 'Brandon Grotesque Medium';
    font-size: 14px !important;
}

#imageData #imageDetails #controls {
    display: none !important;
}

#jqlb_closelabel {
    background: none !important;
    text-align: right;
}

#jqlb_closelabel::after {
    content: "X";
    font-size: 16px;
    color: #fff;
}

#imageContainer {
    padding: 0 !important;
}

#nextLink:hover,
#nextLink:visited:hover {
    background: url('images/lightbox-nav-right.svg') center right 20px/25px 25px no-repeat !Important;
    opacity: .7;
}

#prevLink:hover,
#prevLink:visited:hover {
    background: url('images/lightbox-nav-left.svg') center left 20px/25px 25px no-repeat !important;
    opacity: .7;
}


/* TAKE OUT MENU */
#product-6181 .product_meta,
#product-6181 .stock,
#product-6181 .quantity.hidden,
#product-6181 .menu-items ul .tm-field-display label::after,
#product-6181 .single.woocommerce .quantity::before,
#product-6181 .woocommerce-product-gallery {
    display: none;
}

.home .woocommerce {
    margin: 60px 0;
}

.home .tc-totals-form,
#product-6181 .tc-totals-form {
    display: block !important;
    text-align: left;
}

.home #product-6181 div.summary,
.woocommerce-page #content #product-6181 div.summary {
    width: 60% !important;
    padding-left: 0 !important;
    float: none !important;
    margin: auto !important;
}

.home #content #product-6181 div.summary h1,
.woocommerce-page #content #product-6181 div.summary h1 {
    color: #c96134;
    text-align: center;
    margin-bottom: 30px !important;
}

.home #content #product-6181 div.summary h2,
.woocommerce-page #content #product-6181 div.summary h2 {
    color: #153e35;
    text-align: left;
    margin-bottom: 5px;
}

.home #content #product-6181 div.summary h3,
.woocommerce-page #content #product-6181 div.summary h3 {
    color: #c96134;
    text-align: left;
    font-size: 24px !important;
    line-height: 1 !important;
}

#product-6181 .tm-description strong {
    font-size: 24px !important;
    font-family: 'Brandon Grotesque Bold';
    font-weight: 400 !important;
}

#product-6181 .tm-extra-product-options .menu-items .tm-cell {
    margin-bottom: 60px !important;
}

#product-6181 .tm-epo-element-label,
#product-6181 .tm-epo-field-label {
    font-size: 22px !important;
    font-family: 'Brandon Grotesque Bold';
    font-weight: 400 !important;
    text-align: left;
    line-height: 1 !important;
    margin-left: 0 !important;
}

#product-6181 hr {
    border-top: 1px solid #252525 !important;
    width: 150%;
    margin-left: -25%;
}

#product-6181 .grey-call-div .tm-description {
    padding: 30px 10%;
    background: #ebebeb;
    width: 120%;
    margin-left: -10%;
    margin-bottom: 40px;
}

#product-6181 .tm-description p {
    margin-bottom: 0 !important;
}

#product-6181 h3.tm-epo-element-label {
    margin-bottom: 20px !important;
}

.home #product-6181 p {
    text-align: left;
}

.home pre {
    white-space: normal !important;
}

#product-6181 .tm-description p:last-child {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

#product-6181 .grey-call-div .tm-description p {
    margin-top: 0;
    text-align: center;
    font-size: 16px;
}

#product-6181 .menu-items {
    margin-top: 40px;
}

#product-6181 .menu-items ul input[type="number"],
#product-6181 .party-people-ul input[type="number"] {
    border: 1px solid #ddd !important;
    max-width: 80px;
    display: inline-block;
}

#product-6181 .menu-items ul label {
    width: auto !important;
}

#product-6181 .menu-items ul span.before-amount {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 14px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 20px;
    width: calc(100% - 100px);
}

#product-6181 select {
    border: 1px solid #ddd !important;
    max-width: 200px;
    background: url(images/date-arrow.svg) right 10px center/20px auto no-repeat;
    line-height: 40px !important;
    height: 40px !important;
}

#product-6181 .menu-items .tm-extra-product-options-checkbox span {
    line-height: 40px !important;
}

#product-6181 button.single_add_to_cart_button,
#product-6181 .tm-final-totals {
    font-size: 0 !important;
}

#product-6181 .tm-final-totals:first-child::before {
    content: "Your Subtotal ";
    color: #c96134;
    font-size: 28px !important;
    font-family: 'Brandon Grotesque Bold', sans-serif !important;
}

#product-6181 button.single_add_to_cart_button::before {
    content: "Continue >";
    font-size: 16px !important;
}

.home #product-6181 ul.slides,
.home #product-6181 ul.slides li img {
    line-height: 0 !important;
}

#product-6181 p.stock.out-of-stock {
    display: inline-block;
    font-size: 0;
}

#product-6181 p.stock.out-of-stock::before {
    content: "We have sold out this week, so please check back soon to see next week's menu.";
    font-size: 30px;
    color: #c96134;
}

.home #product-6181 .tmcp-field-wrap {
    text-align: left !important;
}

.home #product-6181 .tc-extra-product-options .tmcp-field-wrap .price.tc-price {
    line-height: 1 !important;
    margin-bottom: 40px !important;
}

.home #product-6181 .tm-extra-product-options-checkbox .tmcp-field-wrap .price.tc-price {
    margin-bottom: 0px !important;

}

/* FOOTER */

#footer {
    margin-top: 0;
}

.inner-footer {
    position: relative;
}

#footer-cta {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
}

#footer-cta span {
    color: #fff;
}

.footer {
    background-color: #153e35 !important;
    text-align: center;
    position: relative;
    width: 100%;
    -webkit-transition: ease all .8s;
    -moz-transition: ease all .8s;
    transition: ease all .8s;
    z-index: 100;
    display: block;
    padding: 28px 0 0 0;
}

.footer,
.footer p,
.footer a {
    font-size: 20px !important;
    font-weight: 400;
    text-align: left;
    color: #fff !important;
    padding-left: 0;
}

.copyright {
    margin-top: 20px !important;
    margin-bottom: 20px;
    opacity: .8;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: .5px;
    line-height: 1.5 !important;
}

.copyright a {
    color: #aaa !important;
}

.copyright svg {
    fill: #ccc !important;
}

.footer .widget {
    margin-bottom: 50px;
    width: 22%;
}

.footer .nav {
    float: none;
    text-align: center;
}

.footer .menu li {
    text-align: left;
    padding-left: 20%;
}

.footer .menu li a {
    display: inline-block;
    float: none !important;
    font-size: 21px !important;
    color: #fff !important;
    line-height: 1;
    padding: 3px 0;
    font-family: 'Brandon Grotesque Medium';
}

.footer .menu li a:hover {
    color: #b1cce7 !important;
}

#mc4wp-form-1 {
    margin-top: 30px;
}

ul.footer-boxes {
    margin-bottom: 0;
    text-align: center;
}

/*  RESPONSIVE CSS  ---------------------------------
------------------------------------------------------------------ */

@media only screen and (max-width: 1640px) {
    .home #slideshow .slides {
        width: 110% !important;
        margin-left: -5% !important;
    }
}

@media only screen and (max-width: 1450px) {
    .home #slideshow .slides {
        width: 120% !important;
        margin-left: -10% !important;
    }

    #top-menu {
        right: 0;
    }

    #logo {
        max-width: 135px;
    }

    #header,
    .home #header.sticky {
        height: 170px;
    }

    #header {
        background-size: 1600px auto !important;
    }
}

@media only screen and (max-width: 1340px) {
    .home #slideshow .slides {
        width: 130% !important;
        margin-left: -15% !important;
    }
}

@media only screen and (max-width: 1260px) {
    .home #slideshow .slides {
        width: 140% !important;
        margin-left: -20% !important;
    }

    .metaslider .caption-wrap .caption img {
        width: 560px !important;
    }

    .seo.wrap,
    .fixed,
    .static.wrap {
        padding: 0 15px;
    }

    .food-top {
        padding-right: 10%;
    }
}

@media only screen and (max-width: 1180px) {
    .home #slideshow .slides {
        width: 150% !important;
        margin-left: -25% !important;
    }

    .metaslider .caption-wrap .caption img {
        width: 500px !important;
    }

    a.phone span {
        font-size: 21.5px;
    }

    a.phone {
        font-size: 32px;
    }

    .page #slideshow {
        height: 220px;
    }

    .home #slideshow {
        height: auto;
    }
}

@media only screen and (max-width: 1100px) {
    .home #slideshow .slides {
        width: 160% !important;
        margin-left: -30% !important;
    }

    .single-product #content,
    .page-workshops #content,
    .page-template-page-no-banner #content,
    .single-post #content,
    .category-blog #content {
        margin-top: 220px !important;
    }

    #menu-main-menu-left li a {
        padding: 20px 25px !important;
    }

    #menu-main-menu-left li ul.sub-menu li a,
    #menu-main-menu-right li ul.sub-menu li a {
        padding: 7px 10px !important;
    }

    #seotextbox h1 {
        font-size: 40px !important;
    }

    #seotextbox h1 b {
        font-size: 50px !important;
    }

    .food-top {
        width: 70%;
    }

    .food-top-image {
        width: 21%;
    }

    .page #slideshow {
        height: 400px;
    }

    .home #slideshow {
        height: auto;
    }

    .footer a.footer-phone {
        font-size: 60px !important;
    }

    .footer .menu li a {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1030px) {
    #home-nav .nav li a {
        padding: 25px 30px !important;
    }

    .box.top p img {
        margin-top: 0;
    }

    .footer a.footer-phone {
        font-size: 60px !important;
    }

    .home #slideshow {
        height: 97vh !important;
        height: calc(100vh - 68px) !important;
    }

    #sidebar {
        padding: 70px 0 0 5%;

    }
}

@media only screen and (max-width: 980px) {
    #seotextbox h1 {
        padding: 0 20px;
    }

    #nav {
        padding: 10px;
    }

    #menu-main-menu-left li a {
        padding: 20px 17px !important;
    }

    #menu-main-menu-right li a {
        padding: 20px 20px !important;
    }

    .footer-left {
        padding-left: 20px
    }

    .footer,
    .footer p,
    .footer a {
        font-size: 17px !important;
    }

    a.circle {
        margin: 35px;
    }
}

@media only screen and (max-width: 960px) {
    .home #slideshow .slides {
        width: 170% !important;
        margin-left: -35% !important;
    }

    .logo-tag {
        margin-top: -10px !Important;
    }

    #container {
        padding: 0;
    }

    a#mobilenavbars,
    a#phone {
        display: block;
    }

    .top-contact.left {
        left: 40px;
    }

    #banner {
        width: 100%;
        margin: 0 auto;
        background-size: cover !important;
        background-position: center !important;
        position: relative;
    }

    p {
        display: block !important;
    }

    #inner-content {
        margin: 0 auto !important;
    }

    .twocol {
        width: 100%;
    }

    .box {
        margin: 20px 0;
    }

    .box.top p img.alignright {
        float: right;
        margin: 0 -30px 0 30px;
    }

    .caption h1 {
        padding-bottom: 30px;
    }

    #header-back {
        bottom: 0;
    }

    #slideshow {
        height: 240px;
    }

    .home #slideshow {
        height: auto;
    }

    .footer a.footer-phone {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 900px) {
    .home #slideshow .slides {
        width: 180% !important;
        margin-left: -40% !important;
    }

    #seotextbox h1 {
        padding: 0 20px;
    }

    #main {
        margin-bottom: 40px;
    }

    .box .half .info {
        width: 70%;
        padding: 50px 0 15px 0;
    }

    .box .half .info h2 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 860px) {
    .home #slideshow .slides {
        width: 200% !important;
        margin-left: -50% !important;
    }

    #banner {
        padding: 220px 0 100px 00;
    }

    .home p {
        padding: 0;
    }

    .page-workshops .top-text,
    .top-text {
        width: 80%;
    }

    .page #slideshow {
        height: 300px;
    }

    .home #slideshow {
        height: auto;
    }

    .home p {
        font-size: 16px;
    }

    #text-2 img {
        max-width: 90%;
    }

    #logo {
        max-width: 130px;
    }

    .nav li a {
        font-size: 14px;
    }

    #menu-main-menu-left li a {
        padding: 20px 15px !important;
    }

    #menu-main-menu-right li a {
        padding: 20px 13px !important;
    }

    li#menu-item-75 a {
        letter-spacing: .25px;
    }

    #header,
    .home #header.sticky {
        height: 160px;
        background-size: 1550px auto !important;
    }

    .option-1,
    .option-2 {
        padding: 0 60px;
    }

    .page-workshops h2 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    a.circle {
        margin: 30px;
        width: 170px;
        line-height: 170px;
    }
}

@media only screen and (max-width: 800px) {
    #menu-home-nav li#menu-item-27 {
        display: none !important;
    }

    .footer #text-3.widget {
        width: 25%;
    }

    .footer #nav_menu-2.widget {
        width: 19%;
    }

    #sidebar {
        padding: 70px 0 0 3%;
    }
}

/* iPad vertical size */

@media only screen and (max-width: 775px) {
    .home #slideshow .slides {
        width: 210% !important;
        margin-left: -55% !important;
    }

    .metaslider .caption-wrap .caption img {
        width: 450px !important;
    }

    #nav {
        padding: 10px 20px 10px 10px;
    }

    .box .half .info:before {
        width: 60px;
        height: 80px;
    }

    .gallery-item {
        width: 31% !important;
    }

    .entry-content {
        padding: 0 !important;
        position: relative;
    }

    #inner-content {
        padding: 0 30px;
    }

    #slideshow iframe {
        height: 900px;
    }

    .box .half.photo {
        overflow: hidden;
        text-align: center;
    }

    .box .half.photo img {
        max-width: 120%;
        margin-left: -10%;
    }

    #menu-main-menu-left li a {
        padding: 20px 12px !important;
    }

    #menu-main-menu-right li a {
        padding: 20px 10px !important;
    }

    .page-about #content {
        margin-top: 200px !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity::before,
    .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
        margin-top: 10px;
        margin-right: 10px;
    }

    .page-contact .third:nth-of-type(1) {
        padding: 0 50px 0 20px;
    }

    .page-contact .third:nth-of-type(3) {
        padding: 0 20px 0 50px;
    }

    a.circle {
        margin: 20px;
        width: 150px;
        line-height: 150px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 1% 30px 1% !important;
        width: 31.33% !important;
        clear: none !important;
    }

    .woocommerce ul.products li:nth-child(8),
    .woocommerce-page ul.products li:nth-child(8),
    .woocommerce ul.products li:nth-child(7),
    .woocommerce-page ul.products li:nth-child(7) {
        display: none !important;
    }

    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.first {
        clear: none !important;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: left !important;
        clear: none !important;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 48% !important;
        float: left !important;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right !important;
        width: 48% !important;
        padding-left: 5%;
    }

    .home #product-6181 div.summary,
    .woocommerce-page #content #product-6181 div.summary {
        width: 80% !important;
    }
}

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

    #sidebar #custom_html-3,
    #sidebar #custom_html-2,
    li#menu-item-74,
    li#menu-item-78 {
        display: none !important;
    }

    .home #slideshow .slides {
        width: 230% !important;
        margin-left: -65% !important;
    }

    #menu-main-menu-right li a {
        padding: 20px 15px !important;
    }

    li#menu-item-76 a {
        letter-spacing: .25px;
    }

    .alignright,
    .alignleft {
        float: none;
        margin: 20px auto !Important;
    }

    .single-post #main,
    .category-blog #main {
        width: 80% !important;
    }

    #sidebar {
        width: 100% !important;
        margin-bottom: 40px;
    }

    #sidebar .widget {
        flex: 1 31%;
    }

    #sidebar .widget {}

    h1.small {
        font-size: 40px !important;
    }

    .box.top h2 {
        margin: 0 0 40px 0;
    }

    .top_text {
        padding-left: 0;
    }

    .press-box .item-box {
        width: 49%;
    }

    .press-box .item-box:nth-child(even) {
        margin: 10px 0 10px 1%;
    }

    .footer-boxes {
        margin-top: 0;
    }

    .footer .widget {
        width: 33%;
    }

    .footer #text-4.widget {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer #text-4.widget .socials {
        vertical-align: middle;
        line-height: .5;
    }

    .footer #text-4.widget .mc4wp-form {
        width: auto;
        display: inline-block;
        margin-top: 0;
        vertical-align: middle;
    }

    .footer #text-4.widget p {
        display: none !important;
    }

    .page-contact .third:nth-of-type(2) {
        padding: 0 30px 0 30px;
        width: 30%;
    }

    .page-contact #main {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 680px) {
    .home #slideshow .slides {
        width: 250% !important;
        margin-left: -75% !important;
    }

    #home-nav .nav li a {
        padding: 25px 20px !important;
    }

    .og-grid li > a {
        height: 150px !important;
    }

    .og-grid li {
        margin: 10px .25% 0 .25%;
        width: 32% !Important;
    }

    .box .gallery-item,
    .gallery-item {
        width: 46% !important;
    }

    .footer-top a.phne {
        width: 100%;
        display: inline-block;
    }

    .caption h1 strong {
        font-size: 55px;
    }

    .box .half.photo img {
        max-width: 150%;
        margin-left: -25%;
    }

    .food-drink .info:before {
        margin: -105px auto 0 auto !important;
    }

    .page-contact .third {
        flex: 3 100%;
        border-right: none;
        padding: 0 10% 40px 10% !important;
    }

    .page-contact .third::after {
        content: "";
        display: block;
        height: 2px;
        background: #3e4042;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 15%;
        height: 2px;
        width: 70%;
    }

    .page-contact .third:nth-of-type(3)::after {
        display: none;
    }

    .page-contact .third:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .page-contact .third:nth-of-type(3) {
        border-bottom: none;
        padding: 0 10% !important;
    }

    .box .half .info {
        width: 80%;
        display: inline-block;
    }

    .box.food-drink .half .info,
    .box.flowers .half .info {
        margin: 0 20px 0 auto;
    }

    .box.plants .half .info {
        margin: 0 auto 0 20px;
    }

    #text-2.widget {
        width: 30%;
    }

    .footer #text-3.widget {
        width: 35%;
    }

    .option-1,
    .option-2 {
        padding: 0 50px;
    }

    .page-eat-drink #main {
        margin-top: 80px;
    }

    a.circle {
        margin: 18px;
        width: 140px;
        line-height: 140px;
    }

    a.circle strong {
        font-size: 18px;
    }
}

@media only screen and (max-width: 630px) {
    .home #slideshow .slides {
        width: 270% !important;
        margin-left: -85% !important;
    }

    #menu-home-nav li#menu-item-28 {
        display: none !important;
    }

    .option-1,
    .option-2 {
        padding: 0 60px;
    }

    .option-1::after {
        content: "";
        display: block;
        height: 2px;
        background: #3e4042;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 15%;
        height: 2px;
        width: 70%;
    }

    .option-1 {
        border-right: none !important;
        padding-bottom: 60px;
    }

    .half {
        width: 100%;
    }

    a.circle {
        margin: 12px;
    }


}

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

    .nav-trigger,
    label[for="nav-trigger"],
    .mobile-nav {
        display: none !important;
    }

    .nav-trigger:checked ~ #mobileBody {
        right: 0px;
    }
}

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

    .nav-trigger,
    .home label.home_nav,
    label.main_nav.sticky,
    .inner label.main_nav {
        display: block;
    }

    .maplink,
    .phonelink,
    .mobile-nav {
        display: inline-block !important;
    }

    .touch .nav-trigger:checked ~ #mobileBody #slideshow,
    .touch .nav-trigger:checked ~ #mobileBody #footer,
    .touch .nav-trigger:checked ~ #mobileBody #banner,
    .touch .nav-trigger:checked ~ #mobileBody #content,
    li#menu-item-80,
    #ajaxsearchlite1,
    #nav,
    .fixed,
    #menu_box {
        display: none !important;
    }

    .touch .nav-trigger:checked ~ #mobileBody #header-back {
        background: #fff !important;
        opacity: 1;
    }

    #top-menu {
        width: 35px !important;
        line-height: 1;
        margin-top: 0;
        top: 30px;
        right: 80px;
    }

    li.empty-wpmenucart::before {
        font-size: 22px !important;
    }

    #top-menu .wpdreams_asl_container,
    #top-menu ul li {
        opacity: 1;
        margin-left: 0;
    }

    #top-menu ul#menu-top-menu {
        margin: 13px 0 0 0;
    }

    .home #slideshow .slides {
        width: 200% !important;
        margin-left: -50% !important;
    }

    #inner-content {
        padding: 0 20px;
    }

    #logo {
        max-width: 110px;
        margin-top: 8px;
    }

    #header,
    .home #header.sticky {
        height: 135px;
        background-size: 1300px auto !important;
    }

    .box {
        margin: 10px 0;
    }

    #seotextbox h1 {
        padding: 0;
    }

    #nav_menu-2.widget,
    .fixed {
        display: none;
    }

    #og-grid {
        padding-top: 0;
    }

    .og-grid li > a {
        height: 120px !important;
    }

    .og-grid li {
        margin: 10px .25% 0 .25%;
        width: 48.5% !Important;
    }

    .pagetop span {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }

    .twocol:first-child {
        margin-right: 0;
    }

    .twocol {
        width: 100%;
        margin-bottom: 40px;
    }

    .twocol h2 {
        text-align: center !Important;
        padding-right: 0;
    }

    #gallery-2 img {
        width: 100%;
    }

    .footer-top {
        font-size: 35px;
    }

    .footer-top a.phne {
        font-size: 45px;
    }

    h1.box-title {
        padding: 15px 20px;
    }

    h1.small {
        font-size: 38px !important;
    }

    #content {
        margin-top: 20px !important;
    }

    #sidebar .widget {
        flex: 1 48%;
    }

    .page #slideshow {
        height: 250px;
    }

    .home #slideshow {
        height: calc(100vh - 55px) !important;
    }

    .top-contact.left {
        left: 20px;
        top: 35px;
    }

    #header-back {
        bottom: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 100%;
        margin: auto;
    }

    .home p {
        padding: 0;
    }

    .box.top h1 {
        font-size: 50px !important;
    }

    .box.top p img.alignright {
        float: none;
        margin: 0 auto;
    }

    .box .half.photo img {
        max-width: 170%;
        margin-left: -35%;
    }

    .home p {
        font-size: 15px;
    }

    .footer a.footer-phone {
        line-height: 1;
    }

    .footer #text-2.widget {
        width: 40%;
    }

    .footer #text-3.widget {
        width: 40%;
    }

    .single-post #main,
    .category-blog #main,
    .food-top,
    .flowers-top-left,
    .flowers-top-right,
    .page-workshops .top-text,
    .top-text,
    .page-about #main,
    .page-workshops .item-box .right,
    .page-workshops .item-box .left,
    .page-workshops .top-text {
        width: 90% !important;
    }

    .page-about #main,
    .page-workshops .item-box .right {
        padding-left: 0;
    }

    .page-workshops .item-box .left {
        border-right: none;
        border-bottom: 2px solid #3e4042;
        padding: 0 0 40px 0;
    }

    .single-post h2,
    .category-blog h2,
    .single-post p,
    .category-blog p,
    .page-flowers p,
    .food-list h4,
    .food-list h1,
    .food-list p,
    .food-top p,
    .food-top h1,
    .page-about h2,
    .page-about h3,
    .page-about p,
    .page-about #main,
    #content,
    .page-workshops .item-box .right p {
        text-align: center;
    }

    .page-about .round-photo.big {
        width: 70%;
        padding-top: 70%;
        margin-bottom: 50px;
    }

    .round-photo.big {
        width: 60%;
        margin-bottom: 40px;
    }

    .food-list {
        padding: 0;
        width: 75%;
    }

    .single-product #content,
    .page-workshops #content,
    .page-template-page-no-banner #content,
    .single-post #content,
    .category-blog #content {
        margin-top: 180px !important;
    }

    .page-about #content {
        margin-top: 160px !important;
    }

    .food-top-image {
        width: 80%;
    }

    .flowers-top-left,
    .flowers-top-right {
        margin-top: 15px;
        width: 80%;
        padding-left: 0;
    }

    .flowers-top-left h2 {
        padding: 0;
        margin-top: 0 !important;
    }

    .flowers-top-left img {
        max-height: 70px;
        width: auto;
    }

    .food-top-image img {
        height: 80px;
        width: auto;
        margin-top: 0;
    }

    .food-top {
        padding: 0;
    }

    .food-top a:first-of-type {
        margin-left: 14px;
    }

    .page-eat-drink #main {
        margin-top: 40px;
    }

    a.circle {
        margin: 0 10px;
        width: 140px;
        line-height: 140px;
    }

    .press-box .item-box:nth-child(even),
    .press-box .item-box:nth-child(odd),
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 1% 30px 1% !important;
        width: 80% !important;
        float: none !important;
        display: inline-block;
    }
        .home #product-6181 div.summary,
    .woocommerce-page #content #product-6181 div.summary {
        width: 90% !important;
    }
}

@media only screen and (max-width: 550px) {
    #menu-home-nav li#menu-item-29 {
        display: none !important;
    }

    .food-top a {
        margin: 20px 14px;
    }

    .viewall {
        margin: 30px 0 80px 0;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last,
    #billing_address_1_field,
    #shipping_address_1_field,
    #billing_email_field,
    #billing_city_field,
    #shipping_city_field,
    #billing_phone_field {
        width: 100% !important;
        padding-right: 0% !Important;
    }

    #billing_state_field,
    #shipping_state_field,
    #billing_postcode_field,
    #shipping_postcode_field {
        width: 50% !important;
        padding-right: 5% !Important;
    }
}

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


    .page .logo-tag {
        font-size: 11px;
    }

    .home #slideshow .slides {
        width: 250% !important;
        margin-left: -75% !important;
    }

    .single-product #content,
    .page-workshops #content,
    .page-template-page-no-banner #content,
    .single-post #content,
    .category-blog #content {
        margin-top: 180px !important;
    }

    h1 {
        font-size: 26px !important;
    }

    a.footer-phone br {
        display: inline-block;
    }

    .widget {
        width: 45%;
    }

    #slideshow::before {
        height: 120px;
    }

    #banner {
        padding: 200px 0 80px 00;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 80% !important;
        float: none !important;
        text-align: center;
        margin: 0 auto 30px auto !important;
        padding-left: 0 !important;
    }

    #add_payment_method .wc-proceed-to-checkout,
    .woocommerce-cart .wc-proceed-to-checkout,
    .woocommerce-checkout .wc-proceed-to-checkout,
    .product-desc p {
        text-align: center !important;
    }

    .woocommerce .quantity .qty {
        margin: auto;
    }

    .woocommerce div.product form.cart button.button {
        float: none;
    }

    .fts-instagram-inline-block-centered,
    .box .gallery-item,
    .gallery-item {
        width: 80% !important;
    }

    .metaslider .caption-wrap .caption img {
        width: 300px !important;
    }

    .home .half.photo {
        padding-bottom: 80%;
    }

    .box .half {
        width: 100%;
    }

    .box .half.photo {
        max-height: 230px;
    }

    .box .half.photo img {
        max-width: 100%;
        margin-left: 0;
        margin-top: -10%;
        margin-bottom: 0;
    }

    .box.plants .half .info,
    .box.food-drink .half .info,
    .box.flowers .half .info {
        margin: 70px auto 50px auto;
    }

    .option-1 {
        padding: 0 30px 30px 30px;
    }

    .option-2 {
        padding: 0 30px;
    }

    #text-2 p {
        text-align: center
    }

    #text-2 img {
        max-width: 80%;
        margin-top: 10px;
    }

    .page-eat-drink .box {
        padding: 80px 0;
    }

    .food-top a:first-of-type {
        margin-left: 12px;
    }

    .food-top a {
        margin: 20px 12px;
        font-size: 14px;
    }
}

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

    .nav-trigger:checked ~ #mobileBody #top-menu,
    .nav li a i {
        display: none;
    }

    .top-contact.left {
        left: 15px;
    }

    .page .logo-tag {
        font-size: 10px;
    }

    #logo {
        max-width: 100px;
        margin-top: 6px;
    }

    h2 {
        font-size: 25px !important;
    }

    #header,
    .home #header.sticky {
        height: 125px;
        background-size: 1200px auto !important;
    }

    .page-about #content {
        margin-top: 150px !important;
    }

    .phonelink {
        left: 27px;
        top: 32px;
    }

    .home label.main_nav.sticky,
    label.main_nav {
        right: 12px;
        top: 22px;
    }

    .maplink {
        left: 75px;
        top: 34px;
    }

    #top-menu {
        right: 68px;
        top: 20px;
    }

    #home-nav .nav li a {
        padding: 25px 18px !important;
    }

    .metaslider .caption-wrap .caption img {
        width: 280px !important;
    }

    .press-box .item-box {
        width: 100%;
    }

    .page-workshops .top-text {
        width: 90%;
    }

    .page-eat-drink #main {
        margin-top: 20px;
    }

    .food-top {
        width: 75%;
    }

    .food-top h1 {
        font-size: 24px !important;
    }

    .footer #text-3.widget {
        width: 50%;
    }

    .footer #text-4.widget {
        margin-bottom: 10px;
    }

    .footer .socials a {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
    }

    .footer,
    .footer p,
    .footer a {
        font-size: 15px !important;
    }

    a.circle strong {
        font-size: 16px;
    }
}

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

    .nav-trigger:checked ~ label.main_nav svg.close,
    .nav-trigger:checked ~ label.home_nav svg.close {
        margin-right: 10px;
    }

    h1 {
        font-size: 25px !important;
    }

    #banner {
        padding: 150px 0 80px 00;
    }

    .page-about #content {
        margin-top: 140px !important;
    }

    .single-product #content,
    .page-workshops #content,
    .page-template-page-no-banner #content,
    .single-post #content,
    .category-blog #content {
        margin-top: 150px !important;
    }

    .phonelink {
        left: 20px;
        top: 25px;
    }

    .maplink {
        left: 65px;
        top: 26px;
    }

    .home label.main_nav.sticky,
    label.main_nav {
        right: 5px;
        top: 16px;
    }

    .home label.home_nav {
        top: 20px;
        right: 15px;
    }

    #top-menu {
        right: 60px;
        top: 13px;
    }

    #logo {
        max-width: 90px;
        margin-top: 5px;
    }

    #header,
    .home #header.sticky {
        height: 110px;
        background-size: 1100px auto !important;
    }

    .home #slideshow .slides {
        width: 300% !important;
        margin-left: -100% !Important;
    }

    .metaslider .caption-wrap .caption img {
        width: 260px !important;
    }

    #inner-content {
        padding: 0 20px;
    }

    #home-nav .nav li a {
        padding: 25px 15px !important;
        letter-spacing: -.5px;
    }

    #contact-box-inner {
        padding: 0 5%;
    }

    #nf-form-1-cont {
        padding: 40px 30px 20px 30px;
    }

    .top-contact.left {
        left: 5px;
    }

    .box.top h1 {
        font-size: 46px !important;
    }

    .titlebox {
        max-width: 100%;
    }

    #mc4wp-form-1 {
        width: 80% !important;
        margin-top: 20px !important;
    }

    .page-eat-drink .box {
        padding: 60px 0;
    }

    a.circle {
        width: 110px;
        line-height: 110px;
    }

    a.circle strong {
        font-size: 14px;
    }

    .food-top a:first-of-type {
        margin-left: 6px;
    }

    .food-top a {
        margin: 10px 6px;
        font-size: 14px;
    }

    .footer,
    .footer p,
    .footer a {
        font-size: 15px !important;
    }
}

/* -------------------   /end RESPONSIVE   --------------------------------- */