/* Main Wrap*/
.fancyGrid {
  color: #a47e44;
  display: flex;
}
.fancyGrid.fancyGridRev {
  flex-direction: row-reverse;
}
/* The Grid Item */
.fancyGridItem {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: 1px solid darkgoldenrod;
  outline-offset: -2em;
  min-height: 500px;
}
/*  */
.fancyGridContent {
  padding: 3em 4em;
  font-family: speakeasy-flare, sans-serif;
  text-align: center;
}
.fancyGridTheContent a {
  color: #fff;
  line-height: inherit;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.fancyGridTheContent a:hover {
  background: transparent;
  text-decoration: underline;
}
/*   */
.fancyGridItem.fancyGridImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
h3.fancyGridHeader {
  font-size: 2em;
  color: #a47e44;
  margin-top: 35px;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
}
.fancyGridCTAWrap {
  display: block;
  margin-bottom: 2em;
  margin-top: 2em;
}
.fancyGridTheContent {
  text-align: center;
  font-family: speakeasy-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}
a.fancyGridCTA {
  background-color: #a47e44;
  color: #000 !important;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: speakeasy-flare, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
}
a.fancyGridCTA:hover {
  background-color: #000;
  color: #fff !important;
}
a.fancyGridCTA:before {
  content: " ";
  display: block;
  padding: 0.1em;
}
/* Tablet View  */
@media only screen and (max-width: 1044px) {
  .fancyGridItem.fancyGridImg {
    width: 30%;
  }
  .fancyGridItem.fancyGridContent {
    width: 70%;
  }
  .fancyGridItem {
    margin-bottom: 3em;
  }
}
/* Phone View */
@media only screen and (max-width: 854px) {
  .fancyGrid,
  .fancyGrid.fancyGridRev {
    flex-direction: column;
    height: auto;
    margin: 0 !important;
  }
  .fancyGridItem {
    width: 100% !important;
    outline: 0;
    border: 1px solid #a47e44;
  }
  .fancyGridItem.fancyGridImg {
    margin-bottom: 0;
  }
  .fancyGridItem.fancyGridContent {
    position: relative;
    top: -6em;
    background: #000000e3;
    border-top: 0;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 84%,
      rgba(0, 0, 0, 1) 97%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  h3.fancyGridHeader {
    /* display: none; */
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
  }
  .fancyGridItem.fancyGridContent {
    min-height: auto;
    margin-bottom: 0em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .fancyGridItem.fancyGridImg {
    outline-offset: 0;
    padding: 0 !important;
    min-height: auto;
    border-bottom: 0;
  }
  .fancyGridCTAWrap {
    margin-bottom: 0 !important;
  }
  section.fancyGrid:before {
    /* content: attr(data-title);
    text-align: center;
    font-size: 2em;
    color: #a47e44;
    font-family: speakeasy-flare, serif;
    font-style: normal;
    font-weight: 400;
    z-index: 1;
    line-height: 1.2; */
  }
  .fancyGridItem.fancyGridImg img {
    max-height: 390px;
    object-position: center;
  }
}
