/*!
Theme Name: sm_nashville
Theme URI: http://underscores.me/
Author: 45PRESS
Author URI: https://45press.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sm_nashville
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@font-face {
    font-family: 'greatwesternw00-regularRg';
    src: url('fonts/great_western_w00_regular-webfont.woff2') format('woff2'),
        url('fonts/great_western_w00_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
         ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
         ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
         ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
         ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
         ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
         ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
         ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #ffffff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;

    margin-right: 1.5em;
}

.alignright {
    display: inline;

    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'greatwesternw00-regularRg', serif;
    text-transform: lowercase;
}

.playlists-block{
    background-color:rgba(178,42,46, .70);
}
.bg-image-dark{
    background-image:url('img/background_texture_dark.png');
    background-repeat: repeat;
}
.bg-image-dark h1,
.bg-image-dark h2,
.bg-image-dark h3,
.bg-image-dark h4,
.bg-image-dark h5,
.bg-image-dark h6,
.bg-image-dark p,
.bg-image-red h1,
.bg-image-red h2,
.bg-image-red h3,
.bg-image-red h4,
.bg-image-red h5,
.bg-image-red h6,
.bg-image-red p{
    color:#fff!important;
    font-size: 20px;
    letter-spacing: 10px;
}
.bg-image-light{
    background-image:url('img/background_texture_light.png');
    background-repeat: repeat;
}

.bg-image-red{
    background-image:url('img/background_texture_red.png');
    background-repeat: repeat;
}
.bg-image-light h1,
.bg-image-light h2,
.bg-image-light h3,
.bg-image-light h4,
.bg-image-light h5,
.bg-image-light h6,
.bg-image-light p,
.bg-image-none h1,
.bg-image-none h2,
.bg-image-none h3,
.bg-image-none h4,
.bg-image-none h5,
.bg-image-none h6,
.bg-image-none p,
.bg-image-gray h1,
.bg-image-gray h2,
.bg-image-gray h3,
.bg-image-gray h4,
.bg-image-gray h5,
.bg-image-gray h6,
.bg-image-gray p{
    color:#000;
    font-size: 20px;
    letter-spacing: 10px;
}
.news-single{
    background-image:none;
    background:#ffffff;
    background-repeat: repeat;
}
.news-single h1,
.news-single h2,
.news-single h3,
.news-single h4,
.news-single h5,
.news-single h6,
.news-single p{
    color:#000!important;
    font-size: 12px;
    letter-spacing: 0px;
}
.news-single h1{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
}
.news-single p{
    font-weight: 300;
}
.bg-image-gray{
    background-image:url('img/background_texture_gray.png');
    background-repeat: repeat;
}
.red-bottom{
    border-bottom: 10px solid #ed1e23!important;
}
.artists-block .red-bottom{
    border-bottom: 5px solid #ed1e23!important;
}
.red-right {
    border-right: 10px solid #ed1e23!important;
}
.red-right:not([class*="cta"]):not([class*="info"]){
    padding-left: 0 !important;
}
.red-left{
    border-left: 10px solid #ed1e23!important;
}
.red-left:not([class*="cta"]):not([class*="info"]){
    padding-right: 0 !important;
}
.left-padfree{
    padding-left:0px;
}
.right-padfree{
    padding-right:0px;
}
.black-bottom{
    border-bottom: 10px solid #000000!important;
}
.spotify-embed iframe {
    height: 80px !important;
}
.news-block .news-item h5,
.news-block .news-item h3,
.news-block .news-item p,
.artists-block .artist-item h3,
.artists-block .artist-item h5,
.artists-block .artist-item p{
    letter-spacing:0px;
    color:#000!important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    margin-bottom:0px;
}
.artists-block{
    padding: 0 45px 65px;
}
.news-block {
    padding: 30px 65px;
}
.sonysocial-block {
    border-bottom: 10px solid #ff0000;
    padding: 30px 65px;
}
.artists-block .artist-item .card-body{
    padding:0px;
}
.news-block .news-item .news-date{
    /*color: #ed1e23;*/
    color: #000
        font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.news-block .news-item .news-read-link,
.news-single.news-list .news-read-link{
    color: #000000;
    border-bottom: 1px solid #ed1e23;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
}
.news-block .news-item .news-share-link,
.news-single .news-share-link{
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
}
.news-block .news-item .news-read-link:hover,
.news-single .news-share-link:hover,
.news-single.news-list .news-read-link:hover{
    text-decoration:none;
}
.news-block .news-item .news-share-link i,
.news-single .news-share-link i{
    color: #ed1e23;
    font-size: 18px;
}
.need-to-hear-block .songtohear-artist{
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 900;
    display:block;
}

.need-to-hear-block .songtohear-song-title{
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: light;
    display:block;
}
.box-shadow{
    -webkit-box-shadow: 0 0px 70px 0 rgba(0, 0, 0, 0.3), 0 0px 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 70px 0 rgba(0, 0, 0, 0.3), 0 0px 50px 0 rgba(0, 0, 0, 0.2);

}
.slide-info{
    display: block;
    width: 50%;
    position: absolute;
    bottom: 5%;
    z-index: 300;
    right: 0;
}
.slide-info p {
    letter-spacing: 0px;
    font-size: 16px;
}
.slide-info h2{
    letter-spacing: 5px;
    font-size: 34px;
    margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
    .slide-info h2{
        font-size: 24px;
    }
}
footer .container{
    border: 10px solid #e5e5e5;
}
footer .copy-bottom-text{
    font-size: 10px;
    color: #000;
    letter-spacing: 1px;
    text-transform:uppercase;
}
footer .footer-center-text{
    font-size: 11px;
    color: #000;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
footer .footer-newsletter-cta .subtitle-top{
    color: #a5a5a5;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    display: block;
}
footer .footer-newsletter-cta a{
    line-height: 1;
    margin-bottom: 0;
    color: #fff!important;
    font-size: 20px;
    letter-spacing: 10px;
    font-family: 'greatwesternw00-regularRg', serif;
    text-transform: lowercase;
}
footer .footer-newsletter-cta a:after {
    content: "";
    display: block;
    margin: 0;
    width: 60px;
    padding-top: 6px;
    border-top: 1px solid #ed1e23;
}
footer .footer-newsletter-cta animateMotion img{
    transform: translateY(-5px);
}
@media screen and (max-width: 1199px) {
    footer .footer-newsletter-cta {
        padding-right: 25px !important;
    }

    footer .footer-newsletter-cta a {
        font-size: 16px;
        letter-spacing: 5px;
    }

    footer .footer-newsletter-cta img {
        height: 25px;
        width: 25px;
    }
}

@media screen and (max-width: 499px) {
    footer .footer-newsletter-cta a {
        font-size: 14px;
        letter-spacing: 0;
    }

    footer .footer-newsletter-cta img {
        height: 20px;
        width: 20px;
    }
}
.footer-newsletter-cta:hover{
    cursor:pointer;
}
.home-slide {
    margin-bottom: 24px;
}
.home-slide h2.slide-title:before {
    content: "";
    display: block;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    width: 40px;
    padding-top: 10px;
    border-top: 2px solid #ed1e23;
}
.home-slide .slide-subtitle, .home-slide .slide-link{
    font-family: 'Montserrat', sans-serif;
}
.home-slide .slide-link{
    color: #ff0000!important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    border-bottom: 1px solid white;
    display: inline;
    padding-bottom: 5px;
}
.home-slide .slide-subtitle{
    font-weight: 500;

}
.playlists-block h2:before,
.need-to-hear-block h2:before,
.artists-block h2:before,
.upcomingshows-block h2:before,
.newmusic-block h2:before,
.news-block h2:before,
.sonysocial-block h2:before,
.labels-block h2:before{
    content: "";
    display: block;
    margin: auto;
    width: 40px;
    padding-top: 10px;
    border-top: 2px solid #ed1e23;
}
@media screen and (max-width: 1300px){
    .home-slide .slick-slide {
        padding-bottom: 200px;
    }
    .slide-info{
        display: block;
        width: 100%;
        height: 200px;
        max-height: 200px;
        min-height: 200px;
        /*position: static;*/
        bottom: 0;
        z-index: 300;
        left: 0px;
        text-align:center;
    }
    .home-slide h2.slide-title:before{
        margin-left:auto;
        margin-right:auto;
    }
    .icon-bar{
        display:none;
    }
}
@media screen and (max-width: 400px) {
    .sonysocial-block h2 {
        font-size: 16px;
        letter-spacing: 5px;
    }
}
footer .footer-overlap-container{
    width: auto;
    display: block;
}
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
}
.artists-block .artist-item .artist-details-container{
    position: relative;
}
.artists-block .artist-item h5.card-title,
.artists-block .artist-item h3.card-title{
    text-transform:uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.artist-slider .h-100 {
    height: auto !important;
    min-height: 100% !important;
}

.artist-slider .h-100 .artist-details-container {
    min-height: 216px;
}

.artist-slider .h-100 .artist-details-container .card-img-top {
    min-height: 216px;
}

.artists-block .artist-item .artist-details-container .artist-details{
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;

}
.artists-block .artist-item .artist-details-container .artist-details a {
    color:#ffffff!important;
}
.artists-block .artist-item:hover .artist-details-container .overlay {
    opacity: .75;
}
.artists-block .artist-item{
    -webkit-transition:.25s ease;
    -o-transition:.25s ease;
    transition:.25s ease;
}
.artists-block .artist-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.artists-block .artist-item .artist-details-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: inherit;
    width: inherit;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    background-color: #232323;
}
.artists-block .artist-item .artist-details-container .artist-details {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
}
.artist-details .row .col-3{
    padding:0!important;
}
.artists-block .artist-details  .artist-details-visit{
    font-size: 12px;
    letter-spacing: 2px;
}

.new-music .slick-slide{
    -webkit-transition: -webkit-transform .2s!important;
    transition: -webkit-transform .2s!important;
    -o-transition: transform .2s!important;
    transition: transform .2s!important;
    transition: transform .2s, -webkit-transform .2s!important;
}
.new-music .slick-slide:hover{
    -webkit-transform: scale(1.1)!important;
    -ms-transform: scale(1.1)!important;
    transform: scale(1.1)!important;
    box-shadow: 1px 1px 10px grey;
}
.large.container{
    max-width:1550px;
    padding-right:0px;
    padding-left:0px;
}
@media (min-width: 1200px){
    .container {
        max-width:1550px;
    }
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;

}
.icon-bar a {
    display: block;
    text-align: center;
    padding:5px 10px 5px 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    background:#ed1e23;
}
.icon-bar a svg path{
    fill: white;
}
.icon-bar a:hover svg path{
    fill: black;
}
.icon-bar a:hover,
.news-block .news-item .news-share-link i:hover,
.news-single .news-share-link i:hover {
    color:#000000;
}
.newsletter-popup {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.open-newsletter-popup.menu-item{
    background:#322f31;
}
.open-newsletter-popup.menu-item a{
    color:#ffffff!important;
}
.red-middle-top:before{
    content: "";
    display: block;
    margin: auto;
    width: 40px;
    padding-top: 10px;
    border-top: 2px solid #ed1e23;
}
.video-link img{
    width:auto;
    height:auto;
}
.videos-load-more, .back-to-news a{
    font-family: 'Montserrat', sans-serif;
    color:#ffffff;
    border-bottom:1px solid #ed1e23;
    font-size:12px;
    font-weight:600;
    letter-spacing: 5px;
    padding-bottom: 10px;
}
.videos-load-more, .back-to-news a:hover{
    text-decoration: none;
}
.video-title{
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    font-weight:500;
}
.news-date{
    /*color: #ff0000!important;*/
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.news-single.news-list img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.news-pagination .page-numbers{
    color:#ffffff;
    font-size:13px;
    font-weight:600;
    margin-left: 8px;
    margin-right: 8px;
}
.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover{
    border-bottom:2px solid #ed1e23;
}
.news-links-arrows{
    background:#ed1e23;
    border-radius:50%;
    color: #ffffff;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align:middle;
    display:inline-block;
}
.news-pagination .page-numbers.next:hover,
.news-pagination .page-numbers.prev:hover{
    border-bottom:none!important;
}
#masthead.large.container{
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    max-width: 100%!important;
}
#masthead.large.container nav{
    max-width: 1550px!important;
    margin-left: auto;
    margin-right: auto;
}
header nav li.menu-item{
    padding-bottom:1px;
}
header nav li.menu-item:hover{
    padding-bottom:0px;
}
header nav li.menu-item{
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header nav li.menu-item:after {

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header nav li.menu-item:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
header nav li.menu-item:after {
    content: "";
    display: block;
    margin: 0;
    width: 60px;
    border-top: 1px solid #ed1e23;
    margin-left: auto;
    margin-right: auto;
}
#primary-menu li a{
    color:#000;
    font-family: 'greatwesternw00-regularRg', serif;
    font-size: .98rem;
    text-transform:lowercase;
}
li.current_page_item:after {
    content: "";
    display: block;
    margin: 0;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ed1e23;
}
li.current_page_item:hover{
    padding-bottom:0px;
}
#upcoming-loading{
    text-align: center;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-top: 50px;
}
#events {
    display: flex;
    flex-flow: row wrap;
}
.upcoming-shows-day{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'greatwesternw00-regularRg';
    color:#404040!important;
    font-size: 28px;
}
.upcoming-shows-day:after{
    content: "";
    display: block;
    margin: 0;
    width: auto;
    padding-top: 14px;
    border-top: 1px solid #ed1e23;
    max-width:250px;
}
.upcoming-shows-month{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.upcoming-shows-artist{
    font-family: 'greatwesternw00-regularRg';
    font-weight: bold;
    text-transform: lowercase;
}
.upcoming-shows-venue,
.upcoming-shows-city,
.upcoming-shows-tickets{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.upcoming-shows-tickets a{
    color: #ed1e23;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight:700;
}
.view-all-shows,
.view-all-news{
    margin-left:auto;
    margin-right:auto;
}
.view-all-shows h3,
.view-all-shows h4{
    color: #000000!important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    border-bottom: 1px solid #ed1e23;
    display: inline;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.view-all-news h4{
    color: #ffffff!important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    border-bottom: 1px solid #000000;
    display: inline;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
header nav li.menu-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: block;
}

#artist_tour_select{
    background: none;
    color: #fff!important;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}
.select2-container--default .select2-selection--single {
    border: 0px;
    border-radius: 0;
    background-color: #ff0000;
    height: 33px;
    /*border: 1px #ff0000 solid;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 33px;
    padding-left: 20px;
    padding-right: 40px;
}
.select2-results__option[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.container .row{
    margin-left:0px;
    margin-right:0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    right: 10px;
    width: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#fff transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#ffffff;
    font-weight:bold;
    letter-spacing:3px;
    font-size:13px;
}
.select2.select2-container{
    width:auto!important;
}
.select2-selection--single{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
}
.select2-results__option--highlighted{
    background-color:transparent;
}
select2-results__option:hover{
    background-color:#ed1e23!important;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color:transparent;
}
#artist-filter {
    background-color: #ff0000;
    border: none;
    /*color: #fff;*/
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.4em;
    max-width: 250px;
    padding: 7px 7px 7px 20px;
    text-align: center;
    text-transform: uppercase;
}
#artist-filter *,
#artist-filter *:before,
#artist-filter *:after {
    border: none !important;
}
#artist-filter > option {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: left;
}
#location-filter{
    display: inline-block;
    background: #ff0000;
    width: auto;
    padding: 7px 20px 7px 20px;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #fff;*/
    color: #000;
    letter-spacing: 4px;
    font-size: 13px;
}
#location-filter a:hover{
    text-decoration:none;
}
.mobile-menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mobile-menu-overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
}

.mobile-menu-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'greatwesternw00-regularRg';
}

.mobile-menu-overlay a:hover, .mobile-menu-overlay a:focus {
    color: #f1f1f1;
}

.mobile-menu-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 100px;
    color:#ed1e23;
}

@media screen and (max-height: 450px) {
    .mobile-menu-overlay a {font-size: 20px}
    .mobile-menu-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media screen and (max-width: 450px){
    .navbar .row div{
        padding-left:0px;
        padding-right:0px;
    }
    .navbar div col-lg-4,
    .navbar div col-lg-8{
        width:50%;
    }
}
.mobile-menu-overlay-content ul{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
.mobile-menu-overlay .menu-icons {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-menu-overlay .menu-icons a{
    display: inline;
    color: #ff0000!important;
}
.mobile-menu-overlay .menu-icons a svg path{
    fill: #ff0000;
}
.artist-slider {
    justify-content: center;
    text-align: center;
}
.artist-block-twenty{
    display: inline-block;
    transition: all .2s ease-in-out;
    /*max-width: none;*/
    width:230px;
    margin-bottom: 0;
    max-width: 230px;
    min-width: 230px;
    padding: 15px !important;
}

#filters{
    text-align: center;
}
#filters input{
    border: none;
    background: none;
    color: white;
    font-size: 14px;
    width: 100%;
    max-width: 320px;
}
#filters input::placeholder{
    color: white;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (max-width: 1315px){
    .artist-block-twenty{
        width:auto;
    }
    .collapse{
        display:none
    }

}
@media screen and (max-width:960px){
    .artist-block-twenty{
        max-width: 100%;
        min-width: auto;
        width: 280px !important;
    }
}
@media screen and (max-width:575px){
    .playlists-block{
        text-align:center;
    }
    .spotify-embed-container{
        margin-left:auto;
        margin-right:auto;
    }
    .need-to-hear-block .row{
        text-align:center;
    }
    .need-to-hear-block img{
        margin-bottom: 25px;
    }
}
.artist-slider .slick-center{
    transform:scale(1.4);
}
.artist-block-twenty.slick-current{
    z-index:20;
}

.upcoming-shows-info-container{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width:992px){
    .tour-slider .slick-slide {
        text-align: center;
    }
    .tour-slider .upcoming-shows-day{
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-family: 'greatwesternw00-regularRg';
        color: #404040!important;
        font-size: 2.4rem!important;
    }
    .artist-block-twenty{
        width:auto;
    }
    .artists-block{
        padding-bottom:50px;
    }
    .tour-slider .upcoming-shows-container{
        display:none;
    }
    .tour-slider .slick-current .upcoming-shows-container{
        display:block;
    }
    .news-slider .slick-prev,
    .news-slider .slick-next,
    .news-slider .slick-prev:hover,
    .news-slider .slick-next:hover,
    .artist-slider .slick-prev,
    .artist-slider .slick-next,
    .artist-slider .slick-prev:hover,
    .artist-slider .slick-next:hover{

        font-size: 0;
        position: absolute;
        top: 50%;
        color: #ffffff;
        border: 0;
        background: none;
        z-index: 1;
        display: block;
        border-radius: 100%;
        background: #ed1e23;
        height: 25px;
        width: 25px;
        /* text-indent: -6px; */
        text-align: center;
        padding-right: 5px;
        transform: translateY(-50%);
    }


    .news-slider .slick-next,
    .news-slider .slick-next:hover,
    .new-music-slider .slick-next,
    .new-music-slider .slick-next:hover,
    .artist-slider .slick-next,
    .artist-slider .slick-next:hover{
        padding-right:0px;
    }
    .news-slider .slick-prev:hover:after,
    .news-slider .slick-next:hover:after,
    .new-music-slider .slick-prev:hover:after,
    .new-music-slider .slick-next:hover:after,
    .artist-slider .slick-prev:hover:after,
    .artist-slider .slick-next:hover:after{
        color:#ffffff!important;
    }
    .footer{
        text-align: center;
    }
    .footer-middle{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer .open-newsletter-popup{
        /* width: 60%!important; */
    }
    .upcoming-shows-day:after{
        width: auto!important;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #cccccc;
    }
    .upcoming-shows-info-container{
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        display: initial;
    }
    .news-links-container{
        margin-left:0px!important;
        margin-right:0px!important;
    }
    .news-links-container div{
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer-center-text{
        text-align:center!important
    }
    .order-1{
        order: 2!important;
    }
    #sb_instagram #sbi_images .sbi_item:nth-child(n+5){
        display:none;
    }
    .need-to-hear-block-meta{
        margin-left: auto;
        margin-right: auto;
    }

}


.artist-slider .slick-track{
    margin-top:92px;
}
.home-slide{
    width:100%;
}
.home-slide .slick-slide{
    position:relative;
}
.home-slide .slick-slide .slide-image{
    position:relative;
}
.home-slide .slick-slide .slide-info{
    position:absolute;
}
.home-slide .fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.home-slide .slider {margin: 0;}
.home-slide .slider .slide {width: 100%; height: 100%;}
.home-slide .slider .slide img{
    width:auto;

}
.home-slide .slick-prev {
    left: 0;
    background: red;
}
.home-slide .slick-next {
    right: 0;
    background: red;
}
.home-slide .slick-dots {
    bottom: 0px;
    margin-left: 0; /* Fixes the visible horizontal scroll bar */
}
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 50px;
    color: #adabac;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-prev:after {
    content: "\f104";
    font: 25px/0.7 'FontAwesome';
    display: inline-block;
    padding-right: 2px;
}

.slick-next {
    right: 20px;
    text-align: right;
}

.slick-next:after {
    content: "\f105";
    font: 25px/0.7 'FontAwesome';
    display: inline-block;
    padding-left: 3px;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}
.new-music-slider .slick-slide img{
    margin-left: auto;
    margin-right: auto;
}
[data-home-slide-count] {
    display:none;
}
[data-home-slide-count="0"] {
    display:initial;
}
.navbar-light .navbar-toggler{
    border:0px;
}
.navbar-light .navbar-toggler img{
    max-height: 38px;
    margin-top: 12px!important;
}
.footer-icons a{
    font-size: 26px;
    color: #ed1e23 !important;
    padding: 5px 10px;
}
.footer-icons a svg{
    fill: #ed1e23 !important;
}
.footer-icons a:hover{
    filter: brightness(0);
}
#main-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.new-music-slider .slick-track{
    padding-top: 30px;
    padding-bottom: 30px;
}


:focus {
    outline: 0!important;
}
a:hover{
    text-decoration:none!important;
}
.bg-light{
    background-color:#ffffff!important;
}
header .navbar{
    padding-left:0px;
    padding-right:0px;
}
.card-img-top{
    border-radius: 0!important;
    height: 100%;
    object-fit: cover;
}

.newmusic-block .slick-slide {
    margin: 0 10px;
}
/* the parent */
.newmusic-block .slick-list {
    margin: 0 -10px;
}
/*iframe{
    display: block;
    width: 100%;
}*/
.slick-prev,
.slick-next{
    cursor: pointer;
}
.slide-link-link:hover,
.slide-link-link:focus,
.slide-link-link:visited,
.slide-link-link{
    color:#ed1e23!important;
}
.home-slide div:not(:first-of-type){
    visibility: hidden;
}
.home-slide.slick-initialized div:not(:first-of-type){
    visibility: visible;
}
.entry-content{
    word-break: break-word;
}
.entry-content a,
.entry-content a:visited,
.entry-content a:active,
.entry-content a:focus,
.entry-content a:hover{
    color:#E71316!important;
}
.news-single .post-thumbnail{
    display: block;
    margin: 0 auto;
}
.artist-details-links{
    max-width: 50%;
    margin-left: auto!important;
    margin-right: auto!important;
}

@media only screen and (max-width: 960px) and (min-width: 732px)  {
    .artist-block-twenty{
        transform: scale(1.0);
    }
    /*.slick-track{
      padding-bottom:250px;
    }*/
}

.home-slide .slick-prev,
.home-slide .slick-next,
.home-slide .slick-prev:hover,
.home-slide .slick-next:hover,
.new-music-slider .slick-prev,
.new-music-slider .slick-next,
.new-music-slider .slick-prev:hover,
.new-music-slider .slick-next:hover{

    font-size: 0;
    position: absolute;
    top: 50%;
    color: #ffffff;
    border: 0;
    background: none;
    z-index: 1;
    display: block;
    border-radius: 100%;
    background: #ed1e23;
    height: 25px;
    width: 25px;
    line-height: 1;
    /* text-indent: -6px; */
    text-align: center;
    transform: translateY(-50%);
}

.home-slide .slick-prev {
    left: 35px !important;
}

.home-slide .slick-next {
    right: 35px !important;
}

.sbi_item {
    padding: 15px !important;
}

#main-footer a,
#main-footer a:link,
#main-footer a:visited {
    color: #000;
}

#main-footer a:active,
#main-footer a:focus,
#main-footer a:hover {
    color: #ff0000;
}

a,
a:link,
a:visited {
    transition: all .3s;
}

.news-slider h3,
.news-slider h5 {
    font-family: 'greatwesternw00-regularRg', serif !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

@media only screen and (max-width: 991px) {
    #upcoming-shows .py-5 {
        padding: 15px 0 !important;
    }

    .slick-arrow {
        display: none !important;
    }

    .artists-block,
    .news-block,
    .newmusic-block,
    .sonysocial-block,
    .need-to-hear-block,
    .playlists-block {
        padding: 30px 0 !important;
    }

    .article-footer {
        min-height: 40px;
    }

    .page-template-template-news-page .article-footer div[class*="col"] {
        text-align: center !important;
    }
}

@media only screen and (max-width: 960px) {
    .artist-details-links {
        margin-bottom: 65px !important;
    }
    .artist-block-twenty.slick-active .artist-item {
        transform: translateY(-11%);
    }
}

@media only screen and (max-width: 575px) {
    #upcoming-shows {
        text-align: center;
    }

    .playlist-img {
        margin-bottom: 30px;
    }
}

#contest-block {
    display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; width: 100%
}

#contest-block iframe {
    width: 600px;
    max-width: 100%;
    margin-bottom: 30px;
    height: 700px;
    border: none;
}

@media (max-width: 1250px) {
    #contest-block {
        display: block;
        text-align: center;
    }

    #contest-block iframe {
        margin: 0 auto 30px;
    }
}

.fa-pandora{
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.3 24.3'%3E%3Cpath fill='%23fff' d='M1.7 1.2h10.9c1.1 0 2.3.3 3.3.8 2.8 1.3 4.1 3.4 4.3 6.4.1 1.7-.1 3.2-.8 4.7-1.1 2.4-3.2 3.8-5.7 4.5-1.1.3-2.3.3-3.4.4H8.6v4.1c0 .8-.4 1.1-1.1 1.1H1.7v-22z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: inline-block;
    height: .8em;
    transition: background-image .3s;
    width: .8em;
    position: relative;
    top: 3%;
    left: 5%;
}

.fa-tiktok{
    background-color: transparent;
    background-image:  url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' id='svg56' width='550.66669' height='570.66669' viewBox='0 0 550.66669 570.66669'%3e%3cdefs id='defs60' /%3e%3cpath style='fill:%23fff;stroke-width:1.33333337' d='M 182.66667,541.06282 C 132.41509,534.06041 94.747522,510.40998 67.029932,468.45769 49.686382,442.20715 40.961312,412.75268 40.950622,380.4181 c -0.009,-27.80075 5.37033,-50.57137 17.91847,-75.84598 25.22585,-50.81023 77.087088,-84.16134 134.464248,-86.47172 l 8.66667,-0.34898 0.35036,46.11966 0.35037,46.11965 -10.9996,2.16704 c -6.06383,1.19464 -15.27435,4.27974 -20.52609,6.87528 -18.7795,9.28134 -33.58338,30.33299 -36.74807,52.25707 -5.44534,37.72388 24.23828,74.49772 62.50335,77.43287 27.31485,2.0952 53.4764,-12.48484 65.14333,-36.30489 9.11666,-18.61324 8.76655,-10.40099 8.6257,-202.33334 L 270.57238,37.084747 h 46.54159 46.54161 l 0.91549,8.333334 c 5.42728,49.402224 37.94365,90.029209 84.09562,105.071729 7.92348,2.58253 13.26076,3.15933 35.33333,3.81849 l 26,0.77645 v 43.33334 43.33333 l -27.27852,0.36183 c -29.63979,0.39315 -40.30237,-0.88325 -60.55348,-7.24875 -13.85258,-4.35425 -35.16616,-14.37533 -47.38214,-22.27781 -5.24462,-3.39273 -9.81697,-6.1686 -10.16077,-6.1686 -0.3438,0 -0.62509,39.83643 -0.62509,88.5254 0,90.93218 -0.69034,107.24567 -5.38338,127.21725 -9.50459,40.44737 -42.13863,81.59496 -80.84332,101.93371 -10.93987,5.74873 -30.22466,12.41667 -43.5848,15.06993 -12.19548,2.42196 -40.32631,3.45851 -51.52185,1.89844 z' id='path3769' inkscape:connector-curvature='0' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: inline-block;
    height: .8em;
    transition: background-image .3s;
    width: .8em;
    position: relative;
    top: 3%;
    left: 5%;
}
