/* Wax Gallery Styles - Compiled from _wax.scss */

/* Main content area */
#wax-main {
  background-color: #EFEFEF !important;
  width: 100vw;
  max-width: 100%;
  padding-top: 2rem;
}

#wax-content {
  min-height: 70vh;
}

.wax-inline-container {
  margin: 0 auto !important;
  max-width: 90% !important;
  width: 1140px !important;
}

.wax-gallery-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 3rem;
  padding-bottom: 3em;
  background-color: #EFEFEF;
}

.wax-gallery-container .facet-buttons {
  margin-bottom: 2rem;
}

.wax-gallery-container .facet-buttons .facet {
  color: #6c757d;
  border-color: #180B26;
  margin-right: .5em;
  margin-top: 1rem;
  font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: transparent;
}

.wax-gallery-container .facet-buttons .facet:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.wax-gallery-container .facet-buttons .active {
  background-color: #180B26 !important;
  color: #EFEFEF !important;
  border-color: #180B26;
}

.wax-gallery {
  margin: 2rem auto;
  min-height: 30vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wax-gallery .gallery-item {
  padding: 0;
  margin: .25rem;
  background-color: #ffffff;
  max-height: 200px;
  max-width: 250px;
  border: 1px grey solid;
}

.wax-gallery .gallery-item .gallery-thumb {
  object-position: 50% 20%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wax-gallery .gallery-item .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.wax-gallery .gallery-item .hovereffect:hover .overlay {
  opacity: .7;
  cursor: pointer;
}

.wax-gallery .gallery-item .hovereffect:hover .overlay .info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.wax-gallery .gallery-item .hovereffect .info {
  text-decoration: none;
  font-family: 'Raleway', 'Helvetica Neue', Arial, sans-serif !important;
  color: #EFEFEF !important;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-weight: normal;
  font-size: .9rem;
  line-height: 1rem;
  overflow: hidden;
  display: table-cell;
  padding: .4rem;
  vertical-align: center;
}

.wax-gallery .gallery-item .hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #1a0d2e;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: table;
  height: 200px;
}
