.post-date {
  float: left;
  padding: 10px 0;
}
.post-cat {
  float: right;
  padding: 10px 0;
}
.post-meta {
  clear: both;
}
.location-name {
  clear: both;
  padding-top: 20px;
  font-size: 24px;
}
.location-name a {
  text-decoration: none;
}
.blog-info {
  line-height: 25px;
}
#our-shops-wrapper {
  max-width: 1810px;
  margin: 0 auto;
  clear: both;
}
.our-shops-item-outer {
  padding: 10px 0 0 10px;
}
.our-shops-item {
  padding: 0 10px 10px 0;
}
@media (min-width: 64em) {
  .our-shops-item-outer {
    padding: 20px 0 0 40px;
  }
  .our-shops-item {
    padding: 0 40px 40px 0;
  }
}
.thumb-hover {
  overflow: hidden;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.thumb-hover .overlay-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.double-width .thumb-hover .overlay-caption {
  padding: 3.5%;
}
.thumb-hover .overlay-caption:not(.align-left):not(.align-right) {
  text-align: center;
}
.thumb-hover .overlay-caption.bottom {
  top: inherit;
  bottom: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.thumb-hover .overlay-caption.top {
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.thumb-hover .overlay-caption.hidden {
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  transition: opacity 0.5s ease;
}
.thumb-hover:hover .overlay-caption.hidden {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.thumb-hover .overlay-caption.hidden:not(.fade) .caption-sub,
.thumb-hover .overlay-caption.hidden:not(.fade) .caption-name {
  display: block;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.6s ease 0s;
}
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-sub,
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-name {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
  transition-delay: 0.15s;
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-sub,
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.thumb-hover .overlay-caption .caption-sub,
.thumb-hover .overlay-caption .caption-name {
  line-height: 1.3em !important;
}
.caption-sub + .caption-name,
.caption-name + .caption-sub {
  margin-top: 8px;
}
.caption-dark .caption-sub,
.caption-dark .caption-name {
  color: #000;
  transition: color 0.41s ease;
}
.caption-light .caption-sub,
.caption-light .caption-name {
  color: #fff;
  transition: color 0.41s ease;
}
.thumb-hover img {
  transition: all 0.6s ease 0s;
}
.thumb-hover.scale img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.thumb-hover.scale:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.thumb-hover.overlay-color::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  transition: opacity 0.4s ease;
}
.thumb-hover.overlay-color.text-light::before {
  background: rgba(0, 0, 0, 0.5);
}
.thumb-hover.overlay-color:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.thumb-hover.overlay-color:hover .caption-sub,
.thumb-hover.overlay-color:hover .caption-name {
  color: #000;
}
.thumb-hover.text-light.overlay-color:hover .caption-sub,
.thumb-hover.text-light.overlay-color:hover .caption-name {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .thumb-hover.play-on-hover img {
    transition: all 0.3s ease;
  }
  .thumb-hover.play-on-hover:hover img {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
  }
}
.thumb-hover .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease;
}
.thumb-hover .hover-image > img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.thumb-hover.image:hover img:not(.hover) {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
[class*="do-anim"] {
  transition: all 1s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.animated[class*="do-anim"] {
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.do-anim-modern {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  overflow: hidden;
}
.do-anim-modern > * {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  transition: opacity 0.05s ease 0.95s,
    transform 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.95s;
}
.do-anim-modern.animated > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.do-anim-modern::after {
  transition: all 0.7s ease 0.1s, height 0.7s ease 0.8s;
  -webkit-transition: all 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.1s,
    height 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.95s;
  -webkit-transition: all 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.1s,
    height 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.95s;
  -moz-transition: all 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.1s,
    height 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.95s;
  -o-transition: all 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.1s,
    height 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.95s;
  transition: all 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.1s,
    height 0.85s cubic-bezier(0.59, 0.26, 0.25, 1) 0.95s;
  -webkit-transition-timing-function: cubic-bezier(0.59, 0.26, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.59, 0.26, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.59, 0.26, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.59, 0.26, 0.25, 1);
  transition-timing-function: cubic-bezier(0.59, 0.26, 0.25, 1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 101%;
  left: 0;
  background: #f5f5f5;
  z-index: 3;
}
.text-light .do-anim-modern::after {
  background: #262626;
}
.do-anim-modern.animated::after {
  top: 0;
  height: 0;
}
