  @font-face {
    font-family: write;
    src: url(TsukimiRounded-SemiBold.ttf);
}
@font-face {
    font-family: options;
    src: url(Anton-Regular.ttf);
}
  *{
    margin:0;
    padding:0;
    border:0;
    font-family: "Proxima Nova - Semibold";
    font-size: 100%;
    font-weight:normal;
    color:#222;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  /*body {
    height: 2000px;
  }*/
  [id*="col-"] {
      float: left;transition:.5s;/*border: 1px solid red;*/
  }
  #col-1 {width: 8.33%;}
  #col-2 {width: 16.66%;}
  #col-3 {width: 25%;}
  #col-4 {width: 33.33%;}
  #col-5 {width: 41.66%;}
  #col-6 {width: 50%;}
  #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-12{
    width: 100%;  
  }*/

  body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.container{
  width: 80%;
  margin: 0 10%;
  margin-top: 0%;
  text-align: center;
}
.img-class{
  padding: 20px;
/*  margin-top: 85%;*/
  width: 100%;
}
.text h1 {
  font-size: 38px;
  text-align: center;
  padding-top: 80px;
  color: green;
/*  margin-top: 41%;*/
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 1px;
}
.text p{
  font-size: 23px;
    padding: 18px;
    line-height: 27px;
    letter-spacing: 0px;
}
.container span{
  font-size: 20px;
  padding-top: 60px;
}
.read{
  font-size: 25px;
    text-align: center;
    margin-top: -18px;
    background-color: darkseagreen;
    padding: 7px 22px;
}
.sec-img{
  float: right;
  margin-left: 1
}
/*Banner CSS*/
* {box-sizing: border-box;}
  body {font-family: Verdana, sans-serif;}
  .mySlides {display: none;}
  img {vertical-align: middle;}

  /* Slideshow container */
  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .active {
    background-color: #717171;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
  }

  .topnav1 {
    overflow: hidden;
    margin-top: 49px;
    position: absolute !important;
    margin-left: 30%;
  }
  .topnav1 a {
    float: left;
    color: white;
    text-align: center;
    padding: 28px 19px;
    text-decoration: none;
    font-size: 28px;
    font-family: Raleway;
    text-shadow: 4px 0px 2px rgba(0,0,0,0.6);
  }
  .topnav1 a:hover {
    color: #c97f23;
  }

  .topnav1 a.active1 { 
    color: white;
  }
  .topnav1 a.active1:hover { 
    color: #c97f23;
  }
  .findstore {
    border:1px solid blue;
    background-color: blue !important;
    border-radius: 5px;
    text-align: center;
    padding: 0px !important;
    margin: 25px !important;
  }
  .findstore span{
    font-size: 20px;
    padding: 10px !important;
    color: white;
    white-space: nowrap;
  }
  .weekly-dis-none {
    display: none;
  }
  .findstore:hover {
    transform: scale(1.1);
   }
  .diamond-logo{
    padding: 50px;
    margin-left: 15%;
    font-size: 30px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px #000;
    position: absolute;
  }
  .text1 {
    padding: 8px 12px;
    position: absolute !important;
    margin-top: 450px;
    width: 100%;
    text-align: center;
    font-size: 70px;
    color: white;
    font-family: 'proxima-nova', sans-serif;
  }
  .intro-slideshow img {
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index:-1;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}
.menu-text{
  text-align: center;
  padding: 30px 0;
}
.menu-text h2 {
  font-size: 100px;
  /* line-height: 120px; */
  color: #ffa101;
  font-family: "Monotype Corsiva", Times, Serif;
}
.menu-text span{
  font-size: 30px;
  line-height: 40px;
  color: white;
  text-align: center;
  /* display: flow-root; */
  /* margin-right: 50px; */
}
.menu-items {
  padding: 30px 20px;
}
.menu-items div#col-3 {
  padding: 20px;
}
.menu {
  font-size: 34px;
    color: #ffa101;
    font-family: "Monotype Corsiva", Times, Serif;
    float: right;
    width: 70%;
    margin-left: 50px;
}
.menu span{
  padding-right: 100px;
}

.arrow1{
  width: 50px !important;
}
.home{
  width: 50px;
}
.close {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 0px;
  /* padding: 12px 16px; */
  /* transform: translate(0%, -50%); */
  scroll-behavior: smooth;
  /*z-index: 1;*/
  right: 12px;
}
.close1 {
  cursor: pointer;
  position: fixed;
  bottom: 68px;
  /*right: 17px;*/
  /* padding: 12px 16px; */
  /* transform: translate(0%, -50%); */
  scroll-behavior: smooth;
  /*z-index: 1;*/
  right: 12px;
}
.close2 {
  cursor: pointer;
  position: fixed;
  bottom: 68px;
  /*right: 17px;*/
  /* padding: 12px 16px; */
  /* transform: translate(0%, -50%); */
  scroll-behavior: smooth;
  /*z-index: 1;*/
  right: 12px;
}
.dropdown{
  display: none;
}
.logo{
  width: 13%; 
  height: auto; 
  position: absolute;
  top: 80px;
  left: 40px; 
}
.veg-text{
  font-size: 100px;
  font-family: "Monotype Corsiva", Times, Serif;
  color: #4d654d;
}
.veg-text span{
  font-size: 30px;
  padding-top: 0px !important;
}
.line{
  width: 20%;
  padding-top: 10px;
  
}
.img-gallery:hover{
  transform: scale(1.1);
}
.green-background{
  width: 65%;
  margin: 0 17.5%;
  margin-top: 6%;
  margin-bottom: 35%;
}
.green-background img{
  width: 30%;

}
.footer-class{
  background-image: url("../images/background.jpg") !important;
  background-repeat: no-repeat;
  width: 100%;
}
.foot-logo{
  width: 7%;
  padding-top: 20px;
}
.foot-nav a{
  margin: 10px;
  text-decoration: none;
  font-size: 20px;
  color:antiquewhite; 
}
.foot-nav a:hover{
  color: green;
  cursor: pointer;
}
.foot-nav{
  padding-bottom: 20px;
}
.foot-nav2 a{
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  color:antiquewhite; 
}
.foot-nav2 a:hover{
  color: green;
  cursor: pointer;
}
.foot-icon img{
  width: 50px;
  margin: 10px 2px;
}
.foot-icon img:hover{
  transform: scale(1.1);
  cursor: pointer;
}
.foot-icon span{
  font-size: 20px;
  color:antiquewhite; 
}
.foot-icon span:hover{
  color: yellowgreen;
  cursor: pointer;
}
.contact{
    font-size: 20px;
    font-weight: bold;
    color: antiquewhite;
    padding-bottom: 20px;
}
.contact span{
  font-size: 20px;
  color:antiquewhite; 
}
.copyright{
  text-align: center;
  color:white;
  border-top: 1px solid;
}
.circle-gallery{

}
.con3-dat1{
  position: relative;
    cursor: pointer;
}
.con3-dat1 img{
  border-start-start-radius: 100%;
  border-start-end-radius: 100%;
  width: 90% !important;
  }
.con3-dat1:hover{
   transform: scale(1.1);
}

.con3-dat-oy1{
  position: absolute;
  bottom: 0;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  /* height: 50px; */
  transition: .4s ease;
  width: 20% !important;
    margin: 0 5% !important;
    transition: .4s ease;
    /*background-color: #363434a1;*/
}
.text21 p{
  text-shadow: 5px 5px #000;
  color: black;
  font-size: 20px;
  line-height: 25px;
  padding: 0px 29px;
  /* position: absolute; 
  top: 50%;
  left: 50%;
  */
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
  /* white-space: nowrap; */
  text-shadow: 2px 2px 5px rgba(0,0,0,.7);
  font-family: Playfair Display;
  text-align: center;
  padding-top: 25px;
}
.text2{
  text-shadow: 5px 5px #000;
  color: white;
  font-size: 22px;
  line-height: 25px;
  padding: 20px 10px;
  /* position: absolute; 
  top: 50%;
  left: 50%;
  */
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
  /* white-space: nowrap; */
  text-shadow: 2px 2px 5px rgba(0,0,0,.7);
  font-family: Playfair Display;
  text-align: center;
}
.text21{
  font-size: 30px;
  font-weight: bold;
  color: #4d654d;
  padding-bottom: 12%;
}
.explore-text{
  font-size: 30px;
  padding: 20px 0px;
    font-weight: bold;
}
.third-back{
  
  width: 100%;
  float: left;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  /*height: 700px !important;*/
  margin-top: 5%;
}
.parallax {
  /* The image used 
  background-image: url('../images/green.png') !important;
  background-repeat: no-repeat;*/
  background-color: #8fbc8f;
}
.gal-text{
  
    display: flow-root;
    margin-top: 28px;
    font-size: 50px;
    color:white;
    padding-bottom: 50px;
    /*margin: 10px 10%;*/
    text-align: center;
}
.quick-pick-menu{
  position: relative;
  text-align: center;
  color: white;
}
.quick-pick-menu:hover img {
  filter: brightness(50%);
}
.quick-pick-menu:hover .menu-title {
  display: none;
}
.quick-pick-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
    font-size: 50px;
    text-shadow: 5px 5px #000;
}
.quick-pick-menu:hover .quick-pick-text {
  display: block;
}
.exploremore-text{
  float: left;
    /* margin-top: 12%; */
    margin: 15% 0px 15% 0%;
    font-size: 20px;
}

/*CONTACT-US*/
.white-container{
  float:left;
  width:100%;
  padding:50px 0 0;
}
.white-container article{
  margin:0 auto;
  width:1200px;
}
.short-container{
  margin:0 auto;
  width:600px;
}
.titler{
  width:100%;
  text-align:center;
  background:url(../images/red-pixel.jpg) repeat-x 0 15px;
}
.titler span{
  padding:10px 20px;
  font-size:36px;
  color:#FFF;
  background:#004500;
  line-height:50px;
}
.martop20 {
    margin: 20px 0 0;
}
address {
    font-style: normal;
}
.two-columns aside, .two-columns-directions aside {
    float: left;
    margin: 20px 10px 0;
    width: 580px;
}
.red {
    color: #004500;
    font-size: 20px;
    font-weight: 500;
}
.marbot20 {
    margin: 0 0 20px;
}
.two-columns-lv2 {
    padding: 10px 0;
}
.round-borders {
    border-radius: 5px;
}
.area100p {
    float: left;
    width: 100%;
}
.background-grey {
    background: #c1cfc1;
}
.form-odd address:nth-child(odd) {
    width: 47%;
    padding: 0 1.5%;
    clear: both;
}
.form-top10 address:nth-child(1), .form-top10 address:nth-child(2), .form-top20 address:nth-child(1), .form-top20 address:nth-child(2) {
    margin: 0;
}
.two-columns address, .two-columns-lv2 address {
    float: left;
    width: 47%;
    padding: 0 1.5%;
}
.form-top10 address {
    margin: 10px 0 0;
}
.area100p address span {
  font-size: 20px;
}
input, select, textarea {
    width: 100%;
    padding: 0 10px;
}
.single-column textarea {
    float: left;
    width: 98%;
    margin: 10px 1%;
}
.text-center {
    text-align: center;
}
.submit-button {
    float: left;
    width: 30%;
    margin: 20px 35% 0;
    padding: 15px 0;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-radius: 5px;
    font-size: 24px;
    color: #FFF;
    background: #042d04;
    cursor: pointer;
}
.submit-button:hover {
  background: #166616;
}
/*CONTACT-US-Responsive*/
@media screen and (max-width: 1300px) {
  .two-columns aside {
        float: left;
        margin: 20px 1%;
        width: 48%;
    }
    .white-container article {
        margin: 0 auto;
        width: 100%;
        padding: 0 5%;
    }
}
@media screen and (max-width: 1250px) {
  .two-columns aside {
        float: left;
        margin: 20px 1%;
        width: 48%;
    }
    .white-container article {
        margin: 0 auto;
        width: 100%;
        padding: 0 5%;
    }
}
@media screen and (max-width: 1200px) {
  .two-columns aside {
        float: left;
        margin: 20px 1%;
        width: 48%;
    }
    .white-container article {
        margin: 0 auto;
        width: 100%;
        padding: 0 5%;
    }
}
@media screen and (max-width: 650px) {
    .white-container article {
        margin: 0 auto;
        width: 100%;
        padding: 0 5%;
    }
    .two-columns aside {
    width:100%;
    margin:20px 0 0;
  }
}
@media screen and (max-width: 620px) {
  .short-container {
      width: 96%;
      padding: 0 2%;
  }
}

/*WEEKLY AD*/
.weeklyadd {
  text-align: center;
  margin-top: 30px;
}
.ad-title {
  font-size: 55px;
  font-family: "write";
  color: #de0325;
  font-weight: 800;
  padding: 32px 0px;
  letter-spacing: 3px;
  word-spacing: 7px;
}
.grocery-sec {
  background: url(../images/all-seasons-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 20px;
}
.flex {
  display: flex;
}
.col80 {
  width: 100%;
}
.grocery-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  padding-top: 0px;
}
.border-bottoms {
  border-bottom: 6px dotted #00ba00;
}
.border-bottoms-dis {
  border-bottom: 0px dotted #00ba00;
}
.border-bottoms-2 {
  border-bottom: 0px dotted #00ba00;
}
.grocery-item {
  padding: 10px;
  position: relative;
}
.grocery-item {
  display: flex;
  overflow: hidden;
  text-align: center;
  justify-content: space-evenly;
}
.season-desc p, .season-desc h3, .grocery-desc p, .grocery-desc h3 {
  margin: 0px;
}
.price {
  margin: 10px auto;
  background-color: green;
  padding: 5% 0px;
  border-radius: 100%;
  width: 100px;
  color: white;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 3px 0 rgba(0, 0, 0, 0.23);
  text-align: center;
}
.price h1 {
  font-size: 30px;
  color: white;
  font-weight: 600;
}
.cents {
  font-size: 50%;
  vertical-align: super;
  color: white;
}
.grocery-item img {
  max-width: 100%;
  height: 150px;
}
.border-right::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  border-right: 6px dotted #00ba00;
  transform: translateY(-50%);
}
.border-right-dis::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  display: none;
  right: 0;
  height: 80%;
  border-right: 6px dotted #00ba00;
  transform: translateY(-50%);
}
.border-right-gone::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  border-right: 6px dotted #00ba00;
  transform: translateY(-50%);
}
.parallax1 {
  background-image: url(../images/green-vege.png) !important;
  background-repeat: repeat;
  background-size: contain;
}
.cont-40 {
  width: 765px;
}
.dis-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.container-100 {
 padding: 40px 15px;
 width: 100%; 
}
/*BLACK BACKGROUND ABOVE NAVIGATION*/
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pad-sides30 {
  padding: 0px 30px;
}
.log-contact {
  background: black;
}
.dis-flex {
  display: flex;
}
.ada-phone {
  display: flex;
  width: 50%;
}
.ada-phone {
  padding: 10px 0px;
  cursor: pointer;
}
.ada-phone span {
  color: #ffffff;
  font-family: "Montserrat", "Montserrat Local Fallback", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.brochure1 {
  width: 50%;
}
.subs-button {
  padding: 0px 15px;
}
.subs-button:hover {
  transform: scale(1.1);
}
.subs-button button {
  background: white;
  font-family: OpenSans;
  transition: 0.3s ease;
  width: 120px;
  font-size: 25px;
  color: #123212;
  border-radius: 20px;
  margin-bottom: 0px;
}
.brochure1 li {
  list-style: none;
  width: 50px;
  overflow: hidden;
  transition: width 0.3s ease;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.office-nav {
  margin: 0px 10px;
}
.brochure1 li img {
  width: 35px;
  float: left;
  z-index: 1;

}
.brochure1 li a {
  text-decoration: none;
  color: transparent;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.brochure1 li a .fade-text {
  transition: opacity 0.7s ease;
  opacity: 0;
}
.brochure1 li a span {
  color: white;
  font-weight: bold;
}
.brochure1 li:nth-child(2):hover {
  width: 170px;
}
.brochure1 li:nth-child(3):hover {
  width: 180px;
}
.brochure1 li:nth-child(4):hover {
  width: 115px;
}
.brochure1 li:hover a .fade-text {
    opacity: 1;
}
.form-image {
  padding-top: 20px;
  width: 566px;
  /*height: 400px;*/
}
.cont-form-image {
  display: flex;
  justify-content: center;
}
.img-gallery{
  width: 270px;
  padding-top: 20px;
  margin: 0 10px;
}
.img-gallery-left {
  width: 270px;
  padding-top: 20px;
  margin: 0 10px;
}
.img-gallery-right {
  width: 270px;
  padding-top: 20px;
  margin: 0 10px;
}
.cont-image-both {
  width: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.img-gallery-left:hover{
  transform: scale(1.1);
}
.img-gallery-right:hover{
  transform: scale(1.1);
}
.cont-form-input {
  padding: 0px 25px;
  margin: 10px 0px;
}
.cont-form-input input {
  border: 3px solid #8fbc8f;
  height: 50px;
}
.form h2 {
  font-size: 25px;
  text-align: left;
  margin-left: 25px;
}

.container-check input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute ;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 3px solid #8fbc8f;
}
.checkbox {
  display: none;
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #8fbc8f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-check {
  display: block;
  position: relative;
  cursor: pointer;
  width: 315px;
  font-size: 22px;
  margin-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-sub {
  width: 515px;
  height: 50px;
  margin-top: 20px;
  background-color: #8fbc8f;
  font-size: 20px;
}
.dis-none {
  display: none;
}
.container-check h4 {
  margin-left: 10px;
  margin-bottom: 0px !important;
  line-height: 1.7 !important;
}
.map-fresh iframe {
  display: block;
}
.marbot50 {
  margin-bottom: 80px;
}
.contact span a {
  color: antiquewhite;
}
.contact span a:hover {
  color: #00ba00;
}
.circle-bullet li {
    font-size: 1.5em;
    line-height: 1.3;
    color: #222;
    list-style: none;
    margin: 0 0 27px;
    padding: 0 0 0 30px;
    background: url(../images/bullet.png) no-repeat left center;
}
.circle-bullet {
  line-height: 1.8;
}
.cont-site-list {
  width: 780px;
  padding: 25px;
}
.cont-site {
  display: grid;
  width: 85%;
  grid-template-columns: repeat(2, 1fr);
}
.wrap2 {
    padding: 40px;
    display: flex;
    justify-content: center;
}
.cont-site-list h1{
  font-size: 26px;
  border-bottom: #ccc solid 1px;
  padding: 15px 1.5%;
  font-family: write;
  color: #004500;
}
.circle-bullet li a {
  font-size: 22px !important;
  font-family: "proxima-nova", sans-serif;
}
.circle-bullet li a:hover {
  color: #00ba00;
}
.star {
  margin: 0px !important;
}
aside.star {
  width: 200px !important;
  margin-left: 1.5% !important;
  text-align: center;
}
.options {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 14px;
  top: 134px;
  width: 105px;
}
.options h1 {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  position: absolute;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 2px;
  font-family: options;
  letter-spacing: 1px;
  text-shadow: 4px 2px 0px rgba(0,0,0,0.6);
}
.options img {
  position: absolute;
  height: auto;
  left: -53px;
  max-width: none !important;
  width: 170px;
}
.grocery-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.d-block {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.carousel-item {
  overflow: hidden;
  height: 940px;
  position: relative !important;
}
.fade-icon {
  display: none !important;
  text-decoration: none;
  font-size: 20px;
  color:white;
}