@font-face {
  font-family: 'Spartan';
  font-weight: 700;
  font-style: normal;
  unicode-range: U+000-5FF;
  src: local("SpartanMB"), url("https://virtualpiano.net/wp-content/uploads/fonts/Spartan-Bold.woff2") format("woff2"), url("https://virtualpiano.net/wp-content/uploads/fonts/Spartan-Bold.woff") format("woff"), url("https://virtualpiano.net/wp-content/uploads/fonts/Spartan-Bold.ttf") format("ttf"), url("https://virtualpiano.net/wp-content/uploads/fonts/Spartan-Bold.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'PlayfairDisplay';
  font-weight: 400;
  font-style: normal;
  unicode-range: U+000-5FF;
  src: local("PlayfairDisplay-Italic"), url("https://virtualpiano.net/wp-content/uploads/fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("https://virtualpiano.net/wp-content/uploads/fonts/PlayfairDisplay-Italic.woff") format("woff"), url("https://virtualpiano.net/wp-content/uploads/fonts/PlayfairDisplay-Italic.ttf") format("ttf"), url("https://virtualpiano.net/wp-content/uploads/fonts/PlayfairDisplay-Italic.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: 'RobotoMono';
  font-weight: 500;
  font-style: normal;
  unicode-range: U+000-5FF;
  src: local("RobotoMono-Medium"), url("https://virtualpiano.net/wp-content/uploads/fonts/RobotoMono-Medium.woff2") format("woff2"), url("https://virtualpiano.net/wp-content/uploads/fonts/RobotoMono-Medium.woff") format("woff"), url("https://virtualpiano.net/wp-content/uploads/fonts/RobotoMono-Medium.ttf") format("ttf"), url("https://virtualpiano.net/wp-content/uploads/fonts/RobotoMono-Medium.eot") format("eot");
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
}

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

.container.grid-container {
  max-width: none !important;
}

.container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
}

span.spec {
  color: #919191;
}

.rmp-feedback-widget {
  border-top: 1px solid #bbb;
  margin-top: 30px;
  padding-top: 15px;
}

.rmp-rating-widget {
  border-top: 1px solid #ff8300;
  margin-top: 30px;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-start;

}
.rmp-rating-widget__results {
  margin-left: 15px;
}
.rmp-rating-widget *, .rmp-widgets-container {
  margin-bottom: 0 !important;
  /*width: auto !important;*/
}


.rmp-rating-widget .rmp-rating-widget__icons-list, .rmp-rating-widget .rmp-rating-widget__icons-list li {
  line-height: 1;
  margin-right: 3px !important;
}
.rmp-rating-widget .rmp-heading--title {
  font-size: 22px;
  width: auto;
  margin-right: 10px !important;
  font-weight: 600;
  color: #ff8300;
  width: 270px;
  margin-left: -4px;
}
.rmp-feedback-widget .rmp-heading--title {
  color: #ff8300;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.rmp-rating-widget p:not(.rmp-heading--title) {
  min-width: calc(100% - 425px);
  text-align: right;
}
.rmp-rating-widget__not-rated {
  width: 100% !important;
  text-align: left !important;
  margin-top: 10px !important;
}
.rmp-rating-widget__msg,
.rmp-rating-widget__hover-text {
  display: none !important;
}
.rmp-rating-widget__icons {
  margin-right: 0 !important;
  width: 145px;
}

.rmp-rating-widget__results {
  font-size: 13px;
}

.rmp-rating-widget .rmp-icon--half-highlight {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8300), color-stop(50%, transparent));
  background: -o-linear-gradient(left, #ff8300 50%, transparent 50%);
  background: linear-gradient(to right, #ff8300 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rmp-rating-widget .rmp-icon--ratings {
  font-size: 23px;
  -webkit-text-stroke: 3px #ff8300;
    color: transparent;
    transition: .25s;
}



.rmp-rating-widget .rmp-icon--full-highlight {
  color: #ff8300;
  transition: .25s;
}
.rmp-rating-widget .rmp-icon--hovered {
  color: #4C3E91;
  -webkit-text-stroke: 3px #4C3E91;
  transition: .25s;
}

.rmp-feedback-widget__input {
  -webkit-appearance: none;
  border-radius: 10px;
  height: 100px;
  margin-bottom: 20px !important;
}

.rmp-feedback-widget__msg {
  color: #ff8300;
}
.rmp-rating-widget__results {
  font-style: 14px;
  letter-spacing: .5px;
}
.rmp-feedback-widget__input:focus {
  outline: none;
}

.rmp-feedback-widget__btn {
  max-width: 220px;
}

.rmp-rating-widget__msg, .rmp-rating-widget__not-rated {
  width: 100%;
}
@media (max-width: 1250px) {
  .rmp-rating-widget p:not(.rmp-heading--title) {
    width:100%;
    margin-top: 10px !important;
    text-align: left;
  }
  .rmp-rating-widget {
    justify-content: flex-start;;
  }
}
.sheet {
  font-family: Spartan;
}

.sheet__head {
  padding-bottom: 200px;
  color: #fff;
  background: #000;
  position: relative;
}
.sheet__head-image {
  position: absolute;
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  right: 0;
  top: 0;
}

.sheet__head::after, .sheet__head::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 1) 30%,rgba(0, 0, 0, 0) 60%);
  z-index: 1;
}

.sheet__head::before {
  /*background: linear-gradient(to right, #000 0%, #000 75%, rgba(0, 0, 0, 0) 100%);*/
  background: rgba(0,0,0,.6);
}
.fb_reset {
	margin: 0 !important;
}
.sheet__head-wrapper {
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin: 0 auto;
  padding: 120px 20px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sheet__head h1 {
  max-width: 685px;
  line-height: 1.5;
  font-size: 35px;
  color: #FF8300;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
  letter-spacing: 3px;
}

.sheet__head h1.verified::after {
  content: '';
  display: inline-block;
  margin-left: 15px;
  width: 28px;
  height: 28px;
  background: url("https://virtualpiano.net/wp-content/uploads/img/verified.svg") no-repeat center center/contain;
}

.sheet__author {
  font-family: PlayfairDisplay;
  font-size: 34px;
  display: block;
  font-weight: 400;
}

.sheet__author a {
  color: #fff;
}
.sheet__author a:not(:last-child) {
  margin-right: 35px;
}


.sheet__author a:hover, .sheet__author a:active, .sheet__author a:focus {
  color: #fff;
}

.sheet__date {
  font-family: Arial;
  font-style: italic;
  font-weight: 700;
  color: #919191;
  font-size: 13px;
  margin-top: 15px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sheet > .container {
  width: 100%;
  position: relative;
  z-index: 3;
}
.site.container {
	padding: 0;
}

.sheet__wrapper {
  margin-top: -200px;
  background: #E6E6E6;
  border-radius: 8px;
  padding: 25px;
  position: relative;
}

.sheet__content {
  background: #fff;
  border-left: 5px solid #FF8300;
  padding: 25px 20px 40px;
  font-family: RobotoMono;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 15px;
}
.sheet__content .rmp-results-widget {
  display: none;
}
.sheet__content p {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.sheet__content p:last-child {
  margin-bottom: 0;
}

.sheet__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 5px 0 15px;
  margin: 0;
}

.sheet__info li {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
  margin-bottom: 12px;
}

.sheet__info h5 {
  color: #FF8300;
  font-size: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 1.3;
  padding: 2px 0 2px 25px;
  font-style: normal;
}

.sheet__info .level-icon {
  background: url("https://virtualpiano.net/wp-content/uploads/img/level.svg") no-repeat left top 3px/19px 13px;
}

.sheet__info .type-icon {
  background: url("https://virtualpiano.net/wp-content/uploads/img/type.svg") no-repeat left top/19px 19px;
}

.sheet__info .sheet_rating {
  background: url("https://virtualpiano.net/wp-content/uploads/img/rating-icon.svg") no-repeat left top/19px 19px;
}

.sheet__info .time-icon {
  background: url("https://virtualpiano.net/wp-content/uploads/img/time.svg") no-repeat left 1px top/16px 19px;
}

.sheet__info .trans-icon {
  background: url("https://virtualpiano.net/wp-content/uploads/img/transposition.svg") no-repeat left top 1px/20px 18px;
}

.sheet__info .tempo-icon {
  background: url("https://virtualpiano.net/wp-content/uploads/img/tempo.svg") no-repeat left 3px top 2px/13px 17px;
}

.sheet__info span {
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 10px 2px;
  line-height: 1;
  background: #fff;
  border-radius: 6px;
}

.sheet__info a {
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.sheet__info a:hover, .sheet__info a:active, .sheet__info a:focus {
  color: rgba(0, 0, 0, 0.85);
}

.sheet__info a:hover {
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.sheet__info-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sheet__info-tags span {
  margin-right: 8px;
}

.sheet__button {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  padding: 12px 25px 8px 55px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FF8300;
  text-shadow: 0 0 12px #FF8300;
  background: #000 url("https://virtualpiano.net/wp-content/uploads/img/piano-icon.svg") no-repeat top 8px left 25px/20px 19px;
  border: 3px solid #FF8300;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
}

.sheet__button:hover, .sheet__button:focus, .sheet__button:active {
  color: #FF8300;
}

.sheet__button:hover {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  background: #FF8300 url("https://virtualpiano.net/wp-content/uploads/img/piano-icon-hover.svg") no-repeat top 8px left 25px/20px 19px;
  color: #000;
}

.sheet__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}

.sheet__tags span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #919191;
  padding: 8px 10px 4px;
  letter-spacing: .8px;
  line-height: 1;
  background: #E6E6E6;
  border-radius: 4px;
  margin-left: 15px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sheet__tags span:hover {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  background: #919191;
}

.sheet__tags span:hover a {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  color: #E6E6E6;
}

.sheet__tags a {
  color: #919191;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sheet__tags a:hover, .sheet__tags a:focus, .sheet__tags a:active {
  color: #919191;
}

.sheet__authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 80px 0;
  margin-left: 0;
}

.sheet__authors ul {
  margin: 0;
}

.sheet__authors li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
}
.sheet__authors-artist li {
  width: 100%;
  margin-bottom: 30px;
}
.sheet__authors .label {
  font-family: Arial;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.sheet__authors .icon {
  border-radius: 50%;
  border: 1px solid #4E4E4E;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-bottom: -5px;
}
.sheet__authors .icon  a {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
}
.sheet__authors .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  background: -o-radial-gradient(rgba(15, 15, 15, 0.1) 0%, rgba(15, 15, 15, 0) 35%, rgba(0, 0, 0, 0.9) 75%);
  background: radial-gradient(rgba(15, 15, 15, 0.1) 0%, rgba(15, 15, 15, 0) 35%, rgba(0, 0, 0, 0.9) 75%);
}

.sheet__authors span {
  line-height: 1;
}

.sheet__authors a {
  color: rgba(0, 0, 0, 0.85);
}

.sheet__authors a:hover, .sheet__authors a:focus, .sheet__authors a:active {
  color: rgba(0, 0, 0, 0.85);
}

.sheet__authors img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}

.sheet .section-title {
  display: block;
  border-bottom: 1px solid #FF8300;
  font-size: 26px;
  color: #FF8300;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  padding: 7px 0;
  margin-bottom: 30px;
}

.sheet .related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
  margin-left: 0;
}

.sheet .related li {
  width: 32.2%;
  height: 230px;
  background: #919191;
  background-size: cover;
  background-position: 50% 50%;
}

.sheet .related a {
  display: block;
  background: #fff;
  text-align: center;
  font-weight: 700;
  padding-bottom: 5px;
}

.rmp-results-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rmp-results-widget span {
  background-color: transparent;
  padding: 0 3px;
}

#rating {
  position: relative;
  top: -3px;
}

@media (max-width: 1600px) {
  .sheet__head {
    background-size: auto 120% !important;
  }
}



@media (max-width: 1250px) {
  .sheet__authors {
    justify-content: space-between;
  }
  .sheet__authors ul {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .sheet__info li {
    font-size: 14px;
    margin-bottom: 16px;
    margin-right: 24px;
  }
  .sheet__info h5 {
    font-size: 14px;
  }
  .sheet__head h1.verified::after {
  	margin-left: 3px;
  }
  .sheet__head-wrapper {
  	max-width: 100%;
  }
  .sidebar {
    display: none;
  }
  .container {
    max-width: 800px;
    width: 100%;
  }
  .sheet #primary {
    width: 100%;
    float: none;
    left: 0;
  }
  .sheet > .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .sheet__head-wrapper {
    min-height: 400px;
  }
  .sheet__authors ul {
    width: 100%;
  }
  .sheet__wrapper {
    margin-top: 0;
  }
  .sheet__tags {
    padding-right: 15px;
  }
  .fb-comments {
    width: calc(100% - 30px) !important;
    display: block;
        position: relative;
        left: 15px
  }
  .rmp-rating-widget__icons {
    width: 100%;
        margin: 10px 0 !important;
  }
  .rmp-rating-widget .rmp-heading--title {
    width: 100%;
    margin-right: 0 !important;
  }
  .rmp-rating-widget p:not(.rmp-heading--title) {
    text-align: center !important;
    font-size: 13px;
  }
  .sheet .site-main {
    margin: 0;
  }
  .dashboard__title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sheet__head {
    padding-bottom: 0;
  }
  .sheet__head h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .sheet__head h1::after {
    margin-left: 3px;
  }
  .sheet__date {
    margin-top: 0;
  }
  .sheet > .container {
    padding: 0;
  }
  .sheet__wrapper {
    border-radius: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sheet__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sheet__info li {
    margin-right: 0;
  }
  .sheet__info li:first-child h5 {
    max-width: 120px;
  }
  .sheet__content {
    padding: 20px 15px 30px;
    font-size: 14px;
  }
  .sheet__button {
    display: block;
    max-width: 275px;
    text-align: center;
    margin: 25px auto 0;
  }
  .sheet__authors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 20px;
    margin-bottom: 0;
  }
  .sheet__authors li {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  .sheet__author {
    font-size: 25px;
  }
  .sheet .section-title, .sheet .related, .songs-list {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    position: relative;
    left: 20px;
  }
  article.music_sheet, #fb-root {
    margin: 0 !important;
  }
  .sheet .section-title {
    font-size: 20px;
    letter-spacing: .8px;
  }
  .sheet .related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .sheet .related li {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .sheet__head-image {
    width: 100%;
  }
  .sheet__head::before {
   display: none;
  }
  .sheet__head::after {
    width: 100%;
    background: linear-gradient(to right, #000 0%, rgba(0,0,0,.3) 100%);
  }
}
