@charset "utf-8";


.sort-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 20px;
  font-size: 20px;
  font-weight: bold;
}

.sort-btn li {
 
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px;
}


@media only screen and (max-width: 480px) {
  .sort-btn {
    justify-content: space-between;
  }

  .sort-btn li {
    width: 48%;
    margin: 0 0 10px 0;
    text-align: center;
  }
}

.grid {
  position: relative;
}

.item {
  display: block;
  position: absolute;
  width: 33%;
  z-index: 1;
  list-style: none;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .item {
    width: 49.5%;
  }
}

.fancybox-thumbs {
  background: transparent!important;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #FA999B;
}

.item a {
  font-family: 'josefin slab', serif;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 6vh;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 30px 0;
}

p {
  margin: 0 10px 10px 10px;
  word-wrap: break-word;
}




