/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
html {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  padding-bottom: 4em;
  height: 100%;
}
.logo {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 5px;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.masthead {
  height: 40px;
  text-align: left;
  background: linear-gradient(120deg, rgba(234, 234, 234, .5), rgba(234, 234, 234, 1)), url(../-Images/-Structure/WhiteWash.jpg) bottom center;
  position: relative;
  z-index: 10;
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 -7px 20px -7px rgba(0, 0, 0, 0.8);
  position: relative;
}
.masthead a {
  float: right;
  padding: 10px 7px;
  font-size: .95em;
  text-decoration: none;
  color: #222;
  height: 100%;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.masthead a:hover {
  background-color: #7BA4C1;
  /*Inner shadow*/
  -moz-box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4), inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4), inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4), inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
}
.top-navigation {
  background: url(../-Images/-Structure/TopBar.jpg) bottom center;
  background-color: rgba(255, 255, 255, 1);
  ;
  position: relative;
  z-index: 9;
  /*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);
}
.feature {
  position: relative;
  height: calc(100% - 210px);
  width: 100%;
  background-color: rgba(204, 204, 204, 1);
  background: url(../-Images/-Structure/Chalkboard.jpg) top center;
  overflow: hidden;
}
.feature.subpage {
  background: url(../-Images/-Structure/Feature.jpg) center center;
  background-size: cover;
  max-height: 350px;
  height: calc(40% - 178px);
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 1), inset 0 -7px 15px -7px rgba(0, 0, 0, 1);
}
.card {
  width: 23%;
  float: left;
  margin: 1%;
}
.card img {
  width: 100%;
  height: auto;
}
.blocks {
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  width: calc(25% - 10px);
  height: 100%;
  border: #fff solid 5px;
  border-bottom: 0;
  border-top: 0;
  float: left;
  background-color: rgba(255, 255, 255, 1);
  transition: width .5s;
  -webkit-transition: all .5s;
  overflow: hidden;
}
.blocks:hover {
  width: calc(55% - 10px);
}
.skinny {
  width: calc(15% - 10px) !important;
}
.clearblocks {
  clear: both;
}
.blocks h2 {
  position: absolute;
  top: 5px;
  left: calc(50% - 9vw);
  text-align: center;
  display: block;
  width: 18vw;
  white-space: nowrap;
  color: rgba(255, 255, 255, .8);
  font-size: 2.8vw;
  font-family: 'Amatic SC', serif;
  background: url(../-Images/-Structure/Chalkboard.jpg) top center #434749;
  padding: 10px 0;
  border: rgba(217, 211, 213, 1) 4px solid;
  /*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;
  z-index: 2;
}
.chains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 4px);
  width: 100%;
  height: auto;
  z-index: 1;
}
.blocks .background {
  position: absolute;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
  background-size: cover !important;
  background-position: center center !important;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.blocks .rightpolaroids, .blocks .leftpolaroids {
  position: absolute;
  height: 200%;
  width: auto;
  right: -300%;
  top: -50%;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.blocks.skinny .rightpolaroids, .blocks.skinny .leftpolaroids {
  height: 100%;
}
.blocks .leftpolaroids {
  left: -300%;
  right: auto;
}
.blocks:hover .rightpolaroids {
  right: 0%;
  top: 0%;
  height: 100%;
}
.blocks:hover .leftpolaroids {
  left: 0%;
  top: 0%;
  height: 100%;
}
.blocks .textblock {
  position: absolute;
  width: 56%;
  top: 100%;
  left: 20%;
  font-size: 1.2em;
  text-align: center;
  background-color: rgba(255, 255, 255, .9);
  padding: 2%;
  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);
}
.blocks:hover .textblock {
  top: 30%;
}
.blocks .textblock a {
  display: block;
  width: 50%;
  margin: 10px 25%;
  background-color: rgba(245, 159, 50, 1);
  color: #111;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: width .5s;
  -webkit-transition: all .5s;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.blocks .textblock a:hover {
  background-color: rgba(214, 103, 50, 1);
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blocks:hover .background {
  /* Opacity */
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#first .background {
  background: url(../-Images/-HomeCards/FarmMarket/BackgroundMarket.jpg);
}
#first {
  background: rgba(255, 153, 0, 1);
}
#second .background {
  background: url(../-Images/-HomeCards/Greenhouse/BackgroundGreenhouse.jpg)
}
#second {
  background: rgba(138, 171, 102, 1);
}
#third .background {
  background: url("../-Images/-HomeCards/UPick/BackgroundFlowers.jpg");
}
#third {
  background: rgba(177, 8, 29, 1);
}
#fourth .background {
  background: url(../-Images/-HomeCards/FarmPark/BackgroundFarmPark.jpg);
}
#fourth {
  background: rgba(44, 115, 213, 1);
}
.mobilebutton {
  display: none;
}
.contentwrappertopper {
  background-image: url(../-Images/-Structure/TopBar.jpg);
  background-position: center 0px;
  background-size: 1021px auto;
  width: 100%;
  margin-bottom: 20px;
  /*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);
}
.potato {
  width: 90%;
  max-width: 1000px;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
}
.potato2 {
  width: 90%;
  max-width: 471px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  display: none;
}
.content-wrapper {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: url(../-Images/-Structure/BlueBoards.jpg) top center;
}
.horizontalboards {
  background: url(../-Images/-Structure/HorizontalBoards.jpg) top center;
  height: 60%;
  max-height: 1000px;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 13px -7px rgba(0, 0, 0, 0.8), inset 0 -7px 8px -7px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 13px -7px rgba(0, 0, 0, 0.8), inset 0 -7px 8px -7px rgba(0, 0, 0, 1);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.45), 0 -3px 12px rgba(0, 0, 0, 0.35), inset 0 -7px 13px -7px rgba(0, 0, 0, 0.8), inset 0 -7px 8px -7px rgba(0, 0, 0, 1);
}
.columns-wrapper {
  overflow: hidden;
}
.columns-wrapper, .menu-top-wrapper {
  max-width: 1260px;
  margin: auto;
  position: relative;
}
.main-content .content {
  padding: 30px;
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 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);
}
/*Heading styles*/
h1, h2, h3, h4 {
  margin: 30px 0px 0px 0px;
  font-weight: normal;
  line-height: 1.1em;
}
h1 {
  font-size: 2.8em;
  font-family: 'Bitter', serif;
  text-align: center;
  margin-bottom: 35px;
}
h2 {
  font-size: 2em;
  font-family: 'Bitter', serif;
}
h3 {
  font-size: 1.6em;
  font-family: 'Bitter', serif;
}
h4 {
  font-size: 3em;
  font-family: 'Amatic SC', serif;
}
h2.caveat {
  font-family: 'Amatic SC', serif;
  font-size: 3em;
}
h3.caveat {
  font-family: 'Amatic SC', serif;
  font-size: 2.4em;
}
/*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: #002953;
  font-weight: bold !important;
  text-decoration: none;
  display: inline-block;
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #F59F32;
  /*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 .3s;
  -webkit-transition: all .3s;
}
.content a:hover, .content a:focus {
  color: #000;
  background-color: rgba(193, 103, 28, 1);
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content a.normallink {
  background-color: #fff;
  padding: 0;
  margin: 0;
  text-transform: none;
  color: darkblue;
  box-shadow: none;
  text-align: left;
  width: auto;
  display: inline;
  transition: width .25s;
  -webkit-transition: all .25s;
}
.content a.normallink:hover {
  background-color: #fff;
  color:rgba(68,59,255,1.00);
  box-shadow: none;
  transition: width .25s;
  -webkit-transition: all .25s;
}
.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: url(../-Images/-Structure/TopBar.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);
}
.footer .copyright {
  text-transform: uppercase;
  margin: 0px;
  background-color: rgba(27, 40, 80, .8);
  padding: 10px 0;
  width: 100%;
  clear: both;
  z-index: 10;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 15px -7px rgba(0, 0, 0, 0.8);
}
.copyright i {
  font-size: 1.8em;
}
.footercontact {
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  color: #FFF3E4;
  margin: 0px 0 20px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
.contactaddress, .contactphone, .contactemail {
  float: left;
  width: 64%;
  text-align: center;
  border-right: solid 2px #FFF3E4;
  letter-spacing: 1px;
  padding: 5px 0;
}
.contactphone {
  width: 32%;
  border: 0px !important;
}
.contactemail {
  width: 32%;
}
.noborder {
  border: 0;
}
.footerbuttons {
  float: left;
  width: 25%;
}
.footerbuttons a {
  display: block;
  background-color: #FFF3E4;
  padding: 2px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 1.5em;
  color: #222;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  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: 33%;
  margin: 0 1%;
  float: right;
  display: block;
  color: rgba(34, 34, 34, 1);
  padding: 15px 0 10px;
  height: 115px;
  background-color: rgba(255, 243, 228, 1);
  font-weight: 100;
}
.footereblast {
  width: 40%;
  float: right;
  font-size: 1.3em;
}
.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);
}
.ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent !important;
  position: relative;
}
div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 24px !important;
}
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: 'Bitter', serif !important;
  color: rgba(255, 243, 228, 1) !important;
  font-size: 1.5em;
  margin: 0 !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text {
  color: rgba(255, 243, 228, 1) !important;
  margin: 0 0 12px 0;
  font-size: .9em;
}
label#email_address_label_0 {
  display: none;
}
button.ctct-form-button {
  position: absolute;
  top: 75px;
  right: 1%;
  width: 30% !important;
  display: block;
  padding: 14px !important;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  width: 70% !important;
}
p.ctct-form-text {
  font-size: .9em;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin: 0 0 14px 0;
}
p.ctct-gdpr-text {
  color: aliceblue !important;
  font-size: 10px !important;
  position: relative;
  top: 10px !important;
}
a.ctct-form-footer-link {
  color: aliceblue !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 0 -10px !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  margin-bottom: 10px;
}
#creditcards {
  max-width: 150px;
  height: auto;
}
.footer hr {
  margin: 20px 0 30px;
  border: #FFF3E4 solid 1px;
}
.content hr {
  border: 0px;
  clear: both;
}
.ctct-custom-form {
  position: relative;
}
.ctct-custom-form .ctct-button {
  background-color: #FFF3E4 !important;
  text-transform: uppercase;
  font-family: 'Bitter', 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: 15px 20px !important;
  border-radius: 0 2px 2px 0 !important;
}
.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;
}
.copyrightbreak {
  display: inline;
}
.HomeCards .colhalves {
  background: url(../-Images/-Structure/WhiteWash.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);
  -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);
}
.HomeCards h3 {
  display: block;
  background-color: rgba(252, 250, 221, 1);
  font-family: 'Bitter', serif;
  font-size: 1.5em !important;
  padding: 10px 15px;
  width: 200px;
  text-align: center;
  margin: -14px auto 0 !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);
}
.HomeCards .ribbon {
  width: calc(100% + 4%);
  margin-left: -2%;
  margin-top: -10px;
  height: 40px;
  position: relative;
  z-index: 10;
  background: url(../-Images/-Structure/HorizontalBoards.jpg);
  /*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);
}
.HomeCards .content {
  background-color: rgba(255, 255, 255, .9);
  padding: 5px 15px;
  text-align: left;
  margin-bottom: 10px;
}
.HomeCards a {
  display: block;
  padding: 5px 0;
  margin: 0 5% 10px;
  width: 90%;
  text-align: center;
  background-color: rgba(245, 159, 50, 1);
  color: #37210F;
  font-weight: bold;
  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);
}
.HomeCards a:hover {
  background-color: rgba(203, 151, 25, 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;
}
.HomeCards .halfbutton {
  width: 45%;
  float: left;
  margin: 0 2.5% 16px;
}
.harvest {
  text-align: center;
  font-family: 'Crete Round', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.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: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)
}
.harvest tr td {
  width: 4.22%;
}
.harvest tr:nth-child(1) td {
  width: 9.4444%;
}
.harvest tr td:nth-child(1) {
  width: 20%;
}
.active {
  background: rgba(2, 90, 174, .8) !important;
}
.events {
  position: relative;
  min-height: 65px;
  margin-bottom: 50px;
}
.date {
  position: relative;
  top: 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  width: 80px;
  height: 40px;
  clear: both;
  padding: 10px 0;
  margin-bottom: 15px;
  border-right: rgba(255, 189, 0, 1) solid 3px;
  float: left;
  z-index: 10;
  color: #333;
}
.date::first-line {
  font-size: 1.6em;
}
.twoword.date::first-line {
  font-size: 1em;
  line-height: .5em;
  padding-top: 25px;
}
.twoword.date {
  padding: 20px 0 0px;
}
.oneword.date::first-line {
  font-size: 1em;
  line-height: 1em;
  padding-top: 25px;
}
.oneword.date {
  padding: 23px 0 0px;
}
.events h2 {
  font-family: 'Caveat Brush', serif;
  position: absolute;
  left: 80px;
  line-height: 0em;
  font-size: 2.4em;
  display: block;
  width: calc(100% - 95px);
  border-bottom: rgba(255, 189, 0, 1) solid 3px;
  color: #333;
  padding: 2px 5px 15px 20px;
  margin: 12px 0 0;
  font-style: normal !important;
}
.events h3 {
  position: absolute;
  left: 80px;
  top: 25px;
  font-size: 1em !important;
  color: #777 !important;
  line-height: 0;
  display: block;
  width: calc(100% - 95px);
  font-style: normal;
  padding: 0px 5px 0 20px;
  margin: 22px 0 0 0;
}
.events h4 {
  margin-top: 0px;
  clear: both;
}
.events h5 {
  font-size: 1.5em;
  color: rgba(98, 12, 51, 1);
}
.events img {
  /*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);
}
.events p {
  clear: both;
}
.events .button {
  font-family: 'Chelsea Market', serif;
  font-size: 1.2em;
  margin: 20px 0;
}
.events .button a {
  color: #333 !important;
  margin-right: 10px;
}
.note {
  color: rgba(204, 117, 34, 1) !important;
}
.subhead {
  font-size: .9em;
  color: rgba(0, 51, 153, 1);
}
.centertext {
  text-align: center;
}
.map1 {
  float: right;
  width: 45%;
  position: relative;
}
.map2 {
  float: left;
  width: 50%;
}
.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);
}
.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;
  background: transparent;
  /*No Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  overflow: auto;
}
@success_message {
  text-align: center;
}
.cowlickicecream {
  clear: both;
  padding: 10px;
  margin: 20px 7px 20px;
  background: url(../-Images/-Structure/WhiteWash.jpg) top center;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 45%), 0 3px 12px rgb(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 rgb(0 0 0 / 45%), 0 3px 12px rgb(0 0 0 / 35%);
}
.cowlickicecream img {
  float: left !important;
  width: 200px !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.innerboxcontent {
  background: #fff;
  background-image: url("../-Images/-Structure/SoftServe.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 45%), 0 3px 12px rgb(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 rgb(0 0 0 / 45%), 0 3px 12px rgb(0 0 0 / 35%);
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 960px;
    margin: auto;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .columns-wrapper, .menu-top-wrapper {
    max-width: 810px;
    margin: auto;
  }
  .logo {
    width: 180px;
    margin-left: -86px;
    top: 15px;
  }
  .masthead a {
    padding: 10px 7px;
    font-size: .85em;
  }
}
/*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;
  }
  h1, h2, h3, h4 {
    text-align: center;
  }
  h1 {
    font-size: 2.5em;
    line-height: .9em;
  }
  .events h2 {
    font-size: 7vw;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: .85em;
    text-align: left;
  }
  .events h3 {
    clear: both;
    font-size: 3.5vw !important;
    position: relative;
    left: 0;
    top: -8px;
    color: #fff !important;
    background: #2D4584 !important;
    display: block;
    line-height: 1em;
    padding: 10px 0;
    width: calc(100% - 5px);
  }
  .feature {
    height: calc(100% - 130px);
    min-height: 525px;
  }
  .feature.subpage {
    min-height: 100px;
  }
  .blocks {
    width: calc(100% - 6px);
    height: calc(25% - 6px);
    min-height: 125px;
    border-bottom: #fff solid 3px;
    border-top: #fff solid 3px;
    float: none;
  }
  .blocks:hover {
    width: calc(100% - 6px);
  }
  .skinny {
    width: calc(100% - 6px) !important;
  }
  .blocks h2 {
    top: -18px;
    left: calc(50% - 25vw);
    width: 50vw;
    font-size: 8.8vw;
    padding: 1px 0;
  }
  .blocks:hover .rightpolaroids, .blocks:hover .leftpolaroids, .blocks .textblock {
    display: none;
  }
  .mobilebutton {
    position: absolute;
    bottom: 5%;
    display: block;
    left: calc(50% - 25vw);
    width: 50vw;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    background-color: rgba(245, 159, 50, 1);
    color: #111;
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: width .5s;
    -webkit-transition: all .5s;
    /*Outer Shadow*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  }
  .content-wrapper, .columns-wrapper {
    margin: 0px;
    border: none;
  }
  .main-content .content {
    padding: 20px 10px;
    border: none;
  }
  .logo {
    width: 150px;
    margin-left: 10px;
    left: 0;
    top: 3px;
  }
  .masthead {
    height: 30px;
  }
  .masthead a {
    display: none;
  }
  .contactaddress, .contactphone, .footerhours, .footereblast, .footerbuttons {
    float: none;
    width: 98%;
  }
  .footerhours {
    margin-top: -60px;
    margin-bottom: 25px;
  }
  .contactaddress, .contactphone {
    font-size: .9em;
    text-align: center;
  }
  .contactphone {
    margin: 10px 0 0;
  }
  .footereblast {
    padding-bottom: 55px;
    margin-bottom: 30px;
    border-bottom: #FFF3E4 solid 2px;
  }
  .contactaddress, .contactphone, .contactemail {
    border-right: none;
  }
  .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;
  }
  .content a {
    text-align: center;
    display: block;
    margin: 0 5% 10px;
    width: 90%;
    padding: 7px 0;
  }
  .map1, .map2 {
    float: none;
    width: 100%;
  }
  .potato {
    display: none;
  }
  .potato2 {
    display: block;
  }
  .cowlickicecream img {
    float: none !important;
    width: 200px !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 10px auto;
  }
  .innerboxcontent {
    background: #fff;
    background-image: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .blocks h2 {
    top: -18px;
    left: calc(50% - 24.5vw);
    width: 50vw;
    font-size: 4.8vw !important;
    padding: 1px 0;
  }
  .events h2 {
    font-size: 4.5vw;
    height: 30px;
    line-height: .85em;
  }
  .events h3 {
    font-size: 2.5vw !important;
    position: relative;
    left: 0;
    top: -8px;
  }
  .twoword {
    line-height: 1em;
  }
  .date {
    padding-top: 0px;
  }
}
/*-------------------------------
		  Responsive Styles
-------------------------------*/
/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px !important;
  background-image: linear-gradient(270deg, #2E4584, #1A2A4E);
  background-color: #D4533A;
  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);
}
.afloatright img {
  max-width: 100%;
  height: auto;
}
.afloatleft, img[style*="float: left"] {
  float: left;
  margin: 10px 25px 10px 0px !important;
  text-align: center;
  background-image: linear-gradient(270deg, #2E4584, #1A2A4E);
  background-color: #D4533A;
  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: #2E4584;
  border: medium solid #2E4584;
  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);
}
.max350 {
  max-width: 350px;
}
.videoright, .videoleft {
  float: right;
  margin: 10px 0 10px 15px;
  max-width: 50%;
  width: 100%;
  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);
  /* Tilt  */
  transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  /*Smooth Edges*/
  -webkit-backface-visibility: hidden;
}
.videoleft {
  float: left;
  /* Tilt  */
  transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
}
.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;
}
.textcenter {
  text-align: center;
}
.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;
}
.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;
}
.button {
  color: #fff !important;
  font-size: 1.25em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
  font-family: 'Patua One', serif;
  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: 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;
  }
}
@media only screen and (min-width: 0px) 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;
  }
  .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%;
  }
  .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: 90%;
    max-width: 250px;
  }
  .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%;
  }
}
/*-------------------------------
		  Pulse Styles
-------------------------------*/
.gallery {
  clear: both;
}
.gallery img {
  margin: .5% !important;
  padding: .5%;
  background-color: rgba(255, 255, 255, 1);
  height: auto !important;
  width: 14.5%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: width .3s;
  -webkit-transition: all .3s;
}
img.mfp-img {
  margin: .5% !important;
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 1);
  height: auto !important;
  width: 11.5%;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: width .3s;
  -webkit-transition: all .3s;
}
.gallery img:hover {
  /* Opacity */
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mfp-bg {
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(90deg, rgba(240, 180, 15, .4), rgba(234, 203, 172, .2) 50%, rgba(240, 180, 15, .4)) !important;
  background-color: rgba(240, 180, 15, .2) !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-right: 16px !important;
  padding-top: 6px !important;
}
.mfp-counter {
  top: 34px !important;
  right: 20px;
  color: #333 !important;
  padding: 5px 10px;
  background-color: rgba(204, 204, 204, 1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.15), inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border: 0px !important;
}
.mfp-figure:after {
  box-shadow: 0 !important;
  background: none !important;
}
/*---Flex Slider---*/
.flexslider {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  /* No Rounded Corners */
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.slider .flexslider {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  /* No Rounded Corners */
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.flex-control-nav {
  display: none;
}
.slider .flex-viewport {
  background-color: #fff;
  border: 0px;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* Tilt  */
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.afloatleft .flex-viewport, .afloatright .flex-viewport {
  padding-bottom: 0;
  /*Outer Shadow*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.afloatleft .flexslider, .afloatright .flexslider {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
    width: 23%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .gallery img {
    margin: .5% !important;
    padding: .5%;
    width: 48%;
  }
}
/*-------------------------------
		  Print Styles
-------------------------------*/
@media print {
  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;
  }
}
/*