@charset "utf-8";
/* CSS Document */

/*
Theme Name: alex-hall
Template: melodica
Version: 1.0.0
*/




/*Display and align the Spotify button in Elementor Media Player widget (currently used on home page) on mobile devices. Original template (Melodica) has the button hidden.*/
@media only screen and (max-width: 580px) {
    .fiddle-player .playlist-header .right-area {
        display: block !important;
    }
}




