body.shop .column-button a:before  {
  margin-right: 10px;
  content: "shopping_cart";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* increase font size for small text paragraphs */
.text.column-content {
  font-size: large;
}

/* recipe page hover */
a.recipe-archive:hover { 
	transform: scale(1.0075); 
}

/* coastal live page recipies title */
.module--wide-image-link .row-main a .content h5.small, .module--wide-image-link .row-main div .content h5.small {
	text-transform: capitalize;
}

/* Seafood Month Page */

.title-header {
  padding-top: 100px;
  text-align: left;
}

.image-title {
  margin-top: 10px;
  font-size: inherit;
}
	
.photo-grid-text {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;	
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  /* max-width: 25%;*/
  padding: 0 4px;
}

.small-column {
  -ms-flex: 40%; /* IE10 */
  flex: 40%;
  max-width: 40%;
  padding: 0 4px;
  margin: auto;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  /* width: 100%;*/
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    /* max-width: 50%;*/
  }
}

@media screen and (max-width: 800px) {
  .small-column {
    -ms-flex: 50%;
    flex: 50%;
    /* max-width: 50%;*/
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .small-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* hidden gem page */

/* hidden gem page 2024 */

.hidden-gem-hero {
  background-image: url('/wp-content/uploads/2024/02/Hero_Hidden-Gem.jpg');
  background-position: center center;
  background-size: cover;
  min-height: 40em;
  z-index:-1;
  align-items: center;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
}
.hidden-gem-pre-heading {
  font-family: 'Futura', san-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #616161;
  text-align: center;
}
.hidden-gem-win-text-1 {
  font-family: 'Futura', san-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #00a8c8;
  text-align: center;
}
.hidden-gem-win-text-2 {
  font-family: 'Futura', san-serif;
  text-transform: uppercase;
  font-size: 1em;
  color: #616161;
  text-align: center;
}
.hidden-gem-discover {
  background-image: url('/wp-content/uploads/2024/02/Images_Discover-Hidden-Gem.jpg');
  background-position: center center;
  background-size: contain;
  min-height: 20em;
  width: 100%;
  z-index:-1;
  padding: 4rem;
  align-items: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  margin: 2em 0;
}
.hidden-gem-discover-section {
  display: flex;
  flex-direction: column;
}
.discover-text-1 {
  font-family: 'Futura', san-serif;
  color: #00a8c8;
  text-transform: uppercase;
  font-size: 3em;
  margin: 0 auto;
  text-align: center;
}
.discover-text-2 {
  font-family: 'Futura', san-serif;
  color: #616161;
  text-transform: uppercase;
  font-size: 1.8em;
  margin: 0 auto;
  text-align: center;
}
.hidden-gem-tagline {
  display: flex;
  padding: .5em;
  margin: 0 auto;
}
.hidden-gem-discover-sunset {
  margin: 0 auto;
}
.hidden-gem-discover-lighthouse {
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.hidden-gem-description {
  font-family: 'Futura', san-serif;
  color: #616161;
  text-align: center;
  max-width: 50em;
  margin: 0 auto;
}
.hidden-gem-bottles-2024 {
  background-image: url('/wp-content/uploads/2024/02/bottles-bkgd.jpg');
  width: auto;
  display: block;
  text-align: center;
}
.hidden-gem-bottles-2024 img {
  width: 100%;
  height: 100%;
  object-fit: contain;	
}
@media screen and (min-width: 50em) {
  .hidden-gem-discover-section {
    display: flex;
    flex-direction: row;
  }
  .hidden-gem-tagline {
    max-width: 24em;
  }
  .hidden-gem-discover-sunset {
    padding-right: .5em;
  }
  .hidden-gem-discover-lighthouse {
    padding-left: .5em;
  }
}

/* hidden gem page 2023 */

.hidden-gem-text {
  font-family: 'Futura', san-serif;
  color: #133C68;
  text-align: left;
}
.hidden-gem-subtitle {
  font-family: 'Futura', san-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #133C68;
  text-align: center;
  margin-top: 4em;
}
.hidden-gem-callout {
  font-family: 'Futura', san-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #133C68;	
  text-align: center;
}
.hidden-gem-hero-2023 {
  background: url('/wp-content/uploads/2023/02/hero-background.jpg') center;
  background-size: cover;
  height: 44em;
  z-index:-1;
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
  background-repeat: no-repeat;
}
.hidden-gem-hero > article > p {
  display: block;
  text-align: right;
  margin-top: 20em;
}
.hidden-gem-hero > article > a {
  padding: 1rem;
  margin-top: .75rem;
}
.hidden-gem-content {
  background-image: url('/wp-content/uploads/2023/02/body-background-lighter.png');	
  z-index: 2;
  margin-top: -8em;
  background-repeat: no-repeat;
  background-size: 100%;
}
a.hidden-gem-link {
  font-family: 'Futura', san-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #133C68;
  text-decoration: none;
  color: white;
  text-align: center;
  padding: 1em;
  display: inline-block;
  box-shadow: -7px 7px 7px #b2b2b2;
  transition: all .3s ease-in-out;
}
a.hidden-gem-link:hover {
  background-color: white;
  color: #133C68;
  transition: all .3s ease-in-out;
}
.hidden-gem-emblem {
  width: 80%;
  height: auto;
  max-width: 24em;
  margin: 0 3em auto 0;
  display: block;
}
.hidden-gem-seperator {
  width: 70%;
  height: auto;
  max-width: 30em;
  margin: 0 auto 2em;
  display: block;
}
.hidden-gem-content-blocks {
  padding: 2rem;
}
.hidden-gem-content-lower {
  max-width: 30em;	
  margin-bottom: 7em;
}
.hidden-gem-text-lower {
  font-family: 'Futura', san-serif;
  color: #133C68;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.3em;
  text-align: center;
  margin: 1.2em 0em;
}
.hidden-gem-bottles {
  width: auto;
  display: block;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.hidden-gem-bottles img {
  width: 100%;
  height: 100%;
  object-fit: contain;	
}
.hidden-gem-single-bottle {
  max-width: 12%;
}
.hiddengem .cards {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-gap: 1em;
  margin-bottom: 4em;
}
.hidden-gem-card {
  padding: 1rem;
  text-align: center;
}	
@media (min-width: 50em) {
  .hiddengem .cards { 
    grid-template-columns: repeat(2, 1fr); 
    margin-bottom: 15em;
  }
}
@media (max-width: 50em) {
  .hidden-gem-emblem {
    width: 60%;
    height: auto;
    max-width: 18em;
    margin: 0 auto;
    display: block;
  }
  .hidden-gem-subtitle {
    margin-top: 1em;	
  }
  .hidden-gem-seperator {
    width: 50%;	
  }
  .hidden-gem-hero > article > p {
    display: block;
    text-align: center;
    margin-top: 20em;
  }
  .hidden-gem-hero {
    padding: 0;
  }
}
@media (max-width: 72em) {
  .hidden-gem-mobile-overlay {
    display: block;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  }
}