.inspire {
  margin-top: 109px;
  margin-bottom: 100px;
}

.press {
  margin-top: 109px;
  margin-bottom: 100px;
}

.lookbook {
  margin-top: 109px;
}

.lookbook .collections {
  color: #717171;
  font-size: 1.2em;
}

.activecollections, .activecollections:active,.activecollections:visited{
  font-size: 1.2em;
  color:#69AF94;
  cursor: pointer;
}

.lookbook .collections.active {
  font-weight: 900;
  text-decoration: underline;
}

.active-lookbook {
  padding: 50px 100px 0px 100px;
}

.lookbook-subcategories {
  z-index:99;
  position: absolute;
  top: 34px;
  background-color: #FFF;
  padding: 25px;
  background-color: #F3F3F3;
  line-height: 35px;
  display: none;
  left:0;
}
.lookbook-subcategories div {
  cursor: pointer;
}

.collection-name {
  color: #717171;
  text-decoration: underline;
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 50px;
  padding-left: 50px;
  line-height: 50px;
}

.lookbook-post {
  position: relative;
}
.lookbook-img {
  width: 100%;
}
.lookbook-img:hover+.lookbook-img-title{
  display: block;
}

.lookbook-img-title:hover{
  display: block;
}

.lookbook-img-title {
  position: absolute;
  display: none;
  bottom:50px;
  left: 50px;
  color: #FFF;
  font-size: 2em;
}

@media screen and (max-width: 839px) {
  .lookbook {
    margin-top: 68px;
  }
  .active-lookbook {
  padding: 0px 10px 0px 10px;
}
}
