a.text-primary:hover,
a.text-primary:focus {
  color: #000101;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000101;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
div.sections-wrap .section-photo-gallery-inner {
  padding: 7rem 3.88888889rem 7.8rem 3.88888889rem;
}
@media screen and (min-width: 1056px) {
  div.sections-wrap .section-photo-gallery-inner {
    padding: 14rem 0;
  }
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul {
  padding-top: 14rem;
  padding-bottom: 14rem;
  column-count: 1;
  column-gap: 1.55555556rem;
  display: grid;
  grid-gap: 10px;
  -ms-grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul li {
  margin-bottom: 1.55555556rem;
}
@media screen and (min-width: 768px) {
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul {
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul {
    column-count: 3;
  }
}
@media screen and (min-width: 992px) {
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul {
    grid-auto-rows: 200px;
  }
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul li:nth-child(even) {
    grid-row-end: span 2;
  }
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul li:nth-child(odd) {
    grid-row-end: span 1;
  }
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul li:nth-child(5) {
    grid-row-end: span 2;
  }
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul li:nth-child(6) {
    grid-row-end: span 1;
  }
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  border: 0.2rem solid #111111;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-header .category-heading span {
  font-family: "Source Serif Pro", "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: none;
  color: #111111;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: none;
  color: #ffffff;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main:before {
  display: none;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-inner {
  padding-bottom: 0;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main a,
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-inner,
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .mod-articles-category-content-block,
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .mod-articles-category-content-block-inner,
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-header {
  height: 100%;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-header {
  border: 0;
  background-image: none;
  position: relative;
  display: block;
  height: 100%;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-header .header-information-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  text-align: center;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-header .category-title {
  position: relative;
  display: block;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-header .article-info.pull-left {
  display: none;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .card-body {
  display: none;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .mod-articles-category-image-block-inner {
  min-height: 100%;
  min-width: 200%;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main img {
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -o-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main:hover {
  display: block;
  background: #ffffff;
  box-shadow: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: none !important;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main:hover:hover {
  box-shadow: 0;
  -webkit-transform: none;
  transform: none;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main:hover:hover .card-footer {
  background: transparent;
  color: #e6c78d;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main:hover:before {
  display: none;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
  display: none;
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main a:hover img {
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -o-transform: scale(1.11);
  transform: scale(1.11);
}
div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main a:hover .overlay {
  display: block;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul .card-main {
    margin: 0 !important;
    height: 100%;
  }
}
@supports (display: grid) {
  div.sections-wrap .section-photo-gallery-inner .mod-photo-gallery.masonry ul li {
    margin-bottom: 0;
  }
}