@import url("../_CSS/GridStyles.css");
@import url("../_CSS/ResponsiveStyles.css");
/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 2 Col Flex Sidebar Right
  ------------------------------------------------
*/
body {
  font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}
img {
  vertical-align: bottom;
}
.masthead {
  padding: 10px 10px;
  text-align: left;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 30px #000;
}
#logo {
  width: 250px;
  height: auto;
  margin-bottom: 0px;
  margin-top: 10px;
  float: left;
}
.content-wrapper {
  margin: 0em;
  padding-top: 0px;
  overflow: normal;
  background: url(../_Images/_Structure/WoodTextureSeamless.jpg) top center repeat;
  clear: both;
}
.content-wrapper.backgroundbottom {
  background-position: center bottom;
}
#boxedin {
  background: url(../_Images/_Structure/BoxedIn.jpg) top center;
  width: 100%;
}
#farmfresh {
  float: right;
  width: 800px;
  height: auto;
  margin-top: 20px;
  margin-right: 80px;
}
.columns-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 5px;
  margin-top: 40px;
  background: url(../_Images/_Structure/ParchmentTexture.jpg);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 1);
}
.columns-wrapper, .menu-top-wrapper {
  margin: auto;
}
.slider {
  padding: 20px 20px;
  margin-bottom: -10px;
  /* Rounded Corners */
  border: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.menu-top-wrapper {
  max-width: 1280px;
}
.wraptop {
  background: url(../_Images/_Structure/TopBar.jpg) repeat-x top center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  height: 38px;
}
.main-content {
  float: left;
  width: 70%;
}
.sidebar {
  width: 30%;
  float: left;
}
.sidebar .content {
  padding: 20px 20px;
  font-size: .9em;
  line-height: 1.5em;
}
.main-content .content {
  padding: 20px 0px 20px 30px;
  font-size: 1em;
  line-height: 1.5em;
}
.top-navigation {
  height: 175px;
  background-color: #B8CC5D;
  border-bottom: 2px solid #A8BC49;
  position: relative;
  z-index: 9;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.45);
}
/*Heading styles*/
h1, h2, h3 {
  margin: 30px 0px 0px 0px;
  font-family: 'Patua One', cursive;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  color: rgba(0, 102, 0, 1);
}
h2 {
  font-size: 1.6em;
  color: rgba(0, 102, 0, 1);
}
h3 {
  font-size: 1.3em;
  color: rgba(153, 51, 0, 1);
}
h4 {
  font-size: 1.1em;
  color: rgba(153, 0, 0, 1);
}
h5 {
  line-height: 1.1em;
  font-weight: normal;
}
.sidebar p, .sidebar h2, .sidebar h3, .sidebar h4 {
  text-align: center;
}
.sidebar h2 {
  font-size: 1.55em;
  color: rgba(0, 102, 0, 1);
}
.sidebar h3 {
  font-size: 1.35em;
  color: rgba(0, 102, 0, 1);
}
.sbblock {
  padding: 10px;
  display: block;
  background: rgba(255, 255, 255, 1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
}
.tiltleft {
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.tiltright {
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
  margin-top: 0px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  border-radius: 5px;
}
.fancy {
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
  margin: 0 0 0 .5em;
  padding: 0 0 0 .5em;
  line-height: normal;
}
.sidebar li, .sidebar2 li {
  margin-bottom: 4px;
}
/*Ordinary Link Styles*/
.content a {
  color: #63331B;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.content a:hover, .content a:focus {
  color: #33C;
}
.footer a {
  color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
  color: #FFF;
}
/*The Footer*/
.footer {
  background: url(../_Images/_Structure/TopBar.jpg) repeat-x top center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.65);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.65);
  border-top: 1px solid #9A765C;
  padding: 10px 15px;
  font-size: 0.8em;
  color: #030;
  text-align: center;
  clear: both;
  position: relative;
  z-index: 999;
  width: calc(100% - 30px);
  font-family: 'Patua One', cursive;
  text-shadow: 1px 1px 4px rgba(191, 150, 122, .8), 1px 1px 10px rgba(191, 150, 122, .8);
}
.footer p.copyright {
  text-transform: uppercase;
  margin: 0px;
}
.footer a {
  color: #030;
  transition: width .5s;
  -webkit-transition: all .5s;
  text-decoration: none;
}
.footer a:hover {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.hours, .social, .address, .ripeningcalendar, .main {
  text-align: center;
  padding: 30px;
  margin: 20px 0px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.hours h2, .social h2, .address h2, .ripeningcalendar h2 {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.6em;
}
.hours {
  background-color: rgba(255, 204, 0, 1);
  margin-top: 0px;
}
.social {
  background-color: rgba(37, 173, 168, 1);
  color: #fff;
}
.address {
  background-color: rgba(239, 91, 68, 1);
}
.ripeningcalendar {
  background-color: rgba(153, 102, 153, 1);
  color: #fff;
}
.main {
  background-color: rgba(146, 172, 184, 1);
  margin-top: 0px;
  text-align: left;
}
.flipcards {
  max-width: 1280px;
  width: 100%;
  margin-top: -150px !important;
  display: none;
  z-index: 999999;
}
.flipcard li {
  height: 320px !important;
}
.map {
  width: 50%;
  float: right;
}
ul {
  list-style-position: inside;
  margin-left: 10px;
}
.month {
  width: 4.6%;
  background-color: rgba(120, 163, 76, .5);
  font-family: 'Oswald', sans-serif;
  text-align: center;
  border-left: rgba(4, 105, 54, .5) solid 3px;
}
.produce {
  width: 20%;
  text-align: right;
  padding-right: 5px;
  font-family: 'Oswald', sans-serif;
  background-color: rgba(120, 163, 76, .4);
  color: #030;
  border-top: rgba(4, 105, 54, .5) solid 3px;
}
.ripecell {
  border-top: 3px rgba(4, 105, 54, .5) solid;
  border-left: 3px rgba(4, 105, 54, .5) solid;
}
.highlighted {
  background-color: rgba(120, 163, 76, .9);
  padding: 20px;
}
.fallfestival .highlighted {
  background-image: linear-gradient(150deg, rgb(255 159 76), rgb(255 71 0 / 85%)), url(../-Images/Structure/PumpkinBackground-shutterstock_1174198870.jpg);
  background-size: cover;
  background-position: bottom;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.fallfestival .highlighted h2 {
  font-size: 2em;
  color: #FFF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.fallfestival .highlighted h3 {
  margin-top: 15px;
  color: #FFF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.fallfestival .highlighted .button {
  background: #fff;
  color: #000 !important;
}
.fallfestival .highlighted .button:hover {
  background: rgba(163, 163, 163, 1.00);
}
.fallfestival .highlighted.pumpkinchunkin {
  background-color: rgba(120, 163, 76, .9);
  background-image: none;
  margin-top: 20px;
}
.fallfestival .highlighted.pumpkinchunkin img {
  border: 0;
  box-shadow: none;
  margin: -6px -21px -20px 0;
}
.highlighted.mine {
  background: linear-gradient(45deg, rgb(97 72 57 / 90%), rgb(45 28 18 / 95%)), url("../-Images/Mark's-Treasure-Mine.jpg");
  background-color: #33261E;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlighted.mine div:last-child {
  margin-top: 10px;
}
.mine h2 {
  color:
    #fff;
}
.nomargintop {
  margin-top: 0px !important;
}
p.nomargintop {
  margin-top: -18px !important;
}
.chartlabel {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  background-color: rgba(222, 229, 172, 1);
  /* Rounded Corners */
  border: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.centertext {
  text-align: center;
}
.linkrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .main-content .content, .sidebar .content {
    padding: 20px 15px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 960px;
  }
  .flipcard li {
    height: 230px !important;
  }
  #logo {
    width: 200px !important;
    height: auto;
    margin-top: 20px;
    float: left;
  }
  #farmfresh {
    float: right;
    width: 600px;
    height: auto;
    margin-top: 20px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .main-content .content, .sidebar .content {
    padding: 20px 15px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 810px;
  }
  .flex-viewport {
    max-height: 350px !important;
  }
  #logo {
    width: 150px !important;
    height: auto;
    margin-top: 20px;
    float: left;
  }
  .top-navigation {
    height: 140px;
  }
  .flipcard li {
    height: 197px !important;
  }
  #farmfresh {
    float: right;
    width: 500px;
    height: auto;
    margin-top: 20px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .main-content .content, .sidebar .content {
    padding: 20px 15px;
  }
  .top-navigation {
    padding: 0px 10px;
  }
  .content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 660px;
  }
  #logo {
    width: 130px !important;
  }
  .top-navigation {
    height: 130px;
  }
  .flipcard li {
    height: 157px !important;
  }
  #farmfresh {
    float: right;
    width: 400px;
    height: auto;
    margin-top: 20px;
    margin-right: 60px;
  }
  .highlighted.mine {
    flex-direction: column;
    justify-content: center;
  }
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  body {
    padding-bottom: 0px;
  }
  .footer {
    position: static;
    width: auto;
    margin-top: -10px;
    padding-top: 5px;
  }
  .content-wrapper {
    border: none;
    padding-top: 0px;
  }
  .columns-wrapper {
    margin: 10px 5px;
    border: none;
  }
  .sidebar, .main-content {
    width: auto;
    float: none;
    position: static;
  }
  .main-content .content, .sidebar .content {
    padding: 20px 10px;
    border-radius: 0px;
    border: none;
    height: auto !important;
    max-height: 888678px;
  }
  .wraptop {
    height: 18px;
  }
  .flipcards {
    display: none !important;
  }
  #logo {
    width: 160px !important;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-top: 10px;
  }
  .flexslider {
    margin-top: 10px !important;
  }
  #farmfresh {
    display: none;
  }
  .highlighted.mine {
    flex-direction: column;
    justify-content: center;
  }
  .linkrow {
    justify-content: center;
  }
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
  .flipcard li {
    float: left;
    width: 500px !important;
    height: 500px;
    clear: left !important;
    position: relative;
    margin-right: 1.3%;
    list-style-type: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {}