body {
	padding: 0;
	margin: 0;
    -webkit-font-smoothing: antialiased;
	height: auto;
    font-family: 'Open Sans', serif;
    background-image: linear-gradient(#fff, #fff);
    
}



.instrumentals {
    background-image: linear-gradient(to right, #96294E , #f80759);
}

.maincontentcontainer {
   height: 320px;
    padding: 30px 150px;
    box-sizing: border-box;
    background-color: #f2f2f2; 
}

.artistcontain {
    display: flex; 
    width: 100%;
    position: relative;
    color: #191919;
}

.rowcontent {
    width:40%;
    height: 350px;
    margin: auto;
    display: block;  
} 


.bigblock {
    background-color: ghostwhite;
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.85);
    padding-bottom: 50px;  
}

.trackbody {
    padding-bottom: 120px;
    background-image: linear-gradient(to right, #96294E , #f80759);
    
}

.similarTracks {
    height: 38px;
    position: relative;
    padding: 20px 0px 0px 10%;
    font-size: 20px;
}
.artworkpad {
    padding: 20px 0px 10px 0px;
}
#artworkcontainer img {
    height: 220px;   
    width: 220px;
    
    box-sizing: border-box;
    border-radius: 10px; 
        box-shadow: 0px 1px 25px rgb(248 7 89 / 10%);
    border: 3px solid white;
}
.widthClass{
    max-width:1400px;
margin:0 auto;
width:100%;
display:flex;
    
}
#artworkcontainer {
  padding: 20px;  
  box-sizing: border-box;
}

.trackcontentcontainer { 
    height: 150px;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    
}

.trackcontentcontainer .trackdetails .title {
    width: 300px;
    box-sizing: border-box;  
    
}
 

.trackcontentcontainer .trackdetails a {
    text-decoration: none;
    color: black;
}

.trackcontentcontainer .trackdetails a:hover {
    text-decoration: underline;
}



 

h3, p {
   margin: 0px;
    width: 300px;
}

.profilecontentleft h6 {
    font-size: 13px;
    font-weight: 400px;
    opacity: .7; 
}

.profilecontentleft h3 {
    font-size: 22px;
}

.profilecontentleft p {
    font-size: 12px;
}

.trackrows a { 
 padding: 0;
 color: rgb(46,46,46);
 text-decoration: none; 
 overflow-x: hidden;
font-family: 'Open Sans', serif;
    
} 


p {
    opacity: .8; 
}

p {
  font-size: 10px;
  font-weight: 300;
}

.trackaudioplayer {
  width: 70px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;  
    
}
.trackpurchasebutton {
    padding: 5px; 
}
.purchase {
    box-shadow: 0px 5px 20px rgba(19, 19, 19, 0.4);
    background: linear-gradient(to top left, #e23d74, #f80759);
    height: 50px;
    width:100px;
    font-family: 'Open Sans', serif;     
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease 0s;  
}

.purchase:hover {
    box-shadow: 0px 5px 20px rgba(19, 19, 19, 0.4);
    background: linear-gradient(to top left, #e23d74, #f80759);
    cursor: pointer;
    transform: translateY(-1px); 
    color: white;
}

.profilebuttons:hover {
   box-shadow: 0px 2px 4px rgba(19, 19, 19, 0.4);
    background: linear-gradient(to top left, #e23d74, #f80759);
    cursor: pointer;
    transform: translateY(-1px); 
    color: white;
}

.profilebuttons:focus {
    outline: none;
}


.controlButton:hover {
   
   cursor: pointer; 
     
 
}


.controlButton.play img,
.controlButton.pause img {
	width: 32px;
	height: 32px;
    
}
.playbuttons {
    padding-right: 5px;
}

.likes {
   height: 39px; 
   width: 30px; 
}

#like {
    width: 30px;
    height: 30px; 
    opacity: 0;
    position: absolute;
}

#likeicon {
   
   padding-left: 2px; 
}

#likeicon:hover {
    cursor: pointer;
    height: 31px;
    width: 31px;
    opacity: .6;
}

#like:hover{
    cursor: pointer;
    
}

#likecount {
   margin-top: -10;  
   width: 60px; 
    opacity: 1;
}


h6 {
    padding: 0;
    margin: 0;
    color: white;
}

.profilecontentleft {
   width: 40%;
    padding: 20px;
}

.profilecontentleft p {
   height: 60px; 
}

.profilecontentright {
    width: 30%;
    display: block;
    padding: 20px;
    
}

.profilecontentleft button {
    position: absolute;
    bottom: 20px;
}

.profilebuttons {
    box-shadow: 0px 2px 4px rgba(19, 19, 19, 0.4);
    background-color: #393939;
    transition: all 0.3s ease 0s;
    height: 50px;
    width:110px;
    font-family: 'Open Sans', serif;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    color:white;
}

.stats {
    display: flex;
}

.profilecontentmiddle {
    padding: 20px;
}

h2, label {
    margin: 0px;
    padding: 0px;
    height: 26px
}
.username {
   padding: 3px 0 5px 0; 
}

label {
    font-size: 12px;
}

.socials {
    display: flex;
}

#socialH3 {
   position: absolute;
    bottom: 55px; 
}
.socialbox {
    padding: 4px 5px;
}
.socialbox i {
    color: black;
    
}

.hidden {
    display: none;
}


.profiletracks {
    padding-top: 20px;
    display: flex; 
    flex-direction: column; 
    width: 100%;
    box-sizing: border-box;
}


.similarTrackRows {
    padding-bottom: 80px;  
    padding-top: 10px; 
}

.fa-times:hover {
   cursor: pointer; 
}

.instrumentals .trackrows {
    width: 50%;
}


.trackrows {
    display: flex; 
    height: 65px;
    box-sizing:border-box;
    background-color: #fff; 
    padding: 15px 10px;
    list-style: none;
    align-items: center;
    width:70%;  
  border-top: 1px solid #e6e6e6;
  border-bottom: 0px;
   margin: 0 auto; 
    
}

.trackrows:last-child {
   border-bottom: 1px solid #e6e6e6; 
}
.trackrows:hover, .trackrowsmini:hover {
  background-color: #f4f4f4; 

}


#artworkbox {
    width: 50px;
    float: left;
    padding: 5px;
    
}

#trackArtwork {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.trackrows #artworkbox #playimg {
    height: 50px;
    width: 50px;
    
    
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

.trackrowsmini #artworkbox #playimg {
    height: 45px;
    width: 45px;
    
    
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

.trackrowsmini #artworkbox img {
    height: 45px;
    width: 45px;
    padding: 0;
    border-radius: 5px;
}

#likeheart {
    height: 30px;
    width: 30px;
    padding: 0;
    margin-right: 10px;
}



.trackrows:hover #artworkbox #playimg {
    visibility: visible;
}

.trackrowsmini:hover #artworkbox #playimg {
    visibility: visible;
}


#tracktitlebox {
    margin: auto px;
    display: inline;
    align-items: center;
    width: 100%;
    float: left;

}


span {
    display: block;
    line-height: 1.2; 
}

#tracktitle {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    height: 20px;
    
}

#spansmall {
    font-size: 8px;
    font-weight: 0;
    margin: 6px 1px;
}

.bigblock h1 {
    color: black;
}

.h1 {
    text-align: center;
    color: white;
    font-size: 32px;
}


#purchasebox {
    float: right;
    margin-left: 0px;
    margin-right: 10px;
    align-items: center;  
    padding-right: 5px;
    padding: 0 5px;
    
}

#purchasebox button {
        border-radius: 5px;
    width: 80px;
    height: 40px;
    background: #393939;
    font-family: 'Poppins', serif;
    font-size: 14px;
    border: none;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); 
}

.trackrowsmini #purchasebox button {
    border-radius: 5px;
    width: 70px;
    height: 40px;
    background-color: #e23d74;
    transition: all 0.2s ease 0s; 
}

#purchasebox button:hover {
    box-shadow: 0px 5px 10px rgba(226, 61, 116, 0.4);
    background: linear-gradient(to top left, #d1235e, #f80759);
    cursor: pointer;
    transform: translateY(-1px);
    color: white;
}




#fa-pen{
    
    margin: 20px;
    padding-top: 13px;
}




#searchfiltercontainer {
    width: 100%;
    height: 150px;
}

#searchfilterinner {
    width: 80%;
    margin: 0 auto;
    height: 150px;
    display: flex;
}

#searchfilterinneri {
   width: 99%;
    margin: 0 auto;
    height: 150px;
    display: flex; 
}

.custom-select {
    margin: auto 5px;
    width: 20%;
}



select:focus {
    outline: none;
}

#h4 {
    margin-bottom: 20px;
}

#minmax {
	margin: auto 0%;
    width: 30%
}

#minmax input {
    height: 40px;
    
    text-align: center;
    width: 45px;
}

.search-container input {
    color: #FFF;
    font-weight: 200;
}

#filtersubmit {
    height: 40px;
    width: 70px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    
    background: linear-gradient(to top left, #e23d74, #f80759);
    border: none;
    
}

.filterbutton{
    padding-left: 20px;
    margin: auto 0;
}

#filtersubmit:hover {
    cursor: pointer; 
}

input:focus {
    outline: none;
    
}


label {
    vertical-align: middle;
}

#bpmMin {
	margin-left: 4px;
    
}

input[name="bpmMin"], input[name="bpmMax"] {
    height: 30px;
    width: 40px;
    font-family: 'Oswald', sans-serif; 
	font-size: 20px; 
    background-color: transparent;
    color: black;
    border: 2px solid #cc3965;
    border-radius: 5px;
}

input[name="bpmMin"]:focus, input[name="bpmMax"]:focus {
    outline: none;
    
}

#artistlink {
    padding: 0;
    font-size: 11px;
    opacity: .5;
    font-family: 'Open Sans', sans-serif;
}

#searchfiltersubmit {
  height: 30px;
  width: 60px;
  margin: auto 10px;
  font-family: 'Open Sans', sans-serif;
  background-color: #f3f2fc;
}

#searchfiltersubmit:hover {
   background-color: #e5e2ff;
    cursor: pointer;
}


#messagebox {
    background-color: #f5f9fc;
    height: 210px;
    width: 300px;
    z-index: 1;
    padding: 20px 20px 30px 20px;
    position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
    display: none;
  box-shadow: 0px 2px 50px 3px #000;  
}


#newMessageBox {
    height: 80%; 
    width: 100%;
    padding: 7px;
    font-size: 12px;
    border: solid 2px #B9B9B9;
    border-radius: 5px;
    
}

#newMessageBox:focus {
    outline: none;
}

.messagebutton {
   padding-left: 110px;
   
}

.messagebutton button {
    width: 80px;
    height: 40px;
    margin: 7px auto;
    font-size: 14px;
    border: none;
    box-shadow: 0px 2px 3px rgba(19, 19, 19, 0.8);
    background: linear-gradient(to top left, #e23d74, #f80759);
   transition: all 0.3s ease 0s;
    
}
.messagebutton button:hover {
        background-color: #cc3965; 
        cursor: pointer;
    }

#messagebox.show {
    display: block;
    
}

.noResults {
    color: white;
    text-align: center; 
}


#trackeditlink:hover {
    opacity: .5;  
}

.banner1 {
    padding-bottom: 70px; 
    background-image: linear-gradient(to right, #96294E , #f80759); 
}

.searchbanner {
  
  width: 45%;
  height: 120px;
  background-color: ghostwhite;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0 10px 50px 0 rgba(0, 10, 10, 0.75);
  text-align: center;
}


.browsesearch {
    padding: 30px 0px;
    width: 95%;
    height: 60px;
    vertical-align: middle;
    margin: auto; 
    
}

.browsesearch input {
    height: 60px;  
    width: 90%;
    background-color: transparent;
    border: none;
    border-left: 2px solid black;
    border-radius: 0px;
    padding: 8px;
    font-size: 26px;
    font-family: 'Roboto', 'Serif';
}

.browsesearch input:focus {
    outline: none;
    border-left: 2px solid #f80759;
}

#searchbutton {
    position: absolute;
    padding-top: 12px;
    left: 40%;
   background-color: transparent;
    border: none;
    opacity: .7;
}


#searchbutton:hover {
    cursor: pointer;
    opacity: 1;
}

#trash {
    padding-right: 20px;
}

#tracktitlebox span a:hover {
    text-decoration: underline;
}


i:hover {
    opacity: .6;
}







@media screen and (max-width: 930px) {
    #searchfilterinner, #searchfilterinneri, #searchfiltercontainer {
        display: block;
        height: auto; 
    }
    
    #searchfilterinneri {
        width: 250px;
    }
    
    .custom-select {
        width: 100%; 
    }
    
    #minmax {
        
        width: 250px;
        display: block;
    }
    
    #minmax h4 {
        margin-left: 6px; 
    }
    
    #insideminmax {
        display: flex;
        width: 250px;
        margin: 5px auto;
        padding-left: 30px;
    }
    
    #filtersubmit {
        margin-left: 30%;
        
    }
    
    .search-container input::placeholder {
        font-size: 14px;   
    }
    
    #search {
        font-size: 18px;
        letter-spacing: .2;
    } 
    
    .bigblock {
        width: 90%;
    }
    
    .trackrows{
        width: 95%;
    }
    
    #purchasebox button {
        width: 70px;
    }
    #purchasebox {
        margin-left: 10px;
    }
    
    .searchbanner {
        width: 85%;
        
    }
    
    #searchbutton {
    position: absolute;
    padding-top: 12px;
    left: 74%;
   background-color: transparent;
    border: none;
    opacity: .7;
}
    
}

@media screen and (max-width: 930px){
    .searchbanner {
        height: 80px;
        width: 90%;
    } 
    
    .banner1 {
        padding-bottom: 30px;
    }
    .browsesearch {
        height: 60px;
        padding: 10px 0px; 
        
    }
  
    .key {
        display: none;
    }
    #searchbutton i {
       display: none;
    }
    
    
    .maincontentcontainer {
        height: auto;
        padding: 10px 20px;
    }
    .socials, .stats {
        justify-content: center;
    }
    .artistcontain {
        text-align:center;
        display:block;
    }
    .widthClass{display:block;}
    .profilecontentleft {
        width: 100%;
        padding:0;
    }
    h3, p {
        width:100%;
    }
    .profilecontentleft button {
        position:relative;
    }
    .profilecontentright {
        width: 162px;
        margin: 0 auto;
    }
    .profilecontentmiddle {
        padding:0;
    }
    .profilecontentleft p {
        height: auto;
    }
}