/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2025 | 09:47:48 */
/* 
CSS FOR HEADER & FOOTER
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body .grid-container {
  max-width: none;
}
.site-footer .menu-community-container .sub-menu a {
  font-size: 0;
}
.regular-content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  overflow-x: hidden;
}
.overlay-banner {
  position: relative;
  padding: 40px 20px 60px;
}
.overlay-banner * {
  position: relative;
  z-index: 2;
}
.overlay-banner::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  z-index: 1;
}
.overlay-banner .dashboard__title {
  background: none;
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}
.overlay-banner .dashboard__title span {
  
}
.overlay-banner p {
  color: #fff;
  text-align: center;
  line-height: 1.9;
  max-width: 550px;
  margin: 0 auto;
  display: block;
  font-size: 12px;
}
.fl-button:hover .story-piano-icon:before {
    color: #000;
    transition: .2s linear;
}
.category__icon {
	width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.category__icon img {
  width: 45px;
  display: block;
  height: auto;
}
.pagination-list {
  flex-flow: row wrap;
}
/* .regular-content-wrapper */
.pagination-list .page-numbers {
  margin-bottom: 8px;
}
li {
/*  list-style: none; */
}
h4, h5 {
font-style: italic;
}
.search-results {
  background: #fff;
}
.arrow {
  width: 20px;
  height: 20px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 3;
      position: relative;
    right: 3px;
    top: 1px;
}

.arrow span,
.arrow i {
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #EDEDF2;
  border-right: 2px solid #EDEDF2;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow:hover span {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.faq-module .fl-accordion {
        display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.faq-module .fl-accordion-item-active .fl-accordion-button-icon::before, .fl-accordion-item-active .fl-accordion-button-label {
  color: #FF8300;
  transition: .3s;
}
.faq-module .fl-accordion-button-icon {
    opacity: 1;
    position: relative;
    top: -2px;
}
.faq-module .fl-accordion-button-label {
     transition: .3s;
 }
.faq-module .fl-accordion-button-icon::before {
    color: #000;
    transition: .3s;
}
.faq-module .fl-accordion-item {
     width: 48.9%;
     margin-bottom: 20px !important;
}  
.difficulty-module .fl-col-bg-overlay > div::after {
    transition: .3s;
}
.difficulty-module .fl-col-bg-overlay:hover > div::after {
    opacity: 0.5;
    transition: .3s;
}
.arrow-left {
  left: 3px;
  right: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.how-to-rules li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid #4E4E4E;
  font-size: 15px;
  color: #252525;
    font-size: 15px;
}

.how-to-rules li:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
.how-to-rules li:last-child {
  border-bottom: 0;
}

.how-to-rules li:first-child span {
}

.how-to-rules span {
  padding: 10px 10px 10px 25px;
  letter-spacing: .35px;
}

.how-to-rules span:first-child {
  font-weight: 700;
  min-width: 215px;
  border-right: 0.5px solid #4E4E4E;
  padding-left: 30px;
}

.how-to-rules span:last-child {
  width: 100%;
  padding-right: 0;
}
.how-to-rules {
  margin: 0;
}

.fl-html .piano-menu__search-genres {
   border-top: none;
   justify-content: center;
    flex-flow: row wrap;
}
.fl-html .piano-menu__search-genres a {
  width: -webkit-calc(100% / 8);
  width: calc(100% / 8);
}

   
.piano-menu__search-genres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #555;
}

.piano-menu__search-genres h4{
  border-right: 1px solid rgba(255,255,255,0.5); 
  padding-right: 10px;
  margin-right:30px;
}

.piano-menu__search-genres a {
  display: block;
  color: #b7b7b7;
  text-decoration: none;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
}

.piano-menu__search-genres span {
white-space: break-spaces;
}


.piano-menu__search-genres a:hover div {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-color: transparent;
}

.piano-menu__search-genres a:hover div::after {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.piano-menu__search-genres a:hover div::before {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.piano-menu__search-genres a:hover span {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.piano-menu__search-genres a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.piano-menu__search-genres span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight:700;
  text-align: center;
  display: block;
  margin-top: 15px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  line-height:1.7;
  padding: 0 2px;
}

.piano-menu__search-genres img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.piano-menu__search-genres .more i {
  display: block;
  margin: 0 auto;
  background: url("../img/more-genres.svg") no-repeat center center/45%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  padding: 0;
  width: 80%;
  padding-bottom: 80%;
  position: relative;
}

.piano-menu__search-genres .more i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/more-genres-hover.svg") no-repeat center center/45%;
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.piano-menu__search-genres .more:hover i::after {
  opacity: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.piano-menu__search-genres .genres-icon {
  border-radius: 50%;
  border: 1px solid #4E4E4E;
  width: 80%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.piano-menu__search-genres .genres-icon::after, .piano-menu__search-genres .genres-icon::before {
  content: '';
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  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%);
}

.piano-menu__search-genres .genres-icon::before {
  background: none;
  opacity: 0;
  border-radius: 50%;
  border: 3px solid #fafafa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media(max-width: 767px) {
  .fl-html .piano-menu__search-genres a {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
    margin-bottom: 15px;
  }
  .faq-module .fl-accordion-item {
     width: 100%;
     margin-bottom: 20px !important;
  }   
      .how-to-rules li {
        font-size: 12px;
    }
	.how-to-rules span {
        padding: 10px;
    }

	.how-to-rules span:first-child {
        min-width: auto;
        padding-left: 10px;
        width: 40%;
    }
}
@media(max-width: 500px) {
  .fl-html .piano-menu__search-genres a {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  }
}

.fl-builder-content-2768 {
  width: 100%;
}
.quote-slider .fl-module-content {
  margin: 0;
  width: 100%;
}
.fl-content-slider, .bx-viewport, .fl-slide {
  min-height: auto !important;
}
.quote-slider {
  border: 8px solid #E6E6E6;
  position: relative;
  text-align: center;
  padding: 0 30px;
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
}
.quote-slider blockquote {
  border: 0;
  font-size: 24px;
  font-weight: 300;
  font-family: PlayfairDisplay;
  color: #000;
  font-style: normal;
}
.quote-slider cite {
  color: #919191 !important;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 5px;
  font-style: normal;
}
.quote-slider .fl-slide-text > p {
  margin-bottom: 8px !important;
}
.quote-slider .quote-author {
  color: #919191 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  margin-top: 8px;
}
.quote-slider::after {
  content: 'QUOTE OF THE MOMENT' !important;
  font-size: 14px;
  color: #B7B7B7;
  letter-spacing: .5px;
  font-weight: 700;
  font-family: Spartan;
  display: block;
  white-space: nowrap;
  left: 50%;
  transform: translatex(-50%);
  padding: 0px 15px;
    position: absolute;
    bottom: -12px;
    background: #fff;
  backdrop-filter: none;
  line-height: 1;
}

/* FB Comments styling */
.fb-comments > span {
  margin-bottom: 60px;
}
.fb-comments,
.fb-comments > span,
.fb-comments iframe {
  width: 100% !important;
}

.fb-comment-section {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
}

.page-pagination {
  max-width: 880px;
  width: 100%;
  margin: 25px auto 80px !important;
}
.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-pagination p {
  font-size: 30px;
  font-weight: 700;
  color: rgba(0,0,0,.85);
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FF8300;
}
.pagination-list a,
.pagination-list span {
  min-width: 33px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 5px 3px 7px;
  line-height: 1;
  color:#464545;
  font-size: 17px;
  font-family: RobotoMono;
  border-radius: 0 0 10px 10px;
  margin: 0 4px;
  border: 1px solid #B7B7B7;

  background: linear-gradient(to bottom, #fff, #F4F4F4 30%, #E0E0E0 35%, #FAF8F8 70%, #FFFFFF 77%);
}
.pagination-list a:hover {
   background: linear-gradient(to bottom, #fff, #F4F4F4 15%, #E0E0E0 35%, #F4F4F4 77%);
}
.pagination-list .current {
  color: #fff;
 border-color: #FF8300;
  background: linear-gradient(to bottom, #EB7D08, #C76700 30%, #C36500 35%, #FF8300 70%, #FF8300 77%);
}
.pagination-list .prev,
.pagination-list .next {
  color: #EDEDF2;
  padding: 5px 10px 7px;
  position: relative;
  top: -1px;
  border: 0;
  min-width: 102px;
}
.pagination-list .prev {
  border-radius: 10px 0 0 10px;
}
.pagination-list .next{
  background: linear-gradient(to left, #000000, #2B2B2B 7%, #141414 11%, #585858 15%, #272727 100%);
}
.pagination-list .next:hover {
  background: linear-gradient(to left, #000000, #2B2B2B 7%, #141414 11%, #585858 15%, #272727 50%);
}
.pagination-list .prev:hover {
  background: linear-gradient(to right, #000000, #2B2B2B 7%, #141414 11%, #585858 15%, #000 50%);
}
.pagination-list .prev {
  background: linear-gradient(to right, #000000, #2B2B2B 7%, #141414 11%, #585858 15%, #272727 100%);
}
.pagination-list .next {
  border-radius: 0 10px 10px 0;
}

.entry-content .search-field {
      border-width: 2px;
    border-radius: 10px;
    border-color: #333;
    width: 100%;
    color: #000;
    max-width: 300px;
    background: transparent;
    padding: 7px 15px 5px;
}
.entry-content .search-field:focus {
  border-color: #ff8300;
  color: #000;
  outline: none;
}
.entry-content .search-submit {
  display: block;
  margin-top: 20px;
  border: 2px solid #ff8300;
  border-radius: 25px;
  width: 160px;
  color: #ff8300;
  background: rgba(0,0,0,.85);
  font-weight: 700;
  transition: .3s;
}
.entry-content .search-submit:focus {
  color: #ff8300;
  background: rgba(0,0,0,.85);
}
.entry-content .search-submit:hover {
  transition: .3s;
  background: #ff8300;
  color: #000;
}

.dashboard__title {
  display: block;
  text-align: center;
  background: #EDEDF2;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 18px 10px 12px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.4;
  text-transform: capitalize;
}

.dashboard__title span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: PlayfairDisplay;
}

.dashboard__title_edu {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 18px 10px 12px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.4;
  text-transform: capitalize;
}

.dashboard__title_edu span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: PlayfairDisplay;
}

.btn, .rmp-feedback-widget__btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 2px solid #FF8300;
  color: #FF8300;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  text-shadow: 0 0 15px #FF8300;
  padding: 9px 16px 7px;
  font-family: Spartan;
  letter-spacing: .8px;
  cursor: pointer;
  background: rgba(20, 20, 20, 0.8);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  line-height: 1;
  margin: 0;
}

.btn:focus, .rmp-feedback-widget__btn:focus {
  outline: none;
  color: #FF8300;
  background: #000;
padding: 9px 16px 7px;
  font-size: 12px;
  margin: 0;
  border: 2px solid #FF8300;
}

.btn:hover, .rmp-feedback-widget__btn:hover {
  background: #FF8300;
  color: #000;
  text-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.top-bar {
  order: 4;
  background: transparent;
  padding-right: 20px;
  padding-left: 5px;
}
.top-bar .widget, .top-bar .widget_nav_menu li, .inside-top-bar, .top-bar aside {
  padding: 0;
  margin: 0 !important;
}
.top-bar .menu > li > a {
  border-radius: 30px;
  border: 2px solid #FF8300;
  padding: 3px 20px 1px;
  color: #FF8300 !important;
  margin: 0;
   transition: .3s;
}
.top-bar .menu > li > a:hover {
  transition: .3s;
  color: #000 !important;
  background: #FF8300;
}

/*filter buttons in song search*/
.filtering {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #FF8300;
  border-bottom: 1px solid transparent;
  margin-top: 0;
    padding: 0 12px;
  position: relative;
  z-index: 16;
  transition:.3s;
}
.filtering.active {
  background: #EDEDF2;
  border-bottom: 1px solid #FF8300;
  border-top: 1px solid #EDEDF2;
  transition:.3s;
}
.filtering.active .filtering-block {
  opacity: 1;
  visibility: visible;
  transition:.3s;
}
.filtering-block {
  display: flex;
  letter-spacing: .35px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition:.3s;
}
.filtering-right {
  padding: 10px 0 12px;
  display: flex;
  justify-content: flex-end;
  color: #000;
}
.filtering-button {
  margin-left: 20px;
    transition: .3s;
  cursor: pointer;
}
.filtering-button svg {
  height: 15px;
}
.filtering-button.active path,
.filtering-button.active rect{
   transition: .3s;
}
.filtering-button.active {
  color: #FF8300;
  transition: .3s;
}
.filtering-button.active path,
.filtering-button.active rect{
  fill: #FF8300;
}
.filtering-right p {
  font-weight: 300;
  margin-bottom: 0;
}
.filtering-right span {
  font-weight: 700;
}
.sort_by_rating{
  margin-right: 25px;
  padding: 10px 0 12px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.sort_by_rating h5 {
  font-style:normal;
    font-size: 13px;
  margin: 0;
  cursor: pointer;
  transition: .3s;
}
.sort_by_rating h5 path,
.sort_by_rating h5 svg{
  transition: .3s;
}
.sort_by_rating:hover h5, .sort_by_rating h5.active {
  color: #FF8300;
  transition: .3s;
}
.sort_by_rating:hover svg {
  transition: .3s;
  transform: rotate(180deg);
  position: relative;
  top: -1px;
}
.sort_by_rating:hover path, .sort_by_rating h5.active path {
  fill: #FF8300;
  transition: .3s;
}
.sort_by_rating:hover .filtering-list {
  opacity: 1;
  transition: .3s;
  visibility: visible;
  transform: translate3d(0,0,0);
}
.filtering-list {
  position: absolute;
  left: 0;
  top: 46px;
  border: 1px solid #FF8300;
  border-top: 0;
  padding: 0 25px 20px;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  transform: translate3d(0,-10px,0);

  background: #EDEDF2;
  width: 165px;
}
.sort_by_rating h5 svg {
  margin-left: 3px;
}
.sort_by_rating a {
  display: block;
  margin-bottom: 7px;
}
.sort_by_rating a:last-child {
  margin-bottom: 0;
}


.songs-list {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

.songs-list > li {
  width: 32%;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  padding: 10px 10px 22px;
  margin-right: 2%;
}


.songs-list > li:nth-of-type(3n) {
  margin-right: 0;
}

.songs-list > li:hover {
  background: #FF8300;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list > li:hover .songs-list__name {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list > li:hover .songs-list__sheet {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list > li:hover .songs-list__sheet {
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.songs-list > li:hover .songs-list__name.verified::after {
  filter: invert(100%) grayscale(100%) brightness(0%);
}



.songs-list__img {
  width: 100%;
  height: 260px;
  position: relative;
  z-index: 1;
}

.songs-list__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  z-index: 3;
}

.songs-list__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  z-index: 1;
}
.site {
	background: #fff;
}
.page-id-3440 .entry-content,
.postid-8766 .entry-content,
.postid-8766 .inside-article,
.postid-8766 .site-main {
  margin: 0;
  padding: 0;
}
.page-id-3440 .inside-article {
  padding: 20px 0;
}
.songs-list__sheet {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 10px 0;
  background: #E6E6E6;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.custom-banner {
  position: absolute;
    top: 0;
    width: 100vw !important;
    height: 400px;
    left: -20vw;
    background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.custom-banner p {
  font-size: 20px;
}
.custom-banner span {
  color: #ff8300;
  font-weight: 700;
}
.custom-banner-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.custom-banner-wrap h1 {
  color: #ff8300;
}
.sidebar .pp-content-grid-pagination {
  display: none;
}

.sidebar .sidebar-content {
    max-width: 160px;
  padding: 0;
}
.inside-right-sidebar .sidebar-content {
  margin-left: auto;
}
.sidebar .widget .sidebar-content {
  background: #EDEDF2;
  border-radius: 8px;
  padding: 20px 15px 10px;
  font-size: 14px;
}
.sidebar .sidebar-title {
  font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ff8300;
    padding-bottom: 15px;
    width: 160px;
    position: relative;
    left: -15px;
}
.featured-image {
  display: none !important;
}
.sidebar .sidebar-title span {
  font-size: 13px;
    letter-spacing: .4px;
    display: block;
      margin-bottom: 4px!important;
    line-height: 1.3;
    font-family: PlayfairDisplay;
}
.fl-builder-content-8307,
.fl-builder-content-8309,
.fl-builder-content-9002,
.fl-builder-content-8991 {
  padding: 0 !important;
} 
.sidebar .widget {
  padding: 0 20px;
}
.regular-content-wrapper .sidebar .widget {
  padding: 0 0;
}
.sidebar .pp-content-grid-image {
    border-radius: 50%;
    overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.sidebar .music_sheet .pp-content-grid-image {
    border-radius: 8px;
}
.sidebar .pp-content-post-data a {
  color: #000;
}
.sidebar .pp-content-grid-inner h3 {
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 700;
    margin: 10px 0 !important;
    display: block;
}
.sidebar .pp-content-post:first-child {
  margin-bottom: 25px!important;
    padding-bottom: 5px!important;
  position: relative;
  overflow: visible;
}

.sidebar .pp-content-post:first-child::after {
      content: '';
    position: absolute;
    width: 160px;
    height: 1px;
    background: #d1d1d1;
    bottom: 0;
    left: -15px;

}
.sidebar .pp-content-grid-image img {
  display: block;
}

.frm_forms label {
  font-family: Spartan !important;
}
.frm_forms input,
.frm_forms textarea {
  color: #000 !important;
  font-family: Spartan !important;
  border-radius: 10px !important;
  padding: 7px 10px 6px;
  border-color: #555 !important;
}
.with_frm_style .frm_scale input[type=radio]:before {
    margin: 0px 0 0 0px !important;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    vertical-align: -webkit-baseline-middle !important;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    padding-left: 25px !important;
}

.with_frm_style {
  --text-color: #579AF6 !important;
}

.frm_forms input:focus,
.frm_forms textarea:focus {
  box-shadow: none !important;
  outline: none;
  border-color: #555 !important;
}
.frm_button_submit {
  font-family: Spartan !important;
  background: rgba(0,0,0,.9) !important;
}
.frm_button_submit:hover {
  background: #ff8300 !important;
}

.page-id-3440  #primary {
      padding-top: 400px;
}
.page-id-3820 .inside-article,
.page-id-3829 .inside-article {
  padding-top: 0;
  overflow: visible;
  
}
.page-id-3820 .sidebar,
.page-id-3440 .sidebar {
  margin-top: 400px;
}
.songs-list__sheet p {
 padding: 7px 15px;
  line-height: 1.5;
  
   background: #fff;
   
    border-left: 5px solid #FF8300;
    font-size: 15px;
    color: #0F0F0F;
    font-family: RobotoMono;
    margin: 0px;
    border-bottom: 0px;
}
.songs-list__sheet p:first-child {
  padding-top: 30px;
}
.songs-list__sheet p:last-child {
  height: 100%;
  padding-bottom: 25px;
}

.songs-list__info {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  min-height: 52px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -43px;
  margin-bottom: 18px;
}

.songs-list__info div {
  margin: 0 10px 10px;
  text-align: center;
  text-shadow: 1px 2px 0 #000;
}

.songs-list__info div:last-child {
  width: 100%;
  margin: 0;
  text-align: center;
}

.songs-list__info div:last-child span {
  background: #000;
  padding: 7px 20px 6px;
  line-height: 1;
  border-radius: 5px;
}

.songs-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

/*rating widget in songs cards 'stars' */

.song_rating_widget {
  position: absolute;
  z-index: 5;
  padding: 13px 0px 0px 20px;
}

.songs-list__name {
  color: #FF8300;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: 1px;
  line-height: 1.3;
  font-style: normal;
}

.songs-list__name.verified::after {
  transition: .3s;
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url("https://virtualpiano.net/wp-content/uploads/img/verified.svg") no-repeat center center/contain;
}

.songs-list__artist {
  font-family: PlayfairDisplay;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  font-style: normal;
}
.related-artists {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.related-artists li {
  width: 31.4%;
  margin-bottom: 70px;
  position: relative;
  margin-right: 2.9%;
}

.related-artists li:nth-of-type(3n) {
  margin-right: 0;
}

.related-artists li:hover .related-artists__img img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.related-artists a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.related-artists__img {
  z-index: 1;
  margin-bottom: 23px;
  position: relative;
  width: 100%;
  
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
}

.related-artists__img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -o-radial-gradient(rgba(15, 15, 15, 0.05) 0%, rgba(15, 15, 15, 0.15) 40%, black 100%);
  background: radial-gradient(rgba(15, 15, 15, 0.05) 0%, rgba(15, 15, 15, 0.15) 40%, black 100%);
}

.related-artists__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 3px solid #4E4E4E;
}

.related-artists__name {
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 25px;
  font-family: PlayfairDisplay;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}

.related-title {
  margin-top: 50px;
}
.rmp-feedback-widget__btn:hover {
  padding: 9px 16px 7px;
  font-size: 12px;
  margin: 0;
  border: 2px solid #FF8300;
}
.home__more {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 1px solid #FF8300;
  color: #FF8300;
  font-weight: 700;
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  position: relative;
    top: -1px;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.home__more:hover::after {
  border-color: #000;
  transition: .3s;
}
.home__more::after {
    transition: .3s;
  border-color: #FF8300;
  border-right: 2px solid #FF8300;
  border-top: 2px solid #FF8300;
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 6px;
  position: relative;
  top: -1px;
}
#site-navigation, #sticky-navigation {
  background: #000;
  border-bottom: 1px solid #FF8300;
}

#site-navigation .header-image, #sticky-navigation .header-image {
  margin-right: 20px;
}

.main-nav .menu-item:nth-child(1) a::before,
.main-nav .menu-item:nth-child(1) a::before {
 background-position:0 0
}
.main-nav .menu-item:nth-child(2) a::before,
.main-nav .menu-item:nth-child(2) a::before {
 background-position:-18px 0
}
.main-nav .menu-item:nth-child(3) a::before,
.main-nav .menu-item:nth-child(3) a::before {
 background-position:-36px 0
}
.main-nav .menu-item:nth-child(4) a::before,
.main-nav .menu-item:nth-child(4) a::before {
 background-position: -174px 0;
}
.main-nav .menu-item:nth-child(5) a {
 padding-right:0
}
.main-nav .menu-item:nth-child(5) a::before,
.main-nav .menu-item:nth-child(5) a::before {
 background-position:-68px 0
}
.main-nav .menu-item:nth-child(1) a::after,
.main-nav .menu-item:nth-child(1) a::after {
 background-position:0 -16px
}
.main-nav .menu-item:nth-child(2) a::after,
.main-nav .menu-item:nth-child(2) a::after {
 background-position:-18px -16px
}
.main-nav .menu-item:nth-child(3) a::after,
.main-nav .menu-item:nth-child(3) a::after {
 background-position:-36px -16px
}
.main-nav .menu-item:nth-child(4) a::after,
.main-nav .menu-item:nth-child(4) a::after {
 background-position: -174px -16px;
}
.main-nav .menu-item:nth-child(5) a::after,
.main-nav .menu-item:nth-child(5) a::after {
 background-position:-68px -16px
}

.main-nav .menu-item a::before, .main-nav .menu-item a::after, .main-nav .menu-item a::before, .main-nav .menu-item a::after,
.inside-footer-widgets .widget::after,
.inside-footer-widgets .widget h2::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  top: 18px;
  background-repeat: no-repeat;
  background-image: url("../img/sprite.svg");
  background-size: auto 200%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.main-navigation .menu-item:hover .sub-menu,
.main-navigation .menu-item .sub-menu.active{
    opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
  transition: .3s;
  
}
.main-nav .menu-item a::after, .main-nav .menu-item a::after {
  opacity: 0;
}
.main-navigation .menu-item .sub-menu li {
  margin-bottom: 0 !important; 
  border-bottom: 1px solid #707070;
}
.main-navigation .menu-item .sub-menu li:last-child {
  border-bottom: 0;
}
.main-navigation .menu-item .sub-menu a {
  padding: 20px 38px 20px 60px !important;
    display: block;
    position: relative;
    margin: 0;
    
    background: #262626;
    transition: .3s;
	position: relative;
  text-align: left;
}
.main-navigation .menu-item .sub-menu a::before,
.main-navigation .menu-item .sub-menu a::after{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 30px;
  top: 22px;
  background-image: url(../img/sprite.svg);
  background-position-x: -123px;
  background-position-y: 0;
  background-size: auto 200%;
}
.main-navigation .menu-item .sub-menu a::after {
  background-position-y: -16px;
  opacity: 0;
}
.main-navigation .menu-item .sub-menu li:last-child a::before {
  background: url(../img/logout-w.svg) no-repeat center center/ contain;
  width: 18px;
  height: 18px;
    top: 21px;
}
.main-navigation .menu-item .sub-menu li:last-child a::after {
  background: url(../img/logout-or.svg) no-repeat center center/ contain;
   width: 18px;
  height: 18px;
  top: 21px;
}
.main-navigation .menu-item .sub-menu {
  background: transparent;
  margin: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.8);
  float: none;
  left: auto;
  right: 0;
  top: 30px;
  padding-top: 14px;
  border-radius: 4px;
  overflow: hidden;
  height: auto;
  display: block;
  width: auto;
  min-width: 130px;
  text-align: center;
  transform: translate3d(0,-10px,0);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-top: 0;
}



#site-navigation .menu-item a, #sticky-navigation .menu-item a {
  position: relative;
  font-family: Spartan;
  font-size: 13px;
  letter-spacing: .5px;
  color: #fff;
  font-weight: 700;
  padding-left: 22px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#site-navigation .menu-item a:hover, #sticky-navigation .menu-item a:hover {
  color: #FF8300;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#site-navigation .menu-item a:hover::after, #sticky-navigation .menu-item a:hover::after {
  opacity: 1;
}

#site-navigation .menu-item a:hover::before, #sticky-navigation .menu-item a:hover::before {
  opacity: 0;
}

#site-navigation .menu .current-menu-item a, #sticky-navigation .menu .current-menu-item a {
  color: #FF8300;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#site-navigation .menu .current-menu-item a::after, #sticky-navigation .menu .current-menu-item a::after {
  opacity: 1;
}

#site-navigation .menu .current-menu-item a::before, #sticky-navigation .menu .current-menu-item a::before {
  opacity: 0;
}


.site-footer .fl-builder-module-template {
  padding: 0;
}
.site-footer .pp-content-post {
  display: flex;
  margin-bottom: 10px !important;
}
.site-footer .pp-content-grid-image {
    width: 50px;
  min-width: 50px;
    height: 50px;
  margin-right: 15px;
      border-radius: 50%;
    border: 1px solid #4E4E4E;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.site-footer .fl-photo, .site-footer .fl-photo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-footer .pp-content-grid-image img{
    width: 100%;
    height: 100% !important;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.site-footer .pp-content-grid-inner {
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-footer .pp-content-grid-pagination {
  display: none;
}
.site-footer .footer-widgets-container {
  max-width: 1440px;
}
.site-footer .footer-widgets-container .inner-padding {
  padding-left: 25px;
}
.site-footer .footer-widgets {
  background: url(../img/repeater-virtual-piano.svg) repeat-x center top/ 20%, linear-gradient(to bottom,rgba(17,13,34,1),rgba(76,62,145,.71)) !important;
  font-family: Spartan;
  padding: 95px 25px 30px;
}
.footer-widgets h2 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}
.footer-widgets a {
  font-size: 12px;
  font-weight: 400;
}
.footer-widget-2 {
  background: url(https://virtualpiano.net/wp-content/uploads/2021/04/virtual-piano-keyboard-logo.svg) no-repeat left top/ 16%;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}
.search-results .entry-header {
  display: block;
}
.inside-footer-widgets > div {
  float: none;
  display: flex;
  width: 100%;
}
.inside-footer-widgets .widget {
  margin-bottom: 30px;
}
.footer-widget-2 {
  justify-content: flex-end;
  padding-left: 18%;
}
.footer-widget-2 aside {
  width: calc(100% / 5);
}
.footer-widget-2, .footer-widget-3 {
  border-bottom: 1px solid #FF8300;
  margin-bottom: 30px;
}
.site-footer .footer-widgets-container .footer-widget-3 .widget:first-child {
  padding-left: 0;
}
.footer-widget-3 {
  justify-content: space-between;
}
.footer-widget-3 .widget:nth-child(1),
.footer-widget-3 .widget:nth-child(2) {
  width: 28%;
}
.footer-widget-3 .widget:nth-child(3),
.footer-widget-3 .widget:nth-child(4) {
  width: 20%;
}
.menu-account-container a {
  color: #FF8300 !important;
}
.menu-account-container .menu-item-929 a,
.menu-account-container .menu-item-2630 a {
  background: url('../img/login.svg') no-repeat left center/ 17px 17px;
  padding-left: 25px;
}
.menu-account-container .menu-item-3087 a {
  background: url('../img/membership.svg') no-repeat left top 1px/ 16px auto;
  padding-left: 25px;
}
.menu-account-container .menu-item-3081 a {
  
  background: url('../img/logout-or.svg') no-repeat left center/ 17px 17px;
  padding-left: 25px;
}
.menu-account-container .menu-item-927 a {
  margin-top: 7px;
  padding: 7px 25px 4px 12px;
  border-radius: 20px;
  border: 2px solid #FF8300;
  position: relative;
  display: inline-block;
  font-weight: 700;
  transition: .25s;
  color: #FF8300;
  
}
.menu-account-container .menu-item-927 a:hover {
  background: #FF8300;
  color: #000 !important;
  transition: .25s;
}
.menu-account-container .menu-item-927 a:hover::before, .menu-account-container .menu-item-927 a:hover::after {
  background: #000;
  transition: .25s;
}
.menu-account-container .menu-item-927 a::before, .menu-account-container .menu-item-927 a::after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  right: 8px;
  top: 15px;
  background: #FF8300;
  transition: .25s;
}
.menu-account-container .menu-item-927 a::before {
  transform: rotate(90deg);
}
.footer-widgets .pp-content-post a {
      line-height: 1.8;
    display: block;
    text-align: left;
}
.footer-widget-3 h2 {
  margin-bottom: 25px;
}
.menu-community-container .menu-item {
  position: relative;
  
}
.menu-community-container .sub-menu {
  display: flex;
  margin-left: 0;
  margin-top: 15px;
}
.menu-community-container .sub-menu li {
  margin-right: 15px;
}
.menu-community-container .sub-menu li:nth-child(1) a {
  background: url('../img/twitter.svg') no-repeat center center/ 29px 24px;
}
.menu-community-container .sub-menu li:nth-child(2) a {
  background: url('../img/youtube.svg') no-repeat center center/ 29px 21px;
}
.menu-community-container .sub-menu li:nth-child(3) a {
  background: url('../img/fb.svg') no-repeat center center/ 24px 24px;
}
.menu-community-container .sub-menu li:nth-child(4) a {
  background: url('../img/soundcl.svg') no-repeat center center/ 30px 17px;
}
.menu-community-container .sub-menu li:nth-child(1) a::after {
  content: '';
  opacity: 0;
  background: url('../img/twitter-h.svg') no-repeat center center/ 29px 24px;
}
.menu-community-container .sub-menu li:nth-child(2) a::after {
  content: '';
  opacity: 0;
  background: url('../img/youtube-h.svg') no-repeat center center/ 29px 21px;
}
.menu-community-container .sub-menu li:nth-child(3) a::after {
  content: '';
  opacity: 0;
  background: url('../img/fb-h.svg') no-repeat center center/ 24px 24px;
}
.menu-community-container .sub-menu li:nth-child(4) a::after {
  content: '';
  opacity: 0;
  background: url('../img/soundcl-h.svg') no-repeat center center/ 30px 17px;
}
.menu-community-container .sub-menu li:nth-child(1) a:hover {
  background: url('../img/twitter-h.svg') no-repeat center center/ 29px 24px;
}
.menu-community-container .sub-menu li:nth-child(2) a:hover {
  background: url('../img/youtube-h.svg') no-repeat center center/ 29px 21px;
}
.menu-community-container .sub-menu li:nth-child(3) a:hover {
  background: url('../img/fb-h.svg') no-repeat center center/ 24px 24px;
}
.menu-community-container .sub-menu li:nth-child(4) a:hover {
  background: url('../img/soundcl-h.svg') no-repeat center center/ 30px 17px;
}
.menu-community-container .sub-menu a {
  display: block;
  width: 30px;
  height: 30px;
}
.menu-account-container li a {
  color: #FF8300;
  padding: 4px 0;
}
.site-footer .footer-widgets-container .footer-widget-4,
.site-footer .footer-widgets-container .footer-widget-5{
  justify-content: space-between;
}
.site-footer .footer-widgets-container .footer-widget-4::before, 
.site-footer .footer-widgets-container .footer-widget-4::after,
.site-footer .footer-widgets-container .footer-widget-5::before,
.site-footer .footer-widgets-container .footer-widget-5::after {
  display: none;
}
.site-footer .footer-widgets-container .footer-widget-4 .widget_nav_menu,
.site-footer .footer-widgets-container .footer-widget-5 .widget_nav_menu{
  padding-left: 0;
  width: calc(100% - 18%);
}
.site-footer .footer-widgets-container .footer-widget-4 .widget_custom_html,
.site-footer .footer-widgets-container .footer-widget-5 .widget_custom_html{
    border-right: 1px solid #FF8300;
    padding: 0 30px 0 0;
    text-align: right;
    width: 16%;
    margin-bottom: 0;
}
.footer-widget-5 {
  margin-top: 30px;
}
.footer-widget-4 .widget_custom_html h2,
.footer-widget-5 .widget_custom_html h2{
  color: #FF8300;
  font-size: 20px;
  line-height: 1.75;
}
.footer-widget-5 h2::before {
  background-position-x: -174px;
}
.footer-widget-5 .widget::after {
  background-position-x: -174px;
}
.footer-widget-5 .menu-virtual-music-instruments-online-container ul {
  display: flex;
  flex-flow: column wrap;
  height: 200px;
}
.footer-widget-5 .menu-virtual-music-instruments-online-container li {
  width: calc(100% / 5);
  padding-left: 25px;
      line-height: 1.3;
    margin-bottom: 12px;
}
@media(max-width: 1200px) {
  .footer-widget-5 .menu-virtual-music-instruments-online-container ul {
    height: 260px;
  }
}
.menu-most-popular-piano-music-categories-container .menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.menu-most-popular-piano-music-categories-container .menu > li > a {
  font-weight: 700;
  font-size: 13px;
  color: #FF8300;
  margin-bottom: 20px;
  display: block;
}
.menu-most-popular-piano-music-categories-container .menu > li {
  width: calc(100% / 5);
  padding-left: 25px;
}
.menu-most-popular-piano-music-categories-container .menu > li > ul {
  margin: 0;
  
}

footer.site-info .footer-bar, footer.site-info .copyright-bar {
  display: block;
  float: none;
  text-align: center;
  font-family: Spartan;
  font-weight: 400;
  font-size: 12px;
}
.footer-bar .widget_nav_menu .menu li {
  margin: 0 3px 3px;
}
.footer-bar .widget_nav_menu .current-menu-item a {
  color: #000;
}
.search-item a:before {
  color: #FF8300;
  font-size: 19px;
  position: relative;
  top: 2px;
}
.menu-toggle:before {
  width: 24px;
  height: 16px;
  background: url('../img/hamb.svg') no-repeat center center / contain;
  transition: .2s;
  content: '';
  position: relative;
  top: 2px;
}
.toggled .menu-toggle:before {
    content: "\f00d";
  color: #FF8300;
  background: transparent;
  transition: .2s;
  font-size: 20px;
}
.inside-footer-widgets .widget::after,
.inside-footer-widgets .widget h2::before {
	display: none;
}

header.page-header {
    background: transparent !important;
  padding: 15px 0 0 !important;
  margin-bottom: 40px !important;
}
header.page-header h1 {
  font-size: 30px;
}
.page-id-4033 {
  background: #fff;
}
header.search__title {
  display: block;
  text-align: left;
  background: #EDEDF2 !important;
  margin-bottom: 0 !important;
  padding: 18px 10px 12px !important;
  color: rgba(0, 0, 0, 0.85);
  
}

header.search__title h1 {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: PlayfairDisplay;
      letter-spacing: 0;
}
header.search__title span {
  display: block;
      margin-top: 5px;
    font-weight: 700;
  font-family: Spartan;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: capitalize;
}

.page-id-4033 .inside-article {
  padding: 0;
}
.dashboard__table-top div {
  font-weight: 700;
  text-transform: uppercase;
}
.dashboard__table {
  margin: 0;
}
.dashboard__table li {
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: .3s;
  cursor: pointer;
}
.rating__table li {
    font-weight: 700;
}
.dashboard__table .icon {
  position: relative;
  width: 45px;
  min-width: 45px;
  margin-right: 8px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #767676;
 
}

.dashboard__table .icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: radial-gradient(rgba(15,15,15,0), rgba(15,15,15,0) 45%, rgba(15,15,15,.2) 60%, rgba(15,15,15,1) 100%);
  z-index:2;
}
.dashboard__table .icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.dashboard__table .dashboard__table-top {
  border-width: 3px;
}

.dashboard__table li:not(.dashboard__table-top):hover {
  background: #EDEDF2;
  transition: .3s;
  border-color: #FF8300;
}
.rating__table li > div:first-child {
  width: 7%;
}
.dashboard__table li {
  
}
.dashboard__table li > div:last-of-type::after {
  width: 32px;
  height: 32px;
  content: '';
  display: inline-block;
  margin-left: 8px;
}
.dashboard__table li > .gold::after {
  background: url('/wp-content/uploads/img/1-stats.svg') no-repeat center center/ contain;
}
.dashboard__table li > .silver::after {
  background: url('/wp-content/uploads/img/2-stats.svg') no-repeat center center/ contain;
}
.dashboard__table li > .bronze::after {
  background: url('/wp-content/uploads/img/3-stats.svg') no-repeat center center/ contain;
}
.rating__table li > div:nth-of-type(2) {
  width: 30%;
  display: flex;
  align-items: center;
}
.rating__table li > div:nth-of-type(3) {
  width: 15%;
}
.rating__table li > div:nth-of-type(4) {
  width: 24%;
}
.rating__table li > div:nth-of-type(5) {
  width: 24%;
}
.dashboard__table li > div {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  line-height: 1.35;
}
.dashboard__table .dashboard__table-top > div {
  padding-top: 0;
  padding-bottom: 3px;
}

.dashboard__table div {
  color: rgba(0, 0, 0, 0.85);
}
.rating__table div{
   font-size: 14px;
}

.paging-navigation {
  text-align: center;
  font-weight: 700;
  background: transparent !important;
  padding: 15px 0 !important;
}
.paging-navigation .page-numbers {
    margin: 0 3px;
    font-size: 16px;
}

.fav {
    position: absolute;
    z-index: 15;
    display: block;
    top: 0;
    cursor: pointer;
    right: 0;
}

.fav .simplefavorite-button {
  padding: 35px;
  width: 23px;
    height: 21px;
    display: block;
    cursor: pointer;
  transform: translate3d(0,0,1px);
    background: url(/wp-content/uploads/img/heart.png) no-repeat center center/ 23px auto;
    transition: .25s;
}
.simplefavorite-button:hover {
  transition: .25s;
  transform: scale(1.25);
}
.simplefavorite-button.active {
  transition: .25s;
  background: url(/wp-content/uploads/img/heart-act.png) no-repeat center center/ 23px auto;
}
@media (max-width: 1366px) {
  .filtering {
    flex-flow: column-reverse;
  }
  .filtering-right {
    width: 100%;
    
  }
  .filtering-block {
    height: 0;
  }
  .filtering.active .filtering-block {
    height: 45px;
  }
  .sort_by_rating {
    margin: 0 15px;
  }
  .main-navigation .menu-item:hover .sub-menu {
      opacity: 0;
    visibility: hidden;
    transform: translate3d(0,-200px,0);
    transition: .3s;

  }

.main-navigation .menu-item .sub-menu.active{
    opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
  transition: .3s;
  
  }
  .top-bar .menu > li > a:hover {
  	transition: .3s;
  }
   .top-bar .menu > li > a.active {
  	transition: .3s;
  	color: #000 !important;
  	background: #FF8300;
  }

  .songs-list > li {
    width: 48%;
  }
  .songs-list > li:nth-of-type(2n - 1) {
    margin-right: 4%;
  }
  .songs-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .search-item a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .simplefavorite-button:hover {
    transition: .25s;
    transform: scale(1);
  }
}
@media (max-width: 1023px) {
  .inside-footer-widgets .widget::after,
.inside-footer-widgets .widget h2::before {
	display: block;
  left: 32px;
  top: 21px;
}
  .smart-para-div p {
  margin: 0px 20px;
}
  .menu-toggle {
    padding-left: 5px;
  }
  .main-navigation .mobile-bar-items a {
    padding: 0 14px;
  }
  .top-bar {
    order: 1;
    padding: 0;
  }
  .top-bar a {
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 12px;
  }
  .inside-footer-widgets .widget,
.inside-footer-widgets .widget h2 {
  position: relative;
}

.inside-footer-widgets .widget::after {
  opacity: 1;
  z-index: 1;
  top: 22px;
}
/* MUSIC SHEETS ICON FOOTER */
.inside-footer-widgets .widget h2::before {
  background-position-y: -16px;
  z-index: 2;
  transition: .3s;
}
.footer-widget-2 aside:nth-child(2)::after,
.footer-widget-2 aside:nth-child(2) h2::before {
  background-position-x: -18px;
}
  
/* EDUCATION ICON FOOTER */
.footer-widget-2 aside:nth-child(3)::after,
.footer-widget-2 aside:nth-child(3) h2::before {
  background-position-x: -36px;
}

/* WATCH/LISTEN ICON FOOTER */
.footer-widget-2 aside:nth-child(4)::after,
.footer-widget-2 aside:nth-child(4) h2::before {
  background-position-x: -52px;
}

/* COMPETE ICON FOOTER */
.footer-widget-2 aside:nth-child(5)::after,
.footer-widget-2 aside:nth-child(5) h2::before {
  background-position-x: -68px;
}

/* LATEST SONGS ICON FOOTER */
.footer-widget-3 aside:nth-child(1)::after,
.footer-widget-3 aside:nth-child(1) h2::before {
  background-position-x: -87px;
}
  
/* WHAT'S NEW ICON FOOTER */
  .footer-widget-3 aside:nth-child(2)::after,
.footer-widget-3 aside:nth-child(2) h2::before {
  background-position-x: -106px;
}
  
/* ACCOUNT ICON FOOTER */
.footer-widget-3 aside:nth-child(4)::after,
.footer-widget-3 aside:nth-child(4) h2::before {
  background-position-x: -123px;
}

/* COMMUNITY ICON FOOTER */
.footer-widget-3 aside:nth-child(3)::after,
.footer-widget-3 aside:nth-child(3) h2::before {
  background-position-x: -140.5px;
}
  
/* MOST POPULAR ICON FOOTER */
.footer-widget-4 aside:first-child::after,
.footer-widget-4 aside:first-child h2::before {
  background-position-x: -156px;
}
  .footer-widget-4 aside:last-child::after {
    display: none;
  }
  .site-footer .footer-widgets {
    background: url(../img/footer-bg.svg) no-repeat center top/ auto,#262625;
    padding: 0px 0px 30px;
  }
  .footer-widget-2 {
    padding-left: 0;
    padding-top: 160px;
    background: url(https://virtualpiano.net/wp-content/uploads/2021/04/virtual-piano-keyboard-logo.svg) no-repeat center top 60px/ 175px
  }
  .footer-widget-2 aside {
    width: 100%;
    padding-left: 0;
  }
  .menu-most-popular-piano-music-categories-container .menu > li {
    width: 100%;
    padding-left: 0;
  }
  .inside-footer-widgets>div, .menu-most-popular-piano-music-categories-container .menu {
    flex-flow: row wrap;
  }
  .footer-widget-3 .widget {
    width: 100% !important;
  }
  .site-footer .footer-widgets-container .footer-widget-4 .widget_custom_html, .site-footer .footer-widgets-container .footer-widget-4 .widget_nav_menu,
  .site-footer .footer-widgets-container .footer-widget-5 .widget_custom_html, .site-footer .footer-widgets-container .footer-widget-5 .widget_nav_menu{
    width: 100%;
  }
  .footer-widgets h2,
  .footer-widget-5 .widget_custom_html h2,
  .footer-widget-4 .widget_custom_html h2,
  .menu-most-popular-piano-music-categories-container .menu>li>a {
    font-size: 15px;
    padding: 20px 60px;
    display: block;
    position: relative;
    margin: 0;
    border-top: 1px solid #707070;
    background: #262626;
    transition: .3s;
  }
  .footer-widgets h2::after,
  .footer-widget-4 .widget_custom_html h2::after,
  .footer-widget-5 .widget_custom_html h2::after,
  .menu-most-popular-piano-music-categories-container .menu>li>a::after {
    content: '';
    width: 0;
    display: inline-block;
    position: absolute;
    right: 45px;
    top: 24px;
    padding: 5px;
    border-top: 1px solid #FF8300;
    border-left: 1px solid #FF8300;
    transform: rotate(-135deg);
    transition: .3s;
  } 
  .footer-widget-5 .menu-virtual-music-instruments-online-container ul {
    height: auto;
  }
  .footer-widgets h2.active,
  .footer-widget-4 .widget_custom_html h2.active,
  .footer-widget-5 .widget_custom_html h2.active,
  .menu-most-popular-piano-music-categories-container .menu>li>a.active {
    color: #E6E6E6;
    transition: .3s;
  }
  .footer-widgets h2.active::before,
  .footer-widget-4 .widget_custom_html h2.active::before,
  .footer-widget-5 .widget_custom_html h2.active::before{
    transition: .3s;
    opacity: 0;
  }
  .footer-widget-5 .menu-virtual-music-instruments-online-container li {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-widget-5 .widget_nav_menu::after {
    display: none;
  }
  .footer-widgets h2.active::after,
  .footer-widget-4 .widget_custom_html h2.active::after,
  .footer-widget-5 .widget_custom_html h2.active::after,
  .menu-most-popular-piano-music-categories-container .menu>li>a.active::after {
	border-color: #E6E6E6;
    transform: rotate(45deg);
    transition: .3s;
    top: 27px;
  }
  .footer-widgets a {
    font-size: 15px;
    padding: 18px 60px;
    display: block;
    background: #343434;
    color: #E6E6E6;
  }
 .menu-account-container li a{
    font-size: 15px;
    padding: 18px 60px !important;
    display: block;
   
  }
  .menu-account-container .menu-item-3087 a {
     background: #343434 url(../img/membership.svg) no-repeat left 32px center/ 17px 17px;
  }
   .menu-account-container .menu-item-929  a,
  .menu-account-container .menu-item-2630  a {
     background: #343434 url(../img/login.svg) no-repeat left 32px center/ 17px 17px;
  }
  .menu-account-container .menu-item-3081 a {
    background: #343434 url(../img/logout-or.svg) no-repeat left 32px center/ 17px 17px;
}
  .menu-account-container .menu-item-927 {
    padding: 15px 30px !important;
    background: #343434;
    
  }
  .menu-account-container .menu-item-927 a {
        padding: 7px 25px 4px 12px !important;
    margin: 0 !important;
  }
  .menu-account-container .menu-item-927 a::before, .menu-account-container .menu-item-927 a::after {
    top: 19px;
  }
  .footer-widgets .widget ul li {
    padding: 0;
    border-top: 1px solid #4E4E4E;
  }
  .inside-footer-widgets .widget {
    margin-bottom: 0;
  }
  .inside-footer-widgets>div:not(:last-child) {
    border: 0;
    margin: 0;
  }
  .footer-widget-5 {
    margin-top: 0;
  }
  .site-footer .footer-widgets-container .footer-widget-4 .widget_custom_html,
  .site-footer .footer-widgets-container .footer-widget-5 .widget_custom_html{
    border-right: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
 .footer-widgets aside > div:not(.custom-html-widget),
  .footer-widgets aside > ul {
	display: none;
  }
  .site-footer .footer-widgets-container .inner-padding {
    padding-left: 0;
  }
   nav {
    position: relative;
  }
  .menu.sf-menu {
    display: none !important;
  }
  .site-footer .footer-widgets {
    transition: 0s;
  }
  .site-footer .footer-widgets.mob-header {
    position: fixed;
    padding-top: 55px;
    padding-bottom: 130px;
    background: #262625;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100vh;
    overflow-y: scroll;
    transform: translate3d(100%,0,0);
    transition: 0s;
  }
  .footer-widgets.mob-header .footer-widget-2 {
    padding-top: 0;
  }
  .site-footer .footer-widgets.mob-header.transition {
    transition: transform 0.3s;
  }
  .site-footer .footer-widgets.mob-header.active {
    transform: translate3d(0,0,0);
    transition: transform .3s;
  }
  .footer-widget-4 .menu > li > a {
    transition: .3s;
  }
  .footer-widget-4 .menu > li > a::after {
    transform: rotate(135deg);
    transition: .3s;
  }
  .footer-widget-4 .menu > li > a.active {
	color: #E6E6E6;
    transition: .3s;
  }
  .footer-widget-4 .menu > li > a.active::after {
    transform: rotate(45deg);
    border-color: #E6E6E6;
    transition: .3s;
  }
  .footer-widget-4 .menu li a {
    padding-left: 75px;
  }
  .footer-widget-4 .sub-menu {
    display: none;
  }
  .footer-bar {
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .menu-community-container .sub-menu a {
    width: 63px;
    height: 45px;
    padding: 0;
    background-size: auto 30px !important;
  }
  .menu-community-container .sub-menu li {
    border-top: 0 !important;
    margin: 0 5px;
  }
  .menu-community-container .sub-menu {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin: 0;
  }
  .site-footer .pp-content-post-data a {
    padding: 0;
    background: none;
  }
  .site-footer .pp-content-post {
    border-top: 1px solid #4E4E4E;
     padding: 10px 20px 10px 30px!important;
    background: #343434;
     margin-bottom: 0px!important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    text-align: left !important;
  }
  .footer-widget-3 .custom-html-widget {
    display: none;
  }
  .site-footer .pp-content-grid-image {
    min-width: 50px;
  }
 
  .search-results header.page-header, .search-results .songs-list{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .search-results .related-artists {
     padding-left: 15px;
    padding-right: 15px;
  }
  
   .main-navigation .menu-item .sub-menu {
    width: 100vw;
    right: -93px;
    top: 30px;
    z-index: -10;
    transform: translate3d(0,-100px,0);
  }
  .dashboard__table li > div {
    display: none;
  }
  .ihc-mobile-bttn:before {
    color: #000;
  }
  .dashboard__table li > div:nth-of-type(2), .dashboard__table li > div:last-of-type {
    display: flex;
  }
  .dashboard__table li > div:nth-of-type(2) {
    width: 80%;
  }
  .dashboard__table li > div:last-of-type {
    width: 20%;
  }
  
  .rating__table li > div:first-child,
  .rating__table li > div:nth-of-type(3){
     display: flex;
  }
  .rating__table li > div:first-child {
    width: 8%;
  }
  .rating__table li > div:nth-of-type(3) {
    width: 20%;
  }
  .rating__table li > div:nth-of-type(5) {
    display: none;
  }

}


@media (max-width: 1024px) and (min-width: 768px) {
  .tablet-grid-60 {
      float: none;
      width: 100%;
    left: 0;
  }
    .separate-containers .site-main {
      margin: 0;
  }
}
@media (max-width: 767px) {
  .sort_by_rating:last-child .filtering-list {
    left: auto;
    right: 0;
  }
   .sort_by_rating:nth-child(2) .filtering-list {
    left: -32px;
  }
      
  .filtering-list {
    top: 45px; 
    padding: 0;
    width: 230px;
  }
  .sort_by_rating a {
        margin-bottom: 0;
    padding: 12px 30px;
    border-bottom: 1px solid #cfcfcf;
  }
   .sort_by_rating a:last-child {
    border-bottom: 0;
  }
  .quote-slider {
    padding: 0;
    min-height: 270px;
  }
  .fl-module-content-slider.quote-slider .fl-slide .fl-slide-text blockquote p {
    font-size: 16px !important; 
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .quote-author {
    font-size: 10px !important;
    line-height: 1 !important;
  }
  .quote-slider .fl-slide-content {
    padding:30px 15px 41px !important;
  }
  .pagination-list a,
.pagination-list span {
    padding: 7px 3px 9px;
  	min-width: 35px;
  }
  .pagination-list .prev,
.pagination-list .next {
    min-width: 40px;
    margin: 0 10px;
  background: linear-gradient(to right, #2B2B2B 0%, #141414 10%, #585858 30%, #272727 100%);
  }
  .pagination-list .next{
    background: linear-gradient(to left, #2B2B2B 0%, #141414 10%, #585858 30%, #272727 100%);
  }
   
   .separate-containers .site-main {
      margin: 0 !important;
  }
  .search-results header.page-header {
    padding-top: 30px !important;
    
    margin-bottom: 0;
  }
  .search-results header.page-header h1 {
    font-size: 16px;
  }
  .paging-navigation {
    padding: 0 10px 40px !important;
  }
  .related-artists {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .related-artists li {
    max-width: 200px;
    width: 47%;
    margin: 0 5px 30px !important;
  }
  .related-artists__img {
    margin-bottom: 12px;
  }
  .related-artists__name {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .songs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .songs-list > li {
    width: 100%;
    margin-right: 0 !important;
  }
  
}
@media (min-width: 1024px) {
  .footer-widgets aside > div:not(.custom-html-widget),
  .footer-widgets aside > ul {
	display: block !important;
  }
}

.piano-menu__history span {
  color: #939393;
 
}
.piano-menu__history .chord-gliss {
  color: transparent !important;
}
.top-bar.loaded {
  position: relative;
 display: block !important;
}

@keyframes fl-fade-right {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fl-fade-left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.sidebar .widget {
  background: transparent;
}


.sidebar .widget_custom_html {
  position: relative;
  
}
.ad-container {
  position: relative;
  z-index: 1;
  transition: 0.3s 0.3s;
}
.inside-left-sidebar .ad-container {
  text-align: left;
}
.inside-right-sidebar .ad-wrap {
  margin-left: auto;
}
.inside-right-sidebar .ad-container {
  text-align: right;
}
.ad-close {
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  cursor: pointer;
}
.ad-close::after, .ad-close::before {
  content: ''; 
  width: 14px;
  height: 1px;
  background: #B7B7B7;
  display: block;
  position: absolute;
}
.ad-title {
  position: relative;
  background: #E6E6E6;
  padding: 7px 10px 4px;
  width: 160px;
  font-size: 11px;
  color: #B7B7B7;
  text-transform: uppercase;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.ad-title span {
   color: #B7B7B7 !important;
}
/* Ad title wide 300 x 600 */
.ad-title-wide {
  position: relative;
  background: #E6E6E6;
  padding: 7px 10px 4px;
  width: 300px !important;
  font-size: 11px;
  color: #B7B7B7;
  text-transform: uppercase;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.ad-wrap-wide {
  backface-visibility: visible;
    transition: 1s;
  width: 300px !important;
  position: relative;
}

/* End of ad title wide 300 x 600 */

.ad-close::before {
   transform: rotate(90deg);
}
.ad-wrap {
  backface-visibility: visible;
    transition: 1s;
  width: 160px;
  position: relative;
}
.ad-wrap.closed {
  transform: rotate3d(0,1,0,180deg);
  transition: 1s;
  -webkit-transform-style: preserve-3d;
}
.ad-wrap.closed .ad-container {
  opacity: 0;
  transition: 0.3s 0.3s;
  visibility: hidden;
}
.ad-wrap.closed .ad-flip {
  opacity: 1;
  transition: .3s .3s;
  visibility: visible;
}
.ad-flip {
  z-index: 2;
  background: url("../img/ad-bg.svg") center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate3d(0,1,0,180deg);
  font-family: Spartan;
  opacity: 0;
  visibility: hidden;
  transition: .3s .3s;
}
.sidebar .ad-flip , .vertical-ad .ad-flip, .bottom-ad.mobile-ad .ad-flip{
  flex-direction: column;
  justify-content: center;
  padding: 60px 15px;
  background: url("../img/ad-vertical-bg.svg") center center/cover;
}
.sidebar .ad-flip div , .vertical-ad .ad-flip div,  .bottom-ad.mobile-ad .ad-flip div{
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.sidebar .ad-flip h5 , .vertical-ad .ad-flip h5,  .bottom-ad.mobile-ad .ad-flip h5{
  margin-bottom: 25px;
  font-size: 12px;
}
.sidebar .ad-flip p , .vertical-ad .ad-flip p,  .bottom-ad.mobile-ad .ad-flip p{
font-size: 11px;
}
.sidebar .ad-flip .btn , .vertical-ad .ad-flip .btn,  .bottom-ad.mobile-ad .ad-flip .btn{
   margin-top: 30px;
  min-width: auto;
  width: 100%;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 8px;
}
.sidebar .ad-flip .btn::after , .vertical-ad .ad-flip .btn:after,  .bottom-ad.mobile-ad .ad-flip .btn:after{
  right: 4px;
  font-size: 14px;
  top: 6px;
}
.ad-flip div {
  width: 100%;
  padding-right: 25px;
  margin-right: 35px;
  border-right: 1px dashed #FF8300;
}

.ad-flip h5 {
  color: #FF8300;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.ad-flip h5 span {
  font-weight: 300;
}

.ad-flip p {
  font-size: 12px;
  color: #fafafa;
  line-height: 1.9;
  margin-bottom: 0;
}

.ad-flip p a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fafafa;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 700;
}

.ad-flip p a:hover {
  color: #FF8300;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ad-flip .btn {
  min-width: 200px;
  width: 200px;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 20px;
  position: relative;
}

.ad-flip .btn::after {
  content: '+';
  font-size: 18px;
  right: 12px;
  top: 7px;
  position: absolute;
}

.wp-block-image.bottom-ad {
  margin-top: 35px;
  width: 100vw;
  left: calc((-100vw + 100%)/2);
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: none !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.fl-builder-content-3610 {
  display: none;
}
.mob-leaderboard-ad {
      max-width: 320px;
    left: 0 !important;
  display: none;
}
.mob-leaderboard-ad .ad-flip {
      flex-direction: column;
    padding: 8px;
}
.mob-leaderboard-ad .ad-flip div {
  padding: 0;
    margin: 0;
    border: 0;
}
.mob-leaderboard-ad .ad-flip h5 {
  font-size: 11px;
    margin-bottom: 6px;
    text-align: center;
}
.mob-leaderboard-ad .ad-flip p {
  display: none;
}

.mobile-ad.bottom-ad {
  /*display:none;*/
  width: 100%;
  left: 0;
}
.wp-block-image.bottom-ad .ad-wrap {
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
}

.wp-block-image.ad-wrap-970 .ad-wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.skyscrapper-ad {
  max-width:300px;
}
.skyscrapper-ad .ad-wrap {
  width: 100%;
}
.skyscrapper-ad .ad-title {
  width: 100%;
}
.skyscrapper-ad .ad-flip {
    flex-direction: column;
    justify-content: center;
    text-align: center;
 }
.skyscrapper-ad .ad-flip div {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
 }
.skyscrapper-ad .ad-flip .btn {
	margin-top: 25px
}
.wp-block-image.bottom-ad .ad-title {
  width: 100%;
}
.wp-block-image.bottom-ad a, .wp-block-image.bottom-ad img {
  display: block;
}
/* @media (min-width: 1367px) {
  .page-template-music_sheets_az .songs-list > li {
    width: 48%;
  }
  .page-template-music_sheets_az .songs-list > li:nth-of-type(2n - 1) {
    margin-right: 4%;
  }
  .page-template-music_sheets_az .songs-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}*/
@media (max-width: 1024px) {
  .regular-content-wrapper {
    padding: 25px 20px;
  }
  .search-results .regular-content-wrapper {
    padding: 0px 0px 25px;
  }
  .custom-banner {
    left: 0;
  }
 .sidebar {
    display: none;
  }
  .wp-block-image.bottom-ad {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .custom-banner {
    top: 55px;
  }
  .custom-banner p {
    font-size: 16px;
  }
  .filtering-right {
    justify-content: space-between;
    padding-bottom: 5px;
  }
  .filtering-block {
    width: 100%;
    max-width:450px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sort_by_rating {
    margin: 0;
  }
  .sort_by_rating h5 {
    letter-spacing: 0px;
	font-size: 12px;    
  }
  .sort_by_rating h5 svg {
    margin-left: 1px;
  }
  .wp-block-image.bottom-ad {
    left: 0;
    order: 1;
    margin-top: 5px;
    margin-bottom: 1px;
    display: none;
  }
  .fl-builder-content-3607 {
    display: none;
  }
  .fl-builder-content-3610,
  .wp-block-image.mobile-ad,
  .mob-leaderboard-ad.bottom-ad {
    display: block;
  }
  .wp-block-image.bottom-ad .ad-wrap {
    max-width: 300px;
  }
  .wp-block-image.bottom-ad .ad-wrapper {
    height: 250px;
  }
    .mob-leaderboard-ad.bottom-ad .ad-wrapper {
    height: auto;
  }
  .wp-block-image.bottom-ad .ad-wrapper > a {
    height: 100%;
    width: 100%;
  }
  .wp-block-image.bottom-ad .ad-wrapper > a >img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .ad-flip {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .ad-flip div {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .ad-flip .btn {
	margin-top: 25px
  }
  .mob-leaderboard-ad .btn {
    margin: 0;
  }
}

/*artist genres styling*/

.artist_genres span {
   color: rgba(0, 0, 0, 1);
   padding: 5px 10px 2px;
   line-height: 1;
   background: rgba(255, 255, 255, 0.45);
   border-radius: 6px;
  transition: .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    line-height: 2;
}
.artist_genres span:hover {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.about-artist__info p {
  margin-bottom: 3px !important; 
}

/* Sticky Ads styling */
.sticky-ad {
  position: -webkit-sticky;
  position: sticky !important;
  bottom: 0 !important;
}
.sticky-rows { 
 position: sticky;
 position: -webkit-sticky;
 bottom:0;
 z-index: 1000;
}
.sticky-rows-top { 
 position: sticky;
 position: -webkit-sticky;
 top:0;
 z-index: 1000;
}

@media only screen and (max-width: 1199px) {
/*.key-white:not(.key-next):not(.key-correct):not(.key-wrong):hover {
    fill: url(#grad-white-hover) !important;
}
.key-black:not(.key-next):not(.key-correct):not(.key-wrong):hover {
    fill: url(#grad-black-hover) !important;
}
.key-white:active {
    fill: url(#grad-white-hover) !important;
}
.key-black:active{
     fill: url(#grad-black-hover) !important;
}*/
}

/* Space between login wording and error msg */
.ihc-login-pending {
  background: #ff8300;
  color: #fff;
  padding: 15px;
  margin-top: 48px;
  border-radius: 4px;
}

.h4-settle {
  font-size: 18px; 
  color: #ffffffb3; 
  text-align: center; 
  margin-top: -40px; 
  font-family: 'PlayfairDisplay' !important;
  font-style: normal !important;
}

/* Password reset message formatting */
.status-publish .entry-content span.ihc-reset-pass-success-msg {
    text-align: center;
    display: block;
    background-color: rgba(255,131,0,0.7);
    padding: 10px;
    max-width: 70%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.ihc-wrapp-the-errors {
    max-width: 371px;
    margin: 20px auto;
    font-size: 13px;
    text-align: center;
}
/* Controlling the Cookie Banner behaviour */
#cc-window.cc-type-categories.cc-floating .cc-compliance .cc-btn.cc-dismiss {
    display: none;
}
#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all {
    color: #fff;
    background-color: #2fa958 !important;
    border-color: #fff !important;
}

#cc-window.cc-window .cc-compliance .cc-btn.cc-accept-all:hover {
    background-color: #089236 !important;
}

#cc-window.cc-type-categories.cc-floating.cmplz-categories-visible .cc-compliance .cc-save {
    width: 50%;
}

#cc-window.cmplz-tcf-banner.cc-type-categories.cc-floating .cc-compliance .cc-btn.cc-save {
    border-color: #fff !important;
    color: #fff !important;
    background-color: #4c4c4c !important;
}

/* Customising the invoice */
.iump-invoice-wrapp .iump-invoice-client-details {
    width: 100%;
    margin: 10px;
    padding: 5px;
    color: #777;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid #e4e4e6;
    padding-left: 15px;
    box-sizing: border-box;
}

.iump-invoice-template-2 .iump-invoice-invoice-code {
    background-color: #4C3E91;
    color: #ffffff;
}

.iump-invoice-template-2 .iump-invoice-title {
    background-color: #FF8300;
}

.iump-invoice-wrapp .iump-invoice-invoice-code {
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px;
    width: 45%;
    text-align: right;
    background-color: #e4e4e6;
    color: #777;
    line-height: 24px;
    float: right;
}

.iump-invoice-wrapp .iump-invoice-company-field {
    display: inline-block;
    width: 45%;
    padding: 10px;
    vertical-align: top;
    margin: 10px;
    color: #444;
}
/* Customising delete my account */
.ihc-ap-theme-3 .ihc-ap-wrap .ump-dma-js-open-popup.button.button-primary {
    border: 2px solid #9c9c9c !important;
    color: #9c9c9c !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;    
    padding: 9px 16px 7px;
    line-height: 20px;
    letter-spacing: .8px;
    cursor: pointer;     
    text-align: center;
    margin-bottom:20px;
    margin-top:20px;
}

.iziModal .iziModal-header {
    background-color: #d80532 !important;
    text-align: center !important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    text-align: center;
    font-weight: 900 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}
.iziModal .iziModal-content input[type="password"] {
    border-radius: 10px;
    border-color: #555;
    display: block;
    width: 100%;
}
.iziModal .iziModal-content .ump-dma-js-submit-bttn.button.button-primary {
    margin: 15px auto;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 200px;
    border: 2px solid #d11a2a!important;
    color: #ff3043!important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border-radius: 20px;
    text-shadow: 0 0 15px #FF8300;
    padding: 9px 16px 7px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .8px;
    cursor: pointer;
    background: rgba(0, 0, 0, 1);
}
.ump-js-status {
    text-align: center;
}

.iziModal .iziModal-content label {
    text-align: center;
    display: block;
}

.iziModal .iziModal-content .ump-dma-js-submit-bttn.button.button-primary:hover {
    background-color: #d11a2a;
    color: #fff !important;
}

.ihc-ap-theme-3 .ihc-ap-wrap .ump-dma-js-open-popup.button.button-primary:hover {
    background-color: #d11a2a !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* Dont show ad block for logged in users */
.logged-in .fl-html .ad-wrap {
    display: none !important;
}

/* Customise Search box in main navigation */
.main-navigation .main-nav li.search-item.active.close-search.sfHover {
    position: absolute;
    right: 10px;
}
.navigation-search input {
    text-align: center!important;
    text-rendering: optimizeSpeed!important;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
.navigation-search input:-webkit-autofill{
    width:100%;
    text-align:center;
}

/* Dont show even a glimpse of ad panels for logged in users */
body:not(.logged-in) .rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container {
 display:none;
}

/* Dont show even a glimpse of ad panels for logged in users */
@media (max-width: 1024px){
.main-navigation .mobile-bar-items span.search-item.active.close-search.sfHover a {
    right: 5px;
    position: fixed;
    top: 0 !important;
	}

	/* Padding for sheet containers */
	.sheet > .container {
    padding: 0 20px;
	}

	/* Padding for search results */  
  	.search-results header.page-header, .search-results .songs-list , .search-results .related-artists {
    	padding-left: 20px!important;
    	padding-right: 20px!important;
	}
}

/* Full Width Headers media queries */ 
@media(max-width: 770px) {
  	.pg-header-full-gallery {
      margin: 0px;
	}
}
@media(min-width: 771px) {
  	.pg-header-full-gallery {
  	  margin: 0px 0px 0px -40px;
	}
}

/* Margin between piano and bottom unit on mobile */ 
@media (max-width: 768px){
 .piano-body {
    margin-bottom: 20px !important;
  }
}

.pp-content-post.pp-grid-style-9 .pp-post-featured-img a:last-child:before {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,.9) 100%) !important;
}

/* Style the Membership box on homepage */
.fl-builder-content-21389 {
  padding: 0px !important;
  margin-top: 40px;
}
.fl-module.fl-module-heading.fl-node-5fc7e745a9dfa.fl-animation.fl-fade-in {
  padding: 60px 20px 0px;
}

.fl-node-5fc7e745a9df9 > .fl-module-content {
  padding-bottom: 70px;
}

.fl-node-5fc7e745a9dfb .fl-separator {
  padding-bottom: 20px;
  margin-top: 20px !important;
}

.fl-node-5fc7e745a9df6 > .fl-module-content {
  padding: 0px 20px;
}
.fl-node-5fc7e745a9df6.fl-module-heading .fl-heading {
  font-family: 'Playfair Display' !important;
}

.fl-node-5fc932334510a {
    width: 25% !important;
    display: inline-block;
}

.fl-node-5fc932334510c {
    width: 25% !important;
    display: inline-block;
}

.fl-node-5fc932334510b {
    width: 25% !important;
    display: inline-block;
}

.fl-node-5fc932334510d {
    width: 25% !important;
    display: inline-block;
}

.fl-col-group.fl-node-5fc9323345108.fl-col-group-equal-height.fl-col-group-align-top.fl-col-group-custom-width .fl-col-small {
    float: left;
}

.fl-builder-content.fl-builder-content-21453.fl-builder-template.fl-builder-row-template.fl-builder-global-templates-locked {
    padding: 0px !important;
}

.fl-node-5fc9323345112 > .fl-row-content-wrap {
    width: 100%;
    float: left;
}

@media (max-width: 992px){
.fl-node-5fc9323345112.fl-row > .fl-row-content-wrap {
    margin-bottom: 0px !important;
}}

.vppremiumbox .fl-row-content.fl-row-fixed-width.fl-node-content {
    background-image: url('https://virtualpiano.net/wp-content/uploads/2020/12/Plus-Icon-Virtual-Piano.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#custom_html-11 .sidebar-content h3.pp-content-grid-title.pp-post-title, #custom_html-12 .sidebar-content h3.pp-content-grid-title.pp-post-title{height: 40px !important;overflow: hidden !important;}

.entry-content .fl-builder-content-3607 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.site-footer {
    position: relative;
}
@media only screen and (min-width: 767px) {
.site-footer {
  padding-bottom: 120px !important;
  background-color: #000000;
  }
  .sm{display:none;}
}

@media only screen and (max-width: 767px) {
.site-footer {
  padding-bottom: 85px;
  background-color: #000000;
}
  .sd{display:none;}
  .sm{display:block;}
}

/* Style for sticky footer progress bar */
.progressDiv{
	width: 100%;
	height:3px;
	background: #E6E6E6;
}
.progressDiv > .progress{
	width: 0%;
	height: 3px;
	background:#FF8300;
}
/* Remove Complianz default Manage Consent button from footer */
.cc-center.cc-revoke {
    display: none !important;
}
/* Make the mouse cursor a pointer on Manage Consent in footer */
.footer-bar .widget_nav_menu .menu li#menu-item-22726 a {
  cursor: pointer;
}

/* Styling for first big letter of para */
.has-drop-cap:not(:focus):first-letter { 
	line-height: 1.2 !important;  
	margin: 0 .1em 0 0 !important; 
}

/* homepage star rating background */
.fl-builder-content.fl-builder-content-21453.fl-builder-template.fl-builder-row-template.fl-builder-global-templates-locked .fl-row-content-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 5px 15px 5px;
    border-radius: 10px;
}

.fl-col-group.fl-node-5fc9323345108.fl-col-group-equal-height.fl-col-group-align-top.fl-col-group-custom-width .pp-rating-title {
    line-height: 20px;
}

.fl-module-pp-star-rating .pp-rating i {
    line-height: 100%;
}

.fl-builder-content.fl-builder-content-21453.fl-builder-template.fl-builder-row-template.fl-builder-global-templates-locked {
    background-color: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter:none;
}
.fl-builder-content.fl-builder-content-21453.fl-builder-template.fl-builder-row-template.fl-builder-global-templates-locked .fl-row-content-wrap {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 5px 15px 5px;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
.fl-builder-content.fl-builder-content-21453.fl-builder-template.fl-builder-row-template.fl-builder-global-templates-locked {
    background-color: transparent !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: none;
  }
  .vppremiumbox h4 {font-size: 50px !important;}
	.vppremiumbox .card_title{
		font-size:36px!important;
	}
  /*.vppremiumbox .fl-html {font-family: "Playfair Display" !important;}*/
}

.vppremiumbox h4 {
    font-family: "Playfair Display" !important;
}

/* Raise ad positions on wide screens */
@media screen and (min-width: 1100px) {
	.single-artists .artists__head::after, .tax-artist_nationality .artists__head::after, .music_sheet-template-default .sheet__head::after, .music_sheet-template-default .sheet__head::before, .tax-music_sheet_tags .overlay-banner::after, .legends-template-default .artists__head::after, .tax-music_sheet_categories .overlay-banner::after, .tax-music_sheet_difficulty .overlay-banner::after{z-index: 0;}
   .single-music_sheet .sidebar .ai-dynamic {margin-top: -570px;} 
   .single-artists .sidebar .ai-dynamic, .legends-template-default .sidebar .ai-dynamic {margin-top: -350px;} 
    .tax-artist_nationality .sidebar .ai-dynamic, .page-template-music_sheets_az .sidebar .ai-dynamic {margin-top: -350px;} 
    .tax-music_sheet_categories .sidebar .ai-dynamic , .tax-music_sheet_difficulty .sidebar .ai-dynamic{margin-top: -400px;} 
    .tax-artist_nationality .sidebar .ai-dynamic , .tax-music_sheet_tags .sidebar .ai-dynamic{margin-top: -311px;} 
   .single-artists .regular-content-wrapper ,  .tax-music_sheet_categories .regular-content-wrapper, .tax-artist_nationality .regular-content-wrapper, .tax-music_sheet_tags .regular-content-wrapper, .legends-template-default .regular-content-wrapper, .tax-music_sheet_difficulty .regular-content-wrapper, .page-template-music_sheets_az .regular-content-wrapper{overflow-x: initial;}
  .tax-music_sheet_categories .regular-page-banner.overlay-banner {min-height: 450px;}
  .music_sheet-template-default .sheet__head {min-height: 650px;}
}

img.imgbtn {
    box-shadow: 0 5px 1px 0 #fff;
    border-radius: 20px;
    -webkit-transition: all .15s ease-out,bottom .15s ease-out;
    -moz-transition: all .15s ease-out,bottom .15s ease-out;
    -ms-transition: all .15s ease-out,bottom .15s ease-out;
    transition: all .15s ease-out,bottom .15s ease-out;
    background-color:#000;
}
a:hover .imgbtn {
    box-shadow: 0 2px 1px 0 #000;
	border-radius:20px;
 	-webkit-transition: all .15s ease-out,bottom .15s ease-out;
    -moz-transition: all .15s ease-out,bottom .15s ease-out;
    -ms-transition: all .15s ease-out,bottom .15s ease-out;
    transition: all .15s ease-out,bottom .15s ease-out;
    background-color:#000;
}

aside#custom_html-20 {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

aside#nav_menu-12 {
    margin-bottom: 0;
}

/** ADS background default image setup **/
div#VirtualPiano_adhesion {
    display: block;
    background-color: #EDEDF2;
    background-size: cover;
    width: 728px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
}
div#VirtualPiano_adhesion_Mobile{
    display: block;
    background-color: #EDEDF2;
    background-size: cover;
    width: 320px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}
a.bg-bl {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left:0;
}
div#VirtualPiano_Skyscraper_Right {
    width: 160px;
    height: 600px;
    background-color: #EDEDF2;
    background-repeat: no-repeat;
}
div#VirtualPiano_Skyscraper_Left{
    width: 160px;
    height: 600px;
    background-color: #EDEDF2;
    background-repeat: no-repeat;
}

div#VirtualPiano_Skyscraper_Left_Mobile {
    width: 300px;
    height: 250px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}

div#VirtualPiano_Right_Rail_2 {
    width: 300px;
    height: 250px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}

div#VirtualPiano_Right_Rail_Video {
    width: 400px;
    height: 225px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}

div#Virtualpiano_homepage_left {
    width: 300px;
    height: 250px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}
div#Virtualpiano_homepage_right {
    width: 300px;
    height: 250px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}

div#VirtualPiano_Leaderboard_Mid_3{
  	width: 970px;
    height: 90px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}
div#VirtualPiano_Leaderboard_Mid_2{
  width: 970px;
    height: 250px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}
div#VirtualPiano_Right_Rail_1{
  width: 300px;
    height: 600px;    
    background-color: #EDEDF2;
	background-repeat: no-repeat;
}


.iump-form-paybox {
    padding: 5px 10px;
    background: #EDEDF2;
  	border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    width: 45%;   
    border-radius:3px;
}
/** END OF - ADS background default image setup **/

/** START of Register form customisations setup **/
.iump-form-paybox {
    background-image: url('https://virtualpiano.net/wp-content/uploads/2021/02/credit-card.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 13%;
    font-size: 12px;
    vertical-align: middle;
}

.iump-form-paybox + .iump-form-paybox {
    background-image: url('https://virtualpiano.net/wp-content/uploads/2021/02/paypal.svg');
    background-size: 40%;
}
form#createuser .ihc-tos-wrap input[type="checkbox"] {    
    width: 30px;
    height: 30px;
min-width:30px;
margin-right:20px;
background: #EDEDF2;
}
form#createuser .ihc-tos-wrap {
    display: flex;
    flex-direction: row;    margin-bottom: 15px;
}
form#createuser .ihc-tos-wrap input[type=checkbox]:checked::before {content: '';top: 3px;left: 9px;width: 5px;height: 15px;border-color: #2FAA53;}

@media screen and (max-width: 767px){
 .iump-form-paybox{width:100%;}
.iump-form-paybox + .iump-form-paybox {
    background-size: 20%;
}
.iump-form-paybox {background-size: 10%;}
}


/*Update for top pianists*/



.play_history_wrap {
	margin-top: 50px;
}

#play_history_list {
	list-style: none;
  	margin: 0 0 1.5em;
}
.dashboard__table {
  font-size: 12px;
}
.dashboard__table li {
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: .3s;
}

.dashboard__table .icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: radial-gradient(rgba(15,15,15,0), rgba(15,15,15,0) 45%, rgba(15,15,15,.2) 60%, rgba(15,15,15,1) 100%);
  z-index:2;
}
.dashboard__table .icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.dashboard__table .dashboard__table-top {
  border-width: 3px;
}

.dashboard__table li:not(.dashboard__table-top):hover {
  background: #EDEDF2;
  transition: .3s;
  border-color: #FF8300;
}
.dashboard__table li > div:first-child {
  width: 20%;
}
.dashboard__table li > div:last-of-type::after {
  width: 32px;
  height: 32px;
  content: '';
  display: inline-block;
  margin-left: 8px;
}

.dashboard__table li > div:nth-of-type(2) {
  width: 30%;
  display: flex;
  align-items: center;
}

.dashboard__table li > div {
  width: 12%;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  line-height: 1.35;
}
.dashboard__table .dashboard__table-top > div {
  padding-top: 0;
  padding-bottom: 3px;
}

@media (max-width: 1023px){
.dashboard__table li > div {
    display: none;
}
  .dashboard__table li {
    margin: 0px 20px;
  }
  .dashboard__table li>div:nth-of-type(2) {
    width: 80%;
    display: flex;
    align-items: center;
}
}

/* Special code to accomodate the rightside 300x250 ad */
.home aside#custom_html-28 {
    right: 43px;
    margin: auto;
    margin-bottom: 20px;
 }

.home aside#custom_html-22 {
    right: 43px;
}

@media (min-width: 1216px) and (max-width: 1355px) {
 .home aside#custom_html-28 {
    right: 43px;
    margin: auto;
	margin-bottom: 20px;
 }
 .home aside#custom_html-22 {
    right: 0px;
}
}
@media (min-width: 1100px) and (max-width: 1215px) {
 .home aside#custom_html-28 {
    right: 65px;
    margin: auto;
	margin-bottom: 20px;
 }
 .home aside#custom_html-22 {
    right: 0px;
}
}

@media (min-width: 991px) and (max-width: 1099px) {
 .home aside#custom_html-28 {
    right: 92px;
    margin: auto;
	margin-bottom: 20px;
 }
  .home aside#custom_html-22 {
    right: 0px;
}
}

/* Centralise the main content of homepage */
.home .entry-content {
    max-width: 650px;
    margin: auto;
}

@media (min-width: 1025px) and (max-width: 1224px) {
.home .how-to-play-sec {
    margin-left: 0em;
}
.how-to-play-sec:not(:first-child) {
    margin-left: 0em;
}
.home .how-to-play-sec:first-child {
    display: block;
    max-width: 400px;
    margin: auto;
}
	.home .how-to-play-first {
		margin-left: 2em;
	}
}

/* Responsive table styling on Membership page */
div#membertbl .fl-html h3 {
    display: flex;
    align-items: center;
}

div#membertbl .fl-html h3 p {
    margin-bottom: 0;
}

/* Do not display sticky footer ad for mobile landscape view */
@media screen and (max-height: 490px) and (max-width: 900px) {
.code-block.code-block-9.ai-viewport-3.ai-center-h.ai-close.ai-track.aos-init.aos-animate, .code-block.code-block-1.ai-center-h.ai-close.ai-track.aos-init.aos-animate {
    display: none !important;
}
}


/** END of - Register form customisations setup **/

/*custom icon account button*/
span.custom_icon_login {
    background-image: url(https://virtualpiano.net/wp-content/uploads/img/member-virtual-piano.svg);
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 2px;
}

li#menu-item-2727 a:hover span.custom_icon_login {
    background-image: url(https://virtualpiano.net/wp-content/uploads/img/user-virtual-piano.svg);
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 2px;
}

.champnav a:hover, a:focus, a:active {
    color: #ffcb6c;
}

.reviewstyle {
	color:#4c3e91; 
}

.home .feature-link-block {
  border-bottom: 1px #ff8300 solid;
}

.feature-link-block li a, .feature-link-block li a:visited {
    color: #4C3E91;
}
.feature-link-block li a:hover, .feature-link-block li a:focus, .feature-link-block li a:active {
    color: #ff8300;
}

/* Flash a NEW banner for new items */
.new-flash{
    color: #ff8300!important;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
    width: 50px;
    padding: 2px 0 0!important;
    position: relative;
    border: 2px #ff8300 dotted;
    display: block;
    border-radius: 20px;
    font-family: 'spartan';
}

.h4institles {
	text-align:center; 
	font-size:18px;  
	line-height:1.2;
	margin-bottom: 5px;
}

p.has-text-align-center.news-desc {
    margin: -10px 10px 35px 0px;
	font-size: 14px !important;
}

.qc-cmp2-persistent-link {
    display: none !important;
}

.css-1tk0366.css-1tk0366:last-of-type:first-of-type {
    order: 1;
    background: rgb(47, 170, 83) !important;
    border-color: rgb(47, 170, 83) !important;
    color: rgb(255, 255, 255) !important;
}

.css-1tk0366.css-1tk0366:last-of-type:hover {
    order: 1;
    background: rgb(6, 115, 44) !important;
    border-color: rgb(6, 115, 44) !important;
    color: rgb(255, 255, 255) !important;
}



.css-1tk0366.css-1tk0366:last-of-type {
    order: 2;
    background: rgb(47, 170, 83) !important;
    border-color: rgb(47, 170, 83) !important;
    color: rgb(255, 255, 255) !important;
}

.css-1tk0366.css-1tk0366:last-of-type:hover {
    order: 2;
    background: rgb(6, 115, 44) !important;
    border-color: rgb(6, 115, 44) !important;
    color: rgb(255, 255, 255) !important;
}

.sticky-right {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 25px !important;
  z-index:1000!important;
}

.sticky-right-2ndad {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 295px !important;
  z-index:1000!important;
}

/* online music edu buttons */

.btn.online-music-edu{
	width: auto;
    text-transform: capitalize;
    color: #fff!important;
    padding: 20px 30px 20px 30px;
    font-size: 19px;
    border-radius: 50px;
    background: rgba(0, 76, 193, 0.8);
    text-shadow: 0 0 15px #FFF;
    border: 2px solid #0543A4;
	transition: ease-in .3s;
}

.btn.online-music-edu:hover{
	background: #ff8300;
	border: 2px solid #ff8300;
	transition: ease-in .3s;
}

/* .ihc-level-item-link{
	width:fit-content;
} */

#level_6, #level_7, #level_8, #level_9, #level_10, #level_plus{
	scroll-margin-top: 40px;
}

/* temporary fx for trial banner */
.ihc-public-trial-version{
	display:none!important;
}

/* 
VIRTUAL PIANO BRAND COLOURS
VP ORANGE: #FF8300
VP GREEN: #2FAA53
VP PURPLE: #4C3E91
VP GREY: #EDEDF2
VP LIGHTEST GREY: #FAFAFA
*/