@charset "utf-8";

/*
.wr-gallery2 .pb-4,
.wr-gallery2 .py-4 {
  padding-bottom: 2px !important;
}
*/

.wr-gallery2 .sidebar-layer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), color-stop(25%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%);
}
.wr-gallery2 .sidebar-layer p {
  margin-bottom: 10px;
  display: flex; align-items: center;
}
.wr-gallery2 .sidebar-layer p a {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  display: inline-block; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.wr-gallery2 .sidebar-layer p a:hover {
  color:#fff
}
.wr-gallery2 .sidebar-layer ul li {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
}
.wr-gallery2 .sidebar-layer ul li a {
  color: #fff;
}
.wr-gallery2 .sidebar-layer ul li:nth-child(1) {
  background: #d32f2f;
  padding: 4px 10px 2px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 15px;
}

.wr-gallery2.is-hover .sidebar-layer { 
	transition:transform 0.4s, opacity 0.1s 0.3s; opacity: 0; transform: translateY(100%); -o-transition: -o-transform .4s, opacity .1s .3s; -moz-transition: -moz-transform .4s, opacity .1s .3s; -webkit-transition: -webkit-transform .4s, opacity .1s .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); 
}
.wr-gallery2.is-hover .img-wrap:hover .sidebar-layer { 
	transition:transform 0.4s, opacity 0.1s; opacity: 1; transform: translateY(0px); -o-transition: -o-transform .4s, opacity .1s; -moz-transition: -moz-transform .4s, opacity .1s; -webkit-transition: -webkit-transform .4s, opacity .1s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); 
}

.wr-gallery2 .na-title { display: block; position: relative; width: 100%; padding:0; }
.wr-gallery2 .na-title .na-item { display: flex; align-items: center; }
.wr-gallery2 .na-title .na-subject { display: inline-block; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.wr-gallery2 .na-title .na-info { position: relative; top: -1px; text-align: right; margin: 0 0 0 5px; }
.wr-gallery2 .na-title .na-hicon { position: relative; top: 4px; float: left; width: 12px; min-width: 12px; height: 12px; line-height: 12px; display:inline-block; background-repeat: no-repeat; background-position: left top; font-size: 1px; padding: 0; margin: 0 5px 0 0; }
.wr-gallery2 .na-title .na-ticon { position: relative; width: 12px; min-width: 12px; height: 12px; line-height: 12px; display:inline-block; background-repeat: no-repeat; background-position: left top; font-size: 1px; padding: 0; margin: 0 0 0 5px; }

