/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Lilita+One|Sniglet|Source+Sans+Pro:400,700');
html {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000000;
  background-color: #FFFFFF;
  background: url("../-Images/-Structure/WhiteBoards.jpg") top center;
  margin: 0px;
  padding: 0;
}
#masthead {
  color: #999999;
  padding: 0px;
  margin: 0;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
  background-imge: url(img/clm02_middle.gif);
  background-repeat: repeat-y;
  /*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), 6px 0px 22px rgba(0, 0, 0, 0.15), -6px 0px 22px rgba(0, 0, 0, 0.15);
}
#wrapper.noshadow {
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.nowrap {
  overflow: hidden;
}
#right {
  width: 780px;
  float: left;
}
#left {
  width: 200px;
  float: left;
}
#left .content {
  color: #d2470a;
  padding: 0px 0px 0px 5px;
  font-size: 0.75em;
  line-height: 1.5em;
  /*Outer Shadow*/
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.25), 3px 0 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.25), 3px 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.25), 3px 0 12px rgba(0, 0, 0, 0.15);
}
#left h3 {
  text-align: center;
}
#right .content {
  padding: 24px;
  font-size: 0.8em;
  line-height: 1.65em;
}
#footer {
  color: #999999;
  background-color: #000000;
  padding: 0px;
  margin: 0;
  font-size: 0.7em;
  clear: both;
  height: 160px;
  vertical-align: bottom;
  position: relative;
}
#footer .content {
  padding: 0px 24px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  height: 160px;
}
.footerlogo {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 100px;
  width: auto;
}
#column_wrapper {
  background: #fff;
}
.orangeblock, .greenblock, .blueblock, .yellowblock, .redblock {
  width: 194px;
  margin-left: -5px;
  padding: 3px;
  text-align: center;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*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;
}
a .orangeblock p, .greenblock, .blueblock, .yellowblock, .redblock {
  text-decoration: none;
}
.orangeblock h3, .greenblock h3, .blueblock h3, .yellowblock h3, .redblock h3 {
  margin-top: 8px;
}
a:hover .orangeblock, a:hover .greenblock, a:hover .blueblock, a:hover .yellowblock, a:hover .redblock {
  background-color: rgba(255, 217, 63, 1);
  text-decoration: none !important;
  color: rgba(102, 51, 0, 1);
}
.orangeblock {
  background-color: rgba(255, 153, 51, 1);
  color: #000;
}
.greenblock {
  background-color: rgba(0, 153, 51, .4);
  color: #000;
}
.redblock {
  background-color: #D52007;
  color: #000;
}
.blueblock {
  background-color: rgba(102, 204, 204, .8);
  color: #000;
}
.yellowblock {
  background-color: rgba(255, 204, 0, 1);
  color: #000;
}
#right a:link, #right a:visited {
  color: #C30;
  text-decoration: none;
  font-weight: bold;
  transition: width .5s;
  -webkit-transition: all .5s;
}
#right a:hover {
  color: #03F;
}
#left a:link {
  color: #663300;
  text-decoration: none;
}
#left a:visited {
  color: #663300;
}
#left a:hover {
  color: #663300;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
  color: #000000;
  border-left: 6px solid #FFD940;
  padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
  border-color: #000000;
}
#footer a:link {
  color: #999999;
}
#footer a:visited {
  color: #666666;
}
#footer a:hover {
  color: #FFFFFF;
}
h1 {
  font-size: 2.6em;
  margin: 0;
  line-height: 1em;
  font-family: 'Lilita One', cursive;
}
h2 {
  font-size: 2em;
  margin: 30px 0 0 0;
  font-family: 'Sniglet', cursive;
}
h3 {
  font-size: 1.65em;
  margin: 30px 0 0 0;
  font-family: 'Sniglet', cursive;
}
h4 {
  font-size: 1.1em;
  margin: 20px 0 0 0;
}
h6 {
  font-size: 0.8em;
  margin: 20px 0 0 0;
  padding: 4px;
}
.thinfont {
  font-family: 'Amatic SC', cursive;
  font-size: 2.7em;
  line-height: 1em;
  letter-spacing: 1px;
  color: rgba(204, 51, 0, 1);
}
.funfont {
  font-family: 'Pacifico', cursive;
}
.nomargintop {
  margin-top: 0;
}
.content p {
  margin: 12px 0;
}
.afloatright {
  float: right;
  padding: 0;
  margin: 10px 0px 10px 20px;
  width: 45%;
  height: auto;
  border-radius: 10px;
}
.flatafloatright {
  float: right;
  padding: 0;
  margin: 1px 0px 1px 10px;
}
.floatleft {
  float: left;
  padding: 0;
  margin: 10px 20px 10px 0px;
  width: 45%;
  height: auto;
  border-radius: 10px;
}
.afloatcenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.clear {
  clear: both;
}
#right .clear {
  padding-top: 10px;
}
.flatfloatleft {
  float: left;
  margin: 0;
  padding: 1px 10px 1px 0px;
}
.addressmenu {
  font-size: 0.9em;
  width: 170px;
}
.directions ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  font-size: 0.8em;
  line-height: 1.3em;
}
.color1 {
  background-color: #FFC;
}
.color2 {
  background-color: #FC9;
}
.red {
  color: #F00;
}
.button a {
  display: inline;
  padding: 10px 15px;
  border: 0px;
  background-color: #DA470A;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none;
  transition: width .2s !important;
  -webkit-transition: all .2s !important;
}
.button a {
  text-decoration: none;
}
.button:hover a {
  background-color: #932C00;
  color: #fff !important;
}
.csaformatting .button a {
  font-family: 'Sniglet', cursive;
  font-size: 20px;
  margin: 0 auto 2px !important;
  width: 250px;
  display: block;
  padding: 10px;
  background-color: #d2470a;
  text-align: center;
  color: #FFFFFF !important;
}
.csaformatting .button:hover a {
  background-color: #66000A;
  color: #FFFFFF !important;
}
.map {
  border: thin dashed #D75107 !important;
}
.homebox {
  display: block;
  flex-direction: row;
  margin-top: 20px;
  padding: 15px 330px 15px 20px;
  background-image: linear-gradient(90deg, #649FF0, #436999);
  background-color: #436999;
  color: #FFF !important;
  position: relative;
  overflow: hidden;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0 2px 5px #00000061;
  /*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);
}
.homeboxcontent {
  padding: 0 20px;
}
.homebox.wreath, .homebox.pumpkinpatch {
  overflow: visible;
}
.homebox:nth-child(even) {
  padding: 15px 20px 15px 330px;
}
.homebox:last-child {
  margin-bottom: 20px;
}
.homebox.reveal {
  overflow: visible;
}
.homebox img {
  float: right;
  margin-top: -35px;
}
.homebox:nth-child(even) img {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.homebox img.stretch {
  width: 400px;
  right: -100px;
  min-height: calc(100% + 40px);
}
.homebox:nth-child(even) img.stretch {
  width: 400px;
  right: auto;
  left: -100px;
  min-height: calc(100% + 40px);
}
.oranghb {
  background-image: linear-gradient(90deg, #CA5417, #E8AB12);
  background-color: #CA5417;
  color: #340D00 !important;
}
.darkgreenhb {
  background-image: linear-gradient(90deg, #030, #057a05);
  background-color: #030;
  color: #FFF !important;
}
.darkgreenhb a {
  color: rgba(0, 51, 0, 1.00);
}
.lightgreenhb {
  background-image: linear-gradient(120deg, #39c364, #0c6b0f);
  background-color: #0c6b0f;
}
.strawberryhb {
  background: rgba(183, 0, 0, 1.00) url("../-Images/-Structure/strawberries-1328022-1599x1066.jpg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 20px;
}
.pink {
  background-image: linear-gradient(90deg, #F8B6FC, #FF7CFE);
  background-color: #FF7CFE;
  color: #fff !important;
  min-height: 230px;
}
.homebox a {
  display: inline-block;
  margin-right: 5px;
  color: rgba(67, 105, 153, 1.00) !important;
  background: #fff;
  padding: 6px 15px;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*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);
  text-align: center;
  /* Rounded Corners */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 0 0;
}
.treepage img {
  top: 50% !important;
  right: 10px !important;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.pumpkinpatch a {
  color: #000;
}
.homebox a:hover {
  background: rgba(187, 187, 187, 1.00);
  color: #000 !important;
  -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);
}
.homebox img {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: auto;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.homebox.pumpkinpatch img {
  margin: -10px 0 0 -20px;
  margin: -10px 0 0 -20px;
}
.homebox.pumpkinpatch {
  text-shadow: 0 2px 5px #00000031, 0 1px 3px #00000050;
  border-radius: 300px 15px 15px 300px;
}
/*
.csahighlight:hover img, .deliveryhighlight:hover img {
  width: 330px;
  top: -15px;
}

.deliveryhighlight:hover img {
  width: 315px;
  top: -15px;
}
*/
.deliveryhighlight img {
  right: auto;
  left: 0;
}
.pumpkinpatch p a, .treefarm p a, .csahighlight a, .deliveryhighlight a {
  font-weight: bold;
  text-decoration: none;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.pumpkinpatch h3, .treefarm h3, .santa h3 {
  font-size: 2em;
  margin-top: 0px;
}
.pumpkinpatch p, .pumpkinpatch h3 {
  color: #340D00 !important;
  color: #ffefd7 !important;
}
.pumpkinpatch p a {
  background: #340D00;
  color: #FFF !important;
  font-size: 1.2em;
  font-weight: 100 !important;
}
.treefarm h3, .treefarm p {
  color: #fff !important;
}
.treefarm h3, .csahighlight h3, .deliveryhighlight h3 {
  font-size: 1.6em !important;
  margin-top: .4em;
}
.santa {
  clear: both;
  display: block;
  padding: 15px 20px;
  margin-top: 25px;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: url(../-Images/SantaBackground.jpg) top center no-repeat;
  background-size: 100% auto;
  background-color: #C00;
  color: #340D00 !important;
  position: relative;
}
.santa p a, .santa h3, .santa p, .santa h4 {
  color: #fff !important;
}
.santa h3 {
  font-size: 1.6em !important;
  letter-spacing: 1px;
}
.santa img {
  margin-left: -20px;
  float: left;
  width: 190px;
  height: auto;
  padding-right: 10px;
  margin-top: -40px;
}
.santa img {
  margin-left: -20px;
  float: left;
  width: 190px;
  height: auto;
  padding-right: 10px;
  margin-top: -40px;
}
.wreath .button a {
  width: auto;
  display: inline-block;
  background: #FFFFFF;
  color: rgba(67, 105, 153, 1.00) !important;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  /*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);
}
.wreath .button a:hover {
  color: #000 !important;
  /*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);
  /*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;
}
.christmastree {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto !important;
}
.santa.wreath {
  padding-right: 200px;
}
.calendar td {
  background-color: rgba(255, 217, 63, .5)
}
td.ripe {
  background-color: #D3470A !important;
  text-align: center;
}
.calendar tr:nth-child(even) {
  background-color: rgba(255, 229, 125, .9);
}
.produce {
  padding-left: 20px;
}
.textcenter {
  text-align: center;
}
.bubbleleft {
  position: relative;
  width: 90%;
  padding: 5px 15px;
  margin: 10px 0;
  background: rgba(0, 153, 0, .3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
  clear: both;
  /* Tilt  */
  transform: rotate(.3deg);
  -ms-transform: rotate(.3deg);
  -webkit-transform: rotate(.3deg);
}
.bubbleright {
  position: relative;
  width: 90%;
  padding: 5px 15px;
  margin: 10px 0;
  background: rgba(102, 0, 102, .3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  clear: both;
  /* Tilt  */
  transform: rotate(-.3deg);
  -ms-transform: rotate(-.3deg);
  -webkit-transform: rotate(-.3deg);
}
.bubbleleft:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 16px 39px 16px 0;
  border-color: transparent rgba(0, 153, 0, .3);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -16px;
  left: -39px;
  top: 62%;
}
.bubbleright:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 16px 0 16px 39px;
  border-color: transparent rgba(102, 0, 102, .3);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -16px;
  right: -39px;
  top: 30%;
}
.signature {
  font-family: 'Pacifico', cursive;
  font-size: 1.5em;
}
.location {
  font-size: 1.3em;
}
.note {
  background-color: rgba(255, 217, 63, 1);
  padding: 20px;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.OneColumn {
  width: calc(48% - 20px);
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  flex-grow: 2;
  background: linear-gradient(180deg, #f6f6f6, #E1E1E1);
  padding: 0px 10px;
  box-shadow: 0 1px 2px #00000050, 0 2px 4px #00000020;
}
.holidayshare {
  padding: 0 10px;
  /*  background: url(../-Images/-Structure/WoodTexture.png);*/
  /*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);
}
.flower {
  background: rgba(204, 51, 204, .5);
}
.fourth {
  background: rgba(0, 0, 153, .5);
}
.labor {
  background: rgba(204, 0, 0, .5);
}
.halloween {
  background: rgba(255, 102, 0, .5);
}
.thanksgiving {
  background: rgba(255, 204, 51, .5);
}
.christmas {
  background: rgba(0, 153, 0, .5);
}
.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: 4px;
  background: #fff;
  border-radius: 5px;
  width: 330px;
  min-width: 300px;
  overflow: hidden;
  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: 5px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: rgba(96, 179, 83, 1.00) !important;
}
.popup .close:hover {
  color: rgba(19, 106, 27, 1.00) !important;
}
.popup .content {
  overflow: auto;
}
.strawberrywarning {
  float: right;
  padding: 40px 0px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .40), rgba(255, 255, 255, .40)), url(../-Images/-Structure/StrawberryBackground.jpg);
  width: 422px;
  position: relative;
  left: -10px;
  top: 28px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  /* Rounded Corners */
  border: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 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);
}
.strawberrywarning h2 {
  margin: 0px;
}
.strawberrywarninginside {
  padding: 20px 10px;
  line-height: 1.4em;
  background: rgba(229, 37, 45, 0.9);
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 11px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
}
.strawberryimage {
  position: relative;
  z-index: 2;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 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);
}
.slideshowbuffer {
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 1.00);
}
.storesticker {
  float: right;
  margin-right: -30px;
}
.listcolumns {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.listcolumns li {
  padding-left: 1em;
  text-indent: -1em;
}
.turkeypopup {
  position: relative;
  padding: 0px 60px 0px 0px;
  height: 60px;
  line-height: 1.1em;
  background: #fff;
  border: 2px solid #000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: -5px;
}
.turkeypopup img {
  position: absolute;
  right: -15px;
  top: calc(50% - 40px);
  height: auto;
  width: 80px;
}
.addressbar {
  background: rgba(104, 0, 26, 1.00);
  color: rgba(255, 255, 255, 1.00);
  font-size: .8em;
  font-weight: bold;
  padding: 3px 0;
}
.addressbar a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  border: 0;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.addressbar a:hover {
  color: rgb(255 227 153);
}
.addresses, .phone {
  width: 830px;
  float: left;
  text-align: center;
}
.phone {
  width: 150px;
}
.socialbutton {
  width: 33.33%;
  float: left;
  transition: width .2s;
  -webkit-transition: all .2s;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 2px -7px rgba(0, 0, 0, 0.8), inset 0 7px 8px -7px rgba(0, 0, 0, 0.6), inset 0 7px 15px -7px rgba(0, 0, 0, 0.6);
}
.socialbutton:hover {
  -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 85%) inset, inset 0 7px 9px -7px rgb(0 0 0 / 40%), inset 0 7px 45px -7px rgb(0 0 0 / 100%);
  -moz-box-shadow: 0 1px 10px rgb(0 0 0 / 85%) inset, inset 0 7px 9px -7px rgb(0 0 0 / 40%), inset 0 7px 45px -7px rgb(0 0 0 / 100%);
  box-shadow: 0 1px 10px rgb(0 0 0 / 85%) inset, inset 0 7px 9px -7px rgb(0 0 0 / 40%), inset 0 7px 45px -7px rgb(0 0 0 / 100%);
}
.social a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: .6em;
  font-weight: bold;
}
.social i {
  margin-right: 5px;
  font-size: 1.7em;
  position: relative;
  bottom: -2px;
}
.social {
  height: 41px;
  background: #d96830;
}
.facebook, .instagram, .pinterest {
  padding: 10px 0 12px;
  background: #1877f2;
}
.instagram {
  background: #f77737;
}
.pinterest {
  background: #e60023;
}
/*----------Social Fonts---------*/
@font-face {
  font-family: 'socialfonticonssquare';
  src: url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.eot?84804091');
  src: url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.eot?84804091#iefix') format('embedded-opentype'), url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.woff2?84804091') format('woff2'), url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.woff?84804091') format('woff'), url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.ttf?84804091') format('truetype'), url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.svg?84804091#socialfonticonssquare') 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: 'socialfonticonssquare';
    src: url('../includes/fontello-46ab2ee0/font/socialfonticonssquare.svg?84804091#socialfonticonssquare') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "socialfonticonssquare";
  font-style: normal;
  font-weight: normal;
  speak: never;
  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-phone:before {
  content: '\e800';
} /* '' */
.icon-pinterest-squared:before {
  content: '\f0d3';
} /* '' */
.icon-youtube-squared:before {
  content: '\f166';
} /* '' */
.icon-instagram:before {
  content: '\f16d';
} /* '' */
.icon-vimeo-squared:before {
  content: '\f194';
} /* '' */
.icon-snapchat-square:before {
  content: '\f2ad';
} /* '' */
.icon-twitter-squared:before {
  content: '\f304';
} /* '' */
.icon-facebook-squared:before {
  content: '\f308';
} /* '' */