/* 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, dl, dt, dd, ol, nav ul, nav 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;
} */

:root {
    --primary:#E2FE07; /* #FEA116;*/
    --light: #F1F8FF;
    --dark: #164713;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* start editing from here *
a {
	text-decoration: none;
}
.txt-rt {
	text-align: right;
}/* text align right *
.txt-lt {
	text-align: left;
}/* text align left *
.txt-center {
	text-align: center;
}/* text align center *
.float-rt {
	float: right;
}/* float right *
.float-lt {
	float: left;
}/* float left *
.clear {
	clear: both;
}/* clear float *
.pos-relative {
	position: relative;
}/* Position Relative *
.pos-absolute {
	position: absolute;
}/* Position Absolute *
.vertical-base {
	vertical-align: baseline;
}/* vertical align baseline *
.vertical-top {
	vertical-align: top;
}/* vertical align top *
nav.vertical ul li {
	display: block;
}/* vertical menu *
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
	max-width: 100%;
}
/*end reset*/
@font-face {
	font-family: 'caviar_dreamsregular';
	src: url(../fonts/CaviarDreams-webfont.ttf) format('truetype');
}
body {
	background-color:rgb(198, 241, 198, .40);  /*url(../images/bg-burritos.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
}
/*----start-wrap-----*/
.wrap {
	width: 80%;
	margin: 0 auto;
	transition: all .2s linear;
	-moz-transition: all .2s linear;/* firefox */
	-webkit-transition: all .2s linear; /* safari and chrome */
	-o-transition: all .2s linear; /* opera */
	-ms-transition: all .2s linear;
}
/*----start-header-----*/
.header {
	float: right;
	width: 225px;
	clear: both;
	position: absolute;
	top: 0;
	z-index: 9;
	background-color:#2a580a;     /*: url(../images/bg.png)*/
}
nav {
	width: 100%;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	display: none;
}
nav li {
	display: block;
}
nav a {
	font-family: 'caviar_dreamsregular';
	font-size: 1.2em;
	color: #e4e8e1;
	display: block;
	width: 100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	text-transform: uppercase;
}
nav li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0.85em;
	text-align: center;
	color: #ebf0e8;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}
nav li a:hover, nav li.active a {
	color: #2e7731;
	text-shadow: 0 1px 0 #222;
	background-color: #c5eaab; /*url(../images/menu-hover.png) center;*/
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover {
	color: #FFF;
	text-shadow: 0 1px 0 #222;
}
nav a#pull {
	display: block;
	width: 100%;
	position: relative;
	border-top: 2px solid #131413;
}
nav a#pull:after {
	background: url(../images/nav-arrows.png) no-repeat 0;
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
}
.logo {
	background: #2a580a;
	text-align: center;
	padding: 20px 0;
}
/*---start-content-----*/
/*  GRID OF TWO   ============================================================================= *
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_2:first-child {
	margin-left: 0;
}
.span_1_of_2 {
	width: 46.2%;
	padding: 1.5%;
}
.welcome_desc {
	padding-top: 30px;
}
.welcome_desc h3 {
	color: #034409;
	margin-bottom: 0.5em;
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
}
.welcome_desc h3 span {
	color: #313531;
	font-size: 2em;
}
.span_1_of_2 p {
	font-size: 0.95em;
	padding: 5px 0;
	color: #313531;
	line-height: 1.8em;
}
.span_1_of_2 p span {
	font-family: 'Open Sans', sans-serif;
	color: #034409;
}
.grid_img img {
	max-width: 100%;
	display: block;
}
.price_desc {
	font-family: 'Open Sans', sans-serif;
	border: solid 4px #aceaa5;
	background: #aceaa5;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
}
.price_desc a {
	display: block;
	padding: 10px;
	color: #dceeca;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.price_text {
	float: left;
}
.price_desc .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	color: #313531;
	float: left;
	background: #FFF;
	line-height: 80px;
	width: 80px;
	text-align: center;
	margin: 0 18px 0 0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.price_text h4 {
	font-size: 1em;
}
.price_desc span {
	display: block;
	font-size: 2.5em;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
}
.price_desc a:hover {
	background: #aceaa5;
	color: #ecf7d9;
}
.price_desc a:hover span {
	color: #313531;
}
.price_desc a:hover .price {
	color: #FFF;
	background: #313531;
}
/*----start---mid-grid-----*/
.border-stip {
	padding: 2px 0;
	background: url(../images/grid-bg.png);
}
.mid-grid {
	text-align: center;
	padding: 2em 0;
}
h1 {
	font-size: 2.5em;
	font-family: 'caviar_dreamsregular';
	color: #313531;
	text-transform: uppercase;
}

 h2 {
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	color: #313531;
	text-transform: uppercase;
}
 h3 {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #034409;
	margin: 0.5em 0;
}
.mid-grid p {
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	color: #313531;
	width: 75%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}
 h2 {
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	color: #313531;
	text-transform: uppercase;
}
 h3 {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #034409;
	margin: 0.5em 0;
}
 p {
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	color: #313531;
	width: 75%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.button a {
	font-family: 'Open Sans', sans-serif;
	color: #034409;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 10px 25px;
	border: none;
	display: inline-block;
	background: #313531;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button a:hover {
	background: #034409;
	color: #FFF;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.grid_1_of_3 {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
	/* background: url(../images/grid-bg.png); */
}
.grid_1_of_3:first-child {
	margin-left: 0;
}
.top-grids {
	margin: 4em 0 4em 0;
}
.top_grid {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.top_grid h5 {
	font-family: 'Open Sans', sans-serif;
	color: #313531;
	font-size: 1em;
	text-align: right;
	padding: 12px 0;
}
.top_grid h4 {
	font-family: 'Open Sans', sans-serif;
	color: #313531;
	font-size: 2.5em;
	text-align: center;
	padding: 15px 0;
}
.images_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}
.images_1_of_3 img {
	max-width: 100%;
	display: block;
}
.images_1_of_3 h3 {
	font-family: 'caviar_dreamsregular';
	color: #313531;
	font-size: 2em;
	text-transform: uppercase;
	border-bottom: 1px solid #D5BC8C;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.images_1_of_3 p {
	font-size: 1.05em;
	padding: 5px 0;
	color: #313531;
	line-height: 1.8em;
}

/*----remove-----*/

.read_more {
	margin-top: 10px;
}
.read_more a {
	font-family: 'Open Sans', sans-serif;
	color: #313531;
	font-size: 0.85em;
	text-transform: uppercase;
	border: none;
	background: url(../images/marker2.png) no-repeat 0;
	padding-left: 25px;
	display: inline-block;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.read_more a:hover {
	color: #CE8A00;
}
.posts {
	padding: 0px 0 9px 0;
}
.date {
	float: left;
	width: 75px;
}
.posts figure {
	font-size: 10px;
	color: #CE8A00;
	text-align: center;
	border-right: 1px solid #D5BC8C;
	padding: 0 5px 0px 0;
}
.posts figure span {
	font-size: 2em;
	line-height: 25px;
	color: #313531;
	display: block;
	margin-bottom: 2px;
	letter-spacing: -1px;
	font-weight: bold;
}
.post_desc {
	float: left;
	padding-left: 3%;
	width: 70%;
}
.post_desc p {
	color: #313531;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 0;
}
.post_desc p span {
	position: relative;
}
.post_desc p span a {
	font-family: 'Open Sans', sans-serif;
	color: #CE8A00;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.post_desc p span a:hover {
	color: #313531;
}
.post_desc p span a span {
	width: 70px;
	height: auto;
	line-height: 15px;
	padding: 5px;
	left: 50%;
	margin-left: -45px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #034409;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 3px solid #313531;
	background: #313531;
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post_desc p span a span:before, .post_desc p span a span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.post_desc p span a span:after {
	bottom: -13px;
	margin-left: -10px;
	border-top: 10px solid #313531;
}
.post_desc p span a:hover span {
	opacity: 0.9;
	bottom: 25px;
}

/************** About ************/
.header_img {
	position: relative;
}


/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
.wrap {
	width: 90%;
}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
.wrap {
	width: 90%;
}
}
@media only screen and (max-width: 1024px) {
.wrap {
	width: 90%;
}
.price_text h4 {
	font-size: .8em;
}
.post_desc {
	width: 75%;
}
.top_grid h4 {
	font-size: 2em;
}
}
@media only screen and (max-width: 800px) {
.wrap {
	width: 95%;
}
.logo {
	padding: 0;
}
.welcome_desc h3 span {
	font-size: 1.8em;
}
.price_text h4 {
	font-size: 0.7em;
}
.post_desc {
	width: 70%;
}
.top_grid h4 {
	font-size: 1.6em;
}
.top_grid h5 {
	padding: 0;
}
.offers_list h2, .archives h2 {
	font-size: 1.6em;
}
.span_2_of_3 h3 {
	font-size: 1em;
}
.span_1_of_4 h3 {
	font-size: 1.6em;
}
.menu_list li a {
	font-size: 0.75em;
}
.menu_list {
	padding: 0;
}
}
@media only screen and (max-width: 640px) {
.wrap {
	width: 95%;
}
.price_text h4 {
	font-size: 0.85em;
}
.welcome_desc {
	padding-top: 0;
}
.welcome_desc h3 {
	margin-bottom: 0;
}
.col_1_of_2 {
	margin: 0;
}
.span_1_of_2 {
	width: 94%;
	padding: 3%;
}
.mid-grid {
	padding: 1em 0;
}
.mid-grid h2 {
	font-size: 1.5em;
}
.mid-grid p {
	width: 100%;
}
.top-grids {
	margin: 0;
}
.grid_1_of_3 {
	margin: 0 0 10px 0;
}
.images_1_of_3 {
	width: 94%;
	padding: 3%;
}
.cont, .lsidebar, .col_1_of_4 {
	margin: 0;
}
.span_2_of_3, .sidebar, .span_1_of_4 {
	width: 94%;
	padding: 3%;
}
.span_1_of_4 img {
	width: 100%;
}
.menu_list li a {
	font-size: 0.85em;
}
.company_address, .contact_info {
	float: none;
	width: 100%;
	margin: 0;
}
.contact_desc {
	padding: 10px 0;
}
}
@media only screen and (max-width: 480px) {
.wrap {
	width: 95%;
}
.header {
	width: 150px;
}
nav a {
	line-height: 30px;
	font-size: 0.85em;
}
nav a#pull:after {
	height: 30px;
}
.about-info, .specials {
	margin-top: .5em;
}
.special-grid {
	width: 94%;
	padding: 3%;
	margin-right: 0;
}
.specials-grids {
	padding: 0;
}
.grid {
	margin: 10px 0 0 0;
}
.images_3_of_1, .span_2_of_1 {
	width: 100%;
}
.top_grid h4 {
	font-size: 2em;
	padding: 0;
}
.left_form, .right_form {
	float: none;
	width: 100%;
	margin: 0;
}
}
@media only screen and (max-width: 320px) {
.wrap {
	width: 95%;
}
.welcome_desc h3 {
	font-size: 1.5em;
}
.mid-grid h2 {
	font-size: 1.2em;
}
.mid-grid h3 {
	font-size: 0.85em;
}
.about-info {
	margin-top: 2.5em;
}
.about-info h2 {
	font-size: 1.5em;
}
.about-info a {
	font-size: 0.8em;
	padding: 0;
}
.services_desc h2 {
	margin-top: 1em;
	font-size: 1.8em;
}
.contact_desc h2 {
	margin: 25px 0 5px 0;
	font-size: 1.5em;
}
.contact-form input[type="text"], .contact-form textarea {
	padding: 6px;
	width: 94%;
}
}
/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}