/* 
Theme Name:		 MCPlayer
Theme URI:		 http://childthemegenerator.com/
Description:	 MCPlayer theme
Author:			 jerl92
Author URI:		 http://childthemegenerator.com/
Template:		 chichi
Version:		 1.0.0
Text Domain:	 chichi-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

body {
    overflow-x: hidden;
}

.site-main {
    border-right: .5px solid rgba(0,0,0,.25);
}

.is-onstart{
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:1; }
    50% { opacity:0.5; }
    100% { opacity:0; }
}

@-webkit-keyframes fadein{
    0% { opacity:1; }
    50% { opacity:0.5; }
    100% { opacity:0; }
}

.is-onready{
    -webkit-animation: 1s ease 0s normal forwards 1 fadeout;
    animation: 1s ease 0s normal forwards 1 fadeout;
}

@keyframes fadeout{
    0% { opacity:0; }
    50% { opacity:0.5; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeout{
    0% { opacity:0; }
    50% { opacity:0.5; }
    100% { opacity:1; }
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 120px;
    height: 20px;
    -webkit-mask:linear-gradient(90deg,#000 70%,#0000 0) 0/20%;
    background:
     linear-gradient(#000 0 0) 0/0% no-repeat
     #ddd;
    animation: l4 2s infinite steps(6);
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  @keyframes l4 {
      100% {background-size:120%}
  }

.fixed-header-nav {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: .4s linear;
    transform: translateY(0%);
}

.fixed-content-nav {
    margin-top: 90px;
}

.wrap {
    max-width: 100%;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

.made-with-love {
    font-size: 12px;
    margin: 5px;
    float: right;
}

.site-content {
    display: block;
}

#secondary {
    overflow-y: scroll !important;
}

#remove-all-btn a:visited, #remove-all-btn a:active, #remove-all-btn a:focus {
    color: #fff !important;
}

.mejs-controls .mejs-button button {
    min-width: 0;
}

#colophon {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  /*  box-shadow: -0.1px -0.1px 25px rgba(0,0,0,.25); */
    background-color: #fff;
    z-index: 9999;
    display: none;
    height: auto;
}

#colophon.site-title.cloned {
    font-size: 1rem;
}

.site-header.cloned {
    padding: 2.5px 0;
    margin-bottom: calc(2rem - 12.5px);
    box-shadow: 0.1px 0.1px 25px rgba(0,0,0,.25);
}

.site-header {
    background-color: #fff;
    box-shadow: 0.05px 0.05px 15px rgba(0,0,0,.15);
    margin-bottom: 5px;
    padding: 0 !important;
    width: 100%;
    z-index: 999;
}

.hide-player {
    display: none;
    border-top: none;
}


.hide-player-border {
    border-top: none !important;
}


.widget-title {
    border-bottom: 1px solid #bdbdbd !important;
    margin: 15px 5px 10px 0;
    padding-left: 5px;
    font-weight: 500;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .btn, .posts-navigation .prev, .posts-navigation .next, .comments-previous a, .comments-next a, a.btn {
    background-color: rgb(63, 63, 63);
}

#album-class-artist-img {
    border: 1px solid rgba(0,0,0,.25);
}

.album-class-artist-img {
    width: 350px;
    float: right;
    box-shadow: -10px 5px 25px rgba(0,0,0,.4);
}

.album-class-loop {
    margin: 25px;
}

#album-class-artist-img:hover {
    border: .5px solid rgba(0,0,0,.5);
    opacity: 0.75;
    box-shadow: 5px 7.5px 10px rgba(0,0,0,.5);
    transform: scale(1.01);
}       

.search-field {
    width: calc(100% - 120px);
}

.edit-link {
    display: none;
}

.entry-save-for-later {
    width: 100%;
    display: flex;
}

#album-class-artist-list tbody {
    display: table;
    width: 100%;
}

#wrap-player {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: -0.1px -0.1px 25px rgba(0,0,0,.25);
    position: fixed !important;
    bottom: 0 !important;
    background-color: #fff;
    z-index: 9999;
    width: 100% !important;
    border-radius: 25px 25px 0 0;
}

.entry-meta-data-lyric {
    display: table;
    width: 100%;
}

a:focus {
    outline: none;
}

#lnamesave {
    width: 75%;
}

.save-playlist {
    width: 25%;
}

#mastheadtop {
    display: list-item;
    background-color: #000;
}

.top-navigation {
    float: right;
}

.top-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	text-align: left;
}

.top-navigation ul a {
    color: #fff;
}

#top-menu {
    border: 0;
    margin-bottom: 0;
    padding: 0;
    float: right;
}

#top-menu li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 5px;
}

.memory-usage {
    width: auto;
    color: #fff;
    float: left;
    margin: 0 5px;
}

.pmpro_checkout-field {
    width: 30%;
    float: left;
}

.pmpro_checkout-field-bemail {
    float: right;
    margin-right: 10% !important;
}

#pmpro_message_bottom {
    display: inline-table;
    width: 100%;
}

form.pmpro_form .pmpro_member_profile_edit-fields > div {
    width: 25%;
    float: left;
}

form.pmpro_form input[type=text] {
    width: 100%;
}

.wp-block-table td, .wp-block-table th {
    border: none;
}

.topmenu:hover {
    background-color: #86b854;
}

#top-menu-container {
    width: auto;
}

@media screen and (min-width: 48em) {
    .main-navigation {
        width: auto;
        float: right;
    }
}

@media only screen and (max-width: 765px) {
    #top-menu-container {
        width: 100%;
    }
}

@media only screen and (min-width: 765px) {
    .cloned {
        position: fixed;
    }
    .playlistscroll {
        display: none !important;
    }
}

@media only screen and (max-width: 764px) {
    .cloned {
        position: static;
        padding: 1rem 0;
    }
}

@media only screen and (min-width: 631px) and (max-width: 1654px) {
    .page-music {
        width: 24.5%;
        padding: 0 0 0 0.05%;
        display: inline-block;
    }
}

@media only screen and (min-width: 630px) {
    .content-area {
        width: 75%;
        max-width: 100%;
        float: left;
        padding-right: 5px;
    }
    .site-content .widget-area {
        width: 25%;
        max-width: 100%;
        float: right;
    }
    #album-class-artist-wraper ul:nth-child(4) {
        clear: right;
    }    
    #album-class-artist-wraper ul:nth-child(5) {
        clear: left;
    }
    #album-class-artist-wraper ul:nth-child(8) {
        clear: right;
    }
    #album-class-artist-wraper ul:nth-child(9) {
        clear: left;
    }
}

@media only screen and (max-width: 450px) {
    .wrap {
        max-width: 100%;
        width: 98%;
    }
    #album-class-artist-wraper {
        width: 100%;
        padding: 0;
    }
    #album-class-artist {
        width: 45%;
        margin: 5px 2.5%;
    }
    .site-content .widget-area {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-bottom: 25px;
        padding-right: 0px;
    }
    .artist-banner-info {
        text-align: center !important;
        width: 100%;
        display: block !important;
    }
    .album-class-loop-info {
        text-align: center !important;
        width: 100%;
        display: block !important;        
        max-width: 100% !important;
    }
    .album-class-artist-img {
        float: none !important;
        margin: auto !important;
        display: table !important;
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #cccccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(24, 24, 24); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(75, 75, 75); 
}
