/*
Theme Name: codyjinks
Theme URI: http://iqbalbary.com/
Author: Iqbal Bary
Author URI: http://iqbalbary.com/
Description: Theme for Cody Jinks
Version: 1.0.0
Text Domain: codyjinks
*/

/* ==================================================================
  1.0 General styles
================================================================== */
html * {
    outline: 0 !important;
}
body {
    height:100%;
    /*-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;*/
    -webkit-tap-highlight-color: #bfa588;
    overflow:initial!important;
}
body{
    font-family: 'Overpass', sans-serif;
}
@media only screen and (max-width: 768px){
    body {
        -webkit-overflow-scrolling: touch;
    }
    body.no-scroll {
        overflow: hidden;
        -webkit-overflow-scrolling: auto;
    }
    footer .cj-home-hero-wrapper.cj-home-hero-podcast-promo{
        width: 100%!important;
    }
}
ul{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: #a356ff;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #bfa588;
    outline: none;
}
::selection {
    background:#bfa588;
    color:#fff!important;
}

::-moz-selection {
    background:#bfa588;
    color:#fff!important;
}
iframe{
    max-width: 100%;
    height: 200px;
}
a.link-white {
    color: #fff !important;
}


/*------------------------------------*\
  Header
\*------------------------------------*/
#header #main-navbar,
#header .navbar-header {
    margin-top: 50px;
}
@media only screen and (min-width: 768px){
    #header #main-navbar{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 768px){
    #header .navbar-header {
        margin-top: 30px;
    }
}
#header .navbar.navbar-default {
    background-color: #0d0d0d;
    border: 0;
    border-radius: 0;
    height: 145px;
    margin-bottom: 0;
}
.home #header .navbar.navbar-default {
    height: 130px;
}
@media only screen and (max-width: 991px){
    #header .navbar.navbar-default,
    .home #header .navbar.navbar-default {
        height: 88px;
    }
}
.main-navbar-right {
    margin-top: 5px;
}
@media only screen and (max-width: 991px){
    .main-navbar-left,
    .main-navbar-right {
        margin: 0px;
    }
}
#header .navbar-default .navbar-nav > li > a {
    color: #bfa588;
    font-family: 'Acumin Pro Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 12px 7px;
}
#header .navbar-default .navbar-nav.navbar-left > li > a,
#header .navbar-default .navbar-nav.navbar-right > li > a {
    padding: 0;
    margin: 10px 12px 7px;
}
@media only screen and (min-width: 768px){
    #header .navbar-default .navbar-nav.navbar-left.main-navbar-right > li:first-child > a {
        margin-left: 0;
    }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #bfa588;
}
#header .navbar-default .navbar-nav.navbar-left > li:not(.menu-item-has-children) > a::after,
#header .navbar-default .navbar-nav.navbar-left > li > .dropdown-menu > li > a::after,
#header .navbar-default .navbar-nav.navbar-right > li:not(.menu-item-has-children) > a::after,
#header .navbar-default .navbar-nav.navbar-right > li > .dropdown-menu > li > a::after {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: width .4s ease-out;
    -o-transition: width .4s ease-out;
    transition: width .4s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.5px solid transparent;
}
#header .navbar-default .navbar-nav.navbar-left > li:not(.menu-item-has-children) > a:hover::after,
#header .navbar-default .navbar-nav.navbar-left > li > .dropdown-menu > li > a:hover::after,
#header .navbar-default .navbar-nav.navbar-right > li:not(.menu-item-has-children) > a:hover::after,
#header .navbar-default .navbar-nav.navbar-right > li > .dropdown-menu > li > a:hover::after {
    border-color: #bfa588;
    width: 100%;
}
.dropdown-menu {
    background: #151515;
    padding: 10px 0 8px;
    border: 0;
    min-width: 115px;
    left: -9px !important;
    right: auto !important;
    border-radius: 0;
}
.dropdown-menu > li > a {
    color: #bfa588;
    font-family: 'Acumin Pro Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin: 5px 22px;
    padding: 0;
    position: relative;
    display: inline-block;
}
#header .navbar-default .navbar-nav.navbar-social > li > a {
    color: #ce5909;
    padding: 12px 8px;
    line-height: 16px;
    font-size: 14px;
}
#header .nav.navbar-nav.navbar-social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 95px;
}



.navbar {
    position: relative;
}
.navbar-brand {
    float: none;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -150px !important;
    display: block;
}
.navbar-brand > img {
    max-width: 300px;
    height: auto;
}
.show-in-mobile{
    display: none!important;
}
@media only screen and (max-width: 991px){
    #header #main-navbar {
        margin-top: 0;
        background: #0D0D0D;
        z-index: 999;
        position: relative;
        border: 0;
        box-shadow: none;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .navbar-nav.navbar-social {
        display: none;
    }
    /*.navbar-brand {
      position: relative;
      left: auto;
      margin-left: 15px !important;
      float: left;
    }*/
    .navbar-brand {
        position: relative;
        left: unset;
        float: none;
        right: unset;
        text-align: center;
        margin-right: 53px;
        margin-left: 53px !important;
    }
    /*.navbar-brand > img {
      max-width: 230px;
    }*/
    .navbar-brand > img {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
        padding-top: 8px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #bfa588;
        width: 18px;
        height: 1px;
    }
    #header .navbar-default .navbar-nav.navbar-left > li > a,
    #header .navbar-default .navbar-nav.navbar-right > li > a {
        margin: 13px 0;
        text-align: center;
        font-size: 24px;
        display: inline-block;
        width: 100%;
        background: #0D0D0D;
    }
    #header .navbar-default .navbar-nav.navbar-left > li:not(.menu-item-has-children) > a::after,
    #header .navbar-default .navbar-nav.navbar-left > li > .dropdown-menu > li > a::after,
    #header .navbar-default .navbar-nav.navbar-right > li:not(.menu-item-has-children) > a::after,
    #header .navbar-default .navbar-nav.navbar-right > li > .dropdown-menu > li > a::after {
        border: none;
    }

    .hide-in-mobile{
        display: none!important;
    }
    .show-in-mobile{
        display: block!important;
    }
    .open > .dropdown-menu {
        padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #bfa588;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 13px 0;
        font-size: 24px;
        line-height: 16px;
    }
}
/*------------------------------------*\
  Comment Style
\*------------------------------------*/
.breadcrumb {
    color: #757575;
    font-family: 'Acumin Pro Condensed';
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 14px;
    background: #0d0d0d;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    height: 20px;
    padding-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 0;
    position: absolute;
    top: -10px;
}
.breadcrumb.breadcrumb-builder {
    position: relative;
    margin-bottom: -10px;
}
@media only screen and (max-width: 768px){
    .breadcrumb {
        padding-bottom: 0;
        height: auto;
        line-height: 18px;
        top: -5px;
        display: block;
        left: 0px;
        padding-left: 15px;
        right: 0px;
        padding-right: 15px;
        padding-bottom: 5px;
    }
}
.breadcrumb a {
    color: #757575;
    text-transform: uppercase;
    transition: color ease-in-out 300ms;
}
.breadcrumb a:hover {
    color: #fff;
}
.breadcrumb .current{
    color: #ffffff;
}
.arrow-right-position {
    position: relative;
}
.arrow-right {
    width: 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    padding-top: 5px;
    position: relative;
    margin-left: 4px;
}
.arrow-right.arrow-brown{
    border-top: 1px solid #bfa588;
}
.arrow-right.arrow-black{
    border-top: 1px solid #0d0d0d;
}
.arrow-right::before {
    content: "";
    width: 6px;
    height: 1px;
    background: #fff;
    top: -3px;
    right: -1px;
    position: absolute;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
}
.arrow-right.arrow-brown::before{
    background: #bfa588;
}
.arrow-right.arrow-black::before{
    background: #0d0d0d;
}
.arrow-right::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -1px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow-right.arrow-brown::after{
    background: #bfa588;
}
.arrow-right.arrow-black::after{
    background: #0d0d0d;
}
a .arrow-right,
button .arrow-right,
.scroll-bottom-btn .arrow-right {
    transition: 0.2s ease-out;
}
a:hover .arrow-right,
button:hover .arrow-right,
.scroll-bottom-btn:hover .arrow-right {
    transform: translateX(8px);
    transition: 0.2s ease-out;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.download-icon {
    width: 10px;
    display: inline-block;
    position: relative;
    margin-left: 6px;
}
.svg-download {
    position: absolute;
    top: -12px;
}



/*------------------------------------*\
  Elements Section: Tour
\*------------------------------------*/
@media only screen and (min-width: 1199px) and (max-width: 1650px){
    .home-tour-section {
        background-size: contain !important;
    }
}

.cj-tour-lists-wrap {
    overflow: hidden;
    /*background: #0D0D0D;*/
}
.cj-single-tour-list {
    overflow: hidden;
    border-bottom: 1px solid #282624;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    font-family: 'Apercu Mono';
}
@media only screen and (max-width: 768px){
    .cj-single-tour-list {
        display: block;
        text-align: center;
    }
}
.cj-tour-date {
    width: 25%;
    float: left;
    color: #fff;
    text-transform: uppercase;
}
.cj-tour-location {
    float: left;
    width: 40%;
}
@media only screen and (max-width: 768px){
    .cj-tour-date {
        width: 100%;
    }
    .cj-tour-location {
        width: 100%;
        padding-top: 12px;
    }
}
.cj-tour-location .cj-tour-location-1 {
    color: #bfa588;
    font-size: 14px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.cj-tour-location a{
    display: inline-block;
}
.cj-tour-location-1 i {
    margin-left: 8px;
}
.cj-tour-location-1 i.fa {
    color: #ce5909;
    font-size: 14px;
}
.cj-tour-location .cj-tour-location-2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.cj-tour-buy {
    float: left;
    width: 35%;
    text-align: right;
}
@media only screen and (max-width: 768px){
    .cj-tour-buy {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
}
.cj-tour-buy > div {
    display: inline-block;
}
.cj-share a i {
    padding-left: 6px;
    font-size: 14px;
    color: #ce5909;
}
.cj-tour-buy .cj-rsvp {
    padding-left: 25px;
}
.cj-tour-buy .cj-ticket {
    padding-left: 20px;
}
.cj-rsvp a {
    color: #bfa588;
    font-size: 13px;
}
.cj-ticket a {
    color: #ffffff;
    font-size: 14px;
    min-width: 98px;
    display: inline-block;
}
.cj-ticket-sold-out {
    color: #494949;
    padding-left: 30px;
    padding-right: 18px;
}
.white-popup.win-ticket-popup-content {
    max-width: 880px;
    margin: auto;
    background: #141414;
    display: block;
    text-align: center;
    padding: 40px 20px 50px;
}
.mfp-content .white-popup.win-ticket-popup-content.win-ticket-popup-batonrouge.cj-single {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.white-popup.win-ticket-popup-content.win-ticket-popup-batonrouge .col-md-12.no-padding {
    width: 100%;
}
@media (max-width: 800px) {
    .white-popup.win-ticket-popup-content.win-ticket-popup-batonrouge .footer-social {
        float: none;
    }
}
.white-popup.win-ticket-popup-content.win-ticket-popup-batonrouge:not(.cj-single) > .col-md-12.no-padding {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.white-popup.win-ticket-popup-content h3 {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #bfa588;
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
    margin: 25px 0 10px;
    text-align: center;
}
.white-popup.win-ticket-popup-content .win-popup-location-date {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 18px;
}
.white-popup.win-ticket-popup-content .win-popup-location-date::before {
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #ce5909;
}
.white-popup.win-ticket-popup-content .footer-form-subscription {
    display: inline-block;
    padding-top: 50px;
}
.white-popup.win-ticket-popup-content #slicktext-message-response {
    margin: auto;
}
.white-popup.win-ticket-popup-content .mfp-close {
    width: 60px;
    height: 60px;
    font-size: 35px;
    color: #bfa588 !important;
}


/*--- Inner title widget ---*/
.cj-inner-title-wrap {
    overflow: hidden;
    margin-right: -10px;
    padding-right: 10px;
}
.cj-inner-title-left {
    float: left;
    position: relative;
    padding-left: 15px;
}
.cj-inner-title-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: 55px;
    background: #ce5909;
}
.cj-inner-title-left span {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.cj-inner-title-left h2 {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 600;
    font-size: 65px;
    line-height: 65px;
    margin-top: -13px;
    z-index: 1;
    position: relative;
}

.cj-inner-title-right {
    float: right;
    margin-top: 40px;
}
@media only screen and (max-width: 768px){
    .cj-inner-title-right {
        margin-top: 0px;
    }
}
.cj-inner-title-right a {
    color: #bfa588;
    font-family: 'Apercu Mono';
    font-size: 13px;
}


/*--- Hero Video ---*/
.cj-home-hero-fix .elementor-container {
    z-index: 18;
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    z-index: 17;
    /*display: none;*/
    overflow: hidden;
}
.video-overlay::after {
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-overlay .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-overlay .video-js video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.close-btn {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 30px);
    background: transparent;
    cursor: pointer;
    z-index: 2;
}
.close-btn::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 100px;
    border: 2px solid #b79e82;
    transition: all 0.3s;
}
.close-btn:hover::after {
    width: 74px;
    height: 74px;
    left: -8px;
    top: -8px;
    background: transparent;
    border: 2px solid #fff;
}
.close-btn-inner {
    width: 60px;
    height: 60px;
    background: transparent;
}
.close-btn-inner::before {
    content: "";
    position: absolute;
    background: #b79e82;
    width: 33px;
    height: 2px;
    left: 13px;
    top: 28px;
    transform: rotate(42deg);
    z-index: 2;
}
.close-btn-inner::after {
    content: "";
    position: absolute;
    height: 33px;
    width: 2px;
    background: #b79e82;
    transform: rotate(45deg);
    left: 28px;
    top: 13px;
    z-index: 2;
}
.close-btn:hover .close-btn-inner::before,
.close-btn:hover .close-btn-inner::after {
    background: #fff;
}
.fadeOutUp.fadeDuration,
.fadeInUp.fadeDuration{
    animation-duration: 0.5s;
    animation-delay: 0.1s;
}

/*--- cj quote ----*/
.cj-single-quote-list {
    overflow: hidden;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    align-items: center;
}
.cj-single-quote-left {
    float: left;
    width: 46%;
    position: relative;
}
.cj-single-quote-left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) , rgba(0,0,0,0.9));
    z-index: 1;
}
.cj-single-quote-overlay-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.cj-single-quote-right {
    float: left;
    width: 54%;
    margin-left: 0px;
    z-index: 99;
    position: relative;
    padding-left: 40px;
}
@media only screen and (max-width: 768px){
    .cj-single-quote-list {
        padding: 0;
        display: block;
    }
    .cj-single-quote-left,
    .cj-single-quote-right {
        width: 100%;
    }
    .cj-single-quote-right {
        padding-top: 15px;
        margin: 0;
        padding-left: 5px;
    }
}
.cj-single-quote-right > img {
    max-width: 60px !important;
    height: auto;
}
.cj-quote-content {
    font-family: 'Overpass';
    font-size: 20px;
    line-height: 32px;
    color: #898989;
    font-weight: bold;
    padding-top: 15px;
}
.cj-single-quote-right a:first-child {
    padding-right: 25px;
}
.cj-single-quote-right a {
    color: #bfa588;
    font-family: 'Apercu Mono';
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.cj-single-quote-overlay-info i {
    float: left;
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
}
.quote-song-name-wrap {
    padding-left: 25px;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}
.cj-single-quote-overlay-info.quote-song-color-black i,
.quote-song-color-black .quote-song-name-wrap{
    color: #000;
}

/*---End Temp--*/

.cj-single-quote-list .cj-single-quote-left .img-hide{
    display: none;
}

.owl-nav .disabled {
    display: none !important;
}
.cj-quote-lists-wrap .owl-prev .testimonial-arrow-left {
    width: 10px;
    height: 1px;
    border: 0;
    border-top: 1px solid #898989;
    border-radius: 0;
    padding: 0;
    position: relative;
    transition: 0.2s ease-out;
}
.cj-quote-lists-wrap .owl-prev:hover .testimonial-arrow-left {
    transform: translateX(-8px);
    transition: 0.2s ease-out;
}
.cj-quote-lists-wrap .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    padding: 15px 0!important;
    background: transparent!important;
}
.cj-quote-lists-wrap .owl-prev .testimonial-arrow-left::before {
    content: "";
    background: #898989;
    height: 1px;
    width: 6px;
    position: absolute;
    left: -1px;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    top: -3px;
}
.cj-quote-lists-wrap .owl-prev .testimonial-arrow-left::after {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    background: #898989;
    transform: rotate(45deg);
    top: 1px;
    left: -1px;
    -webkit-transform: rotate(45deg);
}
.cj-quote-lists-wrap .owl-next{
    position: absolute;
    right: 0;
    top: 40%;
    padding: 15px 0!important;
    background: transparent!important;
}
.cj-quote-lists-wrap .owl-next .testimonial-arrow-right{
    width: 10px;
    height: 1px;
    border: 0;
    border-top: 1px solid #898989;
    border-radius: 0;
    padding: 0;
    position: relative;
    transition: 0.2s ease-out;
}
.cj-quote-lists-wrap .owl-next:hover .testimonial-arrow-right {
    transform: translateX(8px);
    transition: 0.2s ease-out;
}
.cj-quote-lists-wrap .owl-next .testimonial-arrow-right::before {
    content: "";
    background: #898989;
    height: 1px;
    width: 6px;
    position: absolute;
    right: -1px;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    top: -3px;
}
.cj-quote-lists-wrap .owl-next .testimonial-arrow-right::after {
    content: "";
    height: 1px;
    width: 6px;
    position: absolute;
    background: #898989;
    transform: rotate(-45deg);
    top: 1px;
    right: -1px;
    -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
    .cj-quote-lists-wrap .owl-nav {
        /*display: none;*/
        position: relative;
    }
    .cj-quote-lists-wrap .owl-prev {
        left: calc(50% - 40px);
        padding: 5px 0 !important;
    }
    .cj-quote-lists-wrap .owl-nav .owl-next.disabled ~ .owl-prev {
        left: calc(50% - 13px);
    }
    .cj-quote-lists-wrap .owl-next {
        right: calc(50% - 40px);
        padding: 5px 0 !important;
    }
    .cj-quote-lists-wrap .owl-nav .owl-prev.disabled ~ .owl-next {
        right: calc(50% - 13px);
    }
    .cj-quote-lists-wrap .owl-prev .testimonial-arrow-left {
        width: 25px;
    }
    .cj-quote-lists-wrap .owl-prev .testimonial-arrow-left::before {
        width: 8px;
        left: -1px;
        top: -3px;
    }
    .cj-quote-lists-wrap .owl-prev .testimonial-arrow-left::after {
        width: 8px;
        top: 2px;
        left: -1px;
    }
    .cj-quote-lists-wrap .owl-next .testimonial-arrow-right{
        width: 25px;
    }
    .cj-quote-lists-wrap .owl-next .testimonial-arrow-right::before {
        width: 8px;
        right: -1px;
        top: -3px;
    }
    .cj-quote-lists-wrap .owl-next .testimonial-arrow-right::after {
        top: 2px;
        right: -1px;
        width: 8px;
    }
}

/*---- Merch ----*/
.cj-merch-lists-wrap{
    overflow: hidden;
    padding-top: 10px;
}
.cj-merch-lists-wrap:not(.owl-carousel) .cj-single-march-list {
    width: 25%;
    float: left;
}
.cj-single-march-list {
    padding: 0;
}
.cj-single-march-list a {
    position: relative;
    display: block;
}
/*.cj-single-merch-hover-content {
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) , rgba(0,0,0,0.9));
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cj-single-march-list a:hover .cj-single-merch-hover-content {
  opacity: 1;
}*/
.cj-single-merch-hover-content {
    position: relative;
    margin-top: -20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px){
    .cj-single-merch-hover-content {
        padding-bottom: 0px;
    }
}
.cj-single-merch-hover-title {
    font-family: 'Acumin Pro Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    /* bottom: 35px; */
    /* position: absolute; */
}
.cj-single-merch-hover-price {
    font-family: 'Acumin Pro Condensed';
    color: #898989;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    /* position: absolute; */
    /* bottom: 15px; */
}

.cj-merch-lists-wrap .owl-prev .testimonial-arrow-left {
    width: 10px;
    height: 1px;
    border: 0;
    border-top: 1px solid #898989;
    border-radius: 0;
    padding: 0;
    position: relative;
    transition: 0.2s ease-out;
}
.cj-merch-lists-wrap .owl-prev:hover .testimonial-arrow-left {
    transform: translateX(-8px);
    transition: 0.2s ease-out;
}
.cj-merch-lists-wrap .owl-prev {
    position: absolute;
    left: -10px;
    top: calc(50% - 80px);
    padding: 60px 15px !important;
    background: transparent !important;
}
.cj-merch-lists-wrap .owl-prev .testimonial-arrow-left::before {
    content: "";
    background: #898989;
    height: 1px;
    width: 6px;
    position: absolute;
    left: -1px;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    top: -3px;
}
.cj-merch-lists-wrap .owl-prev .testimonial-arrow-left::after {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    background: #898989;
    transform: rotate(45deg);
    top: 1px;
    left: -1px;
    -webkit-transform: rotate(45deg);
}
.cj-merch-lists-wrap .owl-next {
    position: absolute;
    right: -10px;
    top: calc(50% - 80px);
    padding: 60px 15px !important;
    background: transparent !important;
}
.cj-merch-lists-wrap .owl-next .testimonial-arrow-right{
    width: 10px;
    height: 1px;
    border: 0;
    border-top: 1px solid #898989;
    border-radius: 0;
    padding: 0;
    position: relative;
    transition: 0.2s ease-out;
}
.cj-merch-lists-wrap .owl-next:hover .testimonial-arrow-right {
    transform: translateX(8px);
    transition: 0.2s ease-out;
}
.cj-merch-lists-wrap .owl-next .testimonial-arrow-right::before {
    content: "";
    background: #898989;
    height: 1px;
    width: 6px;
    position: absolute;
    right: -1px;
    transform: rotate(-140deg);
    -webkit-transform: rotate(-140deg);
    top: -3px;
}
.cj-merch-lists-wrap .owl-next .testimonial-arrow-right::after {
    content: "";
    height: 1px;
    width: 6px;
    position: absolute;
    background: #898989;
    transform: rotate(-45deg);
    top: 1px;
    right: -1px;
    -webkit-transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
    .cj-merch-lists-wrap .owl-nav {
        /*display: none;*/
        position: relative;
        padding-bottom: 20px;
    }
    .cj-merch-lists-wrap .owl-prev {
        left: auto;
        padding: 5px 0 !important;
        position: relative;
        display: inline-block !important;
    }
    .cj-merch-lists-wrap .owl-nav .owl-next.disabled ~ .owl-prev {
        left: calc(50% - 13px);
    }
    .cj-merch-lists-wrap .owl-next {
        right: auto;
        padding: 5px 0 !important;
        position: relative;
        display: inline-block !important;
    }
    .cj-merch-lists-wrap .owl-nav .owl-prev.disabled ~ .owl-next {
        right: auto;
    }
    .cj-merch-lists-wrap .owl-prev .testimonial-arrow-left {
        width: 25px;
    }
    .cj-merch-lists-wrap .owl-prev .testimonial-arrow-left::before {
        width: 8px;
        left: -1px;
        top: -3px;
    }
    .cj-merch-lists-wrap .owl-prev .testimonial-arrow-left::after {
        width: 8px;
        top: 2px;
        left: -1px;
    }
    .cj-merch-lists-wrap .owl-next .testimonial-arrow-right{
        width: 25px;
    }
    .cj-merch-lists-wrap .owl-next .testimonial-arrow-right::before {
        width: 8px;
        right: -1px;
        top: -3px;
    }
    .cj-merch-lists-wrap .owl-next .testimonial-arrow-right::after {
        top: 2px;
        right: -1px;
        width: 8px;
    }
    .cj-merch-lists-wrap.owl-theme .owl-nav .disabled {
        opacity: 0;
    }
}

/*---- Media -----*/
.cj-single-media-list {
    width: 33.334%;
    float: left;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 768px){
    .cj-single-media-list {
        width: 100%;
        background-position: center center;
    }
    .cj-media-lists-wrap a:last-child .cj-single-media-list {
        background-position: top center;
    }
}
.cj-single-media-list::before {
    content: "";
    height: 150px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) , rgba(0,0,0,0.99));
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 768px){
    .cj-single-media-list::before {
        height: 100%;
    }
}
.cj-single-media-list.media-style-1 {
    height: 420px;
    background-position: top center;
}
.cj-single-media-list.media-style-2 {
    height: 290px;
}
.cj-single-media-list.media-style-3 {
    height: 210px;
}
.cj-single-media-list.media-style-4 {
    height: 330px;
}
.cj-single-media-list.media-style-5 {
    height: 300px;
}
.cj-single-media-list.media-style-6 {
    height: 380px;
}
@media only screen and (max-width: 768px){
    .cj-single-media-list.media-style-1,
    .cj-single-media-list.media-style-2,
    .cj-single-media-list.media-style-3,
    .cj-single-media-list.media-style-4,
    .cj-single-media-list.media-style-5,
    .cj-single-media-list.media-style-6 {
        height: 210px;
    }
}

.cj-media-left-wrap {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: calc(100% - 180px);
}
.cj-media-date {
    color: #898989;
    font-family: 'Apercu Mono';
    font-size: 11px;
    text-transform: uppercase;
}
.cj-media-title {
    color: #fff;
    font-family: 'Apercu Mono';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.cj-single-media-list .media-read-more {
    color: #bfa588;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}


/*---- Home hero---*/
.home-hero-text-wrapper {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px){
    .home-hero-text-wrapper {
        display: block;
    }
}
.cta-new-preorder-text {
    float: left;
}
.cj-home-hero-wrapper {
    padding-top: 100px;
    width: 480px;
}
@media only screen and (max-width: 768px){
    .cj-home-hero-wrapper {
        width: 100%;
        padding-top: 0px;
    }
}
.cj-home-hero-title {
    font-family: 'Acumin Pro Condensed';
    font-weight: 600;
    color: #b79e82;
    font-size: 55px;
    line-height: 65px !important;
    margin: 0 !important;
    letter-spacing: 0.4px;
    padding-bottom: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px){
    .cj-home-hero-title {
        font-size: 45px;
        padding-bottom: 10px;
        line-height: 45px !important;
    }
}
.cj-home-hero-sub-title {
    font-family: 'Acumin Pro Condensed';
    color: #ffffff;
    font-size: 21px;
    line-height: 20px !important;
    letter-spacing: 2px;
    margin: 0 !important;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 300;
}
.cj-home-hero-link a {
    text-transform: uppercase;
    color: #bfa588;
    font-family: 'Apercu Mono';
    font-size: 13px;
    display: inline-block;
    margin-right: 30px;
}
.cj-home-hero-link-img {
    width: 300px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 5px;
}
.cj-home-hero-link-img:last-child {
    justify-content: center;
}
.cj-home-hero-link-img img {
    max-width: 75px!important;
}
.cj-home-hero-link-img:last-child img {
    margin: 0 20px;
    max-width: 90px !important;
}

.hero-song-video {
    display: block;
    float: right;
    margin-right: 100px;
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}
.hero-song-video::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    border: 2px solid #b79e82;
    border-radius: 100%;
    left: -2px;
    top: -2px;
    transition: all 0.3s;
}
.hero-song-video:hover::after {
    content: "";
    width: 74px;
    height: 74px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    left: -9px;
    top: -9px;
}

.hero-song-video img {
    height: 20px !important;
    width: auto !important;
    position: absolute;
    left: 22px;
    top: 19px;
    transition: none;
}
.hero-song-video img:first-child {
    opacity: 1;
}
.hero-song-video img:last-child {
    opacity: 0;
}
.hero-song-video:hover img:first-child {
    opacity: 0;
}
.hero-song-video:hover img:last-child {
    opacity: 1;
}
.cta-new-preorder {
    overflow: hidden;
    margin-bottom: 25px;
}
.cta-new-preorder:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 768px){
    .cta-new-preorder {
        margin-bottom: 20px;
    }
    .cta-new-preorder:last-child {
        margin-bottom: 10px;
    }
}
.cta-new-preorder img {
    max-width: 300px !important;
    height: auto !important;
    float: left;
    margin-right: 30px;
}
.pre-order-date {
    font-family: 'Acumin Pro Condensed';
    color: #ccc;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-top: 5px;
}
.pre-order-title {
    font-family: 'Acumin Pro Condensed';
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px){
    .cta-new-preorder img{
        max-width: 100px!important;
        margin-right: 20px;
    }
    .pre-order-date {
        padding-top: 7px;
        font-size: 15px;
    }
    .pre-order-title {
        font-size: 24px!important;
        line-height: 20px!important;
    }
}
a.discopgraphy-loop-header-link.white-link {
    color: #fff;
}
@media only screen and (max-width: 768px){
    /*.home-hero-video-btn{
      overflow: hidden;
      padding-bottom: 40px;
    }*/
    .home-hero-video-btn {
        padding-bottom: 40px;
        float: none;
        margin: auto;
    }
    .cj-home-hero-fix > .elementor-container > .elementor-row {
        margin-top: -50px;
    }
}
/*---Only for home---*/
/*#header {
  overflow: hidden;
}*/
section.main {
    float: left;
    width: 100%;
}
footer.footer{
    clear: left;
}
#header .container {
    z-index: 999;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    #header .container {
        width: 100%;
    }
}
/*---temp---*/
.hero-arrow-down {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    color: #bfa588;
    transition: 0.2s ease-out;
    -webkit-animation: bounche 1.5s infinite;
    animation: bounche 1.5s infinite;
    cursor: pointer;
    z-index: 18;
}
@media only screen and (max-width: 768px){
    .hero-arrow-down{
        display: none;
    }
}
/*.hero-arrow-down:hover {
  transform: translateY(4px);
  transition: 0.2s ease-out;
}*/

@-webkit-keyframes bounche {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}
@keyframes bounche {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.download-btn-wrap.home-hero-hover-info {
    float: left;
    padding-right: 25px;
}
.download-btn-wrap.home-hero-hover-info .title-style-8 {
    line-height: 26px;
}
.download-btn-wrap.home-hero-hover-info .download-hover {
    width: auto;
    right: auto;
    padding: 10px 30px 10px 20px;
}
.download-btn-wrap.home-hero-hover-info .download-hover-link li a {
    color: #0d0d0d;
}

/*---- Single Page Title ---*/
.cj-single-page-title-wrap h1 {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    font-size: 85px;
    line-height: 85px;
    z-index: 1;
    position: relative;
    margin: 0;
    padding-left: 20px;
}
.cj-single-page-title-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: 58px;
    background: #ce5909;
}
@media only screen and (max-width: 768px){
    .cj-single-page-title-wrap h1 {
        font-size: 45px;
        line-height: 45px;
        padding-left: 25px;
    }
    .cj-single-page-title-wrap::before {
        left: 10px;
        top: 3px;
        height: 31px;
    }
}

/*--- Video Inner ---*/
.cj-inner-video-wrap {
    overflow: hidden;
}
.cj-inner-video-single {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 15px;
}
/*
.cj-inner-video-single:nth-child(3n+1) {
  padding-right: 10px;
}
.cj-inner-video-single:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}
.cj-inner-video-single:nth-child(3n) {
  padding-left: 10px;
}
*/
@media only screen and (max-width: 768px){
    .cj-inner-video-single {
        width: 100%;
    }
    .cj-inner-video-single:nth-child(3n+1),
    .cj-inner-video-single:nth-child(3n+2),
    .cj-inner-video-single:nth-child(3n) {
        padding-left: 0px;
        padding-right: 0px;
    }
}
#loadMore{
    text-align: center;
    color:white;
    display: block;
}
.cj-inner-video-src {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}
.cj-inner-video-single{
    display: none;
}
.cj-inner-video-single .cj-inner-video-src {
    display: flex;
    flex-direction: column;
}
.cj-all-videos.change i{
    display: none;
}
.cj-inner-video-src p{
    color:white;
}
.cj-inner-video-src iframe {
    height: 390px;
    width: 100%;
}
@media only screen and (max-width: 768px){
    .cj-inner-video-src {
        display: block;
    }
    .cj-inner-video-src iframe {
        height: 200px;
    }
}
.cj-inner-video-src.cj-inner-video-three-col iframe {
    height: 200px;
}
.cj-inner-video-icon i {
    font-size: 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 35px;
    padding: 10px;
    z-index: 9;
    position: relative;
    transition: all .5s;
}
.cj-inner-video-icon:hover i {
    font-size: 45px;
    padding: 12px;
    border-radius: 45px;
}
.cj-inner-video-infos {
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 80px;*/
}
/*@media only screen and (max-width: 768px){
  .cj-inner-video-infos {
    padding-bottom: 35px;
  }
}*/
.cj-inner-video-infos h4 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    padding-right: 15px;
    font-family: 'Overpass';
    line-height: 18px;
    color: #fff;
}
.nav.nav-tabs li.active h4 {
    color: #bfa588;
}
.cj-inner-video-infos span {
    font-size: 15px;
    font-family: 'Overpass';
    display: inline-block;
    line-height: 18px;
    color: #494949;
}

.cj-inner-video-tab-wrap h3,
h3.cj-all-videos {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-bottom: 1px solid #494949;
    margin: 0;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px){
    .cj-inner-video-tab-wrap h3{
        margin-top: 25px;
    }
}
.cj-inner-video-tab-wrap ul{
    border: 0!important;
}
.cj-inner-video-tab-wrap ul li {
    background: #0D0D0D;
    width: 100%;
    border-bottom: 1px solid #494949;
    margin: 0 !important;
}
.cj-inner-video-tab-wrap ul li a {
    background: #0D0D0D !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cj-inner-video-tab-wrap .cj-inner-video-infos {
    padding-bottom: 25px;
    padding-top: 25px;
}
.cj-inner-video-tab-wrap .cj-inner-video-infos i {
    padding-right: 5px;
    font-size: 15px;
    color: #fff;
}
.cj-inner-video-tab-wrap .cj-inner-video-src {
    height: 390px;
}
@media only screen and (max-width: 768px){
    .cj-inner-video-tab-wrap .cj-inner-video-src {
        height: 200px;
    }
}

/*--- Bang info page ----*/
.song-lyrics-footer.band-page-info-title {
    padding-bottom: 0px;
    margin-bottom: -25px;
    padding-top: 0;
}
.band-info-list-single {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.single-band-info-wrap .band-info-list-single {
    width: 100%;
    padding-right: 80px !important;
    margin-bottom: 0px;
}
@media only screen and (max-width: 768px){
    .single-band-info-wrap .band-info-list-single{
        padding-right: 0px !important;
    }
}
.single-band-info-wrap .band-info-list-single .lyrics-written-by {
    padding-right: 80px;
}
@media only screen and (max-width: 768px){
    .single-band-info-wrap .band-info-list-single .lyrics-written-by {
        padding-right: 15px;
    }
}
.band-info-list-single:nth-child(2n-1){
    padding-right: 30px;
    clear: left;
}
.band-info-list-single:nth-child(2n){
    padding-left: 30px;
}
@media only screen and (max-width: 768px){
    .band-info-list-single {
        width: 100%;
    }
    .band-info-list-single:nth-child(2n-1){
        padding-right: 0px;
    }
    .band-info-list-single:nth-child(2n){
        padding-left: 0px;
    }
}
.band-info-list-single .lyrics-written-by .lyrics-written-by-img img {
    border-radius: 100%;
    border: 1px solid #fff;
}
.band-info-lists-wrap .title-style-9 {
    font-size: 16px;
}
.band-info-list-single .lyrics-written-by-img {
    margin-right: 15px;
}
.lyrics-written-by-info .title-style-9 span {
    color: #494949;
    padding-left: 10px;
    font-size: 15px;
}
.band-info-list-single .lyrics-written-by {
    border: 0;
}
.band-single-image-wrap img {
    max-width: 385px !important;
    height: auto;
}
@media only screen and (max-width: 768px){
    .elementor-747 .elementor-element.elementor-element-a540aca {
        line-height: 30px!important;
    }
}

/*--- About Page ----*/
.about-page-content p {
    font-family: 'Overpass';
    font-size: 15px;
    line-height: 24px;
    color: #898989;
    margin-bottom: 12px;
}
.contact-booking-title {
    font-family: 'Apercu Mono';
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid #494949;
    padding-bottom: 3px;
    margin-bottom: 12px;
}
.contact-booking-line-1 {
    font-family: 'Overpass';
    font-size: 15px;
    color: #494949;
    padding-bottom: 8px;
}
.contact-booking-line-2 {
    font-family: 'Overpass';
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.contact-booking-line-3 {
    font-family: 'Apercu Mono';
    font-size: 14px;
    color: #b79e82;
    line-height: 26px;
    display: block;
}



/*------------------------------------*\
  Discography Page
\*------------------------------------*/
.discography-quote-name {
    font-family: 'Apercu Mono';
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 3px;
}
@media only screen and (max-width: 768px){
    .discography-main-top-section {
        background: #0D0D0D !important;
    }
    .discography-quote-name {
        font-size: 12px;
    }
}

/*---- AB Testing ----*/
.album-section-a {
}
.album-section-b {
    display: none;
}
.page-builder.discography-a .album-section-a{
}
.page-builder.discography-a .album-section-b{
    display: none;
}
.page-builder.discography-b .album-section-a{
    display: none;
}
.page-builder.discography-b .album-section-b{
    display: block;
}

.elementor-editor-active .page-builder.discography-a .album-section-a,
.elementor-editor-active .page-builder.discography-a .album-section-b,
.elementor-editor-active .page-builder.discography-b .album-section-a,
.elementor-editor-active .page-builder.discography-b .album-section-b{
    display: block;
}



.discopgraphy-loop-item .discopgraphy-loop-year {
    font-family: 'Acumin Pro Condensed';
    color: #444444;
    font-size: 18px;
    line-height: 20px !important;
    margin: 0 !important;
    padding-bottom: 10px;
}
.discopgraphy-loop-item .discopgraphy-loop-header-year{
    font-family: 'Acumin Pro Condensed';
    color: #444;
    font-size: 21px;
    line-height: 20px !important;
    letter-spacing: 0.4px;
    margin: 0 !important;
    padding-bottom: 13px;
}
.discopgraphy-loop-item .discopgraphy-loop-title {
    font-family: 'Acumin Pro Condensed';
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    line-height: 34px !important;
    margin: 0 !important;
    letter-spacing: 0.4px;
    padding-bottom: 5px;
}
.discopgraphy-loop-item .discopgraphy-loop-title span {
    font-size: 25px;
}
.discopgraphy-loop-item .discopgraphy-loop-title a{
    color: white;
}
@media only screen and (max-width: 768px){
    .discopgraphy-loop-item .discopgraphy-loop-title {
        font-size: 32px;
    }
}
.discopgraphy-loop-item .discopgraphy-loop-header-title{
    font-family: 'Acumin Pro Condensed';
    font-weight: 600;
    color: #fff;
    font-size: 55px;
    line-height: 44px !important;
    margin: 0 !important;
    letter-spacing: 0.4px;
    padding-bottom: 7px;
}
a.discopgraphy-loop-link {
    text-transform: uppercase;
    color: #bfa588;
    font-family: 'Apercu Mono';
    font-size: 13px;
    display: inline-block;
}
.discopgraphy-loop-header-link-wrap{
    clear: left;
}
.discopgraphy-loop-header-link-wrap.explore-new-cta {
    padding-top: 8px;
}
.discopgraphy-loop-header-link-wrap.explore-new-cta a {
    color: #fff;
}
.pre-order-links {
    padding-right: 10px;
}
a.discopgraphy-loop-header-link {
    text-transform: uppercase;
    color: #bfa588;
    font-family: 'Apercu Mono';
    font-size: 13px;
    line-height: 26px;
    display: inline-block;
    margin-right: 25px;
}
.pre-order-links > a.discopgraphy-loop-header-link:last-child{
    margin-right: 0;
    font-size: 15px;
}
@media only screen and (max-width: 768px){
    a.discopgraphy-loop-header-link {
        font-size: 12px;
        margin-right: 10px;
        line-height: 24px;
        display: block;
    }
    a.discopgraphy-loop-header-link:last-child {
        margin-right: 0;
    }
}
.discopgraphy-loop-link .arrow-right {
    padding-top: 4px;
}

.discography-loop-main-header-link {
    font-size: 13px;
    color: #bfa588;
    font-family: 'Apercu Mono';
}
.discography-loop-main-header-link-left,
.discography-loop-main-header-link-right {
    display: inline-block;
    float: left;
    padding-right: 30px;
}
.discography-loop-main-header-link-left a,
.discography-loop-main-header-link-right a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    padding-top: 9px;
}
.discography-loop-main-header-link-left a img,
.discography-loop-main-header-link-right a img {
    max-height: 15px;
    margin: 0;
    width: auto;
}
.discography-loop-main-header-link-left a i.fa,
.discography-loop-main-header-link-right a i.fa {
    padding-right: 3px;
}

ul.discography-song-lyrics-list{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
ul.discography-song-lyrics-list li {
    display: block;
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    padding-bottom: 12px;
}
ul.discography-song-lyrics-list li a{
    color: #fff;
}
ul.discography-song-lyrics-list li a.fap-single-track {
    float: left;
    width: 22px;
}
ul.discography-song-lyrics-list li a.target-lyrics-link {
    width: calc(100% - 22px);
    float: left;
}
ul.discography-song-lyrics-list li span{
    float: left;
}
ul.discography-song-lyrics-list li span:first-child {
    padding-right: 10px;
    color: #444444;
    width: 30px;
    text-align: center;
}
ul.discography-song-lyrics-list li span:last-child {
    width: calc(100% - 40px);
}
.empty-play-icon {
    width: 22px !important;
    height: 22px;
    display: inline-block;
}
.discography-main-album-img-hover a {
    position: relative;
}
.discography-main-album-img-hover a::before {
    content: "";
    transition: background-color 200ms linear;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.discography-main-album-img-hover a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100%;
    transition: background-color 200ms linear;
}
.discography-main-album-img-hover a:hover::after {
    content: "EXPLORE THE ALBUM";
    position: absolute;
    font-family: 'Apercu Mono';
    width: 130px;
    height: 64px;
    color: #fff;
    font-size: 22px;
    top: calc(50% - 32px);
    left: calc(50% - 68px);
}
.album-grid .elementor-image a::before {
    content: "";
    transition: background-color 200ms linear;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.album-grid .elementor-image a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100%;
    transition: background-color 200ms linear;
}
.album-grid .elementor-image a:hover::after {
    content: "EXPLORE THE ALBUM";
    position: absolute;
    font-family: 'Apercu Mono';
    width: 130px;
    height: 64px;
    color: #fff;
    font-size: 22px;
    top: calc(50% - 32px);
    left: calc(50% - 64px);
}
@media only screen and (max-width: 768px){
    .discography-main-album-img-hover a::before,
    .discography-main-album-img-hover a:hover::before,
    .discography-main-album-img-hover a:hover::after{
        display: none;
    }

    .discography-lyrics-list-wrap-top > .elementor-column-wrap {
        padding-bottom: 0 !important;
    }
    .discography-lyrics-list-wrap-bottom > .elementor-column-wrap {
        padding-top: 0 !important;
    }
}

/*---- 404 page ---*/
.not-found-page {
    background: #0D0D0D;
    padding-top: 150px;
    padding-bottom: 150px;
}
.not-found-page h1 {
    font-family: 'Acumin Pro Condensed';
    color: #494949;
    font-size: 36px;
    margin: 0 0 20px;
}
.not-found-page p {
    color: #fff;
}
.not-found-page p a {
    color: #bfa588;
}



/*------------------------------------*\
  Lyrics Single Page
\*------------------------------------*/

.lyrics-single-page{
    background:#0d0d0d;
    position: relative;
}
.lyrics-single-page-header-bg {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #0d0d0d;
    height: 230px;
    top: 40px;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 768px){
    .lyrics-single-page-header-bg {
        height: 180px;
        top: 34px;
    }
}
.song-album-info {
    padding-top: 100px;
    /* overflow: hidden; */
    padding-bottom: 75px;
    width: 100%;
    float: left;
}
@media only screen and (max-width: 768px){
    .song-album-info {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
.song-album-info-featured-img {
    max-width: 280px;
    float: left;
}
.song-album-info-featured-img img{
    border: 1px solid #fff;
}
a.song-producer-notes {
    color: #bfa588;
    margin-top: 15px;
    display: block;
    font-size: 13px;
}
.song-album-info-right-section {
    width: calc(100% - 280px);
    float: left;
    padding-left: 40px;
    margin-right: -10px;
    padding-right: 10px;
}
@media only screen and (max-width: 768px){
    .song-album-info-featured-img {
        max-width: 100%;
        text-align: center;
        float: none;
        border: 0;
    }
    .song-album-info-featured-img img {
        border: 1px solid #fff;
        max-width: 250px;
    }
    .song-album-info-right-section {
        width: 100%;
        padding: 0;
        margin-top: 22px;
    }
}
a.album-title-name,
.album-title-name {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}
.album-title-name .arrow-right-position .arrow-right{
    position: absolute;
    top: 9px;
    left: 10px;
}
@media only screen and (max-width: 768px){
    a.album-title-name {
        font-size: 18px;
        line-height: 18px;
    }
    .album-title-name .arrow-right-position .arrow-right {
        top: 6px;
    }
}
.song-title-name {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    margin: 12px 0 0;
}
@media only screen and (max-width: 768px){
    .song-title-name {
        font-size: 37px;
        line-height: 42px;
        margin-top: 7px;
    }
}
.written-by-info span,
.written-by-info .written-by-info-inner > a,
.written-by-info .written-by-info-inner > .writter-info-name-z {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #bababa;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 5px;
}
@media only screen and (max-width: 768px){
    .written-by-info span,
    .written-by-info .written-by-info-inner > a {
        font-size: 14px;
    }
}
.written-by-info span.comma{
    color: #fff;
}
.written-by-info-inner {
    display: inline-block;
    position: relative;
}
.written-by-info .written-by-info-inner > a,
.written-by-info .written-by-info-inner > .writter-info-name-z{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.written-by-info .written-by-info-inner > .writter-info-name-z{
    text-decoration: none;
}
.written-by-bio-hover {
    background: #fff;
    padding: 22px 35px;
    overflow: hidden;
    width: 350px;
    border-radius: 8px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 9;
}
.written-by-info-inner:hover .written-by-bio-hover {
    pointer-events: all;
    opacity: 1;
}
@media only screen and (max-width: 768px){
    .written-by-info {
        position: relative;
    }
    .written-by-info-inner {
        position: initial;
    }
    .written-by-bio-hover {
        left: 0;
        right: 0;
        transform: translateX(0px);
    }
}
.written-by-bio-top {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.written-by-bio-right h4 {
    font-family: 'Acumin Pro Condensed';
    font-size: 20px;
    text-transform: uppercase;
    color: #0d0d0d;
    margin: 0;
}
.written-by-bio-right .secondary-info {
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 22px;
    color: #b7b7b7;
    display: none;
}
.written-by-bio-right .lyrics-written-by-social {
    float: left;
    font-size: 14px;
}
.written-by-bio-right .lyrics-written-by-social a:first-child {
    padding-left: 0;
}
.writer-short-bio {
    float: left;
    font-family: 'Overpass';
    font-size: 12px;
    line-height: 17px;
    color: #0d0d0d;
    margin-top: 12px;
}
.written-by-bio-hover .lyrics-written-by-link a {
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 10px;
    color: #89705c;
}
.written-by-bio-hover .lyrics-written-by-link {
    padding-top: 5px;
}
.written-by-bio-hover .lyrics-written-by-link .arrow-right {
    width: 9px;
    position: absolute;
    top: 13px;
    left: 5px;
}
.written-by-bio-hover .lyrics-written-by-link .arrow-right.arrow-brown {
    border-top: 1px solid #89705c;
}
.written-by-bio-hover .lyrics-written-by-link .arrow-right.arrow-brown::before {
    background: #89705c;
}
.written-by-bio-hover .lyrics-written-by-link .arrow-right.arrow-brown::after {
    background: #89705c;
}

.share-lyrics {
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    padding-top: 15px;
}
@media only screen and (max-width: 768px){
    .share-lyrics {
        display: none;
    }
}
.share-lyrics a {
    color: #ce5909;
    padding-left: 3px;
}
.share-lyrics img {
    max-width: 12px;
    height: auto;
}
.album-select-song {
    margin-top: 45px;
    /*      margin-top:75px; */
}
.album-select-song.mobilescreen{
    display: none;
}
@media only screen and (max-width: 768px){
    .album-select-song.largescreen {
        display: none;
    }
    .album-select-song.mobilescreen {
        display: block;
        margin-top: 20px;
    }
    .album-select-song.mobilescreen .select-a-song {
        width: 100%;
        display: block;
        color: #fff;
    }
    #collapseselectsong {
        clear: left;
        overflow: hidden;
    }
    .album-select-song.mobilescreen .select-song {
        padding-top: 15px;
        display: block;
    }
    .mobile-selct-song-width {
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .mobile-selct-song-width:last-child {
        padding-bottom: 10px;
        justify-content: space-around;
    }
}
.select-a-song {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    float: left;
}
.view-full-discography {
    float: right;
}
@media only screen and (max-width: 768px){
    .view-full-discography {
        float: unset;
        clear: left;
        text-align: center;
        padding-top: 15px;
    }
}
.view-full-discography a{
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 13px;
    color: #bfa588;
}
.select-song {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
}
.select-song a,
.select-song .current-song-running {
    font-family: 'Apercu Mono';
    border: 1px solid #fff;
    color: #fff;
    border-radius: 35px;
    width: 35px;
    display: flex;
    float: left;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: relative;
}
.select-song a:hover .song-number-list{
    display: none;
}
.song-number-list-hover {
    display: none;
    line-height: 8px;
}
.select-song a:hover .song-number-list-hover{
    display: block;
}
.song-number-list-info {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 40px;
    width: 130px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px 15px 8px;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    border-radius: 15px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.select-song a:hover .song-number-list-info {
    opacity: 1;
}
.song-lyrics-info{
    clear: left;
}
.song-lyrics-content{
    max-width: 625px;
}
@media only screen and (max-width: 768px){
    .song-lyrics-content {
        padding-bottom: 30px;
    }
    .song-number-list-info{
        display: none;
    }
}
.song-lyrics-content p {
    font-family: 'Overpass';
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.song-lyrics-content p span{
    color: #898989;
}
.share-lyrics-content-link {
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    display: inline-block;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 22px;
    width: 550px;
}
@media only screen and (max-width: 768px){
    .share-lyrics-content-link {
        display: none;
    }
}
.share-lyrics-content-link i.fa {
    color: #ce5909;
    padding-left: 6px;
    font-size: 16px;
}
.share-lyrics-content-link a:first-child i.fa {
    padding-left: 14px;
}
.song-lyrics-extra-info h4 {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.song-lyrics-video {
    margin-bottom: 33px;
}

/*,
#song-video-player .vjs-big-play-button,*/
#song-video-player .vjs-loading-spinner,
#song-video-player .vjs-poster {
    display: none !important;
}
@media only screen and (max-width: 768px){
    /*.song-lyrics-video {
      display: none;
    }*/
}
.video-placeholder {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #151515;
    color: #fff;
    font-family: 'Acumin Pro Condensed';
    font-weight: 300;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
}
.video-placeholder.video-placeholder-thumbnail {
    background-position: center;
    background-size: cover;
    position: relative;
}
.video-placeholder.video-placeholder-thumbnail::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.video-placeholder a i {
    font-size: 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 35px;
    padding: 10px;
    z-index: 9;
    position: relative;
}
.video-placeholder a i:hover {
    color: #bfa588;
    border: 1px solid #bfa588;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
}
.white-popup {
    position: relative;
    background: #000;
    padding: 20px;
    width: 100%;
    margin: 0;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-wrapper{
    width:80%;
    max-width:880px;
}
@media only screen and (max-width: 1199px){
    .media-wrapper{
        width:80%;
        max-width:768px;
    }
}
@media only screen and (max-width: 768px){
    .media-wrapper{
        width:100%;
    }
}
#my-player {
    margin: auto;
}
.mfp-close {
    width: 80px;
    height: 70px;
    font-size: 50px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.video-js .vjs-big-play-button {
    font-size: 40px;
    line-height: 84px;
    color: #bfa588;
    height: 90px;
    width: 90px;
    border: 3px solid #bfa588;
    background-color: transparent;
    border-radius: 45px;
}
.video-js:hover .vjs-big-play-button{
    background-color: transparent;
    color: #bfa588;
    border: 3px solid #bfa588;
}
.video-js .vjs-big-play-button:hover,
.video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: transparent;
    transition: all 0s;
    color: #fff;
}
.vjs-play-control.vjs-control.vjs-button,
.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal,
.vjs-remaining-time.vjs-time-control.vjs-control,
.vjs-fullscreen-control.vjs-control.vjs-button,
.video-js .vjs-picture-in-picture-control {
    display: none;
}


/*---- Animation Video ----*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}




.song-lyrics-about-name {
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 768px){
    .song-lyrics-about-name {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
.song-lyrics-about-name h4 {
    display: inline-block;
    max-width: 210px;
}
.song-lyrics-about-name .scroll-bottom-btn{
    cursor: pointer;
}
.song-lyrics-about-content {
    font-family: 'Overpass';
    font-size: 15px;
    line-height: 24px;
    color: #898989;
    margin-bottom: 12px;
}
a.desc-read-more {
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block;
}
.about-info-popup-inner {
    max-width: 910px;
    overflow-y: auto;
    max-height: 100%;
    font-family: 'Overpass';
    font-size: 15px;
    line-height: 24px;
    color: #898989;
    padding: 25px 15px;
}
.popup-width-full .about-info-popup-inner{
    max-width: 100%;
}
.popup-width-full button.mfp-close {
    right: 15px;
}
@media only screen and (max-width: 768px){
    .popup-width-full button.mfp-close {
        right: 0;
    }
}
.download-hover {
    background: #fff;
    padding: 22px 35px;
    width: 280px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
}
@media only screen and (max-width: 768px){
    .download-hover {
        right: 15px;
    }
}
.song-lyrics-about .download-btn {
    padding-bottom: 15px;
    display: block;
    cursor: pointer;
}
.download-btn-wrap {
    display: inline-block;
    float: right;
}
@media only screen and (max-width: 768px){

}
.download-btn-wrap:hover .download-hover,
.download-btn-wrap:focus .download-hover{
    pointer-events: all;
    opacity: 1;
}
.download-hover-link ul {
    list-style: none;
}
.download-hover-link {
    display: flex;
    justify-content: space-between;
}
.download-hover-link li {
    color: #707070;
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 22px;
}
.download-hover-link li a {
    color: #707070;
    color: #909090;
    font-size: 12px;
    line-height: 18px;
}
.download-hover-link li a span {
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    min-width: 115px;
    display: inline-block;
}
.download-hover-link li a:hover,
.download-hover-link li a:hover span{
    color: #0d0d0d;
}
.download-hover-left li a {
    text-transform: uppercase;
}
.download-hover-link li.download-hover-title {
    color: #0d0d0d;
}
.download-hover-link li.download-hover-title a{
    color: #0d0d0d;
}
.download-all-btn {
    font-family: 'Overpass';
    font-size: 12px;
    line-height: 21px;
    color: #0d0d0d;
    height: 30px;
    text-align: center;
    margin-top: 15px;
}
.download-all-btn a {
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    padding: 4px 15px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
}

.song-lyrics-contact {
    margin-top: 20px;
}
@media only screen and (max-width: 768px){
    .song-lyrics-contact {
        margin-top: 30px;
    }
}
.song-lyrics-contact h4{
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
@media only screen and (max-width: 768px){
    .song-lyrics-contact h4 {
        padding-bottom: 10px;
    }
}
#lyricsdynamicform textarea::placeholder,
#lyricsdynamicform input::placeholder {
    color: #808080;
}
#lyricsdynamicform textarea,
#lyricsdynamicform input {
    font-family: 'Overpass';
    background: #151515;
    border: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
#lyricsdynamicform textarea:focus,
#lyricsdynamicform input:focus {
    box-shadow: none;
}
#lyricsdynamicform input {
    height: 40px;
}
.lyrics-form-submit {
    background: transparent;
    border: 0;
    font-size: 13px;
    color: #bfa588;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
    .lyrics-form-submit {
        margin-top: 5px;
    }
}
#message-response,
#mailchimp-message-response,
#slicktext-message-response {
    border: 1px solid #bfa588;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Apercu Mono';;
    color: #bfa588;
    display: none;
}
#mailchimp-message-response,
#slicktext-message-response {
    max-width: 250px;
}
#message-response.mail-sending{
    color: #bfa588;
    border: 1px solid #bfa588;
}
#message-response.mail-failed{
    color: #bfa588;
    border: 1px solid #bfa588;
}
#mailchimp-message-response.subscribe-send,
#slicktext-message-response.subscribe-send{
    display: block;
    margin-top: 0;
}
.subscription-top-pad {
    padding-top: 47px;
}
.fotter-subscription-half {
    width: 50%;
    float: left;
}
.fotter-subscription-half.forty {
    width: 40%;
}
.fotter-subscription-half.sixty {
    width: 60%;
}
@media only screen and (max-width: 768px){
    .fotter-subscription-half {
        width: 100%!important;
        float: none;
    }
    .subscription-top-pad {
        padding-top: 30px;
    }
}
.title-style-7 {
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 23px;
    color: #808080;
}
.title-style-8{
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 13px;
    color: #bfa588;
}
.title-style-8:hover{
    color: #bfa588;
}
.title-style-9 {
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}
.title-style-10 {
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 23px;
    color: #383838;
}
.song-lyrics-track-info {
    margin-top: 35px;
}
.song-lyrics-track-info h4{
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
@media only screen and (max-width: 768px){
    .song-lyrics-track-info h4 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
.lyrics-written-by {
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #1e1e1e;
    padding-top: 25px;
    margin-right: -10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.lyrics-written-by-img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}
.lyrics-written-by-img img {
    border-radius: 70px;
    border: 1px solid #fff;
}
.lyrics-written-by-info {
    float: left;
    width: calc(100% - 80px);
}
.lyrics-written-by .lyrics-written-by-info:first-child {
    width: 100%;
}
.lyrics-written-by-info .title-style-9 {
    float: left;
}
.lyrics-written-by-social {
    float: right;
}
.lyrics-written-by-social a {
    color: #ce5909;
    padding-left: 8px;
}
.lyrics-written-by-info .secondary-info {
    width: 100%;
    float: left;
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 24px;
    color: #383838;
    display: none;
}
.lyrics-written-by-link {
    float: left;
    width: 100%;
    padding-top: 2px;
}
.lyrics-written-by-info .lyrics-written-by-link {
    padding-top: 10px;
}
.lyrics-written-by-link a{
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    font-size: 10px;
    color: #bfa588;
    width: 100px;
}
.lyrics-written-by-link a.right{
    width: 100px;
    text-align: right;
}
.lyrics-written-by-link .arrow-right {
    width: 9px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.lyrics-written-by-link .arrow-right::before {
    width: 5px;
    top: -3px;
    right: 0px;
}
.lyrics-written-by-link .arrow-right::after {
    top: 1px;
    right: 0px;
    width: 5px;
}
.lyrics-written-by-link .left {
    float: left;
}
.lyrics-written-by-link .right {
    float: right;
    padding-right: 20px;
}
.lyrics-vocal-info {
    border-bottom: 1px solid #1e1e1e;
    padding-top: 22px;
    padding-bottom: 15px;
}
.lyrics-inner-vocal-info {
    padding-bottom: 5px;
}
.lyrics-copyright-info {
    border-bottom: 1px solid #1e1e1e;
    padding-top: 22px;
    padding-bottom: 20px;
}
.lyrics-release-info {
    padding-top: 22px;
    padding-bottom: 20px;
}
.lyrics-inner-vocal-info {
    padding-bottom: 5px;
    overflow: hidden;
}
.lyrics-vocal-info .title-style-7,
.lyrics-copyright-info .title-style-7,
.lyrics-release-info .title-style-7 {
    width: 135px;
    display: inline-block;
    float: left;
}
.lyrics-inner-vocal-info .title-style-9 {
    width: calc(100% - 135px);
    display: inline-block;
    float: left;
}

.song-album-mini-info {
    overflow: hidden;
    padding-top: 20px;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 24px;
    margin-bottom: 22px;
}
.song-album-mini-info img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    float: left;
}
.song-album-mini-info-right {
    float: left;
    width: calc(100% - 90px);
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}


.sibebar-song-list {
    width: 100%;
    overflow: hidden;
}
.sibebar-song-list ol{
    margin: 0;
    padding: 0;
    counter-reset: item;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.sibebar-song-list ol li {
    display: block;
    font-family: 'Overpass';
    font-size: 14px;
    line-height: 31px;
    color: #fff;
}
.sibebar-song-list ol li::before {
    content: counter(item, decimal-leading-zero) ". ";
    counter-increment: item;
    font-size: 12px;
    color: #606060;
    display: inline-block;
    width: 30px;
}
.sibebar-song-list ol li a{
    color: #fff;
}

.song-lyrics-footer {
    padding-top: 75px;
    padding-bottom: 75px;
}
.song-lyrics-footer.lyrics-footer-cd {
    padding-bottom: 30px;
}
@media only screen and (max-width: 768px){
    .song-lyrics-footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .song-lyrics-footer.lyrics-footer-cd {
        padding-bottom: 10px;
    }
}
.song-lyrics-footer-title {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.song-lyrics-footer-title-bg {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    margin-top: -15px;
    text-align: center;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 768px){
    .song-lyrics-footer-title-bg {
        font-size: 51px;
        line-height: 51px;
    }
}
.song-lyrics-footer-title-border {
    height: 2px;
    width: 60px;
    background: #df4e00;
    margin: 7px auto 44px;
}
@media only screen and (max-width: 768px){
    .lyrics-footer-cd .song-lyrics-footer-title-border {
        margin-bottom: 10px;
    }
}
.buy-album-link {
    display: flex;
    justify-content: space-between;
    margin-left: 70px;
    margin-right: 70px;
}
.four-buy-option-width .buy-album-link.buy-album-link-bottom {
    max-width: 800px;
    margin: auto;
}
.buy-album-link img {
    max-height: 42px;
    width: auto;
}
.lyrics-footer-cd .buy-album-link img {
    max-height: none;
    height: auto;
    width: auto;
}
@media only screen and (max-width: 768px){
    .lyrics-footer-cd .buy-album-link img {
        max-height: 180px;
    }
    .buy-album-link {
        display: block;
        margin: auto;
    }
    .buy-album-link a {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .buy-album-link > img {
        display: block;
        margin: auto;
        margin-bottom: 25px;
    }
    .lyrics-footer-cd .buy-album-link a {
        margin-bottom: 0px;
    }
}

.footer-cd-title {
    font-family: 'Acumin Pro Condensed';
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: -15px;
}
.footer-cd-price {
    font-family: 'Acumin Pro Condensed';
    color: #898989;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
}
/*---- Audio ---*/
.select-song-wrap {
    width: 100%;
    padding-top: 24px;
    overflow: hidden;
}
.select-song-wrap .zaudio_wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.zaudio_wrapper .zaudio_container {
    width: 1100px;
    position: fixed;
    bottom: 10px;
    padding: 12px 30px 12px 45px;
    box-shadow: none;
    border-radius: 35px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
}
/*-- Will be removed, only for dev ---*/
/*.zaudio_wrapper .zaudio_container{
  display: none;
}*/
.zaudio_container .zaudio_art {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    float: left;
}
.zaudio_wrapper .zaudio_player {
    display: inline-block;
    padding: 0;
}
.zaudio_player .zaudio_trackinfo {
    display: inline-block;
    float: left;
    width: 100px;
    padding-left: 10px;
    padding-top: 7px;
}
.zaudio_trackinfo .zaudio_songtitle {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    font-family: 'Overpass';
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zaudio_trackinfo .zaudio_songartist {
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    font-family: 'Apercu Mono';
    margin: 0;
}


.zaudio_playercontrolbuttons .zaudio_btn_prev,
.zaudio_playercontrolbuttons .zaudio_btn_stop,
.zaudio_playercontrolbuttons .zaudio_btn_next,
.zaudio_playercontrolbuttons .zaudio_btn_repeat,
.zaudio_playercontrolbuttons .zaudio_btn_playlist,
.zaudio_playercontrolbuttons .zaudio_btn_mute {
    display: none;
}
.zaudio_buttonwrapper .zaudio_seekbg {
    display: none;
}
.zaudio_player .zaudio_playercontrols {
    display: block;
    flex-direction: unset;
    flex-grow: unset;
    width: calc(100% - 105px);
    float: left;
}
.zaudio_playercontrolbuttons .zaudio_btn_play {
    font-size: 30px;
    padding: 5px;
}
.zaudio_playercontrols .zaudio_seekbar {
    display: inline-block;
    width: calc(100% - 65px);
    float: right;
    margin-top: 19px;
    padding: 0 5px;
}
.zaudio_playercontrols .zaudio_buttonwrapper {
    display: inline-block;
    float: left;
    width: 54px;
    flex-direction: unset;
}
.zaudio_playercontrols .zaudio_seekbar .zaudio_seekbg {
    background: #d4d4d4;
    height: 2px;
}
.zaudio_seekbg {
    float: left;
    width: calc(100% - 40px);
}
.zaudio_playercontrols .zaudio_seekbar .zaudio_seekbg .zaudio_seekfill{
    height: 2px;
}
.zaudio_tracktime {
    float: right;
    width: 40px;
    margin-top: -7px;
    font-family: 'Overpass';
}
.zaudio_seeker {
    display: none;
}

.zaudio_wrapper .zaudio_playlist {
    background: #0D0D0D;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 36px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.zaudio_wrapper .zaudio_playlist li {
    display: inline-block;
    flex-direction: unset;
    padding: 0;
    border: 0;
    align-items: normal;
    /* float: left; */
    background: #000 !important;
}
.zaudio_playlist li img,
.zaudio_playlist li .playlist-title,
.zaudio_playlist li .playlist-artist,
.zaudio_playlist li .hidden-control {
    display: none;
}
.zaudio_playlist li span.playlist-counter-number {
    font-family: 'Apercu Mono';
    font-size: 13px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zaudio_playlist li span.playlist-counter-number.playlist-counter-number-off {
    display: none;
}

.zaudio_playlist > li .material-icons{
    display: none;
}
.zaudio_playlist li:hover span.playlist-counter-number {
    display: none;
}
.zaudio_playlist > li:hover .material-icons.play-hover-icon,
.zaudio_playlist > li .material-icons.play_arrow_active {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
}
.zaudio_playlist > li:hover .material-icons.play_arrow_active ~ .material-icons.play-hover-icon{
    display: none;
}
.zaudio_playlist > li .material-icons.play-btn-initial.play_arrow_active{
    display: none;
}
.zaudio_playlist li span.playlist-counter-number.playlist-counter-number-initial {
    display: flex;
}
.zaudio_playlist li:hover span.playlist-counter-number.playlist-counter-number-initial {
    display: none;
}

/*---New audio Player ---*/
.fap-wrapper {
    display: none;
}


/*------------------------------------*\
  Podcast Page
\*------------------------------------*/
.download-hover-left a {
    text-transform: uppercase;
}

.podcast-cover,
.podcast-cover .elementor-widget-image, .podcast-cover .elementor-widget-container, .podcast-cover .elementor-image {
    height: 100%;
}

.podcast-cover .elementor-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.cj-home-hero-sub-title h4 {
    font-family: 'Acumin Pro Condensed';
    color: #ffffff;
    font-size: 21px;
    line-height: 20px !important;
    letter-spacing: 2px;
    margin: 0 !important;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 300;
}

.podcast-header-section p {
    font-size: 15px;
    line-height: 24px;
}

.podcast-wrapper {
    margin-bottom: 50px;
}

.podcast-links .elementor-column-wrap {
    padding: 0 !important;
}

.podcast-links .elementor-widget-image {
    display: inline-block;
    width: 24px;
    margin: 0 5px;
}

.podcast-section .elementor-row {
    flex-direction: row-reverse;
}

.podcast-guests-list {
    padding-top: 10px;
}

.podcast-sidebar ul {
    list-style: none;
}

.podcast-sidebar ul li {
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 8px;
}

.podcast-item {
    padding: 35px 0 25px;
    border-bottom: 1px solid #3D3D3D;
}

.podcast-item:first-child {
    padding-top: 25px;
}

.podcast-meta {
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.podcast-title {
    font-family: 'Acumin Pro Condensed';
    color: #BBA184;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.podcast-item .podcast-description {
    font-size: 15px;
    line-height: 24px;
    color: #858585;
}

.guest-list-toggle {
    display: none;
}

.podcast-guest-name a {
    font-size: 14px;
    color: #fff;
}

.podcast-guest-name .arrow-right {
    width: 8px;
    padding-top: 3px;
}

.podcast-audio-player {
    margin-top: 30px;
    margin-bottom: 8px;
}

.podcast-audio-player .wptpa_player_container {
    height: auto !important;
    padding: 0 !important;
}

.podcast-audio-player .wptpa_player {
    background: none !important;
    height: auto !important;
    display: flex;
    padding: 0 !important;
}

.podcast-audio-player .wptpa_heading {
    display: none;
}

.podcast-audio-player .wptpa_volume_modal, .podcast-audio-player .wptpa_share_modal {
    display: none !important;
}

.podcast-audio-player .wptpa_widget .wptpa_control {
    flex-flow: row nowrap;
    margin-right: 0 !important;
}

.podcast-audio-player .wptpa_widget .wptpa_additional {
    margin: 0 !important;
}

.podcast-audio-player .wptpa_control {
    width: 80% !important;
}

.podcast-audio-player .wptpa_control {
    width: 80% !important;
}

.podcast-audio-player .wptpa_repeat {
    display: none;
}

.podcast-audio-player .wptpa_additional {
    width: 20% !important;
    display: block !important;
    margin: 0 !important;
}

.podcast-audio-player .wptpa_playback.wptpa_btn {
    background: url('https://codyjinks.com/wp-content/uploads/2020/10/play.svg') no-repeat;
    width: 11px;
    height: 12px;
    margin-right: 9px !important;
}

.podcast-audio-player .wptpa_playback.wptpa_btn.paused {
    background: url('https://codyjinks.com/wp-content/uploads/2020/10/pause.svg') no-repeat;
}

.podcast-audio-player .wptpa_playback.wptpa_btn .wptpa_icon {
    display: none;
}

.podcast-audio-player .wptpa_player .wptpa_seek span, .podcast-audio-player .wptpa_progress {
    background: #fff !important;
}

.podcast-audio-player .wptpa_volume_control .wptpa_volume_seek {
    margin-top: 3px !important;
    margin-left: 5px !important;
    height: 6px;
    border-radius: 3px !important;
    overflow: hidden;
}

.podcast-audio-player .wptpa_player .wptpa_seek {
    margin: 3px 50px 0 !important;
    overflow: visible;
    height: 6px;
}

.podcast-audio-player .wptpa_duration {
    width: auto !important;
    position: absolute;
    right: -50px;
    top: -8px;
    padding: 0 !important;
    font-family: 'Acumin Pro Condensed', sans-serif;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 2px;
}

.podcast-audio-player .wptpa_currenttime {
    width: auto !important;
    position: absolute;
    left: -50px;
    top: -8px;
    padding: 0 !important;
    font-family: 'Acumin Pro Condensed', sans-serif;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 2px;
}

.podcast-audio-player .wptpa_additional > div:not(.wptpa_volume_control) {
    display: none;
}

.podcast-audio-player .wptpa_volume_control {
    justify-content: flex-end;
    width: 100%;
    height: auto;
}

.podcast-audio-player .wptpa_volume.wptpa_btn {
    background: url('https://codyjinks.com/wp-content/uploads/2020/10/volume.svg') no-repeat;
    width: 11px;
    height: 12px;
}

.podcast-audio-player .wptpa_volume.wptpa_btn .wptpa_icon {
    display: none;
}

.podcast-audio-player .wptpa_volume_seek::before {
    height: 6px;
    top: 0;
}

.podcast-audio-player .wptpa_volume_value {
    background: #fff !important;
    height: 6px;
    top: 0;
}

.podcast-nav {
    text-align: center;
    margin-top: 60px;
}

.codyjinks-episodes-load-more,
.podcast-filters-reset-btn {
    color: #BBA184;
    font-size: 13px;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
}

.codyjinks-episodes-load-more i,
.podcast-filters-reset-btn i {
    border-color: #BBA184;
}

.codyjinks-episodes-load-more .arrow-right::before, .codyjinks-episodes-load-more .arrow-right::after,
.podcast-filters-reset-btn .arrow-right::before, .podcast-filters-reset-btn .arrow-right::after {
    background: #BBA184;
}

.codyjinks-episodes-load-more.disabled {
    pointer-events: none;
}

.podcast-filters-reset-btn {
    font-size: 11px;
}

.podcast-episodes-header .podcast-filters-reset-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.guest-toggle-btn {
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #bfa588;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.guest-toggle-btn:hover {
    color: #fff;
}

.guest-toggle-btn i {
    float: right;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .podcast-section .elementor-row {
        flex-direction: row;
    }

    .guest-list-toggle {
        display: block;
    }

    .podcast-guests-list {
        display: none;
    }

    .podcast-audio-player .wptpa_control {
        width: 75% !important;
    }

    .podcast-audio-player .wptpa_additional {
        width: 25% !important;
    }

    .podcast-audio-player .wptpa_volume_control .wptpa_volume_seek {
        width: 50%;
    }
}



/*------------------------------------*\
  Footer CSS
\*------------------------------------*/
.footer {
    background-color: #0d0d0d;
    padding-bottom: 380px;
    background-size: cover;
    padding-top: 30px;
}
@media only screen and (max-width: 768px){
    .footer {
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 180px;
    }
}
.footer-title {
    font-size: 32px;
    color: #fff;
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 32px;
}
.footer-input-group {
    padding-bottom: 10px;
}
.footer-input-group.footer-input-phone {
    padding-bottom: 15px;
    display: none;
}
.footer-input-group.footer-input-phone.showinput{
    display: block;
}
.footer-input-group input {
    color: #afa497;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #b0a394;
    font-family: 'Apercu Mono';
    font-size: 12px;
    padding-bottom: 8px;
    width: 78%;
    border-radius: 0;
}
.footer-input-group input.forty-five{
    width: 41%;
    margin-right: 10px;
}
#mce-MMERGE5 {
    margin-right: 0px;
}
@media only screen and (max-width: 1200px){
    .footer-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px){
    .footer-input-group input.forty-five {
        width: 39%;
    }

    .footer-input-group input {
        width: calc(100% - 80px);
        font-size: 16px;
    }
}
.footer-input-group input:focus {
    box-shadow: none;
    outline: none;
}
.footer-input-group .btn {
    background: transparent;
    text-transform: uppercase;
    font-family: 'Apercu Mono';
    font-size: 12px;
    color: #fff;
    padding: 0 0 4px 12px;
    border: 0;
}
@media only screen and (max-width: 768px){
    .footer-input-group .btn {
        width: 80px;
        float: right;
    }
}
.checkbox-container {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-right: 13px;
    color: #bfa588;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
}
@media only screen and (max-width: 768px){
    /*.checkbox-container {
      font-size: 10px;
    }*/
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #b0a394;
}
/*.checkbox-container:hover input ~ .check-mark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .check-mark {
  background-color: #AF40FF;
}*/
.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .check-mark:after {
    display: block;
}
.checkbox-container .check-mark::after {
    left: 3px;
    top: 0px;
    width: 3px;
    height: 6px;
    border: solid #b0a394;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-menu{
    margin-top: 39px;
}
@media only screen and (max-width: 768px){
    .footer-menu {
        margin-top: 25px;
    }
}
.footer-menu > div {
    text-align: center;
}
.footer-menu ul {
    display: inline-block;
}
@media only screen and (max-width: 768px){
    .footer-menu ul {
        max-width: 310px;
    }
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li > a {
    color: #bfa588;
    font-family: 'Acumin Pro Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 13px;
    padding: 14px 10px;
    display: block;
}
@media only screen and (max-width: 768px){
    .footer-menu ul li > a {
        padding: 10px 16px;
    }
}

.footer .footer-social {
    text-align: right;
    margin-top: 39px;
}
@media only screen and (max-width: 768px){
    .footer .footer-social {
        margin-top: 10px;
        text-align: center;
    }
}
.footer .footer-social > a i {
    color: #ce5909;
    padding: 12px 8px;
    line-height: 16px;
}
.footer-copyright {
    color: #444444;
    text-align: center;
    font-size: 10px;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    margin-top: 50px;
}
@media only screen and (max-width: 768px){
    .footer-copyright {
        margin: 20px auto 0;
        line-height: 32px!Important;
    }
    .cj-home-hero-wrapper img{
        max-width: 130px!important;
        margin-right: 10px!important;
    }
}

/*------------------------------------*\
  New Design
\*------------------------------------*/
/*.main-navbar-right,
.breadcrumb,
.navbar-header .navbar-toggle,*/
/*.single-lyrics .main-navbar-right,
.single-lyrics .breadcrumb,
.single-lyrics .navbar-header .navbar-toggle,
.page-id-78 .main-navbar-right,
.page-id-78 .breadcrumb,
.page-id-78 .navbar-header .navbar-toggle,*/
.footer-menu{
    display: none;
}
.lyrics-single-page-header-bg {
    top: 20px;
}
.song-lyrics-track-info {
    margin-top: 20px;
}


.song-lyrics-track-info .lyrics-written-by:last-child {
    border-bottom: 0;
}
a.sidebar-collapse-btn {
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.sidebar-collapse-btn i.fa {
    float: right;
    padding-top: 2px;
    font-size: 18px;
}
.album-select-song.mobilescreen .select-a-song i.fa {
    float: right;
    font-size: 18px;
}

/*------------------------------------*\
  39.0 WORDPRESS CORE CSS
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

table:not(.table) {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

table:not(.table) > thead > tr > th,
table:not(.table) > tbody > tr > th,
table:not(.table) > tfoot > tr > th,
table:not(.table) > thead > tr > td,
table:not(.table) > tbody > tr > td,
table:not(.table) > tfoot > tr > td {
    border-top: 1px solid #eee;
    padding: 8px;
}

table:not(.table) > thead > tr > th {
    border-bottom: 2px solid #eee;
}

table:not(.table) > caption + thead > tr:first-child > th,
table:not(.table) > colgroup + thead > tr:first-child > th,
table:not(.table) > thead:first-child > tr:first-child > th,
table:not(.table) > caption + thead > tr:first-child > td,
table:not(.table) > colgroup + thead > tr:first-child > td,
table:not(.table) > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky{}
.bypostauthor{ }
.gallery-caption {}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


.mb-0{
    margin-bottom: 0px!important;
}
.mt-15{
    margin-top: 15px!important;
}

.pb-10{
    padding-bottom: 10px!important;
}

.page-id-615 .footer {
    padding-top: 30px;
}
.animation-cj {
    animation-duration: 3s;
    animation-delay: 2s;
}


.live-countdown {
    color: #fff;
    font-size: 20px;
    font-family: 'Apercu Mono';
    margin-top: -5px;
}
@media only screen and (max-width: 767px){
    .live-countdown span {
        width: 100%;
        display: block;
    }
}


/* ==================================================================
  Preloader Styles
================================================================== */
.preloader {
    background: rgba(0,0,0,0.99); /*rgba(100, 66, 255, 0.92)*/
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1999;
}
.loader-logo {
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.loader-logo img{
    max-width: 80px;
    height: auto;
}
.loader-inner {
    left: 50%;
    margin-top: 60px;
    position: absolute;
    top: 48%;
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
    -moz-animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
    -moz-animation-delay: -0.2s;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}
/*****/
.footer{
    padding-bottom: 0px;
    border-top: 1px solid #3c3c3c;
    padding-top: 50px;
}
.home .footer{
    border: none;
    padding-top: 30px;
}
.footer-copyright{
    color: #bbb;
    text-align: right;
    font-size: 11px;
    line-height: 30px;
    font-family: 'Apercu Mono';
    text-transform: uppercase;
    margin-top: 50px;
    margin-top: 380px;
    background: black;
    height: 30px;
    padding-right: 10px;
}
.video-js .vjs-big-play-button{
    display: none!important;
}
.on-sale-text{
    font-family: 'Acumin Pro Condensed';
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
}
.share-block{
    display: inline-block;
    margin-top: 20px;
    width: 400px;
}
.share-block p{
    text-transform: uppercase;
    color: white;
}
.share-block img{
    margin-right:0px;
}
#st-1 .st-btn{
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px!important;
}
.share-block.mobile{
    display: none;
}

.new-pre-btns{
    width: 250px;
    display: block;
}
.new-pre-btns .download-btn{
    display: inline-block;
    width: 100px;
}
.white-link.spacing{
    padding: 10px 0px 15px;
    font-size: 16px;
}
.new-pre-btns img{
    padding-top: 10px;
    width: 85%;
}

@media(max-width:1024px){
    .footer-social {float: left; width: 100%;}

}

@media(max-width:768px){
    .footer-input-group .flex-center .btn{
        float:none;
    }
    .footer .cj-home-hero-podcast-promo .cj-home-hero-title {
        font-size: 45px!important;
        line-height: 45px!important;
        padding-bottom: 45px;
    }
    .footer-copyright{
        margin-top: 50px;
    }
    .share-block.desktop{
        display: none;
    }
    .share-block.mobile{
        display: block;
        width: auto;

        margin-top: 0px;
        margin-bottom: 30px;
    }
    #st-2 .st-btn > img {

        top: 2px!important;

    }
    #st-2 .st-btn{
        height: 20px!important;
        line-height: 20px!important;
        margin-right: 8px!important;
        padding: 0 3px!important;
    }
    .new-pre-btns{
        width: 200px;
    }
    .share-block{
        width: auto;
    }
    .elementor-widget-image img{
        width: 100%;
    }



}
/*
.disable{
	pointer-events: none;

}
a.disable{
	opacity: .5;
}
.disable a{
	pointer-events: none;

}
*/
@media(min-width:768px){
    .flex-center{
        display:flex;
        align-items:center;
        width: 90%;
        margin: 0 auto;
    }
}
.mb-5{
    margin-bottom: 20px;
}

/** Events styles **/
.cj-event {
    display: block;
    margin-bottom: 60px;
}

.cj-event__title,
.cj-event__subtitle,
.cj-event__date {
    font-family: "Trade-Gothic-OTF", Sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.cj-event__title,
.cj-event__date {
    font-size: 14px;
}

.cj-event__title--sold span:first-child {
    text-decoration: line-through;
}

.cj-event__title--sold span:last-child {
    color: #b4091c;
    margin-left: 5px;
}

.cj-event__subtitle {
    font-size: 20px;
}

.cj-event__date {
    color: #757575;
}

.cj-event__img {
    border: 1px solid #fff;
    filter: grayscale(100%);
    margin-bottom: 20px;
    transition: .3s;
}

.cj-event__img:hover {
    filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
    .cj-event {
        margin-bottom: 40px;
    }
}

.cj-events-list,
.cj-marquee {
    background-color: #1e1e1e;
}

.cj-events-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-top: -95px;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    width: 100vw;
}

.cj-marquee {
    display: none;
    padding: 20px;
    margin-left: -30px;
    width: 100vw;
}

.cj-events-list__item {
    margin: 10px 0;
}

.cj-marquee span:last-child,
.cj-events-list__item:last-child span {
    display: none;
}

.cj-marquee a,
.cj-marquee span,
.cj-events-list__item a,
.cj-events-list__item span {
    font-family: Trade-Gothic-OTF, Sans-serif;
    color: #fff;
}

.cj-marquee a,
.cj-events-list__item a {
    font-size: 14px;
    text-transform: uppercase;
}

.cj-marquee span,
.cj-events-list__item span {
    font-size: 10px;
    margin: 0 8px;
    position: relative;
    top: -1px;
    left: -1px;
}

.mfp-hide-popup {
    display: none;
}

@media screen and (max-width: 1024px) {
    .cj-events-list {
        display: none;
    }

    .cj-marquee {
        display: block;
    }
}


/* Event popup */
.mfp-container .col-md-6.left-side-img.no-padding.batonrouge {
    /*background-image: url(https://codyjinks.loc/wp-content/uploads/2022/07/img-full-batonrouge@2x.jpg) !important;*/
    border-right: 1px solid white;
}
@media(max-width: 800px) {
    .mfp-container .col-md-6.left-side-img.no-padding.batonrouge {
        width: 100%;
    }
}

.mfp-container div.win-ticket-popup-batonrouge .mfp-close {
    color: white !important;
}

.mfp-container div.win-ticket-popup-batonrouge h2 {
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 52px;
    line-height: 72px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    padding-left: 13px;
}

@media (max-width: 800px ) {
    .mfp-container div.win-ticket-popup-batonrouge h2 {
        font-size: 20px;
        line-height: 1.2;
    }

}

.mfp-container div.win-ticket-popup-batonrouge .col-md-3 {
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
    text-align: left;
}

.mfp-container div.win-ticket-popup-batonrouge .col-md-9 {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    font-family: "Trade-Gothic-OTF", sans-serif;
    padding:0px;
}

.mfp-container .col-md-2 {
    color: #CE5909;
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 12px;
    padding-top: 10px;
}


.mfp-container .col-md-2 {
    color: #CE5909;
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 12px;
    margin-top: 20px;
}

.mfp-container div.win-ticket-popup-batonrouge h3 {
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    margin-top: 0px;
}

.mfp-container div.win-ticket-popup-batonrouge h4 {
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
}

.mfp-container .col-md-12 p {
    font-family: "Trade-Gothic-OTF", sans-serif;
    text-align: left;
    color: #757575;
}
  
.mfp-container div.win-ticket-popup-batonrouge .col-md-8 h4, 
.mfp-container div.win-ticket-popup-batonrouge .col-md-4 h4 {
    float: left;
}

.mfp-container div.win-ticket-popup-batonrouge .col-md-8 img, 
.mfp-container div.win-ticket-popup-batonrouge .col-md-4 img {  
    margin-top: 15px;
}

.mfp-container .col-md-12.sold-out .col-md-3 h4 {
    float: left;
    margin-bottom: 3px;
}

.mfp-container div.win-ticket-popup-batonrouge .col-md-3 h5 {
    font-family: "Trade-Gothic-OTF", sans-serif;
    font-size: 10px;
    margin-top: 0px;
    display: inline-block;
    width:100%;
}

.mfp-container .win-ticket-popup-batonrouge.subscribe-send, 
.mfp-container #slicktext-message-response.subscribe-send {
    position: relative;
    top: 10px;
    color: white;
    border-color: white;
}

.mfp-container .col-md-12.sold-out .col-md-3 h5 img {
    margin-top: -3px;
    padding-left: 0px;
    padding-right: 10px;
}

.cj-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mfp-container div.win-ticket-popup-batonrouge .buy-now-footer h4 {
    color: #ce5909;
}

@media(max-width:  800px ) {
    .mfp-container .white-popup.win-ticket-popup-content.txt-tour .sold-out .col-md-3 {
        width: 100%;
        display: block;
    }
    .mfp-container .white-popup.win-ticket-popup-content.txt-tour .sold-out a {
        clear: both;
    }
}

@media screen and (max-width: 1024px) {

    .mfp-container .white-popup.win-ticket-popup-content.txt-tour {
        max-width: 1000px;
    }

    .mfp-container .col-md-6.left-side-img.no-padding {
        height: 563px;
    }
}
  
@media screen and (max-width: 800px) {
    .mfp-container .white-popup.win-ticket-popup-content.txt-tour {
        max-width: 430px;
    }

    .mfp-container div#win-ticket-popup-batonrouge h2 {
        font-size: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .mfp-container .white-popup.win-ticket-popup-content.txt-tour {
        max-width: 350px !important;
    }
}
/* End event popup */