* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', 'serif';
}

.header {
    height: 50px;
    display: flex;
    box-shadow: 0 0 10px  rgba(0,0,0,.5);
}

.logo-container{
    max-width: 350px;
    overflow: hidden;
    margin-right: 50px;
}

.logo {
    padding-left: 10px;
    font-family: 'Poppins', 'serif';
    font-size: 26px;
    padding-top: 5px;    
}

.white {
    /color: white;
    
}
.links:hover {
   cursor: pointer;
    color: #191919; 
}
.header-links button {
    height: 50px;
    padding: 0 20px;
        font-size: 14px;
    background-color: transparent;
    color: #f80759;
    border: none;
}

.search-container {
    position: absolute;
    padding-top: 6px;
    right: 10px;
}

:focus{
    outline:none;
}

.search-container input {
    height: 38px;
    width: 280px;
    padding:  0 5px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    border-radius:5px;
    box-sizing: border-box;
    font-size: 14px;
}

#searchicon {
    cursor:pointer;
}

.custom-player {
   
}

.center {
   display: flex;
    padding-top: 30px;
    width: 704px;
    margin: 0 auto;
}  

.dropdown {
    display: block;
    padding: 0 8px;
}
.selectContain {
    height: 50px;
    width: 160px; 
    display: flex;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
}

.fa-chevron-down {
    position: absolute;
    right: 10;
    color: grey; 
    padding-top: 15px;
}

.select {
    display: block; 
    width: 160px;
    height: 50px;
    padding: 12px 20px;
    background-color:#e6e6e6;
    text-align: center;
    border-radius: 2px;    
    box-sizing: border-box; 
    border: 1px solid #d9d9d9;
    color: black;
    margin: 0 auto;
}


.filter-block {
    display: flex;
}


.option {
     border-top: none;
     height: 50px;
     color: #191919;
     transition: all .2s ease-in-out; 
    background-color:#fff;
}

.option:hover {
    background-color: #f4f4f4;
}

.options {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    z-index: 1;
}



.select:hover {
    cursor: pointer;
}

.content {
    width: 70%;
    margin:0 auto;
    position: relative;
    margin-top: 25px;
}

.content h3 {
    /position: absolute;
    left: 20px;
}

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

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

}

.trackrows {
    width: 95%;
}

.trackrowinfo {
    width: 85px;
    padding: 0 10px;
    border-left: 2px solid #e6e6e6;
    
}
 

.trackrowinfo span {
  font-size: 14px !important;  
   width: 80px;
  text-align: center;
}

.trackrows span, .username span { 
 padding: 0;
 color: rgb(46,46,46);
 text-decoration: none; 
 overflow-x: hidden;
font-weight: 400;
    
} 
.username a:hover {
text-decoration: underline;
}
.trackcontentcontainer .title {
   margin-bottom: -5px; 
}

#artistlink {
    opacity: .6;
    font-weight: 300;
}

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

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

.nohover:hover {
   background-color: #fff; 
}

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

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

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

}


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

#purchasebox {
    

    align-items: center;  
    padding-right: 5px;
    padding: 0 5px;
    
}

#purchasebox button {
    border-radius: 5px; 
    width: 80px;
    height: 40px;
    background: linear-gradient(to bottom right, #e23d74, #f80759);
    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);
}

#purchasebox button:hover {
    cursor: pointer;
    transform: translateY(-1px);
font-weight: 300;
}

.cards {
    display: flex;   
}
.card-outer {
    width: 33%;
    padding: 10px;
} 
.card {
    background-color: ghostwhite;
    
    height: 400px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.eighty-percent {
   width: 85%;
    margin: 0 auto;
}


/* TRACK PAGE */
.trackaudioplayer {
  width: 70px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;  
    
}
.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;
    font-size: 12px;
}

.track-licenses{
    display: flex;
    padding: 15px;
    width: 750px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ajax-licenses-container {
    width: 832px;
    margin: 0 auto; 
}
.ajax-licenses {
   position: absolute;      
    width: 830px;
    top: 70;  
    height: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    padding: 40px 40px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: #fff;  
    z-index: 1;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
}
.ajax-licenses-inner{
    display: flex;
}

.track-license-pad {
    padding: 0 20px;
}
.track-license {
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 210px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: transform .2s;
    transition: transform .2s;
    box-sizing: border-box;
}
.license-info {
    padding: 10px;
}

.track-card-bottom {
    background-color: #e80653;
    width: calc(100% + 42px);
    transform: translate(-22px, 13px);
    color: white;
    border-radius:0 0 5px 5px;
    border: 1px solid #d9d9d9;
}
.track-license:hover{
   transform: translateY(-3px);
}
  
.artworkpad {
    padding: 25px 0 5px 0;
}

.track-card-bottom:hover {
   cursor: pointer; 
   
}
#basicdown {
    transition: all .2s linear;
    position: absolute;
    top: 1px; 
}
.overview-card-outer {
    margin: 0 auto;
    text-align: left;
}
/*
.basic-overview-card, .pro-overview-card, .exc-overview-card {
    position: fixed;
    width: 60%;
    height: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: #fff;  
    z-index: 1;
    top: calc(50% - 208px);
    box-sizing: border-box;
} 
*/
.basic-overview-card, .pro-overview-card, .exc-overview-card {
    width: 100%;
}
.ajax-licenses .fa-times {
    position: absolute;
    left: 35px;
    transform: translate(-20px, -20px);
}

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

.licenseSum {
    padding: 20px;
}

.licneseSum-header{
    display: flex;
    position: relative;    
}

.licneseSum-header button {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 5px; 
    background: linear-gradient(to bottom right, #e23d74, #f80759);  
    font-size: 14px;
    font-weight: 300; 
    border: none;
    -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);
}

.licneseSum-header button:hover {
    cursor: pointer;
    transform: translateY(-1px);
    font-weight: 300; 
}

.licenseSumm-info {
    display: block; 
    width: 99%;
    padding-top:30px;
    margin: 0 auto; 
    
}
.span-flex {
    display: flex;
    
}
.span-half {
    width: 50%;
    display: flex;
    align-items: center;
    height: 38px;
    font-size: 14px; 
}

.span-half i {
    margin-right: 8px;
    color: #e80653;
}
.artist-about {
    display: flex;
}
.about-profile-left {
  padding: 10px;  
}
.about-profile-right {
    padding: 0 5px;
}
.about-profile-right h4 {
    font-weight: 300;
}
.about-profile-right p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 10px;
}
.about-profile-left img {
    height: 250px;
    width: 250px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.socials {
    display: flex;
}

.socialbox {
    padding-right: 10px;
    
}
.socialbox i {
    color: black;
    
}
.loader {
    position: absolute;
    display: none;
    right: 46%;
    
  border: 10px solid #a9a9a9;
  border-radius: 50%;
  border-top: 10px solid #191919;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





@media screen and (max-width: 929px) {
    .content {
        width: 95%;
    }
   .trackrows{
        width: 100%;
    } 
    .eighty-percent {
        width: 95%;
    }
    .span-flex {
        display: block;
    }
    .span-half {
        width: 100%; 

    }
}

    .track-licenses {
        display: block;
        width: 80%;
    }
    .ajax-licenses-inner{
        display: block;
    }
    .ajax-licenses{
        width: 60%;
        padding: 35px;
    }
    .fa-times {
    transform: translate(-25px, -5px);
}
    .track-license {
        width: 100%;  
    }
    .track-license-pad {
        padding: 10px 20px;
    }
    .filter-block {
    display: block;
}
    .selectContain {
        margin-bottom: 8px;
    }
    .dropdown {
        padding: 0 5px;   
    }
    .center {
        width: 346px;
    }
    .licenseSumBlock {
        display:block;
    }

@media screen and (max-width: 805px){
    .ajax-licenses .fa-times {
        margin-top:10px;
    }
    
    .header{ 
        height: auto;
        flex-wrap: wrap;
    }
    .logo-container{width:50%;margin-right:0;}
    .header-links{width:50%;}
    .search-container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 70%;
    }
    .ajax-licenses{
        width: 100%;
        padding: 35px 25px;
    }
}

@media screen and (max-width: 640px){
    .overview-card-outer {
        width: 90%;
    }
    .search-container {
        display: none;
    }
    .header-links{
        position: absolute;
        right: 5px;
    }
    .artist-about {
        display:block;
        width: 270px;
        margin: 0 auto;
    }
    .licneseSum-header {
        display: block;
    }
     .licneseSum-header button {
        position:relative;
        margin-top:10px;
    }
    .licenseSum {
        padding: 0px;
    }
    
}
@media screen and (max-width: 500px){
.key {
        display:none;
    }
    .center {
    width: 306px;
    }
    .selectContain {
        width: 140px;
    }
    .header-links button {
        padding: 0 10px;
    }
    

}