#template2Showcase .col-sm,
#template2Showcase .col-sm-1,
#template2Showcase .col-sm-2,
#template2Showcase .col-sm-3,
#template2Showcase .col-sm-4,
#template2Showcase .col-sm-5,
#template2Showcase .col-sm-6,
#template2Showcase .col-sm-7,
#template2Showcase .col-sm-8,
#template2Showcase .col-sm-9,
#template2Showcase .col-sm-10,
#template2Showcase .col-sm-11,
#template2Showcase .col-sm-12,
#template2Showcase .col-sm-offset-0,
#template2Showcase .col-sm-offset-1,
#template2Showcase .col-sm-offset-2,
#template2Showcase .col-sm-offset-3,
#template2Showcase .col-sm-offset-4,
#template2Showcase .col-sm-offset-5,
#template2Showcase .col-sm-offset-6,
#template2Showcase .col-sm-offset-7,
#template2Showcase .col-sm-offset-8,
#template2Showcase .col-sm-offset-9,
#template2Showcase .col-sm-offset-10,
#template2Showcase .col-sm-offset-11,
#template2Showcase .col-sm-offset-12 {
  padding: 0;
}
#template2Showcase .showcaseSingleContainer {
  padding: 2px;
}
#template2Showcase .showcaseSingleContainer .showcaseInner {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 35px;
  width: 100%;
  transition: 0.2s ease-in-out all;
  overflow: hidden;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer h5 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer h5 b {
  font-weight: 500;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer .showcaseMoreInfo .moreInfoInner {
  padding: 20px 0;
  display: flex;
  align-items: flex-end;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer .showcaseMoreInfo .moreInfoInner h5 {
  font-size: 24px;
  margin-right: 10px;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer .showcaseMoreInfo .moreInfoInner .bedBath span {
  padding: 0 3px;
  color: #fff;
  opacity: 0.5;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .showcaseTextContainer .showcaseMoreInfo .viewBtn {
  padding: 13px;
  border: 1px solid #fff;
  max-width: 165px;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
#template2Showcase .showcaseSingleContainer .showcaseInner .statusTag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e33b3b;
  color: #fff;
  max-width: 85px;
  font-size: 13px;
  display: block;
  padding: 3px;
  text-align: center;
  width: 100%;
  font-family: Poppins;
}
#template2Showcase .showcaseSingleContainer:hover .showcaseOverlay {
  opacity: 0.6 !important;
}/*# sourceMappingURL=template.css.map */