Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 6 categories, 0 sections
Room to improve — your 19.4s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 11.5 MB (5.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/ab4afe6b-895b-4250-b065-9236e5e28962)<a href="https://beavercheck.com/results/ab4afe6b-895b-4250-b065-9236e5e28962"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fallmusic.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fallmusic.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 19.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~34%.
Page takes 19.4s to load
+12% bounceUsers abandon at ~3s — you're 16.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $1.45/month returns + USD 7,500 risk avoided
$500
5h · 5 findings
$1.45 /mo
~$17 / year
USD 7,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$626 / month at risk
~$7,517 / year if left unfixed
$7,500
$1.45 /mo
18120.4 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
8.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.90 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.09 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
23.77 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 35 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Five Star Spotlight: The Postal Service - 'Give Up' div#bannerInnerContain > div#bannerImg > a > img | fastly-s3.allmusic.com/cms/31299/Postal__large.jpg | 47.7 KiB | 34.3 KiB |
Aritifical Inteligence uses div.avp-main > div#aniplayer_AV68a4a6cf8ba4f59be90bf736-1776810265829Container > avp-poster.avp-poster > img.avp-background | /5b59760c073ef46a2e6b8f13/videos/6798b3ac55ec6c87f7087763... | 30.1 KiB | 24.9 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| player.aniview.com/script/ad-manager/stable/umd/ad-manager.js | http/1.1 |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.intergient.com/1024482/73599/ramp.js | 9.0 KiB | |
| /css2?family=Bevan:ital@0;1&family=Kameron:wght@400..700&... | 1.0 KiB | 824 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| allmusic.com/ | 904 ms |
| www.allmusic.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.js | 221.7 KiB | 189.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 136.9 KiB |
| cdn.intergient.com/pageos/V.20260416.1/main.121b53b8564b55f13382.js | 171.3 KiB | 133.6 KiB |
| /script/6.1/AVmanager.js?v=1.0&type=s&pid=689ba015a82696c... | 184.7 KiB | 119.7 KiB |
| player.aniview.com/script/prebid/stable/system/prebid.core.js | 162.4 KiB | 118.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-SWFEMKKGV9&cx=c>m=4e64h1 | 160.6 KiB | 65.1 KiB |
| player.avplayer.com/script/8.3/v/avcplayer.js | 191.0 KiB | 63.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M9HWTFG | 126.9 KiB | 62.8 KiB |
| player.aniview.com/script/ad-manager/stable/umd/ad-manager.js | 132.3 KiB | 47.7 KiB |
| fundingchoicesmessages.google.com/i/154013155?ers=3 | 68.7 KiB | 34.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 6.1 s |
| Other | 2.2 s |
| Style & Layout | 648 ms |
| Script Parsing & Compilation | 637 ms |
| Parse HTML & CSS | 232 ms |
| Rendering | 130 ms |
| Garbage Collection | 92 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Submit search div#searchNavContainer > div.searchContainer > form.site-search > input.siteSearchButton |
ZAYN div.newReleaseItem > div.nrMeta > div.artist > a |
Konnakol div.newReleaseItem > div.nrMeta > div.title > a |
They Might Be Giants div.newReleaseItem > div.nrMeta > div.artist > a |
The World Is to Dig div.newReleaseItem > div.nrMeta > div.title > a |
Snocaps div.newReleaseItem > div.nrMeta > div.artist > a |
Snocaps div.newReleaseItem > div.nrMeta > div.title > a |
Yaya Bey div.newReleaseItem > div.nrMeta > div.artist > a |
Fidelity div.newReleaseItem > div.nrMeta > div.title > a |
Julia div.newReleaseItem > div.nrMeta > div.title > a |
Penny Arcade div.newReleaseItem > div.nrMeta > div.artist > a |
Double Exposure div.newReleaseItem > div.nrMeta > div.title > a |
Fellow Mortals div.newReleaseItem > div.nrMeta > div.artist > a |
Stella's Birth-Day div.newReleaseItem > div.nrMeta > div.title > a |
John Coltrane div.newReleaseItem > div.nrMeta > div.artist > a |
Jessie Ware div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Superbloom div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Adrian Younge div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Younge div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Bitches' Blues div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Winston Hightower div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
100 Acre Wood div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
The Zombies div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Begin Here div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Tiga div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Hotlife div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Tirakat div.homeECItem > div.homeECMeta > div.title > a |
Kim Gordon div.homeECItem > div.homeECMeta > div.artist > a |
Play Me div.homeECItem > div.homeECMeta > div.title > a |
Prostitute div.homeECItem > div.homeECMeta > div.artist > a |
Sunya div.homeECItem > div.homeECMeta > div.title > a |
Lotus Bridge div.homeECItem > div.homeECMeta > div.title > a |
Jane Wiedlin div.homeStaffPick > div.staffPickMeta > div.artist > a |
Jane Wiedlin div.homeStaffPick > div.staffPickMeta > div.title > a |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | fastly-gce.allmusic.com/dist/js/setup-0b3a7bb39a.js line 1, col 79563 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="en"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <script> | Syntax not understood |
| 5 | window.location.href.indexOf(".allmusic.com") == -1 && window.stop(); | Syntax not understood |
| 6 | </script> | Syntax not understood |
| 8 | <title>AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews</title> | Syntax not understood |
| 9 | <meta name="title" content="AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews"> | Syntax not understood |
| 10 | <meta name="description" | Syntax not understood |
| 11 | content="AllMusic provides comprehensive music info including reviews and biographies. Get recommendations for new music to listen to, stream or own."> | Syntax not understood |
| 13 | <meta charset="UTF-8"> | Syntax not understood |
| 15 | <!-- iOS metadata --> | Syntax not understood |
| 16 | <meta name="apple-mobile-web-app-capable" content="no"> | Syntax not understood |
| 17 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | Syntax not understood |
| 19 | <meta name="application-name" content="AllMusic"> | Syntax not understood |
| 20 | <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss"> | Syntax not understood |
| 22 | <meta property="og:site_name" content="AllMusic"> | Unknown directive |
| 24 | <meta property="fb:app_id" content="415271808519760"> | Unknown directive |
| 26 | <meta property="og:title" content="AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews"> | Unknown directive |
| 27 | <meta name="twitter:title" content="AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews"> | Unknown directive |
| 29 | <meta property="og:description" | Unknown directive |
| 30 | content="AllMusic provides comprehensive music info including reviews and biographies. Get recommendations for new music to listen to, stream or own."> | Syntax not understood |
| 31 | <meta name="twitter:description" | Unknown directive |
| 32 | content="AllMusic provides comprehensive music info including reviews and biographies. Get recommendations for new music to listen to, stream or own."> | Syntax not understood |
| 34 | <meta property="og:type" content="website"> | Unknown directive |
| 36 | <meta property="og:image" content="https://cf.allmusic.com/images/allmusic_facebook_share.png"> | Unknown directive |
| 37 | <meta property="og:url" content="https://www.allmusic.com/allmusic_updated"> | Unknown directive |
| 39 | <meta name="spotim-ads" content="disable-all"> | Syntax not understood |
| 41 | <link rel="canonical" href="https://www.allmusic.com/updated"> | Unknown directive |
| 43 | <!-- android homescreen specific favicon --> | Syntax not understood |
| 44 | <link rel="icon" type="image/png" | Syntax not understood |
| 45 | href="https://cf.allmusic.com/images/favicon/favicon-196x196.png?v=47BXOjEqB" sizes="196x196"> | Unknown directive |
| 47 | <!-- google fonts --> | Syntax not understood |
| 48 | <link rel="preconnect" href="https://fonts.googleapis.com"> | Unknown directive |
| 49 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | Unknown directive |
| 50 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet"> | Unknown directive |
| 52 | <style type="text/css"> | Syntax not understood |
| 53 | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | Syntax not understood |
| 54 | html { | Syntax not understood |
| 55 | -webkit-text-size-adjust: 100%; | Unknown directive |
| 56 | line-height: 1.15 | Unknown directive |
| 57 | } | Syntax not understood |
| 59 | body { | Syntax not understood |
| 60 | margin: 0 | Unknown directive |
| 61 | } | Syntax not understood |
| 63 | main { | Syntax not understood |
| 64 | display: block | Unknown directive |
| 65 | } | Syntax not understood |
| 67 | h1 { | Syntax not understood |
| 68 | font-size: 2em; | Unknown directive |
| 69 | margin: .67em 0 | Unknown directive |
| 70 | } | Syntax not understood |
| 72 | hr { | Syntax not understood |
| 73 | box-sizing: content-box; | Unknown directive |
| 74 | height: 0; | Unknown directive |
| 75 | overflow: visible | Unknown directive |
| 76 | } | Syntax not understood |
| 78 | pre { | Syntax not understood |
| 79 | font-family: monospace, monospace; | Unknown directive |
| 80 | font-size: 1em | Unknown directive |
| 81 | } | Syntax not understood |
| 83 | a { | Syntax not understood |
| 84 | background-color: transparent | Unknown directive |
| 85 | } | Syntax not understood |
| 87 | abbr[title] { | Syntax not understood |
| 88 | border-bottom: none; | Unknown directive |
| 89 | text-decoration: underline; | Unknown directive |
| 90 | -webkit-text-decoration: underline dotted; | Unknown directive |
| 91 | text-decoration: underline dotted | Unknown directive |
| 92 | } | Syntax not understood |
| 94 | b, strong { | Syntax not understood |
| 95 | font-weight: bolder | Unknown directive |
| 96 | } | Syntax not understood |
| 98 | code, kbd, samp { | Syntax not understood |
| 99 | font-family: monospace, monospace; | Unknown directive |
| 100 | font-size: 1em | Unknown directive |
| 101 | } | Syntax not understood |
| 103 | small { | Syntax not understood |
| 104 | font-size: 80% | Unknown directive |
| 105 | } | Syntax not understood |
| 107 | sub, sup { | Syntax not understood |
| 108 | font-size: 75%; | Unknown directive |
| 109 | line-height: 0; | Unknown directive |
| 110 | position: relative; | Unknown directive |
| 111 | vertical-align: baseline | Unknown directive |
| 112 | } | Syntax not understood |
| 114 | sub { | Syntax not understood |
| 115 | bottom: -.25em | Unknown directive |
| 116 | } | Syntax not understood |
| 118 | sup { | Syntax not understood |
| 119 | top: -.5em | Unknown directive |
| 120 | } | Syntax not understood |
| 122 | img { | Syntax not understood |
| 123 | border-style: none | Unknown directive |
| 124 | } | Syntax not understood |
| 126 | button, input, optgroup, select, textarea { | Syntax not understood |
| 127 | font-family: inherit; | Unknown directive |
| 128 | font-size: 100%; | Unknown directive |
| 129 | line-height: 1.15; | Unknown directive |
| 130 | margin: 0 | Unknown directive |
| 131 | } | Syntax not understood |
| 133 | button, input { | Syntax not understood |
| 134 | overflow: visible | Unknown directive |
| 135 | } | Syntax not understood |
| 137 | button, select { | Syntax not understood |
| 138 | text-transform: none | Unknown directive |
| 139 | } | Syntax not understood |
| 141 | [type=button], [type=reset], [type=submit], button { | Syntax not understood |
| 142 | -webkit-appearance: button | Unknown directive |
| 143 | } | Syntax not understood |
| 145 | [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { | Unknown directive |
| 146 | border-style: none; | Unknown directive |
| 147 | padding: 0 | Unknown directive |
| 148 | } | Syntax not understood |
| 150 | [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { | Unknown directive |
| 151 | outline: 1px dotted ButtonText | Unknown directive |
| 152 | } | Syntax not understood |
| 154 | fieldset { | Syntax not understood |
| 155 | padding: .35em .75em .625em | Unknown directive |
| 156 | } | Syntax not understood |
| 158 | legend { | Syntax not understood |
| 159 | box-sizing: border-box; | Unknown directive |
| 160 | color: inherit; | Unknown directive |
| 161 | display: table; | Unknown directive |
| 162 | max-width: 100%; | Unknown directive |
| 163 | padding: 0; | Unknown directive |
| 164 | white-space: normal | Unknown directive |
| 165 | } | Syntax not understood |
| 167 | progress { | Syntax not understood |
| 168 | vertical-align: baseline | Unknown directive |
| 169 | } | Syntax not understood |
| 171 | textarea { | Syntax not understood |
| 172 | overflow: auto | Unknown directive |
| 173 | } | Syntax not understood |
| 175 | [type=checkbox], [type=radio] { | Syntax not understood |
| 176 | box-sizing: border-box; | Unknown directive |
| 177 | padding: 0 | Unknown directive |
| 178 | } | Syntax not understood |
| 180 | [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { | Unknown directive |
| 181 | height: auto | Unknown directive |
| 182 | } | Syntax not understood |
| 184 | [type=search] { | Syntax not understood |
| 185 | -webkit-appearance: textfield; | Unknown directive |
| 186 | outline-offset: -2px | Unknown directive |
| 187 | } | Syntax not understood |
| 189 | [type=search]::-webkit-search-decoration { | Unknown directive |
| 190 | -webkit-appearance: none | Unknown directive |
| 191 | } | Syntax not understood |
| 193 | ::-webkit-file-upload-button { | Unknown directive |
| 194 | -webkit-appearance: button; | Unknown directive |
| 195 | font: inherit | Unknown directive |
| 196 | } | Syntax not understood |
| 198 | details { | Syntax not understood |
| 199 | display: block | Unknown directive |
| 200 | } | Syntax not understood |
| 202 | summary { | Syntax not understood |
| 203 | display: list-item | Unknown directive |
| 204 | } | Syntax not understood |
| 206 | [hidden], template { | Syntax not understood |
| 207 | display: none | Unknown directive |
| 208 | } | Syntax not understood |
| 210 | body { | Syntax not understood |
| 211 | font-family: Inter, Helvetica, Arial, sans-serif; | Unknown directive |
| 212 | font-size: 14px; | Unknown directive |
| 213 | font-weight: 400; | Unknown directive |
| 214 | line-height: 20px | Unknown directive |
| 215 | } | Syntax not understood |
| 217 | .tippy-box[data-theme~=light] { | Syntax not understood |
| 218 | background-color: #fff; | Unknown directive |
| 219 | box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15); | Unknown directive |
| 220 | color: #26323d | Unknown directive |
| 221 | } | Syntax not understood |
| 223 | .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before { | Unknown directive |
| 224 | border-top-color: #fff | Unknown directive |
| 225 | } | Syntax not understood |
| 227 | .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before { | Unknown directive |
| 228 | border-bottom-color: #fff | Unknown directive |
| 229 | } | Syntax not understood |
| 231 | .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before { | Unknown directive |
| 232 | border-left-color: #fff | Unknown directive |
| 233 | } | Syntax not understood |
| 235 | .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before { | Unknown directive |
| 236 | border-right-color: #fff | Unknown directive |
| 237 | } | Syntax not understood |
| 239 | .tippy-box[data-theme~=light] > .tippy-backdrop { | Syntax not understood |
| 240 | background-color: #fff | Unknown directive |
| 241 | } | Syntax not understood |
| 243 | .tippy-box[data-theme~=light] > .tippy-svg-arrow { | Syntax not understood |
| 244 | fill: #fff | Unknown directive |
| 245 | } | Syntax not understood |
| 247 | header { | Syntax not understood |
| 248 | background-color: #000; | Unknown directive |
| 249 | border-bottom: 1px solid #313131; | Unknown directive |
| 250 | box-sizing: border-box; | Unknown directive |
| 251 | color: #fff; | Unknown directive |
| 252 | height: 100px; | Unknown directive |
| 253 | min-width: 1100px !important; | Unknown directive |
| 254 | position: relative; | Unknown directive |
| 255 | z-index: 2147483647 | Unknown directive |
| 256 | } | Syntax not understood |
| 258 | header #siteHeaderInnerContain { | Syntax not understood |
| 259 | grid-column-gap: 20px; | Unknown directive |
| 260 | align-items: center; | Unknown directive |
| 261 | align-items: flex-end; | Unknown directive |
| 262 | display: grid; | Unknown directive |
| 263 | grid-area: header; | Unknown directive |
| 264 | grid-column: 1/span 10; | Unknown directive |
| 265 | grid-template-areas:"logoNavs" "searchNav"; | Unknown directive |
| 266 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 267 | height: 100px; | Unknown directive |
| 268 | margin: 0 auto; | Unknown directive |
| 269 | width: 1072px | Unknown directive |
| 270 | } | Syntax not understood |
| 272 | header #siteHeaderInnerContain #headerTopRow { | Syntax not understood |
| 273 | grid-column-gap: 20px; | Unknown directive |
| 274 | align-items: center; | Unknown directive |
| 275 | display: grid; | Unknown directive |
| 276 | grid-area: logoNavs; | Unknown directive |
| 277 | grid-column: 1/span 10; | Unknown directive |
| 278 | grid-row: 1; | Unknown directive |
| 279 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 280 | height: 20px; | Unknown directive |
| 281 | position: relative | Unknown directive |
| 282 | } | Syntax not understood |
| 284 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer { | Syntax not understood |
| 285 | align-items: baseline; | Unknown directive |
| 286 | display: flex; | Unknown directive |
| 287 | grid-column: 1/span 8 | Unknown directive |
| 288 | } | Syntax not understood |
| 290 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #logoContainer a { | Syntax not understood |
| 291 | background-image: url(//cf.allmusic.com/images/allmusic-logo-wordmark.svg); | Unknown directive |
| 292 | background-size: 120px 20px; | Unknown directive |
| 293 | display: block; | Unknown directive |
| 294 | height: 20px; | Unknown directive |
| 295 | width: 120px | Unknown directive |
| 296 | } | Syntax not understood |
| 298 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer { | Syntax not understood |
| 299 | display: flex; | Unknown directive |
| 300 | margin-left: 15px; | Unknown directive |
| 301 | width: 100% | Unknown directive |
| 302 | } | Syntax not understood |
| 304 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div a { | Syntax not understood |
| 305 | color: #fff; | Unknown directive |
| 306 | display: inline-block; | Unknown directive |
| 307 | font-size: 14px; | Unknown directive |
| 308 | font-weight: 600; | Unknown directive |
| 309 | line-height: 16px; | Unknown directive |
| 310 | margin-right: 15px | Unknown directive |
| 311 | } | Syntax not understood |
| 313 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div a:hover { | Syntax not understood |
| 314 | color: #25a8df; | Unknown directive |
| 315 | text-decoration: none | Unknown directive |
| 316 | } | Syntax not understood |
| 318 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div a span { | Syntax not understood |
| 319 | background-image: url(//cf.allmusic.com/images/nav-down-arrow.svg); | Unknown directive |
| 320 | background-size: 14px 8px; | Unknown directive |
| 321 | display: inline-block; | Unknown directive |
| 322 | height: 8px; | Unknown directive |
| 323 | margin-left: 2px; | Unknown directive |
| 324 | transform: rotate(-90deg); | Unknown directive |
| 325 | width: 14px | Unknown directive |
| 326 | } | Syntax not understood |
| 328 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div.advanced-search a { | Syntax not understood |
| 329 | margin-right: 0 | Unknown directive |
| 330 | } | Syntax not understood |
| 332 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer { | Syntax not understood |
| 333 | align-items: flex-end; | Unknown directive |
| 334 | background-color: transparent; | Unknown directive |
| 335 | box-sizing: border-box; | Unknown directive |
| 336 | display: none; | Unknown directive |
| 337 | height: 120px; | Unknown directive |
| 338 | left: 0; | Unknown directive |
| 339 | margin: 0 -20px; | Unknown directive |
| 340 | position: absolute; | Unknown directive |
| 341 | top: 26px; | Unknown directive |
| 342 | width: 1110px; | Unknown directive |
| 343 | z-index: 10001 | Unknown directive |
| 344 | } | Syntax not understood |
| 346 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer > div.subContain { | Syntax not understood |
| 347 | grid-column-gap: 20px; | Unknown directive |
| 348 | align-items: center; | Unknown directive |
| 349 | background-color: #fff; | Unknown directive |
| 350 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 351 | display: grid; | Unknown directive |
| 352 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 353 | height: 115px; | Unknown directive |
| 354 | padding: 0; | Unknown directive |
| 355 | width: 1110px | Unknown directive |
| 356 | } | Syntax not understood |
| 358 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav { | Syntax not understood |
| 359 | height: 115px | Unknown directive |
| 360 | } | Syntax not understood |
| 362 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.left { | Syntax not understood |
| 363 | align-items: center; | Unknown directive |
| 364 | box-sizing: border-box; | Unknown directive |
| 365 | display: grid; | Unknown directive |
| 366 | grid-column: 1/span 2; | Unknown directive |
| 367 | height: 100%; | Unknown directive |
| 368 | padding: 20px 10px 20px 20px | Unknown directive |
| 369 | } | Syntax not understood |
| 371 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.left a { | Syntax not understood |
| 372 | color: #0e76bc; | Unknown directive |
| 373 | display: block; | Unknown directive |
| 374 | margin-right: 0 | Unknown directive |
| 375 | } | Syntax not understood |
| 377 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right { | Syntax not understood |
| 378 | grid-column-gap: 20px; | Unknown directive |
| 379 | align-items: center; | Unknown directive |
| 380 | box-sizing: border-box; | Unknown directive |
| 381 | display: grid; | Unknown directive |
| 382 | grid-column: 3/span 8; | Unknown directive |
| 383 | grid-template-columns:repeat(8, minmax(0, 1fr)); | Unknown directive |
| 384 | padding: 0 20px 0 10px | Unknown directive |
| 385 | } | Syntax not understood |
| 387 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right .singleFeaturedNewResult { | Syntax not understood |
| 388 | height: 88px; | Unknown directive |
| 389 | width: 100% | Unknown directive |
| 390 | } | Syntax not understood |
| 392 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right .singleFeaturedNewResult a { | Syntax not understood |
| 393 | aspect-ratio: 1/1; | Unknown directive |
| 394 | display: grid; | Unknown directive |
| 395 | height: auto; | Unknown directive |
| 396 | overflow: hidden; | Unknown directive |
| 397 | width: 88px | Unknown directive |
| 398 | } | Syntax not understood |
| 400 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right .singleFeaturedNewResult a img { | Syntax not understood |
| 401 | height: 100%; | Unknown directive |
| 402 | margin: 0 !important; | Unknown directive |
| 403 | -o-object-fit: cover; | Unknown directive |
| 404 | object-fit: cover; | Unknown directive |
| 405 | outline: 1px solid hsla(0, 0%, 100%, .35); | Unknown directive |
| 406 | outline-offset: -1px; | Unknown directive |
| 407 | width: 100% | Unknown directive |
| 408 | } | Syntax not understood |
| 410 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain { | Syntax not understood |
| 411 | grid-column-gap: 0; | Unknown directive |
| 412 | grid-template-areas:"blogNavLeft blogNavRight" | Unknown directive |
| 413 | } | Syntax not understood |
| 415 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavRight { | Syntax not understood |
| 416 | height: 115px | Unknown directive |
| 417 | } | Syntax not understood |
| 419 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft { | Syntax not understood |
| 420 | grid-column-gap: 20px; | Unknown directive |
| 421 | grid-column-gap: 0; | Unknown directive |
| 422 | align-items: center; | Unknown directive |
| 423 | align-items: normal; | Unknown directive |
| 424 | display: grid; | Unknown directive |
| 425 | grid-column: 1/span 9; | Unknown directive |
| 426 | grid-template-columns:repeat(9, minmax(0, 1fr)) | Unknown directive |
| 427 | } | Syntax not understood |
| 429 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem { | Syntax not understood |
| 430 | align-items: center; | Unknown directive |
| 431 | display: flex | Unknown directive |
| 432 | } | Syntax not understood |
| 434 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem#navBlogItem1 { | Syntax not understood |
| 435 | grid-column: 1/span 3; | Unknown directive |
| 436 | padding: 0 10px 0 20px | Unknown directive |
| 437 | } | Syntax not understood |
| 439 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem#navBlogItem2 { | Syntax not understood |
| 440 | border-left: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 441 | border-right: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 442 | grid-column: 4/span 3; | Unknown directive |
| 443 | padding: 0 10px | Unknown directive |
| 444 | } | Syntax not understood |
| 446 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem#navBlogItem3 { | Syntax not understood |
| 447 | grid-column: 7/span 3; | Unknown directive |
| 448 | padding: 0 10px | Unknown directive |
| 449 | } | Syntax not understood |
| 451 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right { | Syntax not understood |
| 452 | width: calc(50% - 5px) | Unknown directive |
| 453 | } | Syntax not understood |
| 455 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left a, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right a { | Syntax not understood |
| 456 | display: block; | Unknown directive |
| 457 | margin-right: 0 | Unknown directive |
| 458 | } | Syntax not understood |
| 460 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left { | Syntax not understood |
| 461 | margin-right: 10px; | Unknown directive |
| 462 | overflow: hidden | Unknown directive |
| 463 | } | Syntax not understood |
| 465 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left a img { | Syntax not understood |
| 466 | display: block; | Unknown directive |
| 467 | -o-object-fit: cover; | Unknown directive |
| 468 | object-fit: cover; | Unknown directive |
| 469 | width: 100% | Unknown directive |
| 470 | } | Syntax not understood |
| 472 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right a { | Syntax not understood |
| 473 | color: #0e76bc; | Unknown directive |
| 474 | font-size: 12px; | Unknown directive |
| 475 | line-height: 14px | Unknown directive |
| 476 | } | Syntax not understood |
| 478 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right .categoryContain, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right a.navBlogItemCategory { | Syntax not understood |
| 479 | color: #1e1e1e; | Unknown directive |
| 480 | display: inline-block; | Unknown directive |
| 481 | font-size: 10px; | Unknown directive |
| 482 | line-height: normal | Unknown directive |
| 483 | } | Syntax not understood |
| 485 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavRight { | Syntax not understood |
| 486 | align-items: center; | Unknown directive |
| 487 | background-color: rgba(0, 0, 0, .05); | Unknown directive |
| 488 | border-left: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 489 | display: flex; | Unknown directive |
| 490 | grid-column: 10/span 1; | Unknown directive |
| 491 | justify-content: center | Unknown directive |
| 492 | } | Syntax not understood |
| 494 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavRight a { | Syntax not understood |
| 495 | color: #0e76bc; | Unknown directive |
| 496 | font-size: 12px; | Unknown directive |
| 497 | line-height: 14px; | Unknown directive |
| 498 | margin-right: 0 | Unknown directive |
| 499 | } | Syntax not understood |
| 501 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain { | Syntax not understood |
| 502 | grid-column-gap: 0 | Unknown directive |
| 503 | } | Syntax not understood |
| 505 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain a { | Syntax not understood |
| 506 | color: #0e76bc | Unknown directive |
| 507 | } | Syntax not understood |
| 509 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft a, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight a { | Syntax not understood |
| 510 | display: block; | Unknown directive |
| 511 | margin-right: 0 | Unknown directive |
| 512 | } | Syntax not understood |
| 514 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft { | Syntax not understood |
| 515 | grid-column: 1/span 2; | Unknown directive |
| 516 | height: 100% | Unknown directive |
| 517 | } | Syntax not understood |
| 519 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft .discoverSubnavLeftInnerContainer { | Syntax not understood |
| 520 | align-items: center; | Unknown directive |
| 521 | box-sizing: border-box; | Unknown directive |
| 522 | display: grid; | Unknown directive |
| 523 | grid-template-columns:100%; | Unknown directive |
| 524 | height: 100%; | Unknown directive |
| 525 | justify-content: space-between; | Unknown directive |
| 526 | padding: 10px 0 | Unknown directive |
| 527 | } | Syntax not understood |
| 529 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft .discoverSubnavLeftInnerContainer a.discoverDropTrigger { | Syntax not understood |
| 530 | align-items: center; | Unknown directive |
| 531 | box-sizing: border-box; | Unknown directive |
| 532 | display: grid; | Unknown directive |
| 533 | height: 100%; | Unknown directive |
| 534 | padding-left: 20px | Unknown directive |
| 535 | } | Syntax not understood |
| 537 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft .discoverSubnavLeftInnerContainer a.discoverDropTrigger.active { | Syntax not understood |
| 538 | background-color: rgba(0, 0, 0, .05); | Unknown directive |
| 539 | box-sizing: border-box | Unknown directive |
| 540 | } | Syntax not understood |
| 542 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight { | Syntax not understood |
| 543 | background-color: rgba(0, 0, 0, .05); | Unknown directive |
| 544 | border-left: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 545 | box-sizing: border-box; | Unknown directive |
| 546 | grid-column: 3/span 8; | Unknown directive |
| 547 | height: 100%; | Unknown directive |
| 548 | padding: 0 20px | Unknown directive |
| 549 | } | Syntax not understood |
| 551 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary { | Syntax not understood |
| 552 | grid-column-gap: 20px; | Unknown directive |
| 553 | align-items: center; | Unknown directive |
| 554 | box-sizing: border-box; | Unknown directive |
| 555 | display: grid; | Unknown directive |
| 556 | grid-template-columns:repeat(8, minmax(0, 1fr)); | Unknown directive |
| 557 | height: 100%; | Unknown directive |
| 558 | padding: 10px 0 | Unknown directive |
| 559 | } | Syntax not understood |
| 561 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary > div, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary > div, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary > div { | Syntax not understood |
| 562 | align-items: center; | Unknown directive |
| 563 | display: grid; | Unknown directive |
| 564 | justify-content: space-between | Unknown directive |
| 565 | } | Syntax not understood |
| 567 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol1 { | Syntax not understood |
| 568 | grid-column: 1/span 2; | Unknown directive |
| 569 | grid-template-columns:100%; | Unknown directive |
| 570 | height: 100% | Unknown directive |
| 571 | } | Syntax not understood |
| 573 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol2 { | Syntax not understood |
| 574 | grid-column: 3/span 2; | Unknown directive |
| 575 | grid-template-columns:100%; | Unknown directive |
| 576 | height: 100% | Unknown directive |
| 577 | } | Syntax not understood |
| 579 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol3 { | Syntax not understood |
| 580 | grid-column: 5/span 2; | Unknown directive |
| 581 | grid-template-columns:100%; | Unknown directive |
| 582 | height: 100% | Unknown directive |
| 583 | } | Syntax not understood |
| 585 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol4 { | Syntax not understood |
| 586 | grid-column: 7/span 2; | Unknown directive |
| 587 | grid-template-columns:100%; | Unknown directive |
| 588 | height: 100% | Unknown directive |
| 589 | } | Syntax not understood |
| 591 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div.active > a, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div.active > a span { | Syntax not understood |
| 592 | color: #25a8df | Unknown directive |
| 593 | } | Syntax not understood |
| 595 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div#mobileNavTrigger { | Syntax not understood |
| 596 | display: none | Unknown directive |
| 597 | } | Syntax not understood |
| 599 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer { | Syntax not understood |
| 600 | grid-column-gap: 0; | Unknown directive |
| 601 | align-self: flex-end; | Unknown directive |
| 602 | grid-area: userSocialNav; | Unknown directive |
| 603 | grid-column: 9/span 2; | Unknown directive |
| 604 | grid-row: 1; | Unknown directive |
| 605 | min-height: 14px; | Unknown directive |
| 606 | position: relative; | Unknown directive |
| 607 | top: -3px | Unknown directive |
| 608 | } | Syntax not understood |
| 610 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer { | Syntax not understood |
| 611 | align-items: center; | Unknown directive |
| 612 | box-sizing: border-box; | Unknown directive |
| 613 | display: grid; | Unknown directive |
| 614 | font-size: 10px; | Unknown directive |
| 615 | line-height: normal; | Unknown directive |
| 616 | min-height: 14px | Unknown directive |
| 617 | } | Syntax not understood |
| 619 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #userNavTop { | Syntax not understood |
| 620 | display: grid | Unknown directive |
| 621 | } | Syntax not understood |
| 623 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #userNavFixed { | Syntax not understood |
| 624 | display: none | Unknown directive |
| 625 | } | Syntax not understood |
| 627 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer a { | Syntax not understood |
| 628 | color: #fff; | Unknown directive |
| 629 | font-size: 10px; | Unknown directive |
| 630 | line-height: normal; | Unknown directive |
| 631 | text-decoration: none | Unknown directive |
| 632 | } | Syntax not understood |
| 634 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedOutUserNavContainer { | Syntax not understood |
| 635 | box-sizing: border-box; | Unknown directive |
| 636 | text-align: right | Unknown directive |
| 637 | } | Syntax not understood |
| 639 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedOutUserNavContainer > * { | Syntax not understood |
| 640 | display: inline-block | Unknown directive |
| 641 | } | Syntax not understood |
| 643 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer { | Syntax not understood |
| 644 | display: flex; | Unknown directive |
| 645 | justify-content: flex-end | Unknown directive |
| 646 | } | Syntax not understood |
| 648 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer { | Syntax not understood |
| 649 | display: grid | Unknown directive |
| 650 | } | Syntax not understood |
| 652 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #displayName { | Syntax not understood |
| 653 | cursor: pointer; | Unknown directive |
| 654 | display: grid; | Unknown directive |
| 655 | margin-right: 10px; | Unknown directive |
| 656 | text-transform: uppercase | Unknown directive |
| 657 | } | Syntax not understood |
| 659 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop { | Syntax not understood |
| 660 | align-items: center; | Unknown directive |
| 661 | background-color: #fff; | Unknown directive |
| 662 | color: #1e1e1e; | Unknown directive |
| 663 | display: grid; | Unknown directive |
| 664 | height: auto; | Unknown directive |
| 665 | left: 0; | Unknown directive |
| 666 | margin-left: auto; | Unknown directive |
| 667 | margin-right: auto; | Unknown directive |
| 668 | max-height: 0; | Unknown directive |
| 669 | min-width: 44px; | Unknown directive |
| 670 | overflow: hidden; | Unknown directive |
| 671 | padding: 0; | Unknown directive |
| 672 | position: absolute; | Unknown directive |
| 673 | right: 0; | Unknown directive |
| 674 | top: 20px; | Unknown directive |
| 675 | transition: max-height .1s ease, padding .1s ease; | Unknown directive |
| 676 | width: auto; | Unknown directive |
| 677 | z-index: 2147483647 | Unknown directive |
| 678 | } | Syntax not understood |
| 680 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop.open { | Syntax not understood |
| 681 | border: 1px solid #d8d8d8; | Unknown directive |
| 682 | max-height: 164px; | Unknown directive |
| 683 | overflow: visible; | Unknown directive |
| 684 | padding: 10px 20px; | Unknown directive |
| 685 | text-align: center; | Unknown directive |
| 686 | width: calc(100% - 40px) | Unknown directive |
| 687 | } | Syntax not understood |
| 689 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop.open a { | Syntax not understood |
| 690 | color: #0e76bc; | Unknown directive |
| 691 | font-size: 12px; | Unknown directive |
| 692 | line-height: 32px | Unknown directive |
| 693 | } | Syntax not understood |
| 695 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop.open hr { | Syntax not understood |
| 696 | border-top: 1px solid #d8d8d8; | Unknown directive |
| 697 | margin: 9px 0; | Unknown directive |
| 698 | width: 100% | Unknown directive |
| 699 | } | Syntax not understood |
| 701 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavGear { | Syntax not understood |
| 702 | background-image: url(//cf.allmusic.com/images/gear_off.svg); | Unknown directive |
| 703 | background-size: 12px 12px; | Unknown directive |
| 704 | display: grid; | Unknown directive |
| 705 | height: 12px; | Unknown directive |
| 706 | margin-right: 5px; | Unknown directive |
| 707 | width: 12px | Unknown directive |
| 708 | } | Syntax not understood |
| 710 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavGear:hover { | Syntax not understood |
| 711 | background-image: url(//cf.allmusic.com/images/gear_on.svg) | Unknown directive |
| 712 | } | Syntax not understood |
| 714 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag { | Syntax not understood |
| 715 | background-image: url(//cf.allmusic.com/images/flag_off.svg); | Unknown directive |
| 716 | background-size: 18px 12px; | Unknown directive |
| 717 | display: grid; | Unknown directive |
| 718 | height: 12px; | Unknown directive |
| 719 | width: 18px | Unknown directive |
| 720 | } | Syntax not understood |
| 722 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag.hasNotifications, header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag:hover { | Syntax not understood |
| 723 | background-image: url(//cf.allmusic.com/images/flag_on.svg) | Unknown directive |
| 724 | } | Syntax not understood |
| 726 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag .notificationsFlagInner { | Syntax not understood |
| 727 | align-self: center; | Unknown directive |
| 728 | font-weight: 600; | Unknown directive |
| 729 | left: 8px; | Unknown directive |
| 730 | position: relative; | Unknown directive |
| 731 | top: 3px | Unknown directive |
| 732 | } | Syntax not understood |
| 734 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown { | Syntax not understood |
| 735 | background: #fff; | Unknown directive |
| 736 | border: 1px solid #d8d8d8; | Unknown directive |
| 737 | display: none; | Unknown directive |
| 738 | padding: 11px 10px; | Unknown directive |
| 739 | position: absolute; | Unknown directive |
| 740 | right: 1px; | Unknown directive |
| 741 | top: 21px; | Unknown directive |
| 742 | width: 200px; | Unknown directive |
| 743 | z-index: 10000 | Unknown directive |
| 744 | } | Syntax not understood |
| 746 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown.open, header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown > a, header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown > span { | Syntax not understood |
| 747 | display: grid | Unknown directive |
| 748 | } | Syntax not understood |
| 750 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown a { | Syntax not understood |
| 751 | color: #0e76bc; | Unknown directive |
| 752 | font-size: 12px; | Unknown directive |
| 753 | font-style: normal; | Unknown directive |
| 754 | font-weight: 600; | Unknown directive |
| 755 | line-height: 30px; | Unknown directive |
| 756 | text-align: center | Unknown directive |
| 757 | } | Syntax not understood |
| 759 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown span { | Syntax not understood |
| 760 | border-bottom: 1px solid #d9d9d9; | Unknown directive |
| 761 | padding: 11px 0 | Unknown directive |
| 762 | } | Syntax not understood |
| 764 | header #siteHeaderInnerContain #searchNavContainer { | Syntax not understood |
| 765 | border: 1px solid hsla(0, 0%, 100%, .34); | Unknown directive |
| 766 | box-sizing: border-box; | Unknown directive |
| 767 | grid-area: searchNav; | Unknown directive |
| 768 | grid-column: 1/span 10; | Unknown directive |
| 769 | grid-row: 2; | Unknown directive |
| 770 | position: relative; | Unknown directive |
| 771 | top: -16px; | Unknown directive |
| 772 | width: 100% | Unknown directive |
| 773 | } | Syntax not understood |
| 775 | header #siteHeaderInnerContain #searchNavContainer #fixedLogo, header #siteHeaderInnerContain #searchNavContainer #fixedNavTrigger { | Syntax not understood |
| 776 | display: none | Unknown directive |
| 777 | } | Syntax not understood |
| 779 | header #siteHeaderInnerContain #searchNavContainer .searchContainer { | Syntax not understood |
| 780 | position: relative; | Unknown directive |
| 781 | width: 100% | Unknown directive |
| 782 | } | Syntax not understood |
| 784 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchInput { | Syntax not understood |
| 785 | background-color: #000; | Unknown directive |
| 786 | border: 0; | Unknown directive |
| 787 | box-sizing: border-box; | Unknown directive |
| 788 | color: #b0b0b0; | Unknown directive |
| 789 | cursor: text; | Unknown directive |
| 790 | font-size: 14px; | Unknown directive |
| 791 | font-weight: 400; | Unknown directive |
| 792 | line-height: 16px; | Unknown directive |
| 793 | outline: 0; | Unknown directive |
| 794 | padding: 7px 10px; | Unknown directive |
| 795 | width: 100% | Unknown directive |
| 796 | } | Syntax not understood |
| 798 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchInput:focus { | Syntax not understood |
| 799 | outline: 0 | Unknown directive |
| 800 | } | Syntax not understood |
| 802 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchButton { | Syntax not understood |
| 803 | background-color: #000; | Unknown directive |
| 804 | background-image: url(//cf.allmusic.com/images/looking-glass.svg); | Unknown directive |
| 805 | background-size: 16px 16px; | Unknown directive |
| 806 | border: 0; | Unknown directive |
| 807 | cursor: pointer; | Unknown directive |
| 808 | height: 16px; | Unknown directive |
| 809 | position: absolute; | Unknown directive |
| 810 | right: 9px; | Unknown directive |
| 811 | top: 7px; | Unknown directive |
| 812 | width: 16px | Unknown directive |
| 813 | } | Syntax not understood |
| 815 | header #siteHeaderInnerContain #fixedNavOuter { | Syntax not understood |
| 816 | display: none; | Unknown directive |
| 817 | max-width: 0; | Unknown directive |
| 818 | transition: max-width .2s; | Unknown directive |
| 819 | width: 100% | Unknown directive |
| 820 | } | Syntax not understood |
| 822 | header.fixed { | Syntax not understood |
| 823 | height: 61px; | Unknown directive |
| 824 | left: 0; | Unknown directive |
| 825 | position: fixed; | Unknown directive |
| 826 | top: 0; | Unknown directive |
| 827 | width: 100%; | Unknown directive |
| 828 | z-index: 10000 | Unknown directive |
| 829 | } | Syntax not understood |
| 831 | header.fixed #siteHeaderInnerContain { | Syntax not understood |
| 832 | grid-column-gap: 20px; | Unknown directive |
| 833 | align-items: center; | Unknown directive |
| 834 | display: grid; | Unknown directive |
| 835 | grid-template-areas:"fixedSearchNav"; | Unknown directive |
| 836 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 837 | height: 60px; | Unknown directive |
| 838 | margin: 0 auto; | Unknown directive |
| 839 | width: 1072px | Unknown directive |
| 840 | } | Syntax not understood |
| 842 | header.fixed #siteHeaderInnerContain #headerTopRow { | Syntax not understood |
| 843 | display: none | Unknown directive |
| 844 | } | Syntax not understood |
| 846 | header.fixed #siteHeaderInnerContain #searchNavContainer { | Syntax not understood |
| 847 | align-items: center; | Unknown directive |
| 848 | align-self: end; | Unknown directive |
| 849 | border: 0; | Unknown directive |
| 850 | display: flex; | Unknown directive |
| 851 | grid-area: fixedSearchNav; | Unknown directive |
| 852 | grid-column: 1/span 10 | Unknown directive |
| 853 | } | Syntax not understood |
| 855 | header.fixed #siteHeaderInnerContain #searchNavContainer #fixedLogo { | Syntax not understood |
| 856 | display: block; | Unknown directive |
| 857 | margin-right: 16px | Unknown directive |
| 858 | } | Syntax not understood |
| 860 | header.fixed #siteHeaderInnerContain #searchNavContainer #fixedLogo a { | Syntax not understood |
| 861 | background-image: url(//cf.allmusic.com/images/allmusic_tower_color.svg); | Unknown directive |
| 862 | background-size: 24px 30px; | Unknown directive |
| 863 | display: block; | Unknown directive |
| 864 | height: 30px; | Unknown directive |
| 865 | width: 24px | Unknown directive |
| 866 | } | Syntax not understood |
| 868 | header.fixed #siteHeaderInnerContain #searchNavContainer .searchContainer { | Syntax not understood |
| 869 | margin-right: 20px; | Unknown directive |
| 870 | width: calc(100% - 40px) | Unknown directive |
| 871 | } | Syntax not understood |
| 873 | header.fixed #siteHeaderInnerContain #searchNavContainer .searchContainer form { | Syntax not understood |
| 874 | border: 1px solid hsla(0, 0%, 100%, .34); | Unknown directive |
| 875 | width: 100% | Unknown directive |
| 876 | } | Syntax not understood |
| 878 | header.fixed #siteHeaderInnerContain #searchNavContainer #fixedNavTrigger { | Syntax not understood |
| 879 | background-image: url(//cf.allmusic.com/images/hamburger-menu.svg); | Unknown directive |
| 880 | background-repeat: no-repeat; | Unknown directive |
| 881 | background-size: 20px 17px; | Unknown directive |
| 882 | cursor: pointer; | Unknown directive |
| 883 | display: grid; | Unknown directive |
| 884 | height: 17px; | Unknown directive |
| 885 | width: 20px | Unknown directive |
| 886 | } | Syntax not understood |
| 888 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open { | Syntax not understood |
| 889 | background-color: #fff; | Unknown directive |
| 890 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 891 | bottom: 0; | Unknown directive |
| 892 | box-sizing: border-box; | Unknown directive |
| 893 | display: grid; | Unknown directive |
| 894 | height: 100vh; | Unknown directive |
| 895 | max-width: 340px; | Unknown directive |
| 896 | overflow-y: scroll; | Unknown directive |
| 897 | padding: 25px 20px; | Unknown directive |
| 898 | position: fixed; | Unknown directive |
| 899 | right: 0; | Unknown directive |
| 900 | top: 0; | Unknown directive |
| 901 | z-index: 2147483647 | Unknown directive |
| 902 | } | Syntax not understood |
| 904 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer { | Syntax not understood |
| 905 | display: grid; | Unknown directive |
| 906 | position: relative | Unknown directive |
| 907 | } | Syntax not understood |
| 909 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav, header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav { | Syntax not understood |
| 910 | display: grid | Unknown directive |
| 911 | } | Syntax not understood |
| 913 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav a, header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav a { | Syntax not understood |
| 914 | color: #0e76bc; | Unknown directive |
| 915 | display: grid; | Unknown directive |
| 916 | font-size: 14px; | Unknown directive |
| 917 | font-weight: 600; | Unknown directive |
| 918 | line-height: normal; | Unknown directive |
| 919 | margin-bottom: 36px | Unknown directive |
| 920 | } | Syntax not understood |
| 922 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav { | Syntax not understood |
| 923 | border-bottom: 1px solid hsla(0, 0%, 59%, .35) | Unknown directive |
| 924 | } | Syntax not understood |
| 926 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavTop { | Syntax not understood |
| 927 | display: none | Unknown directive |
| 928 | } | Syntax not understood |
| 930 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed { | Syntax not understood |
| 931 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 932 | display: grid; | Unknown directive |
| 933 | margin-top: 34px | Unknown directive |
| 934 | } | Syntax not understood |
| 936 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#myProfileFixedNav { | Syntax not understood |
| 937 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 938 | margin-bottom: 34px | Unknown directive |
| 939 | } | Syntax not understood |
| 941 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#notLoggedIn { | Syntax not understood |
| 942 | border-top: 0; | Unknown directive |
| 943 | color: #0e76bc; | Unknown directive |
| 944 | display: inline-block; | Unknown directive |
| 945 | padding-top: 0 | Unknown directive |
| 946 | } | Syntax not understood |
| 948 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#notLoggedIn > * { | Syntax not understood |
| 949 | color: #0e76bc; | Unknown directive |
| 950 | display: inline-block | Unknown directive |
| 951 | } | Syntax not understood |
| 953 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav { | Syntax not understood |
| 954 | box-sizing: border-box; | Unknown directive |
| 955 | display: flex; | Unknown directive |
| 956 | justify-content: space-between; | Unknown directive |
| 957 | margin-top: 16px; | Unknown directive |
| 958 | padding: 0 16px | Unknown directive |
| 959 | } | Syntax not understood |
| 961 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a { | Syntax not understood |
| 962 | background-size: 28px 28px; | Unknown directive |
| 963 | display: flex; | Unknown directive |
| 964 | height: 28px; | Unknown directive |
| 965 | margin-bottom: 0; | Unknown directive |
| 966 | width: 28px | Unknown directive |
| 967 | } | Syntax not understood |
| 969 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedFacebookNav { | Syntax not understood |
| 970 | background-image: url(//cf.allmusic.com/images/facebook-logo-off.svg) | Unknown directive |
| 971 | } | Syntax not understood |
| 973 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTwitterNav { | Syntax not understood |
| 974 | background-image: url(//cf.allmusic.com/images/twitter_off.svg); | Unknown directive |
| 975 | background-size: 28px 23px; | Unknown directive |
| 976 | height: 23px; | Unknown directive |
| 977 | width: 28px | Unknown directive |
| 978 | } | Syntax not understood |
| 980 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTumblrNav { | Syntax not understood |
| 981 | background-image: url(//cf.allmusic.com/images/tumblr-logo-off.svg) | Unknown directive |
| 982 | } | Syntax not understood |
| 984 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedPinterestNav { | Syntax not understood |
| 985 | background-image: url(//cf.allmusic.com/images/pinterest-logo-off.svg) | Unknown directive |
| 986 | } | Syntax not understood |
| 988 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #closeFixedNav { | Syntax not understood |
| 989 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 990 | background-repeat: no-repeat; | Unknown directive |
| 991 | background-size: 28px 28px; | Unknown directive |
| 992 | height: 28px; | Unknown directive |
| 993 | position: absolute; | Unknown directive |
| 994 | right: 21px; | Unknown directive |
| 995 | top: 23px; | Unknown directive |
| 996 | width: 28px | Unknown directive |
| 997 | } | Syntax not understood |
| 999 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 1000 | header { | Syntax not understood |
| 1001 | min-width: 100% !important | Unknown directive |
| 1002 | } | Syntax not understood |
| 1004 | header #siteHeaderInnerContain { | Syntax not understood |
| 1005 | grid-column-gap: 20px; | Unknown directive |
| 1006 | align-items: center; | Unknown directive |
| 1007 | align-items: flex-end; | Unknown directive |
| 1008 | box-sizing: border-box; | Unknown directive |
| 1009 | display: grid; | Unknown directive |
| 1010 | grid-column: 1/span 6; | Unknown directive |
| 1011 | grid-template-columns:repeat(6, minmax(0, 1fr)); | Unknown directive |
| 1012 | padding: 0 15px; | Unknown directive |
| 1013 | width: 100% | Unknown directive |
| 1014 | } | Syntax not understood |
| 1016 | header #siteHeaderInnerContain #headerTopRow { | Syntax not understood |
| 1017 | align-items: baseline; | Unknown directive |
| 1018 | grid-column: 1/span 6; | Unknown directive |
| 1019 | grid-template-columns:100% | Unknown directive |
| 1020 | } | Syntax not understood |
| 1022 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer { | Syntax not understood |
| 1023 | align-items: unset; | Unknown directive |
| 1024 | display: flex; | Unknown directive |
| 1025 | grid-column: unset; | Unknown directive |
| 1026 | grid-template-columns:unset | Unknown directive |
| 1027 | } | Syntax not understood |
| 1029 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #logoContainer { | Syntax not understood |
| 1030 | justify-self: flex-start | Unknown directive |
| 1031 | } | Syntax not understood |
| 1033 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #logoContainer a { | Syntax not understood |
| 1034 | background-image: url(//cf.allmusic.com/images/allmusic-logo-wordmark-mobile.svg); | Unknown directive |
| 1035 | background-size: 100px 18px; | Unknown directive |
| 1036 | display: block; | Unknown directive |
| 1037 | height: 18px; | Unknown directive |
| 1038 | width: 100px | Unknown directive |
| 1039 | } | Syntax not understood |
| 1041 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer { | Syntax not understood |
| 1042 | justify-content: end; | Unknown directive |
| 1043 | margin-left: 0 | Unknown directive |
| 1044 | } | Syntax not understood |
| 1046 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div { | Syntax not understood |
| 1047 | display: none | Unknown directive |
| 1048 | } | Syntax not understood |
| 1050 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div#mobileNavTrigger { | Syntax not understood |
| 1051 | background-image: url(//cf.allmusic.com/images/hamburger-menu.svg); | Unknown directive |
| 1052 | background-size: 20px 17px; | Unknown directive |
| 1053 | cursor: pointer; | Unknown directive |
| 1054 | display: block; | Unknown directive |
| 1055 | height: 17px; | Unknown directive |
| 1056 | width: 20px | Unknown directive |
| 1057 | } | Syntax not understood |
| 1059 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer { | Syntax not understood |
| 1060 | display: none | Unknown directive |
| 1061 | } | Syntax not understood |
| 1063 | header #siteHeaderInnerContain #searchNavContainer { | Syntax not understood |
| 1064 | grid-column: 1/span 6 | Unknown directive |
| 1065 | } | Syntax not understood |
| 1067 | header #siteHeaderInnerContain #searchNavContainer .searchContainer { | Syntax not understood |
| 1068 | width: 100% | Unknown directive |
| 1069 | } | Syntax not understood |
| 1071 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchInput { | Syntax not understood |
| 1072 | font-size: 16px | Unknown directive |
| 1073 | } | Syntax not understood |
| 1075 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchButton { | Syntax not understood |
| 1076 | background: none; | Unknown directive |
| 1077 | top: 9px; | Unknown directive |
| 1078 | width: 25px | Unknown directive |
| 1079 | } | Syntax not understood |
| 1081 | header #siteHeaderInnerContain #fixedNavOuter.open { | Syntax not understood |
| 1082 | background-color: #fff; | Unknown directive |
| 1083 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1084 | bottom: 0; | Unknown directive |
| 1085 | box-sizing: border-box; | Unknown directive |
| 1086 | display: grid; | Unknown directive |
| 1087 | height: 100vh; | Unknown directive |
| 1088 | max-width: 340px; | Unknown directive |
| 1089 | overflow-y: scroll; | Unknown directive |
| 1090 | padding: 25px 20px; | Unknown directive |
| 1091 | position: fixed; | Unknown directive |
| 1092 | right: 0; | Unknown directive |
| 1093 | top: 0; | Unknown directive |
| 1094 | z-index: 2147483647 | Unknown directive |
| 1095 | } | Syntax not understood |
| 1097 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer { | Syntax not understood |
| 1098 | display: grid; | Unknown directive |
| 1099 | position: relative | Unknown directive |
| 1100 | } | Syntax not understood |
| 1102 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav, header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav { | Syntax not understood |
| 1103 | display: grid | Unknown directive |
| 1104 | } | Syntax not understood |
| 1106 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav a, header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav a { | Syntax not understood |
| 1107 | color: #0e76bc; | Unknown directive |
| 1108 | display: grid; | Unknown directive |
| 1109 | font-size: 14px; | Unknown directive |
| 1110 | font-weight: 600; | Unknown directive |
| 1111 | line-height: normal; | Unknown directive |
| 1112 | margin-bottom: 36px | Unknown directive |
| 1113 | } | Syntax not understood |
| 1115 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav { | Syntax not understood |
| 1116 | border-bottom: 1px solid hsla(0, 0%, 59%, .35) | Unknown directive |
| 1117 | } | Syntax not understood |
| 1119 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavTop { | Syntax not understood |
| 1120 | display: none | Unknown directive |
| 1121 | } | Syntax not understood |
| 1123 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed { | Syntax not understood |
| 1124 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1125 | display: grid; | Unknown directive |
| 1126 | margin-top: 34px | Unknown directive |
| 1127 | } | Syntax not understood |
| 1129 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#myProfileFixedNav { | Syntax not understood |
| 1130 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1131 | margin-bottom: 34px | Unknown directive |
| 1132 | } | Syntax not understood |
| 1134 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav { | Syntax not understood |
| 1135 | box-sizing: border-box; | Unknown directive |
| 1136 | display: flex; | Unknown directive |
| 1137 | justify-content: space-between; | Unknown directive |
| 1138 | margin-top: 16px; | Unknown directive |
| 1139 | padding: 0 16px | Unknown directive |
| 1140 | } | Syntax not understood |
| 1142 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a { | Syntax not understood |
| 1143 | background-size: 28px 28px; | Unknown directive |
| 1144 | display: flex; | Unknown directive |
| 1145 | height: 28px; | Unknown directive |
| 1146 | margin-bottom: 0; | Unknown directive |
| 1147 | width: 28px | Unknown directive |
| 1148 | } | Syntax not understood |
| 1150 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedFacebookNav { | Syntax not understood |
| 1151 | background-image: url(//cf.allmusic.com/images/facebook-logo-off.svg) | Unknown directive |
| 1152 | } | Syntax not understood |
| 1154 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTwitterNav { | Syntax not understood |
| 1155 | background-image: url(//cf.allmusic.com/images/twitter_off.svg); | Unknown directive |
| 1156 | background-size: 28px 23px; | Unknown directive |
| 1157 | height: 23px; | Unknown directive |
| 1158 | width: 28px | Unknown directive |
| 1159 | } | Syntax not understood |
| 1161 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTumblrNav { | Syntax not understood |
| 1162 | background-image: url(//cf.allmusic.com/images/tumblr-logo-off.svg) | Unknown directive |
| 1163 | } | Syntax not understood |
| 1165 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedPinterestNav { | Syntax not understood |
| 1166 | background-image: url(//cf.allmusic.com/images/pinterest-logo-off.svg) | Unknown directive |
| 1167 | } | Syntax not understood |
| 1169 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #closeFixedNav { | Syntax not understood |
| 1170 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 1171 | background-repeat: no-repeat; | Unknown directive |
| 1172 | background-size: 28px 28px; | Unknown directive |
| 1173 | height: 28px; | Unknown directive |
| 1174 | position: absolute; | Unknown directive |
| 1175 | right: 21px; | Unknown directive |
| 1176 | top: 23px; | Unknown directive |
| 1177 | width: 28px | Unknown directive |
| 1178 | } | Syntax not understood |
| 1179 | } | Syntax not understood |
| 1181 | .typeaheadContainer { | Syntax not understood |
| 1182 | position: relative | Unknown directive |
| 1183 | } | Syntax not understood |
| 1185 | .typeaheadContainer .allmusicTypeahead { | Syntax not understood |
| 1186 | background-color: #fff; | Unknown directive |
| 1187 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1188 | box-sizing: border-box; | Unknown directive |
| 1189 | color: #1e1e1e; | Unknown directive |
| 1190 | padding: 20px 10px; | Unknown directive |
| 1191 | width: 100%; | Unknown directive |
| 1192 | z-index: 10000 | Unknown directive |
| 1193 | } | Syntax not understood |
| 1195 | .typeaheadContainer .allmusicTypeahead .typeaheadResults.searching h3 { | Syntax not understood |
| 1196 | color: #a9a9a9; | Unknown directive |
| 1197 | text-align: center | Unknown directive |
| 1198 | } | Syntax not understood |
| 1200 | .typeaheadContainer .allmusicTypeahead a { | Syntax not understood |
| 1201 | color: #0e76bc | Unknown directive |
| 1202 | } | Syntax not understood |
| 1204 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead { | Syntax not understood |
| 1205 | grid-column-gap: 20px; | Unknown directive |
| 1206 | grid-column-gap: 0; | Unknown directive |
| 1207 | align-items: center; | Unknown directive |
| 1208 | align-items: start; | Unknown directive |
| 1209 | display: grid; | Unknown directive |
| 1210 | grid-template-columns:repeat(12, minmax(0, 1fr)); | Unknown directive |
| 1211 | margin-top: -20px | Unknown directive |
| 1212 | } | Syntax not understood |
| 1214 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div { | Syntax not understood |
| 1215 | height: 100% | Unknown directive |
| 1216 | } | Syntax not understood |
| 1218 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .typeaheadColumn { | Syntax not understood |
| 1219 | border-right: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1220 | box-sizing: border-box; | Unknown directive |
| 1221 | padding: 20px 10px 0 | Unknown directive |
| 1222 | } | Syntax not understood |
| 1224 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .typeaheadColumn:first-of-type { | Syntax not understood |
| 1225 | padding-left: 0 | Unknown directive |
| 1226 | } | Syntax not understood |
| 1228 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .typeaheadColumn:last-of-type { | Syntax not understood |
| 1229 | border-right: 0; | Unknown directive |
| 1230 | padding-right: 0 | Unknown directive |
| 1231 | } | Syntax not understood |
| 1233 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid1Col > div, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid2Col > div { | Syntax not understood |
| 1234 | grid-column: 1/span 12 | Unknown directive |
| 1235 | } | Syntax not understood |
| 1237 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid2Col .typeaheadColumn { | Syntax not understood |
| 1238 | border-right: none; | Unknown directive |
| 1239 | padding: 20px 10px | Unknown directive |
| 1240 | } | Syntax not understood |
| 1242 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid2Col .typeaheadColumn:first-of-type { | Syntax not understood |
| 1243 | border-bottom: 1px solid hsla(0, 0%, 59%, .35) | Unknown directive |
| 1244 | } | Syntax not understood |
| 1246 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid1Col .typeaheadColumn { | Syntax not understood |
| 1247 | border-right: none; | Unknown directive |
| 1248 | padding: 20px 10px | Unknown directive |
| 1249 | } | Syntax not understood |
| 1251 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid3Col > div { | Syntax not understood |
| 1252 | grid-column: auto/span 4 | Unknown directive |
| 1253 | } | Syntax not understood |
| 1255 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid4Col > div { | Syntax not understood |
| 1256 | grid-column: auto/span 3 | Unknown directive |
| 1257 | } | Syntax not understood |
| 1259 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead h3 { | Syntax not understood |
| 1260 | font-size: 14px; | Unknown directive |
| 1261 | font-weight: 600; | Unknown directive |
| 1262 | line-height: 16px; | Unknown directive |
| 1263 | margin: 0 0 15px | Unknown directive |
| 1264 | } | Syntax not understood |
| 1266 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem { | Syntax not understood |
| 1267 | align-items: center; | Unknown directive |
| 1268 | display: grid; | Unknown directive |
| 1269 | grid-template-columns:100%; | Unknown directive |
| 1270 | margin: 0 -10px; | Unknown directive |
| 1271 | padding: 10px | Unknown directive |
| 1272 | } | Syntax not understood |
| 1274 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem :hover { | Syntax not understood |
| 1275 | cursor: pointer | Unknown directive |
| 1276 | } | Syntax not understood |
| 1278 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.focus { | Syntax not understood |
| 1279 | background-color: rgba(0, 0, 0, .05) | Unknown directive |
| 1280 | } | Syntax not understood |
| 1282 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta { | Syntax not understood |
| 1283 | font-size: 12px; | Unknown directive |
| 1284 | line-height: 16px | Unknown directive |
| 1285 | } | Syntax not understood |
| 1287 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta span { | Syntax not understood |
| 1288 | display: block | Unknown directive |
| 1289 | } | Syntax not understood |
| 1291 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a:active, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a:hover { | Syntax not understood |
| 1292 | text-decoration: none | Unknown directive |
| 1293 | } | Syntax not understood |
| 1295 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.album, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.artist { | Syntax not understood |
| 1296 | grid-column-gap: 20px; | Unknown directive |
| 1297 | grid-template-columns:calc(100% - 70px) 50px | Unknown directive |
| 1298 | } | Syntax not understood |
| 1300 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.album .meta, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.song .meta { | Syntax not understood |
| 1301 | margin-right: 20px | Unknown directive |
| 1302 | } | Syntax not understood |
| 1304 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.album .meta .artistLink, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.song .meta .artistLink { | Syntax not understood |
| 1305 | color: #1e1e1e; | Unknown directive |
| 1306 | font-weight: 400 | Unknown directive |
| 1307 | } | Syntax not understood |
| 1309 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image { | Syntax not understood |
| 1310 | aspect-ratio: 1/1; | Unknown directive |
| 1311 | height: auto; | Unknown directive |
| 1312 | overflow: hidden; | Unknown directive |
| 1313 | width: 48px | Unknown directive |
| 1314 | } | Syntax not understood |
| 1316 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image.album { | Syntax not understood |
| 1317 | border: 1px solid #e3e3e3 | Unknown directive |
| 1318 | } | Syntax not understood |
| 1320 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .albumResultImg, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .artistResultImg { | Syntax not understood |
| 1321 | -o-object-fit: cover; | Unknown directive |
| 1322 | object-fit: cover | Unknown directive |
| 1323 | } | Syntax not understood |
| 1325 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .albumResultImg { | Syntax not understood |
| 1326 | height: calc(100% + 1px); | Unknown directive |
| 1327 | margin: -1px 0 0 -1px; | Unknown directive |
| 1328 | width: calc(100% + 1px) | Unknown directive |
| 1329 | } | Syntax not understood |
| 1331 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .artistResultImg { | Syntax not understood |
| 1332 | border-radius: 50%; | Unknown directive |
| 1333 | height: 100%; | Unknown directive |
| 1334 | width: 100% | Unknown directive |
| 1335 | } | Syntax not understood |
| 1337 | .typeaheadContainer .allmusicTypeahead #seeAllResults { | Syntax not understood |
| 1338 | background: rgba(0, 0, 0, .05); | Unknown directive |
| 1339 | border-top: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1340 | cursor: pointer; | Unknown directive |
| 1341 | font-size: 14px; | Unknown directive |
| 1342 | line-height: 16px; | Unknown directive |
| 1343 | margin: 0 -10px -20px; | Unknown directive |
| 1344 | padding: 18px 0; | Unknown directive |
| 1345 | text-align: center | Unknown directive |
| 1346 | } | Syntax not understood |
| 1348 | .typeaheadContainer .allmusicTypeahead #seeAllResults.focus, .typeaheadContainer .allmusicTypeahead #seeAllResults:hover { | Syntax not understood |
| 1349 | background: rgba(0, 0, 0, .15) | Unknown directive |
| 1350 | } | Syntax not understood |
| 1352 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 1353 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead { | Syntax not understood |
| 1354 | grid-column: 1/span 12 !important | Unknown directive |
| 1355 | } | Syntax not understood |
| 1357 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn { | Syntax not understood |
| 1358 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1359 | border-right: 0; | Unknown directive |
| 1360 | grid-column: 1/span 12; | Unknown directive |
| 1361 | margin-top: 0; | Unknown directive |
| 1362 | padding-left: 0; | Unknown directive |
| 1363 | padding-top: 20px | Unknown directive |
| 1364 | } | Syntax not understood |
| 1366 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:first-of-type { | Syntax not understood |
| 1367 | padding-bottom: 40px | Unknown directive |
| 1368 | } | Syntax not understood |
| 1370 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:nth-of-type(2) { | Syntax not understood |
| 1371 | border-bottom: 0 | Unknown directive |
| 1372 | } | Syntax not understood |
| 1374 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:nth-of-type(3), .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:nth-of-type(4) { | Syntax not understood |
| 1375 | display: none | Unknown directive |
| 1376 | } | Syntax not understood |
| 1377 | } | Syntax not understood |
| 1379 | footer { | Syntax not understood |
| 1380 | border-top: 1px solid #313131; | Unknown directive |
| 1381 | font-weight: 600; | Unknown directive |
| 1382 | grid-area: footer; | Unknown directive |
| 1383 | grid-column: 1/span 10; | Unknown directive |
| 1384 | grid-row: 3; | Unknown directive |
| 1385 | margin: 0; | Unknown directive |
| 1386 | min-width: 1100px !important; | Unknown directive |
| 1387 | padding-bottom: 60px; | Unknown directive |
| 1388 | width: 100% | Unknown directive |
| 1389 | } | Syntax not understood |
| 1391 | footer * { | Syntax not understood |
| 1392 | margin: 0; | Unknown directive |
| 1393 | padding: 0 | Unknown directive |
| 1394 | } | Syntax not understood |
| 1396 | footer a { | Syntax not understood |
| 1397 | color: #25aae1 | Unknown directive |
| 1398 | } | Syntax not understood |
| 1400 | footer #footer-wrapper { | Syntax not understood |
| 1401 | background-color: #000; | Unknown directive |
| 1402 | padding-bottom: 120px; | Unknown directive |
| 1403 | padding-top: 30px; | Unknown directive |
| 1404 | width: 100% | Unknown directive |
| 1405 | } | Syntax not understood |
| 1407 | footer #footer-wrapper h3 { | Syntax not understood |
| 1408 | font-size: 10px; | Unknown directive |
| 1409 | line-height: normal; | Unknown directive |
| 1410 | margin-bottom: 14px; | Unknown directive |
| 1411 | text-transform: uppercase | Unknown directive |
| 1412 | } | Syntax not understood |
| 1414 | footer #footer-wrapper p { | Syntax not understood |
| 1415 | line-height: 16px | Unknown directive |
| 1416 | } | Syntax not understood |
| 1418 | footer #footer-wrapper ul { | Syntax not understood |
| 1419 | margin-bottom: 40px | Unknown directive |
| 1420 | } | Syntax not understood |
| 1422 | footer #footer-wrapper ul li { | Syntax not understood |
| 1423 | font-size: 14px; | Unknown directive |
| 1424 | list-style: none; | Unknown directive |
| 1425 | margin-bottom: 10px | Unknown directive |
| 1426 | } | Syntax not understood |
| 1428 | footer #footer-wrapper #footer-grid { | Syntax not understood |
| 1429 | grid-column-gap: 30px; | Unknown directive |
| 1430 | display: grid; | Unknown directive |
| 1431 | grid-template-columns:repeat(4, 1fr); | Unknown directive |
| 1432 | margin: 0 auto; | Unknown directive |
| 1433 | width: 1070px | Unknown directive |
| 1434 | } | Syntax not understood |
| 1436 | footer #footer-wrapper #footer-grid #footer-logo { | Syntax not understood |
| 1437 | grid-column-end: 5; | Unknown directive |
| 1438 | grid-column-start: 4; | Unknown directive |
| 1439 | grid-row-end: 2; | Unknown directive |
| 1440 | grid-row-start: 1; | Unknown directive |
| 1441 | height: 25px; | Unknown directive |
| 1442 | left: 200px; | Unknown directive |
| 1443 | position: relative; | Unknown directive |
| 1444 | top: 0; | Unknown directive |
| 1445 | width: 20px | Unknown directive |
| 1446 | } | Syntax not understood |
| 1448 | footer #footer-wrapper #footer-grid #column1 { | Syntax not understood |
| 1449 | grid-column-end: 2; | Unknown directive |
| 1450 | grid-column-start: 1; | Unknown directive |
| 1451 | grid-row-end: 3; | Unknown directive |
| 1452 | grid-row-start: 1 | Unknown directive |
| 1453 | } | Syntax not understood |
| 1455 | footer #footer-wrapper #footer-grid #column2 { | Syntax not understood |
| 1456 | grid-column-end: 3; | Unknown directive |
| 1457 | grid-column-start: 2; | Unknown directive |
| 1458 | grid-row-end: 3; | Unknown directive |
| 1459 | grid-row-start: 1 | Unknown directive |
| 1460 | } | Syntax not understood |
| 1462 | footer #footer-wrapper #footer-grid #column3 { | Syntax not understood |
| 1463 | grid-column-end: 4; | Unknown directive |
| 1464 | grid-column-start: 3; | Unknown directive |
| 1465 | grid-row-end: 2; | Unknown directive |
| 1466 | grid-row-start: 1 | Unknown directive |
| 1467 | } | Syntax not understood |
| 1469 | footer #footer-wrapper #footer-grid #column4 { | Syntax not understood |
| 1470 | grid-column-end: 5; | Unknown directive |
| 1471 | grid-column-start: 4; | Unknown directive |
| 1472 | grid-row-end: 2; | Unknown directive |
| 1473 | grid-row-start: 1 | Unknown directive |
| 1474 | } | Syntax not understood |
| 1476 | footer #footer-wrapper #footer-grid #newsletter-signup { | Syntax not understood |
| 1477 | grid-column-end: 5; | Unknown directive |
| 1478 | grid-column-start: 3; | Unknown directive |
| 1479 | grid-row-end: 3; | Unknown directive |
| 1480 | grid-row-start: 2 | Unknown directive |
| 1481 | } | Syntax not understood |
| 1483 | footer #footer-wrapper #footer-grid #newsletter-signup #signup { | Syntax not understood |
| 1484 | display: grid; | Unknown directive |
| 1485 | grid-template-areas:"signupInput signupBtn"; | Unknown directive |
| 1486 | grid-template-columns:1fr 25%; | Unknown directive |
| 1487 | height: 40px; | Unknown directive |
| 1488 | margin-bottom: 10px; | Unknown directive |
| 1489 | margin-top: -5px; | Unknown directive |
| 1490 | position: relative; | Unknown directive |
| 1491 | width: 100% | Unknown directive |
| 1492 | } | Syntax not understood |
| 1494 | footer #footer-wrapper #footer-grid #newsletter-signup #signup input, footer #footer-wrapper #footer-grid #newsletter-signup #signup textarea { | Syntax not understood |
| 1495 | border-bottom-left-radius: 0; | Unknown directive |
| 1496 | border-bottom-right-radius: 0; | Unknown directive |
| 1497 | border-top-left-radius: 0; | Unknown directive |
| 1498 | border-top-right-radius: 0 | Unknown directive |
| 1499 | } | Syntax not understood |
| 1501 | footer #footer-wrapper #footer-grid #newsletter-signup #signup input[type=email] { | Syntax not understood |
| 1502 | border: 0; | Unknown directive |
| 1503 | box-sizing: border-box; | Unknown directive |
| 1504 | color: #1e1e1e; | Unknown directive |
| 1505 | display: block; | Unknown directive |
| 1506 | font-size: 14px; | Unknown directive |
| 1507 | grid-area: signupInput; | Unknown directive |
| 1508 | padding: 12px | Unknown directive |
| 1509 | } | Syntax not understood |
| 1511 | footer #footer-wrapper #footer-grid #newsletter-signup #signup ::-moz-placeholder { | Syntax not understood |
| 1512 | color: #b0b0b0; | Unknown directive |
| 1513 | opacity: 1 | Unknown directive |
| 1514 | } | Syntax not understood |
| 1516 | footer #footer-wrapper #footer-grid #newsletter-signup #signup ::placeholder { | Syntax not understood |
| 1517 | color: #b0b0b0; | Unknown directive |
| 1518 | opacity: 1 | Unknown directive |
| 1519 | } | Syntax not understood |
| 1521 | footer #footer-wrapper #footer-grid #newsletter-signup #signup :-ms-input-placeholder { | Syntax not understood |
| 1522 | color: #b0b0b0 | Unknown directive |
| 1523 | } | Syntax not understood |
| 1525 | footer #footer-wrapper #footer-grid #newsletter-signup #signup ::-ms-input-placeholder { | Syntax not understood |
| 1526 | color: #b0b0b0 | Unknown directive |
| 1527 | } | Syntax not understood |
| 1529 | footer #footer-wrapper #footer-grid #newsletter-signup #signup input[type=submit] { | Syntax not understood |
| 1530 | background-color: #25aae1; | Unknown directive |
| 1531 | border: 0; | Unknown directive |
| 1532 | color: #fff; | Unknown directive |
| 1533 | cursor: pointer; | Unknown directive |
| 1534 | display: block; | Unknown directive |
| 1535 | font-size: 10px; | Unknown directive |
| 1536 | font-weight: 700; | Unknown directive |
| 1537 | grid-area: signupBtn; | Unknown directive |
| 1538 | text-transform: uppercase | Unknown directive |
| 1539 | } | Syntax not understood |
| 1541 | footer #footer-wrapper #footer-grid #newsletter-signup #failMsgEmail h3, footer #footer-wrapper #footer-grid #newsletter-signup #failMsgSg h3 { | Syntax not understood |
| 1542 | color: red | Unknown directive |
| 1543 | } | Syntax not understood |
| 1545 | footer #footer-wrapper #footer-grid #copyright { | Syntax not understood |
| 1546 | grid-column-end: 3; | Unknown directive |
| 1547 | grid-column-start: 1; | Unknown directive |
| 1548 | grid-row-end: 4; | Unknown directive |
| 1549 | grid-row-start: 3 | Unknown directive |
| 1550 | } | Syntax not understood |
| 1552 | footer #footer-wrapper #footer-grid #copyright h3 { | Syntax not understood |
| 1553 | font-size: 12px | Unknown directive |
| 1554 | } | Syntax not understood |
| 1556 | @media only screen and (min-width: 391px) and (max-width: 600px) { | Unknown directive |
| 1557 | footer { | Syntax not understood |
| 1558 | min-width: 100% !important; | Unknown directive |
| 1559 | width: 100% | Unknown directive |
| 1560 | } | Syntax not understood |
| 1562 | footer #footer-wrapper { | Syntax not understood |
| 1563 | padding-bottom: 60px | Unknown directive |
| 1564 | } | Syntax not understood |
| 1566 | footer #footer-wrapper ul li { | Syntax not understood |
| 1567 | margin-bottom: 6px | Unknown directive |
| 1568 | } | Syntax not understood |
| 1570 | footer #footer-wrapper ul li p { | Syntax not understood |
| 1571 | font-size: 12px | Unknown directive |
| 1572 | } | Syntax not understood |
| 1574 | footer #footer-wrapper #footer-grid { | Syntax not understood |
| 1575 | display: grid; | Unknown directive |
| 1576 | grid-template-columns:repeat(3, 1fr); | Unknown directive |
| 1577 | width: 90% | Unknown directive |
| 1578 | } | Syntax not understood |
| 1580 | footer #footer-wrapper #footer-grid #footer-logo { | Syntax not understood |
| 1581 | grid-column-end: 4; | Unknown directive |
| 1582 | grid-column-start: 1; | Unknown directive |
| 1583 | grid-row-end: 5; | Unknown directive |
| 1584 | grid-row-start: 4; | Unknown directive |
| 1585 | left: auto; | Unknown directive |
| 1586 | margin: 0 auto 40px; | Unknown directive |
| 1587 | position: relative; | Unknown directive |
| 1588 | top: auto; | Unknown directive |
| 1589 | width: 100% | Unknown directive |
| 1590 | } | Syntax not understood |
| 1592 | footer #footer-wrapper #footer-grid #column1 { | Syntax not understood |
| 1593 | grid-column-end: 2; | Unknown directive |
| 1594 | grid-column-start: 1; | Unknown directive |
| 1595 | grid-row-end: 4; | Unknown directive |
| 1596 | grid-row-start: 2 | Unknown directive |
| 1597 | } | Syntax not understood |
| 1599 | footer #footer-wrapper #footer-grid #column2 { | Syntax not understood |
| 1600 | grid-column-end: 3; | Unknown directive |
| 1601 | grid-column-start: 2; | Unknown directive |
| 1602 | grid-row-end: 4; | Unknown directive |
| 1603 | grid-row-start: 2 | Unknown directive |
| 1604 | } | Syntax not understood |
| 1606 | footer #footer-wrapper #footer-grid #column3 { | Syntax not understood |
| 1607 | grid-column-end: 4; | Unknown directive |
| 1608 | grid-column-start: 3; | Unknown directive |
| 1609 | grid-row-end: 3; | Unknown directive |
| 1610 | grid-row-start: 2 | Unknown directive |
| 1611 | } | Syntax not understood |
| 1613 | footer #footer-wrapper #footer-grid #column4 { | Syntax not understood |
| 1614 | grid-column-end: 4; | Unknown directive |
| 1615 | grid-column-start: 3; | Unknown directive |
| 1616 | grid-row-end: 4; | Unknown directive |
| 1617 | grid-row-start: 3 | Unknown directive |
| 1618 | } | Syntax not understood |
| 1620 | footer #footer-wrapper #footer-grid #newsletter-signup { | Syntax not understood |
| 1621 | grid-column-end: 4; | Unknown directive |
| 1622 | grid-column-start: 1; | Unknown directive |
| 1623 | grid-row-end: 2; | Unknown directive |
| 1624 | grid-row-start: 1; | Unknown directive |
| 1625 | margin-bottom: 40px | Unknown directive |
| 1626 | } | Syntax not understood |
| 1628 | footer #footer-wrapper #footer-grid #newsletter-signup #signup { | Syntax not understood |
| 1629 | grid-template-columns:1fr 33.3333% | Unknown directive |
| 1630 | } | Syntax not understood |
| 1632 | footer #footer-wrapper #footer-grid #copyright { | Syntax not understood |
| 1633 | grid-column-end: 4; | Unknown directive |
| 1634 | grid-column-start: 1; | Unknown directive |
| 1635 | grid-row-end: 6; | Unknown directive |
| 1636 | grid-row-start: 5; | Unknown directive |
| 1637 | text-align: center | Unknown directive |
| 1638 | } | Syntax not understood |
| 1639 | } | Syntax not understood |
| 1641 | @media only screen and (min-width: 0px) and (max-width: 390px) { | Unknown directive |
| 1642 | footer { | Syntax not understood |
| 1643 | min-width: 320px !important; | Unknown directive |
| 1644 | width: 100% | Unknown directive |
| 1645 | } | Syntax not understood |
| 1647 | footer #footer-wrapper { | Syntax not understood |
| 1648 | padding-bottom: 60px | Unknown directive |
| 1649 | } | Syntax not understood |
| 1651 | footer #footer-wrapper ul li { | Syntax not understood |
| 1652 | margin-bottom: 8px | Unknown directive |
| 1653 | } | Syntax not understood |
| 1655 | footer #footer-wrapper ul li p { | Syntax not understood |
| 1656 | font-size: 12px | Unknown directive |
| 1657 | } | Syntax not understood |
| 1659 | footer #footer-wrapper #footer-grid { | Syntax not understood |
| 1660 | display: grid; | Unknown directive |
| 1661 | grid-template-columns:repeat(2, 1fr); | Unknown directive |
| 1662 | width: 90% | Unknown directive |
| 1663 | } | Syntax not understood |
| 1665 | footer #footer-wrapper #footer-grid #footer-logo { | Syntax not understood |
| 1666 | grid-column-end: 3; | Unknown directive |
| 1667 | grid-column-start: 1; | Unknown directive |
| 1668 | grid-row-end: 5; | Unknown directive |
| 1669 | grid-row-start: 4; | Unknown directive |
| 1670 | left: auto; | Unknown directive |
| 1671 | margin: 0 auto 40px; | Unknown directive |
| 1672 | position: relative; | Unknown directive |
| 1673 | top: auto; | Unknown directive |
| 1674 | width: 100% | Unknown directive |
| 1675 | } | Syntax not understood |
| 1677 | footer #footer-wrapper #footer-grid #column1 { | Syntax not understood |
| 1678 | grid-column-end: 2; | Unknown directive |
| 1679 | grid-column-start: 1; | Unknown directive |
| 1680 | grid-row-end: 3; | Unknown directive |
| 1681 | grid-row-start: 2 | Unknown directive |
| 1682 | } | Syntax not understood |
| 1684 | footer #footer-wrapper #footer-grid #column2 { | Syntax not understood |
| 1685 | grid-column-end: 3; | Unknown directive |
| 1686 | grid-column-start: 2; | Unknown directive |
| 1687 | grid-row-end: 3; | Unknown directive |
| 1688 | grid-row-start: 2 | Unknown directive |
| 1689 | } | Syntax not understood |
| 1691 | footer #footer-wrapper #footer-grid #column3 { | Syntax not understood |
| 1692 | grid-column-end: 3; | Unknown directive |
| 1693 | grid-column-start: 2; | Unknown directive |
| 1694 | grid-row-end: 4; | Unknown directive |
| 1695 | grid-row-start: 3 | Unknown directive |
| 1696 | } | Syntax not understood |
| 1698 | footer #footer-wrapper #footer-grid #column4 { | Syntax not understood |
| 1699 | grid-column-end: 2; | Unknown directive |
| 1700 | grid-column-start: 1; | Unknown directive |
| 1701 | grid-row-end: 4; | Unknown directive |
| 1702 | grid-row-start: 3 | Unknown directive |
| 1703 | } | Syntax not understood |
| 1705 | footer #footer-wrapper #footer-grid #newsletter-signup { | Syntax not understood |
| 1706 | grid-column-end: 3; | Unknown directive |
| 1707 | grid-column-start: 1; | Unknown directive |
| 1708 | grid-row-end: 2; | Unknown directive |
| 1709 | grid-row-start: 1; | Unknown directive |
| 1710 | margin-bottom: 40px | Unknown directive |
| 1711 | } | Syntax not understood |
| 1713 | footer #footer-wrapper #footer-grid #newsletter-signup #signup { | Syntax not understood |
| 1714 | grid-template-columns:1fr 25% | Unknown directive |
| 1715 | } | Syntax not understood |
| 1717 | footer #footer-wrapper #footer-grid #copyright { | Syntax not understood |
| 1718 | grid-column-end: 3; | Unknown directive |
| 1719 | grid-column-start: 1; | Unknown directive |
| 1720 | grid-row-end: 6; | Unknown directive |
| 1721 | grid-row-start: 5; | Unknown directive |
| 1722 | text-align: center | Unknown directive |
| 1723 | } | Syntax not understood |
| 1725 | footer #footer-wrapper #footer-grid #copyright h3 { | Syntax not understood |
| 1726 | font-size: 10px | Unknown directive |
| 1727 | } | Syntax not understood |
| 1728 | } | Syntax not understood |
| 1730 | .allmusicRating { | Syntax not understood |
| 1731 | background-repeat: no-repeat; | Unknown directive |
| 1732 | background-size: 87.75px 15px; | Unknown directive |
| 1733 | height: 15px; | Unknown directive |
| 1734 | width: 87.75px | Unknown directive |
| 1735 | } | Syntax not understood |
| 1737 | .allmusicRating.ratingAllmusic0 { | Syntax not understood |
| 1738 | background-image: url(//cf.allmusic.com/images/rating/allmusic-0.svg) | Unknown directive |
| 1739 | } | Syntax not understood |
| 1741 | .allmusicRating.ratingAllmusic1 { | Syntax not understood |
| 1742 | background-image: url(//cf.allmusic.com/images/rating/allmusic-2.svg) | Unknown directive |
| 1743 | } | Syntax not understood |
| 1745 | .allmusicRating.ratingAllmusic2 { | Syntax not understood |
| 1746 | background-image: url(//cf.allmusic.com/images/rating/allmusic-3.svg) | Unknown directive |
| 1747 | } | Syntax not understood |
| 1749 | .allmusicRating.ratingAllmusic3 { | Syntax not understood |
| 1750 | background-image: url(//cf.allmusic.com/images/rating/allmusic-4.svg) | Unknown directive |
| 1751 | } | Syntax not understood |
| 1753 | .allmusicRating.ratingAllmusic4 { | Syntax not understood |
| 1754 | background-image: url(//cf.allmusic.com/images/rating/allmusic-5.svg) | Unknown directive |
| 1755 | } | Syntax not understood |
| 1757 | .allmusicRating.ratingAllmusic5 { | Syntax not understood |
| 1758 | background-image: url(//cf.allmusic.com/images/rating/allmusic-6.svg) | Unknown directive |
| 1759 | } | Syntax not understood |
| 1761 | .allmusicRating.ratingAllmusic6 { | Syntax not understood |
| 1762 | background-image: url(//cf.allmusic.com/images/rating/allmusic-7.svg) | Unknown directive |
| 1763 | } | Syntax not understood |
| 1765 | .allmusicRating.ratingAllmusic7 { | Syntax not understood |
| 1766 | background-image: url(//cf.allmusic.com/images/rating/allmusic-8.svg) | Unknown directive |
| 1767 | } | Syntax not understood |
| 1769 | .allmusicRating.ratingAllmusic8 { | Syntax not understood |
| 1770 | background-image: url(//cf.allmusic.com/images/rating/allmusic-9.svg) | Unknown directive |
| 1771 | } | Syntax not understood |
| 1773 | .allmusicRating.ratingAllmusic9 { | Syntax not understood |
| 1774 | background-image: url(//cf.allmusic.com/images/rating/allmusic-10.svg) | Unknown directive |
| 1775 | } | Syntax not understood |
| 1777 | .userRating { | Syntax not understood |
| 1778 | background-repeat: no-repeat; | Unknown directive |
| 1779 | background-size: 87.75px 15px; | Unknown directive |
| 1780 | cursor: pointer; | Unknown directive |
| 1781 | height: 15px; | Unknown directive |
| 1782 | width: 87.75px | Unknown directive |
| 1783 | } | Syntax not understood |
| 1785 | .userRating.ratingUser00 { | Syntax not understood |
| 1786 | background-image: url(//cf.allmusic.com/images/rating/user-0.svg) | Unknown directive |
| 1787 | } | Syntax not understood |
| 1789 | .userRating.ratingUser01 { | Syntax not understood |
| 1790 | background-image: url(//cf.allmusic.com/images/rating/user-1.svg) | Unknown directive |
| 1791 | } | Syntax not understood |
| 1793 | .userRating.ratingUser02 { | Syntax not understood |
| 1794 | background-image: url(//cf.allmusic.com/images/rating/user-2.svg) | Unknown directive |
| 1795 | } | Syntax not understood |
| 1797 | .userRating.ratingUser03 { | Syntax not understood |
| 1798 | background-image: url(//cf.allmusic.com/images/rating/user-3.svg) | Unknown directive |
| 1799 | } | Syntax not understood |
| 1801 | .userRating.ratingUser04 { | Syntax not understood |
| 1802 | background-image: url(//cf.allmusic.com/images/rating/user-4.svg) | Unknown directive |
| 1803 | } | Syntax not understood |
| 1805 | .userRating.ratingUser05 { | Syntax not understood |
| 1806 | background-image: url(//cf.allmusic.com/images/rating/user-5.svg) | Unknown directive |
| 1807 | } | Syntax not understood |
| 1809 | .userRating.ratingUser06 { | Syntax not understood |
| 1810 | background-image: url(//cf.allmusic.com/images/rating/user-6.svg) | Unknown directive |
| 1811 | } | Syntax not understood |
| 1813 | .userRating.ratingUser07 { | Syntax not understood |
| 1814 | background-image: url(//cf.allmusic.com/images/rating/user-7.svg) | Unknown directive |
| 1815 | } | Syntax not understood |
| 1817 | .userRating.ratingUser08 { | Syntax not understood |
| 1818 | background-image: url(//cf.allmusic.com/images/rating/user-8.svg) | Unknown directive |
| 1819 | } | Syntax not understood |
| 1821 | .userRating.ratingUser09 { | Syntax not understood |
| 1822 | background-image: url(//cf.allmusic.com/images/rating/user-9.svg) | Unknown directive |
| 1823 | } | Syntax not understood |
| 1825 | .userRating.ratingUser10 { | Syntax not understood |
| 1826 | background-image: url(//cf.allmusic.com/images/rating/user-10.svg) | Unknown directive |
| 1827 | } | Syntax not understood |
| 1829 | .averageUserRating, .publicUserRating { | Syntax not understood |
| 1830 | background-repeat: no-repeat; | Unknown directive |
| 1831 | background-size: 87.75px 15px; | Unknown directive |
| 1832 | height: 15px; | Unknown directive |
| 1833 | width: 87.75px | Unknown directive |
| 1834 | } | Syntax not understood |
| 1836 | .averageUserRating.ratingAverage00, .averageUserRating.ratingUserPub00, .publicUserRating.ratingAverage00, .publicUserRating.ratingUserPub00 { | Syntax not understood |
| 1837 | background-image: url(//cf.allmusic.com/images/rating/average-0.svg) | Unknown directive |
| 1838 | } | Syntax not understood |
| 1840 | .averageUserRating.ratingAverage01, .averageUserRating.ratingUserPub01, .publicUserRating.ratingAverage01, .publicUserRating.ratingUserPub01 { | Syntax not understood |
| 1841 | background-image: url(//cf.allmusic.com/images/rating/average-1.svg) | Unknown directive |
| 1842 | } | Syntax not understood |
| 1844 | .averageUserRating.ratingAverage02, .averageUserRating.ratingUserPub02, .publicUserRating.ratingAverage02, .publicUserRating.ratingUserPub02 { | Syntax not understood |
| 1845 | background-image: url(//cf.allmusic.com/images/rating/average-2.svg) | Unknown directive |
| 1846 | } | Syntax not understood |
| 1848 | .averageUserRating.ratingAverage03, .averageUserRating.ratingUserPub03, .publicUserRating.ratingAverage03, .publicUserRating.ratingUserPub03 { | Syntax not understood |
| 1849 | background-image: url(//cf.allmusic.com/images/rating/average-3.svg) | Unknown directive |
| 1850 | } | Syntax not understood |
| 1852 | .averageUserRating.ratingAverage04, .averageUserRating.ratingUserPub04, .publicUserRating.ratingAverage04, .publicUserRating.ratingUserPub04 { | Syntax not understood |
| 1853 | background-image: url(//cf.allmusic.com/images/rating/average-4.svg) | Unknown directive |
| 1854 | } | Syntax not understood |
| 1856 | .averageUserRating.ratingAverage05, .averageUserRating.ratingUserPub05, .publicUserRating.ratingAverage05, .publicUserRating.ratingUserPub05 { | Syntax not understood |
| 1857 | background-image: url(//cf.allmusic.com/images/rating/average-5.svg) | Unknown directive |
| 1858 | } | Syntax not understood |
| 1860 | .averageUserRating.ratingAverage06, .averageUserRating.ratingUserPub06, .publicUserRating.ratingAverage06, .publicUserRating.ratingUserPub06 { | Syntax not understood |
| 1861 | background-image: url(//cf.allmusic.com/images/rating/average-6.svg) | Unknown directive |
| 1862 | } | Syntax not understood |
| 1864 | .averageUserRating.ratingAverage07, .averageUserRating.ratingUserPub07, .publicUserRating.ratingAverage07, .publicUserRating.ratingUserPub07 { | Syntax not understood |
| 1865 | background-image: url(//cf.allmusic.com/images/rating/average-7.svg) | Unknown directive |
| 1866 | } | Syntax not understood |
| 1868 | .averageUserRating.ratingAverage08, .averageUserRating.ratingUserPub08, .publicUserRating.ratingAverage08, .publicUserRating.ratingUserPub08 { | Syntax not understood |
| 1869 | background-image: url(//cf.allmusic.com/images/rating/average-8.svg) | Unknown directive |
| 1870 | } | Syntax not understood |
| 1872 | .averageUserRating.ratingAverage09, .averageUserRating.ratingUserPub09, .publicUserRating.ratingAverage09, .publicUserRating.ratingUserPub09 { | Syntax not understood |
| 1873 | background-image: url(//cf.allmusic.com/images/rating/average-9.svg) | Unknown directive |
| 1874 | } | Syntax not understood |
| 1876 | .averageUserRating.ratingAverage10, .averageUserRating.ratingUserPub10, .publicUserRating.ratingAverage10, .publicUserRating.ratingUserPub10 { | Syntax not understood |
| 1877 | background-image: url(//cf.allmusic.com/images/rating/average-10.svg) | Unknown directive |
| 1878 | } | Syntax not understood |
| 1880 | .cookiePolicyBox { | Syntax not understood |
| 1881 | background-color: #fff; | Unknown directive |
| 1882 | background-color: hsla(0, 0%, 100%, .9); | Unknown directive |
| 1883 | border-top: 1px solid #d5d5d5; | Unknown directive |
| 1884 | bottom: 0; | Unknown directive |
| 1885 | box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 1886 | -webkit-box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 1887 | box-sizing: border-box; | Unknown directive |
| 1888 | color: #1e1e1e; | Unknown directive |
| 1889 | display: none; | Unknown directive |
| 1890 | padding: 20px 0; | Unknown directive |
| 1891 | position: fixed; | Unknown directive |
| 1892 | right: 0; | Unknown directive |
| 1893 | text-indent: 5px; | Unknown directive |
| 1894 | width: 100%; | Unknown directive |
| 1895 | z-index: 2147483647 | Unknown directive |
| 1896 | } | Syntax not understood |
| 1898 | .cookiePolicyGrid { | Syntax not understood |
| 1899 | grid-column-gap: 20px; | Unknown directive |
| 1900 | align-items: center; | Unknown directive |
| 1901 | box-sizing: border-box; | Unknown directive |
| 1902 | display: grid; | Unknown directive |
| 1903 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 1904 | margin: 0 auto; | Unknown directive |
| 1905 | width: 1070px | Unknown directive |
| 1906 | } | Syntax not understood |
| 1908 | .cookiePolicyGrid .left { | Syntax not understood |
| 1909 | grid-column: 1/span 4 | Unknown directive |
| 1910 | } | Syntax not understood |
| 1912 | .cookiePolicyGrid .left h3 { | Syntax not understood |
| 1913 | font-size: 24px; | Unknown directive |
| 1914 | font-style: normal; | Unknown directive |
| 1915 | font-weight: 600; | Unknown directive |
| 1916 | line-height: normal; | Unknown directive |
| 1917 | margin: 0; | Unknown directive |
| 1918 | text-transform: capitalize | Unknown directive |
| 1919 | } | Syntax not understood |
| 1921 | .cookiePolicyGrid .right { | Syntax not understood |
| 1922 | grid-column-gap: 20px; | Unknown directive |
| 1923 | align-items: center; | Unknown directive |
| 1924 | display: grid; | Unknown directive |
| 1925 | grid-column: 7/span 4; | Unknown directive |
| 1926 | grid-template-columns:1fr 28px | Unknown directive |
| 1927 | } | Syntax not understood |
| 1929 | .cookiePolicyGrid .right .uiBtn { | Syntax not understood |
| 1930 | background-color: #0e76bc; | Unknown directive |
| 1931 | border: 0; | Unknown directive |
| 1932 | color: #fff; | Unknown directive |
| 1933 | display: grid; | Unknown directive |
| 1934 | font-size: 14px; | Unknown directive |
| 1935 | font-style: normal; | Unknown directive |
| 1936 | font-weight: 600; | Unknown directive |
| 1937 | height: 51px; | Unknown directive |
| 1938 | line-height: normal; | Unknown directive |
| 1939 | text-align: center; | Unknown directive |
| 1940 | text-transform: uppercase; | Unknown directive |
| 1941 | width: 100% | Unknown directive |
| 1942 | } | Syntax not understood |
| 1944 | .cookiePolicyGrid .right .closeCookiePolicy.desktopOnly { | Syntax not understood |
| 1945 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 1946 | background-size: 28px 28px; | Unknown directive |
| 1947 | display: grid; | Unknown directive |
| 1948 | height: 28px; | Unknown directive |
| 1949 | width: 28px | Unknown directive |
| 1950 | } | Syntax not understood |
| 1952 | .cookiePolicyGrid .right .closeCookiePolicy.mobileOnly { | Syntax not understood |
| 1953 | display: none | Unknown directive |
| 1954 | } | Syntax not understood |
| 1956 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 1957 | .cookiePolicyGrid { | Syntax not understood |
| 1958 | grid-template-columns:100%; | Unknown directive |
| 1959 | width: 100% | Unknown directive |
| 1960 | } | Syntax not understood |
| 1962 | .cookiePolicyGrid .left { | Syntax not understood |
| 1963 | grid-column: auto | Unknown directive |
| 1964 | } | Syntax not understood |
| 1966 | .cookiePolicyGrid .left h3 { | Syntax not understood |
| 1967 | line-height: 36px; | Unknown directive |
| 1968 | text-align: center | Unknown directive |
| 1969 | } | Syntax not understood |
| 1971 | .cookiePolicyGrid .right { | Syntax not understood |
| 1972 | grid-column: auto; | Unknown directive |
| 1973 | grid-template-columns:100% | Unknown directive |
| 1974 | } | Syntax not understood |
| 1976 | .cookiePolicyGrid .right .uiBtn { | Syntax not understood |
| 1977 | margin: 9px 0 26px | Unknown directive |
| 1978 | } | Syntax not understood |
| 1980 | .cookiePolicyGrid .right .closeCookiePolicy.desktopOnly { | Syntax not understood |
| 1981 | display: none | Unknown directive |
| 1982 | } | Syntax not understood |
| 1984 | .cookiePolicyGrid .right .closeCookiePolicy.mobileOnly { | Syntax not understood |
| 1985 | color: #0e76bc; | Unknown directive |
| 1986 | display: grid; | Unknown directive |
| 1987 | font-size: 14px; | Unknown directive |
| 1988 | font-style: normal; | Unknown directive |
| 1989 | font-weight: 600; | Unknown directive |
| 1990 | line-height: normal; | Unknown directive |
| 1991 | margin-bottom: 17px; | Unknown directive |
| 1992 | text-align: center; | Unknown directive |
| 1993 | text-transform: uppercase | Unknown directive |
| 1994 | } | Syntax not understood |
| 1995 | } | Syntax not understood |
| 1997 | .registrationPromptBox { | Syntax not understood |
| 1998 | background-color: #fff; | Unknown directive |
| 1999 | background-color: hsla(0, 0%, 100%, .9); | Unknown directive |
| 2000 | border-top: 1px solid #d5d5d5; | Unknown directive |
| 2001 | bottom: 0; | Unknown directive |
| 2002 | box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2003 | -webkit-box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2004 | box-sizing: border-box; | Unknown directive |
| 2005 | color: #1e1e1e; | Unknown directive |
| 2006 | display: none; | Unknown directive |
| 2007 | padding: 20px 0; | Unknown directive |
| 2008 | position: fixed; | Unknown directive |
| 2009 | right: 0; | Unknown directive |
| 2010 | text-indent: 5px; | Unknown directive |
| 2011 | width: 100%; | Unknown directive |
| 2012 | z-index: 2147483647 | Unknown directive |
| 2013 | } | Syntax not understood |
| 2015 | .registrationPromptGrid { | Syntax not understood |
| 2016 | grid-column-gap: 20px; | Unknown directive |
| 2017 | align-items: center; | Unknown directive |
| 2018 | box-sizing: border-box; | Unknown directive |
| 2019 | display: grid; | Unknown directive |
| 2020 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 2021 | margin: 0 auto; | Unknown directive |
| 2022 | width: 1070px | Unknown directive |
| 2023 | } | Syntax not understood |
| 2025 | .registrationPromptGrid .left { | Syntax not understood |
| 2026 | grid-column: 1/span 6 | Unknown directive |
| 2027 | } | Syntax not understood |
| 2029 | .registrationPromptGrid .left h3 { | Syntax not understood |
| 2030 | font-size: 24px; | Unknown directive |
| 2031 | font-style: normal; | Unknown directive |
| 2032 | font-weight: 600; | Unknown directive |
| 2033 | line-height: normal; | Unknown directive |
| 2034 | margin: 0; | Unknown directive |
| 2035 | text-transform: capitalize | Unknown directive |
| 2036 | } | Syntax not understood |
| 2038 | .registrationPromptGrid .right { | Syntax not understood |
| 2039 | grid-column-gap: 20px; | Unknown directive |
| 2040 | align-items: center; | Unknown directive |
| 2041 | display: grid; | Unknown directive |
| 2042 | grid-column: 7/span 4; | Unknown directive |
| 2043 | grid-template-columns:1fr 28px | Unknown directive |
| 2044 | } | Syntax not understood |
| 2046 | .registrationPromptGrid .right .uiBtn { | Syntax not understood |
| 2047 | background-color: #0e76bc; | Unknown directive |
| 2048 | border: 0; | Unknown directive |
| 2049 | color: #fff; | Unknown directive |
| 2050 | display: grid; | Unknown directive |
| 2051 | font-size: 14px; | Unknown directive |
| 2052 | font-style: normal; | Unknown directive |
| 2053 | font-weight: 600; | Unknown directive |
| 2054 | height: 51px; | Unknown directive |
| 2055 | line-height: normal; | Unknown directive |
| 2056 | text-align: center; | Unknown directive |
| 2057 | text-transform: uppercase; | Unknown directive |
| 2058 | width: 100% | Unknown directive |
| 2059 | } | Syntax not understood |
| 2061 | .registrationPromptGrid .right .closeRegistrationPrompt.desktopOnly { | Syntax not understood |
| 2062 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 2063 | background-size: 28px 28px; | Unknown directive |
| 2064 | display: grid; | Unknown directive |
| 2065 | height: 28px; | Unknown directive |
| 2066 | width: 28px | Unknown directive |
| 2067 | } | Syntax not understood |
| 2069 | .registrationPromptGrid .right .closeRegistrationPrompt.mobileOnly { | Syntax not understood |
| 2070 | display: none | Unknown directive |
| 2071 | } | Syntax not understood |
| 2073 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2074 | .registrationPromptGrid { | Syntax not understood |
| 2075 | grid-template-columns:100%; | Unknown directive |
| 2076 | width: 330px | Unknown directive |
| 2077 | } | Syntax not understood |
| 2079 | .registrationPromptGrid .left { | Syntax not understood |
| 2080 | grid-column: auto | Unknown directive |
| 2081 | } | Syntax not understood |
| 2083 | .registrationPromptGrid .left h3 { | Syntax not understood |
| 2084 | line-height: 36px; | Unknown directive |
| 2085 | text-align: center | Unknown directive |
| 2086 | } | Syntax not understood |
| 2088 | .registrationPromptGrid .right { | Syntax not understood |
| 2089 | grid-column: auto; | Unknown directive |
| 2090 | grid-template-columns:100% | Unknown directive |
| 2091 | } | Syntax not understood |
| 2093 | .registrationPromptGrid .right .uiBtn { | Syntax not understood |
| 2094 | margin: 9px 0 26px | Unknown directive |
| 2095 | } | Syntax not understood |
| 2097 | .registrationPromptGrid .right .closeRegistrationPrompt.desktopOnly { | Syntax not understood |
| 2098 | display: none | Unknown directive |
| 2099 | } | Syntax not understood |
| 2101 | .registrationPromptGrid .right .closeRegistrationPrompt.mobileOnly { | Syntax not understood |
| 2102 | color: #0e76bc; | Unknown directive |
| 2103 | display: grid; | Unknown directive |
| 2104 | font-size: 14px; | Unknown directive |
| 2105 | font-style: normal; | Unknown directive |
| 2106 | font-weight: 600; | Unknown directive |
| 2107 | line-height: normal; | Unknown directive |
| 2108 | margin-bottom: 17px; | Unknown directive |
| 2109 | text-align: center; | Unknown directive |
| 2110 | text-transform: uppercase | Unknown directive |
| 2111 | } | Syntax not understood |
| 2112 | } | Syntax not understood |
| 2114 | .subscriptionReminderBox { | Syntax not understood |
| 2115 | background-color: #fff; | Unknown directive |
| 2116 | background-color: hsla(0, 0%, 100%, .9); | Unknown directive |
| 2117 | border-top: 1px solid #d5d5d5; | Unknown directive |
| 2118 | bottom: 0; | Unknown directive |
| 2119 | box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2120 | -webkit-box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2121 | box-sizing: border-box; | Unknown directive |
| 2122 | color: #1e1e1e; | Unknown directive |
| 2123 | display: none; | Unknown directive |
| 2124 | padding: 20px 0; | Unknown directive |
| 2125 | position: fixed; | Unknown directive |
| 2126 | right: 0; | Unknown directive |
| 2127 | text-indent: 5px; | Unknown directive |
| 2128 | width: 100%; | Unknown directive |
| 2129 | z-index: 2147483647 | Unknown directive |
| 2130 | } | Syntax not understood |
| 2132 | .subscriptionReminderGrid { | Syntax not understood |
| 2133 | grid-column-gap: 20px; | Unknown directive |
| 2134 | align-items: center; | Unknown directive |
| 2135 | box-sizing: border-box; | Unknown directive |
| 2136 | display: grid; | Unknown directive |
| 2137 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 2138 | margin: 0 auto; | Unknown directive |
| 2139 | width: 1070px | Unknown directive |
| 2140 | } | Syntax not understood |
| 2142 | .subscriptionReminderGrid .left { | Syntax not understood |
| 2143 | grid-column: 1/span 6 | Unknown directive |
| 2144 | } | Syntax not understood |
| 2146 | .subscriptionReminderGrid .left h3 { | Syntax not understood |
| 2147 | font-size: 24px; | Unknown directive |
| 2148 | font-style: normal; | Unknown directive |
| 2149 | font-weight: 600; | Unknown directive |
| 2150 | line-height: normal; | Unknown directive |
| 2151 | margin: 0; | Unknown directive |
| 2152 | text-transform: capitalize | Unknown directive |
| 2153 | } | Syntax not understood |
| 2155 | .subscriptionReminderGrid .right { | Syntax not understood |
| 2156 | grid-column-gap: 20px; | Unknown directive |
| 2157 | align-items: center; | Unknown directive |
| 2158 | display: grid; | Unknown directive |
| 2159 | grid-column: 7/span 4 | Unknown directive |
| 2160 | } | Syntax not understood |
| 2162 | .subscriptionReminderGrid .right .uiBtn { | Syntax not understood |
| 2163 | background-color: #0e76bc; | Unknown directive |
| 2164 | border: 0; | Unknown directive |
| 2165 | color: #fff; | Unknown directive |
| 2166 | display: grid; | Unknown directive |
| 2167 | font-size: 14px; | Unknown directive |
| 2168 | font-style: normal; | Unknown directive |
| 2169 | font-weight: 600; | Unknown directive |
| 2170 | height: 51px; | Unknown directive |
| 2171 | line-height: normal; | Unknown directive |
| 2172 | text-align: center; | Unknown directive |
| 2173 | text-transform: uppercase; | Unknown directive |
| 2174 | width: 100% | Unknown directive |
| 2175 | } | Syntax not understood |
| 2177 | .subscriptionReminderGrid .right .closeSubscriptionReminder.desktopOnly { | Syntax not understood |
| 2178 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 2179 | background-size: 28px 28px; | Unknown directive |
| 2180 | display: grid; | Unknown directive |
| 2181 | height: 28px; | Unknown directive |
| 2182 | width: 28px | Unknown directive |
| 2183 | } | Syntax not understood |
| 2185 | .subscriptionReminderGrid .right .closeSubscriptionReminder.mobileOnly { | Syntax not understood |
| 2186 | display: none | Unknown directive |
| 2187 | } | Syntax not understood |
| 2189 | .subscriptionReminderGrid .right.active { | Syntax not understood |
| 2190 | grid-column-gap: 20px; | Unknown directive |
| 2191 | align-items: center; | Unknown directive |
| 2192 | display: grid; | Unknown directive |
| 2193 | grid-template-columns:repeat(2, minmax(0, 1fr)) | Unknown directive |
| 2194 | } | Syntax not understood |
| 2196 | .subscriptionReminderGrid .right.expired { | Syntax not understood |
| 2197 | grid-template-columns:1fr 28px | Unknown directive |
| 2198 | } | Syntax not understood |
| 2200 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2201 | .subscriptionReminderBox { | Syntax not understood |
| 2202 | padding: 20px 30px | Unknown directive |
| 2203 | } | Syntax not understood |
| 2205 | .subscriptionReminderGrid { | Syntax not understood |
| 2206 | grid-template-columns:100%; | Unknown directive |
| 2207 | width: 100% | Unknown directive |
| 2208 | } | Syntax not understood |
| 2210 | .subscriptionReminderGrid .left { | Syntax not understood |
| 2211 | grid-column: auto | Unknown directive |
| 2212 | } | Syntax not understood |
| 2214 | .subscriptionReminderGrid .left h3 { | Syntax not understood |
| 2215 | line-height: normal; | Unknown directive |
| 2216 | text-align: center | Unknown directive |
| 2217 | } | Syntax not understood |
| 2219 | .subscriptionReminderGrid .right { | Syntax not understood |
| 2220 | grid-column: auto; | Unknown directive |
| 2221 | grid-template-columns:100% | Unknown directive |
| 2222 | } | Syntax not understood |
| 2224 | .subscriptionReminderGrid .right.active, .subscriptionReminderGrid .right.expired { | Syntax not understood |
| 2225 | grid-template-columns:100% | Unknown directive |
| 2226 | } | Syntax not understood |
| 2228 | .subscriptionReminderGrid .right.active .uiBtn { | Syntax not understood |
| 2229 | margin: 10px 0 0 | Unknown directive |
| 2230 | } | Syntax not understood |
| 2232 | .subscriptionReminderGrid .right.expired .uiBtn { | Syntax not understood |
| 2233 | margin: 10px 0 27px | Unknown directive |
| 2234 | } | Syntax not understood |
| 2236 | .subscriptionReminderGrid .right .closeSubscriptionReminder.desktopOnly { | Syntax not understood |
| 2237 | display: none | Unknown directive |
| 2238 | } | Syntax not understood |
| 2240 | .subscriptionReminderGrid .right .closeSubscriptionReminder.mobileOnly { | Syntax not understood |
| 2241 | color: #0e76bc; | Unknown directive |
| 2242 | display: grid; | Unknown directive |
| 2243 | font-size: 14px; | Unknown directive |
| 2244 | font-style: normal; | Unknown directive |
| 2245 | font-weight: 600; | Unknown directive |
| 2246 | line-height: normal; | Unknown directive |
| 2247 | text-align: center; | Unknown directive |
| 2248 | text-transform: uppercase | Unknown directive |
| 2249 | } | Syntax not understood |
| 2250 | } | Syntax not understood |
| 2252 | body #pageContainer #pageInnerContain section #pageTabs { | Syntax not understood |
| 2253 | margin-top: 40px | Unknown directive |
| 2254 | } | Syntax not understood |
| 2256 | body #pageContainer #pageInnerContain section #pageTabs .tab { | Syntax not understood |
| 2257 | align-items: center; | Unknown directive |
| 2258 | background-color: #25aae1; | Unknown directive |
| 2259 | border: 1px solid #229cce; | Unknown directive |
| 2260 | border-radius: 0; | Unknown directive |
| 2261 | box-sizing: border-box; | Unknown directive |
| 2262 | display: grid; | Unknown directive |
| 2263 | grid-template-columns:calc(100% - 9px) 9px; | Unknown directive |
| 2264 | margin-bottom: 1px; | Unknown directive |
| 2265 | padding: 15px 15px 15px 20px; | Unknown directive |
| 2266 | width: 100% | Unknown directive |
| 2267 | } | Syntax not understood |
| 2269 | body #pageContainer #pageInnerContain section #pageTabs .tab h2 { | Syntax not understood |
| 2270 | font-size: 15px; | Unknown directive |
| 2271 | line-height: 18px; | Unknown directive |
| 2272 | margin: 0 | Unknown directive |
| 2273 | } | Syntax not understood |
| 2275 | body #pageContainer #pageInnerContain section #pageTabs .tab h2 a { | Syntax not understood |
| 2276 | color: #fff | Unknown directive |
| 2277 | } | Syntax not understood |
| 2279 | body #pageContainer #pageInnerContain section #pageTabs .tab span { | Syntax not understood |
| 2280 | background-image: url(//cf.allmusic.com/images/nav-down-arrow.svg); | Unknown directive |
| 2281 | background-size: 9px 15px; | Unknown directive |
| 2282 | height: 15px; | Unknown directive |
| 2283 | transform: rotate(180deg); | Unknown directive |
| 2284 | width: 9px | Unknown directive |
| 2285 | } | Syntax not understood |
| 2287 | body #pageContainer #pageInnerContain section #pageTabs .tab.open span { | Syntax not understood |
| 2288 | transform: rotate(270deg) | Unknown directive |
| 2289 | } | Syntax not understood |
| 2291 | body #pageContainer #pageInnerContain section #pageTabs .tabContent { | Syntax not understood |
| 2292 | grid-column-gap: 20px; | Unknown directive |
| 2293 | align-items: center; | Unknown directive |
| 2294 | background-color: #fff; | Unknown directive |
| 2295 | color: #1e1e1e; | Unknown directive |
| 2296 | display: grid; | Unknown directive |
| 2297 | grid-template-columns:repeat(7, minmax(0, 1fr)); | Unknown directive |
| 2298 | margin-bottom: 1px; | Unknown directive |
| 2299 | padding-top: 20px | Unknown directive |
| 2300 | } | Syntax not understood |
| 2302 | body #pageContainer #pageInnerContain section #pageTabs .tabContent .loading { | Syntax not understood |
| 2303 | grid-column: 1/span 7; | Unknown directive |
| 2304 | margin-bottom: 20px | Unknown directive |
| 2305 | } | Syntax not understood |
| 2307 | body #pageContainer #pageInnerContain section #pageTabs .tabContent a { | Syntax not understood |
| 2308 | color: #0e76bc | Unknown directive |
| 2309 | } | Syntax not understood |
| 2311 | body #pageContainer #pageInnerContain section #pageTabs .tabContent .advertising.inContentLeaderboard { | Syntax not understood |
| 2312 | grid-column: 1/span 7; | Unknown directive |
| 2313 | grid-row: 1 | Unknown directive |
| 2314 | } | Syntax not understood |
| 2316 | body #pageContainer #pageInnerContain section #pageTabs .tabContent .artistContentSubModule { | Syntax not understood |
| 2317 | grid-column: 1/span 7; | Unknown directive |
| 2318 | grid-row: 2 | Unknown directive |
| 2319 | } | Syntax not understood |
| 2321 | .galleryModal { | Syntax not understood |
| 2322 | background-color: rgba(0, 0, 0, .95); | Unknown directive |
| 2323 | bottom: 0; | Unknown directive |
| 2324 | cursor: pointer; | Unknown directive |
| 2325 | display: grid; | Unknown directive |
| 2326 | height: 100%; | Unknown directive |
| 2327 | left: 0; | Unknown directive |
| 2328 | position: fixed; | Unknown directive |
| 2329 | right: 0; | Unknown directive |
| 2330 | top: 0; | Unknown directive |
| 2331 | width: 100%; | Unknown directive |
| 2332 | z-index: 2147483647 | Unknown directive |
| 2333 | } | Syntax not understood |
| 2335 | .galleryModal * { | Syntax not understood |
| 2336 | color: #fff; | Unknown directive |
| 2337 | margin: 0; | Unknown directive |
| 2338 | padding: 0 | Unknown directive |
| 2339 | } | Syntax not understood |
| 2341 | .galleryModal .closeGallery { | Syntax not understood |
| 2342 | display: inline-block; | Unknown directive |
| 2343 | position: absolute; | Unknown directive |
| 2344 | right: 40px; | Unknown directive |
| 2345 | top: 40px; | Unknown directive |
| 2346 | z-index: 100 | Unknown directive |
| 2347 | } | Syntax not understood |
| 2349 | .galleryModal .closeGallery p { | Syntax not understood |
| 2350 | font-size: 32px | Unknown directive |
| 2351 | } | Syntax not understood |
| 2353 | .galleryModal #imgContainer { | Syntax not understood |
| 2354 | align-content: center; | Unknown directive |
| 2355 | display: grid; | Unknown directive |
| 2356 | grid-template-areas:"leftNav gallery rightNav" "carousel carousel carousel"; | Unknown directive |
| 2357 | grid-template-columns:15% 70% 15%; | Unknown directive |
| 2358 | margin: 0; | Unknown directive |
| 2359 | position: relative | Unknown directive |
| 2360 | } | Syntax not understood |
| 2362 | .galleryModal #imgContainer #mainLeftNav { | Syntax not understood |
| 2363 | align-content: center; | Unknown directive |
| 2364 | align-items: center; | Unknown directive |
| 2365 | display: grid; | Unknown directive |
| 2366 | justify-content: flex-end | Unknown directive |
| 2367 | } | Syntax not understood |
| 2369 | .galleryModal #imgContainer #mainRightNav { | Syntax not understood |
| 2370 | align-content: center; | Unknown directive |
| 2371 | align-items: center; | Unknown directive |
| 2372 | display: grid; | Unknown directive |
| 2373 | justify-content: flex-start | Unknown directive |
| 2374 | } | Syntax not understood |
| 2376 | .galleryModal #imgContainer .arrowLeft, .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2377 | border: solid #fff; | Unknown directive |
| 2378 | border-width: 0 2px 2px 0; | Unknown directive |
| 2379 | display: block; | Unknown directive |
| 2380 | height: 30px; | Unknown directive |
| 2381 | position: relative; | Unknown directive |
| 2382 | width: 30px; | Unknown directive |
| 2383 | z-index: 100 | Unknown directive |
| 2384 | } | Syntax not understood |
| 2386 | .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2387 | grid-area: rightNav; | Unknown directive |
| 2388 | position: relative; | Unknown directive |
| 2389 | right: -35px; | Unknown directive |
| 2390 | transform: rotate(-45deg) | Unknown directive |
| 2391 | } | Syntax not understood |
| 2393 | .galleryModal #imgContainer .arrowLeft { | Syntax not understood |
| 2394 | grid-area: leftNav; | Unknown directive |
| 2395 | left: -35px; | Unknown directive |
| 2396 | position: relative; | Unknown directive |
| 2397 | transform: rotate(135deg) | Unknown directive |
| 2398 | } | Syntax not understood |
| 2400 | .galleryModal #imgContainer .galleryMainImageBind { | Syntax not understood |
| 2401 | display: grid; | Unknown directive |
| 2402 | grid-area: gallery | Unknown directive |
| 2403 | } | Syntax not understood |
| 2405 | .galleryModal #imgContainer img.galleryMainImage { | Syntax not understood |
| 2406 | bottom: 0; | Unknown directive |
| 2407 | display: grid; | Unknown directive |
| 2408 | height: 100%; | Unknown directive |
| 2409 | justify-self: center; | Unknown directive |
| 2410 | left: 0; | Unknown directive |
| 2411 | margin-left: auto; | Unknown directive |
| 2412 | margin-right: auto; | Unknown directive |
| 2413 | max-height: 600px; | Unknown directive |
| 2414 | min-height: 600px; | Unknown directive |
| 2415 | -o-object-fit: cover; | Unknown directive |
| 2416 | object-fit: cover; | Unknown directive |
| 2417 | position: relative; | Unknown directive |
| 2418 | right: 0; | Unknown directive |
| 2419 | width: auto | Unknown directive |
| 2420 | } | Syntax not understood |
| 2422 | .galleryModal #imgContainer .captionBlock .caption, .galleryModal #imgContainer .captionBlock .credit { | Syntax not understood |
| 2423 | color: #fff; | Unknown directive |
| 2424 | display: block; | Unknown directive |
| 2425 | font-size: 10pt; | Unknown directive |
| 2426 | font-weight: 400; | Unknown directive |
| 2427 | height: 15px; | Unknown directive |
| 2428 | margin: auto 0; | Unknown directive |
| 2429 | padding-top: 10px; | Unknown directive |
| 2430 | position: relative; | Unknown directive |
| 2431 | text-align: center | Unknown directive |
| 2432 | } | Syntax not understood |
| 2434 | .galleryModal #imgContainer .captionBlock .credit { | Syntax not understood |
| 2435 | font-size: 8pt; | Unknown directive |
| 2436 | padding-top: 5px | Unknown directive |
| 2437 | } | Syntax not understood |
| 2439 | .galleryModal #imgContainer #carousel { | Syntax not understood |
| 2440 | grid-area: carousel; | Unknown directive |
| 2441 | margin: 10px 0 0; | Unknown directive |
| 2442 | position: relative; | Unknown directive |
| 2443 | text-align: center | Unknown directive |
| 2444 | } | Syntax not understood |
| 2446 | .galleryModal #imgContainer #carousel ul { | Syntax not understood |
| 2447 | width: 100% | Unknown directive |
| 2448 | } | Syntax not understood |
| 2450 | .galleryModal #imgContainer #carousel ul li { | Syntax not understood |
| 2451 | display: inline-block; | Unknown directive |
| 2452 | margin: 10px | Unknown directive |
| 2453 | } | Syntax not understood |
| 2455 | .galleryModal #imgContainer #carousel ul li .arrowLeft { | Syntax not understood |
| 2456 | left: -20px; | Unknown directive |
| 2457 | position: relative | Unknown directive |
| 2458 | } | Syntax not understood |
| 2460 | .galleryModal #imgContainer #carousel ul li .arrowRight { | Syntax not understood |
| 2461 | position: relative; | Unknown directive |
| 2462 | right: -20px | Unknown directive |
| 2463 | } | Syntax not understood |
| 2465 | .galleryModal #imgContainer #carousel .arrowSmall { | Syntax not understood |
| 2466 | height: 15px; | Unknown directive |
| 2467 | position: relative; | Unknown directive |
| 2468 | top: -13px; | Unknown directive |
| 2469 | width: 15px | Unknown directive |
| 2470 | } | Syntax not understood |
| 2472 | .galleryModal #imgContainer #carousel .thumbImg { | Syntax not understood |
| 2473 | display: inline-block; | Unknown directive |
| 2474 | margin: 10px | Unknown directive |
| 2475 | } | Syntax not understood |
| 2477 | .galleryModal #imgContainer #carousel img { | Syntax not understood |
| 2478 | height: 50px; | Unknown directive |
| 2479 | max-width: 80px; | Unknown directive |
| 2480 | -o-object-fit: cover; | Unknown directive |
| 2481 | object-fit: cover; | Unknown directive |
| 2482 | position: relative; | Unknown directive |
| 2483 | width: auto | Unknown directive |
| 2484 | } | Syntax not understood |
| 2486 | .galleryModal #imgContainer #carousel img:hover { | Syntax not understood |
| 2487 | border: 2px solid hsla(0, 0%, 100%, .25) | Unknown directive |
| 2488 | } | Syntax not understood |
| 2490 | .galleryModal #imgContainer #carousel img.highlightOn, .galleryModal #imgContainer #carousel img.highlightOn:hover { | Syntax not understood |
| 2491 | border: 2px solid #00c3ff | Unknown directive |
| 2492 | } | Syntax not understood |
| 2494 | .galleryModal #imgContainer #carousel img.highlightOff { | Syntax not understood |
| 2495 | border: 2px solid transparent | Unknown directive |
| 2496 | } | Syntax not understood |
| 2498 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2499 | .galleryModal { | Syntax not understood |
| 2500 | background-color: rgba(0, 0, 0, .8) | Unknown directive |
| 2501 | } | Syntax not understood |
| 2503 | .galleryModal .closeGallery { | Syntax not understood |
| 2504 | margin-right: 10px; | Unknown directive |
| 2505 | margin-top: -37px | Unknown directive |
| 2506 | } | Syntax not understood |
| 2508 | .galleryModal #imgContainer { | Syntax not understood |
| 2509 | height: 30vh; | Unknown directive |
| 2510 | width: 100vw | Unknown directive |
| 2511 | } | Syntax not understood |
| 2513 | .galleryModal #imgContainer .arrowLeft, .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2514 | height: 20px; | Unknown directive |
| 2515 | width: 20px | Unknown directive |
| 2516 | } | Syntax not understood |
| 2518 | .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2519 | margin-right: 20px; | Unknown directive |
| 2520 | transform: rotate(-45deg) | Unknown directive |
| 2521 | } | Syntax not understood |
| 2523 | .galleryModal #imgContainer .arrowLeft { | Syntax not understood |
| 2524 | margin-left: 20px; | Unknown directive |
| 2525 | transform: rotate(135deg) | Unknown directive |
| 2526 | } | Syntax not understood |
| 2528 | .galleryModal #imgContainer img { | Syntax not understood |
| 2529 | max-height: none; | Unknown directive |
| 2530 | max-width: 100% | Unknown directive |
| 2531 | } | Syntax not understood |
| 2533 | .galleryModal #imgContainer #carousel { | Syntax not understood |
| 2534 | display: none | Unknown directive |
| 2535 | } | Syntax not understood |
| 2536 | } | Syntax not understood |
| 2538 | html { | Syntax not understood |
| 2539 | -moz-text-size-adjust: none; | Unknown directive |
| 2540 | -webkit-text-size-adjust: none; | Unknown directive |
| 2541 | text-size-adjust: none | Unknown directive |
| 2542 | } | Syntax not understood |
| 2544 | body { | Syntax not understood |
| 2545 | color: #fff; | Unknown directive |
| 2546 | margin: 0 auto; | Unknown directive |
| 2547 | width: 100% | Unknown directive |
| 2548 | } | Syntax not understood |
| 2550 | body a { | Syntax not understood |
| 2551 | font-weight: 600 | Unknown directive |
| 2552 | } | Syntax not understood |
| 2554 | body a, body a:hover { | Unknown directive |
| 2555 | text-decoration: none | Unknown directive |
| 2556 | } | Syntax not understood |
| 2558 | body h1, body h2, body h3, body h4, body h5, body h6 { | Syntax not understood |
| 2559 | font-weight: 600; | Unknown directive |
| 2560 | margin: 0 | Unknown directive |
| 2561 | } | Syntax not understood |
| 2563 | body strong { | Syntax not understood |
| 2564 | font-weight: 600 | Unknown directive |
| 2565 | } | Syntax not understood |
| 2567 | body p { | Syntax not understood |
| 2568 | font-weight: 400 | Unknown directive |
| 2569 | } | Syntax not understood |
| 2571 | body .tippy-content a { | Syntax not understood |
| 2572 | color: #0e76bc | Unknown directive |
| 2573 | } | Syntax not understood |
| 2575 | body select { | Syntax not understood |
| 2576 | -webkit-appearance: none; | Unknown directive |
| 2577 | -moz-appearance: none; | Unknown directive |
| 2578 | appearance: none; | Unknown directive |
| 2579 | background-color: #fff; | Unknown directive |
| 2580 | background-image: url(//cf.allmusic.com/images/dropdown-arrow.svg); | Unknown directive |
| 2581 | background-position: calc(100% - 10px) 50%; | Unknown directive |
| 2582 | background-repeat: no-repeat; | Unknown directive |
| 2583 | background-size: 8px 5px; | Unknown directive |
| 2584 | border: 1px solid rgba(30, 30, 30, .25); | Unknown directive |
| 2585 | border-radius: 5px; | Unknown directive |
| 2586 | box-sizing: border-box; | Unknown directive |
| 2587 | color: #1e1e1e; | Unknown directive |
| 2588 | font-size: 14px; | Unknown directive |
| 2589 | font-weight: 600; | Unknown directive |
| 2590 | line-height: 22px; | Unknown directive |
| 2591 | padding: 2px 10px; | Unknown directive |
| 2592 | width: 100% | Unknown directive |
| 2593 | } | Syntax not understood |
| 2595 | body .clearfix:after { | Unknown directive |
| 2596 | clear: both; | Unknown directive |
| 2597 | content: ""; | Unknown directive |
| 2598 | display: table | Unknown directive |
| 2599 | } | Syntax not understood |
| 2601 | body .galleryTrigger { | Syntax not understood |
| 2602 | cursor: pointer | Unknown directive |
| 2603 | } | Syntax not understood |
| 2605 | body .javascript-disabled, body .site-degraded { | Syntax not understood |
| 2606 | background-color: #630808; | Unknown directive |
| 2607 | color: #fff; | Unknown directive |
| 2608 | font-size: 18px; | Unknown directive |
| 2609 | font-weight: 700; | Unknown directive |
| 2610 | line-height: 20px; | Unknown directive |
| 2611 | padding: 20px 0; | Unknown directive |
| 2612 | text-align: center | Unknown directive |
| 2613 | } | Syntax not understood |
| 2615 | body .advertising { | Syntax not understood |
| 2616 | color: #fff; | Unknown directive |
| 2617 | display: grid; | Unknown directive |
| 2618 | place-items: center; | Unknown directive |
| 2619 | width: 100% | Unknown directive |
| 2620 | } | Syntax not understood |
| 2622 | body .advertising.headerLeaderboard { | Syntax not understood |
| 2623 | grid-area: headerLeaderboard; | Unknown directive |
| 2624 | grid-column: 1/span 10; | Unknown directive |
| 2625 | height: 250px; | Unknown directive |
| 2626 | margin: 20px auto 0; | Unknown directive |
| 2627 | width: 970px | Unknown directive |
| 2628 | } | Syntax not understood |
| 2630 | body .advertising.sidebarRectangle { | Syntax not understood |
| 2631 | height: 600px; | Unknown directive |
| 2632 | margin-top: 20px | Unknown directive |
| 2633 | } | Syntax not understood |
| 2635 | body .advertising.sidebarRectangle.atf { | Syntax not understood |
| 2636 | height: 300px; | Unknown directive |
| 2637 | margin-bottom: 20px; | Unknown directive |
| 2638 | margin-top: 0 | Unknown directive |
| 2639 | } | Syntax not understood |
| 2641 | body .advertising.bandsInTown { | Syntax not understood |
| 2642 | height: 70px; | Unknown directive |
| 2643 | margin-bottom: 20px; | Unknown directive |
| 2644 | margin-top: 0 | Unknown directive |
| 2645 | } | Syntax not understood |
| 2647 | body .advertising.inContentLeaderboard { | Syntax not understood |
| 2648 | height: 90px; | Unknown directive |
| 2649 | margin-bottom: 24px | Unknown directive |
| 2650 | } | Syntax not understood |
| 2652 | body .advertising.videoPlayer { | Syntax not understood |
| 2653 | height: 425px; | Unknown directive |
| 2654 | margin: 50px auto; | Unknown directive |
| 2655 | width: 640px | Unknown directive |
| 2656 | } | Syntax not understood |
| 2658 | body .advertising.insticatorUnit { | Syntax not understood |
| 2659 | height: 330px; | Unknown directive |
| 2660 | margin: 39px auto 20px; | Unknown directive |
| 2661 | width: 600px | Unknown directive |
| 2662 | } | Syntax not understood |
| 2664 | body .advertising.bottomInContent { | Syntax not understood |
| 2665 | height: 250px | Unknown directive |
| 2666 | } | Syntax not understood |
| 2668 | body .advertising.tallMidLeaderboard { | Syntax not understood |
| 2669 | height: 250px; | Unknown directive |
| 2670 | margin: 20px auto; | Unknown directive |
| 2671 | width: 970px | Unknown directive |
| 2672 | } | Syntax not understood |
| 2674 | body .advertising.footerLeaderboard { | Syntax not understood |
| 2675 | grid-area: footerLeaderboard; | Unknown directive |
| 2676 | grid-column: 1/span 10; | Unknown directive |
| 2677 | height: 250px; | Unknown directive |
| 2678 | margin: 60px auto 40px; | Unknown directive |
| 2679 | width: 970px | Unknown directive |
| 2680 | } | Syntax not understood |
| 2682 | body .advertising.leader728 { | Syntax not understood |
| 2683 | height: 90px; | Unknown directive |
| 2684 | margin: 20px 0 20px 162px; | Unknown directive |
| 2685 | width: 728px | Unknown directive |
| 2686 | } | Syntax not understood |
| 2688 | body .advertising.inContentLeaderboard .desktop_in_article { | Syntax not understood |
| 2689 | min-height: 90px; | Unknown directive |
| 2690 | width: 728px | Unknown directive |
| 2691 | } | Syntax not understood |
| 2693 | body .advertising.inContentLeaderboard .desktop_in_article .pw-in-article { | Syntax not understood |
| 2694 | padding: 0 | Unknown directive |
| 2695 | } | Syntax not understood |
| 2697 | body .homepage .advertising.headerLeaderboard { | Syntax not understood |
| 2698 | grid-column: 1/span 15; | Unknown directive |
| 2699 | margin-bottom: 20px | Unknown directive |
| 2700 | } | Syntax not understood |
| 2702 | body aside .advertising.sidebarRectangle.atf, body aside .advertising.sidebarRectangle.btf { | Syntax not understood |
| 2703 | margin-inline: auto; | Unknown directive |
| 2704 | position: sticky; | Unknown directive |
| 2705 | z-index: 100 | Unknown directive |
| 2706 | } | Syntax not understood |
| 2708 | body aside .aside_bottom { | Syntax not understood |
| 2709 | flex-grow: 1 | Unknown directive |
| 2710 | } | Syntax not understood |
| 2712 | body .ad_spacer { | Syntax not understood |
| 2713 | height: 400px | Unknown directive |
| 2714 | } | Syntax not understood |
| 2716 | body .loading { | Syntax not understood |
| 2717 | background: url(//cf.allmusic.com/images/loading.gif) no-repeat 50%; | Unknown directive |
| 2718 | display: block; | Unknown directive |
| 2719 | height: 64px; | Unknown directive |
| 2720 | margin: 0 auto; | Unknown directive |
| 2721 | width: 64px | Unknown directive |
| 2722 | } | Syntax not understood |
| 2724 | body .pullDown { | Syntax not understood |
| 2725 | background-color: #fff; | Unknown directive |
| 2726 | border-top: #e3e3e3; | Unknown directive |
| 2727 | height: 30px; | Unknown directive |
| 2728 | position: relative; | Unknown directive |
| 2729 | z-index: 2 | Unknown directive |
| 2730 | } | Syntax not understood |
| 2732 | body .handCursor { | Syntax not understood |
| 2733 | cursor: url(//www.google.com/intl/en_ALL/mapfiles/openhand.cur), default !important | Unknown directive |
| 2734 | } | Syntax not understood |
| 2736 | body .handCursorClosed { | Syntax not understood |
| 2737 | cursor: url(//www.google.com/intl/en_ALL/mapfiles/closedhand.cur), default !important | Unknown directive |
| 2738 | } | Syntax not understood |
| 2740 | body #codeigniterProfiler { | Syntax not understood |
| 2741 | display: none; | Unknown directive |
| 2742 | margin: 0 auto; | Unknown directive |
| 2743 | overflow-x: scroll; | Unknown directive |
| 2744 | width: 1070px | Unknown directive |
| 2745 | } | Syntax not understood |
| 2747 | body #showProfiler { | Syntax not understood |
| 2748 | color: #666; | Unknown directive |
| 2749 | display: block; | Unknown directive |
| 2750 | padding: 40px 0; | Unknown directive |
| 2751 | text-align: center; | Unknown directive |
| 2752 | width: 100% | Unknown directive |
| 2753 | } | Syntax not understood |
| 2755 | body .errorBox, body .successBox { | Syntax not understood |
| 2756 | box-sizing: border-box; | Unknown directive |
| 2757 | color: #1e1e1e; | Unknown directive |
| 2758 | font-size: 14px; | Unknown directive |
| 2759 | font-weight: 600; | Unknown directive |
| 2760 | line-height: 20px; | Unknown directive |
| 2761 | padding: 10px !important; | Unknown directive |
| 2762 | text-align: center; | Unknown directive |
| 2763 | width: 100% | Unknown directive |
| 2764 | } | Syntax not understood |
| 2766 | body .errorBox { | Syntax not understood |
| 2767 | background-color: #ffb6c1 !important; | Unknown directive |
| 2768 | border: 1px solid #dc143c; | Unknown directive |
| 2769 | margin-bottom: 20px | Unknown directive |
| 2770 | } | Syntax not understood |
| 2772 | body .formInputError { | Syntax not understood |
| 2773 | border: 2px solid #dc143c !important; | Unknown directive |
| 2774 | margin-bottom: 20px | Unknown directive |
| 2775 | } | Syntax not understood |
| 2777 | body .successBox { | Syntax not understood |
| 2778 | background-color: #90ee90 !important; | Unknown directive |
| 2779 | border: 1px solid green; | Unknown directive |
| 2780 | margin-bottom: 20px | Unknown directive |
| 2781 | } | Syntax not understood |
| 2783 | body .headlineTop { | Syntax not understood |
| 2784 | display: flex; | Unknown directive |
| 2785 | margin-bottom: 19px | Unknown directive |
| 2786 | } | Syntax not understood |
| 2788 | body .headlineTop a, body .headlineTop h3 { | Syntax not understood |
| 2789 | font-size: 14px; | Unknown directive |
| 2790 | line-height: 17.09px; | Unknown directive |
| 2791 | width: 50% | Unknown directive |
| 2792 | } | Syntax not understood |
| 2794 | body .headlineTop h3 { | Syntax not understood |
| 2795 | margin: 0 | Unknown directive |
| 2796 | } | Syntax not understood |
| 2798 | body .headlineTop a { | Syntax not understood |
| 2799 | color: #25aae1; | Unknown directive |
| 2800 | display: block; | Unknown directive |
| 2801 | text-align: right | Unknown directive |
| 2802 | } | Syntax not understood |
| 2804 | body .uiBtn { | Syntax not understood |
| 2805 | border-radius: 5px; | Unknown directive |
| 2806 | box-sizing: border-box; | Unknown directive |
| 2807 | color: #1e1e1e; | Unknown directive |
| 2808 | cursor: pointer; | Unknown directive |
| 2809 | font-size: 12px; | Unknown directive |
| 2810 | font-weight: 600; | Unknown directive |
| 2811 | line-height: 12px; | Unknown directive |
| 2812 | padding: 15px; | Unknown directive |
| 2813 | text-align: center; | Unknown directive |
| 2814 | width: 100% | Unknown directive |
| 2815 | } | Syntax not understood |
| 2817 | body .grid { | Syntax not understood |
| 2818 | display: grid | Unknown directive |
| 2819 | } | Syntax not understood |
| 2821 | body .hasBackCover { | Syntax not understood |
| 2822 | background-image: url(//cf.allmusic.com/images/image_gallery.svg); | Unknown directive |
| 2823 | background-repeat: no-repeat; | Unknown directive |
| 2824 | background-size: 17px 15px; | Unknown directive |
| 2825 | bottom: 17px; | Unknown directive |
| 2826 | display: grid; | Unknown directive |
| 2827 | height: 15px; | Unknown directive |
| 2828 | left: 11px; | Unknown directive |
| 2829 | position: absolute; | Unknown directive |
| 2830 | width: 17px | Unknown directive |
| 2831 | } | Syntax not understood |
| 2833 | body span.hasReview { | Syntax not understood |
| 2834 | background-image: url(//cf.allmusic.com/images/review_available.svg); | Unknown directive |
| 2835 | background-repeat: no-repeat; | Unknown directive |
| 2836 | background-size: 10px 12px; | Unknown directive |
| 2837 | display: inline-block; | Unknown directive |
| 2838 | height: 12px; | Unknown directive |
| 2839 | width: 10px | Unknown directive |
| 2840 | } | Syntax not understood |
| 2842 | body header.fixed + #pageContainer { | Syntax not understood |
| 2843 | padding-top: 81px | Unknown directive |
| 2844 | } | Syntax not understood |
| 2846 | body #pageContainer #pageInnerContain { | Syntax not understood |
| 2847 | grid-column-gap: 20px; | Unknown directive |
| 2848 | align-items: center; | Unknown directive |
| 2849 | align-items: start; | Unknown directive |
| 2850 | display: grid; | Unknown directive |
| 2851 | grid-area: pageContainer; | Unknown directive |
| 2852 | grid-column: 1/span 10; | Unknown directive |
| 2853 | grid-template-areas:"headerLeaderboard headerLeaderboard" "sidebar content" "footerLeaderboard footerLeaderboard"; | Unknown directive |
| 2854 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 2855 | margin: 0 auto; | Unknown directive |
| 2856 | padding: 0 15px; | Unknown directive |
| 2857 | width: 1070px | Unknown directive |
| 2858 | } | Syntax not understood |
| 2860 | body #pageContainer #pageInnerContain aside { | Syntax not understood |
| 2861 | grid-area: sidebar; | Unknown directive |
| 2862 | grid-column: 1/span 3; | Unknown directive |
| 2863 | grid-row: 2; | Unknown directive |
| 2864 | margin-top: 40px | Unknown directive |
| 2865 | } | Syntax not understood |
| 2867 | body #pageContainer #pageInnerContain section { | Syntax not understood |
| 2868 | grid-area: content; | Unknown directive |
| 2869 | grid-column: 4/span 7; | Unknown directive |
| 2870 | grid-row: 2; | Unknown directive |
| 2871 | margin-top: 40px | Unknown directive |
| 2872 | } | Syntax not understood |
| 2874 | body #pageContainer #pageInnerContain section #basicInfo { | Syntax not understood |
| 2875 | border-bottom: 1px solid hsla(0, 0%, 100%, .35); | Unknown directive |
| 2876 | margin-bottom: 25px; | Unknown directive |
| 2877 | padding-bottom: 35px | Unknown directive |
| 2878 | } | Syntax not understood |
| 2880 | body #pageContainer #pageInnerContain section #basicInfo a { | Syntax not understood |
| 2881 | color: #25aae1 | Unknown directive |
| 2882 | } | Syntax not understood |
| 2884 | body #pageContainer #pageInnerContain section #basicInfo > div { | Syntax not understood |
| 2885 | grid-column-gap: 20px; | Unknown directive |
| 2886 | align-items: center; | Unknown directive |
| 2887 | display: grid; | Unknown directive |
| 2888 | grid-template-areas:"biHeading biHeading biHeading biHeading biHeading biData biData biData biData biData biData biData biData biData"; | Unknown directive |
| 2889 | grid-template-columns:repeat(14, minmax(0, 1fr)) | Unknown directive |
| 2890 | } | Syntax not understood |
| 2892 | body #pageContainer #pageInnerContain section #basicInfo > div h3 { | Syntax not understood |
| 2893 | font-size: 14px; | Unknown directive |
| 2894 | grid-area: biHeading; | Unknown directive |
| 2895 | line-height: 20px; | Unknown directive |
| 2896 | margin: 0; | Unknown directive |
| 2897 | width: 100% | Unknown directive |
| 2898 | } | Syntax not understood |
| 2900 | body #pageContainer #pageInnerContain section #basicInfo > div span { | Syntax not understood |
| 2901 | grid-area: biData; | Unknown directive |
| 2902 | width: 100% | Unknown directive |
| 2903 | } | Syntax not understood |
| 2905 | body #pageContainer #pageInnerContain #bottomInContentContainer { | Syntax not understood |
| 2906 | grid-column-gap: 20px; | Unknown directive |
| 2907 | display: grid; | Unknown directive |
| 2908 | grid-area: footerLeaderboard; | Unknown directive |
| 2909 | grid-template-columns:repeat(2, calc(50% - 10px)); | Unknown directive |
| 2910 | margin-bottom: 20px | Unknown directive |
| 2911 | } | Syntax not understood |
| 2913 | body .hidden { | Syntax not understood |
| 2914 | display: none | Unknown directive |
| 2915 | } | Syntax not understood |
| 2917 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2918 | body .hasBackCover { | Syntax not understood |
| 2919 | display: none | Unknown directive |
| 2920 | } | Syntax not understood |
| 2922 | body .advertising.footerLeaderboard, body .advertising.headerLeaderboard { | Syntax not understood |
| 2923 | grid-column: 1/span 6; | Unknown directive |
| 2924 | margin-left: 0; | Unknown directive |
| 2925 | min-height: 100px; | Unknown directive |
| 2926 | width: 100% | Unknown directive |
| 2927 | } | Syntax not understood |
| 2929 | body .advertising.headerLeaderboard { | Syntax not understood |
| 2930 | grid-row: 1 | Unknown directive |
| 2931 | } | Syntax not understood |
| 2933 | body .advertising.footerLeaderboard { | Syntax not understood |
| 2934 | grid-row: 4 | Unknown directive |
| 2935 | } | Syntax not understood |
| 2937 | body .advertising.insticatorUnit, body .advertising.videoPlayer { | Syntax not understood |
| 2938 | width: 100% | Unknown directive |
| 2939 | } | Syntax not understood |
| 2941 | body .advertising.inContentLeaderboard .mobile_in_article { | Syntax not understood |
| 2942 | min-height: 50px; | Unknown directive |
| 2943 | width: 320px | Unknown directive |
| 2944 | } | Syntax not understood |
| 2946 | body .advertising.inContentLeaderboard .mobile_in_article .pw-in-article { | Syntax not understood |
| 2947 | padding: 0 | Unknown directive |
| 2948 | } | Syntax not understood |
| 2950 | body .advertising.bandsInTown { | Syntax not understood |
| 2951 | margin-top: 20px | Unknown directive |
| 2952 | } | Syntax not understood |
| 2954 | body .homepage .advertising.headerLeaderboard { | Syntax not understood |
| 2955 | grid-column: 1/span 6 | Unknown directive |
| 2956 | } | Syntax not understood |
| 2958 | body aside .advertising.sidebarRectangle.atf, body aside .advertising.sidebarRectangle.btf { | Syntax not understood |
| 2959 | position: inherit; | Unknown directive |
| 2960 | top: inherit; | Unknown directive |
| 2961 | z-index: auto | Unknown directive |
| 2962 | } | Syntax not understood |
| 2964 | body .ad_spacer { | Syntax not understood |
| 2965 | height: 0 | Unknown directive |
| 2966 | } | Syntax not understood |
| 2968 | body #pageContainer #pageInnerContain { | Syntax not understood |
| 2969 | grid-column-gap: 20px; | Unknown directive |
| 2970 | align-items: center; | Unknown directive |
| 2971 | align-items: start; | Unknown directive |
| 2972 | box-sizing: border-box; | Unknown directive |
| 2973 | display: grid; | Unknown directive |
| 2974 | grid-column: 1/span 6; | Unknown directive |
| 2975 | grid-template-areas:"headerLeaderboard" "sidebar" "content" "footerLeaderboard"; | Unknown directive |
| 2976 | grid-template-columns:repeat(6, minmax(0, 1fr)); | Unknown directive |
| 2977 | padding: 0 20px; | Unknown directive |
| 2978 | width: 100% | Unknown directive |
| 2979 | } | Syntax not understood |
| 2981 | body #pageContainer #pageInnerContain aside { | Syntax not understood |
| 2982 | grid-column: 1/span 6; | Unknown directive |
| 2983 | grid-row: 2 | Unknown directive |
| 2984 | } | Syntax not understood |
| 2986 | body #pageContainer #pageInnerContain section { | Syntax not understood |
| 2987 | grid-column: 1/span 6; | Unknown directive |
| 2988 | grid-row: 3; | Unknown directive |
| 2989 | margin-top: 16px | Unknown directive |
| 2990 | } | Syntax not understood |
| 2991 | } | Syntax not understood |
| 2993 | body { | Syntax not understood |
| 2994 | background-color: #000 | Unknown directive |
| 2995 | } | Syntax not understood |
| 2997 | body #pageContainer.error a, body #pageContainer.notLoggedIn a { | Syntax not understood |
| 2998 | color: #25aae1 | Unknown directive |
| 2999 | } | Syntax not understood |
| 3001 | body #pageContainer.error h1, body #pageContainer.notLoggedIn h1 { | Syntax not understood |
| 3002 | font-size: 48px; | Unknown directive |
| 3003 | font-weight: 600; | Unknown directive |
| 3004 | line-height: normal; | Unknown directive |
| 3005 | margin: 0 0 16px | Unknown directive |
| 3006 | } | Syntax not understood |
| 3008 | body #pageContainer.error p, body #pageContainer.notLoggedIn p { | Syntax not understood |
| 3009 | font-size: 20px; | Unknown directive |
| 3010 | font-weight: 400; | Unknown directive |
| 3011 | line-height: 23px; | Unknown directive |
| 3012 | margin: 0 0 24px | Unknown directive |
| 3013 | } | Syntax not understood |
| 3015 | body #pageContainer.error #pageInnerContain, body #pageContainer.notLoggedIn #pageInnerContain { | Syntax not understood |
| 3016 | background-color: #000; | Unknown directive |
| 3017 | grid-template-areas:"headerLeaderboard" "content" "footerLeaderboard"; | Unknown directive |
| 3018 | padding: 0 15px 20px | Unknown directive |
| 3019 | } | Syntax not understood |
| 3021 | body #pageContainer.error #pageInnerContain #pageContent, body #pageContainer.notLoggedIn #pageInnerContain #pageContent { | Syntax not understood |
| 3022 | background: #000; | Unknown directive |
| 3023 | box-sizing: border-box; | Unknown directive |
| 3024 | color: #fff; | Unknown directive |
| 3025 | grid-area: content; | Unknown directive |
| 3026 | grid-column: 1/span 10; | Unknown directive |
| 3027 | margin: 70px 0 40px; | Unknown directive |
| 3028 | min-height: 100px; | Unknown directive |
| 3029 | padding: 0 | Unknown directive |
| 3030 | } | Syntax not understood |
| 3032 | body #pageContainer.error #pageInnerContain #pageContent #gridContainer, body #pageContainer.notLoggedIn #pageInnerContain #pageContent #gridContainer { | Syntax not understood |
| 3033 | display: grid; | Unknown directive |
| 3034 | grid-template-columns:100% | Unknown directive |
| 3035 | } | Syntax not understood |
| 3037 | body #pageContainer.error #pageInnerContain #pageContent #gridContainer a, body #pageContainer.notLoggedIn #pageInnerContain #pageContent #gridContainer a { | Syntax not understood |
| 3038 | color: #0e76bc | Unknown directive |
| 3039 | } | Syntax not understood |
| 3041 | body #pageContainer.error #pageInnerContain #pageContent #gridContainer h2, body #pageContainer.notLoggedIn #pageInnerContain #pageContent #gridContainer h2 { | Syntax not understood |
| 3042 | font-size: 20px; | Unknown directive |
| 3043 | font-weight: 600; | Unknown directive |
| 3044 | line-height: 23px; | Unknown directive |
| 3045 | margin: 0 | Unknown directive |
| 3046 | } | Syntax not understood |
| 3047 | </style> | Syntax not understood |
| 3048 | </head> | Syntax not understood |
| 3049 | <body> | Syntax not understood |
| 3050 | <header id="siteHeader"> | Syntax not understood |
| 3051 | <div id="siteHeaderInnerContain"> | Syntax not understood |
| 3052 | <div id="headerTopRow"> | Syntax not understood |
| 3053 | <div id="logoMainNavContainer"> | Syntax not understood |
| 3054 | <div id="logoContainer"><a href="/" title="AllMusic"></a></div> | Syntax not understood |
| 3055 | </div> | Syntax not understood |
| 3056 | </div> | Syntax not understood |
| 3057 | </div> | Syntax not understood |
| 3058 | </div> | Syntax not understood |
| 3059 | </header> | Syntax not understood |
| 3060 | <div id="pageContainer" | Syntax not understood |
| 3061 | class="error"> | Syntax not understood |
| 3062 | <div id="pageInnerContain"> | Syntax not understood |
| 3063 | <div class="advertising headerLeaderboard"> | Syntax not understood |
| 3064 | <div id="AllMusic_LB_Top" style="width:100%;min-height:90px;"> | Unknown directive |
| 3065 | </div> | Syntax not understood |
| 3066 | </div> | Syntax not understood |
| 3067 | <div id="pageContent"> | Syntax not understood |
| 3068 | <div id="gridContainer"> | Syntax not understood |
| 3070 | <h1>AllMusic is being updated. Hold tight.</h1> | Syntax not understood |
| 3071 | <p>Thanks!</p> | Syntax not understood |
| 3073 | </div> | Syntax not understood |
| 3074 | </div> | Syntax not understood |
| 3075 | <div class="advertising footerLeaderboard"> | Syntax not understood |
| 3076 | <div id="AllMusic_LB_Footer" style="width:100%;min-height:90px;"> | Unknown directive |
| 3077 | </div> | Syntax not understood |
| 3078 | </div> | Syntax not understood |
| 3079 | </div><!-- end #pageInnerContainer --> | Syntax not understood |
| 3080 | </div><!-- end #pageContainer --> | Syntax not understood |
| 3081 | <footer> | Syntax not understood |
| 3082 | <div id="footer-wrapper"> | Syntax not understood |
| 3083 | <div id="footer-grid"> | Syntax not understood |
| 3084 | <img id="footer-logo" src="https://cf.allmusic.com/images/logo_tower_whiteonblack.svg" | Unknown directive |
| 3085 | alt="AllMusic Logo"> | Syntax not understood |
| 3086 | <div id="column1" class="footer-column"> | Syntax not understood |
| 3087 | <div id="properties"> | Syntax not understood |
| 3088 | <h3>Our Properties</h3> | Syntax not understood |
| 3089 | <ul> | Syntax not understood |
| 3090 | <li> | Syntax not understood |
| 3091 | <p><a href="https://www.allmusic.com" title="AllMusic">AllMusic</a></p> | Unknown directive |
| 3092 | </li> | Syntax not understood |
| 3093 | <li> | Syntax not understood |
| 3094 | <p><a href="https://www.allmovie.com" title="AllMovie">AllMovie</a></p> | Unknown directive |
| 3095 | </li> | Syntax not understood |
| 3096 | <li> | Syntax not understood |
| 3097 | <p><a href="https://www.sidereel.com" title="SideReel">SideReel</a></p> | Unknown directive |
| 3098 | </li> | Syntax not understood |
| 3099 | </ul> | Syntax not understood |
| 3100 | </div> | Syntax not understood |
| 3101 | <div id="site-overview" class="footer-column"> | Syntax not understood |
| 3102 | <h3>Site Overview</h3> | Syntax not understood |
| 3103 | <ul> | Syntax not understood |
| 3104 | <li> | Syntax not understood |
| 3105 | <p><a href="/newreleases" title="New Releases">New Releases</a></p> | Syntax not understood |
| 3106 | </li> | Syntax not understood |
| 3107 | <li> | Syntax not understood |
| 3108 | <p><a href="/discover" title="Discover">Discover</a></p> | Syntax not understood |
| 3109 | </li> | Syntax not understood |
| 3110 | <li> | Syntax not understood |
| 3111 | <p><a href="/blog" title="Articles">Articles</a></p> | Syntax not understood |
| 3112 | </li> | Syntax not understood |
| 3113 | <li> | Syntax not understood |
| 3114 | <p><a href="/recommendations" title="Recommendations">Recommendations</a></p> | Syntax not understood |
| 3115 | </li> | Syntax not understood |
| 3116 | </ul> | Syntax not understood |
| 3117 | </div> | Syntax not understood |
| 3118 | </div> | Syntax not understood |
| 3119 | <div id="column2" class="footer-column"> | Syntax not understood |
| 3120 | <div id="about"> | Syntax not understood |
| 3121 | <h3>About</h3> | Syntax not understood |
| 3122 | <ul> | Syntax not understood |
| 3123 | <li> | Syntax not understood |
| 3124 | <p><a href="/about" title="What is AllMusic?">What is AllMusic?</a></p> | Syntax not understood |
| 3125 | </li> | Syntax not understood |
| 3126 | <li> | Syntax not understood |
| 3127 | <p><a href="/copyright-policy" title="Copyright Policy">Copyright Policy</a></p> | Syntax not understood |
| 3128 | </li> | Syntax not understood |
| 3129 | <li> | Syntax not understood |
| 3130 | <p><a href="/privacy-notice" title="Privacy Policy">Privacy Policy</a></p> | Syntax not understood |
| 3131 | </li> | Syntax not understood |
| 3132 | <li> | Syntax not understood |
| 3133 | <p><a href="/terms-of-service" title="Terms of Service">Terms of Service</a></p> | Syntax not understood |
| 3134 | </li> | Syntax not understood |
| 3135 | <li> | Syntax not understood |
| 3136 | <p><a href="/advertise" title="Advertise on AllMusic">Advertise</a></p> | Syntax not understood |
| 3137 | </li> | Syntax not understood |
| 3138 | </ul> | Syntax not understood |
| 3139 | </div> | Syntax not understood |
| 3141 | <div id="questions-contact"> | Syntax not understood |
| 3142 | <h3>Questions and Contact</h3> | Syntax not understood |
| 3143 | <ul> | Syntax not understood |
| 3144 | <li> | Syntax not understood |
| 3145 | <p><a href="/faq" title="FAQ">FAQ</a></p> | Syntax not understood |
| 3146 | </li> | Syntax not understood |
| 3147 | <li> | Syntax not understood |
| 3148 | <p><a href="https://allmedianetwork.helprace.com/s1-allmusic" title="Feedback" | Unknown directive |
| 3149 | target="_blank">Feedback</a></p> | Syntax not understood |
| 3150 | </li> | Syntax not understood |
| 3151 | </ul> | Syntax not understood |
| 3152 | </div> | Syntax not understood |
| 3153 | </div> | Syntax not understood |
| 3154 | <div id="column3" class="footer-column"> | Syntax not understood |
| 3155 | <div id="your-account"> | Syntax not understood |
| 3156 | <h3>Your AllMusic Account</h3> | Syntax not understood |
| 3157 | <ul> | Syntax not understood |
| 3158 | <li> | Syntax not understood |
| 3159 | <p><a href="javascript:void(0);" title="My Profile" | Unknown directive |
| 3160 | class="myProfileLink">My Profile</a></p> | Syntax not understood |
| 3161 | </li> | Syntax not understood |
| 3162 | <li> | Syntax not understood |
| 3163 | <p><a href="/user/profile" title="Account Settings">Account Settings</a></p> | Syntax not understood |
| 3164 | </li> | Syntax not understood |
| 3165 | </ul> | Syntax not understood |
| 3166 | </div> | Syntax not understood |
| 3168 | <div id="remove-ads"> | Syntax not understood |
| 3169 | <h3>Remove Ads</h3> | Syntax not understood |
| 3170 | <ul> | Syntax not understood |
| 3171 | <li> | Syntax not understood |
| 3172 | <p><a href="/subscribe" title="Subscribe to AllMusic">Subscribe to AllMusic</a></p> | Syntax not understood |
| 3173 | </li> | Syntax not understood |
| 3174 | </ul> | Syntax not understood |
| 3175 | </div> | Syntax not understood |
| 3176 | </div> | Syntax not understood |
| 3177 | <div id="column4" class="footer-column"> | Syntax not understood |
| 3178 | <div id="follow-us"> | Syntax not understood |
| 3179 | <h3>Follow Us</h3> | Syntax not understood |
| 3180 | <ul> | Syntax not understood |
| 3181 | <li> | Syntax not understood |
| 3182 | <p><a href="https://www.facebook.com/AllMusicDotCom" title="Like us on Facebook" | Unknown directive |
| 3183 | target="_blank">Facebook</a> | Syntax not understood |
| 3184 | </li> | Syntax not understood |
| 3185 | <li> | Syntax not understood |
| 3186 | <p><a href="https://twitter.com/allmusic" title="Follow us on Twitter" target="_blank">Twitter</a> | Unknown directive |
| 3187 | </p> | Syntax not understood |
| 3188 | </li> | Syntax not understood |
| 3189 | <li> | Syntax not understood |
| 3190 | <p><a href="https://allmusic.tumblr.com" title="Follow us on Tumblr" | Unknown directive |
| 3191 | target="_blank">Tumblr</a> | Syntax not understood |
| 3192 | </p> | Syntax not understood |
| 3193 | </li> | Syntax not understood |
| 3194 | <li> | Syntax not understood |
| 3195 | <p><a href="https://www.pinterest.com/allmusicdotcom" title="Follow us on Pinterest" | Unknown directive |
| 3196 | target="_blank">Pinterest</a></p> | Syntax not understood |
| 3197 | </li> | Syntax not understood |
| 3198 | <li> | Syntax not understood |
| 3199 | <p><a href="/rss-feeds" title="Subscribe to our RSS feed" target="_blank">RSS</a> | Syntax not understood |
| 3200 | </p> | Syntax not understood |
| 3201 | </li> | Syntax not understood |
| 3202 | </ul> | Syntax not understood |
| 3203 | </div> | Syntax not understood |
| 3204 | </div> | Syntax not understood |
| 3205 | <div id="newsletter-signup" class="footer-column"> | Syntax not understood |
| 3206 | <h3>Sign Up For Our Weekly New Releases Newsletter</h3> | Syntax not understood |
| 3207 | <form id="footerNewsletterSignupForm"> | Syntax not understood |
| 3208 | <div id="signup"> | Syntax not understood |
| 3209 | <input type="email" name="newsletterEmail" id="newsletterEmailSignup" | Syntax not understood |
| 3210 | aria-label="Email Signup" placeholder="name@domain.com" required> | Syntax not understood |
| 3211 | <input type="submit" name="newsletterSubmit" id="newsletterSubmitBtn" value="Sign Up"> | Syntax not understood |
| 3212 | </div> | Syntax not understood |
| 3213 | <div id="failMsgEmail" style="display:none;"><h3>Please enter a valid email address.</h3></div> | Unknown directive |
| 3214 | <div id="failMsgSg" style="display:none;"><h3>There was a problem subscribing you. Please try | Unknown directive |
| 3215 | again.</h3></div> | Syntax not understood |
| 3216 | <div id="successMsg" style="display:none"> | Unknown directive |
| 3217 | <h3>Thank You for subscribing to the <a href="/newreleases" title="AllMusic New Releases">AllMusic | Syntax not understood |
| 3218 | New Releases Newsletter</a>.</h3> | Syntax not understood |
| 3219 | </div> | Syntax not understood |
| 3220 | </form> | Syntax not understood |
| 3221 | </div> | Syntax not understood |
| 3222 | <div id="copyright"> | Syntax not understood |
| 3223 | <h3>©2025 ALLMUSIC, NETAKTION LLC - ALL RIGHTS RESERVED</h3> | Syntax not understood |
| 3224 | </div> | Syntax not understood |
| 3225 | </div> | Syntax not understood |
| 3226 | </div> | Syntax not understood |
| 3227 | </footer> | Syntax not understood |
| 3228 | </body> | Syntax not understood |
| 3229 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
242 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.08 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.07 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 35 ms |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Double Exposure div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0007001789/front/400/JhBZmOWJecWGbiougBaaKd_M6... | 44.2 KiB | 37.9 KiB |
Fidelity div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0007006989/front/400/6gd6S6QzaS3lwAod-i7t6d_M6... | 41.4 KiB | 35.1 KiB |
The Tiberi Tapes: A Preview of the Mythical Recordings div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0007007303/front/400/8yMEz90FuHSxDBv6xiznQYAf7... | 37.6 KiB | 31.3 KiB |
Konnakol div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0006998953/front/400/2b1nKmmhmHf43CWP7kVcsN_M6... | 34.2 KiB | 27.9 KiB |
Moya Brennan, 1952-2026 div.homepageBlogItem > div.blogImage > a > img.cover-image | fastly-s3.allmusic.com/cms/31296/brennan__medium.jpg | 35.6 KiB | 24.4 KiB |
Aritifical Inteligence uses div.avp-main > div#aniplayer_AV68a4a6cf8ba4f59be90bf736-1776810305632Container > avp-poster.avp-poster > img.avp-background | /5b59760c073ef46a2e6b8f13/videos/6798b3ac55ec6c87f7087763... | 30.1 KiB | 20.7 KiB |
The World Is to Dig div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0007015423/front/400/qRESESJM4UWSogb1G5NeAR_TZ... | 26.8 KiB | 20.5 KiB |
Julia div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0007008599/front/400/p1QqCeip1XjHCzc1FFb7jA4Q1... | 26.2 KiB | 20.0 KiB |
Stella's Birth-Day div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0007024265/front/400/f01N2Xw3PfvVJ0RQDnbZ9oAf7... | 23.0 KiB | 17.4 KiB |
Snocaps div.newReleaseItem > div.nrImage > a > img.nrCoverImg | /release/mr0006905905/front/400/HqJ8ykPw36tzGlT_sdRS1IAf7... | 19.8 KiB | 15.1 KiB |
Five Star Spotlight: The Postal Service - 'Give Up' div#bannerInnerContain > div#bannerImg > a > img | fastly-s3.allmusic.com/cms/31299/Postal__large.jpg | 47.7 KiB | 10.2 KiB |
It's the Long Goodbye div.homeECItem > div.homeECImage > a > img.nrCoverImg | /release/mr0006981935/front/220/A6tqg27jPC3IXpGQ0FycQIAf7... | 15.8 KiB | 7.9 KiB |
Help AllMusic with a subscription div#subscribeHelpContainer > div#subHelpInner > div#subHelpLeft > img | fastly-gce.allmusic.com/images/help.jpg | 10.3 KiB | 6.6 KiB |
New Releases This Week div.homepageBlogItem > div.blogImage > a > img.cover-image | fastly-s3.allmusic.com/cms/31297/tmbg__medium.jpg | 16.7 KiB | 5.5 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| player.aniview.com/script/ad-manager/stable/umd/ad-manager.js | http/1.1 |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Bevan:ital@0;1&family=Kameron:wght@400..700&... | 1.0 KiB | 271 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| allmusic.com/ | 355 ms |
| www.allmusic.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Other | 694 ms |
| Style & Layout | 196 ms |
| Script Parsing & Compilation | 162 ms |
| Rendering | 70 ms |
| Parse HTML & CSS | 56 ms |
| Garbage Collection | 33 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
| fastly-gce.allmusic.com/dist/css/pages/home/home-17c070fa15.css | 13.2 KiB | 10.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.intergient.com/prebid/prebid.05eaa3284c60ad6e334d.js | 221.8 KiB | 189.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 135.1 KiB |
| cdn.intergient.com/pageos/V.20260416.1/main.121b53b8564b55f13382.js | 171.4 KiB | 133.7 KiB |
| /script/6.1/AVmanager.js?v=1.0&type=s&pid=689ba015a82696c... | 184.7 KiB | 119.9 KiB |
| player.aniview.com/script/prebid/stable/system/prebid.core.js | 162.4 KiB | 118.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-SWFEMKKGV9&cx=c>m=4e64h1 | 160.6 KiB | 65.0 KiB |
| player.avplayer.com/script/8.3/v/avcplayer.js | 191.0 KiB | 63.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M9HWTFG | 126.9 KiB | 62.8 KiB |
| player.aniview.com/script/ad-manager/stable/umd/ad-manager.js | 132.3 KiB | 47.5 KiB |
| fundingchoicesmessages.google.com/i/154013155?ers=3 | 68.7 KiB | 34.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Submit search div#searchNavContainer > div.searchContainer > form.site-search > input.siteSearchButton |
ZAYN div.newReleaseItem > div.nrMeta > div.artist > a |
Konnakol div.newReleaseItem > div.nrMeta > div.title > a |
They Might Be Giants div.newReleaseItem > div.nrMeta > div.artist > a |
The World Is to Dig div.newReleaseItem > div.nrMeta > div.title > a |
Snocaps div.newReleaseItem > div.nrMeta > div.artist > a |
Snocaps div.newReleaseItem > div.nrMeta > div.title > a |
Yaya Bey div.newReleaseItem > div.nrMeta > div.artist > a |
Fidelity div.newReleaseItem > div.nrMeta > div.title > a |
Julia div.newReleaseItem > div.nrMeta > div.title > a |
Penny Arcade div.newReleaseItem > div.nrMeta > div.artist > a |
Double Exposure div.newReleaseItem > div.nrMeta > div.title > a |
Fellow Mortals div.newReleaseItem > div.nrMeta > div.artist > a |
Stella's Birth-Day div.newReleaseItem > div.nrMeta > div.title > a |
John Coltrane div.newReleaseItem > div.nrMeta > div.artist > a |
Jessie Ware div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Superbloom div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Adrian Younge div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Younge div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Bitches' Blues div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Winston Hightower div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
100 Acre Wood div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
The Zombies div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Begin Here div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Tiga div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Hotlife div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Tomora div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
Come Closer div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Honey Dijon div.moreReleasesItem > div.moreReleasesMeta > div.artist > a |
The Nightlife div.moreReleasesItem > div.moreReleasesMeta > div.title > a |
Tirakat div.homeECItem > div.homeECMeta > div.title > a |
Kim Gordon div.homeECItem > div.homeECMeta > div.artist > a |
Play Me div.homeECItem > div.homeECMeta > div.title > a |
Prostitute div.homeECItem > div.homeECMeta > div.artist > a |
Attempted Martyr div.homeECItem > div.homeECMeta > div.title > a |
Sunya div.homeECItem > div.homeECMeta > div.title > a |
The Sophs div.homeECItem > div.homeECMeta > div.artist > a |
GOLDSTAR div.homeECItem > div.homeECMeta > div.title > a |
The Twilight Sad div.homeECItem > div.homeECMeta > div.artist > a |
Jane Wiedlin div.homeStaffPick > div.staffPickMeta > div.artist > a |
Jane Wiedlin div.homeStaffPick > div.staffPickMeta > div.title > a |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | fastly-gce.allmusic.com/dist/js/setup-0b3a7bb39a.js line 1, col 79563 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="en"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <script> | Syntax not understood |
| 5 | window.location.href.indexOf(".allmusic.com") == -1 && window.stop(); | Syntax not understood |
| 6 | </script> | Syntax not understood |
| 8 | <title>AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews</title> | Syntax not understood |
| 9 | <meta name="title" content="AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews"> | Syntax not understood |
| 10 | <meta name="description" | Syntax not understood |
| 11 | content="AllMusic provides comprehensive music info including reviews and biographies. Get recommendations for new music to listen to, stream or own."> | Syntax not understood |
| 13 | <meta charset="UTF-8"> | Syntax not understood |
| 15 | <!-- iOS metadata --> | Syntax not understood |
| 16 | <meta name="apple-mobile-web-app-capable" content="no"> | Syntax not understood |
| 17 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | Syntax not understood |
| 19 | <meta name="application-name" content="AllMusic"> | Syntax not understood |
| 20 | <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss"> | Syntax not understood |
| 22 | <meta property="og:site_name" content="AllMusic"> | Unknown directive |
| 24 | <meta property="fb:app_id" content="415271808519760"> | Unknown directive |
| 26 | <meta property="og:title" content="AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews"> | Unknown directive |
| 27 | <meta name="twitter:title" content="AllMusic is being updated. | Music Search, Recommendations, Videos and Reviews"> | Unknown directive |
| 29 | <meta property="og:description" | Unknown directive |
| 30 | content="AllMusic provides comprehensive music info including reviews and biographies. Get recommendations for new music to listen to, stream or own."> | Syntax not understood |
| 31 | <meta name="twitter:description" | Unknown directive |
| 32 | content="AllMusic provides comprehensive music info including reviews and biographies. Get recommendations for new music to listen to, stream or own."> | Syntax not understood |
| 34 | <meta property="og:type" content="website"> | Unknown directive |
| 36 | <meta property="og:image" content="https://cf.allmusic.com/images/allmusic_facebook_share.png"> | Unknown directive |
| 37 | <meta property="og:url" content="https://www.allmusic.com/allmusic_updated"> | Unknown directive |
| 39 | <meta name="spotim-ads" content="disable-all"> | Syntax not understood |
| 41 | <link rel="canonical" href="https://www.allmusic.com/updated"> | Unknown directive |
| 43 | <!-- android homescreen specific favicon --> | Syntax not understood |
| 44 | <link rel="icon" type="image/png" | Syntax not understood |
| 45 | href="https://cf.allmusic.com/images/favicon/favicon-196x196.png?v=47BXOjEqB" sizes="196x196"> | Unknown directive |
| 47 | <!-- google fonts --> | Syntax not understood |
| 48 | <link rel="preconnect" href="https://fonts.googleapis.com"> | Unknown directive |
| 49 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | Unknown directive |
| 50 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet"> | Unknown directive |
| 52 | <style type="text/css"> | Syntax not understood |
| 53 | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | Syntax not understood |
| 54 | html { | Syntax not understood |
| 55 | -webkit-text-size-adjust: 100%; | Unknown directive |
| 56 | line-height: 1.15 | Unknown directive |
| 57 | } | Syntax not understood |
| 59 | body { | Syntax not understood |
| 60 | margin: 0 | Unknown directive |
| 61 | } | Syntax not understood |
| 63 | main { | Syntax not understood |
| 64 | display: block | Unknown directive |
| 65 | } | Syntax not understood |
| 67 | h1 { | Syntax not understood |
| 68 | font-size: 2em; | Unknown directive |
| 69 | margin: .67em 0 | Unknown directive |
| 70 | } | Syntax not understood |
| 72 | hr { | Syntax not understood |
| 73 | box-sizing: content-box; | Unknown directive |
| 74 | height: 0; | Unknown directive |
| 75 | overflow: visible | Unknown directive |
| 76 | } | Syntax not understood |
| 78 | pre { | Syntax not understood |
| 79 | font-family: monospace, monospace; | Unknown directive |
| 80 | font-size: 1em | Unknown directive |
| 81 | } | Syntax not understood |
| 83 | a { | Syntax not understood |
| 84 | background-color: transparent | Unknown directive |
| 85 | } | Syntax not understood |
| 87 | abbr[title] { | Syntax not understood |
| 88 | border-bottom: none; | Unknown directive |
| 89 | text-decoration: underline; | Unknown directive |
| 90 | -webkit-text-decoration: underline dotted; | Unknown directive |
| 91 | text-decoration: underline dotted | Unknown directive |
| 92 | } | Syntax not understood |
| 94 | b, strong { | Syntax not understood |
| 95 | font-weight: bolder | Unknown directive |
| 96 | } | Syntax not understood |
| 98 | code, kbd, samp { | Syntax not understood |
| 99 | font-family: monospace, monospace; | Unknown directive |
| 100 | font-size: 1em | Unknown directive |
| 101 | } | Syntax not understood |
| 103 | small { | Syntax not understood |
| 104 | font-size: 80% | Unknown directive |
| 105 | } | Syntax not understood |
| 107 | sub, sup { | Syntax not understood |
| 108 | font-size: 75%; | Unknown directive |
| 109 | line-height: 0; | Unknown directive |
| 110 | position: relative; | Unknown directive |
| 111 | vertical-align: baseline | Unknown directive |
| 112 | } | Syntax not understood |
| 114 | sub { | Syntax not understood |
| 115 | bottom: -.25em | Unknown directive |
| 116 | } | Syntax not understood |
| 118 | sup { | Syntax not understood |
| 119 | top: -.5em | Unknown directive |
| 120 | } | Syntax not understood |
| 122 | img { | Syntax not understood |
| 123 | border-style: none | Unknown directive |
| 124 | } | Syntax not understood |
| 126 | button, input, optgroup, select, textarea { | Syntax not understood |
| 127 | font-family: inherit; | Unknown directive |
| 128 | font-size: 100%; | Unknown directive |
| 129 | line-height: 1.15; | Unknown directive |
| 130 | margin: 0 | Unknown directive |
| 131 | } | Syntax not understood |
| 133 | button, input { | Syntax not understood |
| 134 | overflow: visible | Unknown directive |
| 135 | } | Syntax not understood |
| 137 | button, select { | Syntax not understood |
| 138 | text-transform: none | Unknown directive |
| 139 | } | Syntax not understood |
| 141 | [type=button], [type=reset], [type=submit], button { | Syntax not understood |
| 142 | -webkit-appearance: button | Unknown directive |
| 143 | } | Syntax not understood |
| 145 | [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { | Unknown directive |
| 146 | border-style: none; | Unknown directive |
| 147 | padding: 0 | Unknown directive |
| 148 | } | Syntax not understood |
| 150 | [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { | Unknown directive |
| 151 | outline: 1px dotted ButtonText | Unknown directive |
| 152 | } | Syntax not understood |
| 154 | fieldset { | Syntax not understood |
| 155 | padding: .35em .75em .625em | Unknown directive |
| 156 | } | Syntax not understood |
| 158 | legend { | Syntax not understood |
| 159 | box-sizing: border-box; | Unknown directive |
| 160 | color: inherit; | Unknown directive |
| 161 | display: table; | Unknown directive |
| 162 | max-width: 100%; | Unknown directive |
| 163 | padding: 0; | Unknown directive |
| 164 | white-space: normal | Unknown directive |
| 165 | } | Syntax not understood |
| 167 | progress { | Syntax not understood |
| 168 | vertical-align: baseline | Unknown directive |
| 169 | } | Syntax not understood |
| 171 | textarea { | Syntax not understood |
| 172 | overflow: auto | Unknown directive |
| 173 | } | Syntax not understood |
| 175 | [type=checkbox], [type=radio] { | Syntax not understood |
| 176 | box-sizing: border-box; | Unknown directive |
| 177 | padding: 0 | Unknown directive |
| 178 | } | Syntax not understood |
| 180 | [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { | Unknown directive |
| 181 | height: auto | Unknown directive |
| 182 | } | Syntax not understood |
| 184 | [type=search] { | Syntax not understood |
| 185 | -webkit-appearance: textfield; | Unknown directive |
| 186 | outline-offset: -2px | Unknown directive |
| 187 | } | Syntax not understood |
| 189 | [type=search]::-webkit-search-decoration { | Unknown directive |
| 190 | -webkit-appearance: none | Unknown directive |
| 191 | } | Syntax not understood |
| 193 | ::-webkit-file-upload-button { | Unknown directive |
| 194 | -webkit-appearance: button; | Unknown directive |
| 195 | font: inherit | Unknown directive |
| 196 | } | Syntax not understood |
| 198 | details { | Syntax not understood |
| 199 | display: block | Unknown directive |
| 200 | } | Syntax not understood |
| 202 | summary { | Syntax not understood |
| 203 | display: list-item | Unknown directive |
| 204 | } | Syntax not understood |
| 206 | [hidden], template { | Syntax not understood |
| 207 | display: none | Unknown directive |
| 208 | } | Syntax not understood |
| 210 | body { | Syntax not understood |
| 211 | font-family: Inter, Helvetica, Arial, sans-serif; | Unknown directive |
| 212 | font-size: 14px; | Unknown directive |
| 213 | font-weight: 400; | Unknown directive |
| 214 | line-height: 20px | Unknown directive |
| 215 | } | Syntax not understood |
| 217 | .tippy-box[data-theme~=light] { | Syntax not understood |
| 218 | background-color: #fff; | Unknown directive |
| 219 | box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15); | Unknown directive |
| 220 | color: #26323d | Unknown directive |
| 221 | } | Syntax not understood |
| 223 | .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before { | Unknown directive |
| 224 | border-top-color: #fff | Unknown directive |
| 225 | } | Syntax not understood |
| 227 | .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before { | Unknown directive |
| 228 | border-bottom-color: #fff | Unknown directive |
| 229 | } | Syntax not understood |
| 231 | .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before { | Unknown directive |
| 232 | border-left-color: #fff | Unknown directive |
| 233 | } | Syntax not understood |
| 235 | .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before { | Unknown directive |
| 236 | border-right-color: #fff | Unknown directive |
| 237 | } | Syntax not understood |
| 239 | .tippy-box[data-theme~=light] > .tippy-backdrop { | Syntax not understood |
| 240 | background-color: #fff | Unknown directive |
| 241 | } | Syntax not understood |
| 243 | .tippy-box[data-theme~=light] > .tippy-svg-arrow { | Syntax not understood |
| 244 | fill: #fff | Unknown directive |
| 245 | } | Syntax not understood |
| 247 | header { | Syntax not understood |
| 248 | background-color: #000; | Unknown directive |
| 249 | border-bottom: 1px solid #313131; | Unknown directive |
| 250 | box-sizing: border-box; | Unknown directive |
| 251 | color: #fff; | Unknown directive |
| 252 | height: 100px; | Unknown directive |
| 253 | min-width: 1100px !important; | Unknown directive |
| 254 | position: relative; | Unknown directive |
| 255 | z-index: 2147483647 | Unknown directive |
| 256 | } | Syntax not understood |
| 258 | header #siteHeaderInnerContain { | Syntax not understood |
| 259 | grid-column-gap: 20px; | Unknown directive |
| 260 | align-items: center; | Unknown directive |
| 261 | align-items: flex-end; | Unknown directive |
| 262 | display: grid; | Unknown directive |
| 263 | grid-area: header; | Unknown directive |
| 264 | grid-column: 1/span 10; | Unknown directive |
| 265 | grid-template-areas:"logoNavs" "searchNav"; | Unknown directive |
| 266 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 267 | height: 100px; | Unknown directive |
| 268 | margin: 0 auto; | Unknown directive |
| 269 | width: 1072px | Unknown directive |
| 270 | } | Syntax not understood |
| 272 | header #siteHeaderInnerContain #headerTopRow { | Syntax not understood |
| 273 | grid-column-gap: 20px; | Unknown directive |
| 274 | align-items: center; | Unknown directive |
| 275 | display: grid; | Unknown directive |
| 276 | grid-area: logoNavs; | Unknown directive |
| 277 | grid-column: 1/span 10; | Unknown directive |
| 278 | grid-row: 1; | Unknown directive |
| 279 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 280 | height: 20px; | Unknown directive |
| 281 | position: relative | Unknown directive |
| 282 | } | Syntax not understood |
| 284 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer { | Syntax not understood |
| 285 | align-items: baseline; | Unknown directive |
| 286 | display: flex; | Unknown directive |
| 287 | grid-column: 1/span 8 | Unknown directive |
| 288 | } | Syntax not understood |
| 290 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #logoContainer a { | Syntax not understood |
| 291 | background-image: url(//cf.allmusic.com/images/allmusic-logo-wordmark.svg); | Unknown directive |
| 292 | background-size: 120px 20px; | Unknown directive |
| 293 | display: block; | Unknown directive |
| 294 | height: 20px; | Unknown directive |
| 295 | width: 120px | Unknown directive |
| 296 | } | Syntax not understood |
| 298 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer { | Syntax not understood |
| 299 | display: flex; | Unknown directive |
| 300 | margin-left: 15px; | Unknown directive |
| 301 | width: 100% | Unknown directive |
| 302 | } | Syntax not understood |
| 304 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div a { | Syntax not understood |
| 305 | color: #fff; | Unknown directive |
| 306 | display: inline-block; | Unknown directive |
| 307 | font-size: 14px; | Unknown directive |
| 308 | font-weight: 600; | Unknown directive |
| 309 | line-height: 16px; | Unknown directive |
| 310 | margin-right: 15px | Unknown directive |
| 311 | } | Syntax not understood |
| 313 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div a:hover { | Syntax not understood |
| 314 | color: #25a8df; | Unknown directive |
| 315 | text-decoration: none | Unknown directive |
| 316 | } | Syntax not understood |
| 318 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div a span { | Syntax not understood |
| 319 | background-image: url(//cf.allmusic.com/images/nav-down-arrow.svg); | Unknown directive |
| 320 | background-size: 14px 8px; | Unknown directive |
| 321 | display: inline-block; | Unknown directive |
| 322 | height: 8px; | Unknown directive |
| 323 | margin-left: 2px; | Unknown directive |
| 324 | transform: rotate(-90deg); | Unknown directive |
| 325 | width: 14px | Unknown directive |
| 326 | } | Syntax not understood |
| 328 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div.advanced-search a { | Syntax not understood |
| 329 | margin-right: 0 | Unknown directive |
| 330 | } | Syntax not understood |
| 332 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer { | Syntax not understood |
| 333 | align-items: flex-end; | Unknown directive |
| 334 | background-color: transparent; | Unknown directive |
| 335 | box-sizing: border-box; | Unknown directive |
| 336 | display: none; | Unknown directive |
| 337 | height: 120px; | Unknown directive |
| 338 | left: 0; | Unknown directive |
| 339 | margin: 0 -20px; | Unknown directive |
| 340 | position: absolute; | Unknown directive |
| 341 | top: 26px; | Unknown directive |
| 342 | width: 1110px; | Unknown directive |
| 343 | z-index: 10001 | Unknown directive |
| 344 | } | Syntax not understood |
| 346 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer > div.subContain { | Syntax not understood |
| 347 | grid-column-gap: 20px; | Unknown directive |
| 348 | align-items: center; | Unknown directive |
| 349 | background-color: #fff; | Unknown directive |
| 350 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 351 | display: grid; | Unknown directive |
| 352 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 353 | height: 115px; | Unknown directive |
| 354 | padding: 0; | Unknown directive |
| 355 | width: 1110px | Unknown directive |
| 356 | } | Syntax not understood |
| 358 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav { | Syntax not understood |
| 359 | height: 115px | Unknown directive |
| 360 | } | Syntax not understood |
| 362 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.left { | Syntax not understood |
| 363 | align-items: center; | Unknown directive |
| 364 | box-sizing: border-box; | Unknown directive |
| 365 | display: grid; | Unknown directive |
| 366 | grid-column: 1/span 2; | Unknown directive |
| 367 | height: 100%; | Unknown directive |
| 368 | padding: 20px 10px 20px 20px | Unknown directive |
| 369 | } | Syntax not understood |
| 371 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.left a { | Syntax not understood |
| 372 | color: #0e76bc; | Unknown directive |
| 373 | display: block; | Unknown directive |
| 374 | margin-right: 0 | Unknown directive |
| 375 | } | Syntax not understood |
| 377 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right { | Syntax not understood |
| 378 | grid-column-gap: 20px; | Unknown directive |
| 379 | align-items: center; | Unknown directive |
| 380 | box-sizing: border-box; | Unknown directive |
| 381 | display: grid; | Unknown directive |
| 382 | grid-column: 3/span 8; | Unknown directive |
| 383 | grid-template-columns:repeat(8, minmax(0, 1fr)); | Unknown directive |
| 384 | padding: 0 20px 0 10px | Unknown directive |
| 385 | } | Syntax not understood |
| 387 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right .singleFeaturedNewResult { | Syntax not understood |
| 388 | height: 88px; | Unknown directive |
| 389 | width: 100% | Unknown directive |
| 390 | } | Syntax not understood |
| 392 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right .singleFeaturedNewResult a { | Syntax not understood |
| 393 | aspect-ratio: 1/1; | Unknown directive |
| 394 | display: grid; | Unknown directive |
| 395 | height: auto; | Unknown directive |
| 396 | overflow: hidden; | Unknown directive |
| 397 | width: 88px | Unknown directive |
| 398 | } | Syntax not understood |
| 400 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#newReleasesSubnavContainer .subContain .newReleasesSubNav.right .singleFeaturedNewResult a img { | Syntax not understood |
| 401 | height: 100%; | Unknown directive |
| 402 | margin: 0 !important; | Unknown directive |
| 403 | -o-object-fit: cover; | Unknown directive |
| 404 | object-fit: cover; | Unknown directive |
| 405 | outline: 1px solid hsla(0, 0%, 100%, .35); | Unknown directive |
| 406 | outline-offset: -1px; | Unknown directive |
| 407 | width: 100% | Unknown directive |
| 408 | } | Syntax not understood |
| 410 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain { | Syntax not understood |
| 411 | grid-column-gap: 0; | Unknown directive |
| 412 | grid-template-areas:"blogNavLeft blogNavRight" | Unknown directive |
| 413 | } | Syntax not understood |
| 415 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavRight { | Syntax not understood |
| 416 | height: 115px | Unknown directive |
| 417 | } | Syntax not understood |
| 419 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft { | Syntax not understood |
| 420 | grid-column-gap: 20px; | Unknown directive |
| 421 | grid-column-gap: 0; | Unknown directive |
| 422 | align-items: center; | Unknown directive |
| 423 | align-items: normal; | Unknown directive |
| 424 | display: grid; | Unknown directive |
| 425 | grid-column: 1/span 9; | Unknown directive |
| 426 | grid-template-columns:repeat(9, minmax(0, 1fr)) | Unknown directive |
| 427 | } | Syntax not understood |
| 429 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem { | Syntax not understood |
| 430 | align-items: center; | Unknown directive |
| 431 | display: flex | Unknown directive |
| 432 | } | Syntax not understood |
| 434 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem#navBlogItem1 { | Syntax not understood |
| 435 | grid-column: 1/span 3; | Unknown directive |
| 436 | padding: 0 10px 0 20px | Unknown directive |
| 437 | } | Syntax not understood |
| 439 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem#navBlogItem2 { | Syntax not understood |
| 440 | border-left: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 441 | border-right: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 442 | grid-column: 4/span 3; | Unknown directive |
| 443 | padding: 0 10px | Unknown directive |
| 444 | } | Syntax not understood |
| 446 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem#navBlogItem3 { | Syntax not understood |
| 447 | grid-column: 7/span 3; | Unknown directive |
| 448 | padding: 0 10px | Unknown directive |
| 449 | } | Syntax not understood |
| 451 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right { | Syntax not understood |
| 452 | width: calc(50% - 5px) | Unknown directive |
| 453 | } | Syntax not understood |
| 455 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left a, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right a { | Syntax not understood |
| 456 | display: block; | Unknown directive |
| 457 | margin-right: 0 | Unknown directive |
| 458 | } | Syntax not understood |
| 460 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left { | Syntax not understood |
| 461 | margin-right: 10px; | Unknown directive |
| 462 | overflow: hidden | Unknown directive |
| 463 | } | Syntax not understood |
| 465 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .left a img { | Syntax not understood |
| 466 | display: block; | Unknown directive |
| 467 | -o-object-fit: cover; | Unknown directive |
| 468 | object-fit: cover; | Unknown directive |
| 469 | width: 100% | Unknown directive |
| 470 | } | Syntax not understood |
| 472 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right a { | Syntax not understood |
| 473 | color: #0e76bc; | Unknown directive |
| 474 | font-size: 12px; | Unknown directive |
| 475 | line-height: 14px | Unknown directive |
| 476 | } | Syntax not understood |
| 478 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right .categoryContain, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavLeft .navBlogItem .right a.navBlogItemCategory { | Syntax not understood |
| 479 | color: #1e1e1e; | Unknown directive |
| 480 | display: inline-block; | Unknown directive |
| 481 | font-size: 10px; | Unknown directive |
| 482 | line-height: normal | Unknown directive |
| 483 | } | Syntax not understood |
| 485 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavRight { | Syntax not understood |
| 486 | align-items: center; | Unknown directive |
| 487 | background-color: rgba(0, 0, 0, .05); | Unknown directive |
| 488 | border-left: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 489 | display: flex; | Unknown directive |
| 490 | grid-column: 10/span 1; | Unknown directive |
| 491 | justify-content: center | Unknown directive |
| 492 | } | Syntax not understood |
| 494 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#articlesSubnavContainer .subContain #blogSubnavRight a { | Syntax not understood |
| 495 | color: #0e76bc; | Unknown directive |
| 496 | font-size: 12px; | Unknown directive |
| 497 | line-height: 14px; | Unknown directive |
| 498 | margin-right: 0 | Unknown directive |
| 499 | } | Syntax not understood |
| 501 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain { | Syntax not understood |
| 502 | grid-column-gap: 0 | Unknown directive |
| 503 | } | Syntax not understood |
| 505 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain a { | Syntax not understood |
| 506 | color: #0e76bc | Unknown directive |
| 507 | } | Syntax not understood |
| 509 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft a, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight a { | Syntax not understood |
| 510 | display: block; | Unknown directive |
| 511 | margin-right: 0 | Unknown directive |
| 512 | } | Syntax not understood |
| 514 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft { | Syntax not understood |
| 515 | grid-column: 1/span 2; | Unknown directive |
| 516 | height: 100% | Unknown directive |
| 517 | } | Syntax not understood |
| 519 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft .discoverSubnavLeftInnerContainer { | Syntax not understood |
| 520 | align-items: center; | Unknown directive |
| 521 | box-sizing: border-box; | Unknown directive |
| 522 | display: grid; | Unknown directive |
| 523 | grid-template-columns:100%; | Unknown directive |
| 524 | height: 100%; | Unknown directive |
| 525 | justify-content: space-between; | Unknown directive |
| 526 | padding: 10px 0 | Unknown directive |
| 527 | } | Syntax not understood |
| 529 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft .discoverSubnavLeftInnerContainer a.discoverDropTrigger { | Syntax not understood |
| 530 | align-items: center; | Unknown directive |
| 531 | box-sizing: border-box; | Unknown directive |
| 532 | display: grid; | Unknown directive |
| 533 | height: 100%; | Unknown directive |
| 534 | padding-left: 20px | Unknown directive |
| 535 | } | Syntax not understood |
| 537 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavLeft .discoverSubnavLeftInnerContainer a.discoverDropTrigger.active { | Syntax not understood |
| 538 | background-color: rgba(0, 0, 0, .05); | Unknown directive |
| 539 | box-sizing: border-box | Unknown directive |
| 540 | } | Syntax not understood |
| 542 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight { | Syntax not understood |
| 543 | background-color: rgba(0, 0, 0, .05); | Unknown directive |
| 544 | border-left: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 545 | box-sizing: border-box; | Unknown directive |
| 546 | grid-column: 3/span 8; | Unknown directive |
| 547 | height: 100%; | Unknown directive |
| 548 | padding: 0 20px | Unknown directive |
| 549 | } | Syntax not understood |
| 551 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary { | Syntax not understood |
| 552 | grid-column-gap: 20px; | Unknown directive |
| 553 | align-items: center; | Unknown directive |
| 554 | box-sizing: border-box; | Unknown directive |
| 555 | display: grid; | Unknown directive |
| 556 | grid-template-columns:repeat(8, minmax(0, 1fr)); | Unknown directive |
| 557 | height: 100%; | Unknown directive |
| 558 | padding: 10px 0 | Unknown directive |
| 559 | } | Syntax not understood |
| 561 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary > div, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary > div, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary > div { | Syntax not understood |
| 562 | align-items: center; | Unknown directive |
| 563 | display: grid; | Unknown directive |
| 564 | justify-content: space-between | Unknown directive |
| 565 | } | Syntax not understood |
| 567 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol1, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol1 { | Syntax not understood |
| 568 | grid-column: 1/span 2; | Unknown directive |
| 569 | grid-template-columns:100%; | Unknown directive |
| 570 | height: 100% | Unknown directive |
| 571 | } | Syntax not understood |
| 573 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol2, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol2 { | Syntax not understood |
| 574 | grid-column: 3/span 2; | Unknown directive |
| 575 | grid-template-columns:100%; | Unknown directive |
| 576 | height: 100% | Unknown directive |
| 577 | } | Syntax not understood |
| 579 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol3, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol3 { | Syntax not understood |
| 580 | grid-column: 5/span 2; | Unknown directive |
| 581 | grid-template-columns:100%; | Unknown directive |
| 582 | height: 100% | Unknown directive |
| 583 | } | Syntax not understood |
| 585 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #genreCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #moodCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverGenreSecondary #themeCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #genreCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #moodCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverMoodSecondary #themeCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #genreCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #moodCol4, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div .subnavContainer#discoverSubnavContainer .subContain #discoverSubnavRight .discoverThemeSecondary #themeCol4 { | Syntax not understood |
| 586 | grid-column: 7/span 2; | Unknown directive |
| 587 | grid-template-columns:100%; | Unknown directive |
| 588 | height: 100% | Unknown directive |
| 589 | } | Syntax not understood |
| 591 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div.active > a, header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div.active > a span { | Syntax not understood |
| 592 | color: #25a8df | Unknown directive |
| 593 | } | Syntax not understood |
| 595 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div#mobileNavTrigger { | Syntax not understood |
| 596 | display: none | Unknown directive |
| 597 | } | Syntax not understood |
| 599 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer { | Syntax not understood |
| 600 | grid-column-gap: 0; | Unknown directive |
| 601 | align-self: flex-end; | Unknown directive |
| 602 | grid-area: userSocialNav; | Unknown directive |
| 603 | grid-column: 9/span 2; | Unknown directive |
| 604 | grid-row: 1; | Unknown directive |
| 605 | min-height: 14px; | Unknown directive |
| 606 | position: relative; | Unknown directive |
| 607 | top: -3px | Unknown directive |
| 608 | } | Syntax not understood |
| 610 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer { | Syntax not understood |
| 611 | align-items: center; | Unknown directive |
| 612 | box-sizing: border-box; | Unknown directive |
| 613 | display: grid; | Unknown directive |
| 614 | font-size: 10px; | Unknown directive |
| 615 | line-height: normal; | Unknown directive |
| 616 | min-height: 14px | Unknown directive |
| 617 | } | Syntax not understood |
| 619 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #userNavTop { | Syntax not understood |
| 620 | display: grid | Unknown directive |
| 621 | } | Syntax not understood |
| 623 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #userNavFixed { | Syntax not understood |
| 624 | display: none | Unknown directive |
| 625 | } | Syntax not understood |
| 627 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer a { | Syntax not understood |
| 628 | color: #fff; | Unknown directive |
| 629 | font-size: 10px; | Unknown directive |
| 630 | line-height: normal; | Unknown directive |
| 631 | text-decoration: none | Unknown directive |
| 632 | } | Syntax not understood |
| 634 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedOutUserNavContainer { | Syntax not understood |
| 635 | box-sizing: border-box; | Unknown directive |
| 636 | text-align: right | Unknown directive |
| 637 | } | Syntax not understood |
| 639 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedOutUserNavContainer > * { | Syntax not understood |
| 640 | display: inline-block | Unknown directive |
| 641 | } | Syntax not understood |
| 643 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer { | Syntax not understood |
| 644 | display: flex; | Unknown directive |
| 645 | justify-content: flex-end | Unknown directive |
| 646 | } | Syntax not understood |
| 648 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer { | Syntax not understood |
| 649 | display: grid | Unknown directive |
| 650 | } | Syntax not understood |
| 652 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #displayName { | Syntax not understood |
| 653 | cursor: pointer; | Unknown directive |
| 654 | display: grid; | Unknown directive |
| 655 | margin-right: 10px; | Unknown directive |
| 656 | text-transform: uppercase | Unknown directive |
| 657 | } | Syntax not understood |
| 659 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop { | Syntax not understood |
| 660 | align-items: center; | Unknown directive |
| 661 | background-color: #fff; | Unknown directive |
| 662 | color: #1e1e1e; | Unknown directive |
| 663 | display: grid; | Unknown directive |
| 664 | height: auto; | Unknown directive |
| 665 | left: 0; | Unknown directive |
| 666 | margin-left: auto; | Unknown directive |
| 667 | margin-right: auto; | Unknown directive |
| 668 | max-height: 0; | Unknown directive |
| 669 | min-width: 44px; | Unknown directive |
| 670 | overflow: hidden; | Unknown directive |
| 671 | padding: 0; | Unknown directive |
| 672 | position: absolute; | Unknown directive |
| 673 | right: 0; | Unknown directive |
| 674 | top: 20px; | Unknown directive |
| 675 | transition: max-height .1s ease, padding .1s ease; | Unknown directive |
| 676 | width: auto; | Unknown directive |
| 677 | z-index: 2147483647 | Unknown directive |
| 678 | } | Syntax not understood |
| 680 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop.open { | Syntax not understood |
| 681 | border: 1px solid #d8d8d8; | Unknown directive |
| 682 | max-height: 164px; | Unknown directive |
| 683 | overflow: visible; | Unknown directive |
| 684 | padding: 10px 20px; | Unknown directive |
| 685 | text-align: center; | Unknown directive |
| 686 | width: calc(100% - 40px) | Unknown directive |
| 687 | } | Syntax not understood |
| 689 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop.open a { | Syntax not understood |
| 690 | color: #0e76bc; | Unknown directive |
| 691 | font-size: 12px; | Unknown directive |
| 692 | line-height: 32px | Unknown directive |
| 693 | } | Syntax not understood |
| 695 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #displayNameContainer #userSubnavDrop.open hr { | Syntax not understood |
| 696 | border-top: 1px solid #d8d8d8; | Unknown directive |
| 697 | margin: 9px 0; | Unknown directive |
| 698 | width: 100% | Unknown directive |
| 699 | } | Syntax not understood |
| 701 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavGear { | Syntax not understood |
| 702 | background-image: url(//cf.allmusic.com/images/gear_off.svg); | Unknown directive |
| 703 | background-size: 12px 12px; | Unknown directive |
| 704 | display: grid; | Unknown directive |
| 705 | height: 12px; | Unknown directive |
| 706 | margin-right: 5px; | Unknown directive |
| 707 | width: 12px | Unknown directive |
| 708 | } | Syntax not understood |
| 710 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavGear:hover { | Syntax not understood |
| 711 | background-image: url(//cf.allmusic.com/images/gear_on.svg) | Unknown directive |
| 712 | } | Syntax not understood |
| 714 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag { | Syntax not understood |
| 715 | background-image: url(//cf.allmusic.com/images/flag_off.svg); | Unknown directive |
| 716 | background-size: 18px 12px; | Unknown directive |
| 717 | display: grid; | Unknown directive |
| 718 | height: 12px; | Unknown directive |
| 719 | width: 18px | Unknown directive |
| 720 | } | Syntax not understood |
| 722 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag.hasNotifications, header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag:hover { | Syntax not understood |
| 723 | background-image: url(//cf.allmusic.com/images/flag_on.svg) | Unknown directive |
| 724 | } | Syntax not understood |
| 726 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavFlag .notificationsFlagInner { | Syntax not understood |
| 727 | align-self: center; | Unknown directive |
| 728 | font-weight: 600; | Unknown directive |
| 729 | left: 8px; | Unknown directive |
| 730 | position: relative; | Unknown directive |
| 731 | top: 3px | Unknown directive |
| 732 | } | Syntax not understood |
| 734 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown { | Syntax not understood |
| 735 | background: #fff; | Unknown directive |
| 736 | border: 1px solid #d8d8d8; | Unknown directive |
| 737 | display: none; | Unknown directive |
| 738 | padding: 11px 10px; | Unknown directive |
| 739 | position: absolute; | Unknown directive |
| 740 | right: 1px; | Unknown directive |
| 741 | top: 21px; | Unknown directive |
| 742 | width: 200px; | Unknown directive |
| 743 | z-index: 10000 | Unknown directive |
| 744 | } | Syntax not understood |
| 746 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown.open, header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown > a, header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown > span { | Syntax not understood |
| 747 | display: grid | Unknown directive |
| 748 | } | Syntax not understood |
| 750 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown a { | Syntax not understood |
| 751 | color: #0e76bc; | Unknown directive |
| 752 | font-size: 12px; | Unknown directive |
| 753 | font-style: normal; | Unknown directive |
| 754 | font-weight: 600; | Unknown directive |
| 755 | line-height: 30px; | Unknown directive |
| 756 | text-align: center | Unknown directive |
| 757 | } | Syntax not understood |
| 759 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer #userNavContainer #loggedInUserNavContainer #userNavDropdown span { | Syntax not understood |
| 760 | border-bottom: 1px solid #d9d9d9; | Unknown directive |
| 761 | padding: 11px 0 | Unknown directive |
| 762 | } | Syntax not understood |
| 764 | header #siteHeaderInnerContain #searchNavContainer { | Syntax not understood |
| 765 | border: 1px solid hsla(0, 0%, 100%, .34); | Unknown directive |
| 766 | box-sizing: border-box; | Unknown directive |
| 767 | grid-area: searchNav; | Unknown directive |
| 768 | grid-column: 1/span 10; | Unknown directive |
| 769 | grid-row: 2; | Unknown directive |
| 770 | position: relative; | Unknown directive |
| 771 | top: -16px; | Unknown directive |
| 772 | width: 100% | Unknown directive |
| 773 | } | Syntax not understood |
| 775 | header #siteHeaderInnerContain #searchNavContainer #fixedLogo, header #siteHeaderInnerContain #searchNavContainer #fixedNavTrigger { | Syntax not understood |
| 776 | display: none | Unknown directive |
| 777 | } | Syntax not understood |
| 779 | header #siteHeaderInnerContain #searchNavContainer .searchContainer { | Syntax not understood |
| 780 | position: relative; | Unknown directive |
| 781 | width: 100% | Unknown directive |
| 782 | } | Syntax not understood |
| 784 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchInput { | Syntax not understood |
| 785 | background-color: #000; | Unknown directive |
| 786 | border: 0; | Unknown directive |
| 787 | box-sizing: border-box; | Unknown directive |
| 788 | color: #b0b0b0; | Unknown directive |
| 789 | cursor: text; | Unknown directive |
| 790 | font-size: 14px; | Unknown directive |
| 791 | font-weight: 400; | Unknown directive |
| 792 | line-height: 16px; | Unknown directive |
| 793 | outline: 0; | Unknown directive |
| 794 | padding: 7px 10px; | Unknown directive |
| 795 | width: 100% | Unknown directive |
| 796 | } | Syntax not understood |
| 798 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchInput:focus { | Syntax not understood |
| 799 | outline: 0 | Unknown directive |
| 800 | } | Syntax not understood |
| 802 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchButton { | Syntax not understood |
| 803 | background-color: #000; | Unknown directive |
| 804 | background-image: url(//cf.allmusic.com/images/looking-glass.svg); | Unknown directive |
| 805 | background-size: 16px 16px; | Unknown directive |
| 806 | border: 0; | Unknown directive |
| 807 | cursor: pointer; | Unknown directive |
| 808 | height: 16px; | Unknown directive |
| 809 | position: absolute; | Unknown directive |
| 810 | right: 9px; | Unknown directive |
| 811 | top: 7px; | Unknown directive |
| 812 | width: 16px | Unknown directive |
| 813 | } | Syntax not understood |
| 815 | header #siteHeaderInnerContain #fixedNavOuter { | Syntax not understood |
| 816 | display: none; | Unknown directive |
| 817 | max-width: 0; | Unknown directive |
| 818 | transition: max-width .2s; | Unknown directive |
| 819 | width: 100% | Unknown directive |
| 820 | } | Syntax not understood |
| 822 | header.fixed { | Syntax not understood |
| 823 | height: 61px; | Unknown directive |
| 824 | left: 0; | Unknown directive |
| 825 | position: fixed; | Unknown directive |
| 826 | top: 0; | Unknown directive |
| 827 | width: 100%; | Unknown directive |
| 828 | z-index: 10000 | Unknown directive |
| 829 | } | Syntax not understood |
| 831 | header.fixed #siteHeaderInnerContain { | Syntax not understood |
| 832 | grid-column-gap: 20px; | Unknown directive |
| 833 | align-items: center; | Unknown directive |
| 834 | display: grid; | Unknown directive |
| 835 | grid-template-areas:"fixedSearchNav"; | Unknown directive |
| 836 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 837 | height: 60px; | Unknown directive |
| 838 | margin: 0 auto; | Unknown directive |
| 839 | width: 1072px | Unknown directive |
| 840 | } | Syntax not understood |
| 842 | header.fixed #siteHeaderInnerContain #headerTopRow { | Syntax not understood |
| 843 | display: none | Unknown directive |
| 844 | } | Syntax not understood |
| 846 | header.fixed #siteHeaderInnerContain #searchNavContainer { | Syntax not understood |
| 847 | align-items: center; | Unknown directive |
| 848 | align-self: end; | Unknown directive |
| 849 | border: 0; | Unknown directive |
| 850 | display: flex; | Unknown directive |
| 851 | grid-area: fixedSearchNav; | Unknown directive |
| 852 | grid-column: 1/span 10 | Unknown directive |
| 853 | } | Syntax not understood |
| 855 | header.fixed #siteHeaderInnerContain #searchNavContainer #fixedLogo { | Syntax not understood |
| 856 | display: block; | Unknown directive |
| 857 | margin-right: 16px | Unknown directive |
| 858 | } | Syntax not understood |
| 860 | header.fixed #siteHeaderInnerContain #searchNavContainer #fixedLogo a { | Syntax not understood |
| 861 | background-image: url(//cf.allmusic.com/images/allmusic_tower_color.svg); | Unknown directive |
| 862 | background-size: 24px 30px; | Unknown directive |
| 863 | display: block; | Unknown directive |
| 864 | height: 30px; | Unknown directive |
| 865 | width: 24px | Unknown directive |
| 866 | } | Syntax not understood |
| 868 | header.fixed #siteHeaderInnerContain #searchNavContainer .searchContainer { | Syntax not understood |
| 869 | margin-right: 20px; | Unknown directive |
| 870 | width: calc(100% - 40px) | Unknown directive |
| 871 | } | Syntax not understood |
| 873 | header.fixed #siteHeaderInnerContain #searchNavContainer .searchContainer form { | Syntax not understood |
| 874 | border: 1px solid hsla(0, 0%, 100%, .34); | Unknown directive |
| 875 | width: 100% | Unknown directive |
| 876 | } | Syntax not understood |
| 878 | header.fixed #siteHeaderInnerContain #searchNavContainer #fixedNavTrigger { | Syntax not understood |
| 879 | background-image: url(//cf.allmusic.com/images/hamburger-menu.svg); | Unknown directive |
| 880 | background-repeat: no-repeat; | Unknown directive |
| 881 | background-size: 20px 17px; | Unknown directive |
| 882 | cursor: pointer; | Unknown directive |
| 883 | display: grid; | Unknown directive |
| 884 | height: 17px; | Unknown directive |
| 885 | width: 20px | Unknown directive |
| 886 | } | Syntax not understood |
| 888 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open { | Syntax not understood |
| 889 | background-color: #fff; | Unknown directive |
| 890 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 891 | bottom: 0; | Unknown directive |
| 892 | box-sizing: border-box; | Unknown directive |
| 893 | display: grid; | Unknown directive |
| 894 | height: 100vh; | Unknown directive |
| 895 | max-width: 340px; | Unknown directive |
| 896 | overflow-y: scroll; | Unknown directive |
| 897 | padding: 25px 20px; | Unknown directive |
| 898 | position: fixed; | Unknown directive |
| 899 | right: 0; | Unknown directive |
| 900 | top: 0; | Unknown directive |
| 901 | z-index: 2147483647 | Unknown directive |
| 902 | } | Syntax not understood |
| 904 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer { | Syntax not understood |
| 905 | display: grid; | Unknown directive |
| 906 | position: relative | Unknown directive |
| 907 | } | Syntax not understood |
| 909 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav, header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav { | Syntax not understood |
| 910 | display: grid | Unknown directive |
| 911 | } | Syntax not understood |
| 913 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav a, header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav a { | Syntax not understood |
| 914 | color: #0e76bc; | Unknown directive |
| 915 | display: grid; | Unknown directive |
| 916 | font-size: 14px; | Unknown directive |
| 917 | font-weight: 600; | Unknown directive |
| 918 | line-height: normal; | Unknown directive |
| 919 | margin-bottom: 36px | Unknown directive |
| 920 | } | Syntax not understood |
| 922 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav { | Syntax not understood |
| 923 | border-bottom: 1px solid hsla(0, 0%, 59%, .35) | Unknown directive |
| 924 | } | Syntax not understood |
| 926 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavTop { | Syntax not understood |
| 927 | display: none | Unknown directive |
| 928 | } | Syntax not understood |
| 930 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed { | Syntax not understood |
| 931 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 932 | display: grid; | Unknown directive |
| 933 | margin-top: 34px | Unknown directive |
| 934 | } | Syntax not understood |
| 936 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#myProfileFixedNav { | Syntax not understood |
| 937 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 938 | margin-bottom: 34px | Unknown directive |
| 939 | } | Syntax not understood |
| 941 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#notLoggedIn { | Syntax not understood |
| 942 | border-top: 0; | Unknown directive |
| 943 | color: #0e76bc; | Unknown directive |
| 944 | display: inline-block; | Unknown directive |
| 945 | padding-top: 0 | Unknown directive |
| 946 | } | Syntax not understood |
| 948 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#notLoggedIn > * { | Syntax not understood |
| 949 | color: #0e76bc; | Unknown directive |
| 950 | display: inline-block | Unknown directive |
| 951 | } | Syntax not understood |
| 953 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav { | Syntax not understood |
| 954 | box-sizing: border-box; | Unknown directive |
| 955 | display: flex; | Unknown directive |
| 956 | justify-content: space-between; | Unknown directive |
| 957 | margin-top: 16px; | Unknown directive |
| 958 | padding: 0 16px | Unknown directive |
| 959 | } | Syntax not understood |
| 961 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a { | Syntax not understood |
| 962 | background-size: 28px 28px; | Unknown directive |
| 963 | display: flex; | Unknown directive |
| 964 | height: 28px; | Unknown directive |
| 965 | margin-bottom: 0; | Unknown directive |
| 966 | width: 28px | Unknown directive |
| 967 | } | Syntax not understood |
| 969 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedFacebookNav { | Syntax not understood |
| 970 | background-image: url(//cf.allmusic.com/images/facebook-logo-off.svg) | Unknown directive |
| 971 | } | Syntax not understood |
| 973 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTwitterNav { | Syntax not understood |
| 974 | background-image: url(//cf.allmusic.com/images/twitter_off.svg); | Unknown directive |
| 975 | background-size: 28px 23px; | Unknown directive |
| 976 | height: 23px; | Unknown directive |
| 977 | width: 28px | Unknown directive |
| 978 | } | Syntax not understood |
| 980 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTumblrNav { | Syntax not understood |
| 981 | background-image: url(//cf.allmusic.com/images/tumblr-logo-off.svg) | Unknown directive |
| 982 | } | Syntax not understood |
| 984 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedPinterestNav { | Syntax not understood |
| 985 | background-image: url(//cf.allmusic.com/images/pinterest-logo-off.svg) | Unknown directive |
| 986 | } | Syntax not understood |
| 988 | header.fixed #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #closeFixedNav { | Syntax not understood |
| 989 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 990 | background-repeat: no-repeat; | Unknown directive |
| 991 | background-size: 28px 28px; | Unknown directive |
| 992 | height: 28px; | Unknown directive |
| 993 | position: absolute; | Unknown directive |
| 994 | right: 21px; | Unknown directive |
| 995 | top: 23px; | Unknown directive |
| 996 | width: 28px | Unknown directive |
| 997 | } | Syntax not understood |
| 999 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 1000 | header { | Syntax not understood |
| 1001 | min-width: 100% !important | Unknown directive |
| 1002 | } | Syntax not understood |
| 1004 | header #siteHeaderInnerContain { | Syntax not understood |
| 1005 | grid-column-gap: 20px; | Unknown directive |
| 1006 | align-items: center; | Unknown directive |
| 1007 | align-items: flex-end; | Unknown directive |
| 1008 | box-sizing: border-box; | Unknown directive |
| 1009 | display: grid; | Unknown directive |
| 1010 | grid-column: 1/span 6; | Unknown directive |
| 1011 | grid-template-columns:repeat(6, minmax(0, 1fr)); | Unknown directive |
| 1012 | padding: 0 15px; | Unknown directive |
| 1013 | width: 100% | Unknown directive |
| 1014 | } | Syntax not understood |
| 1016 | header #siteHeaderInnerContain #headerTopRow { | Syntax not understood |
| 1017 | align-items: baseline; | Unknown directive |
| 1018 | grid-column: 1/span 6; | Unknown directive |
| 1019 | grid-template-columns:100% | Unknown directive |
| 1020 | } | Syntax not understood |
| 1022 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer { | Syntax not understood |
| 1023 | align-items: unset; | Unknown directive |
| 1024 | display: flex; | Unknown directive |
| 1025 | grid-column: unset; | Unknown directive |
| 1026 | grid-template-columns:unset | Unknown directive |
| 1027 | } | Syntax not understood |
| 1029 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #logoContainer { | Syntax not understood |
| 1030 | justify-self: flex-start | Unknown directive |
| 1031 | } | Syntax not understood |
| 1033 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #logoContainer a { | Syntax not understood |
| 1034 | background-image: url(//cf.allmusic.com/images/allmusic-logo-wordmark-mobile.svg); | Unknown directive |
| 1035 | background-size: 100px 18px; | Unknown directive |
| 1036 | display: block; | Unknown directive |
| 1037 | height: 18px; | Unknown directive |
| 1038 | width: 100px | Unknown directive |
| 1039 | } | Syntax not understood |
| 1041 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer { | Syntax not understood |
| 1042 | justify-content: end; | Unknown directive |
| 1043 | margin-left: 0 | Unknown directive |
| 1044 | } | Syntax not understood |
| 1046 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div { | Syntax not understood |
| 1047 | display: none | Unknown directive |
| 1048 | } | Syntax not understood |
| 1050 | header #siteHeaderInnerContain #headerTopRow #logoMainNavContainer #mainNavContainer > div#mobileNavTrigger { | Syntax not understood |
| 1051 | background-image: url(//cf.allmusic.com/images/hamburger-menu.svg); | Unknown directive |
| 1052 | background-size: 20px 17px; | Unknown directive |
| 1053 | cursor: pointer; | Unknown directive |
| 1054 | display: block; | Unknown directive |
| 1055 | height: 17px; | Unknown directive |
| 1056 | width: 20px | Unknown directive |
| 1057 | } | Syntax not understood |
| 1059 | header #siteHeaderInnerContain #headerTopRow #userSocialNavContainer { | Syntax not understood |
| 1060 | display: none | Unknown directive |
| 1061 | } | Syntax not understood |
| 1063 | header #siteHeaderInnerContain #searchNavContainer { | Syntax not understood |
| 1064 | grid-column: 1/span 6 | Unknown directive |
| 1065 | } | Syntax not understood |
| 1067 | header #siteHeaderInnerContain #searchNavContainer .searchContainer { | Syntax not understood |
| 1068 | width: 100% | Unknown directive |
| 1069 | } | Syntax not understood |
| 1071 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchInput { | Syntax not understood |
| 1072 | font-size: 16px | Unknown directive |
| 1073 | } | Syntax not understood |
| 1075 | header #siteHeaderInnerContain #searchNavContainer .searchContainer .siteSearchButton { | Syntax not understood |
| 1076 | background: none; | Unknown directive |
| 1077 | top: 9px; | Unknown directive |
| 1078 | width: 25px | Unknown directive |
| 1079 | } | Syntax not understood |
| 1081 | header #siteHeaderInnerContain #fixedNavOuter.open { | Syntax not understood |
| 1082 | background-color: #fff; | Unknown directive |
| 1083 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1084 | bottom: 0; | Unknown directive |
| 1085 | box-sizing: border-box; | Unknown directive |
| 1086 | display: grid; | Unknown directive |
| 1087 | height: 100vh; | Unknown directive |
| 1088 | max-width: 340px; | Unknown directive |
| 1089 | overflow-y: scroll; | Unknown directive |
| 1090 | padding: 25px 20px; | Unknown directive |
| 1091 | position: fixed; | Unknown directive |
| 1092 | right: 0; | Unknown directive |
| 1093 | top: 0; | Unknown directive |
| 1094 | z-index: 2147483647 | Unknown directive |
| 1095 | } | Syntax not understood |
| 1097 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer { | Syntax not understood |
| 1098 | display: grid; | Unknown directive |
| 1099 | position: relative | Unknown directive |
| 1100 | } | Syntax not understood |
| 1102 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav, header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav { | Syntax not understood |
| 1103 | display: grid | Unknown directive |
| 1104 | } | Syntax not understood |
| 1106 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav a, header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav a { | Syntax not understood |
| 1107 | color: #0e76bc; | Unknown directive |
| 1108 | display: grid; | Unknown directive |
| 1109 | font-size: 14px; | Unknown directive |
| 1110 | font-weight: 600; | Unknown directive |
| 1111 | line-height: normal; | Unknown directive |
| 1112 | margin-bottom: 36px | Unknown directive |
| 1113 | } | Syntax not understood |
| 1115 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedMainNav { | Syntax not understood |
| 1116 | border-bottom: 1px solid hsla(0, 0%, 59%, .35) | Unknown directive |
| 1117 | } | Syntax not understood |
| 1119 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavTop { | Syntax not understood |
| 1120 | display: none | Unknown directive |
| 1121 | } | Syntax not understood |
| 1123 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed { | Syntax not understood |
| 1124 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1125 | display: grid; | Unknown directive |
| 1126 | margin-top: 34px | Unknown directive |
| 1127 | } | Syntax not understood |
| 1129 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedUserNav #userNavFixed > div#myProfileFixedNav { | Syntax not understood |
| 1130 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1131 | margin-bottom: 34px | Unknown directive |
| 1132 | } | Syntax not understood |
| 1134 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav { | Syntax not understood |
| 1135 | box-sizing: border-box; | Unknown directive |
| 1136 | display: flex; | Unknown directive |
| 1137 | justify-content: space-between; | Unknown directive |
| 1138 | margin-top: 16px; | Unknown directive |
| 1139 | padding: 0 16px | Unknown directive |
| 1140 | } | Syntax not understood |
| 1142 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a { | Syntax not understood |
| 1143 | background-size: 28px 28px; | Unknown directive |
| 1144 | display: flex; | Unknown directive |
| 1145 | height: 28px; | Unknown directive |
| 1146 | margin-bottom: 0; | Unknown directive |
| 1147 | width: 28px | Unknown directive |
| 1148 | } | Syntax not understood |
| 1150 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedFacebookNav { | Syntax not understood |
| 1151 | background-image: url(//cf.allmusic.com/images/facebook-logo-off.svg) | Unknown directive |
| 1152 | } | Syntax not understood |
| 1154 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTwitterNav { | Syntax not understood |
| 1155 | background-image: url(//cf.allmusic.com/images/twitter_off.svg); | Unknown directive |
| 1156 | background-size: 28px 23px; | Unknown directive |
| 1157 | height: 23px; | Unknown directive |
| 1158 | width: 28px | Unknown directive |
| 1159 | } | Syntax not understood |
| 1161 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedTumblrNav { | Syntax not understood |
| 1162 | background-image: url(//cf.allmusic.com/images/tumblr-logo-off.svg) | Unknown directive |
| 1163 | } | Syntax not understood |
| 1165 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #fixedNavContainer #fixedNavInnerContainer #fixedSocialNav > a#fixedPinterestNav { | Syntax not understood |
| 1166 | background-image: url(//cf.allmusic.com/images/pinterest-logo-off.svg) | Unknown directive |
| 1167 | } | Syntax not understood |
| 1169 | header #siteHeaderInnerContain #fixedNavOuter.open #fixedNav #closeFixedNav { | Syntax not understood |
| 1170 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 1171 | background-repeat: no-repeat; | Unknown directive |
| 1172 | background-size: 28px 28px; | Unknown directive |
| 1173 | height: 28px; | Unknown directive |
| 1174 | position: absolute; | Unknown directive |
| 1175 | right: 21px; | Unknown directive |
| 1176 | top: 23px; | Unknown directive |
| 1177 | width: 28px | Unknown directive |
| 1178 | } | Syntax not understood |
| 1179 | } | Syntax not understood |
| 1181 | .typeaheadContainer { | Syntax not understood |
| 1182 | position: relative | Unknown directive |
| 1183 | } | Syntax not understood |
| 1185 | .typeaheadContainer .allmusicTypeahead { | Syntax not understood |
| 1186 | background-color: #fff; | Unknown directive |
| 1187 | border: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1188 | box-sizing: border-box; | Unknown directive |
| 1189 | color: #1e1e1e; | Unknown directive |
| 1190 | padding: 20px 10px; | Unknown directive |
| 1191 | width: 100%; | Unknown directive |
| 1192 | z-index: 10000 | Unknown directive |
| 1193 | } | Syntax not understood |
| 1195 | .typeaheadContainer .allmusicTypeahead .typeaheadResults.searching h3 { | Syntax not understood |
| 1196 | color: #a9a9a9; | Unknown directive |
| 1197 | text-align: center | Unknown directive |
| 1198 | } | Syntax not understood |
| 1200 | .typeaheadContainer .allmusicTypeahead a { | Syntax not understood |
| 1201 | color: #0e76bc | Unknown directive |
| 1202 | } | Syntax not understood |
| 1204 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead { | Syntax not understood |
| 1205 | grid-column-gap: 20px; | Unknown directive |
| 1206 | grid-column-gap: 0; | Unknown directive |
| 1207 | align-items: center; | Unknown directive |
| 1208 | align-items: start; | Unknown directive |
| 1209 | display: grid; | Unknown directive |
| 1210 | grid-template-columns:repeat(12, minmax(0, 1fr)); | Unknown directive |
| 1211 | margin-top: -20px | Unknown directive |
| 1212 | } | Syntax not understood |
| 1214 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div { | Syntax not understood |
| 1215 | height: 100% | Unknown directive |
| 1216 | } | Syntax not understood |
| 1218 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .typeaheadColumn { | Syntax not understood |
| 1219 | border-right: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1220 | box-sizing: border-box; | Unknown directive |
| 1221 | padding: 20px 10px 0 | Unknown directive |
| 1222 | } | Syntax not understood |
| 1224 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .typeaheadColumn:first-of-type { | Syntax not understood |
| 1225 | padding-left: 0 | Unknown directive |
| 1226 | } | Syntax not understood |
| 1228 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .typeaheadColumn:last-of-type { | Syntax not understood |
| 1229 | border-right: 0; | Unknown directive |
| 1230 | padding-right: 0 | Unknown directive |
| 1231 | } | Syntax not understood |
| 1233 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid1Col > div, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid2Col > div { | Syntax not understood |
| 1234 | grid-column: 1/span 12 | Unknown directive |
| 1235 | } | Syntax not understood |
| 1237 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid2Col .typeaheadColumn { | Syntax not understood |
| 1238 | border-right: none; | Unknown directive |
| 1239 | padding: 20px 10px | Unknown directive |
| 1240 | } | Syntax not understood |
| 1242 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid2Col .typeaheadColumn:first-of-type { | Syntax not understood |
| 1243 | border-bottom: 1px solid hsla(0, 0%, 59%, .35) | Unknown directive |
| 1244 | } | Syntax not understood |
| 1246 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid1Col .typeaheadColumn { | Syntax not understood |
| 1247 | border-right: none; | Unknown directive |
| 1248 | padding: 20px 10px | Unknown directive |
| 1249 | } | Syntax not understood |
| 1251 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid3Col > div { | Syntax not understood |
| 1252 | grid-column: auto/span 4 | Unknown directive |
| 1253 | } | Syntax not understood |
| 1255 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead.typeaheadGrid4Col > div { | Syntax not understood |
| 1256 | grid-column: auto/span 3 | Unknown directive |
| 1257 | } | Syntax not understood |
| 1259 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead h3 { | Syntax not understood |
| 1260 | font-size: 14px; | Unknown directive |
| 1261 | font-weight: 600; | Unknown directive |
| 1262 | line-height: 16px; | Unknown directive |
| 1263 | margin: 0 0 15px | Unknown directive |
| 1264 | } | Syntax not understood |
| 1266 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem { | Syntax not understood |
| 1267 | align-items: center; | Unknown directive |
| 1268 | display: grid; | Unknown directive |
| 1269 | grid-template-columns:100%; | Unknown directive |
| 1270 | margin: 0 -10px; | Unknown directive |
| 1271 | padding: 10px | Unknown directive |
| 1272 | } | Syntax not understood |
| 1274 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem :hover { | Syntax not understood |
| 1275 | cursor: pointer | Unknown directive |
| 1276 | } | Syntax not understood |
| 1278 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.focus { | Syntax not understood |
| 1279 | background-color: rgba(0, 0, 0, .05) | Unknown directive |
| 1280 | } | Syntax not understood |
| 1282 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta { | Syntax not understood |
| 1283 | font-size: 12px; | Unknown directive |
| 1284 | line-height: 16px | Unknown directive |
| 1285 | } | Syntax not understood |
| 1287 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta span { | Syntax not understood |
| 1288 | display: block | Unknown directive |
| 1289 | } | Syntax not understood |
| 1291 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a:active, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .meta a:hover { | Syntax not understood |
| 1292 | text-decoration: none | Unknown directive |
| 1293 | } | Syntax not understood |
| 1295 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.album, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.artist { | Syntax not understood |
| 1296 | grid-column-gap: 20px; | Unknown directive |
| 1297 | grid-template-columns:calc(100% - 70px) 50px | Unknown directive |
| 1298 | } | Syntax not understood |
| 1300 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.album .meta, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.song .meta { | Syntax not understood |
| 1301 | margin-right: 20px | Unknown directive |
| 1302 | } | Syntax not understood |
| 1304 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.album .meta .artistLink, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem.song .meta .artistLink { | Syntax not understood |
| 1305 | color: #1e1e1e; | Unknown directive |
| 1306 | font-weight: 400 | Unknown directive |
| 1307 | } | Syntax not understood |
| 1309 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image { | Syntax not understood |
| 1310 | aspect-ratio: 1/1; | Unknown directive |
| 1311 | height: auto; | Unknown directive |
| 1312 | overflow: hidden; | Unknown directive |
| 1313 | width: 48px | Unknown directive |
| 1314 | } | Syntax not understood |
| 1316 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image.album { | Syntax not understood |
| 1317 | border: 1px solid #e3e3e3 | Unknown directive |
| 1318 | } | Syntax not understood |
| 1320 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .albumResultImg, .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .artistResultImg { | Syntax not understood |
| 1321 | -o-object-fit: cover; | Unknown directive |
| 1322 | object-fit: cover | Unknown directive |
| 1323 | } | Syntax not understood |
| 1325 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .albumResultImg { | Syntax not understood |
| 1326 | height: calc(100% + 1px); | Unknown directive |
| 1327 | margin: -1px 0 0 -1px; | Unknown directive |
| 1328 | width: calc(100% + 1px) | Unknown directive |
| 1329 | } | Syntax not understood |
| 1331 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead .searchResultItem .image .artistResultImg { | Syntax not understood |
| 1332 | border-radius: 50%; | Unknown directive |
| 1333 | height: 100%; | Unknown directive |
| 1334 | width: 100% | Unknown directive |
| 1335 | } | Syntax not understood |
| 1337 | .typeaheadContainer .allmusicTypeahead #seeAllResults { | Syntax not understood |
| 1338 | background: rgba(0, 0, 0, .05); | Unknown directive |
| 1339 | border-top: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1340 | cursor: pointer; | Unknown directive |
| 1341 | font-size: 14px; | Unknown directive |
| 1342 | line-height: 16px; | Unknown directive |
| 1343 | margin: 0 -10px -20px; | Unknown directive |
| 1344 | padding: 18px 0; | Unknown directive |
| 1345 | text-align: center | Unknown directive |
| 1346 | } | Syntax not understood |
| 1348 | .typeaheadContainer .allmusicTypeahead #seeAllResults.focus, .typeaheadContainer .allmusicTypeahead #seeAllResults:hover { | Syntax not understood |
| 1349 | background: rgba(0, 0, 0, .15) | Unknown directive |
| 1350 | } | Syntax not understood |
| 1352 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 1353 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead { | Syntax not understood |
| 1354 | grid-column: 1/span 12 !important | Unknown directive |
| 1355 | } | Syntax not understood |
| 1357 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn { | Syntax not understood |
| 1358 | border-bottom: 1px solid hsla(0, 0%, 59%, .35); | Unknown directive |
| 1359 | border-right: 0; | Unknown directive |
| 1360 | grid-column: 1/span 12; | Unknown directive |
| 1361 | margin-top: 0; | Unknown directive |
| 1362 | padding-left: 0; | Unknown directive |
| 1363 | padding-top: 20px | Unknown directive |
| 1364 | } | Syntax not understood |
| 1366 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:first-of-type { | Syntax not understood |
| 1367 | padding-bottom: 40px | Unknown directive |
| 1368 | } | Syntax not understood |
| 1370 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:nth-of-type(2) { | Syntax not understood |
| 1371 | border-bottom: 0 | Unknown directive |
| 1372 | } | Syntax not understood |
| 1374 | .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:nth-of-type(3), .typeaheadContainer .allmusicTypeahead #mainSearchTypeahead > div.typeaheadColumn:nth-of-type(4) { | Syntax not understood |
| 1375 | display: none | Unknown directive |
| 1376 | } | Syntax not understood |
| 1377 | } | Syntax not understood |
| 1379 | footer { | Syntax not understood |
| 1380 | border-top: 1px solid #313131; | Unknown directive |
| 1381 | font-weight: 600; | Unknown directive |
| 1382 | grid-area: footer; | Unknown directive |
| 1383 | grid-column: 1/span 10; | Unknown directive |
| 1384 | grid-row: 3; | Unknown directive |
| 1385 | margin: 0; | Unknown directive |
| 1386 | min-width: 1100px !important; | Unknown directive |
| 1387 | padding-bottom: 60px; | Unknown directive |
| 1388 | width: 100% | Unknown directive |
| 1389 | } | Syntax not understood |
| 1391 | footer * { | Syntax not understood |
| 1392 | margin: 0; | Unknown directive |
| 1393 | padding: 0 | Unknown directive |
| 1394 | } | Syntax not understood |
| 1396 | footer a { | Syntax not understood |
| 1397 | color: #25aae1 | Unknown directive |
| 1398 | } | Syntax not understood |
| 1400 | footer #footer-wrapper { | Syntax not understood |
| 1401 | background-color: #000; | Unknown directive |
| 1402 | padding-bottom: 120px; | Unknown directive |
| 1403 | padding-top: 30px; | Unknown directive |
| 1404 | width: 100% | Unknown directive |
| 1405 | } | Syntax not understood |
| 1407 | footer #footer-wrapper h3 { | Syntax not understood |
| 1408 | font-size: 10px; | Unknown directive |
| 1409 | line-height: normal; | Unknown directive |
| 1410 | margin-bottom: 14px; | Unknown directive |
| 1411 | text-transform: uppercase | Unknown directive |
| 1412 | } | Syntax not understood |
| 1414 | footer #footer-wrapper p { | Syntax not understood |
| 1415 | line-height: 16px | Unknown directive |
| 1416 | } | Syntax not understood |
| 1418 | footer #footer-wrapper ul { | Syntax not understood |
| 1419 | margin-bottom: 40px | Unknown directive |
| 1420 | } | Syntax not understood |
| 1422 | footer #footer-wrapper ul li { | Syntax not understood |
| 1423 | font-size: 14px; | Unknown directive |
| 1424 | list-style: none; | Unknown directive |
| 1425 | margin-bottom: 10px | Unknown directive |
| 1426 | } | Syntax not understood |
| 1428 | footer #footer-wrapper #footer-grid { | Syntax not understood |
| 1429 | grid-column-gap: 30px; | Unknown directive |
| 1430 | display: grid; | Unknown directive |
| 1431 | grid-template-columns:repeat(4, 1fr); | Unknown directive |
| 1432 | margin: 0 auto; | Unknown directive |
| 1433 | width: 1070px | Unknown directive |
| 1434 | } | Syntax not understood |
| 1436 | footer #footer-wrapper #footer-grid #footer-logo { | Syntax not understood |
| 1437 | grid-column-end: 5; | Unknown directive |
| 1438 | grid-column-start: 4; | Unknown directive |
| 1439 | grid-row-end: 2; | Unknown directive |
| 1440 | grid-row-start: 1; | Unknown directive |
| 1441 | height: 25px; | Unknown directive |
| 1442 | left: 200px; | Unknown directive |
| 1443 | position: relative; | Unknown directive |
| 1444 | top: 0; | Unknown directive |
| 1445 | width: 20px | Unknown directive |
| 1446 | } | Syntax not understood |
| 1448 | footer #footer-wrapper #footer-grid #column1 { | Syntax not understood |
| 1449 | grid-column-end: 2; | Unknown directive |
| 1450 | grid-column-start: 1; | Unknown directive |
| 1451 | grid-row-end: 3; | Unknown directive |
| 1452 | grid-row-start: 1 | Unknown directive |
| 1453 | } | Syntax not understood |
| 1455 | footer #footer-wrapper #footer-grid #column2 { | Syntax not understood |
| 1456 | grid-column-end: 3; | Unknown directive |
| 1457 | grid-column-start: 2; | Unknown directive |
| 1458 | grid-row-end: 3; | Unknown directive |
| 1459 | grid-row-start: 1 | Unknown directive |
| 1460 | } | Syntax not understood |
| 1462 | footer #footer-wrapper #footer-grid #column3 { | Syntax not understood |
| 1463 | grid-column-end: 4; | Unknown directive |
| 1464 | grid-column-start: 3; | Unknown directive |
| 1465 | grid-row-end: 2; | Unknown directive |
| 1466 | grid-row-start: 1 | Unknown directive |
| 1467 | } | Syntax not understood |
| 1469 | footer #footer-wrapper #footer-grid #column4 { | Syntax not understood |
| 1470 | grid-column-end: 5; | Unknown directive |
| 1471 | grid-column-start: 4; | Unknown directive |
| 1472 | grid-row-end: 2; | Unknown directive |
| 1473 | grid-row-start: 1 | Unknown directive |
| 1474 | } | Syntax not understood |
| 1476 | footer #footer-wrapper #footer-grid #newsletter-signup { | Syntax not understood |
| 1477 | grid-column-end: 5; | Unknown directive |
| 1478 | grid-column-start: 3; | Unknown directive |
| 1479 | grid-row-end: 3; | Unknown directive |
| 1480 | grid-row-start: 2 | Unknown directive |
| 1481 | } | Syntax not understood |
| 1483 | footer #footer-wrapper #footer-grid #newsletter-signup #signup { | Syntax not understood |
| 1484 | display: grid; | Unknown directive |
| 1485 | grid-template-areas:"signupInput signupBtn"; | Unknown directive |
| 1486 | grid-template-columns:1fr 25%; | Unknown directive |
| 1487 | height: 40px; | Unknown directive |
| 1488 | margin-bottom: 10px; | Unknown directive |
| 1489 | margin-top: -5px; | Unknown directive |
| 1490 | position: relative; | Unknown directive |
| 1491 | width: 100% | Unknown directive |
| 1492 | } | Syntax not understood |
| 1494 | footer #footer-wrapper #footer-grid #newsletter-signup #signup input, footer #footer-wrapper #footer-grid #newsletter-signup #signup textarea { | Syntax not understood |
| 1495 | border-bottom-left-radius: 0; | Unknown directive |
| 1496 | border-bottom-right-radius: 0; | Unknown directive |
| 1497 | border-top-left-radius: 0; | Unknown directive |
| 1498 | border-top-right-radius: 0 | Unknown directive |
| 1499 | } | Syntax not understood |
| 1501 | footer #footer-wrapper #footer-grid #newsletter-signup #signup input[type=email] { | Syntax not understood |
| 1502 | border: 0; | Unknown directive |
| 1503 | box-sizing: border-box; | Unknown directive |
| 1504 | color: #1e1e1e; | Unknown directive |
| 1505 | display: block; | Unknown directive |
| 1506 | font-size: 14px; | Unknown directive |
| 1507 | grid-area: signupInput; | Unknown directive |
| 1508 | padding: 12px | Unknown directive |
| 1509 | } | Syntax not understood |
| 1511 | footer #footer-wrapper #footer-grid #newsletter-signup #signup ::-moz-placeholder { | Syntax not understood |
| 1512 | color: #b0b0b0; | Unknown directive |
| 1513 | opacity: 1 | Unknown directive |
| 1514 | } | Syntax not understood |
| 1516 | footer #footer-wrapper #footer-grid #newsletter-signup #signup ::placeholder { | Syntax not understood |
| 1517 | color: #b0b0b0; | Unknown directive |
| 1518 | opacity: 1 | Unknown directive |
| 1519 | } | Syntax not understood |
| 1521 | footer #footer-wrapper #footer-grid #newsletter-signup #signup :-ms-input-placeholder { | Syntax not understood |
| 1522 | color: #b0b0b0 | Unknown directive |
| 1523 | } | Syntax not understood |
| 1525 | footer #footer-wrapper #footer-grid #newsletter-signup #signup ::-ms-input-placeholder { | Syntax not understood |
| 1526 | color: #b0b0b0 | Unknown directive |
| 1527 | } | Syntax not understood |
| 1529 | footer #footer-wrapper #footer-grid #newsletter-signup #signup input[type=submit] { | Syntax not understood |
| 1530 | background-color: #25aae1; | Unknown directive |
| 1531 | border: 0; | Unknown directive |
| 1532 | color: #fff; | Unknown directive |
| 1533 | cursor: pointer; | Unknown directive |
| 1534 | display: block; | Unknown directive |
| 1535 | font-size: 10px; | Unknown directive |
| 1536 | font-weight: 700; | Unknown directive |
| 1537 | grid-area: signupBtn; | Unknown directive |
| 1538 | text-transform: uppercase | Unknown directive |
| 1539 | } | Syntax not understood |
| 1541 | footer #footer-wrapper #footer-grid #newsletter-signup #failMsgEmail h3, footer #footer-wrapper #footer-grid #newsletter-signup #failMsgSg h3 { | Syntax not understood |
| 1542 | color: red | Unknown directive |
| 1543 | } | Syntax not understood |
| 1545 | footer #footer-wrapper #footer-grid #copyright { | Syntax not understood |
| 1546 | grid-column-end: 3; | Unknown directive |
| 1547 | grid-column-start: 1; | Unknown directive |
| 1548 | grid-row-end: 4; | Unknown directive |
| 1549 | grid-row-start: 3 | Unknown directive |
| 1550 | } | Syntax not understood |
| 1552 | footer #footer-wrapper #footer-grid #copyright h3 { | Syntax not understood |
| 1553 | font-size: 12px | Unknown directive |
| 1554 | } | Syntax not understood |
| 1556 | @media only screen and (min-width: 391px) and (max-width: 600px) { | Unknown directive |
| 1557 | footer { | Syntax not understood |
| 1558 | min-width: 100% !important; | Unknown directive |
| 1559 | width: 100% | Unknown directive |
| 1560 | } | Syntax not understood |
| 1562 | footer #footer-wrapper { | Syntax not understood |
| 1563 | padding-bottom: 60px | Unknown directive |
| 1564 | } | Syntax not understood |
| 1566 | footer #footer-wrapper ul li { | Syntax not understood |
| 1567 | margin-bottom: 6px | Unknown directive |
| 1568 | } | Syntax not understood |
| 1570 | footer #footer-wrapper ul li p { | Syntax not understood |
| 1571 | font-size: 12px | Unknown directive |
| 1572 | } | Syntax not understood |
| 1574 | footer #footer-wrapper #footer-grid { | Syntax not understood |
| 1575 | display: grid; | Unknown directive |
| 1576 | grid-template-columns:repeat(3, 1fr); | Unknown directive |
| 1577 | width: 90% | Unknown directive |
| 1578 | } | Syntax not understood |
| 1580 | footer #footer-wrapper #footer-grid #footer-logo { | Syntax not understood |
| 1581 | grid-column-end: 4; | Unknown directive |
| 1582 | grid-column-start: 1; | Unknown directive |
| 1583 | grid-row-end: 5; | Unknown directive |
| 1584 | grid-row-start: 4; | Unknown directive |
| 1585 | left: auto; | Unknown directive |
| 1586 | margin: 0 auto 40px; | Unknown directive |
| 1587 | position: relative; | Unknown directive |
| 1588 | top: auto; | Unknown directive |
| 1589 | width: 100% | Unknown directive |
| 1590 | } | Syntax not understood |
| 1592 | footer #footer-wrapper #footer-grid #column1 { | Syntax not understood |
| 1593 | grid-column-end: 2; | Unknown directive |
| 1594 | grid-column-start: 1; | Unknown directive |
| 1595 | grid-row-end: 4; | Unknown directive |
| 1596 | grid-row-start: 2 | Unknown directive |
| 1597 | } | Syntax not understood |
| 1599 | footer #footer-wrapper #footer-grid #column2 { | Syntax not understood |
| 1600 | grid-column-end: 3; | Unknown directive |
| 1601 | grid-column-start: 2; | Unknown directive |
| 1602 | grid-row-end: 4; | Unknown directive |
| 1603 | grid-row-start: 2 | Unknown directive |
| 1604 | } | Syntax not understood |
| 1606 | footer #footer-wrapper #footer-grid #column3 { | Syntax not understood |
| 1607 | grid-column-end: 4; | Unknown directive |
| 1608 | grid-column-start: 3; | Unknown directive |
| 1609 | grid-row-end: 3; | Unknown directive |
| 1610 | grid-row-start: 2 | Unknown directive |
| 1611 | } | Syntax not understood |
| 1613 | footer #footer-wrapper #footer-grid #column4 { | Syntax not understood |
| 1614 | grid-column-end: 4; | Unknown directive |
| 1615 | grid-column-start: 3; | Unknown directive |
| 1616 | grid-row-end: 4; | Unknown directive |
| 1617 | grid-row-start: 3 | Unknown directive |
| 1618 | } | Syntax not understood |
| 1620 | footer #footer-wrapper #footer-grid #newsletter-signup { | Syntax not understood |
| 1621 | grid-column-end: 4; | Unknown directive |
| 1622 | grid-column-start: 1; | Unknown directive |
| 1623 | grid-row-end: 2; | Unknown directive |
| 1624 | grid-row-start: 1; | Unknown directive |
| 1625 | margin-bottom: 40px | Unknown directive |
| 1626 | } | Syntax not understood |
| 1628 | footer #footer-wrapper #footer-grid #newsletter-signup #signup { | Syntax not understood |
| 1629 | grid-template-columns:1fr 33.3333% | Unknown directive |
| 1630 | } | Syntax not understood |
| 1632 | footer #footer-wrapper #footer-grid #copyright { | Syntax not understood |
| 1633 | grid-column-end: 4; | Unknown directive |
| 1634 | grid-column-start: 1; | Unknown directive |
| 1635 | grid-row-end: 6; | Unknown directive |
| 1636 | grid-row-start: 5; | Unknown directive |
| 1637 | text-align: center | Unknown directive |
| 1638 | } | Syntax not understood |
| 1639 | } | Syntax not understood |
| 1641 | @media only screen and (min-width: 0px) and (max-width: 390px) { | Unknown directive |
| 1642 | footer { | Syntax not understood |
| 1643 | min-width: 320px !important; | Unknown directive |
| 1644 | width: 100% | Unknown directive |
| 1645 | } | Syntax not understood |
| 1647 | footer #footer-wrapper { | Syntax not understood |
| 1648 | padding-bottom: 60px | Unknown directive |
| 1649 | } | Syntax not understood |
| 1651 | footer #footer-wrapper ul li { | Syntax not understood |
| 1652 | margin-bottom: 8px | Unknown directive |
| 1653 | } | Syntax not understood |
| 1655 | footer #footer-wrapper ul li p { | Syntax not understood |
| 1656 | font-size: 12px | Unknown directive |
| 1657 | } | Syntax not understood |
| 1659 | footer #footer-wrapper #footer-grid { | Syntax not understood |
| 1660 | display: grid; | Unknown directive |
| 1661 | grid-template-columns:repeat(2, 1fr); | Unknown directive |
| 1662 | width: 90% | Unknown directive |
| 1663 | } | Syntax not understood |
| 1665 | footer #footer-wrapper #footer-grid #footer-logo { | Syntax not understood |
| 1666 | grid-column-end: 3; | Unknown directive |
| 1667 | grid-column-start: 1; | Unknown directive |
| 1668 | grid-row-end: 5; | Unknown directive |
| 1669 | grid-row-start: 4; | Unknown directive |
| 1670 | left: auto; | Unknown directive |
| 1671 | margin: 0 auto 40px; | Unknown directive |
| 1672 | position: relative; | Unknown directive |
| 1673 | top: auto; | Unknown directive |
| 1674 | width: 100% | Unknown directive |
| 1675 | } | Syntax not understood |
| 1677 | footer #footer-wrapper #footer-grid #column1 { | Syntax not understood |
| 1678 | grid-column-end: 2; | Unknown directive |
| 1679 | grid-column-start: 1; | Unknown directive |
| 1680 | grid-row-end: 3; | Unknown directive |
| 1681 | grid-row-start: 2 | Unknown directive |
| 1682 | } | Syntax not understood |
| 1684 | footer #footer-wrapper #footer-grid #column2 { | Syntax not understood |
| 1685 | grid-column-end: 3; | Unknown directive |
| 1686 | grid-column-start: 2; | Unknown directive |
| 1687 | grid-row-end: 3; | Unknown directive |
| 1688 | grid-row-start: 2 | Unknown directive |
| 1689 | } | Syntax not understood |
| 1691 | footer #footer-wrapper #footer-grid #column3 { | Syntax not understood |
| 1692 | grid-column-end: 3; | Unknown directive |
| 1693 | grid-column-start: 2; | Unknown directive |
| 1694 | grid-row-end: 4; | Unknown directive |
| 1695 | grid-row-start: 3 | Unknown directive |
| 1696 | } | Syntax not understood |
| 1698 | footer #footer-wrapper #footer-grid #column4 { | Syntax not understood |
| 1699 | grid-column-end: 2; | Unknown directive |
| 1700 | grid-column-start: 1; | Unknown directive |
| 1701 | grid-row-end: 4; | Unknown directive |
| 1702 | grid-row-start: 3 | Unknown directive |
| 1703 | } | Syntax not understood |
| 1705 | footer #footer-wrapper #footer-grid #newsletter-signup { | Syntax not understood |
| 1706 | grid-column-end: 3; | Unknown directive |
| 1707 | grid-column-start: 1; | Unknown directive |
| 1708 | grid-row-end: 2; | Unknown directive |
| 1709 | grid-row-start: 1; | Unknown directive |
| 1710 | margin-bottom: 40px | Unknown directive |
| 1711 | } | Syntax not understood |
| 1713 | footer #footer-wrapper #footer-grid #newsletter-signup #signup { | Syntax not understood |
| 1714 | grid-template-columns:1fr 25% | Unknown directive |
| 1715 | } | Syntax not understood |
| 1717 | footer #footer-wrapper #footer-grid #copyright { | Syntax not understood |
| 1718 | grid-column-end: 3; | Unknown directive |
| 1719 | grid-column-start: 1; | Unknown directive |
| 1720 | grid-row-end: 6; | Unknown directive |
| 1721 | grid-row-start: 5; | Unknown directive |
| 1722 | text-align: center | Unknown directive |
| 1723 | } | Syntax not understood |
| 1725 | footer #footer-wrapper #footer-grid #copyright h3 { | Syntax not understood |
| 1726 | font-size: 10px | Unknown directive |
| 1727 | } | Syntax not understood |
| 1728 | } | Syntax not understood |
| 1730 | .allmusicRating { | Syntax not understood |
| 1731 | background-repeat: no-repeat; | Unknown directive |
| 1732 | background-size: 87.75px 15px; | Unknown directive |
| 1733 | height: 15px; | Unknown directive |
| 1734 | width: 87.75px | Unknown directive |
| 1735 | } | Syntax not understood |
| 1737 | .allmusicRating.ratingAllmusic0 { | Syntax not understood |
| 1738 | background-image: url(//cf.allmusic.com/images/rating/allmusic-0.svg) | Unknown directive |
| 1739 | } | Syntax not understood |
| 1741 | .allmusicRating.ratingAllmusic1 { | Syntax not understood |
| 1742 | background-image: url(//cf.allmusic.com/images/rating/allmusic-2.svg) | Unknown directive |
| 1743 | } | Syntax not understood |
| 1745 | .allmusicRating.ratingAllmusic2 { | Syntax not understood |
| 1746 | background-image: url(//cf.allmusic.com/images/rating/allmusic-3.svg) | Unknown directive |
| 1747 | } | Syntax not understood |
| 1749 | .allmusicRating.ratingAllmusic3 { | Syntax not understood |
| 1750 | background-image: url(//cf.allmusic.com/images/rating/allmusic-4.svg) | Unknown directive |
| 1751 | } | Syntax not understood |
| 1753 | .allmusicRating.ratingAllmusic4 { | Syntax not understood |
| 1754 | background-image: url(//cf.allmusic.com/images/rating/allmusic-5.svg) | Unknown directive |
| 1755 | } | Syntax not understood |
| 1757 | .allmusicRating.ratingAllmusic5 { | Syntax not understood |
| 1758 | background-image: url(//cf.allmusic.com/images/rating/allmusic-6.svg) | Unknown directive |
| 1759 | } | Syntax not understood |
| 1761 | .allmusicRating.ratingAllmusic6 { | Syntax not understood |
| 1762 | background-image: url(//cf.allmusic.com/images/rating/allmusic-7.svg) | Unknown directive |
| 1763 | } | Syntax not understood |
| 1765 | .allmusicRating.ratingAllmusic7 { | Syntax not understood |
| 1766 | background-image: url(//cf.allmusic.com/images/rating/allmusic-8.svg) | Unknown directive |
| 1767 | } | Syntax not understood |
| 1769 | .allmusicRating.ratingAllmusic8 { | Syntax not understood |
| 1770 | background-image: url(//cf.allmusic.com/images/rating/allmusic-9.svg) | Unknown directive |
| 1771 | } | Syntax not understood |
| 1773 | .allmusicRating.ratingAllmusic9 { | Syntax not understood |
| 1774 | background-image: url(//cf.allmusic.com/images/rating/allmusic-10.svg) | Unknown directive |
| 1775 | } | Syntax not understood |
| 1777 | .userRating { | Syntax not understood |
| 1778 | background-repeat: no-repeat; | Unknown directive |
| 1779 | background-size: 87.75px 15px; | Unknown directive |
| 1780 | cursor: pointer; | Unknown directive |
| 1781 | height: 15px; | Unknown directive |
| 1782 | width: 87.75px | Unknown directive |
| 1783 | } | Syntax not understood |
| 1785 | .userRating.ratingUser00 { | Syntax not understood |
| 1786 | background-image: url(//cf.allmusic.com/images/rating/user-0.svg) | Unknown directive |
| 1787 | } | Syntax not understood |
| 1789 | .userRating.ratingUser01 { | Syntax not understood |
| 1790 | background-image: url(//cf.allmusic.com/images/rating/user-1.svg) | Unknown directive |
| 1791 | } | Syntax not understood |
| 1793 | .userRating.ratingUser02 { | Syntax not understood |
| 1794 | background-image: url(//cf.allmusic.com/images/rating/user-2.svg) | Unknown directive |
| 1795 | } | Syntax not understood |
| 1797 | .userRating.ratingUser03 { | Syntax not understood |
| 1798 | background-image: url(//cf.allmusic.com/images/rating/user-3.svg) | Unknown directive |
| 1799 | } | Syntax not understood |
| 1801 | .userRating.ratingUser04 { | Syntax not understood |
| 1802 | background-image: url(//cf.allmusic.com/images/rating/user-4.svg) | Unknown directive |
| 1803 | } | Syntax not understood |
| 1805 | .userRating.ratingUser05 { | Syntax not understood |
| 1806 | background-image: url(//cf.allmusic.com/images/rating/user-5.svg) | Unknown directive |
| 1807 | } | Syntax not understood |
| 1809 | .userRating.ratingUser06 { | Syntax not understood |
| 1810 | background-image: url(//cf.allmusic.com/images/rating/user-6.svg) | Unknown directive |
| 1811 | } | Syntax not understood |
| 1813 | .userRating.ratingUser07 { | Syntax not understood |
| 1814 | background-image: url(//cf.allmusic.com/images/rating/user-7.svg) | Unknown directive |
| 1815 | } | Syntax not understood |
| 1817 | .userRating.ratingUser08 { | Syntax not understood |
| 1818 | background-image: url(//cf.allmusic.com/images/rating/user-8.svg) | Unknown directive |
| 1819 | } | Syntax not understood |
| 1821 | .userRating.ratingUser09 { | Syntax not understood |
| 1822 | background-image: url(//cf.allmusic.com/images/rating/user-9.svg) | Unknown directive |
| 1823 | } | Syntax not understood |
| 1825 | .userRating.ratingUser10 { | Syntax not understood |
| 1826 | background-image: url(//cf.allmusic.com/images/rating/user-10.svg) | Unknown directive |
| 1827 | } | Syntax not understood |
| 1829 | .averageUserRating, .publicUserRating { | Syntax not understood |
| 1830 | background-repeat: no-repeat; | Unknown directive |
| 1831 | background-size: 87.75px 15px; | Unknown directive |
| 1832 | height: 15px; | Unknown directive |
| 1833 | width: 87.75px | Unknown directive |
| 1834 | } | Syntax not understood |
| 1836 | .averageUserRating.ratingAverage00, .averageUserRating.ratingUserPub00, .publicUserRating.ratingAverage00, .publicUserRating.ratingUserPub00 { | Syntax not understood |
| 1837 | background-image: url(//cf.allmusic.com/images/rating/average-0.svg) | Unknown directive |
| 1838 | } | Syntax not understood |
| 1840 | .averageUserRating.ratingAverage01, .averageUserRating.ratingUserPub01, .publicUserRating.ratingAverage01, .publicUserRating.ratingUserPub01 { | Syntax not understood |
| 1841 | background-image: url(//cf.allmusic.com/images/rating/average-1.svg) | Unknown directive |
| 1842 | } | Syntax not understood |
| 1844 | .averageUserRating.ratingAverage02, .averageUserRating.ratingUserPub02, .publicUserRating.ratingAverage02, .publicUserRating.ratingUserPub02 { | Syntax not understood |
| 1845 | background-image: url(//cf.allmusic.com/images/rating/average-2.svg) | Unknown directive |
| 1846 | } | Syntax not understood |
| 1848 | .averageUserRating.ratingAverage03, .averageUserRating.ratingUserPub03, .publicUserRating.ratingAverage03, .publicUserRating.ratingUserPub03 { | Syntax not understood |
| 1849 | background-image: url(//cf.allmusic.com/images/rating/average-3.svg) | Unknown directive |
| 1850 | } | Syntax not understood |
| 1852 | .averageUserRating.ratingAverage04, .averageUserRating.ratingUserPub04, .publicUserRating.ratingAverage04, .publicUserRating.ratingUserPub04 { | Syntax not understood |
| 1853 | background-image: url(//cf.allmusic.com/images/rating/average-4.svg) | Unknown directive |
| 1854 | } | Syntax not understood |
| 1856 | .averageUserRating.ratingAverage05, .averageUserRating.ratingUserPub05, .publicUserRating.ratingAverage05, .publicUserRating.ratingUserPub05 { | Syntax not understood |
| 1857 | background-image: url(//cf.allmusic.com/images/rating/average-5.svg) | Unknown directive |
| 1858 | } | Syntax not understood |
| 1860 | .averageUserRating.ratingAverage06, .averageUserRating.ratingUserPub06, .publicUserRating.ratingAverage06, .publicUserRating.ratingUserPub06 { | Syntax not understood |
| 1861 | background-image: url(//cf.allmusic.com/images/rating/average-6.svg) | Unknown directive |
| 1862 | } | Syntax not understood |
| 1864 | .averageUserRating.ratingAverage07, .averageUserRating.ratingUserPub07, .publicUserRating.ratingAverage07, .publicUserRating.ratingUserPub07 { | Syntax not understood |
| 1865 | background-image: url(//cf.allmusic.com/images/rating/average-7.svg) | Unknown directive |
| 1866 | } | Syntax not understood |
| 1868 | .averageUserRating.ratingAverage08, .averageUserRating.ratingUserPub08, .publicUserRating.ratingAverage08, .publicUserRating.ratingUserPub08 { | Syntax not understood |
| 1869 | background-image: url(//cf.allmusic.com/images/rating/average-8.svg) | Unknown directive |
| 1870 | } | Syntax not understood |
| 1872 | .averageUserRating.ratingAverage09, .averageUserRating.ratingUserPub09, .publicUserRating.ratingAverage09, .publicUserRating.ratingUserPub09 { | Syntax not understood |
| 1873 | background-image: url(//cf.allmusic.com/images/rating/average-9.svg) | Unknown directive |
| 1874 | } | Syntax not understood |
| 1876 | .averageUserRating.ratingAverage10, .averageUserRating.ratingUserPub10, .publicUserRating.ratingAverage10, .publicUserRating.ratingUserPub10 { | Syntax not understood |
| 1877 | background-image: url(//cf.allmusic.com/images/rating/average-10.svg) | Unknown directive |
| 1878 | } | Syntax not understood |
| 1880 | .cookiePolicyBox { | Syntax not understood |
| 1881 | background-color: #fff; | Unknown directive |
| 1882 | background-color: hsla(0, 0%, 100%, .9); | Unknown directive |
| 1883 | border-top: 1px solid #d5d5d5; | Unknown directive |
| 1884 | bottom: 0; | Unknown directive |
| 1885 | box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 1886 | -webkit-box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 1887 | box-sizing: border-box; | Unknown directive |
| 1888 | color: #1e1e1e; | Unknown directive |
| 1889 | display: none; | Unknown directive |
| 1890 | padding: 20px 0; | Unknown directive |
| 1891 | position: fixed; | Unknown directive |
| 1892 | right: 0; | Unknown directive |
| 1893 | text-indent: 5px; | Unknown directive |
| 1894 | width: 100%; | Unknown directive |
| 1895 | z-index: 2147483647 | Unknown directive |
| 1896 | } | Syntax not understood |
| 1898 | .cookiePolicyGrid { | Syntax not understood |
| 1899 | grid-column-gap: 20px; | Unknown directive |
| 1900 | align-items: center; | Unknown directive |
| 1901 | box-sizing: border-box; | Unknown directive |
| 1902 | display: grid; | Unknown directive |
| 1903 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 1904 | margin: 0 auto; | Unknown directive |
| 1905 | width: 1070px | Unknown directive |
| 1906 | } | Syntax not understood |
| 1908 | .cookiePolicyGrid .left { | Syntax not understood |
| 1909 | grid-column: 1/span 4 | Unknown directive |
| 1910 | } | Syntax not understood |
| 1912 | .cookiePolicyGrid .left h3 { | Syntax not understood |
| 1913 | font-size: 24px; | Unknown directive |
| 1914 | font-style: normal; | Unknown directive |
| 1915 | font-weight: 600; | Unknown directive |
| 1916 | line-height: normal; | Unknown directive |
| 1917 | margin: 0; | Unknown directive |
| 1918 | text-transform: capitalize | Unknown directive |
| 1919 | } | Syntax not understood |
| 1921 | .cookiePolicyGrid .right { | Syntax not understood |
| 1922 | grid-column-gap: 20px; | Unknown directive |
| 1923 | align-items: center; | Unknown directive |
| 1924 | display: grid; | Unknown directive |
| 1925 | grid-column: 7/span 4; | Unknown directive |
| 1926 | grid-template-columns:1fr 28px | Unknown directive |
| 1927 | } | Syntax not understood |
| 1929 | .cookiePolicyGrid .right .uiBtn { | Syntax not understood |
| 1930 | background-color: #0e76bc; | Unknown directive |
| 1931 | border: 0; | Unknown directive |
| 1932 | color: #fff; | Unknown directive |
| 1933 | display: grid; | Unknown directive |
| 1934 | font-size: 14px; | Unknown directive |
| 1935 | font-style: normal; | Unknown directive |
| 1936 | font-weight: 600; | Unknown directive |
| 1937 | height: 51px; | Unknown directive |
| 1938 | line-height: normal; | Unknown directive |
| 1939 | text-align: center; | Unknown directive |
| 1940 | text-transform: uppercase; | Unknown directive |
| 1941 | width: 100% | Unknown directive |
| 1942 | } | Syntax not understood |
| 1944 | .cookiePolicyGrid .right .closeCookiePolicy.desktopOnly { | Syntax not understood |
| 1945 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 1946 | background-size: 28px 28px; | Unknown directive |
| 1947 | display: grid; | Unknown directive |
| 1948 | height: 28px; | Unknown directive |
| 1949 | width: 28px | Unknown directive |
| 1950 | } | Syntax not understood |
| 1952 | .cookiePolicyGrid .right .closeCookiePolicy.mobileOnly { | Syntax not understood |
| 1953 | display: none | Unknown directive |
| 1954 | } | Syntax not understood |
| 1956 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 1957 | .cookiePolicyGrid { | Syntax not understood |
| 1958 | grid-template-columns:100%; | Unknown directive |
| 1959 | width: 100% | Unknown directive |
| 1960 | } | Syntax not understood |
| 1962 | .cookiePolicyGrid .left { | Syntax not understood |
| 1963 | grid-column: auto | Unknown directive |
| 1964 | } | Syntax not understood |
| 1966 | .cookiePolicyGrid .left h3 { | Syntax not understood |
| 1967 | line-height: 36px; | Unknown directive |
| 1968 | text-align: center | Unknown directive |
| 1969 | } | Syntax not understood |
| 1971 | .cookiePolicyGrid .right { | Syntax not understood |
| 1972 | grid-column: auto; | Unknown directive |
| 1973 | grid-template-columns:100% | Unknown directive |
| 1974 | } | Syntax not understood |
| 1976 | .cookiePolicyGrid .right .uiBtn { | Syntax not understood |
| 1977 | margin: 9px 0 26px | Unknown directive |
| 1978 | } | Syntax not understood |
| 1980 | .cookiePolicyGrid .right .closeCookiePolicy.desktopOnly { | Syntax not understood |
| 1981 | display: none | Unknown directive |
| 1982 | } | Syntax not understood |
| 1984 | .cookiePolicyGrid .right .closeCookiePolicy.mobileOnly { | Syntax not understood |
| 1985 | color: #0e76bc; | Unknown directive |
| 1986 | display: grid; | Unknown directive |
| 1987 | font-size: 14px; | Unknown directive |
| 1988 | font-style: normal; | Unknown directive |
| 1989 | font-weight: 600; | Unknown directive |
| 1990 | line-height: normal; | Unknown directive |
| 1991 | margin-bottom: 17px; | Unknown directive |
| 1992 | text-align: center; | Unknown directive |
| 1993 | text-transform: uppercase | Unknown directive |
| 1994 | } | Syntax not understood |
| 1995 | } | Syntax not understood |
| 1997 | .registrationPromptBox { | Syntax not understood |
| 1998 | background-color: #fff; | Unknown directive |
| 1999 | background-color: hsla(0, 0%, 100%, .9); | Unknown directive |
| 2000 | border-top: 1px solid #d5d5d5; | Unknown directive |
| 2001 | bottom: 0; | Unknown directive |
| 2002 | box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2003 | -webkit-box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2004 | box-sizing: border-box; | Unknown directive |
| 2005 | color: #1e1e1e; | Unknown directive |
| 2006 | display: none; | Unknown directive |
| 2007 | padding: 20px 0; | Unknown directive |
| 2008 | position: fixed; | Unknown directive |
| 2009 | right: 0; | Unknown directive |
| 2010 | text-indent: 5px; | Unknown directive |
| 2011 | width: 100%; | Unknown directive |
| 2012 | z-index: 2147483647 | Unknown directive |
| 2013 | } | Syntax not understood |
| 2015 | .registrationPromptGrid { | Syntax not understood |
| 2016 | grid-column-gap: 20px; | Unknown directive |
| 2017 | align-items: center; | Unknown directive |
| 2018 | box-sizing: border-box; | Unknown directive |
| 2019 | display: grid; | Unknown directive |
| 2020 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 2021 | margin: 0 auto; | Unknown directive |
| 2022 | width: 1070px | Unknown directive |
| 2023 | } | Syntax not understood |
| 2025 | .registrationPromptGrid .left { | Syntax not understood |
| 2026 | grid-column: 1/span 6 | Unknown directive |
| 2027 | } | Syntax not understood |
| 2029 | .registrationPromptGrid .left h3 { | Syntax not understood |
| 2030 | font-size: 24px; | Unknown directive |
| 2031 | font-style: normal; | Unknown directive |
| 2032 | font-weight: 600; | Unknown directive |
| 2033 | line-height: normal; | Unknown directive |
| 2034 | margin: 0; | Unknown directive |
| 2035 | text-transform: capitalize | Unknown directive |
| 2036 | } | Syntax not understood |
| 2038 | .registrationPromptGrid .right { | Syntax not understood |
| 2039 | grid-column-gap: 20px; | Unknown directive |
| 2040 | align-items: center; | Unknown directive |
| 2041 | display: grid; | Unknown directive |
| 2042 | grid-column: 7/span 4; | Unknown directive |
| 2043 | grid-template-columns:1fr 28px | Unknown directive |
| 2044 | } | Syntax not understood |
| 2046 | .registrationPromptGrid .right .uiBtn { | Syntax not understood |
| 2047 | background-color: #0e76bc; | Unknown directive |
| 2048 | border: 0; | Unknown directive |
| 2049 | color: #fff; | Unknown directive |
| 2050 | display: grid; | Unknown directive |
| 2051 | font-size: 14px; | Unknown directive |
| 2052 | font-style: normal; | Unknown directive |
| 2053 | font-weight: 600; | Unknown directive |
| 2054 | height: 51px; | Unknown directive |
| 2055 | line-height: normal; | Unknown directive |
| 2056 | text-align: center; | Unknown directive |
| 2057 | text-transform: uppercase; | Unknown directive |
| 2058 | width: 100% | Unknown directive |
| 2059 | } | Syntax not understood |
| 2061 | .registrationPromptGrid .right .closeRegistrationPrompt.desktopOnly { | Syntax not understood |
| 2062 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 2063 | background-size: 28px 28px; | Unknown directive |
| 2064 | display: grid; | Unknown directive |
| 2065 | height: 28px; | Unknown directive |
| 2066 | width: 28px | Unknown directive |
| 2067 | } | Syntax not understood |
| 2069 | .registrationPromptGrid .right .closeRegistrationPrompt.mobileOnly { | Syntax not understood |
| 2070 | display: none | Unknown directive |
| 2071 | } | Syntax not understood |
| 2073 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2074 | .registrationPromptGrid { | Syntax not understood |
| 2075 | grid-template-columns:100%; | Unknown directive |
| 2076 | width: 330px | Unknown directive |
| 2077 | } | Syntax not understood |
| 2079 | .registrationPromptGrid .left { | Syntax not understood |
| 2080 | grid-column: auto | Unknown directive |
| 2081 | } | Syntax not understood |
| 2083 | .registrationPromptGrid .left h3 { | Syntax not understood |
| 2084 | line-height: 36px; | Unknown directive |
| 2085 | text-align: center | Unknown directive |
| 2086 | } | Syntax not understood |
| 2088 | .registrationPromptGrid .right { | Syntax not understood |
| 2089 | grid-column: auto; | Unknown directive |
| 2090 | grid-template-columns:100% | Unknown directive |
| 2091 | } | Syntax not understood |
| 2093 | .registrationPromptGrid .right .uiBtn { | Syntax not understood |
| 2094 | margin: 9px 0 26px | Unknown directive |
| 2095 | } | Syntax not understood |
| 2097 | .registrationPromptGrid .right .closeRegistrationPrompt.desktopOnly { | Syntax not understood |
| 2098 | display: none | Unknown directive |
| 2099 | } | Syntax not understood |
| 2101 | .registrationPromptGrid .right .closeRegistrationPrompt.mobileOnly { | Syntax not understood |
| 2102 | color: #0e76bc; | Unknown directive |
| 2103 | display: grid; | Unknown directive |
| 2104 | font-size: 14px; | Unknown directive |
| 2105 | font-style: normal; | Unknown directive |
| 2106 | font-weight: 600; | Unknown directive |
| 2107 | line-height: normal; | Unknown directive |
| 2108 | margin-bottom: 17px; | Unknown directive |
| 2109 | text-align: center; | Unknown directive |
| 2110 | text-transform: uppercase | Unknown directive |
| 2111 | } | Syntax not understood |
| 2112 | } | Syntax not understood |
| 2114 | .subscriptionReminderBox { | Syntax not understood |
| 2115 | background-color: #fff; | Unknown directive |
| 2116 | background-color: hsla(0, 0%, 100%, .9); | Unknown directive |
| 2117 | border-top: 1px solid #d5d5d5; | Unknown directive |
| 2118 | bottom: 0; | Unknown directive |
| 2119 | box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2120 | -webkit-box-shadow: 0 0 30px hsla(0, 0%, 69%, .3); | Unknown directive |
| 2121 | box-sizing: border-box; | Unknown directive |
| 2122 | color: #1e1e1e; | Unknown directive |
| 2123 | display: none; | Unknown directive |
| 2124 | padding: 20px 0; | Unknown directive |
| 2125 | position: fixed; | Unknown directive |
| 2126 | right: 0; | Unknown directive |
| 2127 | text-indent: 5px; | Unknown directive |
| 2128 | width: 100%; | Unknown directive |
| 2129 | z-index: 2147483647 | Unknown directive |
| 2130 | } | Syntax not understood |
| 2132 | .subscriptionReminderGrid { | Syntax not understood |
| 2133 | grid-column-gap: 20px; | Unknown directive |
| 2134 | align-items: center; | Unknown directive |
| 2135 | box-sizing: border-box; | Unknown directive |
| 2136 | display: grid; | Unknown directive |
| 2137 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 2138 | margin: 0 auto; | Unknown directive |
| 2139 | width: 1070px | Unknown directive |
| 2140 | } | Syntax not understood |
| 2142 | .subscriptionReminderGrid .left { | Syntax not understood |
| 2143 | grid-column: 1/span 6 | Unknown directive |
| 2144 | } | Syntax not understood |
| 2146 | .subscriptionReminderGrid .left h3 { | Syntax not understood |
| 2147 | font-size: 24px; | Unknown directive |
| 2148 | font-style: normal; | Unknown directive |
| 2149 | font-weight: 600; | Unknown directive |
| 2150 | line-height: normal; | Unknown directive |
| 2151 | margin: 0; | Unknown directive |
| 2152 | text-transform: capitalize | Unknown directive |
| 2153 | } | Syntax not understood |
| 2155 | .subscriptionReminderGrid .right { | Syntax not understood |
| 2156 | grid-column-gap: 20px; | Unknown directive |
| 2157 | align-items: center; | Unknown directive |
| 2158 | display: grid; | Unknown directive |
| 2159 | grid-column: 7/span 4 | Unknown directive |
| 2160 | } | Syntax not understood |
| 2162 | .subscriptionReminderGrid .right .uiBtn { | Syntax not understood |
| 2163 | background-color: #0e76bc; | Unknown directive |
| 2164 | border: 0; | Unknown directive |
| 2165 | color: #fff; | Unknown directive |
| 2166 | display: grid; | Unknown directive |
| 2167 | font-size: 14px; | Unknown directive |
| 2168 | font-style: normal; | Unknown directive |
| 2169 | font-weight: 600; | Unknown directive |
| 2170 | height: 51px; | Unknown directive |
| 2171 | line-height: normal; | Unknown directive |
| 2172 | text-align: center; | Unknown directive |
| 2173 | text-transform: uppercase; | Unknown directive |
| 2174 | width: 100% | Unknown directive |
| 2175 | } | Syntax not understood |
| 2177 | .subscriptionReminderGrid .right .closeSubscriptionReminder.desktopOnly { | Syntax not understood |
| 2178 | background-image: url(//cf.allmusic.com/images/cancel.svg); | Unknown directive |
| 2179 | background-size: 28px 28px; | Unknown directive |
| 2180 | display: grid; | Unknown directive |
| 2181 | height: 28px; | Unknown directive |
| 2182 | width: 28px | Unknown directive |
| 2183 | } | Syntax not understood |
| 2185 | .subscriptionReminderGrid .right .closeSubscriptionReminder.mobileOnly { | Syntax not understood |
| 2186 | display: none | Unknown directive |
| 2187 | } | Syntax not understood |
| 2189 | .subscriptionReminderGrid .right.active { | Syntax not understood |
| 2190 | grid-column-gap: 20px; | Unknown directive |
| 2191 | align-items: center; | Unknown directive |
| 2192 | display: grid; | Unknown directive |
| 2193 | grid-template-columns:repeat(2, minmax(0, 1fr)) | Unknown directive |
| 2194 | } | Syntax not understood |
| 2196 | .subscriptionReminderGrid .right.expired { | Syntax not understood |
| 2197 | grid-template-columns:1fr 28px | Unknown directive |
| 2198 | } | Syntax not understood |
| 2200 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2201 | .subscriptionReminderBox { | Syntax not understood |
| 2202 | padding: 20px 30px | Unknown directive |
| 2203 | } | Syntax not understood |
| 2205 | .subscriptionReminderGrid { | Syntax not understood |
| 2206 | grid-template-columns:100%; | Unknown directive |
| 2207 | width: 100% | Unknown directive |
| 2208 | } | Syntax not understood |
| 2210 | .subscriptionReminderGrid .left { | Syntax not understood |
| 2211 | grid-column: auto | Unknown directive |
| 2212 | } | Syntax not understood |
| 2214 | .subscriptionReminderGrid .left h3 { | Syntax not understood |
| 2215 | line-height: normal; | Unknown directive |
| 2216 | text-align: center | Unknown directive |
| 2217 | } | Syntax not understood |
| 2219 | .subscriptionReminderGrid .right { | Syntax not understood |
| 2220 | grid-column: auto; | Unknown directive |
| 2221 | grid-template-columns:100% | Unknown directive |
| 2222 | } | Syntax not understood |
| 2224 | .subscriptionReminderGrid .right.active, .subscriptionReminderGrid .right.expired { | Syntax not understood |
| 2225 | grid-template-columns:100% | Unknown directive |
| 2226 | } | Syntax not understood |
| 2228 | .subscriptionReminderGrid .right.active .uiBtn { | Syntax not understood |
| 2229 | margin: 10px 0 0 | Unknown directive |
| 2230 | } | Syntax not understood |
| 2232 | .subscriptionReminderGrid .right.expired .uiBtn { | Syntax not understood |
| 2233 | margin: 10px 0 27px | Unknown directive |
| 2234 | } | Syntax not understood |
| 2236 | .subscriptionReminderGrid .right .closeSubscriptionReminder.desktopOnly { | Syntax not understood |
| 2237 | display: none | Unknown directive |
| 2238 | } | Syntax not understood |
| 2240 | .subscriptionReminderGrid .right .closeSubscriptionReminder.mobileOnly { | Syntax not understood |
| 2241 | color: #0e76bc; | Unknown directive |
| 2242 | display: grid; | Unknown directive |
| 2243 | font-size: 14px; | Unknown directive |
| 2244 | font-style: normal; | Unknown directive |
| 2245 | font-weight: 600; | Unknown directive |
| 2246 | line-height: normal; | Unknown directive |
| 2247 | text-align: center; | Unknown directive |
| 2248 | text-transform: uppercase | Unknown directive |
| 2249 | } | Syntax not understood |
| 2250 | } | Syntax not understood |
| 2252 | body #pageContainer #pageInnerContain section #pageTabs { | Syntax not understood |
| 2253 | margin-top: 40px | Unknown directive |
| 2254 | } | Syntax not understood |
| 2256 | body #pageContainer #pageInnerContain section #pageTabs .tab { | Syntax not understood |
| 2257 | align-items: center; | Unknown directive |
| 2258 | background-color: #25aae1; | Unknown directive |
| 2259 | border: 1px solid #229cce; | Unknown directive |
| 2260 | border-radius: 0; | Unknown directive |
| 2261 | box-sizing: border-box; | Unknown directive |
| 2262 | display: grid; | Unknown directive |
| 2263 | grid-template-columns:calc(100% - 9px) 9px; | Unknown directive |
| 2264 | margin-bottom: 1px; | Unknown directive |
| 2265 | padding: 15px 15px 15px 20px; | Unknown directive |
| 2266 | width: 100% | Unknown directive |
| 2267 | } | Syntax not understood |
| 2269 | body #pageContainer #pageInnerContain section #pageTabs .tab h2 { | Syntax not understood |
| 2270 | font-size: 15px; | Unknown directive |
| 2271 | line-height: 18px; | Unknown directive |
| 2272 | margin: 0 | Unknown directive |
| 2273 | } | Syntax not understood |
| 2275 | body #pageContainer #pageInnerContain section #pageTabs .tab h2 a { | Syntax not understood |
| 2276 | color: #fff | Unknown directive |
| 2277 | } | Syntax not understood |
| 2279 | body #pageContainer #pageInnerContain section #pageTabs .tab span { | Syntax not understood |
| 2280 | background-image: url(//cf.allmusic.com/images/nav-down-arrow.svg); | Unknown directive |
| 2281 | background-size: 9px 15px; | Unknown directive |
| 2282 | height: 15px; | Unknown directive |
| 2283 | transform: rotate(180deg); | Unknown directive |
| 2284 | width: 9px | Unknown directive |
| 2285 | } | Syntax not understood |
| 2287 | body #pageContainer #pageInnerContain section #pageTabs .tab.open span { | Syntax not understood |
| 2288 | transform: rotate(270deg) | Unknown directive |
| 2289 | } | Syntax not understood |
| 2291 | body #pageContainer #pageInnerContain section #pageTabs .tabContent { | Syntax not understood |
| 2292 | grid-column-gap: 20px; | Unknown directive |
| 2293 | align-items: center; | Unknown directive |
| 2294 | background-color: #fff; | Unknown directive |
| 2295 | color: #1e1e1e; | Unknown directive |
| 2296 | display: grid; | Unknown directive |
| 2297 | grid-template-columns:repeat(7, minmax(0, 1fr)); | Unknown directive |
| 2298 | margin-bottom: 1px; | Unknown directive |
| 2299 | padding-top: 20px | Unknown directive |
| 2300 | } | Syntax not understood |
| 2302 | body #pageContainer #pageInnerContain section #pageTabs .tabContent .loading { | Syntax not understood |
| 2303 | grid-column: 1/span 7; | Unknown directive |
| 2304 | margin-bottom: 20px | Unknown directive |
| 2305 | } | Syntax not understood |
| 2307 | body #pageContainer #pageInnerContain section #pageTabs .tabContent a { | Syntax not understood |
| 2308 | color: #0e76bc | Unknown directive |
| 2309 | } | Syntax not understood |
| 2311 | body #pageContainer #pageInnerContain section #pageTabs .tabContent .advertising.inContentLeaderboard { | Syntax not understood |
| 2312 | grid-column: 1/span 7; | Unknown directive |
| 2313 | grid-row: 1 | Unknown directive |
| 2314 | } | Syntax not understood |
| 2316 | body #pageContainer #pageInnerContain section #pageTabs .tabContent .artistContentSubModule { | Syntax not understood |
| 2317 | grid-column: 1/span 7; | Unknown directive |
| 2318 | grid-row: 2 | Unknown directive |
| 2319 | } | Syntax not understood |
| 2321 | .galleryModal { | Syntax not understood |
| 2322 | background-color: rgba(0, 0, 0, .95); | Unknown directive |
| 2323 | bottom: 0; | Unknown directive |
| 2324 | cursor: pointer; | Unknown directive |
| 2325 | display: grid; | Unknown directive |
| 2326 | height: 100%; | Unknown directive |
| 2327 | left: 0; | Unknown directive |
| 2328 | position: fixed; | Unknown directive |
| 2329 | right: 0; | Unknown directive |
| 2330 | top: 0; | Unknown directive |
| 2331 | width: 100%; | Unknown directive |
| 2332 | z-index: 2147483647 | Unknown directive |
| 2333 | } | Syntax not understood |
| 2335 | .galleryModal * { | Syntax not understood |
| 2336 | color: #fff; | Unknown directive |
| 2337 | margin: 0; | Unknown directive |
| 2338 | padding: 0 | Unknown directive |
| 2339 | } | Syntax not understood |
| 2341 | .galleryModal .closeGallery { | Syntax not understood |
| 2342 | display: inline-block; | Unknown directive |
| 2343 | position: absolute; | Unknown directive |
| 2344 | right: 40px; | Unknown directive |
| 2345 | top: 40px; | Unknown directive |
| 2346 | z-index: 100 | Unknown directive |
| 2347 | } | Syntax not understood |
| 2349 | .galleryModal .closeGallery p { | Syntax not understood |
| 2350 | font-size: 32px | Unknown directive |
| 2351 | } | Syntax not understood |
| 2353 | .galleryModal #imgContainer { | Syntax not understood |
| 2354 | align-content: center; | Unknown directive |
| 2355 | display: grid; | Unknown directive |
| 2356 | grid-template-areas:"leftNav gallery rightNav" "carousel carousel carousel"; | Unknown directive |
| 2357 | grid-template-columns:15% 70% 15%; | Unknown directive |
| 2358 | margin: 0; | Unknown directive |
| 2359 | position: relative | Unknown directive |
| 2360 | } | Syntax not understood |
| 2362 | .galleryModal #imgContainer #mainLeftNav { | Syntax not understood |
| 2363 | align-content: center; | Unknown directive |
| 2364 | align-items: center; | Unknown directive |
| 2365 | display: grid; | Unknown directive |
| 2366 | justify-content: flex-end | Unknown directive |
| 2367 | } | Syntax not understood |
| 2369 | .galleryModal #imgContainer #mainRightNav { | Syntax not understood |
| 2370 | align-content: center; | Unknown directive |
| 2371 | align-items: center; | Unknown directive |
| 2372 | display: grid; | Unknown directive |
| 2373 | justify-content: flex-start | Unknown directive |
| 2374 | } | Syntax not understood |
| 2376 | .galleryModal #imgContainer .arrowLeft, .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2377 | border: solid #fff; | Unknown directive |
| 2378 | border-width: 0 2px 2px 0; | Unknown directive |
| 2379 | display: block; | Unknown directive |
| 2380 | height: 30px; | Unknown directive |
| 2381 | position: relative; | Unknown directive |
| 2382 | width: 30px; | Unknown directive |
| 2383 | z-index: 100 | Unknown directive |
| 2384 | } | Syntax not understood |
| 2386 | .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2387 | grid-area: rightNav; | Unknown directive |
| 2388 | position: relative; | Unknown directive |
| 2389 | right: -35px; | Unknown directive |
| 2390 | transform: rotate(-45deg) | Unknown directive |
| 2391 | } | Syntax not understood |
| 2393 | .galleryModal #imgContainer .arrowLeft { | Syntax not understood |
| 2394 | grid-area: leftNav; | Unknown directive |
| 2395 | left: -35px; | Unknown directive |
| 2396 | position: relative; | Unknown directive |
| 2397 | transform: rotate(135deg) | Unknown directive |
| 2398 | } | Syntax not understood |
| 2400 | .galleryModal #imgContainer .galleryMainImageBind { | Syntax not understood |
| 2401 | display: grid; | Unknown directive |
| 2402 | grid-area: gallery | Unknown directive |
| 2403 | } | Syntax not understood |
| 2405 | .galleryModal #imgContainer img.galleryMainImage { | Syntax not understood |
| 2406 | bottom: 0; | Unknown directive |
| 2407 | display: grid; | Unknown directive |
| 2408 | height: 100%; | Unknown directive |
| 2409 | justify-self: center; | Unknown directive |
| 2410 | left: 0; | Unknown directive |
| 2411 | margin-left: auto; | Unknown directive |
| 2412 | margin-right: auto; | Unknown directive |
| 2413 | max-height: 600px; | Unknown directive |
| 2414 | min-height: 600px; | Unknown directive |
| 2415 | -o-object-fit: cover; | Unknown directive |
| 2416 | object-fit: cover; | Unknown directive |
| 2417 | position: relative; | Unknown directive |
| 2418 | right: 0; | Unknown directive |
| 2419 | width: auto | Unknown directive |
| 2420 | } | Syntax not understood |
| 2422 | .galleryModal #imgContainer .captionBlock .caption, .galleryModal #imgContainer .captionBlock .credit { | Syntax not understood |
| 2423 | color: #fff; | Unknown directive |
| 2424 | display: block; | Unknown directive |
| 2425 | font-size: 10pt; | Unknown directive |
| 2426 | font-weight: 400; | Unknown directive |
| 2427 | height: 15px; | Unknown directive |
| 2428 | margin: auto 0; | Unknown directive |
| 2429 | padding-top: 10px; | Unknown directive |
| 2430 | position: relative; | Unknown directive |
| 2431 | text-align: center | Unknown directive |
| 2432 | } | Syntax not understood |
| 2434 | .galleryModal #imgContainer .captionBlock .credit { | Syntax not understood |
| 2435 | font-size: 8pt; | Unknown directive |
| 2436 | padding-top: 5px | Unknown directive |
| 2437 | } | Syntax not understood |
| 2439 | .galleryModal #imgContainer #carousel { | Syntax not understood |
| 2440 | grid-area: carousel; | Unknown directive |
| 2441 | margin: 10px 0 0; | Unknown directive |
| 2442 | position: relative; | Unknown directive |
| 2443 | text-align: center | Unknown directive |
| 2444 | } | Syntax not understood |
| 2446 | .galleryModal #imgContainer #carousel ul { | Syntax not understood |
| 2447 | width: 100% | Unknown directive |
| 2448 | } | Syntax not understood |
| 2450 | .galleryModal #imgContainer #carousel ul li { | Syntax not understood |
| 2451 | display: inline-block; | Unknown directive |
| 2452 | margin: 10px | Unknown directive |
| 2453 | } | Syntax not understood |
| 2455 | .galleryModal #imgContainer #carousel ul li .arrowLeft { | Syntax not understood |
| 2456 | left: -20px; | Unknown directive |
| 2457 | position: relative | Unknown directive |
| 2458 | } | Syntax not understood |
| 2460 | .galleryModal #imgContainer #carousel ul li .arrowRight { | Syntax not understood |
| 2461 | position: relative; | Unknown directive |
| 2462 | right: -20px | Unknown directive |
| 2463 | } | Syntax not understood |
| 2465 | .galleryModal #imgContainer #carousel .arrowSmall { | Syntax not understood |
| 2466 | height: 15px; | Unknown directive |
| 2467 | position: relative; | Unknown directive |
| 2468 | top: -13px; | Unknown directive |
| 2469 | width: 15px | Unknown directive |
| 2470 | } | Syntax not understood |
| 2472 | .galleryModal #imgContainer #carousel .thumbImg { | Syntax not understood |
| 2473 | display: inline-block; | Unknown directive |
| 2474 | margin: 10px | Unknown directive |
| 2475 | } | Syntax not understood |
| 2477 | .galleryModal #imgContainer #carousel img { | Syntax not understood |
| 2478 | height: 50px; | Unknown directive |
| 2479 | max-width: 80px; | Unknown directive |
| 2480 | -o-object-fit: cover; | Unknown directive |
| 2481 | object-fit: cover; | Unknown directive |
| 2482 | position: relative; | Unknown directive |
| 2483 | width: auto | Unknown directive |
| 2484 | } | Syntax not understood |
| 2486 | .galleryModal #imgContainer #carousel img:hover { | Syntax not understood |
| 2487 | border: 2px solid hsla(0, 0%, 100%, .25) | Unknown directive |
| 2488 | } | Syntax not understood |
| 2490 | .galleryModal #imgContainer #carousel img.highlightOn, .galleryModal #imgContainer #carousel img.highlightOn:hover { | Syntax not understood |
| 2491 | border: 2px solid #00c3ff | Unknown directive |
| 2492 | } | Syntax not understood |
| 2494 | .galleryModal #imgContainer #carousel img.highlightOff { | Syntax not understood |
| 2495 | border: 2px solid transparent | Unknown directive |
| 2496 | } | Syntax not understood |
| 2498 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2499 | .galleryModal { | Syntax not understood |
| 2500 | background-color: rgba(0, 0, 0, .8) | Unknown directive |
| 2501 | } | Syntax not understood |
| 2503 | .galleryModal .closeGallery { | Syntax not understood |
| 2504 | margin-right: 10px; | Unknown directive |
| 2505 | margin-top: -37px | Unknown directive |
| 2506 | } | Syntax not understood |
| 2508 | .galleryModal #imgContainer { | Syntax not understood |
| 2509 | height: 30vh; | Unknown directive |
| 2510 | width: 100vw | Unknown directive |
| 2511 | } | Syntax not understood |
| 2513 | .galleryModal #imgContainer .arrowLeft, .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2514 | height: 20px; | Unknown directive |
| 2515 | width: 20px | Unknown directive |
| 2516 | } | Syntax not understood |
| 2518 | .galleryModal #imgContainer .arrowRight { | Syntax not understood |
| 2519 | margin-right: 20px; | Unknown directive |
| 2520 | transform: rotate(-45deg) | Unknown directive |
| 2521 | } | Syntax not understood |
| 2523 | .galleryModal #imgContainer .arrowLeft { | Syntax not understood |
| 2524 | margin-left: 20px; | Unknown directive |
| 2525 | transform: rotate(135deg) | Unknown directive |
| 2526 | } | Syntax not understood |
| 2528 | .galleryModal #imgContainer img { | Syntax not understood |
| 2529 | max-height: none; | Unknown directive |
| 2530 | max-width: 100% | Unknown directive |
| 2531 | } | Syntax not understood |
| 2533 | .galleryModal #imgContainer #carousel { | Syntax not understood |
| 2534 | display: none | Unknown directive |
| 2535 | } | Syntax not understood |
| 2536 | } | Syntax not understood |
| 2538 | html { | Syntax not understood |
| 2539 | -moz-text-size-adjust: none; | Unknown directive |
| 2540 | -webkit-text-size-adjust: none; | Unknown directive |
| 2541 | text-size-adjust: none | Unknown directive |
| 2542 | } | Syntax not understood |
| 2544 | body { | Syntax not understood |
| 2545 | color: #fff; | Unknown directive |
| 2546 | margin: 0 auto; | Unknown directive |
| 2547 | width: 100% | Unknown directive |
| 2548 | } | Syntax not understood |
| 2550 | body a { | Syntax not understood |
| 2551 | font-weight: 600 | Unknown directive |
| 2552 | } | Syntax not understood |
| 2554 | body a, body a:hover { | Unknown directive |
| 2555 | text-decoration: none | Unknown directive |
| 2556 | } | Syntax not understood |
| 2558 | body h1, body h2, body h3, body h4, body h5, body h6 { | Syntax not understood |
| 2559 | font-weight: 600; | Unknown directive |
| 2560 | margin: 0 | Unknown directive |
| 2561 | } | Syntax not understood |
| 2563 | body strong { | Syntax not understood |
| 2564 | font-weight: 600 | Unknown directive |
| 2565 | } | Syntax not understood |
| 2567 | body p { | Syntax not understood |
| 2568 | font-weight: 400 | Unknown directive |
| 2569 | } | Syntax not understood |
| 2571 | body .tippy-content a { | Syntax not understood |
| 2572 | color: #0e76bc | Unknown directive |
| 2573 | } | Syntax not understood |
| 2575 | body select { | Syntax not understood |
| 2576 | -webkit-appearance: none; | Unknown directive |
| 2577 | -moz-appearance: none; | Unknown directive |
| 2578 | appearance: none; | Unknown directive |
| 2579 | background-color: #fff; | Unknown directive |
| 2580 | background-image: url(//cf.allmusic.com/images/dropdown-arrow.svg); | Unknown directive |
| 2581 | background-position: calc(100% - 10px) 50%; | Unknown directive |
| 2582 | background-repeat: no-repeat; | Unknown directive |
| 2583 | background-size: 8px 5px; | Unknown directive |
| 2584 | border: 1px solid rgba(30, 30, 30, .25); | Unknown directive |
| 2585 | border-radius: 5px; | Unknown directive |
| 2586 | box-sizing: border-box; | Unknown directive |
| 2587 | color: #1e1e1e; | Unknown directive |
| 2588 | font-size: 14px; | Unknown directive |
| 2589 | font-weight: 600; | Unknown directive |
| 2590 | line-height: 22px; | Unknown directive |
| 2591 | padding: 2px 10px; | Unknown directive |
| 2592 | width: 100% | Unknown directive |
| 2593 | } | Syntax not understood |
| 2595 | body .clearfix:after { | Unknown directive |
| 2596 | clear: both; | Unknown directive |
| 2597 | content: ""; | Unknown directive |
| 2598 | display: table | Unknown directive |
| 2599 | } | Syntax not understood |
| 2601 | body .galleryTrigger { | Syntax not understood |
| 2602 | cursor: pointer | Unknown directive |
| 2603 | } | Syntax not understood |
| 2605 | body .javascript-disabled, body .site-degraded { | Syntax not understood |
| 2606 | background-color: #630808; | Unknown directive |
| 2607 | color: #fff; | Unknown directive |
| 2608 | font-size: 18px; | Unknown directive |
| 2609 | font-weight: 700; | Unknown directive |
| 2610 | line-height: 20px; | Unknown directive |
| 2611 | padding: 20px 0; | Unknown directive |
| 2612 | text-align: center | Unknown directive |
| 2613 | } | Syntax not understood |
| 2615 | body .advertising { | Syntax not understood |
| 2616 | color: #fff; | Unknown directive |
| 2617 | display: grid; | Unknown directive |
| 2618 | place-items: center; | Unknown directive |
| 2619 | width: 100% | Unknown directive |
| 2620 | } | Syntax not understood |
| 2622 | body .advertising.headerLeaderboard { | Syntax not understood |
| 2623 | grid-area: headerLeaderboard; | Unknown directive |
| 2624 | grid-column: 1/span 10; | Unknown directive |
| 2625 | height: 250px; | Unknown directive |
| 2626 | margin: 20px auto 0; | Unknown directive |
| 2627 | width: 970px | Unknown directive |
| 2628 | } | Syntax not understood |
| 2630 | body .advertising.sidebarRectangle { | Syntax not understood |
| 2631 | height: 600px; | Unknown directive |
| 2632 | margin-top: 20px | Unknown directive |
| 2633 | } | Syntax not understood |
| 2635 | body .advertising.sidebarRectangle.atf { | Syntax not understood |
| 2636 | height: 300px; | Unknown directive |
| 2637 | margin-bottom: 20px; | Unknown directive |
| 2638 | margin-top: 0 | Unknown directive |
| 2639 | } | Syntax not understood |
| 2641 | body .advertising.bandsInTown { | Syntax not understood |
| 2642 | height: 70px; | Unknown directive |
| 2643 | margin-bottom: 20px; | Unknown directive |
| 2644 | margin-top: 0 | Unknown directive |
| 2645 | } | Syntax not understood |
| 2647 | body .advertising.inContentLeaderboard { | Syntax not understood |
| 2648 | height: 90px; | Unknown directive |
| 2649 | margin-bottom: 24px | Unknown directive |
| 2650 | } | Syntax not understood |
| 2652 | body .advertising.videoPlayer { | Syntax not understood |
| 2653 | height: 425px; | Unknown directive |
| 2654 | margin: 50px auto; | Unknown directive |
| 2655 | width: 640px | Unknown directive |
| 2656 | } | Syntax not understood |
| 2658 | body .advertising.insticatorUnit { | Syntax not understood |
| 2659 | height: 330px; | Unknown directive |
| 2660 | margin: 39px auto 20px; | Unknown directive |
| 2661 | width: 600px | Unknown directive |
| 2662 | } | Syntax not understood |
| 2664 | body .advertising.bottomInContent { | Syntax not understood |
| 2665 | height: 250px | Unknown directive |
| 2666 | } | Syntax not understood |
| 2668 | body .advertising.tallMidLeaderboard { | Syntax not understood |
| 2669 | height: 250px; | Unknown directive |
| 2670 | margin: 20px auto; | Unknown directive |
| 2671 | width: 970px | Unknown directive |
| 2672 | } | Syntax not understood |
| 2674 | body .advertising.footerLeaderboard { | Syntax not understood |
| 2675 | grid-area: footerLeaderboard; | Unknown directive |
| 2676 | grid-column: 1/span 10; | Unknown directive |
| 2677 | height: 250px; | Unknown directive |
| 2678 | margin: 60px auto 40px; | Unknown directive |
| 2679 | width: 970px | Unknown directive |
| 2680 | } | Syntax not understood |
| 2682 | body .advertising.leader728 { | Syntax not understood |
| 2683 | height: 90px; | Unknown directive |
| 2684 | margin: 20px 0 20px 162px; | Unknown directive |
| 2685 | width: 728px | Unknown directive |
| 2686 | } | Syntax not understood |
| 2688 | body .advertising.inContentLeaderboard .desktop_in_article { | Syntax not understood |
| 2689 | min-height: 90px; | Unknown directive |
| 2690 | width: 728px | Unknown directive |
| 2691 | } | Syntax not understood |
| 2693 | body .advertising.inContentLeaderboard .desktop_in_article .pw-in-article { | Syntax not understood |
| 2694 | padding: 0 | Unknown directive |
| 2695 | } | Syntax not understood |
| 2697 | body .homepage .advertising.headerLeaderboard { | Syntax not understood |
| 2698 | grid-column: 1/span 15; | Unknown directive |
| 2699 | margin-bottom: 20px | Unknown directive |
| 2700 | } | Syntax not understood |
| 2702 | body aside .advertising.sidebarRectangle.atf, body aside .advertising.sidebarRectangle.btf { | Syntax not understood |
| 2703 | margin-inline: auto; | Unknown directive |
| 2704 | position: sticky; | Unknown directive |
| 2705 | z-index: 100 | Unknown directive |
| 2706 | } | Syntax not understood |
| 2708 | body aside .aside_bottom { | Syntax not understood |
| 2709 | flex-grow: 1 | Unknown directive |
| 2710 | } | Syntax not understood |
| 2712 | body .ad_spacer { | Syntax not understood |
| 2713 | height: 400px | Unknown directive |
| 2714 | } | Syntax not understood |
| 2716 | body .loading { | Syntax not understood |
| 2717 | background: url(//cf.allmusic.com/images/loading.gif) no-repeat 50%; | Unknown directive |
| 2718 | display: block; | Unknown directive |
| 2719 | height: 64px; | Unknown directive |
| 2720 | margin: 0 auto; | Unknown directive |
| 2721 | width: 64px | Unknown directive |
| 2722 | } | Syntax not understood |
| 2724 | body .pullDown { | Syntax not understood |
| 2725 | background-color: #fff; | Unknown directive |
| 2726 | border-top: #e3e3e3; | Unknown directive |
| 2727 | height: 30px; | Unknown directive |
| 2728 | position: relative; | Unknown directive |
| 2729 | z-index: 2 | Unknown directive |
| 2730 | } | Syntax not understood |
| 2732 | body .handCursor { | Syntax not understood |
| 2733 | cursor: url(//www.google.com/intl/en_ALL/mapfiles/openhand.cur), default !important | Unknown directive |
| 2734 | } | Syntax not understood |
| 2736 | body .handCursorClosed { | Syntax not understood |
| 2737 | cursor: url(//www.google.com/intl/en_ALL/mapfiles/closedhand.cur), default !important | Unknown directive |
| 2738 | } | Syntax not understood |
| 2740 | body #codeigniterProfiler { | Syntax not understood |
| 2741 | display: none; | Unknown directive |
| 2742 | margin: 0 auto; | Unknown directive |
| 2743 | overflow-x: scroll; | Unknown directive |
| 2744 | width: 1070px | Unknown directive |
| 2745 | } | Syntax not understood |
| 2747 | body #showProfiler { | Syntax not understood |
| 2748 | color: #666; | Unknown directive |
| 2749 | display: block; | Unknown directive |
| 2750 | padding: 40px 0; | Unknown directive |
| 2751 | text-align: center; | Unknown directive |
| 2752 | width: 100% | Unknown directive |
| 2753 | } | Syntax not understood |
| 2755 | body .errorBox, body .successBox { | Syntax not understood |
| 2756 | box-sizing: border-box; | Unknown directive |
| 2757 | color: #1e1e1e; | Unknown directive |
| 2758 | font-size: 14px; | Unknown directive |
| 2759 | font-weight: 600; | Unknown directive |
| 2760 | line-height: 20px; | Unknown directive |
| 2761 | padding: 10px !important; | Unknown directive |
| 2762 | text-align: center; | Unknown directive |
| 2763 | width: 100% | Unknown directive |
| 2764 | } | Syntax not understood |
| 2766 | body .errorBox { | Syntax not understood |
| 2767 | background-color: #ffb6c1 !important; | Unknown directive |
| 2768 | border: 1px solid #dc143c; | Unknown directive |
| 2769 | margin-bottom: 20px | Unknown directive |
| 2770 | } | Syntax not understood |
| 2772 | body .formInputError { | Syntax not understood |
| 2773 | border: 2px solid #dc143c !important; | Unknown directive |
| 2774 | margin-bottom: 20px | Unknown directive |
| 2775 | } | Syntax not understood |
| 2777 | body .successBox { | Syntax not understood |
| 2778 | background-color: #90ee90 !important; | Unknown directive |
| 2779 | border: 1px solid green; | Unknown directive |
| 2780 | margin-bottom: 20px | Unknown directive |
| 2781 | } | Syntax not understood |
| 2783 | body .headlineTop { | Syntax not understood |
| 2784 | display: flex; | Unknown directive |
| 2785 | margin-bottom: 19px | Unknown directive |
| 2786 | } | Syntax not understood |
| 2788 | body .headlineTop a, body .headlineTop h3 { | Syntax not understood |
| 2789 | font-size: 14px; | Unknown directive |
| 2790 | line-height: 17.09px; | Unknown directive |
| 2791 | width: 50% | Unknown directive |
| 2792 | } | Syntax not understood |
| 2794 | body .headlineTop h3 { | Syntax not understood |
| 2795 | margin: 0 | Unknown directive |
| 2796 | } | Syntax not understood |
| 2798 | body .headlineTop a { | Syntax not understood |
| 2799 | color: #25aae1; | Unknown directive |
| 2800 | display: block; | Unknown directive |
| 2801 | text-align: right | Unknown directive |
| 2802 | } | Syntax not understood |
| 2804 | body .uiBtn { | Syntax not understood |
| 2805 | border-radius: 5px; | Unknown directive |
| 2806 | box-sizing: border-box; | Unknown directive |
| 2807 | color: #1e1e1e; | Unknown directive |
| 2808 | cursor: pointer; | Unknown directive |
| 2809 | font-size: 12px; | Unknown directive |
| 2810 | font-weight: 600; | Unknown directive |
| 2811 | line-height: 12px; | Unknown directive |
| 2812 | padding: 15px; | Unknown directive |
| 2813 | text-align: center; | Unknown directive |
| 2814 | width: 100% | Unknown directive |
| 2815 | } | Syntax not understood |
| 2817 | body .grid { | Syntax not understood |
| 2818 | display: grid | Unknown directive |
| 2819 | } | Syntax not understood |
| 2821 | body .hasBackCover { | Syntax not understood |
| 2822 | background-image: url(//cf.allmusic.com/images/image_gallery.svg); | Unknown directive |
| 2823 | background-repeat: no-repeat; | Unknown directive |
| 2824 | background-size: 17px 15px; | Unknown directive |
| 2825 | bottom: 17px; | Unknown directive |
| 2826 | display: grid; | Unknown directive |
| 2827 | height: 15px; | Unknown directive |
| 2828 | left: 11px; | Unknown directive |
| 2829 | position: absolute; | Unknown directive |
| 2830 | width: 17px | Unknown directive |
| 2831 | } | Syntax not understood |
| 2833 | body span.hasReview { | Syntax not understood |
| 2834 | background-image: url(//cf.allmusic.com/images/review_available.svg); | Unknown directive |
| 2835 | background-repeat: no-repeat; | Unknown directive |
| 2836 | background-size: 10px 12px; | Unknown directive |
| 2837 | display: inline-block; | Unknown directive |
| 2838 | height: 12px; | Unknown directive |
| 2839 | width: 10px | Unknown directive |
| 2840 | } | Syntax not understood |
| 2842 | body header.fixed + #pageContainer { | Syntax not understood |
| 2843 | padding-top: 81px | Unknown directive |
| 2844 | } | Syntax not understood |
| 2846 | body #pageContainer #pageInnerContain { | Syntax not understood |
| 2847 | grid-column-gap: 20px; | Unknown directive |
| 2848 | align-items: center; | Unknown directive |
| 2849 | align-items: start; | Unknown directive |
| 2850 | display: grid; | Unknown directive |
| 2851 | grid-area: pageContainer; | Unknown directive |
| 2852 | grid-column: 1/span 10; | Unknown directive |
| 2853 | grid-template-areas:"headerLeaderboard headerLeaderboard" "sidebar content" "footerLeaderboard footerLeaderboard"; | Unknown directive |
| 2854 | grid-template-columns:repeat(10, minmax(0, 1fr)); | Unknown directive |
| 2855 | margin: 0 auto; | Unknown directive |
| 2856 | padding: 0 15px; | Unknown directive |
| 2857 | width: 1070px | Unknown directive |
| 2858 | } | Syntax not understood |
| 2860 | body #pageContainer #pageInnerContain aside { | Syntax not understood |
| 2861 | grid-area: sidebar; | Unknown directive |
| 2862 | grid-column: 1/span 3; | Unknown directive |
| 2863 | grid-row: 2; | Unknown directive |
| 2864 | margin-top: 40px | Unknown directive |
| 2865 | } | Syntax not understood |
| 2867 | body #pageContainer #pageInnerContain section { | Syntax not understood |
| 2868 | grid-area: content; | Unknown directive |
| 2869 | grid-column: 4/span 7; | Unknown directive |
| 2870 | grid-row: 2; | Unknown directive |
| 2871 | margin-top: 40px | Unknown directive |
| 2872 | } | Syntax not understood |
| 2874 | body #pageContainer #pageInnerContain section #basicInfo { | Syntax not understood |
| 2875 | border-bottom: 1px solid hsla(0, 0%, 100%, .35); | Unknown directive |
| 2876 | margin-bottom: 25px; | Unknown directive |
| 2877 | padding-bottom: 35px | Unknown directive |
| 2878 | } | Syntax not understood |
| 2880 | body #pageContainer #pageInnerContain section #basicInfo a { | Syntax not understood |
| 2881 | color: #25aae1 | Unknown directive |
| 2882 | } | Syntax not understood |
| 2884 | body #pageContainer #pageInnerContain section #basicInfo > div { | Syntax not understood |
| 2885 | grid-column-gap: 20px; | Unknown directive |
| 2886 | align-items: center; | Unknown directive |
| 2887 | display: grid; | Unknown directive |
| 2888 | grid-template-areas:"biHeading biHeading biHeading biHeading biHeading biData biData biData biData biData biData biData biData biData"; | Unknown directive |
| 2889 | grid-template-columns:repeat(14, minmax(0, 1fr)) | Unknown directive |
| 2890 | } | Syntax not understood |
| 2892 | body #pageContainer #pageInnerContain section #basicInfo > div h3 { | Syntax not understood |
| 2893 | font-size: 14px; | Unknown directive |
| 2894 | grid-area: biHeading; | Unknown directive |
| 2895 | line-height: 20px; | Unknown directive |
| 2896 | margin: 0; | Unknown directive |
| 2897 | width: 100% | Unknown directive |
| 2898 | } | Syntax not understood |
| 2900 | body #pageContainer #pageInnerContain section #basicInfo > div span { | Syntax not understood |
| 2901 | grid-area: biData; | Unknown directive |
| 2902 | width: 100% | Unknown directive |
| 2903 | } | Syntax not understood |
| 2905 | body #pageContainer #pageInnerContain #bottomInContentContainer { | Syntax not understood |
| 2906 | grid-column-gap: 20px; | Unknown directive |
| 2907 | display: grid; | Unknown directive |
| 2908 | grid-area: footerLeaderboard; | Unknown directive |
| 2909 | grid-template-columns:repeat(2, calc(50% - 10px)); | Unknown directive |
| 2910 | margin-bottom: 20px | Unknown directive |
| 2911 | } | Syntax not understood |
| 2913 | body .hidden { | Syntax not understood |
| 2914 | display: none | Unknown directive |
| 2915 | } | Syntax not understood |
| 2917 | @media only screen and (min-width: 0px) and (max-width: 600px) { | Unknown directive |
| 2918 | body .hasBackCover { | Syntax not understood |
| 2919 | display: none | Unknown directive |
| 2920 | } | Syntax not understood |
| 2922 | body .advertising.footerLeaderboard, body .advertising.headerLeaderboard { | Syntax not understood |
| 2923 | grid-column: 1/span 6; | Unknown directive |
| 2924 | margin-left: 0; | Unknown directive |
| 2925 | min-height: 100px; | Unknown directive |
| 2926 | width: 100% | Unknown directive |
| 2927 | } | Syntax not understood |
| 2929 | body .advertising.headerLeaderboard { | Syntax not understood |
| 2930 | grid-row: 1 | Unknown directive |
| 2931 | } | Syntax not understood |
| 2933 | body .advertising.footerLeaderboard { | Syntax not understood |
| 2934 | grid-row: 4 | Unknown directive |
| 2935 | } | Syntax not understood |
| 2937 | body .advertising.insticatorUnit, body .advertising.videoPlayer { | Syntax not understood |
| 2938 | width: 100% | Unknown directive |
| 2939 | } | Syntax not understood |
| 2941 | body .advertising.inContentLeaderboard .mobile_in_article { | Syntax not understood |
| 2942 | min-height: 50px; | Unknown directive |
| 2943 | width: 320px | Unknown directive |
| 2944 | } | Syntax not understood |
| 2946 | body .advertising.inContentLeaderboard .mobile_in_article .pw-in-article { | Syntax not understood |
| 2947 | padding: 0 | Unknown directive |
| 2948 | } | Syntax not understood |
| 2950 | body .advertising.bandsInTown { | Syntax not understood |
| 2951 | margin-top: 20px | Unknown directive |
| 2952 | } | Syntax not understood |
| 2954 | body .homepage .advertising.headerLeaderboard { | Syntax not understood |
| 2955 | grid-column: 1/span 6 | Unknown directive |
| 2956 | } | Syntax not understood |
| 2958 | body aside .advertising.sidebarRectangle.atf, body aside .advertising.sidebarRectangle.btf { | Syntax not understood |
| 2959 | position: inherit; | Unknown directive |
| 2960 | top: inherit; | Unknown directive |
| 2961 | z-index: auto | Unknown directive |
| 2962 | } | Syntax not understood |
| 2964 | body .ad_spacer { | Syntax not understood |
| 2965 | height: 0 | Unknown directive |
| 2966 | } | Syntax not understood |
| 2968 | body #pageContainer #pageInnerContain { | Syntax not understood |
| 2969 | grid-column-gap: 20px; | Unknown directive |
| 2970 | align-items: center; | Unknown directive |
| 2971 | align-items: start; | Unknown directive |
| 2972 | box-sizing: border-box; | Unknown directive |
| 2973 | display: grid; | Unknown directive |
| 2974 | grid-column: 1/span 6; | Unknown directive |
| 2975 | grid-template-areas:"headerLeaderboard" "sidebar" "content" "footerLeaderboard"; | Unknown directive |
| 2976 | grid-template-columns:repeat(6, minmax(0, 1fr)); | Unknown directive |
| 2977 | padding: 0 20px; | Unknown directive |
| 2978 | width: 100% | Unknown directive |
| 2979 | } | Syntax not understood |
| 2981 | body #pageContainer #pageInnerContain aside { | Syntax not understood |
| 2982 | grid-column: 1/span 6; | Unknown directive |
| 2983 | grid-row: 2 | Unknown directive |
| 2984 | } | Syntax not understood |
| 2986 | body #pageContainer #pageInnerContain section { | Syntax not understood |
| 2987 | grid-column: 1/span 6; | Unknown directive |
| 2988 | grid-row: 3; | Unknown directive |
| 2989 | margin-top: 16px | Unknown directive |
| 2990 | } | Syntax not understood |
| 2991 | } | Syntax not understood |
| 2993 | body { | Syntax not understood |
| 2994 | background-color: #000 | Unknown directive |
| 2995 | } | Syntax not understood |
| 2997 | body #pageContainer.error a, body #pageContainer.notLoggedIn a { | Syntax not understood |
| 2998 | color: #25aae1 | Unknown directive |
| 2999 | } | Syntax not understood |
| 3001 | body #pageContainer.error h1, body #pageContainer.notLoggedIn h1 { | Syntax not understood |
| 3002 | font-size: 48px; | Unknown directive |
| 3003 | font-weight: 600; | Unknown directive |
| 3004 | line-height: normal; | Unknown directive |
| 3005 | margin: 0 0 16px | Unknown directive |
| 3006 | } | Syntax not understood |
| 3008 | body #pageContainer.error p, body #pageContainer.notLoggedIn p { | Syntax not understood |
| 3009 | font-size: 20px; | Unknown directive |
| 3010 | font-weight: 400; | Unknown directive |
| 3011 | line-height: 23px; | Unknown directive |
| 3012 | margin: 0 0 24px | Unknown directive |
| 3013 | } | Syntax not understood |
| 3015 | body #pageContainer.error #pageInnerContain, body #pageContainer.notLoggedIn #pageInnerContain { | Syntax not understood |
| 3016 | background-color: #000; | Unknown directive |
| 3017 | grid-template-areas:"headerLeaderboard" "content" "footerLeaderboard"; | Unknown directive |
| 3018 | padding: 0 15px 20px | Unknown directive |
| 3019 | } | Syntax not understood |
| 3021 | body #pageContainer.error #pageInnerContain #pageContent, body #pageContainer.notLoggedIn #pageInnerContain #pageContent { | Syntax not understood |
| 3022 | background: #000; | Unknown directive |
| 3023 | box-sizing: border-box; | Unknown directive |
| 3024 | color: #fff; | Unknown directive |
| 3025 | grid-area: content; | Unknown directive |
| 3026 | grid-column: 1/span 10; | Unknown directive |
| 3027 | margin: 70px 0 40px; | Unknown directive |
| 3028 | min-height: 100px; | Unknown directive |
| 3029 | padding: 0 | Unknown directive |
| 3030 | } | Syntax not understood |
| 3032 | body #pageContainer.error #pageInnerContain #pageContent #gridContainer, body #pageContainer.notLoggedIn #pageInnerContain #pageContent #gridContainer { | Syntax not understood |
| 3033 | display: grid; | Unknown directive |
| 3034 | grid-template-columns:100% | Unknown directive |
| 3035 | } | Syntax not understood |
| 3037 | body #pageContainer.error #pageInnerContain #pageContent #gridContainer a, body #pageContainer.notLoggedIn #pageInnerContain #pageContent #gridContainer a { | Syntax not understood |
| 3038 | color: #0e76bc | Unknown directive |
| 3039 | } | Syntax not understood |
| 3041 | body #pageContainer.error #pageInnerContain #pageContent #gridContainer h2, body #pageContainer.notLoggedIn #pageInnerContain #pageContent #gridContainer h2 { | Syntax not understood |
| 3042 | font-size: 20px; | Unknown directive |
| 3043 | font-weight: 600; | Unknown directive |
| 3044 | line-height: 23px; | Unknown directive |
| 3045 | margin: 0 | Unknown directive |
| 3046 | } | Syntax not understood |
| 3047 | </style> | Syntax not understood |
| 3048 | </head> | Syntax not understood |
| 3049 | <body> | Syntax not understood |
| 3050 | <header id="siteHeader"> | Syntax not understood |
| 3051 | <div id="siteHeaderInnerContain"> | Syntax not understood |
| 3052 | <div id="headerTopRow"> | Syntax not understood |
| 3053 | <div id="logoMainNavContainer"> | Syntax not understood |
| 3054 | <div id="logoContainer"><a href="/" title="AllMusic"></a></div> | Syntax not understood |
| 3055 | </div> | Syntax not understood |
| 3056 | </div> | Syntax not understood |
| 3057 | </div> | Syntax not understood |
| 3058 | </div> | Syntax not understood |
| 3059 | </header> | Syntax not understood |
| 3060 | <div id="pageContainer" | Syntax not understood |
| 3061 | class="error"> | Syntax not understood |
| 3062 | <div id="pageInnerContain"> | Syntax not understood |
| 3063 | <div class="advertising headerLeaderboard"> | Syntax not understood |
| 3064 | <div id="AllMusic_LB_Top" style="width:100%;min-height:90px;"> | Unknown directive |
| 3065 | </div> | Syntax not understood |
| 3066 | </div> | Syntax not understood |
| 3067 | <div id="pageContent"> | Syntax not understood |
| 3068 | <div id="gridContainer"> | Syntax not understood |
| 3070 | <h1>AllMusic is being updated. Hold tight.</h1> | Syntax not understood |
| 3071 | <p>Thanks!</p> | Syntax not understood |
| 3073 | </div> | Syntax not understood |
| 3074 | </div> | Syntax not understood |
| 3075 | <div class="advertising footerLeaderboard"> | Syntax not understood |
| 3076 | <div id="AllMusic_LB_Footer" style="width:100%;min-height:90px;"> | Unknown directive |
| 3077 | </div> | Syntax not understood |
| 3078 | </div> | Syntax not understood |
| 3079 | </div><!-- end #pageInnerContainer --> | Syntax not understood |
| 3080 | </div><!-- end #pageContainer --> | Syntax not understood |
| 3081 | <footer> | Syntax not understood |
| 3082 | <div id="footer-wrapper"> | Syntax not understood |
| 3083 | <div id="footer-grid"> | Syntax not understood |
| 3084 | <img id="footer-logo" src="https://cf.allmusic.com/images/logo_tower_whiteonblack.svg" | Unknown directive |
| 3085 | alt="AllMusic Logo"> | Syntax not understood |
| 3086 | <div id="column1" class="footer-column"> | Syntax not understood |
| 3087 | <div id="properties"> | Syntax not understood |
| 3088 | <h3>Our Properties</h3> | Syntax not understood |
| 3089 | <ul> | Syntax not understood |
| 3090 | <li> | Syntax not understood |
| 3091 | <p><a href="https://www.allmusic.com" title="AllMusic">AllMusic</a></p> | Unknown directive |
| 3092 | </li> | Syntax not understood |
| 3093 | <li> | Syntax not understood |
| 3094 | <p><a href="https://www.allmovie.com" title="AllMovie">AllMovie</a></p> | Unknown directive |
| 3095 | </li> | Syntax not understood |
| 3096 | <li> | Syntax not understood |
| 3097 | <p><a href="https://www.sidereel.com" title="SideReel">SideReel</a></p> | Unknown directive |
| 3098 | </li> | Syntax not understood |
| 3099 | </ul> | Syntax not understood |
| 3100 | </div> | Syntax not understood |
| 3101 | <div id="site-overview" class="footer-column"> | Syntax not understood |
| 3102 | <h3>Site Overview</h3> | Syntax not understood |
| 3103 | <ul> | Syntax not understood |
| 3104 | <li> | Syntax not understood |
| 3105 | <p><a href="/newreleases" title="New Releases">New Releases</a></p> | Syntax not understood |
| 3106 | </li> | Syntax not understood |
| 3107 | <li> | Syntax not understood |
| 3108 | <p><a href="/discover" title="Discover">Discover</a></p> | Syntax not understood |
| 3109 | </li> | Syntax not understood |
| 3110 | <li> | Syntax not understood |
| 3111 | <p><a href="/blog" title="Articles">Articles</a></p> | Syntax not understood |
| 3112 | </li> | Syntax not understood |
| 3113 | <li> | Syntax not understood |
| 3114 | <p><a href="/recommendations" title="Recommendations">Recommendations</a></p> | Syntax not understood |
| 3115 | </li> | Syntax not understood |
| 3116 | </ul> | Syntax not understood |
| 3117 | </div> | Syntax not understood |
| 3118 | </div> | Syntax not understood |
| 3119 | <div id="column2" class="footer-column"> | Syntax not understood |
| 3120 | <div id="about"> | Syntax not understood |
| 3121 | <h3>About</h3> | Syntax not understood |
| 3122 | <ul> | Syntax not understood |
| 3123 | <li> | Syntax not understood |
| 3124 | <p><a href="/about" title="What is AllMusic?">What is AllMusic?</a></p> | Syntax not understood |
| 3125 | </li> | Syntax not understood |
| 3126 | <li> | Syntax not understood |
| 3127 | <p><a href="/copyright-policy" title="Copyright Policy">Copyright Policy</a></p> | Syntax not understood |
| 3128 | </li> | Syntax not understood |
| 3129 | <li> | Syntax not understood |
| 3130 | <p><a href="/privacy-notice" title="Privacy Policy">Privacy Policy</a></p> | Syntax not understood |
| 3131 | </li> | Syntax not understood |
| 3132 | <li> | Syntax not understood |
| 3133 | <p><a href="/terms-of-service" title="Terms of Service">Terms of Service</a></p> | Syntax not understood |
| 3134 | </li> | Syntax not understood |
| 3135 | <li> | Syntax not understood |
| 3136 | <p><a href="/advertise" title="Advertise on AllMusic">Advertise</a></p> | Syntax not understood |
| 3137 | </li> | Syntax not understood |
| 3138 | </ul> | Syntax not understood |
| 3139 | </div> | Syntax not understood |
| 3141 | <div id="questions-contact"> | Syntax not understood |
| 3142 | <h3>Questions and Contact</h3> | Syntax not understood |
| 3143 | <ul> | Syntax not understood |
| 3144 | <li> | Syntax not understood |
| 3145 | <p><a href="/faq" title="FAQ">FAQ</a></p> | Syntax not understood |
| 3146 | </li> | Syntax not understood |
| 3147 | <li> | Syntax not understood |
| 3148 | <p><a href="https://allmedianetwork.helprace.com/s1-allmusic" title="Feedback" | Unknown directive |
| 3149 | target="_blank">Feedback</a></p> | Syntax not understood |
| 3150 | </li> | Syntax not understood |
| 3151 | </ul> | Syntax not understood |
| 3152 | </div> | Syntax not understood |
| 3153 | </div> | Syntax not understood |
| 3154 | <div id="column3" class="footer-column"> | Syntax not understood |
| 3155 | <div id="your-account"> | Syntax not understood |
| 3156 | <h3>Your AllMusic Account</h3> | Syntax not understood |
| 3157 | <ul> | Syntax not understood |
| 3158 | <li> | Syntax not understood |
| 3159 | <p><a href="javascript:void(0);" title="My Profile" | Unknown directive |
| 3160 | class="myProfileLink">My Profile</a></p> | Syntax not understood |
| 3161 | </li> | Syntax not understood |
| 3162 | <li> | Syntax not understood |
| 3163 | <p><a href="/user/profile" title="Account Settings">Account Settings</a></p> | Syntax not understood |
| 3164 | </li> | Syntax not understood |
| 3165 | </ul> | Syntax not understood |
| 3166 | </div> | Syntax not understood |
| 3168 | <div id="remove-ads"> | Syntax not understood |
| 3169 | <h3>Remove Ads</h3> | Syntax not understood |
| 3170 | <ul> | Syntax not understood |
| 3171 | <li> | Syntax not understood |
| 3172 | <p><a href="/subscribe" title="Subscribe to AllMusic">Subscribe to AllMusic</a></p> | Syntax not understood |
| 3173 | </li> | Syntax not understood |
| 3174 | </ul> | Syntax not understood |
| 3175 | </div> | Syntax not understood |
| 3176 | </div> | Syntax not understood |
| 3177 | <div id="column4" class="footer-column"> | Syntax not understood |
| 3178 | <div id="follow-us"> | Syntax not understood |
| 3179 | <h3>Follow Us</h3> | Syntax not understood |
| 3180 | <ul> | Syntax not understood |
| 3181 | <li> | Syntax not understood |
| 3182 | <p><a href="https://www.facebook.com/AllMusicDotCom" title="Like us on Facebook" | Unknown directive |
| 3183 | target="_blank">Facebook</a> | Syntax not understood |
| 3184 | </li> | Syntax not understood |
| 3185 | <li> | Syntax not understood |
| 3186 | <p><a href="https://twitter.com/allmusic" title="Follow us on Twitter" target="_blank">Twitter</a> | Unknown directive |
| 3187 | </p> | Syntax not understood |
| 3188 | </li> | Syntax not understood |
| 3189 | <li> | Syntax not understood |
| 3190 | <p><a href="https://allmusic.tumblr.com" title="Follow us on Tumblr" | Unknown directive |
| 3191 | target="_blank">Tumblr</a> | Syntax not understood |
| 3192 | </p> | Syntax not understood |
| 3193 | </li> | Syntax not understood |
| 3194 | <li> | Syntax not understood |
| 3195 | <p><a href="https://www.pinterest.com/allmusicdotcom" title="Follow us on Pinterest" | Unknown directive |
| 3196 | target="_blank">Pinterest</a></p> | Syntax not understood |
| 3197 | </li> | Syntax not understood |
| 3198 | <li> | Syntax not understood |
| 3199 | <p><a href="/rss-feeds" title="Subscribe to our RSS feed" target="_blank">RSS</a> | Syntax not understood |
| 3200 | </p> | Syntax not understood |
| 3201 | </li> | Syntax not understood |
| 3202 | </ul> | Syntax not understood |
| 3203 | </div> | Syntax not understood |
| 3204 | </div> | Syntax not understood |
| 3205 | <div id="newsletter-signup" class="footer-column"> | Syntax not understood |
| 3206 | <h3>Sign Up For Our Weekly New Releases Newsletter</h3> | Syntax not understood |
| 3207 | <form id="footerNewsletterSignupForm"> | Syntax not understood |
| 3208 | <div id="signup"> | Syntax not understood |
| 3209 | <input type="email" name="newsletterEmail" id="newsletterEmailSignup" | Syntax not understood |
| 3210 | aria-label="Email Signup" placeholder="name@domain.com" required> | Syntax not understood |
| 3211 | <input type="submit" name="newsletterSubmit" id="newsletterSubmitBtn" value="Sign Up"> | Syntax not understood |
| 3212 | </div> | Syntax not understood |
| 3213 | <div id="failMsgEmail" style="display:none;"><h3>Please enter a valid email address.</h3></div> | Unknown directive |
| 3214 | <div id="failMsgSg" style="display:none;"><h3>There was a problem subscribing you. Please try | Unknown directive |
| 3215 | again.</h3></div> | Syntax not understood |
| 3216 | <div id="successMsg" style="display:none"> | Unknown directive |
| 3217 | <h3>Thank You for subscribing to the <a href="/newreleases" title="AllMusic New Releases">AllMusic | Syntax not understood |
| 3218 | New Releases Newsletter</a>.</h3> | Syntax not understood |
| 3219 | </div> | Syntax not understood |
| 3220 | </form> | Syntax not understood |
| 3221 | </div> | Syntax not understood |
| 3222 | <div id="copyright"> | Syntax not understood |
| 3223 | <h3>©2025 ALLMUSIC, NETAKTION LLC - ALL RIGHTS RESERVED</h3> | Syntax not understood |
| 3224 | </div> | Syntax not understood |
| 3225 | </div> | Syntax not understood |
| 3226 | </div> | Syntax not understood |
| 3227 | </footer> | Syntax not understood |
| 3228 | </body> | Syntax not understood |
| 3229 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback