
/*! Custom styles */

/*! Biography, Music, Contact: top position text */
@media only screen and (min-width: 1200px) {
  .blocks-container {
    position: absolute;
    left: 82px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-30%);
       -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
    width: -moz-calc(100% - 82px);
    width: calc(100% - 82px);
    padding: 0;
  }
}

/*! Home: color overlay */
.color-layer-dark {
  background-color: rgba(0, 0, 0, 0.3);
}

/*! Music Platforms: icons Size */
.features__item img {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 6.4rem;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .features__item {
    min-height: 5.4rem;
  }
  .features__item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .features__item img {
    width: 12.4rem;
  }
  .features__item h3 {
    margin-left: 7rem;
    padding-top: 0.9rem;
  }
}

/*! Text: italic */
.italic-text {
    font-style: italic;
}

/*! Text: bold */
.bolded { 
    font-weight: bold; 
}

/*! Music & Live: link */
.no-touch .my-gallery figure:hover .works-link .picture {
  -webkit-transform: scale3d(1.06, 1.06, 1);
     -moz-transform: scale3d(1.06, 1.06, 1);
          transform: scale3d(1.06, 1.06, 1);
  opacity: 0.4;
}

/*! Link Red: a hover */
a.red:hover {
  color: #e51743;
}

/*! Link Red: close hover */
.no-touch .section-close:hover {
  color: rgba(229, 23, 67);
}

/*! Hide On Computer */
@media (min-width: 1200px) {
  .hidden-on-computer {
    display: none !important;
  }
}

/*! Hide On Phone */
@media (max-width: 1200px) {
  .hidden-on-phone {
    display: none !important;
  }
}

/*! Music Platformse: hover */
.image-platforms {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.image-platforms:hover {
  opacity: 0.5;
}
