/* Customizer Styles */

/* -------------> Accent Color */

/* Selection */
::-moz-selection { background: #E82561; }
::selection { background: #E82561; }

/* -----> Color */
a, a > *,
blockquote cite a,
blockquote cite a:hover,
#searchform #searchsubmit i:hover,
.color,
#slidebar header a:hover, #slidebar header a:hover span,
.format-quote .quote-text cite, .format-quote .quote-text cite a
.more-link, .more-link-excerpt,
.grid-cats a:hover,
.grid-share-buttons a:hover .icon,
.thumb-event .event-day,
.logged-in-as a:hover,
#footer-note p a:hover,
.widget a:hover,
.widget-title a:hover,
.content-sidebar .widget a:hover,
.widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover,
.tweets-widget li a:hover:before,
.tweets-widget li .date a,
.widget_noisa_recent_posts .rp-caption .rp-date,
.sp-time-elapsed,
#scamp_player.sp-show-list .sp-buttons-container a.sp-queue-button:before,
.circle-button:hover i.icon,
.track-button:hover,
.track-button:hover i.icon,
.icon_column .text-holder a:hover,
.icon_column:hover .icon_column_title, .icon_column:hover .icon
{
    color: #E82561;
}

/* -----> Background */
.spinner,
#nav ul ul a:hover, #nav ul ul .hover > a, #nav ul ul .current > a, 
#nav ul ul .current > a:hover, #nav ul ul a.selected,
.post-navigation a:hover,
.meta-cats a,
.meta-col .meta-comments a,
.meta-tags a:hover,
.masonry-list .event-li.selected .date,
.masonry-list .event-li:hover .date,
.grid-content:after,
.section-title:after,
.comment .reply a:hover,
#scroll-button:hover,
.widget button, .widget .button, .widget input[type='button'], .widget input[type='reset'], .widget input[type='submit'],
.widget_tag_cloud .tagcloud a:hover,
.tweets-widget li:hover:before,
.badge.color,
.badge.soundcloud,
input[type='submit'], button, .btn, .widget .btn,
.pill-btn,
.sp-progress .sp-position,
#scamp_player.paused .sp-position,
.sp-progress .sp-position:after,
.sp-volume-position,
.sp-volume-position:after,
.tweets li:hover:before,
ol.tracklist.simple li .simple-track.sp-play,
ol.tracklist.simple li .simple-track.sp-pause,
ol.tracklist.simple li .simple-track.sp-loading,
ol.tracklist.simple li .simple-track:hover,
#icon-nav #shop-link .shop-items-count,
.circle-btn:hover,
.share-buttons .circle-btn:hover,
#header.show-bg #icon-nav #shop-link .shop-items-count
{
    background-color: #E82561;
}

/* -----> Border */
.meta-col .meta-comments a:after,
.intro-tabs-wrap a:hover,
.intro-tabs-wrap.intro-tabs-before-init a:first-child,
.intro-tabs-wrap a.active,
.direction-l .flag:before,
.direction-r .flag:before,
.price-table-inner.important-price,
.dark-bg .price-table-inner:hover,
.price-table-inner:hover {
    border-color: #E82561;
}
.meta-col .meta-comments a:after {
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* -------------> Headings Color */
h1, h2, h3, h4, h5, h6,
.widget .widget-title,
#reply-title,
.article-title, .article-title a
{
    color: #111111;
}


/* -------------> Body BG Color */
body,
.masonry-item,
.masonry-anim .masonry-item:after {
    background: #ffffff;
}

/* -------------> Text Color */
body {
    color: #444444;
}

/* -------------> Loading Layer Color */
#WPAjaxLoader,
#loading-layer {
    background-color: #000000;
}

/* -------------> Default BG Image */
.intro-page-title {
    background-image: url(http://musicunitesagency.com/wp-content/themes/noisa/images/bg.png);
}