/*! ******************************************************
*
*	Theme Name:     Hemming Village Theme
*   Author:         The Dealio
*   Author URI:     https://www.dealiomarketing.com/
*   Description:    Custom theme for Hemming Village
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       toolset-starter
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333;
  line-height: 1.6em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1, h2, h3 {
  font-weight: bold; }

a:link, a:visited {
  box-shadow: inset 0 -9px 0 -6px #dadbdd;
  color: #333; }

a:hover, a:active {
  text-decoration: none;
  box-shadow: inset 0 -9px 0 -6px #e2202b; }

table a:link, table a:visited {
  box-shadow: inset 0 -9px 0 -6px #dadbdd;
  color: #333; }

table a:hover, table a:active {
  text-decoration: none;
  box-shadow: inset 0 -9px 0 -6px #e2202b; }

button {
  background-color: #e2202b;
  border: none;
  position: relative;
  color: white;
  overflow: hidden;
  outline: none;
  width: 100%; }
  button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 100%;
    height: 100%;
    background: rgba(6, 0, 0, 0.15);
    transform: skew(-15deg);
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  button:hover::after {
    left: 80%; }
  button:active, button:focus {
    background-color: #c0272b; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.logo {
  height: 50px;
  margin: 10px 0px;
  box-shadow: none; }

.logo-div {
  display: inline-block;
  position: relative;
  z-index: 100; }

.logo-div a {
  box-shadow: none; }

#site-head {
  position: relative; }
  #site-head .row {
    display: flex; }
  #site-head:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    background-color: #ebecee;
    overflow: hidden;
    -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
    z-index: 0;
    width: 75%;
    right: 0;
    pointer-events: none;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      #site-head:after {
        width: 100%;
        background: #ebecee;
        clip-path: none; } }

.slides, .page-hero {
  list-style: none;
  padding-left: 0;
  position: relative;
  line-height: 1.8em;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 70px);
  justify-content: space-between;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.9);
  color: #ebecee;
  padding-top: 2em;
  padding-bottom: 3em; }
  .slides a:link, .slides a:visited, .page-hero a:link, .page-hero a:visited {
    color: white;
    box-shadow: none; }
  .slides:after, .page-hero:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.81+0,0+36,0+60,0.84+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.84) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.84) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.84) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    pointer-events: none;
    opacity: .9; }
    @media screen and (max-width: 768px) {
      .slides:after, .page-hero:after {
        background: rgba(0, 0, 0, 0.4); } }
  .slides img, .page-hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0; }
  .slides .slide-bottom-content, .page-hero .slide-bottom-content {
    z-index: 100; }
    .slides .slide-bottom-content ul, .page-hero .slide-bottom-content ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      width: 100%;
      list-style: none;
      padding-left: 0;
      grid-gap: 20px; }
      @media screen and (max-width: 768px) {
        .slides .slide-bottom-content ul, .page-hero .slide-bottom-content ul {
          grid-template-columns: repeat(2, 1fr); } }
      .slides .slide-bottom-content ul > li, .page-hero .slide-bottom-content ul > li {
        border-top: 2px solid #e2202b;
        padding-right: 20px;
        padding-top: 1em;
        position: relative; }
  .slides a.button, .page-hero a.button {
    border-color: white; }
    .slides a.button:hover, .slides a.button:active, .page-hero a.button:hover, .page-hero a.button:active {
      background: white;
      color: #333; }

.slide-content {
  position: relative;
  z-index: 10;
  font-size: 1.6em; }
  @media screen and (max-width: 768px) {
    .slide-content {
      font-size: 1.2em; } }

.sidebar {
  border-right: 1px solid;
  padding-right: 20px; }

.page-hero {
  min-height: 70vh;
  background: rgba(0, 0, 0, 0.4); }

.button {
  border: 4px solid #333;
  padding: 10px 13px;
  display: inline-block; }

@media screen and (max-width: 768px) {
  .flex-centered .row {
    display: flex;
    align-items: center; } }
.events-div {
  padding: 50px 0px; }
  .events-div h3 {
    margin-top: 0; }

.events-container ul {
  list-style: none;
  padding-left: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  grid-area: ul;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .events-container ul {
      columns: 1; } }
.events-container li {
  padding: 10px 0px; }
  .events-container li em {
    font-size: 0.75em; }
.events-container .wpv-filter-form {
  display: none; }
@media screen and (max-width: 768px) {
  .events-container {
    text-align: center; } }

.buttons-list {
  list-style: none;
  padding-left: 0; }

.dealio-mobile-menu {
  height: 100%; }
  .dealio-mobile-menu .desktop-menu {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    margin-top: 13px;
    font-weight: bold; }
    .dealio-mobile-menu .desktop-menu .sub-menu {
      background: white;
      border-radius: 10px;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
      padding: 20px !important;
      top: 90%;
      transform: translateX(-50%) rotateX(20deg);
      left: 50%; }
      .dealio-mobile-menu .desktop-menu .sub-menu:after {
        position: absolute;
        content: "";
        background: white;
        width: 20px;
        height: 20px;
        transform: rotate(45deg) translate(-50%);
        left: 50%;
        top: 0;
        pointer-events: none; }
      .dealio-mobile-menu .desktop-menu .sub-menu a {
        display: block;
        text-align: left; }
    .dealio-mobile-menu .desktop-menu > li {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .dealio-mobile-menu .desktop-menu li {
      flex-grow: 1;
      text-align: center;
      z-index: 100;
      position: relative; }
      .dealio-mobile-menu .desktop-menu li:hover .sub-menu {
        transform: translateX(-50%) rotateX(0deg); }
      .dealio-mobile-menu .desktop-menu li a {
        padding: 10px 15px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
        transition: .2s all;
        white-space: nowrap; }
        .dealio-mobile-menu .desktop-menu li a:hover {
          box-shadow: 0 0 0 2px black; }
    .dealio-mobile-menu .desktop-menu > li:last-child .sub-menu {
      right: 0;
      left: unset;
      transform: translateX(0) rotateX(0); }
      .dealio-mobile-menu .desktop-menu > li:last-child .sub-menu:hover {
        transform: translateX(0) rotateX(0deg); }
      .dealio-mobile-menu .desktop-menu > li:last-child .sub-menu:after {
        left: 67%; }
  .dealio-mobile-menu .mobile-menu {
    display: inline-block;
    background: white;
    padding: 20px;
    width: calc(100vw - 50px);
    right: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 10px 10px; }
    .dealio-mobile-menu .mobile-menu > li {
      padding-left: 20px; }
    .dealio-mobile-menu .mobile-menu a:link, .dealio-mobile-menu .mobile-menu a:visited {
      box-shadow: none;
      display: block;
      border-bottom: 1px solid #ebecee;
      padding: .5em 0; }
  .dealio-mobile-menu .mobile-toggle {
    padding: 10px;
    border: 2px solid black;
    background: white; }
  .dealio-mobile-menu .menu-item-has-children > a::after, .dealio-mobile-menu .menu-item-has-children > a.expanded::after {
    padding-left: 5px;
    padding-right: 5px; }

.social-menu a {
  text-indent: -10000px;
  display: block;
  width: 100%;
  height: 100%; }
.social-menu ul {
  justify-content: center; }
  .social-menu ul li {
    border-right: none !important; }
.social-menu li a:before {
  font-family: "FontAwesome";
  width: 100%;
  height: 100%;
  font-size: 24px;
  text-indent: 10000px;
  position: absolute; }
.social-menu li.icon-twitter a:before {
  content: "\f081"; }
.social-menu li.icon-facebook a:before {
  content: "\f082"; }
.social-menu li.icon-instagram a:before {
  content: "\f16d"; }

.cards {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 50px 0px; }
  @media screen and (max-width: 768px) {
    .cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
    .cards {
      grid-template-columns: repeat(1, 1fr); } }
  .cards img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    padding: 15px 30px;
    border-bottom: 4px solid #dadbdd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: white; }
  .cards img:hover {
    padding: 5px 15px; }
  .cards li {
    box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); }
  .cards .card-content {
    padding: 0px 20px 20px; }

.business-logo {
  box-shadow: none; }

.hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%; }
.hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c81e29;
  background: -moz-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.9) 60%, rgba(200, 30, 41, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c81e29), color-stop(60%, rgba(200, 30, 41, 0.9)), color-stop(100%, rgba(200, 30, 41, 0)));
  background: -webkit-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.9) 60%, rgba(200, 30, 41, 0) 100%);
  background: -o-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.9) 60%, rgba(200, 30, 41, 0) 100%);
  background: -ms-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.9) 60%, rgba(200, 30, 41, 0) 100%);
  background: linear-gradient(to right, #c81e29 0%, rgba(200, 30, 41, 0.9) 60%, rgba(200, 30, 41, 0) 100%); }
.hero-banner h1 {
  display: inline-block;
  color: white;
  border: 4px solid white;
  padding: 5px 10px;
  margin: 1em 0;
  position: relative;
  z-index: 200; }

.grid-gallery {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-areas: "featured featured article";
  grid-gap: 15px; }
  .grid-gallery li {
    position: relative; }
    .grid-gallery li a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 10;
      color: white;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .grid-gallery li img {
      position: absolute;
      object-fit: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .grid-gallery li:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      content: ""; }
  .grid-gallery li:nth-child(3n-2) {
    grid-area: featured;
    grid-column: span 2;
    grid-row: span 2; }

.padded-link {
  padding: 20px;
  color: white; }

.events-page {
  list-style: none;
  padding-left: 0; }
  .events-page > li {
    padding-bottom: 50px; }
  .events-page li img {
    padding-right: 20px; }

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-top: 30px;
  padding-left: 0; }
  .taxonomy-list > li {
    width: 90%;
    background: #efefef;
    margin-bottom: 30px;
    margin-right: 30px;
    flex-grow: 1;
    padding: 20px;
    position: relative;
    list-style-type: none;
    display: flex;
    overflow: hidden;
    border: 2px solid #ccc;
    border-left: 15px solid #e2202b; }
    @media screen and (min-width: 992px) {
      .taxonomy-list > li {
        width: 40%; } }
    .taxonomy-list > li img {
      display: block;
      position: absolute;
      right: 25px;
      height: 50%;
      min-height: 150px;
      align-self: center; }
  .taxonomy-list h2 {
    margin-bottom: 10px; }
  .taxonomy-list .businesses {
    z-index: 2; }
    .taxonomy-list .businesses li {
      margin-left: 20px; }
  .taxonomy-list img {
    mix-blend-mode: multiply; }

#site-footer {
  border-top: 4px solid #e2202b;
  background: #ebecee;
  font-size: .8em;
  position: relative;
  z-index: 50;
  color: #333; }
  #site-footer a:link, #site-footer a:visited {
    color: #666666;
    box-shadow: none; }
  #site-footer a:hover, #site-footer a:active {
    color: #333; }
  #site-footer h3 {
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: .5em; }
  #site-footer ul {
    list-style: none;
    padding: 0 0px 20px; }
    #site-footer ul::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 300%;
      background: rgba(0, 0, 0, 0.2);
      transform: skew(-15deg); }
  #site-footer .logo-div {
    display: flex;
    justify-content: center; }

.extra-footer {
  background: #e2202b; }
  .extra-footer a:link, .extra-footer a:visited {
    box-shadow: none;
    color: #ebecee; }

.copyright {
  border-top: 1px solid;
  font-size: 12px;
  opacity: .8;
  padding-top: 1em; }

.horizontal-menu {
  font-size: 12px; }
  .horizontal-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    padding-top: .5em;
    padding-bottom: .5em; }
    @media screen and (max-width: 768px) {
      .horizontal-menu ul {
        display: block; } }
    .horizontal-menu ul li {
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #ebecee; }
      @media screen and (max-width: 768px) {
        .horizontal-menu ul li {
          border-right: none; } }
      .horizontal-menu ul li:last-child {
        border-right: none; }

.gallery {
  background-color: rgba(0, 0, 0, 0.9);
  position: relative; }
  .gallery::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background-color: black;
    overflow: hidden;
    -webkit-clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0 100%); }

.gallery-title {
  color: white;
  padding: 20px 0px; }
  @media screen and (max-width: 768px) {
    .gallery-title {
      padding-left: 20px; } }

.home-gallery {
  display: grid;
  grid-template-areas: "sl sl sl sl sl sr1 sr1 sr1" "sl sl sl sl sl sr2 sr2 sr2";
  padding-bottom: 10px;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .home-gallery {
      grid-template-areas: "sl sl" "sr1 sr2";
      padding-bottom: 0px; } }

.home-gallery-2 {
  display: grid;
  grid-template-areas: "sr1 sl" "sr2 sl";
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .home-gallery-2 {
      grid-template-areas: "sl sl" "sr1 sr2";
      padding-bottom: 0px; } }

.slider {
  grid-area: sl;
  padding-right: 10px;
  height: 460px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .slider {
      padding-right: 0px; } }
  .slider img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.slider-2 {
  grid-area: sl;
  padding-left: 10px;
  height: 460px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .slider-2 {
      padding-left: 0px; } }
  .slider-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.slider-2 .overlay-text h2 {
  left: 30px; }

.slider-right-1 {
  grid-area: sr1;
  padding-bottom: 10px;
  position: relative; }
  .slider-right-1 img {
    object-fit: cover;
    width: 100%;
    height: 225px;
    transition: 0.5s; }
  .slider-right-1:hover > .overlay-text-2 {
    background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%); }

.slider-right-2 {
  grid-area: sr2;
  position: relative; }
  .slider-right-2 img {
    object-fit: cover;
    width: 100%;
    height: 225px;
    transition: 0.5s; }
  .slider-right-2:hover > .overlay-text-2 {
    background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%); }

.slider .overlay {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: calc(100% - 10px);
  height: 60px;
  background: -webkit-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.6) 50%, rgba(200, 30, 41, 0.3) 100%);
  background: -o-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.6) 50%, rgba(200, 30, 41, 0.3) 100%);
  background: linear-gradient(to right, #c81e29 0%, rgba(200, 30, 41, 0.6) 50%, rgba(200, 30, 41, 0.3) 100%);
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .slider .overlay {
      width: 100%; } }

.slider-2 .overlay {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: calc(100% - 10px);
  height: 60px;
  background: -webkit-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.6) 50%, rgba(200, 30, 41, 0.3) 100%);
  background: -o-linear-gradient(left, #c81e29 0%, rgba(200, 30, 41, 0.6) 50%, rgba(200, 30, 41, 0.3) 100%);
  background: linear-gradient(to right, #c81e29 0%, rgba(200, 30, 41, 0.6) 50%, rgba(200, 30, 41, 0.3) 100%);
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .slider-2 .overlay {
      width: 100%;
      left: 0px; } }

.overlay-text {
  display: flex;
  align-content: center; }
  .overlay-text h2 {
    left: 20px;
    bottom: 20px;
    position: absolute;
    color: white;
    transition: none;
    pointer-events: none; }
  .overlay-text h4 {
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
    position: absolute;
    color: white;
    transition: none;
    pointer-events: none;
    text-shadow: 0px 2px 10px black; }

.overlay-text-2 {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none; }
  .overlay-text-2 h4 {
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
    position: absolute;
    color: white;
    transition: none;
    pointer-events: none;
    text-shadow: 0px 2px 10px black; }

.business-list {
  margin: 1.5em 0; }
  .business-list * {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .business-list .business {
    display: grid;
    grid-template-columns: 20em auto;
    box-shadow: none;
    padding: 2em 0;
    justify-items: center;
    align-items: center;
    transition: all .2s; }
  .business-list .info {
    width: 100%;
    padding-right: 1.25em; }
    .business-list .info h2::after {
      content: ">";
      color: rgba(0, 0, 0, 0);
      font-size: 1.25em;
      position: absolute;
      transform: translate(-10px, -10px);
      transition: all .2s ease; }
  .business-list li {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid rgba(0, 0, 0, 0);
    position: relative;
    transition: all .2s; }
    .business-list li:hover {
      background: #efefef;
      border-left: 15px solid #e2202b;
      border-right: 3px solid #ccc;
      border-top: 3px solid #ccc;
      box-shadow: 0px 4px 12px #ddd;
      transform: scale(1.02); }
      .business-list li:hover .info h2::after {
        transform: translate(10px, -10px);
        color: #e2202b; }
    .business-list li:not(:last-child) {
      border-bottom: 3px solid #ccc; }
    .business-list li:last-child {
      border-bottom: 3px solid rgba(0, 0, 0, 0); }
      .business-list li:last-child:hover {
        border-bottom: 3px solid #ccc; }
  .business-list img {
    max-height: 8em;
    max-width: 14em; }
