/*########### Defaults ###########*/

nav,
header,
footer {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-left: 0px;
}

/*
header1 and text
	color: #818181;

menu background and font color
	color: #338a3e; font - white 

menu hover and font color
	background-color: #32cb00; font - white 

*/

/* Page Title */ 
h1 {
	font-size: 90px;
	font-family: 'Sacramento', cursive;
	color: #969696;
	text-transform: none;
	line-height: normal;
	word-spacing: normal;
	text-align: center;
}

/* Veg/NV Title*/
h2 {
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #338a3e;
	text-align: center;
}

/* Page Intro */
h3 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #818181;
	text-transform: none;
	line-height: 34px;
	word-spacing: normal;
	text-align: center;
}

/* Veg/NV Intro */
h4 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #818181;
	text-transform: none;
	line-height: 34px;
	word-spacing: normal;
	text-align:justify;
}

.footsy {
  background-color: #f1f8e9;
  color: #fff;
  padding: 18px;
  text-align: left;
  font-size: 24px;
}

/* Text in the footer */
.footsyheader {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #338a3e; /* #EAEAEA; */
	font-weight: bold;
	margin: 0px 0px 0px 24px;
}

.footsytext {
	display:block;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #338a3e; /* #D5D5D5; */
	line-height: 22px;
	text-align: left;
	margin: 0px 24px 0px 24px;
}

a {
   color: #6C6C6C;	
   text-transform: uppercase; 
}

a:hover {
	background-color: #00688c;
	color: #FFFFFF;
}

.container0 {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
/*  background-image:url(images/titlebg.gif);
  background-repeat:no-repeat;
  background-position:center;
  background-position: top;         */ 
}

.container1 {
  width: 100%;
  margin: 40px;
  padding: 0px;
  background-color: #fff;
}

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: top;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-2sp {width: 16.66%; padding: 25px;}
.col-3 {width: 25%;}
.col-3sp {width: 25%; padding-left:5%;}
.col-4 {width: 33.33%;}
.col-4sp {width: 33.33%; background-color:#F6F6F6;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-6sp {width: 50%; background-color: #F6F6F6; border-color:#fff; border-style:solid; border-width:0px 25px 0px 0px; }

.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-12sp {width: 100%; /*background-color:#fff;*/}
.col-12sp1 {width: 100%; background-color:#F7F7F7;}
/* the above col-12sp background color creates border */ 

* {
  box-sizing: border-box;
}

/*############### Nav bar ############*/

.nav {
  width: 100%;
  margin: 0;
}

.nav ul {
  background-color: #969696;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

ul.topnav li {
  list-style: none;
  float: left;
}

ul.topnav li.topnav-right {
  float: right;
} 

ul.topnav li a {
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 60px;
}

ul.topnav li a:hover {
	background-color: #32cb00;
	color: #FFFFFF;
}

ul.topnav li.dropdownIcon {
  display: none;
}



/*##### Custom styles #########*/

div.herobox {
  text-align: center;
  margin: 0px 20px 0px 20px; 
  padding: 0px 20px 0px 20px; 
}


.eq-col-container {
	display: table;
	width: 100%;
}

.eq-col {
	display:table-cell;
	width:100%;
	padding: 0px 40px 20px 40px;
}


/*
.eq-col-container {
	float: left;
	width: 100%;
}

.eq-col {
	float: left;
	width:50%;	
	/*margin-right: 1%;
}
.eq-col-last {
	float: left;
	width:50%;	
}
*/

div.sectionbox {
  text-align:justify;
  margin: 0px 20px 20px 20px; 
  padding: 0px 20px 20px 20px; 
  background-color: #fff;
}

div.sectionbox1-first {
  text-align:justify;
  margin: 0px 0px 0px 40px; 
  padding: 20px 0px 20px 20px; 
  background-color: #F6F6F6;
}
div.sectionbox1-mid {
  text-align:justify;
  margin: 0px 0px 0px 0px; 
  padding: 20px 20px 20px 20px; 
  background-color: #F6F6F6;
}
div.sectionbox1-last {
  text-align:justify;
  margin: 0px 40px 0px 0px; 
  padding: 20px 20px 20px 0px; 
  background-color: #F6F6F6;
}
div.boxwithborder1 {
  text-align:justify;
  margin: 0px;
  padding: 20px 20px 20px 20px; 
  background-color:#fff;
}


 /**** Begin for all pages page ****/
div.boxwithborder {
  text-align:justify;
  margin: 20px 20px 20px 20px; 
  padding: 20px 20px 20px 20px; 
  background-color: #fff;
/*  border-color:#000;
  border-bottom-width:thick;
  border-style:dashed;*/
}

.allpagesSubHead {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6c6c6c;
	text-align: center;
	text-transform: uppercase;
	line-height: 34px;
	border-bottom: 2px dotted #C0C0C0;
}
 /**** END for all pages page ****/


servicesbrief {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	font-weight: normal;
	line-height: 34px;
	text-align: justify;
}

linegap {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#b2dfdb;
	color: #6c6c6c;
	font-weight: normal;
	line-height: 34px;
	text-align: left;
	display:block;
	padding: 24px;
}

ul.foodlistmenu {
	list-style-type: none;
	padding: 0;
	margin: 1px 30px 30px 1px;	
	background-color:#338a3e;
	text-align:center;
}

ul.foodlistmenu li {
	font-size: 45px;
	font-family: 'Sacramento', cursive;
	line-height: 65px;
	color: #fff;
	background-color:#338a3e;
	margin: 1px 1px 1px 1px;
	padding: 1px 0px 0px 0px;
	float: none;
	display:block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

ul.foodlistmenu li a {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #32cb00;
	
	line-height: 30px;
	margin: 1px 1px 0px 1px;
	padding: 10px 10px 5px 10px;

	float: none;
	display:block;


	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

ul.foodlistmenu li a:hover {
	background-color: #32cb00;
	color: #000;
}

.recipeH {
	font-size: 40px;
	font-family: 'Sacramento', cursive;
	font-weight: bold;
	color: #338a3e;
	line-height: 48px;
	text-align: center;
	border-bottom: 2px solid #f2f2f2;
	display:block;
}

.ingredientsH {
	font-size: 28px;
	font-family: 'Sacramento', cursive;
	font-weight: bold;
	color: #338a3e;
	line-height: 48px;
	text-align: left;
	margin: 0px 0px 0px 30px;
}

ul.ingredients {
	list-style-type: none;
	padding: 0;
	margin: 1px 30px 30px 30px;	
	background-color:#338a3e;
	text-align:center;
}

ul.ingredients li {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#338a3e;
	background-color: #fff;
	line-height: 28px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f2f2f2;
	float: none;
	display:block;
	text-decoration: none;
	text-align: left;
}

.stepNumberInCircle {
	width:80px;
	border-radius:40px;
	padding:40px 0;
	text-align:center;	
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	background:#338a3e;
	line-height: 0;
	position:relative;
}

servicesdesc {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#e5ffff;
	color: #006950;
	font-weight: normal;
	line-height: 34px;
	text-align: left;
	display:block;
	padding: 24px;
}

p {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	text-align: right;
}

/* Table header */
.tableH {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #338a3e;
	text-transform: none;
	line-height: 30px;
	word-spacing: normal;
	text-align: center;
}
/* Table text */
.tableText {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #818181;
	text-transform: none;
	line-height: 24px;
	word-spacing: normal;
	text-align: center;
}

/* Responsive Table Begin */
table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border: 1px solid #ddd;
	padding: 5px;
}

table th, table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
	vertical-align:top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #818181;
}

table th {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color:#338a3e;
}

/* Responsive Table End */

ul.keylinkslist {
	list-style-type: none;
	padding: 0;
	margin: 12px;
}

ul.keylinkslist li {
	list-style: none;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	margin: 0;
	padding: 0;
	float: none;
	line-height: 22px;
	text-align: left;
}

ul.keylinkslist li a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: #D5D5D5;
}

ul.keylinkslist li a:hover {
	background-color: #fff8e1;
	color: #000;
}

.imgholder {
	width: 100%;
}

/*######### Mobile ###########*/

@media screen and (max-width: 825px) {
  ul.topnav li:not(:nth-child(0)) {
    display: none;
  }
  
  ul.topnav li.dropdownIcon {
    display: block;
    float: right;
  }
  
  ul.topnav.responsive li.dropdownIcon {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  ul.topnav.responsive {
    position: relative;
  }
  
  ul.topnav.responsive li {
    display: inline;
    float: none; 
  }
  
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

  ul.topnav li a {
	min-height: 30px;
	padding: 14px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;  
  }

  
  .col-10,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2 {
    width: 100%;
    margin: 0;
  }
  
  /* used for all pages links */
  .col-6sp {width: 100%; background-color: #F6F6F6; border: none; }
  
  /*.col-6sp {width: 100%; background-color: #F6F6F6; border-color:#fff; border-style:solid; border-top-width:25px; border-right-width:0px; border-left-width: 0px;}*/
  
  
  .col-6sp {width: 100%; background-color: #F6F6F6; border-color:#fff; border-style:solid; border-width:15px 0px 0px 0px; }


  /* used for bottom design studio links */
  .col-3sp {width: 100%; padding-left:0; }

  /* used for steps circle */
  .col-2sp {width: 100%; padding: 1px; }
  
 .stepNumberInCircle {
	width:40px;
	border-radius:20px;
	padding:20px 0;
	text-align:center;	
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	background:#338a3e;
	line-height: 0;
	position:relative;
}

.container0 {
  background-image:url(images/titlebgmo.gif);
}




  div.box {
    padding: 24px 24px 24px 24px;
    display: block;
  }
  
h1 {
	font-size: 35px;
}

h2 {
	font-size: 25px;
}

h3, h4 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

ul.foodlistmenu {
	margin: 1px 1px 30px 1px;	
}

ul.foodlistmenu li {
	font-size: 30px;
	line-height: 45px;
}
ul.foodlistmenu li a {
	font-size: 14px;
	line-height: 20px;
}

div.herobox {
  text-align: center;
  margin: 0px; 
/*  margin: 15px 15px 0px 15px; */
  padding: 0px; /*15px 15px 0px 15px; */
}

div.sectionbox {
  margin: 0px 15px 15px 15px; 
  padding: 0px 15px 15px 15px; 
}

div.boxwithborder {
  margin: 15px; 
  padding: 15px; 
}

.allpagesSubHead {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6c6c6c;
	text-align: center;
	text-transform: uppercase;
	line-height: 28px;
	border-bottom: 2px dotted #C0C0C0;
}



servicesdesc {
	font-size: 14px;
}

table {
	border: 0;
}

table thead {
	display: none;
}

table th, table td {
	border: 0;
}

table tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #ddd;
}

table td {
	display: block;
	text-align: right;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}

table td:last child {
	border-bottom: 0;
	border: 0;
}

table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #338a3e;
}

.eq-col {
	display:block;
	width:100%;
	padding: 0px 20px 10px 20px;
}

.eq-col-last {
	display:block;
	width:100%;
}

.container1 {
  margin: 0px;
}

}
