/*  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  padding-bottom: 4em;
  font-family: 'Source Sans Pro', sans-serif;
}
.masthead {
  text-align: left;
  position: relative;
  z-index: 10;
  padding-top: 19px;
  background: url(../-Images/-Structure/AppleBerryTopper.png) repeat-x;
  background-position: calc(50% + 120px) top;
  height: 170px;
}
.top-navigation {
  position: absolute;
  width: 100%;
  z-index: 11;
  top: -6px;
}
.subnavigation {
  text-align: right;
}
.top-navigation .menu-top-wrapper {
  padding: 0;
}
.hanginghoursbox {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
  background: rgba(255, 255, 255, .8);
  font-size: .8em;
  position: absolute;
  top: 94px;
  right: 30px;
  padding: 0 5px 0 0;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 7px 3px -7px rgba(0, 0, 0, 0.8);
}
.hanginghoursbox p {
  padding: 5px 0;
}
.hourstitle {
  background-color: rgba(255, 255, 255, .5);
  padding: 5px;
  margin-right: 5px;
  height: auto;
  display: inline-block;
  box-shadow: inset 0 7px 3px -7px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hourscontent {
  width: 220px;
  padding: 5px 0;
  text-align: center;
}
.feature {
  height: calc(80% - 100px);
  background: url(../-Images/-Structure/Background.jpg) top center;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  top: -95px;
  left: -2px;
  width: calc(100% + 2px);
  margin-bottom: -145px;
  z-index: -1;
}
.feature.subfeature {
  background: url(../-Images/-Structure/Background2.jpg);
  height: calc(50% - 100px);
  background-position: center center;
  background-size: cover;
}
.contenttopper {
  height: 105px;
  width: 100%;
  background: url(../-Images/-Structure/WoodTop.png) bottom center;
}
.content-wrapper {
  margin: 0em;
  overflow: hidden;
  background: url(../-Images/-Structure/Wood.jpg) top center;
}
.columns-wrapper {
  overflow: hidden;
}
.columns-wrapper, .menu-top-wrapper {
  max-width: 1260px;
  margin: auto;
  position: relative;
  padding: 10px 20px;
}
.main-content .content {
  padding: 30px;
  font-size: 1.1em;
  line-height: 1.5em;
  background-color: #FFF;
  /*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);
}
/*Heading styles*/
h1, h2, h3, h4 {
  margin: 30px 0px 0px 0px;
  font-weight: normal;
  line-height: 1em;
}
h1 {
  font-size: 2.5em;
  font-family: 'Zilla Slab', serif;
  text-align: center;
  display: block;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -30px !important;
  padding: 30px 0 60px;
  color: #E3DFCF;
  background: linear-gradient(180deg, rgba(38, 60, 6, .4), rgba(38, 60, 6, .4)), url(../-Images/-Structure/GreenWood.jpg) top center;
  position: relative;
  overflow: hidden;
  text-shadow: 0px 4px 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);
}
h2 {
  font-size: 1.85em;
  font-family: 'Zilla Slab', serif;
  color: rgba(38, 60, 6, 1);
}
h3 {
  font-size: 1.65em;
  font-family: 'Zilla Slab', serif;
  color: rgba(148, 19, 7, 1);
}
h4 {
  font-size: 1.1em;
  font-family: 'Zilla Slab', serif;
}
h1:before {
  content: '';
  position: absolute;
  right: -5%;
  bottom: -30px;
  background: #fff;
  width: 110%;
  height: 60px;
  border-radius: 100%;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7), inset 0 7px 5px -7px rgba(0, 0, 0, .5);
}
/*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;
}
/*Ordinary Link Styles*/
.content a {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(148, 19, 7, 1);
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
  /*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);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.content a:hover, .content a:focus {
  color: rgba(227, 236, 241, 1);
  background-color: rgba(94, 12, 5, 1);
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.content a.normallink, .content .cms a {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  display: inline;
  color: rgba(148, 19, 7, 1);
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content .homenews .events_cms a.cmsimage {
  padding: 0;
  margin: 0px;
}
.cmsimage img {
  margin-bottom: -25px;
}
.homenews .events_cms a {
  width: 100%;
  padding: 5px 0;
}
.homenews .events_cms {
  background: #ffffff26;
  padding: 1px 0 1px;
  margin-bottom: 10px;
}
.footer a {
  color: #FFF3E4;
  text-decoration: none;
  transition: width 1s;
  -webkit-transition: all 1s;
}
.footer a:hover, .footer a:focus {
  color: #FFF;
}
/*The Footer*/
.footer {
  background: linear-gradient(180deg, rgba(77, 37, 29, .7), rgba(77, 37, 29, .7)), url(../-Images/-Structure/MobileWood.jpg) top center;
  font-size: 0.7em;
  color: #FFF3E4;
  position: relative;
  text-align: center;
  clear: both;
  z-index: 999;
  top: auto;
  bottom: 0px;
  width: 100%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
}
#success_message {
  display: none;
}
a .top {
  position: absolute;
  left: 50%;
  text-align: center;
  color: #FDFDFD;
  text-decoration: none !important;
  font-size: .8em;
  line-height: 4em;
  text-transform: uppercase;
  bottom: -25px;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  z-index: 2;
  /* Rounded Corners */
  border: 50% 50% 0px 0px;
  border-radius: 50% 50% 0px 0px;
  background: url(../-Images/-Structure/MobileWood.jpg) top center;
  transition: width .5s;
  -webkit-transition: all .5s;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
  transition: width .5s;
  -webkit-transition: all .5s;
}
a .top:hover {
  bottom: -10px;
}
.footer .top:hover {
  top: -60px;
}
.footer .copyright {
  text-transform: uppercase;
  margin: 0px;
  background: linear-gradient(180deg, rgba(20, 32, 3, .5), rgba(20, 32, 3, .8)), url(../-Images/-Structure/GreenWood.jpg) top center;
  padding: 3px 0;
  width: 100%;
  clear: both;
  z-index: 10;
  /*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);
}
.copyright i {
  font-size: 1.8em;
}
.footercontactboard {
  background: linear-gradient(180deg, rgba(120, 13, 16, .7), rgba(120, 13, 16, .7)), url(../-Images/-Structure/MobileWood.jpg)top center;
  width: 100%;
  padding: 5px 0;
  /*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);
}
.footercontactboard .menu-top-wrapper {
  padding: 1px 20px;
}
.footercontact {
  font-size: 1.7em;
  text-transform: uppercase;
  color: #FFF3E4;
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
.contactaddress, .contactphone, .contactemail {
  float: left;
  width: 64%;
  text-align: center;
  border-right: solid 2px #FFF3E4;
  letter-spacing: 1px;
  padding: 0;
}
.contactphone {
  width: 32%;
  border: 0px !important;
}
.contactemail {
  width: 32%;
}
.noborder {
  border: 0;
}
.footerbuttons {
  float: left;
  width: 30%;
}
.footerbuttons a {
  display: block;
  background-color: #FFF3E4;
  padding: 2px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.5em;
  color: #222;
  text-transform: uppercase;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footerbuttons a:hover {
  background-color: #BCB5AA;
  color: #222;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footerhours {
  font-size: 1.3em;
  width: 28%;
  margin: 0 1%;
  float: right;
  display: block;
  color: rgba(34, 34, 34, 1);
  padding: 15px 0 10px;
  height: auto;
  background-color: rgba(255, 243, 228, 1);
  display: flex;
    justify-content: center;
  flex-direction: column;
}
.footereblast {
  width: 39%;
  float: right;
  font-size: 1.3em;
}
.newslettershell {
  margin-top: 20px;
}
.footereblast h2, .footerhours h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.footerhours h2 {
  color: rgba(34, 34, 34, 1);
  margin-bottom: 10px;
}
.footereblast h2 {
  color: rgba(255, 243, 228, 1);
}
#creditcards {
  max-width: 150px;
  height: auto;
}
.footer hr {
  margin: 20px 0 30px;
  border: #FFF3E4 solid 1px;
}
.ctct-custom-form {
  position: relative;
}
.ctct-custom-form .ctct-button {
  background-color: #FFF3E4 !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #222 !important;
  width: 30% !important;
  position: absolute;
  right: 10%;
  top: 0;
  font-size: 15px !important;
  padding: 10px 0;
  /*Outer Shadow*/
  -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.45), -3px 0 12px rgba(0, 0, 0, 0.25) !important;
}
.ctct-custom-form .Button {
  padding: 5px 45px !important;
  border-radius: 0 2px 2px 0 !important;
  font-size: 12px !important;
  height: 45px;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.ctct-custom-form .Button:hover {
  background-color: #BCB5AA !important;
}
.ctct-custom-form input[type="text"] {
  width: 50.5% !important;
  position: absolute;
  left: 10%;
  top: 0;
  border-radius: 2px 0 0 2px !important;
}
.ctct-custom-form p {
  display: block;
  width: 65%;
  padding: 0;
  margin: 0;
}
.creditcards {
  clear: left;
  width: 370px;
  height: auto;
  display: block;
  margin: 10px auto 0 30.2%;
  padding-top: 20px;
}
.copyrightbreak {
  display: inline;
}
.homenews {
  float: right;
  width: 30%;
  background-color: rgba(38, 60, 6, 1);
  margin-top: 20px;
  text-align: center;
  color: rgba(227, 223, 207, 1);
  padding: 0 5px 15px;
  margin-left: 5%;
}
.homenews h2 {
  font-family: 'Zilla Slab', serif;
  font-size: 1.65em;
  padding: 10px 0;
  margin-bottom: 10px;
  color: rgba(227, 223, 207, 1);
  background-color: rgba(21, 33, 4, 1);
  /*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);
}
.onlineorder {
  float: right;
  width: calc(30% + 10px);
  margin: 20px 0 0 !important;
  clear: right;
  margin-left: 5%;
  background: none !important;
  padding: 0 !important;
  /*No Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.onlineorder:hover {
  /* Opacity */
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.onlineorder img {
  width: 100%;
  height: auto;
}
.cms_head {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.3em;
  border-bottom: 1px dashed rgba(227, 223, 207, 1);
}
.popoutcontent {
  min-height: 20px;
  width: calc(100% + 100px);
  margin-left: -50px;
  background: url(../-Images/-Structure/GreenWood.jpg) top center;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 2px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 2px 3px rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 2px 3px rgba(0, 0, 0, 0.65);
}
.content .popoutcontent a {
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: transparent;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popoutcontent .colthirds {
  overflow: hidden;
  padding: 10px 0 0;
  width: 32.3%
}
.popoutcontent .colthirds img {
  /* Opacity */
  opacity: 1;
  filter: alpha(opacity=100);
  transition: width .5s;
  -webkit-transition: all .5s;
}
.popoutcontent .colthirds:hover img {
  /* Opacity */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.popoutcontent .textarea {
  text-align: center;
  padding: 20px 10px;
  width: calc(100% - 20px);
  background-color: rgba(148, 19, 7, 1);
  position: absolute;
  bottom: -300px;
  left: 0;
  transition: width .5s;
  -webkit-transition: all .5s;
  /* Rounded Corners */
  border: 50% 50% 0px 0px;
  border-radius: 50% 50% 0px 0px;
  /*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);
  pointer-events: none;
}
.popoutcontent .textarea h2 {
  color: #fff;
}
.popoutcontent .colthirds:hover .textarea {
  bottom: 0;
}
.shadowbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.events h3 {
  color: rgba(38, 59, 9, 1);
  font-size: 1.5em;
  padding: 30px 0 20px;
}
.events h3:first-line {
  color: rgba(148, 19, 7, 1);
  font-size: 1.1em;
  font-weight: bold;
}
ul.jobs {
  list-style-type: none;
}
ul.jobs li a {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.map {
  position: relative;
}
.shadowbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  pointer-events: none;
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.brown {
  background-color: rgba(153, 102, 51, 1);
}
.orange {
  background-color: rgba(255, 153, 102, 1);
}
.gold {
  background-color: rgba(255, 204, 102, 1);
}
.yellow {
  background-color: rgba(255, 255, 204, 1);
}
a.anchor {
  color: #FFF;
  background: rgba(255, 255, 255, 1);
  padding: 0;
  margin: 0;
  display: inline;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.success_message {
  text-align: center;
}
.overlay {
  text-align: center;
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 10% auto;
  padding: 0px;
  background: #fff;
  border-radius: 5px;
  width: 290px;
  min-width: 300px;
  position: relative;
  transition: all 5s ease-in-out;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65), 0 6px 24px rgba(0, 0, 0, 1);
}
.popup iframe {
  display: block;
  margin: 0 auto;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
.medal {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 10px 20px 0;
}
.testimonials {
  width: 80%;
  display: block;
  margin: 10px auto;
  background-image: linear-gradient(120deg, rgba(179, 201, 138, 1.00), rgb(150, 187, 81));
  padding: 10px 15px;
  /*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);
}
.signature {
  text-align: right;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  margin-right: 50px;
}
.sunflowerevent {
  background: rgba(255, 245, 216, 1.00);
  padding: 20px;
  margin: 10px 0;
  border: 10px solid #571f10;
  /*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);
}
.sunflowerevent h2 {
  margin: 0;
}
.sunflowerevent h3 {
  margin: 0px 0 10px 0;
  font-size: 1.3em;
}
.sunflowerevent h5 {
  margin: 0;
}
.sunflowerevent img {
  width: 200px;
  height: auto;
  float: right;
  clear: right;
  margin: 10px 0 15px 15px;
  /*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);
}
.update {
  padding: 20px;
  background: rgba(255, 191, 9, 1.00);
  /*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);
}
.update h2 {
  color: #000;
}
.listing {
  background: rgba(228, 228, 228, .1);
  padding: .5em 5px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.listing:nth-child(odd) {
  background: rgba(172, 172, 172, 0.30);
}
.haybalecontest {
  background: #780d10;
  color: #fff;
  padding: 30px;
  width: calc(100% + 0px);
  margin-left: -30px;
  clear: both;
}
.haybalecontest h3 {
  color: #fff;
}
.content .haybalecontest a {
  color: rgba(185, 185, 185, 1.00);
  transition: width .2s;
  -webkit-transition: all .2s;
}
.content .haybalecontest a:hover {
  color: rgba(1, 12, 227, 1.00);
}
.DateRange, .DateDiv {
  display: none;
}
.ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: #ffffff00 !important;
}
h2.ctct-form-header {
  font-family: 'Zilla Slab', serif !important;
}
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  display: block;
  margin-bottom: 5px !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field, div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  margin: 0 0 12px 0 !important;
}
.listcolumns {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;}

.listcolumns li {
    padding-left: 1em;
    text-indent: -1em;}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .masthead {
    background-position: calc(50% + 158px) top;
    background-size: 1300px;
  }
  .top-navigation {
    top: -8px;
  }
  .subnavigation a {
    padding: 5px 10px;
  }
  .hanginghoursbox {
    top: 82px;
  }
  .feature {
    top: -110px;
    margin-bottom: -155px;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 960px;
    margin: auto;
  }
  .masthead .menu-top-wrapper {
    padding: 8px 20px;
  }
  .ctct-custom-form .Button {
    padding: 5px 30px !important;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .masthead {
    padding-top: 19px;
    height: 170px;
    background-position: calc(50% + 128px) top;
    background-size: 1100px;
  }
  .top-navigation {
    top: -10px;
  }
  .subnavigation a {
    padding: 2px 6px;
    font-size: .85em;
  }
  .hanginghoursbox {
    top: 69px;
  }
  .feature {
    top: -120px;
    margin-bottom: -165px;
  }
  .columns-wrapper, .menu-top-wrapper {
    max-width: 810px;
    margin: auto;
  }
  .masthead .menu-top-wrapper {
    padding: 4px 20px;
  }
  .ctct-custom-form input[type="text"] {
    width: 45.5% !important;
  }
  .ctct-custom-form .Button {
    padding: 5px 0 5px 26px !important;
    right: 15%;
  }
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 850px) {
  body {
    padding-bottom: 0px;
  }
  .masthead {
    padding-top: 15px;
    margin-top: 34px;
    height: 153px;
    background-position: left top;
    background-size: 800px;
    background-position: calc(50% + 150px) 82px;
  }
  .masthead .menu-top-wrapper {
    padding: 0px 0px;
    margin-top: -32px;
  }
  .top-navigation {
    z-index: 4;
  }
  .subnavigation {
    display: none;
  }
  .contenttopper {
    height: 72px;
  }
  .feature {
    height: 300px;
    top: -55px;
    margin-bottom: -65px;
    background-size: 1000px auto;
    background-position: 0 -90px;
  }
  .medal {
    float: none;
    width: 80%;
    margin: 0 10%;
  }
  h1, h2, h3, h4 {
    text-align: center;
  }
  h1 {
    font-size: 1.3em;
    width: 100%;
    margin-left: -10px;
    padding: 30px 10px 60px;
  }
  .contactaddress, .contactphone, .footerhours, .footereblast, .footerbuttons {
    float: none;
    width: 100%;
    border: none;
  }
  .newslettershell {
    margin-top: 0px;
  }
  .footerhours {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .creditcards {
    clear: left;
    width: 90%;
    height: auto;
    display: block;
    margin: 10px auto 0;
  }
  .footer {
    overflow: hidden;
    /*No Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;
  }
  .contactaddress, .contactphone {
    font-size: .9em;
    text-align: center;
  }
  .contactphone {
    margin: 10px 0 0;
  }
  .footereblast {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: #FFF3E4 solid 2px;
  }
  .content-wrapper, .columns-wrapper {
    margin: 0;
    margin-top: -20px;
    border: none;
  }
  .columns-wrapper {
    padding: 10px 12px;
  }
  .main-content .content {
    padding: 20px 10px;
    border: none;
  }
  .homenews {
    float: none;
    width: calc(100% - 10px);
    margin-top: 20px;
    padding: 0 5px 15px;
    margin-left: 0;
  }
  .content a {
    display: block;
    margin: 0px 5% 10px;
    padding: 5px 0;
    text-align: center;
    width: 90%;
  }
  .popoutcontent {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .content .popoutcontent a {
    margin-left: 0;
    width: 100%;
  }
  .content .popoutcontent .colthirds {
    width: 100% !important;
    margin: 0px;
  }
  .hanginghoursbox {
    width: 100%;
    top: -49px;
    right: 0px;
    padding: 0 0 5px;
    box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 -7px 3px -7px rgba(0, 0, 0, 0.8);
    background: url(../-Images/-Structure/Wood.jpg) top center;
    text-align: center;
    position: relative;
  }
  .hourstitle {
    background-color: rgb(47 74 7);
    color: #fff;
    margin-right: 0px;
    padding: 5px 0;
    display: block;
    box-shadow: inset 0 7px 3px -7px rgba(0, 0, 0, 0.8);
    width: 100%;
    height: auto;
  }
  .hourscontent {
    width: 94%;
    margin: 0 3%;
    background-image: linear-gradient(230deg, #efe8c9, #fff);
    background-color: #fff;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 3px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 3px rgba(0, 0, 0, 0.65);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 3px rgba(0, 0, 0, 0.65);
  }
  .sunflowerevent img {
    display: none;
  }
  .sunflowerevent img:first-child {
    display: block;
    float: none;
    clear: right;
    margin: 10px auto 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .feature {
    background-size: 500px auto;
    background-position: center;
    height: 200px;
    background-attachment: scroll;
  }
  .masthead {
    background-position: left bottom;
  }
}
/*-------------------------------
		  Responsive Styles
-------------------------------*/
@charset "UTF-8";
/* CSS Document */
/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px !important;
  background: url(../-Images/-Structure/MobileWood.jpg) top center;
  padding: 10px;
  max-width: 500px;
  width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatright img {
  max-width: 100%;
  height: auto;
}
.afloatleft, img[style*="float: left"] {
  float: left;
  margin: 10px 25px 10px 0px !important;
  text-align: center;
  background: url(../-Images/-Structure/MobileWood.jpg) top center;
  padding: 7px;
  max-width: 500px;
  width: 40%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatcenter, img[style*="margin: auto"] {
  display: block;
  margin: 10px auto;
  clear: both;
  background-color: #D4533A;
  border: medium solid #D4533A;
  max-width: 100%;
  width: 95%;
  height: auto;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.imagestyles, .Grid img.imagestyles {
  background: url(../-Images/-Structure/MobileWood.jpg) top center;
  padding: 10px !important;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.video {
  background: url(../-Images/-Structure/MobileWood.jpg) top center;
  padding: 7px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.afloatleft p, .afloatright p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  display: inline-block;
  background-color: rgba(251, 242, 234, 1);
  padding: 5px 15px;
  font-weight: bold;
  color: rgba(80, 37, 21, 1);
  text-align: center;
  /*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);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.afloatleft p {
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.maxwidth300 {
  max-width: 300px !important;
}
.maxwidth400 {
  max-width: 400px !important;
}
.centertext {
  text-align: center;
}
.formimage {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  background-color: #fff;
  border: medium solid #FFF;
  width: 40%;
  height: auto;
  clear: right;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.formimage:nth-child(even) {
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.noimagestyles {
  background: none !important;
  padding: 5px !important;
  /*Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
}
.desktoponly {
  display: block;
}
.tabletonly {
  display: none;
}
.mobileonly {
  display: none;
}
.largeronly {
  display: inline
}
.smalleronly {
  display: none;
}
.nomobile {
  display: block !important;
}
.nobig {
  display: none !important;
}
.Grid {
  width: 100%;
  display: block;
  clear: both;
}
.Grid ul {
  text-align: left;
}
.Grid img {
  width: 100%;
  height: auto;
  padding: 0px !important;
  margin: 0px !important;
}
.Grid ol li, .Grid ul li {
  text-align: left;
}
.Gridclear {
  clear: both;
}
.colhalves {
  width: 47%;
  margin: .5%;
  padding: 10px 1% 0 1%;
  float: left;
  text-wrap: normal;
}
.colthirds {
  width: 31.3%;
  margin: 0px .5% 5px;
  padding: .5%;
  padding-bottom: 0px;
  float: left;
  text-wrap: normal;
  background-size: 100% auto;
  position: relative;
}
.colthirds img {
  width: 100%;
  height: auto;
}
.colfourths {
  width: 24%;
  padding: .5%;
  float: left;
  text-wrap: normal;
  position: relative;
}
.colfourths p {
  padding: 0px 10px;
}
.colfourths img {
  width: 100%;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thirdslist ul {
  list-style: none;
  text-align: center !important;
  margin: 0px !important;
  padding: 0px;
}
.fullwidth {
  width: 97%;
  height: auto;
}
.autoh {
  height: auto;
}
.notilt {
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.nowrap {
  overflow: auto;
}
.nomargintop {
  margin-top: 0px;
  padding-top: 0px !important;
}
.button {
  color: #fff !important;
  font-size: 1.25em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
  font-family: 'Patua One', cursive;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(223, 40, 44, 1);
  border: #600 solid 1px;
  border-top: 0px;
  border-bottom: 2px solid #600;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  transition: width .2s;
  -webkit-transition: all .2s;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.button:hover {
  text-shadow: none;
  color: #999;
  background: rgba(102, 0, 0, 1);
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.nolinkstyles {
  background: none !important;
  /*No Outer Shadow*/
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  display: block;
  position: relative;
  top: -240px;
  visibility: hidden;
}
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .desktoponly {
    display: block;
  }
  .tabletonly {
    display: inline;
  }
  .mobileonly {
    display: none;
  }
  .largeronly {
    display: inline;
  }
  .smalleronly {
    display: none;
  }
  .nobig {
    display: none !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"] {
    display: block;
    width: 96% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
  }
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: inline !important;
  }
  .mobileonly {
    display: none !important;
  }
  .largeronly {
    display: inline !important;
  }
  .smalleronly {
    display: none !important;
    margin: auto;
  }
  .nobig {
    display: block !important;
  }
  .nomobile {
    display: none !important;
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .colfourths {
    width: 49%;
    margin-bottom: 20px;
  }
  .mobilecenter {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"] {
    display: block;
    width: 96% !important;
    max-width: 500px;
    height: auto;
    margin: 10px auto !important;
    clear: both !important;
    float: none;
  }
  .videoright, .videoleft {
    float: none;
    margin: 10px 0 10px 0px;
    max-width: 100%;
    /* Tilt  */
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
  }
  .scalable {
    margin: auto;
    display: block;
    width: 100%;
  }
  .mobilecenter {
    text-align: center;
  }
  .desktoponly {
    display: none !important;
  }
  .tabletonly {
    display: none !important;
  }
  .mobileonly {
    display: inline !important;
  }
  .largeronly {
    display: none !important;
  }
  .smalleronly {
    display: inline !important;
  }
  .nomobile {
    display: none !important;
  }
  .nobig {
    display: block !important;
  }
  .colfourths {
    width: 49%;
    margin-bottom: 20px;
  }
  .colthirds {
    width: 96% !important;
    height: auto;
    text-align: center !important;
  }
  .colthirds img {
    width: 100%;
    max-width: 500px;
  }
  .colhalves {
    width: 100%;
  }
  .mobilecenter {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  .colthirds img {}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .noimagestyles {
    background: none;
    padding: 5px;
    /*Outer Shadow*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .colfourths {
    width: 96%;
    height: auto;
    margin-bottom: 20px;
  }
  .colfourths .linked {
    position: relative !important;
  }
  .colhalves {
    width: 100%;
  }
}
/*-------------------------------
		  Font Styles
-------------------------------*/
@font-face {
  font-family: 'Realist';
  src: url('../includes/RealistWebfontKit/realist-webfont.woff2') format('woff2'), url('../includes/RealistWebfontKit/realist-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------
		  Fontello Styles
-------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url('../includes/-Fontello/font/fontello.eot?57954864');
  src: url('../includes/-Fontello/font/fontello.eot?57954864#iefix') format('embedded-opentype'), url('../includes/-Fontello/font/fontello.woff2?57954864') format('woff2'), url('../includes/-Fontello/ont/fontello.woff?57954864') format('woff'), url('../includes/-Fontello/font/fontello.ttf?57954864') format('truetype'), url('../includes/-Fontello/font/fontello.svg?57954864#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?57954864#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-reply:before {
  content: '\e800';
} /* '' */
.icon-forward:before {
  content: '\e801';
} /* '' */
.icon-left-circled2:before {
  content: '\e802';
} /* '' */
.icon-right-circled2:before {
  content: '\e803';
} /* '' */
.icon-left-open:before {
  content: '\e804';
} /* '' */
.icon-right-open:before {
  content: '\e805';
} /* '' */
.icon-phone:before {
  content: '\e806';
} /* '' */
.icon-facebook-squared:before {
  content: '\e807';
} /* '' */
.icon-instagram:before {
  content: '\e808';
} /* '' */
.icon-comment-inv-alt2:before {
  content: '\e809';
} /* '' */
.icon-location:before {
  content: '\e80a';
} /* '' */
.icon-globe:before {
  content: '\e80b';
} /* '' */
.icon-pinterest:before {
  content: '\e80c';
} /* '' */
.icon-flickr:before {
  content: '\e80d';
} /* '' */
.icon-twitter:before {
  content: '\e80e';
} /* '' */
.icon-facebook:before {
  content: '\e80f';
} /* '' */
.icon-phone-1:before {
  content: '\e810';
} /* '' */
.icon-clock:before {
  content: '\e811';
} /* '' */
.icon-compass:before {
  content: '\e812';
} /* '' */
.icon-paypal:before {
  content: '\e813';
} /* '' */
.icon-gplus:before {
  content: '\e814';
} /* '' */
.icon-foursquare:before {
  content: '\e815';
} /* '' */
.icon-linkedin:before {
  content: '\e816';
} /* '' */
.icon-youtube:before {
  content: '\e817';
} /* '' */
.icon-email:before {
  content: '\e818';
} /* '' */
.icon-cart:before {
  content: '\e819';
} /* '' */
/*-------------------------------
	Responsive Slides Styles
-------------------------------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.rslides .fifty {
  width: 10% !important;
  z-index: 1;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0px;
  max-width: none;
}
.callbacks_nav {
  display: none;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 7%;
  left: 0;
  opacity: 0.4;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../../Blooms & Berries/Responsive Slideshow/demo/themes/themes.gif") no-repeat left top;
  margin-top: -45px;
}
.callbacks_nav:hover {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
}
#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
  padding: 0;
}
#slider4 {
  width: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
/*-------------------------------
		  Ripening Styles
-------------------------------*/
.harvest {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: 'Crete Round', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.harvest tr:nth-child(1) td {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  color: #fff;
  background-color: rgba(2, 90, 174, 1); /* Rounded Corners */
  border: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
}
.harvest tr:nth-child(1) td:nth-child(1) {
  background-color: #FFF !important;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.harvest tr {
  background-color: rgba(88, 142, 214, .2)
}
.harvest tr:nth-child(even) {
  background-color: rgba(88, 142, 214, .4)
}
.harvest td {
  vertical-align: middle;
}
.harvest td:nth-child(1) {
  padding: 5px;
  text-align: left;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.harvest td:nth-child(odd) {
  background-color: rgba(88, 142, 214, .3)
}
/*Fruit Calendar*/
.harvest.fruit tr:nth-child(1) td {
  width: 10% !important;
}
.harvest.fruit tr:nth-child(1) td:nth-child(1) {
  width: 50% !important;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .harvest {
    font-size: .7em;
  }
  .harvest td:nth-child(1) {
    font-size: 1.1em;
  }
  .harvest tr:nth-child(1) td {
    height: 30px;
  }
  .harvest tr:nth-child(1) td .turn {
    transform: rotate(270deg);
    font-size: 1.1em;
  }
  .harvest tr:nth-child(1) td:nth-child(1) {
    background-color: #FFF !important;
    transform: rotate(0deg) !important;
  }
}
/*-------------------------------
		  Print Styles
-------------------------------*/
body {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none !important;
}
.main-content {
  margin: 0;
}
#layout {
  max-width: none;
  margin: 0px;
}
.column-content, .content {
  height: auto !important;
  max-height: 888678px;
  border: none !important;
}
.column-content * {
  padding: 0px !important;
}
.footer {
  position: static;
}