/* 
z-index:
.mndbng-cookies-popup: 21 
.mndbng-focus-out-layer: 20
#mndbng-home-column-2-1: 19
#mndbng-home-column-2-2: 19
#mndbng-mainMenuWrapper: 19 
#mndbng-nowOnAir-track-overlay: 18
.mndbng-sticky: 16
*/

/* Reset default user-agent stylesheet attributes */
* {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

/* Highlighted text */
::-moz-selection { /* Code for Firefox */
    color: var(--mndbng-DarkHeavy);
    background: var(--mndbng-HighlightColor);
}
::selection {
    color: var(--mndbng-DarkHeavy);
    background: var(--mndbng-HighlightColor);
}

body {
    font-family: Manrope; 
    font-size: 15px; 
    margin: 0;
    background-color: var(--mndbng-DarkMedium);
    color: var(--mndbng-MainColor);
}

/* Titles */
h1 {
    font-size: 2rem;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
}

.mndbng-highlight-color {
    color: var(--mndbng-HighlightColor);
}

.mndbng-alert-color {
    color: var(--mndbng-AlertColor);
}

.mndbng-secondary-color {
    color: var(--mndbng-SecondaryColor);
}

.mndbng-bold {
    font-weight: 700;
}

.mndbng-responsive-fullscreen-padding {
    padding: 0px 20px;
}

.mndbng-cookies-popup {
    background-color: var(--mndbng-HighlightOpacityColor);
    color: var(--mndbng-DarkMedium);
    padding: 20px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    z-index: 21;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.mndbng-cookies-popup-text {
    margin: 20px 0px;
}

.mndbng-focus-out-layer {
    background-color: var(--mndbng-FocusOutColor);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--mndbng-DarkHeavy);
}

#content {
    width: 100%;
}

.mndbng-sticky {
    position: fixed;
    top: 0;
    z-index: 16;
    width: 100%;
}
 
.mndbng-header-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    background-color: var(--mndbng-DarkMedium);
}

#mndbng-header-row-1 {
    display: flex;
    flex-direction: row;
    padding: 15px 20px;
}

#mndbng-mainLogo {
    display: block;
}

#mndbng-header-row-2 {
    padding: 10px 20px 10px 20px;
    /* This causes an error: now on air track flickers. Maybe use box-shadow */
    /* filter: drop-shadow(0px 4px 3px rgb(0 0 0 / 0.3)); */
}

#mndbng-header-row-2-column-1,
#mndbng-header-row-2-column-2,
#mndbng-volumeControls {
    display: flex;
    flex-flow: row nowrap;
}

#mndbng-header-row-1-column-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#mndbng-showVolume,
#mndbng-playPauseButton,
#mndbng-animation,
#mndbng-volumeControls {
    display: inline-flex;
    align-items: center;
}

#mndbng-volumeControls {
    margin: 0px 10px;
}

#mndbng-showVolume {
    line-height: 1;
    white-space: pre;
}

#mndbng-nowOnAir-intro,
#mndbng-showVolume {
    cursor: context-menu;
}

#mndbng-muteUnmuteButton {
    margin: 0px 3px;
}

#mndbng-VolumeDecrease, 
#mndbng-VolumeIncrease {
    line-height: 1;
}

#mndbng-playPauseButton,
#mndbng-muteUnmuteButton,
#mndbng-VolumeDecrease, 
#mndbng-VolumeIncrease {
    cursor: pointer;
}
 
.mndbng-nowOnAir {
    margin-left: 10px;
}

#mndbng-nowOnAir-track p {
    margin: 0;
}

#mndbng-nowOnAir {
    display: flex;
    flex-direction: row;
}

#mndbng-nowOnAir-track {
    margin: auto;
    margin-left: 10px;
    font-weight: bold;
    width: calc(100vw - 420px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    position: relative;
    padding: 0px 10px;
}

#mndbng-nowOnAir-track-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image:
    linear-gradient(to right, var(--mndbng-DarkMedium), rgba(0,128,128,0) 10px),
    linear-gradient(to left , var(--mndbng-DarkMedium), rgba(0,128,128,0) 10px);
    z-index: 18;
    cursor: pointer;
}

#mndbng-track-container {
    font-size: 1.2em;
    line-height: 1.2;
    overflow:visible;
    position: relative;
    cursor: pointer;
}

#mndbng-copy-container {
    color: var(--mndbng-AlertColor);
    display: none;
    font-weight: 700;
}

#mndbng-nowOnAir-intro {
    margin: auto;
    margin-left: 20px;
    font-size: 0.9em;
    line-height: 0.9em;
    white-space: nowrap;
    color: var(--mndbng-SecondaryColor);
    animation: nowOnAir 2s ease-in-out infinite;
    min-width: 10ch;
    text-align: center;
}

/* MENU */
#mndbng-menuWrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.mndbng-mainMenu  {
    margin: 0; 
    text-transform: uppercase;
    line-height: 1;
    display:flex;
    flex-direction: row;
    letter-spacing: .15rem;
    gap: 10px; 
    font-weight: bold; 
}

.mndbng-mainMenu a {
    color: var(--mndbng-MainColor);
}

.mndbng-mainMenu ul {
    margin: 0;
}

.mndbng-mainMenu li {
    list-style: none;
    margin-left: 10px;   
}

#mndbng-secondaryMenu,
#mndbng-mainMenuWrapper {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}

#mndbng-mainMenuWrapper a {
    text-decoration: none;
}

#mndbng-mainMenuWrapper a:hover {
    color: var(--mndbng-HighlightColor);
}

.mndbng-socialMediaIcons-container-header {
    margin-left: 15px;
}

.mndbng-socialIcon {
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}

.mndbng-socialIcon:hover .mndbng-svgPathIcon{
    fill: var(--mndbng-MainColor);
}

.mndbng-stationTime {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1em;
    color: var(--mndbng-HighlightColor);
    line-height: 1;
    cursor: context-menu;
}

.mndbng-tips-link {
    margin-left: 15px;
}

.mndbng-disable-chat-link a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mndbng-show-chat-icon {
    height: 18px;
    width: 18px;
}

/* Hide on desktop */
#mndbng-horizontalLogo,
#mndbng-MenuButtonWrapper,
#mndbng-mobileSecondaryMenu {
    display: none;
}

/* Blog & Single */
/* GLOBAL */
.mndbng-single-metadata {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-top: 5px;
    white-space: pre;
}

/* GLOBAL */
.mndbng-single-metadata a {
    color: var(--mndbng-MainColor);
    text-decoration: none;
}

/* GLOBAL */
.mndbng-single-metadata span:not(:last-of-type)::after { 
    content: ",  ";
}

/* GLOBAL */
.mndbng-single-metadata-label {
    color: var(--mndbng-SecondaryColor);
    white-space: pre;
}

/* GLOBAL */
.mndbng-button {
    background-color: var(--mndbng-HighlightColor);
    color: var(--mndbng-DarkHeavy);
    border: 1px solid var(--mndbng-HighlightColor);
    min-width: 100px;
    margin-top: 10px;
    padding: 8px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

/* GLOBAL */
.mndbng-button:hover {
    background-color: var(--mndbng-DarkHeavy);
    color: var(--mndbng-HighlightColor);
    border: 1px solid var(--mndbng-HighlightColor);
}

.mndbng-icon-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mndbng-button-cookies {
    min-width: 120px;
    background-color: var(--mndbng-DarkMedium);
    color: var(--mndbng-HighlightColor);
    border: 1px solid var(--mndbng-DarkMedium);
}

.mndbng-button-cookies:hover {
    background-color: var(--mndbng-HighlightColor);
    color: var(--mndbng-DarkMedium);
    border: 1px solid var(--mndbng-DarkMedium)
}

.mndbng-button-icon {
    display: flex;
    justify-content: center;
    margin: 0px 5px;
}

#mndbng-cookies-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#mndbng-cookies-buttons-container button {
    margin: 10px 10px;
}

/* GLOBAL */
.mndbng-title-container {
    margin: 20px 0px;
}

/* GLOBAL */
.mndbng-link {
    color: var(--mndbng-MainColor);
    text-decoration: none;
}

.mndbng-link-underlined {
    color: var(--mndbng-MainColor);
    /* word-break: break-all;  */
}

.mndbng-link-underlined-secondary {
    color: var(--mndbng-SecondaryColor);
}

.mndbng-link-color {
    color: var(--mndbng-HighlightColor);
    text-decoration: none;
}

.mndbng-link-color:hover {
    color: var(--mndbng-MainColor);
}

.mndbng-link-break {
    word-break: break-all; 
}

.mndbng-socialMediaIcons-container {
    display: flex;
    justify-content: center;
}

.mndbng-socialMediaIcons-container a:not(:first-child){
    margin-left: 15px;
}

/* Single Post */
#mndbng-single-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#mndbng-single-container {
    width: 830px;
}

#mndbng-single-date-post-type {
    display: flex;
    flex-direction: row;
    color: var(--mndbng-SecondaryColor);
    margin: 5px 0px;
}

#mndbng-single-date {
    margin-right: 5px;
}

#mndbng-single-post-type a {
    text-decoration: none;
    color: var(--mndbng-SecondaryColor);
}

#mndbng-single-columns {
    display: flex;
    flex-direction: row;
}

.mndbng-single-column {
    width: 50%;
    margin-bottom: 20px;
}

#mndbng-single-column-1 {
    margin-right: 20px;
}

#mndbng-single-image img{
    display: block;
    width: 100%;
    height: auto;
}

/* Single Mixtape */
#mndbng-mixtape-creators-genres {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

#mndbng-single-description-container {
    margin-top: 10px;
    white-space: pre-wrap;
}

#mndbng-single-mixcloud-container * {
    display: block;
}

#mndbng-single-tracklist-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.mndbng-single-track-container {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.mndbng-tracklist-title-container {
    font-weight: 700;
}

.mndbng-single-track-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.8rem;
    margin-right: 20px;
    min-width: 2ch;
}

/* Single Event */
.mndbng-event-info {
    margin-bottom: 10px;
}

.mndbng-event-info-description {
    white-space: pre-wrap;
}

.mndbng-event-info a {
    color: var(--mndbng-MainColor);
    text-decoration: none;
}

/* Archive */
#mndbng-archive-wrapper {
    display: flex;
    justify-content: center;
}

#mndbng-archive-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mndbng-archive-single {
    padding: 0px 10px 20px 10px;
    width: 20%;
    max-width: 420px;
}

.mndbng-pagination {
    display: flex;
    justify-content: center;
}

.page-numbers {
    font-size: 2rem;
    padding: 5px;
    color: var(--mndbng-SecondaryColor);
}

a.page-numbers {
    color: var(--mndbng-MainColor);
    text-decoration: none;
}

#mndbng-archive-mixtape-terms {
    margin-bottom: 40px;
    display: none;
}

.mndbng-archive-mixtape-allinfo-container {
    margin-bottom: 20px;
}

#mndbng-archive-filter-button-container {
    margin-bottom: 20px;
}

/****************************************************************************************************
******************** HOME
****************************************************************************************************/
#mndbng-home-wrapper {
    display: flex;
}

#mndbng-home-mobile-menu {
    display: none;
}

.mndbng-home-column {
    background-color: var(--mndbng-DarkHeavy);
}

#mndbng-home-column-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: calc(100vh - 130px);
}

#mndbng-bigPlayPauseButton {
    cursor: pointer;
    opacity: 0.7;
    filter: drop-shadow(0px 0px 6px rgb(0 0 0 / 0.5));
}

#mndbng-home-column-2 {
    display: flex;
    flex-direction: row;
    width: 40%;
}

#mndbng-home-wrapper.chat-hidden #mndbng-home-column-1 {
    width: 70vw;
}

#mndbng-home-wrapper.chat-hidden #mndbng-home-column-2 {
    width: 30vw;
}

#mndbng-home-wrapper.chat-hidden #mndbng-home-column-2-1 {
    display: none;
}

#mndbng-home-column-2-1,
#mndbng-home-column-2-2 {
    height: calc(100vh - 130px);
    width: 100%;
    display: flex;
    flex-direction: column;
}

#mndbng-home-column-2-1 {
    justify-content: space-between;
    font-size: 1em;
}

#mndbng-history-container {
    overflow: hidden; 
    scrollbar-gutter: stable;
    padding: 10px 20px 70px;
    font-size: 1rem;
    /* Faded bottom */
    /* -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%); */
    /* mask-image: linear-gradient(to bottom, black 20%, transparent 100%); */
}

#mndbng-history-container:hover{
    overflow: auto;
}

#mndbng-history {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

#mndbng-history > :first-child .mndbng-track-time {
    color: var( --mndbng-HighlightColor);
}

#mndbng-history li {
    margin-bottom: 5px;
}

.mndbng-track-time {
    font-size: 0.8em;
    font-weight: bold;
    color: var(--mndbng-SecondaryColor);
}

.mndbng-track-time-copied {
    color: var(--mndbng-AlertColor) !important;
}

.mndbng-track-title {
    font-weight: 700;
}

.mndbng-track-artist,
.mndbng-track-title {
    cursor: pointer;
}

/****************************************************************************************************
******************** CHAT
****************************************************************************************************/
/* CHAT MESSAGES */
#chat-container {
    display: flex;
    flex-direction: column;
    height: calc(100% - 192px);
    flex-grow: 1;
    position: relative;
}

#chat-messages-container {
    height: auto;
    overflow: hidden; 
    scrollbar-gutter: stable;
    padding-bottom: 60px;
    padding-left: 20px;
}

#chat-messages-container:hover {
    overflow: auto;
}

.chat-single-message-container {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    position: relative;
}

.chat-single-message-row-1 {
    display: inline-flex;
    width: fit-content;
    flex-direction: row;
    margin-left: 5px;
    
}

.chat-time,
.chat-delete {
    color: var(--mndbng-SecondaryColor);
    font-size: 0.8rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chat-delete {
    margin-left: 5px;
    cursor: pointer;
}

.chat-track {
    color: var(--mndbng-SecondaryColor);
    font-size: 0.8rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chat-track-text {
    display: none;
    background-color: var(--mndbng-HighlightColor);
    color: var(--mndbng-DarkHeavy);
    font-weight: 700;
    text-align: left;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    margin-top: 20px;
}

.chat-track-text-intro {
    color: var(--mndbng-DarkMedium);
    font-size: 0.8rem;
    font-weight: 700;
}

.chat-track-text-copied {
    display: none;
    color: var(--mndbng-AlertColor);
    font-size: 0.8rem;
    font-weight: 700;
}

.chat-track-text-copy {
    cursor: pointer;
}

.chat-hover {
    cursor: pointer;
}
  
.chat-username {
    font-weight: 700;
    margin-right: 10px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chat-username.admin {
    color: var(--mndbng-HighlightColor);
}

.chat-message {
    display: inline-block;
    line-height: 1.5;
    background-color: var(--mndbng-DarkMedium);
    padding: 7px;
    border-radius: 5px;
    margin-top: 10px;
}

.chat-message-new {
    background-color: var(--mndbng-HighlightColor);
}

.chat-divider {
    margin: 0px 3px;
}
/* CHAT SEND FORM */
#send-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 10px 10px;
}

.send-container-row {
    display: flex;
    flex-direction: row;
}

#message-input {
    background-color: var(--mndbng-DarkMedium);
    border-style: none ;
    border-radius: 20px;
    color: var(--mndbng-MainColor);
    padding: 0px 20px;
    outline: none;
    font-family: Manrope;
    font-size: 16px;
}

#name-input {
    background-color: var(--mndbng-DarkHeavy);
    color: var(--mndbng-SecondaryColor);
    border-style: none ;
    margin: 0px 10px;
    border-radius: 20px;
    padding: 10px 10px;
    outline: none;
    font-size: 16px;
    font-family: Manrope;
    cursor: pointer;
}

#name-input:focus {
    color: var(--mndbng-MainColor);
    cursor: auto;
}

input#message-input[type="text"]::placeholder {
    color: var(--mndbng-SecondaryColor);
}

input#name-input[type="text"]:focus::placeholder {
    color: transparent;
}

input#name-input[type="text"]::placeholder {
    color: var(--mndbng-HighlightColor);
}

#emoji-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px 8px;
    cursor: pointer;
}

#message-input {
    width: 100%; 
}

input.mndbng-chat-input[type="text"] {
    word-wrap: break-word;
    word-break: break-all;
}

#password-input {
    display: none;
}

#send-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#mndbng-send-icon-svg:hover {
    fill: var(--mndbng-MainColor);
}

#mndbng-chat-alert-box {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var( --mndbng-AlertColor);
    padding: 10px;
}

#emojis {
    display: none;
    position: absolute;
    bottom: 0;
}


/****************************************************************************************************
******************** SCROLLBARS
****************************************************************************************************/
/* width */
body::-webkit-scrollbar,
#chat-messages-container::-webkit-scrollbar,
#mndbng-history-container::-webkit-scrollbar {
    width: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb,
#chat-messages-container::-webkit-scrollbar-thumb,
#mndbng-history-container::-webkit-scrollbar-thumb {
    background: var(--mndbng-HighlightColor);
}

/* Track */
body::-webkit-scrollbar-track {
    background: var(--mndbng-DarkHeavy);
}


/****************************************************************************************************
******************** BLOG
****************************************************************************************************/
#mndbng-blog-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    margin-top: 50px;
}

.mndbng-blog-single-container {
    margin-top: 50px;
    width: 420px;
    align-items: flex-start;
}

.mndbng-blog-single-title {
    margin-top: 5px;
}

.mndbng-blog-single-image img {
    width: 100%;
    height: auto;
}

.mndbng-single-post-type-date,
.mndbng-single-post-type-date a {
    color: var(--mndbng-SecondaryColor);
    font-size: 0.8rem;
}
 
.mndbng-blog-metadata {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
}

/****************************************************************************************************
******************** FOOTER
****************************************************************************************************/
#mndbng-footer-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--mndbng-DarkMedium);
    padding: 100px 0px;
}

#mndbng-footer-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 1200px;
}

.mndbng-footer-column {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 40px;
}

.mndbng-footer-item {
    margin-bottom: 15px;
    max-width: 500px;
}

.mndbng-subfooter-item {
    text-align: center;
}

.mndbng-subfooter-item:not(:last-child) {
    margin-bottom: 10px;
}

#mndbng-AutodiaLogo {
    opacity: 0.7;
}

/****************************************************************************************************
******************** PAGE
****************************************************************************************************/

#mndbng-page-wrapper {
    display: flex;
    justify-content: center;
}

#mndbng-page-container {
    max-width: 1200px;
}

#mndbng-page-inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.mndbng-page-column {
    width: 50%;
    min-width: 600px;
    padding-right: 60px;
    margin-bottom: 60px;
}

#mndbng-page-gallery img {
    width: 100%;
    height: auto;
}

/****************************************************************************************************
******************** 404
****************************************************************************************************/

#mndbng-404-container {
    text-align: center;
    margin: 20px;
}

#mndbng-404 {
    font-size: 10rem;
    line-height: 1;
}

#mndbng-404-text {
    font-size: 2rem;
}

/****************************************************************************************************
******************** MOBILE
****************************************************************************************************/
@media only screen and (max-height: 340px) {
    #naqPlaySvg {
        height: 40vh;
    }
}

@media only screen and (min-width: 1600px) {
    .mndbng-responsive-padding-grid {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mndbng-archive-single {
        flex: 1 0 25%;
    }

    /* Home */
    #mndbng-home-column-1 {
        width: 50vw;
    }

    #mndbng-home-column-2 {
        width: 50vw;
    }

    #mndbng-home-wrapper.chat-hidden #mndbng-home-column-1 {
        width: 70vw;
    }

    #mndbng-home-wrapper.chat-hidden #mndbng-home-column-2 {
        width: 30vw;
    }
}

@media only screen and (min-width: 830px) and (max-width: 1200px) {
    /* Single Post */
    .mndbng-single-column {
        width: 50%;
    }

    .mndbng-archive-single {
        flex: 1 0 33%;
    }

    /* Home */
    #mndbng-home-wrapper {
        flex-wrap: wrap;
    }

    #mndbng-home-column-1 {
        flex: 100%;
    }

    #mndbng-home-column-2 {
        flex: 100%;
        height: 100vh;
    }

    #mndbng-home-column-2-1 {
        flex: 50%;
        height: 100%;
    }

    #mndbng-home-column-2-2 {
        flex: 50%;
        height: 100%;
    }
    /* FOOTER */
    #mndbng-footer-container {
        max-width: 830px;
    }
    
    .mndbng-footer-column {
        width: 50%;
        margin-bottom: 40px;
    }

    #mndbng-footer-container :nth-child(1) { order: 1; }
    #mndbng-footer-container :nth-child(2) { order: 3; }
    #mndbng-footer-container :nth-child(3) { order: 4; }
    #mndbng-footer-container :nth-child(4) { order: 2; }

    /* PAGE */
    .mndbng-page-column {
        width: 100%;
        padding: 0px;
        min-width: 0px;
    }

    .mndbng-responsive-padding {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 830px) {
    #mndbng-volumeControls,
    #mndbng-showVolume {
        display: none;
    }

    #mndbng-nowOnAir {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mndbng-nowOnAir {
        font-size: 1em;
        margin-left: 15px;
    }

    #mndbng-nowOnAir-track {
        width: calc(100vw - 120px);
        margin-top: 5px;
    }

    #mndbng-track-container {
        font-size: 1em;
        line-height: 1;
        overflow-y: visible;
    }

    #mndbng-nowOnAir-intro {
        text-align: left;
    }

    #mndbng-copy-container {
        display: none;
    }

    #mndbng-mainLogo {
        display: none;
    }

    #mndbng-horizontalLogo {
        display: block;
    }

    #mndbng-secondaryMenu {
        display: none;
    }

    #mndbng-mainMenuWrapper {
        position: fixed;
        left: -100%;
        top: 40px;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        background-color: var(--mndbng-DarkHeavy);
        z-index: 19;
        height: calc(100vh - 40px);
    }

    #mndbng-mainMenuWrapper.active{
        left: 0;
    }

    .mndbng-mainMenu  {
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
        font-size: 1.5em;
    }

    #mndbng-mobileSecondaryMenu {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }

    #mndbng-header-row-1 {
        padding: 15px;
        justify-content:space-between;
        align-items: center;
        height: 40px;
    }
    
    #mndbng-header-row-2 {
        padding: 10px 15px 10px;
        max-height: 56.78px;
    }

    #mndbng-header-row-1-column-1 {
        margin-right: 15px;
        max-width: 300px;
    }
    
    #mndbng-horizontalLogo {
        width: 85% !important;
        height: auto !important;
    }

    /* Mobile menu button */
    #mndbng-MenuButtonWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 26px;
        cursor: pointer;
        transition: all .5s ease-in-out;
    }
    
    #mndbng-MenuButton {
        width: 30px;
        height: 2px;
        background: var(--mndbng-HighlightColor);
        box-shadow: 0 2px 5px rgba(255,101,47,.2);
        transition: all .5s ease-in-out;
    }
    
    #mndbng-MenuButton::before,
    #mndbng-MenuButton::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: var(--mndbng-HighlightColor);
        box-shadow: 0 2px 5px rgba(255,101,47,.2);
        transition: all .5s ease-in-out;
    }
    
    #mndbng-MenuButton::before {
        transform: translateY(-8px);
    }
    #mndbng-MenuButton::after {
        transform: translateY(8px);
    }
    
    #mndbng-MenuButtonWrapper.mndbng-menu-open #mndbng-MenuButton {
        transform: translateX(-25px);
        background: transparent;
        box-shadow: none;
    }
    
    #mndbng-MenuButtonWrapper.mndbng-menu-open #mndbng-MenuButton::before {
        transform: rotate(45deg) translate(18px, -18px);
    }
    
    #mndbng-MenuButtonWrapper.mndbng-menu-open #mndbng-MenuButton::after {
        transform: rotate(-45deg) translate(18px, 18px);
    }

    #mndbng-socialMediaIcons {
        margin-top: 10px;
    }

    .mndbng-svgIcon {
        height: 40px;
        width: 40px;
    }

    .mndbng-stationTime {
        font-size: 1.2em;
    }

    .mndbng-tips-link {
        margin: 10px 0px 0px;
        font-size: 1.2em;
    }

    /* Single Post */
    #mndbng-single-container {
        width: 100%;
        min-width: 200px;
    }

    #mndbng-single-columns {
        display: flex;
        flex-direction: column;
    }

    .mndbng-single-column {
        width: 100%;
    }

    #mndbng-single-column-1 {
        margin-right: 0px;
    }

    #mndbng-single-image {
        max-width: 420px;
    }

    .mndbng-archive-single {
        flex: 1 0 50%;
    }

    #mndbng-home-wrapper {
        flex-wrap: wrap;
    }

    #mndbng-home-column-1 {
        width: 100vw;
        padding: 0;
        height: calc(100svh - 95.14px);
    }

    #mndbng-home-column-2 {
        flex-direction: column;
        width: 100vw;
        height: 100%;
    }

    #mndbng-home-wrapper.chat-hidden #mndbng-home-column-1 {
        width: 100vw;
    }

    #mndbng-home-wrapper.chat-hidden #mndbng-home-column-2 {
        width: 100vw;
    }

    #mndbng-home-column-2-1 {
        position: fixed;
        left: -100%;
        top: 40px;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        transition: 0.3s;
        z-index: 19;
        height: calc(100% - 40px);
    }

    #mndbng-home-wrapper.chat-hidden #mndbng-home-column-2-1 {
        display: flex;
    }

    #mndbng-home-column-2-2 {
        position: fixed;
        right: -100%;
        top: 40px;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 19;
        height: calc(100% - 40px);
    }

    #mndbng-home-column-2-1.active{
        left: 0;
    }

    #mndbng-home-column-2-2.active{
        right: 0;
    }

    /* HOME MOBILE MENU: CHAT & HISTORY BUTTON */
    #mndbng-home-mobile-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        bottom: 20px;
        width: 100%;
        font-size: 0.8rem;
        padding: 0px 15px;
    }

    .mndbng-home-mobile-menu-button {
        padding: 6px;
        color: var(--mndbng-HighlightColor);
        font-weight: 700;
        font-size: 0.5rem;
        background-color: var(--mndbng-DarkMedium);
        text-align: center;
        min-width: 50px;
        border-radius: 10px;
        cursor: pointer;
        box-shadow: 0px 0px 3px rgb(0 0 0 / 0.6);
    }

    #chat-container {
        flex-grow: 1;
        padding: 0;
    }

    #chat-messages-container,
    #mndbng-history-container {
        overflow: auto;
        padding: 0px 10px 60px;
        margin-bottom: 0px;
        -webkit-mask-image: none;
        mask-image: none;
    }

    /* BLOG */
    .mndbng-blog-single-container {
        width: 100%;
        max-width: 500px;
    }

    .mndbng-blog-single-metadata-container {
        padding: 0px 10px;
    }

    /* FOOTER */
    #mndbng-footer-container {
        max-width: 830px;
    }
    
    .mndbng-footer-column {
        width: 50%;
        margin-bottom: 40px;
    }

    #mndbng-footer-container div:nth-child(1) { order: 1; }
    #mndbng-footer-container div:nth-child(2) { order: 3; }
    #mndbng-footer-container div:nth-child(3) { order: 4; }
    #mndbng-footer-container div:nth-child(4) { order: 2; }

    /* PAGE */
    .mndbng-page-column {
        width: 100%;
        padding: 0px;
        min-width: 0px;
    }

    .mndbng-responsive-padding {
        padding: 0px 10px;
    }

    #mndbng-home-column-2 {
        min-width: unset;
    }
}

@media only screen and (max-width: 670px) {
    /* FOOTER */
    #mndbng-footer-container {
        max-width: 670px;
    }
    
    .mndbng-footer-column {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    #mndbng-single-container {
        padding: 0px;
    }

    #mndbng-single-image {
        width: 100%;
        max-width: 420px;
    }

    .mndbng-archive-single {
        flex: 1 0 100%;
        padding: 10px 0px;
    }

    #mndbng-page-inner-container {
        padding: 0px 10px;
    }
}

/* now on air animation */
@keyframes nowOnAir {
    0%   { color: var(--mndbng-SecondaryColor); }
    50%  { color: var(--mndbng-HighlightColor); }
    100% { color: var(--mndbng-SecondaryColor); }
}

/****************************************************************************************************
******************** EMOJIS
****************************************************************************************************/
.emoji-picker {
    background-color: var(--mndbng-DarkMedium);
    height: 300px;
    display: flex;
    flex-direction: row;
}

.emoji-selectables {
    background-color: var(--mndbng-DarkMedium);
    border-right: 1px solid var(--mndbng-DarkHeavy);
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.emoji-content {
    width: 90%;
    overflow: auto;
    scrollbar-gutter: stable;
}

/* scrollbar style */
/* width */
.emoji-content::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
.emoji-content::-webkit-scrollbar-track {
    background: var(--mndbng-DarkHeavy); 
}

/* Handle */
.emoji-content::-webkit-scrollbar-thumb {
    background: var(--mndbng-DarkMedium); 
}

.emoji-content div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
}

.emoji-selectables span {
    cursor: pointer;
}

.emoji-selectables span.active img {
    filter: none;
}

.emoji-selectables span img {
    display: flex;
    align-items: center;
    filter: grayscale(100%)
}

.emoji-content span {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.emoji-content span:hover {
    transform: scale(1.1);
    border-radius: 5px;
}

.picker-emoji-content {
    display: none;
}

.picker-emoji-sel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.picker-emoji-sel.face {
    /* color: aliceblue; */
    font-size: 10px;
}

.picker-emoji-content.active {
    display: flex;
}

.emoji-content span img {
    width: 28px;
    height: 28px;
}

.picker-emoji-content::-webkit-scrollbar-thumb {
    height: 10px;
    /* background-color: #65B88D; */
    border-radius: 100px;
}

.emoji {
    height: 1rem;
    width: 1rem;
    margin: 0 .2em;
    vertical-align: -0.1em;
}

@media only screen and (max-width: 800px) {
    .emoji-content {
        overflow: auto;
    }
}