html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

body {
/*    margin: 30px 40px 40px 40px;*/
    margin: 0;
    padding: 0;
}

.show {display:block;}

.hidden {
    display: none !important;
}
.center {
    text-align: center;
}
.nowrap {
    display: inline-block;
}
.wants {
    display: table;
    text-align:center;
    width:100%;
    height:100vh;
}

.want {
    display: table-cell;
    vertical-align: middle;
}

.want h1 {
    display: inline-block;
    margin: 0;
}

.page {
    margin: 4.0rem;
    display: block;
}

.header-menu {
    margin-bottom: 1rem;
}

.right-menu {
    width:50%;
    float: right;
    text-align: right;
}

.right-menu a, .right-menu span {
    display: inline-block;
}

.view-settings {
    width: 100%;
}

.view-settings a {
    float: right;
    margin-left:20px;
}

.nav-arrows {
    float: right;
}
.nav-arrows a {
    font-size:20px;
    font-weight: 100;
    margin-left:1.0rem;
}

.nav-arrows .noclick, .nav-arrows .noclick:hover {
    color: #BBBBBB !important;
    background: #e8e8e8;
    border: 1px solid #e8e8e8 !important;
}

h2 {
    margin-bottom: 3.0rem;
}

h3,h4,h5,h6 {
    margin-bottom: 0 !important;

}

img {
    
    border: none;
    max-width: 100%;
    
}

ul {
    
    list-style: none inside !important;
    list-style-type: none !important;
    margin-bottom: 0;
    
}

div {
    overflow: visible;
}

a:link, a:visited, .artistAmpersand {
    color: #0d7cf7
}

#filterGenre {
    max-width: 800px;
    vertical-align: top;
}

.filters form .ui-button {
    margin-right: 5px !important;
}

.artists h5, .artists .genre {
    display: inline-block;
}
.artists .genre {
    display: inline-block;
    font-size:12px;
    color: #666666 !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 20px;
}

.artists ul.artistList h5 {
    margin-right: 10px;
    margin-left: -10px;
}

.artists ul.artistList {
    padding-left: 10px;
}

.options {
    position:relative;
}

.options a {
    margin-right: 1.0rem;
}

.filter-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.filter-button-group .button {
  white-space: nowrap;
  flex-shrink: 0;
}

.dropdownWrap {
    position: relative;
}


.filter-button-group .dropdown {
    top: 40px;
}

.dropdown {
    display: none;
    position: absolute;
    top:30px;
    left:0;
    border: 1px solid #DDDDDD;
    border-radius: .4rem;
    min-width:250px;
    background: #FFFFFF;
    padding: 1.6rem 3.0rem;
    z-index: 9999;
    
}

/* 3) Desktop only: re-enable hover (touch devices won’t match hover: hover) */
/* 3. Desktop hover (only on hover-capable UIs) */
@media (hover: hover) {
  .dropdownWrap:hover .dropdown {
    display: block;
  }
  /* 4. But if we add .no-hover, force-hide even if you’re still hovering */
  .dropdownWrap.no-hover:hover .dropdown {
    display: none !important;
  }
}

/* any device: when .open is present */
.dropdownWrap.open .dropdown { display: block; }

.dropdown a {
    display: block;
}

.dropdown.show {
  display: block;
}

.runDropdown .dropdown a{
    display: inline-block;
}

.runDropdown .dropdown {
    width:500px;
    background: #efefef;
}
.runDropdown .dropdown > ul li {
    display: inline-block;
    width: 46%;
    background: #ffffff;
    padding: 3px 6px;
    margin-right:10px;
    border-radius: 3px;
}

#stylesMenu {
    border: 1px solid #DDDDDD;
    border-radius: .4rem;
    width:100%;
    background: #FFFFFF;
    margin-bottom: 2.5rem;
    overflow: hidden;
    
}

#stylesMenu .genresList li {
    display:inline-block;

}

#stylesMenu ul.genresList li a {
    width:166px !important;
}

#stylesMenu .columns {
    margin: 1.6rem 3.0rem;
}

#stylesMenu > ul.columns {
    column-width: 220px;
}

#stylesMenu ul.columns li {
    break-inside: avoid-column;
    width: 100%;
}

#stylesMenu .columns ul {
    margin-left: 2rem;
}

.profile .pageIndex {
}

.profile h3 {
    font-size: 2.6rem;
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.6;
    margin-bottom:1rem !important;
}

.profile .tabWrapper {
    width:100%;
    background: #eeeeee;
    text-align: center;
    margin-bottom: 2rem;
}

.profile .tabWrapper a {
    display:inline-block;
    text-transform: uppercase;
    font-size:16px;
    padding: 1rem 2rem;
    color: #606c76;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.0);
    transition: color 100ms, background 200ms;
    white-space: nowrap;
}

.profile .tabWrapper a:hover {
    cursor: pointer;
    color: #2c3135;
    background: rgba(0, 0, 0, 0.05);
    transition: color 100ms, background 200ms;
}

.profile .tabWrapper a.select {
    color: #222222;
    background: rgba(0, 0, 0, 0.05);
}

.profile .tabWrapper a iconify-icon {
    height: 14px;
}

.toggle iconify-icon {
    font-size: 22px;
    height: 16px;
}

.toggle iconify-icon .on {
    font-size: 22px;
    height: 16px;
    color:green;
}

.toggle {
    color: inherit !important;
}

.fade {
    opacity: 0.2 !important;
}

.hide {
    display: none !important;
}

#headerDropdown {
    margin-bottom: 1.5rem;
    padding: .5rem 1rem;
    /* background: #eeeeee; */
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    transition: background-color 250ms ease-out;
    
}
#headerDropdown:hover {
    cursor: pointer;
    background-color: #EEEEEE;
    transition: background-color 250ms ease-out;
}

#headerDropdown .headerTitle {
    font-weight: 300;
    font-size: 2.2rem;
    letter-spacing: -.08rem;
    line-height: 1.35;
}

#headerDropdown .toggleButton {
    float: right;
    display: inline-block;
    padding-top: 4px;
}
#headerDropdown .toggleButton a {
    font-size:20px;
    font-weight: 100;
    margin-left:1.0rem;
}

#headerDropdown .toggleButton  .noclick, .headerDropdown .toggleButton  .noclick:hover {
    color: #BBBBBB !important;
    background: #e8e8e8;
    border: 1px solid #e8e8e8 !important;
}

.dropdown-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.dropdown-item {
    flex-grow: 1;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-style {
    color: #888;
    cursor: pointer;
    font-weight: bold;
    padding-left: 10px;
    flex-shrink: 0;
}

.delete-style:hover {
    color: #990033;
}

/* ARROR ICON STYLES */

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

/* BUTTON STYLES */

.button.button-outline, .button {
    
    color: #606c76;
    border: 0.1rem solid #DDDDDD;
    
    -webkit-transition : border 250ms ease-out;
    -moz-transition : border 250ms ease-out;
    -o-transition : border 250ms ease-out;
    transition : border 250ms ease-out;
    background: #FFFFFF;
}

.button.button-outline:hover, .button:hover {
    border: 0.1rem solid #BBBBBB;
    background: #FFFFFF;
}

.button.button-outline:focus, .button:focus {
    background: #FFFFFF;
}

.singleAlbum {
    display: inline-block;
    width: 230px;
    border: 1px solid #DDDDDD;
    border-radius: .4rem;
    padding: 1.0rem 1.5rem;
    margin: 0 3.0rem 3.0rem 0;
    
    -webkit-transition : border 250ms ease-out;
    -moz-transition : border 250ms ease-out;
    -o-transition : border 250ms ease-out;
    transition : border 250ms ease-out;
}

.click:hover {
    border: 1px solid #BBBBBB;
    cursor: pointer;
}

.noclick:hover {
    border: 1px solid #DDDDDD !important;
    cursor: default;
}

.singleAlbum .thumbnail {
    margin:1.0rem 0;
    line-height:0;
    text-align: center;
}
.singleAlbum img {
    border-radius: 5px;
    max-width: 170px;
}

.album {
    margin-bottom: 4.0rem;
}

.itunes-search-results .row {
    background: #efefef;
    padding: 2rem;
}

.itunes-search-results {
    background: #efefef;
}

.itunes-search-results .row, .itunes-search-results .row .right-column, .itunes-search-results .row .right-column * {
    background: inherit;
}

.itunes-search-results .matched {
    border: 2px solid #66ca4d;
}

.itunes-search-results .matched .match-button {
    color: #56AB41;
}

.itunes-search-results .unmatched {
    border: 2px solid #dedede;
}

h3 iconify-icon {
    height: 23px;
    margin-left:5px;
}

.off {
    color: #222222 !important;
}

.off:hover {
    color: #999999 !important;
}

.on {
    color: #56AB41 !important;
}



/* .itunes-search-results a.showMore, .itunes-search-results a.showMore:hover, .itunes-search-results a.showMore:focus {
    background: #efefef;
} */

.itunes-search-results .applemusic-logo {
    right: 0;
    bottom: 0;
}

.row {
    margin-left: 0;
    width: 100%;
}

.left-column {
    
    max-width: 300px;
    
}

.right-column{
    width: 100%;
    margin-left: 3.0rem;
}

.wrapper {
    position: relative;
    overflow: hidden;
    width:280px;
    line-height:0;
    border-radius: 10px;
    border:1px solid #DDDDDD;
    height:280px;
    display: flex;
    align-items: center;
}

.wrapper img {
    text-align: center;
    flex: 0 0 auto;           /* don’t grow or shrink */
    max-width: 100%;          /* keep it responsive if you want */
    height: auto; 
}

.applemusic-logo {
    position: absolute;
    bottom:0px;
    right:30px;
    width:30px;
    height:30px;
}

.odesli-logo {
    position: absolute;
    bottom:0px;
    right:60px;
    width:30px;
    height:30px;
}

.allmusic-logo {
    position: absolute;
    bottom:0;
    right:0;
    width:30px;
    height:30px;
}

.allmusic-logo img {
    border-radius: 0 0 10px 0;
}

.match-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 237px;
    height: 40px;
    margin: auto;
    background:#FFFFFF;
    z-index:999999;
    font-size: 18px;
}

.match-button iconify-icon{
    font-size: 30px;
    height: 22px;

}

.grid-album .albumSettings {
    bottom:0;
    left: 0;
}

.albumSettings {
    position: absolute;
    bottom:0px;
    left:-2px;
    z-index:9999;
    background:#FFFFFF;
    padding:5px;
    font-size:20px;
    border-radius: 0 0 0 10px;
}

.albumSettings a {
    color: #222222;
    padding: 0 2px;
}

.albumSettings a:hover {
    color: #999999;
}

.filled {
    color: #333333;
}

.unavailable {
    font-size:12px;
    text-align: center;
}

.styles {
    margin-left: 10px;
}

.styles li, .genres li, .ui-draggable-dragging {
    display: inline-block;
    margin-right: 20px;
    color: #999999;
}

.styles li.our-style {
    color: inherit;
}

.styles .ui-draggable-dragging, .ui-draggable-dragging {
    display: inline-block !important;
    z-index: 9999;
    white-space: nowrap;
}

.show-while-dragging {
    overflow: visible;
    /* display: inline-block !important; */
}

.disable-hover {
    pointer-events: none;
  }


.grid-album .hover-contents,
.left-column .hover-contents {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tag-scroll {
    overflow-y: auto;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* .no-scroll {
  overflow: hidden !important;
} */

.dragging {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.ui-droppable-hover .taggle_list {
/* GREEN BORDER */
border-color: #66ca4d;
}

.highlight {
    text-decoration: underline;
}

.description {
    max-width: 1000px;
}

.subgenreList {
    margin-bottom: 3rem;
}

.genres {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

.grid-album {
    display:inline-block;
    vertical-align: top;
    margin-right:20px;
    max-width:280px;
    margin-bottom: 2rem;
}

.grid-album .album-title {
    word-break: normal;
}

.grid-album .styles li,
.grid-album .genres li,
.ui-draggable-dragging {
    line-height: normal;
    color: #222;
    background: white;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px !important;
}

.grid-album .wrapper:hover .grid-album-cover {
    transition: opacity 0.2s;
    opacity: 0.3;
}

.grid-album-cover {
    opacity: 1;
    transition: opacity 0.2s !important;
}

.row-album-cover {
    transition: opacity 0.2s !important;
}

.grid-album .wrapper:hover .hover-contents, 
.left-column .wrapper:hover .hover-contents
{
    display:block !important;
}

.dot {
    color: #999999;
    margin-right: 8px;
    margin-left: -12px;
}

.tracksWrapper {
    overflow:hidden;
    position:relative;
    height: auto;
}

.showMore {
    width:100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    height:25px;
    line-height: 21px;
    border-radius: 0;
}

.showMore:focus {
    border-color: #DDDDDD !important;
}

.fixLineHeight {
    line-height: 29px;
}

.tracks li {
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

.tracks li:first-of-type {
    border-top: 1px solid #DDDDDD;
}

.title-num {
    margin-right: 20px;
    color: #999999;
    display: inline-block;
    width: 18px;
    text-align: right;
}

/* .clearfix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
} */

.filter-month {
    position: relative;
    display: inline-block;
}

.months {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.months a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.months a:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.pagination {
    padding-left: 0px;
    margin-left: 0px;
}
.pagination li {
    float: left;
    padding-right: 10px;
}
.pagination li.current-link a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}


.feed-item {
    
    display: inline-block;
    width: 225px;
    float: left;
}

.feed-item img {
    width:225px;
    height: 225px;
}
    
.feed .pageIndex {
    line-height: 0;
}

.search {
    max-width: 400px;
}

.all .pageIndex {
    margin-top:2.5rem;
}

.pageLoadSpinner {
    margin-left:10px;
}

.spinner {
  /* Spinner size and color */
  width: 1.5rem;
  height: 1.5rem;
  border-top-color: #444;
  border-left-color: #444;

  /* Additional spinner styles */
  animation: spinner 400ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;  
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.filters {
    width: 100%;
}

.filtersFixed {
    position: fixed;
    top: 10px;
    z-index:999;
}

#filterStyles {
    display: inline-block;
    max-width:100%;
    width:600px;
    position: relative;
}

.taggle_input {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.taggle_list {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow, .3s;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.4rem;
    box-sizing:content-box;
    padding: 0.6rem 1rem !important;
    margin-bottom: 0;
    cursor: text;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
}

.box_shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    transition: box-shadow, .5s;
}

/* from TAGGLE minimal.css */

.taggle_input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
}

.taggle_list li {
    float: left;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 5px;
}

.taggle_list .taggle {
    margin-right: 8px;
    background: #E2E1DF;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.taggle_list .taggle_hot {
    background: #cac8c4;
}

.taggle_list .taggle .close {
    font-size: 1.5rem !important;
    position: absolute;
    top: 14px !important;
    right: 3px;
    text-decoration: none;
    padding: 0;
    line-height: 0.5;
    color: #ccc;
    color: rgba(0, 0, 0, 0.2);
    padding-bottom: 4px;
    display: none;
    border: 0;
    background: none;
    cursor: pointer;
    height: auto;
}

.taggle_list .taggle:hover {
    padding: 5px;
    padding-right: 15px;
    background: #ccc;
    transition: all .3s;
}

.taggle_list .taggle:hover > .close {
    display: block;
}

.taggle_list .taggle .close:hover {
    color: #990033;
}

.taggle_placeholder {
    position: absolute;
    color: #CCC;
    top: 12px;
    left: 8px;
    transition: opacity, .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.taggle_input {
    padding: 8px;
    padding-left: 0;
    float: left;
    margin-top: -5px;
    background: none;
    max-width: 100%;
}

.taggle_list li input {
    width: 24px;
}

.taggle_sizer {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -500px;
    z-index: -1;
    visibility: hidden;
}

.big {
    font-size: 16px;
}

.big iconify-icon {
    height: 14px;
}

.listProperties li {
    margin-bottom: 0;
    margin-left: 1rem;
}

.listProperties {
    margin-bottom: 2rem;
}


/* Taggle animation */
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-16px);
    }
    60% {
        -webkit-transform: translateY(-7px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}



/* Autocomplete */
/* .ui-autocomplete {
    display:block !important;
} */

form fieldset {
    display: inline-block;
    margin-right: 3rem;
}

form .ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border-radius: 3px;
}
form .ui-state-default, form .ui-widget-content .ui-state-default, form .ui-widget-header .ui-state-default, form .ui-button, html form .ui-button.ui-state-disabled:hover, html form .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
form .ui-state-default a, form .ui-state-default a:link, form .ui-state-default a:visited, form a.ui-button, form a:link.ui-button, form a:visited.ui-button, form .ui-button {
    color: #454545;
    text-decoration: none;
}
form .ui-state-active, form .ui-widget-content .ui-state-active, form .ui-widget-header .ui-state-active, form a.ui-button:active, form .ui-button:active, form .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 1px solid #eee;
}

.ui-autocomplete li a {
    transition: none !important;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-widget-content {
    background: #fff;
    color: #990033;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item-wrapper {
    text-decoration: none;
    display: block;
    padding: 2px 0.4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    color: #8a8a8a;
    cursor: pointer !important;
    border: 0 !important;
}
.ui-menu .ui-menu-item-wrapper:hover {
    color: #fff;
    background: #990033 !important;
    border: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    /* background: #990033; */
    /* color: #fff !important; */
    /* border: 0 !important; */
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.autocomplete {
    max-height: 200px;
    overflow: scroll;
    position: absolute;
    top: 66px;
    background: white;
    width: 99.5%;
    left: 0.25%;
    z-index: 2;
}

.autocomplete ul li {
    display: block;
    padding: 6px 8px;
}

.autocomplete ul li.selected,
.autocomplete ul li:hover {
    background: #ff6633;
    color: #fff;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 200px;
    overflow: scroll;
    width: 99% !important;
}


/* Animation styles */
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner-slow {
  animation: spinner 1s linear infinite;
}

.spinner-large {
  width: 3rem;
  height: 3rem;
  border-width: 6px;
}

.spinner-blue {
  border-top-color: #09d;
  border-left-color: #09d;
}

/* Mobile Styles */

@media only screen and (max-width: 640px) {
    .desktop {
        display: none !important;
    }
    .feed {
        /* margin: 0 !important; */
    }
    
    .feed-item {
        width: 150px;
    }

    .feed-item img {
        width:150px;
        height: 150px;
    }
    
    .left-column {
        margin-bottom: 2.5rem;
    }
    .right-column {
        margin-left: 0;
    }
    
    .left-column .styles li,
    .left-column .genres li  {
        display: block;
        margin-bottom: 0;
        margin-right: 0;
    }
    
    h2 {
        font-size: 3.2rem;
    }
    h3 {
        font-size: 2.6rem;
        font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1.6em;
        font-weight: 300;
        letter-spacing: .01em;
        line-height: 1.6;
    }
    
}

/* Mobile styles */
@media only screen and (max-width: 600px) {

    .nav-arrows {
        float: none;
        text-align:right;
    }

      .filter-button-group .dropdownWrap {
            position: static; /* Break out of relative container */
        }

        .filter-button-group .dropdown {
            position: absolute;
            left: 0;
            right: 0;
            width: 100vw;
            margin-left: calc(-1 * var(--dropdown-left-offset, 0px)); fallback to 0
            border-left: none;
            border-right: none;
        }

    .profile .tabWrapper {
        column-count: 3;
        column-gap: 0;
        overflow:hidden;
    }
    .profile .tabWrapper a {
        display: block;
        padding: .5rem 1rem;
        overflow:hidden;
        break-inside: avoid-column;
        font-size: 14px;
    }
    .profile .tabWrapper a iconify-icon {
        height: 12px;
    }
    .singleAlbum {
        margin-right: 0;
        width: 100%;
    }
    #filterStyles {
        width:300px;
    }
    
}
