.sos-song {
    width: 100%;
    float: left;
    box-sizing: border-box;
    /*position: relative;*/
    /*z-index: 1000;*/
}
.sos-song-wrapper {
    position: relative;
}
#bbpress-forums .bb-modal.bb-modal-box {
    /*z-index: 1002 !important; */
}
.bb-reply-actions-dropdown {
    /*z-index: 1003 !important;*/
}
.sos-song-rating, .sos-song-main, .sos-song-comments {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.sos-song-thumb {
	width: 20%;
	float:left;
	box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}
.sos-song-waves {
	width: 80%;
	float:left;
    background-size: cover;
    padding-left: 2%;
}
.sos-song-thumb > p {
    margin-bottom: 5px;
}
.sos-song-thumb > p:last-child {
    margin-bottom: 0 !important;
}
/* White stripe */
.sos-waveform > wave {
    position: relative;
}
.sos-waveform > wave:after {
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.55);
    height: 45px;
    content: ' ';
    bottom: 0;
    z-index: 200;
    border-top: 1px solid #9f9f9f;
}

.sos-waveform {
    width: 100%;
}
.sos-waveform > wave {
    width: 100% !important;
}

.sos-waveform-holder {
    width: 100%;
    float:left;
    position: relative;
}
.sos-waveform-bar {
    float: left;
    width: 100%;
}
.sos-waveform-time {
    position: absolute;
    z-index: 201;
    top: 47px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
}

.sos-waveform-time--progress {
    float: left;
    background: #000;
    padding-left: 2px;
    padding-right: 2px;
    color: #ff8800;
}
.sos-waveform-time--total {
    float:right;
    background: #000;
    padding-left: 2px;
    padding-right: 2px;
    color: #fff;
}

.sos-waveform-comments-bar:hover {
    background: #edeef0;
}

.sos-waveform-comments-bar {
    height: 20px;
    background:#edeef0;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius:5px;
}

.sos-waveform-comments-bar > span {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    display: block;
    border-radius: 50%;
    /*z-index: 99999; */
    background-repeat: no-repeat;
    background-size: cover;
}

.sos-song-waves {
    min-height: 200px;
}
.sos-song-meta {
    width: 20%;
    float: left;
    background: #565656;
    padding: 10px;
    box-sizing: border-box;
}
.sos-song-thumb img {
	width: 100%;
}
.sos-song-play {
    display: inline-block;
    background: #ff8800;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px 5px 5px;
    text-align: center;
    line-height: 28px;
}
.sos-song-name{
	font-size: 1.2rem;
	color: #fff;
	margin-left: 15px;
	display: inline-block;
}

.sos-loading {
    display: none;
}
.not-loaded .sos-loading {
    background: #fff;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100000;
    left: 0;
    vertical-align: middle;
    text-align: center;
}

.not-loaded .sos-loading .sos-loading-inner {
    position: relative;
    top: 50%;
}

.not-loaded .sos-song-main {
    position: relative;
}

ul.sos-song-rating--list {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

ul.sos-song-rating--list li a.positive {
    background-color: #62dc7a !important;
}
ul.sos-song-rating--list li a.negative {
    background-color: #f44336 !important;
}

ul.sos-song-rating--list {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: block;
}

.sos-inline-buttons li {
    display: inline-block;
}

.sos-inline-buttons {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.sos-float-right {
    float: right;
}
.sos-song-controls, .sos-song-meta-controls {
    float: left;
    width: 50%;
}

.sos-song-attributes {
    float: left;
    width: 100%;
    /* z-index: 99999;*/
    position: relative;
    top: -5px;
}
.sos-song-meta-controls {
    padding-top: 4px;
}

.sos-sr-btn {
    background: #fff !important;
    padding: 5px 3px !important;
    display: inline-block !important;
    text-align: center;
    color: #000;
    border: 2px solid #e5e5e5 !important;
    min-width: 40px;
    border-radius: 2px;
    line-height: 1rem;
    /*
    font-size: 10px !important;
    font-weight: bold;*/
    font-family: 'Arial';
    font-weight: normal;
    font-size: 13px;
}
.sos-sr-embed, .sos-sr-copy {
    width: 48.5%;
}
.sos-sr-btn.not-clickable {
    pointer-events: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 0 !important;
}
.sos-sr-btn.not-clickable:hover {
    color: #000;
}
.sos-sr-btn.clickable {
    border-radius:6px;
}

.sos-song p:empty {
    display: none !important;
}
.sos-song-meta--button, .sos-song-meta--stats {
    width: 100%;
    float:left;
    text-align: right;
    margin-bottom: 15px;
}
.sos-song-meta--stats a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sos-song-meta--stats > span i {
    margin-right: 1px;
}
.sos-song-meta--stats > span {
    display: inline-block;
    color: #fff;
}
.sos-song-meta > div:first-child {
    margin-top: 15px;
}

.sos-song-comments {
    background-color: #fff;
    padding: 20px;
    float:left;
    width: 100%;
}
.sos-song-comments textarea, .sos-song-comments button {
    width: 100%;
}
.sos-song-comments .sos-song-comments--left {
    width: 80%;
    margin-right: 1%;
    float: left;
}
.sos-song-comments .sos-song-comments--right {
    width: 15%;
    float: left;
}
.sos-song-comments > div {
    float: left;
    width: 100%;
}

.sos-song-comments-list ul li {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.sos-song-comments-list ul {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.sos-song-comments-list h3 {
    margin-bottom: 0;
}

.sos-song-comments-form, .sos-song-comments-list {
    width: 100%;
    float:left;
}
.sos-song-comments-list ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.sos-song-comments-list ul > li > ul > li {
    margin-left: 25px;
}

.sos-song-comments-list h3 {
    margin-bottom: 0 !important;
}

.sos-song-comments-list ul li {
    margin-left: 10px;
}

.sos-song-comments-list ul {
    list-style: none !important;
}
.sos-song-comments-list h3 {
    margin-bottom: 0;
}

.sos-song-rating {
    margin-top: 5px;
}

.sos-song-comment {
    width: 100%;
    float: left;
}

.sos-song-comment-body {
    width: 90%;
    float: left;
    padding-left: 0.5%;
    padding-right: 0.5%;

    box-sizing: border-box;
}
.sos-song-comment-avatar {
    width: 5%;
    float: left;
    padding: 0.5%;
    box-sizing: border-box;
}
.sos-song-comment-avatar img {
    width: 100%;
    border-radius: 10px;
}
span.sos-song-comment-date, span.sos-song-comment-reply a {
    font-style: italic;
    margin-left: 10px;
    display: inline-block;
}
.sos-song-comments-list ul > li > ul {
    margin-top: 10px;
}
.sos-song-comment-avatar img {
    height: auto;
}

.sos-song-comments-list h3 {
    margin-bottom: 8px !important;
}
.sos-song-comment-text {
    margin-bottom: 12px;
    font-size: 14px;
}
.sos-song-comment-reply a[data-state="replying"] {
    color: red;
}
.sos-song-comments-list ul > li > ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.active .fa {
    color: #f59d22;
}
.sos-song-likes.active .fa, .sos-song-users.active .fa {
    color: #000 !important;
}

.sos-waveform-comment-meta {
    width: 100%;
    float: left;
    position: relative;
}
.sos-waveform-comment-author {
    font-weight: bold;
    color: red;
    font-size: 12px;
    padding-left:5px;
}
.sos-waveform-comment-text {
    margin-left: 5px;
    font-size: 12px;
        color: white;
}
.sos-waveform-comment-baloon:before {
    content: ' ';
    display: block;
    height: 17px;
    position: absolute;
    width: 1px;
    border-right: 1px solid #cccc;
    padding-right: 1px;
    left: 0;
}
/*.sos-waveform-comment-baloon {
    position: absolute;
    top: 0;
    min-width: 500px;
}*/
.sos-waveform-comment-baloon {
    position: absolute;
    top: -53px;
    min-width: 500px;
    z-index: 9999;
}

.sos-current-time-comment a {
    color: #af2525;
}

.sos-current-time-comment {
    margin-bottom: 10px;
    font-style: italic;
}

.sos-song-upload-form-row input[type=radio] {
    font-size: 12px !important;
    text-align: left !important;
    opacity: 1 !important;
}

.sos-song-upload-form-row > strong {
    display: none;
}

.text-center {
    text-align: center !important;
}

span.field-error-message {
    display: block;
    font-size: 13px;
    color: red;
    margin-top: 5px;
    font-style: italic;
}
select.error, input[type=text].error {
    border: 1px solid red;
}
.sos-song-comments-list ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.sos-song-comments-list {
    margin-top: 22px !important;
}

.sos-song-name a, .sos-song-name a:hover {
    color: #000;
    font-weight: bold;
}

.sos-song-util-hidden {
    display: none !important;
}
a.sos-song-link {
    border-left: 1px solid #ccc;
    padding-left: 7px;
    margin-left: 5px;
}

.blocker {
    z-index: 90000 !important;
}
.modal {
    z-index: 90002 !important;
}

.sos-song-upload-form-row {
    margin-bottom: 18px;
}

.sos-song-upload-form-row .form-control {
    width: 100%;
}
.sos-song-upload-form-row label {
    display: block;
}
.activity-fullwidth {
    max-width: 100% !important;
}

/* Preview */
.song-preview {
    padding: 3px 16px;
    background: #f0f0f0;
    margin-bottom: 15px;
    font-style: italic;
    margin-right: 16px;
    margin-left: 16px;
}
.song-preview a {
    float: right;
}
.sos-categories {
    padding-top: 7px;
}
.sos-categories ul li a {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
ul.sos-song-rating--list li {
    vertical-align: middle;
}
ul.sos-song-rating--list li a {
    width: 100%;
}
ul.sos-song-rating--list li:last-child {
    margin-right: 0 !important;
}
ul.sos-song-rating--list li {
    margin-right: 0.2%;
    width: 14.11%;
    box-sizing: border-box;
    float: left;
    display: block;
}

.sos-song-services li a {
    width: 100%;
}
.sos-song-services {
    float: left;
    width: 70%;
    min-height: 1px;
}
.sos-song-services li {
    width: 31.5%;
    margin-right: 0.8%;
}
.sos-song-footer {
    float: left;
    margin-top: 5px;
    width: 100%;
}
.sos-song-social {
    float: left;
    width: 30%;
}

.song-waveform-comment-inner .sos-waveform-comment-text {
    color: #000;
}
.song-waveform-comment-inner {
    position: relative;
    display: inline-block;
    background: #fff;
    border: 2px solid #cecece;
    padding-right: 5px;
}

.sos-song-top {
    float:left;
    width: 100%;
}
.sos-song-top-col1, .sos-song-top-col2 {
    float:left;
    width:50%;
    min-height: 1px;
}
.sos-song-top-col1 p {
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 35px;
}
.sos-song-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 24px;
    border: 1px solid #f0f0f0;
}
.activity-inner .sos-song-wrapper {
    padding:5px !important;
}
.sos-song-top-col1 img {
    max-width: 39px !important;
}
.sos-song .fa {
    font-family: FontAwesome !important;
}

.sos-song .fa.fa-play {
    position: relative;
    right: -2px;
    top: 0;
}

.hidden-on-front {
    display: none;
}

/* owned song */
.sos-song-owned .sos-song-thumb:before {
    height: 100px;
    width: 100px;
    content: ' ';
    background-image: url(iamowning.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 60;
    background-size: cover;
    left: -7px;
    top: -6px;
}
.sos-song-owned .sos-song-thumb {
    position: relative;
}

/* drts start */
.drts-row > div:not(.drts-form-timepicker-day):first-child {
    margin-top: 40px;
}
.drts-bs-form-group .drts-row > div:first-child {
    margin-top:0;
}
.drts-display--summary-waveform {
    float: left;
    width: 100%;
    border: 0 !important;
    margin-bottom: 40px !important;
}
.drts-display--summary-waveform .sos-song-rating--list {
    margin-bottom: 0 !important;
}
/* drts end */

/*@media(max-width: 767px) {*/
    /**
     =======================================
     * Mobile design starts, with the class sos-song-mobile in front.
     =======================================
     */

    .sos-song-mobile .sos-song-thumb {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sos-song-mobile .sos-song-meta--stats a {
        color: #000;
    }
    .sos-song-mobile .sos-song-meta {
        height: auto !important;
        background: #f0f0f0 !important;
    }
    .sos-song-mobile .sos-song-thumb,
    .sos-song-mobile .sos-song-waves,
    .sos-song-mobile .sos-song-meta {
        width: 100%;
    }
    .sos-song-mobile ul.sos-song-rating--list {
        border-top: 1px solid #f0f0f0;
        padding-top: 5px !important;
        text-align: center;
    }
    .sos-song-mobile ul.sos-song-rating--list li a {
        min-height: auto !important;
    }
    .sos-song-mobile ul.sos-song-rating--list li a {
        box-sizing: border-box;
    }
    .sos-song-mobile ul.sos-song-rating--list li {
        width: 48.5% !important;
        margin-top:0 !important;
        margin-bottom: 5px;
        display: inline-block !important;
        float:none !important;
        padding:0 !important;
    }
    .sos-song-mobile .sos-song-comments .sos-song-comments--left {
        width: 100%;
    }
    .sos-song-mobile .sos-song-comments .sos-song-comments--right {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .sos-song-mobile .sos-song-comments textarea {
        min-height: 100px;
    }
    .sos-song-mobile .sos-song-comments-list li {
        margin-bottom: 10px !important;
    }
    .sos-song-mobile .sos-song-comment-avatar {
        width: 10%;
    }

    /* Player responsive design */
    .sos-song-mobile .sos-song-meta-controls ul {
        float: none;
        margin-bottom: 10px !important;
    }
    .sos-song-mobile .sos-song-controls,
    .sos-song-mobile .sos-song-meta-controls {
        width: 100%;
        float: left;
        margin-bottom: 6px;
    }
    .sos-song-mobile .sos-song-controls {
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    .sos-song-mobile .sos-song-meta-controls {
        border-bottom: 1px solid #f0f0f0;
    }
    .sos-song-mobile.sos-song-wrapper {
        padding: 10px;
    }
    .sos-song-mobile .sos-song-top-col1 p {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .sos-song-mobile .sos-song-top-col1 img {
        max-width: 30px !important;
    }
    .sos-song-mobile .sos-song-top-col2 {
        display: none;
    }
    .sos-song-mobile .sos-categories ul li {
        margin-bottom: 5px;
    }
    .sos-song-mobile .sos-categories ul {
        float: none;
        text-align: center;
    }
    .sos-song-mobile .sos-categories {
        padding-top:0;
    }

    /* resp */
    .sos-song-mobile .sos-sr-btn {
        font-size: 10px;
    }
    .sos-song-mobile .sos-song-top-col1,
    .sos-song-mobile .sos-song-top-col2 {
        width: 100%;
    }
    .sos-song-mobile .sos-song-services,
    .sos-song-mobile .sos-song-social {
        width: 100%;
    }
    .sos-song-mobile .sos-song-social {
        margin-top: 11px;
    }
    .sos-song-mobile .sos-song-top-col1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .sos-song-mobile .sos-song-rating {
        margin-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #f0f0f0;
    }
    .sos-song-mobile .sos-song-wrapper {
        padding: 10px;
    }
    .sos-song-mobile .sos-song-meta--stats {
        text-align:center;
        float:none;
    }
    .sos-song-mobile .sos-song-attributes {
        margin-top: 10px;
    }
    .sos-song-mobile .sos-song-services li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .sos-song-wrapper:not(.sos-song-mobile) .sos-song-avatar {
        display: none;
    }
    .sos-song-mobile span.sos-song-avatar img {
        width: 35px;
        float: right;
    }
    .sos-song-mobile .sos-song-thumb {
        display: none;
    }
    .sos-song-mobile .sos-hidden-mobile {
        display: none;
    }
    .sos-song-mobile .sos-li-control {
        margin-left: 3px;
    }
    .sos-song-mobile .sos-li-control:first-child {
        margin-left: 0 !important;
    }
    .sos-song-mobile .sos-li-control {
        float: right;
    }
    .sos-song-wrapper:not(.sos-song-mobile) .sos-li-mobile-category {
        display: none;
    }

    .sos-song-wrapper.sos-song-owned.sos-song-mobile:before {
        height: 67px;
        width: 67px;
        content: ' ';
        background-image: url(iamowning.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover;
        left: -3px;
        top: -5px;
    }

    .sos-song-mobile .sos-waveform-comments-bar > span {
        top: 8px;
    }
    .sos-song-mobile .sos-waveform-comments-bar {
        height: 37px;
    }
/*}*/


.drts, .drts-entity {
    width: 100%;
    float: left;
}

