.main-header-nav .top-item {
  position: relative;
  cursor: pointer;
}

.main-header-nav .subnav {
  position: absolute;
  z-index: 11;
  display: none;
  background-color: #f7f7f7;
  top: 46px;
  left: 0;
}

.main-header-nav .subnav a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 130px;
}

.main-header-nav .subnav i, .mobile-artist-image {
  width: 50px;
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
}

.main-header-nav .subnav i {
  display: block;
}

.mobile-artist-image {
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.main-header-nav .top-item {
  display: inline-block;
  color: #999;
  display: block;
  padding: 14px 20px;
  position: relative;
}

.main-header-nav .subnav .top-item {
  display: none;
}

.main-header-nav .top-item:hover .subnav {
  display: block;
}


.newsletter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
}

.newsletter-modal.show {
  display: block;
}

.newsletter-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  width: 18px;
  height: auto;
  z-index: 2;
}

.newsletter-modal .modal-close.show {
  opacity: .8;
}

.newsletter-modal .bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(230, 230, 230, .7);
  cursor: pointer;
  transition: opacity 400ms ease-out;
}

.newsletter-modal .bkgd.show {
  opacity: 1;
}

.newsletter-modal .newsletter-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 1px solid #999;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 400ms ease-out;
  width: 80%;
  max-width: 600px;
  padding: 30px;
}

.newsletter-modal .newsletter-content.show {
  opacity: 1;
}

.newsletter-modal .newsletter-content .cta {
  position: relative;
  padding-top: 20px;
}

.newsletter-modal .newsletter-content input[type="email"] {
  margin: 5px 0;
}

.newsletter-modal .newsletter-content input[type="submit"] {
  margin: 5px 0;
}



//   @media (max-width:600px) {
//     .modal-content {
//       img {
//         width: 400px;
//       }
//       h2 {
//         top: 19px;
//       }
//       .cta {
//         bottom: 50px;
//
//         label {
//           font-size: 12px;
//         }
//
//         p {
//           margin: 5px 0;
//           font-size: 12px;
//         }
//       }
//     }
//   }
//
//   @media (max-width:450px) {
//     .modal-content {
//       img {
//         width: 300px;
//       }
//       h2 {
//         top: 4px;
//       }
//       .cta {
//         bottom: 40px;
//
//         label {
//           font-size: 12px;
//         }
//         p {
//           background-color: $white;
//           padding: 10px 0;
//           margin: 0;
//           width: 100%;
//           font-size: 11px;
//         }
//       }
//     }
//   }
// }
