/*
Theme Name: Greens and Grains
Description: Custom Wordpress theme designed for Greens and Grains
Author: Appetizing Sites
Author URI: http://www.appetizingsites.com
Version: 1.0
*/


@charset "UTF-8";

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.ie .clearfix { zoom: 1; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/*** General Settings ***/
body { background: #fff url(images/bg-body.jpg) repeat scroll 50% 50%; color: #000; font-family: 'Lato', sans-serif; font-size: 18px; }
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; font-weight: 600; margin-bottom: 15px; }
h1,h2,h3,h4 { font-weight: 800; }
p { line-height: 24px; margin: 0 0 30px 0; }
a { color: #87c740; text-decoration: none; }
strong,b { font-weight: bold; }
u { text-decoration: underline }
i,em { font-style: italic; }
ul { margin: 0px 0px 30px; padding-left: 30px; }
img.alignleft { float:left; margin:0 10px 10px 0; }
img.alignright { float:right; margin:0 0 10px 10px; }
img.aligncenter { display: block; margin: 0px auto; }
img { height: auto; max-width: 100%; }




.mobile-menu-toggle,
.mobile-menu-list,
.phone-mobile {
	display: none;
}

.container {
	margin: 0px auto;
	width: 1280px;
}

#wrapper {
	padding-top: 118px;
}

#header {
	background: #ffffff;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	transition: all 0.4s ease;
}

/*.home #header {
	position: relative;
}
.home #header.fixed {
	position: fixed;
}*/

.header-mobile {
	display: none;
}

.header-desktop {
	background: #ffffff;
	padding: 20px;
}



.header-desktop .logo {
	float: left;
}
.header-desktop .logo a {
	display: block;
	max-width: 300px;
}


.cart-count {
	float: right;
	font-size: 16px;
	margin: 0px 10px 0px 0px;
}
.cart-count img {
	margin-right: 10px;
}
.cart-count a {
	color: #000000;
}
.cart-count a span {
	color: #000000;
	text-decoration: underline;
}

.header-menu {
	clear: right;
	float: right;
	margin-top: 15px;
}
.header-menu ul {
	margin: 0px;
	padding: 0px;
}
.header-menu ul li {
	display: inline-block;
	margin: 0px 20px;
	position: relative;
}
.header-menu ul li a {
	color: #000000;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}
.header-menu ul li.button {
	margin-right: 0px;
}
.header-menu ul li.button a {
	background: #87c740;
	border-radius: 30px;
	color: #ffffff;
	padding: 16px 35px;
}
.header-menu ul ul {
	background: #ffffff;
	display: none;
	position: absolute;
	left: 0px;
	top: 37px;
	width: 250px;
	z-index: 100;
}
.header-menu ul .menu-item-25 ul {
	width: 320px;
}

.header-menu ul ul li {
	display: block;
	margin: 0px;
	text-align: left;
}
.header-menu ul ul li a {
	display: block;
	padding: 12px 10px;
}



.sf-arrows .sf-with-ul:after {
    border: 5px solid transparent;
    border-top-color: #000;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0;
}




#footer {
	background: #000000;
	color: #ffffff;
	padding: 60px 0px;
}
#footer .logo {
	margin-bottom: 60px;
	text-align: center;
}

#footer .widgets {
	margin-bottom: 60px;
}
#footer .widgets .column {
	float: left;
	margin-right: 5%;
	width: 30%;
}
#footer .widgets .column-3 {
	margin-right: 0px;
}
#footer .widgets h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
#footer .widgets p {
	font-size: 18px;
	line-height: 26px;
}

#footer .widget-newsletter input[type="email"],
#footer .widget-newsletter input[type="tel"]{
	background: #ffffff;
	border: 0px none;
	border-radius: 30px;
	height: 50px;
	padding: 10px 20px;
	width: 100%;
}

.widget-footer-menu {
	
}
.widget-footer-menu ul {
	margin: 0px;
	padding: 0px;
}
.widget-footer-menu li {
	float: left;
	margin: 0px 2% 10px;
	width: 45%;
}
.widget-footer-menu li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
}


.copyright {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
}
.copyright a {
	color: #ffffff;
}

#home-block {}
#home-block .about h1 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 50px;
}
#home-block .about h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 30px;
	font-weight: 500;	
}
#home-block .about p {
	font-size: 18px;
	font-weight: 300;
}


h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}
.teaser h2 {
	margin-bottom: 40px;
}
.teaser p {
	font-weight: 300;
}

#main-body.narrow .container {
	max-width: 640px;
}

/*#content {
	padding-top: 100px;
}*/

#content-body {
	padding: 100px 0px;
}

#content-banner {
	padding: 250px 0px 200px;
	position: relative;
	text-align: center;
}
#content-banner:after {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
#content-banner .container {
	position: relative;
	z-index: 1;
}

.page-title {
	font-size: 60px;
	text-align: center;
}
#content-banner .page-title {
	color: #ffffff;
}

#content-main {
	float: left;
	width: 70%;
}
#content-side {
	float: right;
	width: 25%;
}

/*** Entry Content ***/
.entry-title,
.content-title h1 {
	font-size: 52px;
	margin-bottom: 50px;
	text-align: center;
}

.entry-list .entry-title {
	font-size: 42px;
	margin-bottom: 20px;
	text-align: left;
}
.entry-list .entry {
	margin-bottom: 100px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4, 
.entry-content h5,
.entry-content h6 {
	margin-bottom: 30px;
}
.entry-content h1 {
	font-size: 42px;
}
.entry-content h2 {
	font-size: 38px;
}
.entry-content h3,h3 {
	font-size: 28px;
}
.entry-content h4 {
	font-size: 24px;
}
.entry-content h5 {
	font-size: 22px;
}
.entry-content h6 {
	font-size: 20px;
}

.entry-content p {
	font-size: 18px;
	line-height: 30px;
}
.entry-content ul,
.entry-content ol {
	margin: 0px 0px 25px;
	padding-left: 30px;
}
.entry-content ul {
	list-style-type: disc;
}
.entry-content ol {
	list-style-type: decimal;
}

.entry-content li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.entry-content .readmore a {
	background: #0299cb;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
}


.entry-author {
	font-size: 22px;
}
.entry-meta {
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 30px 0;
	padding: 10px 0px;
}
.entry-meta p {
	margin: 0px;
}
.entry-meta p a {
	color: #000000;
}

.entry-image {
    margin-bottom: 30px;
}

.widget {
	margin-bottom: 50px;
}
.wp-block-heading {
	font-size: 30px;
}
.widget ul {
	margin: 0px;
	padding: 0px;
}
.widget li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}


/*** Comments ***/
#comments,
#reply-title {
	font-size: 28px;
}

ol.commentlist { list-style: none; margin: 0 0 25px; padding: 0; text-indent: 0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 15px; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 22px; margin-bottom: 10px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { float: right; margin:0 0 15px 15px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size: 16px; margin-bottom: 10px; }
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment p { font-size: 16px; margin: 0 0 15px; }
ol.commentlist li.comment ul { font-size: 16px; list-style: square; margin: 0 0 10px 20px; }
ol.commentlist li.comment div.reply { font-size: 16px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; text-indent: 0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}
.comment-form input[type="text"] {
	height: 40px;
	padding: 5px;
}
.comment-form textarea {
	padding: 5px;
}

input[type="submit"],
button[type="submit"],
#footer .widget input[type="submit"] {
	background: #86c335;
	border: 0px none;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 14px 35px;
}

.gform_wrapper select,
.gform_wrapper input,
.gform_wrapper textarea {
	font-family: 'Lato', sans-serif;
}



.gform_wrapper ::placeholder {
	color: #000000;
	opacity: 1; /* Firefox */
}

.wp-block-kadence-advancedbtn .kb-button {
	background: none!important;
	border: 1px solid #000000!important;
	color: #000000!important;
	display: inline-block!important;
	padding: 16px 35px!important;
}
.wp-block-kadence-advancedbtn .kb-button:hover {
	background: #87c740!important;
	border-color: transparent!important;
	color: #ffffff!important;
}
.wp-block-kadence-advancedbtn .kb-svg-icon-wrap {
	display: none!important;
}

.popmake .wp-block-kadence-advancedbtn .kb-button,
.popmake .wp-block-kadence-advancedbtn .kb-button:hover {
	background: #000000!important;
	border: 0px!important;
	color: #ffffff!important;
}

.popmake .wp-block-kadence-advancedbtn .kb-button.btn-white,
.popmake .wp-block-kadence-advancedbtn .kb-button.btn-white:hover {
	background: #ffffff!important;
	border: 0px!important;
	color: #000000!important;
}

#food-menus-list {
	
}
#food-menus-list .list .item {
	margin-bottom: 100px;
}
#food-menus-list .list .item.last {
	clear: left;
}
#food-menus-list .list .item h2 {
	text-align: center;
	text-transform:none;
	font-size: 40px;
    
}
#food-menus-list .list .term-desc {
	margin-bottom: 20px;
	/*text-align: center;*/
    font-style: italic;
}
#food-menus-list .list .entry {
	margin: 0px 0px 40px;
}
#food-menus-list .list .entry h3 {
	/*border-bottom: 1px dotted #666666;*/
	color: #333333;
	font-size: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
	
	display:flex;
}
#food-menus-list .list .entry h3 .name {
	/*background: #ffffff;*/
    padding-right: 10px;
	flex:0 1 auto;
}
#food-menus-list .list .entry h3 .dot {
	border-bottom: dotted 1px #000000;
	height: 12px;
	margin: 0 5px 5px 5px;
	flex: 1 1 auto;
}    
#food-menus-list .list .entry h3 .note {
	display:flex;
	flex-direction:row;
	flex: 0 1 auto;
}
#food-menus-list .list .entry .description p {
	color: #666;
	font-size: 16px;
    font-style: italic;
    line-height: 20px;
}
#food-menus-list .food-menus-list-btn {
	clear:both;
    margin:30px 0 40px 0;
    text-align: center;
}
#food-menus-list .food-menus-list-btn  a {
	/*background: #EE352A;*/
	background: #d61d13;
	color: #ffffff;
	font-size: 18px;
	padding: 15px 35px;
	text-decoration: none;
}

#food-menus-list .list .item .description .prices {
	/*background: #ffffff;*/
	color: #333333;
	font-size: 16px;
    padding: 0px 0px 5px 5px;
}
#food-menus-list .list .item .description .prices .price {
	display: inline-block;
	margin-left: 5px;
}

.page-template-page-menus #content-body .container {
	max-width: 730px;
}

.woocommerce div.product form.cart .variations select {
	padding: 13px 10px;
}

.single-product #wc-stripe-payment-request-button-separator {
	display: none!important;
}

.wp-block-image {
	margin-bottom: 30px;
}

.search-form input[type="text"] {
	height: 40px;
}

.pagination .page-numbers {
	background: #87c740;
	color: #ffffff;
	display: inline-block;
	padding: 10px;
}
.pagination .page-numbers:hover {
	background: #231f20;
	text-decoration: none;
}
.pagination .page-numbers.current {
	background: none;
	color: #87c740;
}

#wc-stripe-cc-form .form-row {
	padding: 0px!important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	text-transform: uppercase;
}

#footer .wp-block-social-link a {
	font-size: 28px;
}

.kb-google-maps-container {
	margin-bottom: 30px;
}

.page-id-1715 .entry-content h3 {
	margin-bottom: 0px;
	margin-top: 30px;
}


#gform_8 .gform-body h4 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	
}

.location-popup-info-line {
	gap: 5px;
}

body .gform_wrapper .gfield .iti__country {
	color: #000000;
}