/* Enter Your Custom CSS Here */
.single-commissioned {
    overflow: visible !Important;
}

.single-commissioned #footer {
    position: relative !Important;
}

/* .single-commissioned .project-slider img {
    height: auto;
    max-height: 900px;
    width: auto;
}

.single-commissioned .project-slider {
  text-align:center;
  margin-bottom:50px;
}

@media (max-width: 767px) {
  
  .single-commissioned .project-slider {
  margin-bottom:20px;
}

  
} */

/* ---- Portfolio hover gallery prompt ---- */
.commisioned-project-text::after {
  content: 'CLICK FOR FULL GALLERY';
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.0);
  margin-top: 6px;
  transition: color 0.3s ease;
}

.interiors-architecture a:hover .commisioned-project-text::after,
.aerial a:hover .commisioned-project-text::after,
.personal a:hover .commisioned-project-text::after {
  color: rgba(255, 255, 255, 0.7);
}

/* ---- Portfolio hover gallery prompt ---- */
.commisioned-project-text::after {
  content: 'CLICK FOR FULL GALLERY';
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0);
  margin-top: 6px;
  transition: color 0.3s ease;
}

.interiors-architecture a:hover .commisioned-project-text::after,
.aerial a:hover .commisioned-project-text::after,
.personal a:hover .commisioned-project-text::after {
  color: rgba(255, 255, 255, 0.7);
}

/* Portfolio grid - bigger "CLICK FOR FULL GALLERY" text */
.commisioned-project-text::after {
  font-size: 16px !important;
  letter-spacing: 0.25em !important;
}