
/* SCROLL */

html {
  scroll-behavior: auto;
}

.left-menu a {
    cursor: pointer !important
}

.fontsize {
  font-size: var(--fontsize) !important;
}

.scrolltitle {
  padding: 9px 3px 6px !important;
  width: 24% !important;
}

/* autoscroller zelf */
.scrollspeedsel a:hover {
  text-decoration: none;
  color: #f4f1e3 !important;
}

.scrolltitle {
  border-radius: 4px 0 0 4px;
  padding: 9px 10px 6px;
  font-weight: 600;
  font-size: 12px;
  width: 29%;
  display: inline-block;
  text-align: center;
  height: 35px;
  background-color: white;
  color: #2d2d2b;
}

.scrolltitle a:hover {
  color: #2d2d2b !important;
}

.scrollspeedsel {
  display: inline-block;
  text-align: center
}

.scrollboutton {
  color:#45443f;
  font-weight: 700;
  font-size: 15px;
  padding: 7px 8px;
}

#ascro.stick {
  top: 5px;
  position: fixed !important;
  z-index: 15;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 3px 10px #999;
  -moz-box-shadow: 0 3px 10px #999;
  -webkit-box-shadow: 0 3px 10px #999;
  color: #414141;
  border: none;
  padding: 0px;
  opacity: 0.95 !important;
  margin-left: -8px;
  background: #d0d0c6 !important;
  height: 35px;
  width: 245px;
}

#ascro.stick .scrolltitle {
  background: #bbbbb7 !important;
}

#ascro.stick .scrollspeedsel a:hover {
  text-decoration: none;
  color: #a2321b !important;
}

#ascro.stick {
  height: 35px;
  background: #e6e7dc;
  background: -webkit-linear-gradient(left, #c5c4ba, #908f85);
  background: -moz-linear-gradient(left, #c5c4ba, #908f85);
  background: -ms-linear-gradient(left, #c5c4ba, #908f85);
  background: -o-linear-gradient(left, #c5c4ba, #908f85);
  background: linear-gradient(to right, #c5c4ba, #908f85);
  border-radius: 4px;
  padding-right: 5px;
}

.fixedascro {
  height: 35px;
  background: #e6e7dc;
  background: -webkit-linear-gradient(left, #c5c4ba, #908f85);
  background: -moz-linear-gradient(left, #c5c4ba, #908f85);
  background: -ms-linear-gradient(left, #c5c4ba, #908f85);
  background: -o-linear-gradient(left, #c5c4ba, #908f85);
  background: linear-gradient(to right, #c5c4ba, #908f85);
  border-radius: 4px;
}


.left-menu a {
    cursor: pointer !important
}

.universal-olympus-icon {
    cursor: pointer !important
}


.sup {
    height: 8px;
    width: 17px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.22), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.17);
}

.pos-tl {
    position: relative;
    top: 0;
    left: 20px;
    border-radius: 0 0 5px 5px;
}

.pos-tr {
    position: relative;
    top: -8px;
    left: 140px;
    border-radius: 0 0 5px 5px;
}

.pos-bl {
    position: relative;
    top: 151px;
    left: 20px;
    border-radius: 5px 5px 0 0;
}

.pos-br {
    position: relative;
    top: 143px;
    left: 140px;
    border-radius: 5px 5px 0 0;
}

.spine {
    height: 120px;
    width: 15px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.07) 100%);
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.23), inset 0px 0px 7px 0px rgba(0, 0, 0, 0.22), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.22);
    position: relative;
    top: -145px;
    left: 0;
    border-radius: 0 50% 50% 0;
}

:root {
    --fontsize: 14px;
    --lineheight: 18px;
    --chordcolor: #c7523a;
}

.fontsize {
    font-size: var(--fontsize) !important;
}

.spacing {
    line-height: var(--lineheight) !important;
    background-size: 100px var(--lineheight) !important;
}

.chordcolor a {
    color: var(--chordcolor) !important;
    font-weight: 600;
}

@media (max-width:1399px) {
    .howtoread {
        position: absolute;
        color: #504f49;
        left: -5px;
        top: -5px;
        font-size: 8px;
        background: #00000017;
        padding: 2px 5px 2px 4px;
        border-radius: 0 0 5px 0;
    }
}


pre.qoate-code {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    background: none;
    color: #6e6e6e !important;
    line-height: 22px;
    border: 1px solid #efeee2 !important;
    text-shadow: 1px 1px 0 #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 10px 22px !important;
    white-space: pre-wrap !important;
    margin: 0 0 15px;
    word-wrap: break-word !important;
    color: #000 !important;
    box-shadow: 0 3px 10px #999;
    -moz-box-shadow: 0 3px 10px #999;
    -webkit-box-shadow: 0 3px 10px #999;
    overflow: visible;
    font-size: 13px;
}


.cits-c {
    padding: 9px 10px 1px 0px;
    box-shadow: inset 0 0 20px #b4b3a6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100px;
    height: 143px;
}


.cits-c-b {
    margin: 5px 5px 0 0;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    padding: 3px;
    margin: 7px;
    background: #fbfbf1;
    display: inline-block;
}

.cits-tooltip {
    background: #fbfbf1;
}

.ukutabschord .tooltip>.tooltip-inner {
    padding: 2px !important;
    border: none !important;
    background-color: #252525 !important;
    box-shadow: 0 0 5px #000 !important;
    border-radius: 5px !important;
}

/* sticky akkoorden lopen mee op pagina */
.sticky-chords-close {
    left: -50px;
    top: 13px;
    z-index: 1;
    font-family: none;
    font-size: 29px;
    color: #f5f1e4 !important;
    text-shadow: -1px -1px 1px #763224;
    width: 30px;
    height: 39px;
    line-height: 25px;
    display: block !important;
    position: absolute;
    background: none;
    opacity: 0.5;
    transform: scale(1.3) !important;
}

.sticky-chords .sticky-chords-close:before {
    content: "\00AB";
    margin-left: 7px;
}

.sticky-chords.hide .sticky-chords-close:before {
    content: "\00BB";
    margin-left: 7px;

}

.sticky-chords {
    position: fixed;
    z-index: 1;
    top: 45px;
    height: 0;
    opacity: 1;
    margin-left: 30px;
    transform-origin: 0px 0px 0px;
    text-align: left !important;
    transform: scale(0.7);
    opacity: 0.95;
}

.sticky-chords .cits-c-b {
    margin: 3px
}

.sticky-chords.hide {
    display: none
}

.hide uke-chord,
.hide .cits-c,
.hide .cits-c-b {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0px solid #fff !important;
    display: none !important;
}

.shorttitle {
    display: none
}

.fulltitle {
    display: block
}

@media (max-width: 1399px) {
    .cits-c {
        width: 91px;
        height: 133px;
    }

    .cits-c-b {
        margin: 4px;
    }

    .sticky-chords {
        width: 1035px;
    }
}

@media (max-width: 1200px) {

    .cits-c {
        width: 85px;
        height: 124px;
        padding: 9px 9px 1px 0px;
    }

    .cits-c-b {
        margin: 3px;
    }

    .shorttitle {
        display: block
    }

    .fulltitle {
        display: none
    }

    #sliderAmount_trans {
        display: none
    }

    .sticky-chords {
        width: 1200px;
    }
}

@media (max-width: 1024px) {

    .sticky-chords {
        width: 960px;
    }

    .hoverchordpop {
        width: 88px !important;
    }

    .qoate-code a>i {
        left: 50%;
        margin-left: -44px;
    }
}

@media (max-width: 799px) {
    .scrolltitle {
        padding: 9px 3px 6px !important;
        width: 24% !important;
    }

    .sticky-chords {
        width: 860px;
    }

}

@media (width: 768px) {
    .shorttitle {
        display: block !important
    }

    .fulltitle {
        display: none !important
    }

    #sliderAmount_trans {
        display: none !important;
    }

}

@media(max-width:768px) {
    .single-post-v3-wrap.cits {
        margin: 0 !important
    }

}

@media (max-width: 767px) {
    .sticky-chords {
        top: 45px !important;
    }

    .shorttitle {
        display: none !important
    }

    .fulltitle {
        display: block !important
    }

    #sliderAmount_trans {
        display: inline-block !important;
    }

    #transposerbox,
    #textsizebox,
    #lineheightbox,
    #colorchooserbox {
        width: 49.5%;
        display: inline-block !important;
    }

    #transposerbox .vc_column-inner,
    #textsizebox .vc_column-inner {
        padding-right: 7px !important;
        padding-left: 15px !important
    }

    #lineheightbox .vc_column-inner,
    #colorchooserbox .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 7px !important
    }

    .mobilecolorcontrols {
        position: absolute;
        width: 100%;
        margin: -22px 0 0 0;
        padding: 0 22px 0 0;
    }

    #colorchooserlabel {
        position: absolute;
        margin: -43px 0 0 0 !important;
    }

    #ukutoolsbox {
        padding: 15px !important
    }

    #textsizebox,
    #lineheightbox {
        margin-top: 0px !important
    }

    #wrapperheader {
        padding: 15px 15px 20px 15px !important
    }

}

@media (max-width:600px) {
    .sticky-chords {
        width: 125%;
    }
}

@media (max-width: 540px) {

    .cits-c-b {
        padding: 2px;
    }

    .cits-c {
        width: 80px;
        height: 117px;
        padding: 9px 8px 1px 0px;
    }

    .shorttitle {
        display: none !important
    }

    .fulltitle {
        display: block !important
    }

    #sliderAmount_trans {
        display: inline-block !important;
    }
}

@media (max-width: 425px) {}

@media (max-width: 410px) {
    .cits-c {
        width: 75px;
        height: 108px;
    }

    .cits-c-b {
        margin: 2px;
    }
}

@media (max-width: 339px) {

    #transposerbox,
    #textsizebox,
    #lineheightbox,
    #colorchooserbox {
        width: 100% !important;
        display: block !important;
    }

    #transposerbox .vc_column-inner,
    #textsizebox .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    #lineheightbox .vc_column-inner,
    #colorchooserbox .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .mobilecolorcontrols {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #colorchooserlabel {
        position: relative;
        margin: -43px 0 0 0 !important;
    }
}

/* slider in de ukutabs tools */
input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    border: none;
    padding: 7px 0 0 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e6e7dc;
    background: -webkit-linear-gradient(left, #c5c4ba, #908f85);
    background: -moz-linear-gradient(left, #c5c4ba, #908f85);
    background: -ms-linear-gradient(left, #c5c4ba, #908f85);
    background: -o-linear-gradient(left, #c5c4ba, #908f85);
    background: linear-gradient(to right, #c5c4ba, #908f85);
}

input[type=range]::-webkit-slider-thumb {
    background: var(--chordcolor);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    height: 32px;
    width: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cdccc1;
}

input[type=range]::-moz-range-thumb {
    background: var(--chordcolor);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    height: 32px;
    width: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px
}

input[type=range]::-ms-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cdccc1;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    background: var(--chordcolor);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    height: 32px;
    width: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

#notice-print {
    display: none
}


.breadcrumbs-item {
    margin: 0 6px 0 6px !important
}

/* ukutoolbox */
.ukutoolbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 10px #999;
    -moz-box-shadow: 0 3px 10px #999;
    -webkit-box-shadow: 0 3px 10px #999;
    color: #414141;
    border: none;
    padding: 11px 18px ,5px;
    margin: 0 0 20px;
    background: white;
}

.ukutoolbox label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #403f35;
}

.ukutoolbox .wpb_content_element {
    margin-bottom: 15px !important
}


.transposerselect select {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #b7b6ab;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 15px;
    color: #45443f !important;
    font-weight: bold;
    height: 35px;
    border: none;
}

.scrollspeedsel a:hover {
    text-decoration: none;
    color: #f4f1e3 !important;
}

.scrolltitle {
    border-radius: 4px 0 0 4px;
    padding: 9px 10px 6px;
    text-shadow: 1px 1px 1px #e6e7dc;
    font-weight: 600;
    font-size: 12px;
    width: 29%;
    display: inline-block;
    text-align: center;
    height: 35px;
    background-color: white;
    color: #2d2d2b;
    text-shadow: none
}

.scrolltitle a:hover {
    color: #2d2d2b !important;
}

.scrollspeedsel {
    display: inline-block;
    text-align: center
}

.scrollboutton {
    color: black;
    font-weight: 700;
    font-size: 1em;
    padding: 7px 8px;
}

#ascro.stick {
    top: 5px;
    position: fixed !important;
    z-index: 15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 10px #999;
    -moz-box-shadow: 0 3px 10px #999;
    -webkit-box-shadow: 0 3px 10px #999;
    color: #414141;
    border: none;
    padding: 0px;
    opacity: 0.95 !important;
    margin-left: -8px;
    background: #d0d0c6 !important;
    height: 35px;
    width: 245px;
}

#ascro.stick .scrolltitle {
    background: #bbbbb7 !important;
}

#ascro.stick .scrollspeedsel a:hover {
    text-decoration: none;
    color: #a2321b !important;
}

#ascro.stick {
    height: 35px;
    background: #e6e7dc;
    background: -webkit-linear-gradient(left, #c5c4ba, #908f85);
    background: -moz-linear-gradient(left, #c5c4ba, #908f85);
    background: -ms-linear-gradient(left, #c5c4ba, #908f85);
    background: -o-linear-gradient(left, #c5c4ba, #908f85);
    background: linear-gradient(to right, #c5c4ba, #908f85);
    border-radius: 4px;
    padding-right: 5px;
}

.fixedascro {
    height: 35px;
    background: #e6e7dc;
    background: -webkit-linear-gradient(left, #c5c4ba, #908f85);
    background: -moz-linear-gradient(left, #c5c4ba, #908f85);
    background: -ms-linear-gradient(left, #c5c4ba, #908f85);
    background: -o-linear-gradient(left, #c5c4ba, #908f85);
    background: linear-gradient(to right, #c5c4ba, #908f85);
    border-radius: 4px;
}

@media(max-width:1399px) {

    .scrollboutton {
        padding: 7px 6px;
    }
}

@media(max-width:1199px) {
    .scrolltitle {
        padding: 9px 5px 6px;
        width: 24%;
    }

    .scrollboutton {
        padding: 7px 4px;
    }
}

@media(max-width:1023px) {

    .scrollboutton {
        padding: 7px 5px;
    }
}

@media(max-width:799px) {

    .scrollboutton {
        padding: 7px 3px;
    }
}

@media(max-width:768px) {

    .fixedascro .scrollspeedsel .scrollboutton {
        padding: 7px 27px !important
    }
}

@media(max-width:600px) {

    .scrollspeedsel {
        width: 11%
    }

    .fixedascro .scrollspeedsel .scrollboutton {
        padding: 7px 7px !important
    }
}

@media(max-width:420px) {

    /* .scrollspeedsel {
        width: 10%
    } */
}

@media(max-width:270px) {

    .scrollspeedsel {
        width: 9%
    }
}

#ascro.stick .scrollboutton {
    padding: 7px 7px !important;
}

#ascro.stick .shorttitle {
    display: none !important;
}

#ascro.stick .fulltitle {
    display: block !important;
}

#ascro.stick .scrolltitle {
    width: 65px !important;
}

#ascro.stick .scrollspeedsel {
    width: 25px !important
}


.chordssongbox {
    background: rgb(205, 204, 193);
    background: -moz-linear-gradient(180deg, rgba(205, 204, 193, 1) 0%, rgba(242, 242, 232, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(205, 204, 193, 1) 0%, rgba(242, 242, 232, 1) 100%);
    background: linear-gradient(180deg, rgba(205, 204, 193, 1) 0%, rgba(242, 242, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdccc1", endColorstr="#f2f2e8", GradientType=1);
}




.vc_progress_bar .vc_single_bar .vc_label {
    /* padding: 10px 15px 13px !important; */
    padding: 6px 10px 10px !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    height: 10% !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.vc_progress_bar .vc_single_bar {
    border-radius: 5px !important;
    background: #3c3b37 !important;
    box-shadow: none !important;
}

.wpfp-link {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #f4f1e3;
    font-weight: 700;
    font-size: 15px;
    background-color: #cf5941;
    padding: 8px 15px !important;
    margin: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    display: inline;
    width: 125px
}

.wpfp-span a:hover,
.action-report:hover,
.action-print:hover {
    color: #fff !important
}

.wpfp-link:hover {
    background: #932e19;
}

.wpfplinknouser:hover {
    background-color: #cf5941;
    color: #f4f1e3 !important;
}

.action-print {
    background-color: #aba8a8
}

.action-print:hover {
    background: #8b8b8b;
}

.action-report {
    background-color: #eaa45a;
}

.action-report:hover {
    background: #e78a25;
}

.vc_label {
    /* height: 36px; */
    height: 28px; 
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.vc_general {
    border: 3px solid #3c3b36;
}

@media (max-width:1399px) {

    .fa-flag,
    .fa-print,
    .fa-guitar {
        display: none
    }
}

@media (max-width:1198px) {
    .favtext {
        display: none
    }

    .fa-flag,
    .fa-print,
    .fa-heart,
    .wpfp-link .fa-trash-alt {
        display: inline-block;
        margin-right: 0 !important
    }

    .fa-guitar {
        display: none
    }
}

@media (max-width:600px) {

    .difftext,
    .vc_bar {
        display: none !important
    }

    .fa-guitar {
        display: inline-block;
        font-size: 15px !important;
        margin-right: 0px !important
    }

    .vc_progress_bar .vc_single_bar .vc_label {
        padding: 7px 10px 22px !important
    }

    #content {
        padding-top: 15px !important
    }
}

@media (max-width:560px) {

    .wpfp-link {
        margin: 1px
    }

    .wpulike-voters,
    .vc_progress_bar,
    .action-report {
        margin: 5px 1px !important;

    }
}

@media (max-width:510px) {

    .wpfp-link {
        padding: 12px 15px !important;
    }

    .vc_progress_bar .vc_single_bar .vc_label {
        padding: 10px 11px 27px !important
    }
}

.onlysmall {
    display: none
}

.notonlysmall {
    display: block
}

@media (max-width: 480px) {
    .wpulike-is-pro .wp_ulike_general_class {
        margin: 0px !important;
    }
}


@media (max-width:1023px) {
    .onlysmall {
        display: block
    }
    
    .notonlysmall {
        display: block
    }

    .actionbox {
        display: none
    }
}


.tuningselection {
    color: #444442 !important;
    padding: 2px 5px 2px;
    background: #dadacf;
    border-radius: 4px;
    margin: 5px 3px 5px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #f1f1e5;
    box-shadow: 0 0 4px 0px #888;
    display: inline-block;
}

.tuningselection:hover {
    opacity: 1;
    color: #444442 !important
}

.notactivetuning {
    opacity: 0.4;
    color: #676767 !important;
}

.notactivetuning:hover {
    cursor: pointer;
}

@media (max-width:516px) {
    .tuningchange1 {
        font-size: 0;
    }

    .tuningchange1:after {
        font-size: 11px;
        content: 'UKULELE';
    }

    .tuningchange2 {
        font-size: 0;
    }

    .tuningchange2:after {
        font-size: 11px;
        content: 'UKU LEFT';
    }

    .tuningchange3 {
        font-size: 0;
    }

    .tuningchange3:after {
        font-size: 11px;
        content: 'BARITONE';
    }

    .tuningchange4 {
        font-size: 0;
    }

    .tuningchange4:after {
        font-size: 11px;
        content: 'BARI LEFT';
    }
    
    .tuningchange5 {
        font-size: 0;
    }
    
    .tuningchange5:after {
        font-size: 11px;
        content: 'GUITAR';
    }
    
    .tuningchange6 {
        font-size: 0;
    }
    
    .tuningchange6:after {
        font-size: 11px;
        content: 'MANDOLIN';
    }
}

@media (max-width:480px) {
    .tuningchange1 {
        font-size: 0;
    }

    .tuningchange1:after {
        font-size: 11px;
        content: 'UKU';
    }

    .tuningchange2 {
        font-size: 0;
    }

    .tuningchange2:after {
        font-size: 11px;
        content: 'UKU L';
    }

    .tuningchange3 {
        font-size: 0;
    }

    .tuningchange3:after {
        font-size: 11px;
        content: 'BARI';
    }

    .tuningchange4 {
        font-size: 0;
    }

    .tuningchange4:after {
        font-size: 11px;
        content: 'BARI L';
    }
    
    .tuningchange5 {
        font-size: 0;
    }
    
    .tuningchange5:after {
        font-size: 11px;
        content: 'GUITAR';
    }
    
    .tuningchange6 {
        font-size: 0;
    }
    
    .tuningchange6:after {
        font-size: 11px;
        content: 'MANDO';
    }
}

@media (max-width:360px) {
    .tuningchange1 {
        font-size: 0;
    }

    .tuningchange1:after {
        font-size: 11px;
        content: 'UKULELE';
    }

    .tuningchange2 {
        font-size: 0;
    }

    .tuningchange2:after {
        font-size: 11px;
        content: 'UKU LEFT';
    }

    .tuningchange3 {
        font-size: 0;
    }

    .tuningchange3:after {
        font-size: 11px;
        content: 'BARITONE';
    }

    .tuningchange4 {
        font-size: 0;
    }

    .tuningchange4:after {
        font-size: 11px;
        content: 'BARI LEFT';
    }
    
    .tuningchange5 {
        font-size: 0;
    }
    
    .tuningchange5:after {
        font-size: 11px;
        content: 'GUITAR';
    }
    
    .tuningchange6 {
        font-size: 0;
    }
    
    .tuningchange6:after {
        font-size: 11px;
        content: 'MANDOLIN';
    }
}


#actionboxbottom {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    padding: 15px 5px 15px 5px;
    background-color: #f8efc8;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 3px 10px #9999995e;
    -moz-box-shadow: 0 3px 10px #9999995e;
    -webkit-box-shadow: 0 3px 10px #9999995e;
    margin-top: -15px;
    box-shadow: inset 0 10px 9px -7px #999;
}

/* Breedte van heart fav icon gelijk aan breedte trash icon */
a.wpfp-link>svg.fa-heart {
    font-size: 14px !important
}



ol {
    counter-reset: li;
    margin: 0;
    padding: 0 0 0 28px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #F0EACA;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    border-top: none !important
}

ol>li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    border-top: 1px solid #F0F0F0;
    text-shadow: 1px 1px 0 #fff;
    color: #a3321b;
    background: #f3e9d7;
    font-weight: 700;
    text-align: center;
    padding: 7px 0 12px;
    top: 0;
    height: 100%
}

.ol>li,
ol>li {
    position: relative;
    list-style: none
}

ol li {
    padding: 8px 5px 7px 10px;
    margin: 0
}

ol li:nth-child(even) {
    background: #fcf7dd
}

ol li:nth-child(odd) {
    background: #fdfbed
}

.viewstitle {
    font-weight: 500;
}

.tptn_featured,
.topviewssidebar .difflevel {
    display: none
}




@media print {

    #howtoreadbuttonn,
    #tuneryourukulelebutton,
    .remember,
    .olympus-theme-sidebar,
    .fixed-sidebar,
    .header,
    .header--standard,
    .vc_col-sm-4,
    #ukutabs-tools,
    #ascro,
    .comments-area,
    .wpdiscuz-loading-bar-auth,
    .wpdiscuz-comment-message-auth,
    .medium-padding80,
    .footer,
    .sticky-chords,
    #tools,
    .vc_custom_1605774777343,
    .jointhediscussion,
    .advert,
    .donotprint,
    #ulike,
    #alohah4,
    .ad-sticky,
    .ad-sticky-desktop-anchor,
    .lefthandtoggle,
    #primis_container_div,
    .ukutoolbox,
    .container.inner-relative-wrapper,
    #notice-copyright,
    .wp-dark-mode-switcher,
    #actionboxbottom,
    .onlysmall,
    .notonlysmall,
    .accordion h3,
    #tuningselectionprint,
    #headeralbum,
    #headergenre,
    .howtoread,
    .ad-sticky-wrapper,
    #ukutabs_sidewall_left,
    .fs-sticky-footer,
    #fs-sticky-footer,
    .fs-sticky-parent,
    .fs-sticky-wrapper,
    #fs-slot-footer-wrapper,
    .qc-cmp2-persistent-link,
    .qc-cmp2-container,
    #qc-cmp2-persistent-link,
    #qc-cmp2-container
     {
        display: none !important
    }

    .chordssongbox,
    body,
    html,
    .cits,
    #main,
    .heading,
    .vc_row-fluid {
        background: none !important
    }

    .col-lg-9 {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #stunning-header {
        box-shadow: none !important;
        padding-bottom: 5px !important;
        margin: 0 0 15px;
    }

    .page-has-left-panels {
        padding-left: 0
    }

    .crumina-stunning-header {
        background: none !important;
        border: none !important;
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    .stunning-header-title {
        color: #000 !important;
        text-shadow: none !important;
        font-size: 20px !important;
        margin: 0 0 0px 0 !important;
    }

    #content {
        background: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cits-c {
        background: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: 1px solid #98988d;
    }

    .cits-c-b {
        background: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        transform: scale(0.9);
        margin: -15px 0px;
    }

    article {
        padding: 0 !important
    }

    pre.qoate-code {
        background: none !important;
        box-shadow: none !important;
        border: none !important;
        padding-bottom: 10px !important;
        margin-right: auto;
        width: fit-content;
        line-height: 16px !important;
    }

    .container {
        opacity: 1 !important
    }

    table,
    td,
    tr {
        border: none !important;
        padding: 0 !important
    }

    #wrapperheader {
        padding: 0 !important
    }

    .stunning-content-item {
        margin: 0 !important
    }

    .container {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    li {
        display: none !important;
        color: #fff !important
    }

    ul {
        color: #fff !important;
        font-size: 1px !important
    }

    li:last-child {
        display: block !important
    }

    li a {
        color: #000
    }

    #stunning-header .stunning-header-content-wrap,
    #stunning-header .stunning-header-content-wrap *,
    #stunning-header {
        font-family: inherit;
        text-transform: uppercase;
        text-shadow: none;
        color: black;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    .breadcrumbs-item a {
        opacity: 1;
        color: var(--chordcolor) !important;
    }

    .breadcrumbs-item a span {
        opacity: 1;
        color: var(--chordcolor) !important;
    }

    .artistname {
        color: var(--chordcolor) !important;
    }

    #notice-print {
        display: block !important;
        background: none !important;
        padding: 9px 10px 9px 15px;
        color: #6b6b6b;
        text-shadow: none !important;
        font-size: 10px !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: justify;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: none !important;
        text-align: center
    }

    .chordsinthissong {
        padding: 15px 0 0;
    }
}






.wp-dark-mode-switch-1 ._track, .wp-dark-mode-switch-13 ._track{
    background: #a78e46;
}

.active.wp-dark-mode-switch-13 ._track, .wp-dark-mode-switch-1.active ._track {
    background: #a78e46;    
}


.fs-sidewall-container{
    z-index: 0!important;
}
.ad-desktop-sticky-bottom,
.ad-sticky-desktop-anchor {
    width: calc(100% - 70px) !important
}

 @media screen and (min-width: 769px) {
.fs-sticky-parent {
width: calc(100% - 70px) !important;
left:70px!important
}
}

#ukutabs_sticky_footer{
    background-color: rgba(0,0,0, 0.2)!important;
}


.ad-desktop-sticky-bottom {
    margin-top: 0px !important;
}

#ssrt-close-anchor-button {
    font-size: 19px !important;
    height: 24px !important;
    width: 24px !important;
}


#qc-cmp2-ui {
width: 90%!important;
border-radius: 7px!important;
}

@media (min-width: 768px) {
#qc-cmp2-ui {
width: 770px!important;
}
}

.qc-usp-container button{
background-color:#a78e46!important
}

.sp_choice_type_11{
border-color:#a78e46!important;
background-color:#a78e46!important;
color:#fff!important
}

.sp_choice_type_12{
border-color:#a78e46!important;
background-color:#fff!important;
color:#a78e46!important
}

.qc-usp-main-messaging a {
color:#a78e46!important
}

.qc-cmp-cleanslate > div {
border-radius: 7px!important;
}



.sp_choice_type_11{
border-color: #a59151!important;
background: #a59151!important;
}

.sp_choice_type_12{
border-color: #a59151!important;
color: #a59151!important;
}