/* PLAYER STYLES BEGIN */


/* PLAER STYLES END

/*GENERAL BEGIN */

body {
    color: black;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.audiojs,
.audiojs .time,
.audiojs .scrubber,
.audiojs.error {
    display:none;
}

a {
    color: black;
}
a:hover {
    color: black;
}
.distribute-vertical {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.text-blue {
    color: #0020f5;
}

.card {
    border: none;
    border-radius: 0;
    background: transparent;
}

a.btn-style-1 {
    border: 2px solid #0020f5;
    color: black;
    font-weight: 600;
    cursor:pointer;

}

a.btn-style-2 {
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 0 20px;
    cursor:pointer;
}

.btn-style-3 {
    white-space: normal;
    text-decoration: underline;
    color: black;
    cursor:pointer;

}
.btn-style-3:hover {
    color: black;
    text-decoration: underline;
}

.col-text-2 {
    column-count: 2;
    column-gap: 30px;
}

.col-text-2.descricao {
    margin-top: 15px;
    margin-bottom: 50px;
    padding-top: 15px;
}



.text-bold {
    font-weight: bold;
}

.search-form {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.search-form .search-input {
    border: 2px solid #0020f5;
    color: black;
    font-weight: 600;
    padding-left: 5px;
    width: 100%;
}

.search-form input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    cursor:pointer;
    font-weight: 700;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0px;
}

footer .search-input, footer .newsletter-input {
    width: 100%;
    padding-right: 40px;
    width:100%;
}
footer .ok-button{
    position: absolute;
    top:3px;
    right: 20px;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

input:-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}


/* GENERAL END */


/* HEADER BEGIN */

header {
    margin-top: 100px;
}

header .logo {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

header .logo svg {
    width: 300px;
    height: 300px;
    margin: auto;
}
ul.menu{
    flex-wrap:wrap;
}
ul.menu li{
    margin:5px;
}
header .menu-main-container {
    display: flex;
    width: 100%;
}

header .menu-main-container ul.menu {
    width: 100%;
    position: relative;
    padding: 0;
    list-style-type: none;
    display: flex;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 2px solid #0020f5;
    margin-bottom: 0;
    justify-content: space-between;
}

header .menu-main-container ul li {
    text-decoration: none;
    display: inline-flex;
    white-space: nowrap;
}

header .foldout-menu-wrap {
	background: #0020f5;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1.5s;
}

header .foldout-menu-wrap > div {
	display: none;
	width: 100%;
}

header .foldout-menu-wrap > div.open {
	display: flex;
}

header .foldout-menu-wrap ul.menu {
    list-style-type: none;
    max-width: 768px;
    margin: auto;
    column-count: 2;
    column-gap: 0;
    width: 100%;
    padding: 40px 0;
    display: block;
}

header .foldout-menu-wrap ul.menu li {
    font-size: 20px;
    font-weight: 600;
	margin: 0;
	padding: 5px
}

header .foldout-menu-wrap ul.menu a {
    color: white;
}

header .menu-main-container ul.menu a {
    display: inline-flex;
    border: 2px solid #0020f5;
    padding: 0 20px;
    color: black;
    font-weight: 600;
}

header .search-area {
    position: relative;
    width: 100%;
    height: 100px;
}

header .search-area .search-input {
    right: 35px;
    position: absolute;
    padding-right:40px;
}


/* HEADER END */


/* FOOTER  BEGIN */

footer {
    padding-bottom: 100px;
}

footer .menu-main-container {
    display: flex;
    width: 100%;
    overflow: hidden;
}

footer .menu-main-container ul.menu {
    width: 100%;
    position: relative;
    padding: 0;
    list-style-type: none;
    display: flex;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #0020f5;
    margin-bottom: 0;
    justify-content: space-between;
}

footer .menu-main-container ul li {
    text-decoration: none;
    display: inline-flex;
    white-space: nowrap;
}

footer .menu-main-container ul.menu a {
    display: inline-flex;
    border: 2px solid #0020f5;
    padding: 0 20px;
    color: black;
    font-weight: 700;
}


/* FOOTER END */


/* POST LIST BEGIN */

.post-list-title {
	padding: 0 40px;
	margin: 5% 0;
}

.category-description {
	padding: 0 40px;
	margin: 0 0 2% 0;
}

.post-list {
    padding: 100px 0;
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left:30px;
    padding-top:0;
}

.post-list .card {
    float: left;
    flex: 1 0 auto;
}

.post-list .card .img-wrap {
	position: relative;
}

.post-list .card .img-wrap .staff-pick {
	background-image: url("/wp-content/uploads/2020/04/staff2.png");
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	height: 23%;
    top: 3px;
    right: 3px;
    width: 23%;
}

.post-list .card .card-body {
    padding: 0;
    padding-bottom:15px;
}

.post-list .card .card-body .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0.75rem;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform:uppercase;
}

.post-list .card .card-body .card-text {
    font-size: 14px;
}

.pagination-module {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.pagination {
    max-width: 768px;
    margin: auto;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.pagination .nav-links {
    position: relative;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    display: none;
}

.pagination .nav-links a.prev, .pagination .nav-links a.next {
    border: 2px solid #0020f5;
    color: black;
    font-weight: 600;
    display: block;
    padding: 0 20px;
    min-width: 100px;
    text-align: center;
    position: absolute;
}

.pagination .nav-links a.prev {
    left: 0;
}

.pagination .nav-links a.next {
    right: 0;
}

.btn-more-less{
    margin-bottom:15px;
}

.post-list.related-products {
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 0 0 60px 0;
    margin-top: 30px;
}

.post-list .card {
    padding: 10px 20px 10px 0;
}


/* POST LIST END */
.form-btn{
    display: inline-flex;
    border: 2px solid #0020f5;
    padding: 0 20px;
    color: black;
    font-weight: 600;}

/* POST CONTENT BEGIN */

.no-col-padding > div {
    padding: 0;
}

.product-content-wrapper,
.chart-content-wrapper {
    background: #0020f5;
    color: white;
}

.ok-button{
    display:block;
    float:right;
    cursor:pointer;
}

.product-content,
.chart-content {
    padding: 5%;
}

.product-content a,
.chart-content a {
    color: white;
}

.product-content .descricao,
.chart-content .post-content {
    font-size: 18px;
}

.chart-content .chart-excerpt {
	margin: 0.75rem 0 0.75rem 0;
}

.product-content h1,
.chart-content h1 {
    width:100%;
    font-size: 1.9rem;
    line-height: 2rem;
}

.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.chart-content h2,
.chart-content h3,
.chart-content h4,
.chart-content h5 {
    width:100%;
    font-size: 18px;
}

.chart-content .post-content p {
    margin-bottom: 30px;
}

.chart-content .post-content {
	margin-top: 5%;
	margin-bottom: 10%;
}

.chart-content .post-content img {
	max-width: 100%;
	height: auto;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
    overflow:hidden;
    margin-bottom: 35px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.chart-content .chart-divider {
	border-bottom: 2px solid white;
	margin: 4% 0 8% 0;
}

.chart-content .see-other-charts {
	margin-top: 15px;
}

.chart-content .see-other-charts a {
	display: block;
	margin-bottom: 10px;
}

.product-content .add-to-cart-wrapper a {
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-content > .row
.chart-content > .row {
    margin-bottom: 50px;
}


.chart-content .chart-credits {
    font-size: 0.5em;
    display: block;
}

.chart-content .chart-date {
	font-size: 0.45em;
    display: block;
    margin-top: 10px;
}

.chart-content .chart-links a {
	margin-right: 15px;
}

.cart-wrapper .item {
    margin-top: 7px;
    margin-bottom: 7px;
}

.items, .information, .final {
    margin-bottom: 15px;
}


/* POST CONTENT END */
.text-underline{
    text-decoration:underline;
}

.track-name {
    display: inline-flex;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* height: 100%; */
    line-height: 37px;
    margin-left: 10px;
    font-size: 14px;
}

.btn {
    cursor: pointer;
}

.custom-select {
    -webkit-appearance: none;
}

.modal-title {
    margin-bottom: 10px;
}

form .custom-select, form .form-control {
    border: 2px solid #0020f5;
    border-radius: 0;
}

.btn.cart {
    position: fixed;
    right: 30px;
    top: 30px;
    background: black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid black;
    z-index: 9;
}

.btn.cart i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn.cart small {
    position: absolute;
    ;
    left: 0px;
    top: 80%;
    background: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    color: white;
}

.cart-container .item img {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
}

.cart-container a.btn.ctrl {
    border: 1px solid black;
    border-radius: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    position: relative;
}

.cart-container h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-container a.btn.ctrl.add {
    right: 0;
    left: 100%;
    transform: translateX(-100%);
}

.cart-container span.qty {
    position: relative;
    left: 50%;
    transform: translateX(-150%);
}

.cart-container a.btn.ctrl.remove {
    left: 0%;
}

.modal-dialog{
    max-width: 765px;
}
.tracklist{
    padding: 15px 0;
    width:100%;
}

.track span,
.track span i {
    pointer-events: none;
}

.track {
    cursor: pointer;
}

.track:hover .track-name {
    text-decoration: underline;
}

@media (max-width:991px){
	.post-list-title {
		padding: 0 25px;
	}
	
	.category-description {
		padding: 0 25px;
	}
	
    .post-list{
        padding-left:15px;
        padding-right: 15px;
    }

    ul.menu{
        justify-content: center!important;
    }

    .gallery-wrapper{
        margin-top: 15px;
    }

    footer .search-input, footer .newsletter-input {
        width: 100%;
        padding-right: 40px;
        width:180px;
    }

    .post-list.related-products {
       margin-top: 30px;
    }
}

@media (max-width:768px){
    .col-text-2.descricao{
        column-count: 1;
        padding:15px;
        padding-left:0;
        padding-right: 0;
        margin-bottom:0px;
    }

	.product-content,
	.chart-content {
        padding-top:10%;
    }
	
    .product-content >.row,
	.chart-content > .row {
        margin:0;
    }
	
	header .foldout-menu-wrap ul.menu {
		column-count: 1;
		text-align: center;
	}
	
	header .foldout-menu-wrap ul.menu .charts-credits {
		display: block;
	}
	
    header .foldout-menu-wrap > div {
        padding:30px;
        padding-top:0;
        padding-bottom:0;
    }

    .post-list .card {
        padding-right: 0;
    }

    .post-list.related-products {
        margin-top: 30px;
    }

    .audio-player-wrapper.mobile-audio {
        margin-bottom: 30px;
    }
}

.loader-wrapper{
    width:100vw;
    height: 100vh;
    position: fixed;
    z-index:99999;
    opacity:1;
    transition:opacity 1s;
    pointer-events: none;
    background:white;
    top:0;

}
.loader-wrapper.done{
    opacity:0;
    transition:opacity 1s;
    pointer-events: none;
}
.loader-wrapper .loader{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: blue;
    animation: lds-grid 1.2s linear infinite;
  }
  .lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s;
  }
  .lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -0.4s;
  }
  .lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -0.8s;
  }
  .lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s;
  }
  .lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s;
  }
  @keyframes lds-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  