/**
* Additional styles or current style overwrites which are required for WordPress to display the theme correctly
*/
.prod-btn img{
    background: #ffffff;
}
.lnav__list > li > a > span{text-transform: uppercase;}

/* - list
--------------------------------- */
.bnr__column:after {
    display: block;
    clear: both;
    content: "";
}

.bnr__inner {
    margin: 0 auto;
    padding-top: 40px;
    max-width: 1024px;
}
.bnr__list--item {
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.bnr__list--item:nth-child(6n+6),
.bnr__list--item:last-child {
    margin-right: 0;
}

/* banner widget image fix */
.list--banner > li a {
    background: transparent;
}
@media only screen and (max-width:768px) {
    .lnav__list {   }
    .lnav__list > li{ display: inline-block; }
    .lnav__list > li > a {  height: 45px !important; width: 100%; display: inline-block}
    .lnav__list > li > a > span{  word-wrap: break-word;  }

    .lnav__list > li:nth-child(5n+1){
        clear: none !important;
    }
}
@media only screen and (min-width:768px) {
    .list--banner > li a img {
        width: 100%;
    }
    .list--banner > li a:hover img {
        width: 100%;
    }
}
.btn--buy a,
.btn--more-link a {
    transition: opacity 0.3s ease 0s !important;
}
.btn--buy a:hover,
.btn--more-link a:hover {
    opacity: 0.7 !important;
}

/* top artist menu fix */
@media only screen and (min-width:768px) {
    ul.lnav__list {
        width: auto;
        max-width: none !important;
        display: table;
    }

    .lnav__list > li {
        width: auto;
        display: inline-block;
    }
}

/* artist social menu fix */
@media only screen and (max-width:768px) {
    .menu-social-links-container{
        text-align: center;
    }
    #menu-social-links.social__list {
        width: auto;
        display: inline-block;
    }
    #menu-social-links.social__list > li{
        width: auto;
        margin: 0 10px;
        clear: none;
        min-height: 40px;
    }
    .pw-button.pw-button-line.button-type-looknative.pw-size-small.pw-button-counter-horizontal.look-native{
        margin-right: 0 !important;
    }
}

/** modal **/

.media-aspect-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.media-aspect-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

 .popup-modal__inner .popup-button {
     margin: 20px 0 0;
     display:inline-block;
     color: #000;
 }

@media only screen and (max-width:768px) {
    .widget-BIOGRAPHY .main-editor-content img{  width:50%;  }
}
@media only screen and (max-width:425px) {
    .widget-BIOGRAPHY .main-editor-content img{  width:100%;  }
}
.btn--search a span:after {
    content: "";
    border-right-style: solid;
    border-right-width: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    display: block;
    height: 6px;
    left: 0;
    margin-right: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}

.social__list > li:last-child .social__balloon ul{
    right:0;
}
.social__list > li:last-child .social__balloon > ul::before,
.social__list > li:last-child .social__balloon > ul::after{
    left: 90%;
}

#cboxLoadedContent .ytFrame{
    height: 100%;
}
.cb-youtube, .cb-youtube img{ width: 100%; }

/**
* helpers
*/
.no-padding-bottom {
    padding-bottom: 0;
}
