/*
Theme Name: HarvestRecords.com Child Theme
Description: Child theme for the new V2 parent
Template: umg-capitol-parent-theme
Version: 1.0.0
*/

@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css";
@font-face {
    font-family: 'Museo_Slab';
    src: url('assets/fonts/Museo_Slab_500-webfont.eot');
    src: url('assets/fonts/Museo_Slab_500-webfont.woff') format('woff'), url('assets/fonts/Museo_Slab_500-webfont.ttf') format('truetype'), url('assets/fonts/Museo_Slab_500-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('assets/fonts/Chunkfive-webfont.eot');
    src: url('assets/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Chunkfive-webfont.woff') format('woff'), url('assets/fonts/Chunkfive-webfont.ttf') format('truetype'), url('assets/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChivoBlack';
    src: url('assets/fonts/Chivo-Black-webfont.eot');
    src: url('assets/fonts/Chivo-Black-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Chivo-Black-webfont.woff') format('woff'), url('assets/fonts/Chivo-Black-webfont.ttf') format('truetype'), url('assets/fonts/Chivo-Black-webfont.svg#ChivoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChivoBlackItalic';
    src: url('assets/fonts/Chivo-BlackItalic-webfont.eot');
    src: url('assets/fonts/Chivo-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Chivo-BlackItalic-webfont.woff') format('woff'), url('assets/fonts/Chivo-BlackItalic-webfont.ttf') format('truetype'), url('assets/fonts/Chivo-BlackItalic-webfont.svg#ChivoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChivoItalic';
    src: url('assets/fonts/Chivo-Italic-webfont.eot');
    src: url('assets/fonts/Chivo-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Chivo-Italic-webfont.woff') format('woff'), url('assets/fonts/Chivo-Italic-webfont.ttf') format('truetype'), url('assets/fonts/Chivo-Italic-webfont.svg#ChivoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChivoRegular';
    src: url('assets/fonts/Chivo-Regular-webfont.eot');
    src: url('assets/fonts/Chivo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Chivo-Regular-webfont.woff') format('woff'), url('assets/fonts/Chivo-Regular-webfont.ttf') format('truetype'), url('assets/fonts/Chivo-Regular-webfont.svg#ChivoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
html,
body,
table {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3 {
    font-weight: 500;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
    text-decoration: none;
    color: #F0F20D;
}
body {
    position: relative;
}
.wrapper {
    width: 100%;
    margin: 0;
}
/* ==========================================================================
   Home Style
   ========================================================================== */

.home .header-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}
.home #bx-pager {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: url(assets/img/bg_black.png);
    z-index: 100;
    padding: 0;
}
.home #bx-pager img {} 
.home .description {
    position: absolute;
    left: 20px;
    z-index: 10;
    float: left;
    width: 100%;
}
.home #bx-pager a {
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}
.home #bx-pager a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.home #bx-pager .active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.bxslider-home {
    margin: 0;
    padding: 0;
}
.shadow-home {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.big-play-icon {
    width: 60px !important;
    display: block;
}
.slide-image-video {
    position: relative;
    z-index: 10;
}
.play-icon-holder {
    float: left;
    margin: 10px 20px 0 0;
}
.play-icon-holder a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(assets/img/play-icon.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
}
.title-holder {
    float: left;
}

.bx-wrapper .bx-viewport {
        overflow: visible!important;
    }
/* ==========================================================================
   Header Style
   ========================================================================== */

.header-container {
    width: 100%;
    min-height: 100px;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header-container .wrapper{
	margin: 0;
    height: 100%;
}
nav {
    overflow: hidden;
}
nav ul {
    margin: 0;
    padding: 0;
}
nav li {
    float: left;
}
#umg-sign-up {
    position: absolute;
    top: 0;
    line-height:100px;
    margin:0;
    padding:0;
    vertical-align: middle;
    right: 20px;
    height: auto;
    font-size: 14px;
    line-height: 100px !important;
    text-transform: uppercase;
}
#umg-sign-up a {
    display: block;
    padding: 0;
}
nav{
	height: 100%;
}
nav a {
    display: block;
    float: left;
    padding: 35px 7px 5px;
    text-shadow: 1px 1px 0 #000000;
}
#umg-sign-up a:hover,
nav a:hover {
    color: #555;
    background: none;
}
#umg-sign-up a:visiter,
nav a:visited {
    color: #fff;
}
.current-menu-item a,
.current_page_item a,
.current-menu-item a:hover,
.current_page_item a:hover {
    border-bottom: 2px solid #fff;
    color: #000!important;
    background: #909090;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwOTA5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #909090 0%, #ffffff 54%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #909090), color-stop(54%, #ffffff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #909090 0%, #ffffff 54%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #909090 0%, #ffffff 54%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #909090 0%, #ffffff 54%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #909090 0%, #ffffff 54%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}


.logo {
    padding: 0;
}

.logo a{
	display: block;
    border-bottom: 0;
    padding: 0;
    max-width: 210px;
    width: 100%;
    margin: 5px 10px 0px 0px;
    position: relative;
}

.logo a img {
    width: 100%;
    position: relative;
    top: 0;
}
.logo a:hover {
    border-bottom: 0;
}
/* ==========================================================================
   Body
   ========================================================================== */

.main {
    padding: 0;
}
.main article h1 {
    font-size: 2em;
}
.home-content {
    position: relative;
    width: 100%!important;
    overflow: hidden;
}
.main-container {
    width: 100%;
    overflow: hidden;
}
.home-main-container {
    /*height: 95%;*/
}
/* ==========================================================================
   News
   ========================================================================== */
/* FORM BUILDER MIGRATIONS: PUSH - DCS: 2018-12-06 */
div.blocker {
    z-index: 999;
}
.news-page .news-item .news-thumb {
    height: 150px;
    overflow: hidden;
    position: relative;
}
.news-page .news-item .post-date {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.news-page .news-item a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
article.post .attachment-post-thumbnail {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
#news-sidebar-holder {
    float: right;
    width: 20%;
    margin-left: 20px;
    margin-right: 20px;
}
#news-sidebar-holder img {
    width: 100%;
}
#news-items-holder {
    width: 100%;
    margin-top: 25px;
}

#umg-news-reel {
    padding: 40px;
    display: none;
}
#umg-news-reel ul {
    padding-left: 10px;
    padding-right: 10px;
}
#umg-news-reel h2 {
    font-size: 32px;
    text-align: center;
}
#umg-news-reel .umg-news-reel-thumb {
    height: 180px;
    overflow: hidden;
}
#umg-news-reel-list li {
    margin: 0 5px;
}
#post-return-btn {
    display: inline-block;
    line-height: 11px;
    text-transform: uppercase;
    margin: 10px 0;
    border-radius: 3px;
    background-color: #F0F20D;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 8px;
}
#post-return-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #555;
}
/* ==========================================================================
   Artist
   ========================================================================== */

#content-slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}


#content-slider .single-slide li {
    list-style: none;
}

#content-slider span a{
    border-bottom: 1px solid #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #F0F20D;
    text-transform: initial;
    font-family: "ChivoItalic",sans-serif;
    font-size: 14px;
    letter-spacing: 0px;0  
}

#content-slider .title-holder {
    float: none;
    text-align:center;
}

@media screen and (max-width: 800px) {
    #content-slider .single-slide {
        padding: 0 0 0 5px;
    }
    #content-slider .single-slide .play-icon {
        left: 50%;
        margin-left: -30px
    }
    #content-slider .single-slide .video-icon .youtube {
        top: auto;
        bottom: 15px;
    }
}
@media screen and (min-width: 801px) {
    ul.double-slide {
        padding-left: 0;
    }
    .releases-page #content-slider .single-slide img {
        display: block;
        height: auto;
        margin-left: -45px;
    }
    #content-slider .single-slide .description {
        line-height: 10px;
        padding: 0 2%;
        position: absolute;
        top: 0;
        right: 0!important;
        z-index: 999;
        text-align: left;
        width: 31%;
        background: #000;
        height: 100%;
    }
    #content-slider .single-slide h2 {
        font-size: 48px;
        margin: 10px 0px;
        line-height: 1em;
        position: absolute;
        bottom: 35px;
        left: 0;
        width: 100%;
    }
    #content-slider .single-slide .social-content {
        overflow: hidden;
        display: block;
        position: absolute;
        bottom: 2%;
        left: 0;
        top: auto !important;
        width: 100%;
        margin-bottom: 0;
    }
    #content-slider .single-slide .play-icon {
        left: -115%;
    }
    #content-slider .single-slide .video-icon .youtube {
        top: auto;
        bottom: 0;
    }
}
#content-slider .featured {
    font-size: 10px;
    color: #999999;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#content-slider h2 {
    font-size: 24px;
    margin: 10px 0px;
    line-height: 1em;
    font-size: 48px;
    color: #fff;
    margin: 10px 0px;
    color:white;
    line-height: 1em;
    width: 100%;
    font-family: 'ChunkFiveRegular', Arial, sans-serif;
    font-size: 2em;
    letter-spacing: 5px;
    line-height: 1em;
    text-transform: uppercase;
}
#content-slider h2 a{
	color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.wrap-slider {
    position: relative;
}
.release-page #load-items .social-content {
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 15;
    width: 100%;
    text-align: center;
    display: none;
}
.artist-page #load-items .social-content {
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 15;
    width: 100%;
    text-align: center;
    display: none;
    font-size: 24px;
}
.artist-page .social-content a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.artist-page .social-content a.web {
    padding: 6px 2px;
    position: relative;
    top: -8px;
}
.social-content .img-icon:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    background-image: url(assets/img/social-icons-purple-24px.png);
}
.social-content .img-icon-facebook:before {
    background-position: 0px -24px;
}
.social-content .img-icon-twitter:before {
    background-position: -24px -24px;
}
.social-content .img-icon-instagram:before {
    background-position: -48px -24px;
}
#content-slider .social-content {
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#content-slider .description {
    padding: 10px 0 0 0;
    line-height: 10px;
    margin-bottom: 40px;
}
#content-slider .slide-image-video {
    height: 340px;
    overflow: hidden;
    display: block;
}
#content-slider .thumb-video {
    min-height: 420px;
}
#content-slider .video-icon {
    padding: 10px 0 0 70px;
    margin-bottom: 20px;
}
#content-slider .video-icon .youtube {
    position: absolute;
    top: 345px;
    left: 0;
    font-size: 60px;
    color: #63014a;
}
#content-slider .video-icon .youtube:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.bx-wrapper {
    margin: 0 0 0px !important; 
}
#content-items,
article.post {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
#content-items .artist,
#content-items .news-item {
    width: 23%;
    float: left;
    padding: 0 1% 75px 1%;
    line-height: 1em;
    height: 270px;
}
.artist-page .artist,
.news-page .news-item {
    height: 190px!important;
}
#content-items .artist h3,
#content-items .news-item h3 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1em;
}
#content-items .artist .featured-artist {
	font-size: 16px;
    color: #000000;
    font-family: "ChivoRegular",sans-serif;
    padding: 10px 0 0 0;
    display: block;
}
#content-items .thumb-artist {
    position: relative;
}
#content-items .thumb-artist img,
#content-items .news-thumb img {
    width: 100%;
    position: relative;
    z-index: 10;
    height: auto;
}
#content-items .play-icon {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 15%;
    left: 30%;
    z-index: 15;
    display: none;
}
#content-slider .play-icon a,
#content-items .play-icon a {
    display: block;
    background-image: url(assets/img/play-icon.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 101px;
}
#content-slider .play-icon {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 15;
    display: none;
}
.play-icon img {
    height: auto;
    width: auto!important;
}
#content-items .thumb-video {
    position: relative;
    height: 124px;
    overflow: hidden;
}
#content-items .thumb-video img {
    width: 100%;
    position: relative;
    z-index: 10;
}
#content-items .release h3 {
    font-size: 14px;
}
/* ==========================================================================
   Tour
   ========================================================================== */

#content-items .tour {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}
#content-items .tour a {
    color: #000;
}
#content-items .tour h3 {
    font-size: 24px;
    margin: 0;
    padding: 12px 0 0 0;
    line-height: 1em;
}
.tour .plays-tour {
    font-size: 12px;
    font-family: "ChivoRegular", sans-serif;
    float: left;
    width: 32%;
}
.tour.bg-grey {
    background: #f4f4f4;
}
.thumb-tour {
    overflow: auto;
    padding: 30px 0px 10px 0px;
    clear: both;
}
.thumb-tour img {
    float: left;
    margin-right: 20px;
    margin-left: 12px;
}
.main article .thumb-tour h1 {
    font-size: 3em;
    font-family: 'ChunkFiveRegular', Arial, sans-serif;
    letter-spacing: 0;
    margin: 0px;
    padding-top: 7px;
}
.thumb-download {
    overflow: auto;
    padding: 30px 0px 10px 0px;
    position: relative;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}
.thumb-download img {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    display: inline;
    padding-bottom: 18px;
}
.main article .thumb-download h1 {
    font-size: 3em;
    font-family: 'ChunkFiveRegular', Arial, sans-serif;
    letter-spacing: 0;
    margin: 0px;
    padding-top: 7px;
    width: 80%;
}
.view_download_link {
    position: absolute;
    right: 10px;
    top: 47%;
}
.tour .date-tour {
    float: left;
    width: 15%;
    font-family: "ChivoRegular", sans-serif;
    font-size: 12px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
}
.tour .share-tour {
    font-family: "ChivoRegular", sans-serif;
    font-size: 12px;
    float: right;
    width: 21%;
    color: #ccc;
}
.tour .share-tour a {
    margin-left: 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    font-weight: normal;
    font-family: "ChivoRegular", sans-serif;
    padding: 2px 10px;
    font-size: 12px;
}
.tour .share-tour .tour_rsvp {
    float: right;
    background: none repeat scroll 0 0 #F0F20D;
}
.tour .share-tour .tour_tickets {
    float: right;
    background: none repeat scroll 0 0 #9a9a9a;
}
.tour-page .nodisplay {
    display: none;
}
@media screen and (min-width: 321px) and (max-width: 480px) {
    
    #content-items .tour {
        padding: 10px 0px;
    }
    #content-items .tour h3 {
        font-size: 20px;
        clear: both;
    }
    .tour-page #load-items {
        width: 94%;
        padding: 0 2%;
    }
    .social {
        line-height: 10px;
    }
    .tour .share-tour {
        position: relative;
        top: 0;
        right: 0px;
    }
    #content-items .tour {
        padding: 10px 0px;
    }
    #content-items .tour .tour_tickets {
        clear: both;
    }
    .tour-page #load-items {
        width: 94%;
        padding: 0 2%;
    }
    .social {
        line-height: 10px;
    }
    .tour .share-tour {
        position: relative;
        top: 0;
        right: 0px;
    }
    #content-items .tour {
        padding: 10px 0px;
    }
    #content-items .tour .tour_tickets {
        clear: both;
    }
}
@media screen and (max-width: 320) {
	.tour .share-tour {
	    position: relative;
	    top: 0;
	    right: 0px;
	}
	.tour .plays-tour {
	    width: 100%;
	    overflow: hidden;
	    display: block;
	    float: left;
	}
}

.content-moreless {
    clear: both;
    float: left;
    margin-top: 14px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.loadmoretour {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    padding: 4px 15px;
    font-size: 10px;
    text-transform: uppercase;
}
.loadmoretour:hover {
    color: #fff;
}
/* ==========================================================================
   Releases
   ========================================================================== */

.releases-page #load-items .social-content {
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 15;
    width: 100%;
    text-align: center;
    display: none;
}
.releases-page .social-content a:hover {
    color: inherit !important;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}
.sat-color {
    background-color: #63014a;
    padding: 5px;
}
/* ==========================================================================
   Filter Posts
   ========================================================================== */

#filter-artist {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 25px 0 25px 10px;
    position: relative;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    float: left;
    width: 100%;
    line-height: 1.4em;
}
.video-page #filter-artist,
.releases-page #filter-artist {
    display: block;
}
.video-page #searchform {
    display: none;
}
#filter-artist form {
    float: left;
    border-bottom: 1px solid #666666;
}
#filter-artist span {
    float: left;
}
#filter-artist #s {
    border: 0;
    font-size: 10px;
    color: #666666;
    background: transparent;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
#filter-artist #submit {
    background-image: url(assets/img/icons.png);
    background-position: -84px 0px;
    background-color: transparent;
    border: 0;
    height: 14px;
    line-height: 0;
    padding: 0;
    width: 14px;
}
#filter-artist #submit:hover {
    background-image: url(assets/img/icons.png);
    background-position: -84px -14px;
}
#filter-artist a {
    color: #666666;
    padding: 0 8px;
    float: left;
}
#filter-artist a:hover {
    color: #fff;
}
.active-filter {
    color: #fff!important;
}
.loading-ajax {
    clear: both;
    padding: 25px 20px 70% 10px;
}
/* ==========================================================================
   Carrousel
   ========================================================================== */

.carrousel-content {
    overflow: hidden;
    padding: 10px 45px;
    position: relative;
}
#carousel_inner {
    float: left;
    /* important for inline positioning */
    
    width: 100%;
    /* important (this width = width of list item(including margin) * items shown */
    
    overflow: hidden;
    /* important (hide the items outside the div) */
    /* non-important styling bellow */
}
#carousel_ul {
    position: relative;
    left: 0px;
    /*left:-210px; */
    /* important (this should be negative number of list items width(including margin) */
    
    list-style-type: none;
    /* removing the default styling for unordered list items */
    
    margin: 0px;
    padding: 0px;
    width: 9999px;
    /* important */
    
    overflow: hidden;
    /* non-important styling bellow */
}
#carousel_ul li {
    float: left;
    /* important for inline positioning of the list items */
    /* just styling bellow*/
    
    padding: 0px 5px;
    margin: 0;
}
#carousel_ul li img {
    cursor: pointer;
    border: 0px;
}
#left_scroll,
#right_scroll {
    float: left;
    height: 50px;
    width: 45px;
    cursor: pointer;
    z-index: 100;
}
#left_scroll {
    position: absolute;
    left: 0;
    top: 0;
}
#right_scroll {
    position: absolute;
    right: 0;
    top: 0;
}
#left_scroll span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url(assets/img/previous.png) no-repeat;
    display: block;
    width: 15px;
    height: 30px;
    margin: 20px 0 0 15px;
}
#right_scroll span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background-image: url(assets/img/next.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 30px;
    margin: 20px 15px 0 0;
}
#left_scroll span:hover {
    background-position: 0 -30px;
}
#right_scroll span:hover {
    background-position: 0 -30px;
}
/* ==========================================================================
   Footer
   ========================================================================== */

.footer-container {
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}
.footer-container .wrapper {
    padding: 15px;
    overflow: hidden;
    width: auto;
}
.footer-container nav {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}
.footer-container nav li {
    border-right: 1px solid #ddd;
    padding: 5px 5px;
}
.footer-container nav li:last-child {
    border-right: 0;
}
.footer-container nav a {
    padding: 0px 7px 0px;
    font-size: 11px;
}
.footer-container a {
    color: #999999;
}
.footer-container a:hover {
    color: #fff;
    border-bottom: 0;
}
.footer-container footer {
    color: #333;
    padding: 20px 0;
}
.footer-container footer span {
    padding: 0 0px;
}
#menu-footer-holder {
    padding: 0;
}
.first-col {
    text-align: left;
}
.second-col {
    text-align: center;
}
.fb-grey {
    background-image: url(assets/img/social-grey.png);
    background-position: 145px 0px;
    height: 21px;
    width: 21px;
    display: block;
}
.tw-grey {
    background-image: url(assets/img/social-grey.png);
    background-position: 120px 0px;
    height: 21px;
    width: 21px;
    display: block;
}
.go-grey {
    background-image: url(assets/img/social-grey.png);
    background-position: 95px 0px;
    height: 21px;
    width: 21px;
    display: block;
}
.in-grey {
    background-image: url(assets/img/social-grey.png);
    background-position: 70px 0px;
    height: 21px;
    width: 21px;
    display: block;
}
.you-grey {
    background-image: url(assets/img/social-grey.png);
    background-position: 21px 0px;
    height: 21px;
    width: 21px;
    display: block;
}
.tmb-grey {
    background-image: url(assets/img/social-grey.png);
    background-position: 45px 0px;
    height: 21px;
    width: 21px;
    display: block;
}
.fb-grey:hover {
    background-position: 145px 21px;
}
.tw-grey:hover {
    background-position: 120px 21px;
}
.go-grey:hover {
    background-position: 95px 21px;
}
.in-grey:hover {
    background-position: 70px 21px;
}
.you-grey:hover {
    background-position: 21px 21px;
}
.tmb-grey:hover {
    background-position: 45px 21px;
}
#menu-dropdown {
    display: none;
}
.menu-tab {
    display: none;
}
/* Livefyre */

.content-default .content-body {
    font-family: inherit !important;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 480px) {
    /*.header-container{background: red;}*/
    
    .main article h1 {
        font-size: 1.5em;
    }
    #content-slider {
        width: 100%;
    }
    #content-slider .bx-wrapper img,
    #content-slider .single-slide img {
        width: 100%;
        height: auto;
    }
    #content-slider .description {
        top: auto !important;
        bottom: 20px;
        margin-bottom: 0 !important;
        float: none !important;
    }
    #content-slider .slide-image-video {
        height: auto;
    }
    #content-items,
    article.post {
        width: 97%;
        margin: 0 5px;
    }
    #content-items .artist {
        width: 98%;
    }
    .home .header-container {
        position: relative;
    }

    .home #bx-pager {
        display: none;
    }
    .bx-wrapper .bx-viewport {
        overflow: visible!important;
    }
    .logo {
       
    }
    .bxslider-artists {
        overflow: hidden;
    }
    .bx-next-custom,
    .bx-prev-custom {
        top: 10% !important;
    }
    #content-slider h2, #content-slider span a {
        font-size: 12px;
        line-height: 13px;
    }

    #filter-artist form {
        width: 90%;
        margin-top: 15px;
    }
    #filter-artist {
        font-size: 9px;
        padding: 25px 0 25px 0px;
    }
    #filter-artist #s {
        width: 90%;
    }
    #content-items .artist h3 {
        font-size: 14px;
    }
    #content-items .play-icon {
        top: 30%;
    }
    #content-slider .video-icon {
        padding: 0px 0 0 60px;
    }
    #content-slider .video-icon .youtube {
        top: 300px;
    }
    #filter-artist a {
        padding: 0 3px;
    }
    #filter-artist span {
        width: 100%;
    }
    .web {
        margin: 1px auto;
        text-align: center;
    }
    .social {
        line-height: 10px;
    }
    #content-items .tour {
        padding: 10px 0px;
    }
    #content-items .tour h3 {
        font-size: 20px;
        clear: both;
    }
    .first-col {
        width: 100%;
        text-align: center;
    }
    .second-col {
        width: 100%;
        text-align: center;
    }
    .footer-container footer span {
        padding: 10px 0 0 0;
    }
    .footer-container .wrapper {
        padding: 20px 0px 20px;
    }
    .footer-container nav li {
        float: none;
        text-align: center;
        display: inline-block;
    }
    .footer-container nav a {
        float: none;
    }
    #stratus {
        position: relative!important;
    }
    #ucid_bar {
        margin-top: 20px;
    }
    #ucid_bar #callToAction a {
        padding: 6px 10px!important;
        line-height: 14px!important;
    }
    .logo a {
        margin: 5px 10px 0px 0px;
    }
    #content-slider .description {
        margin-bottom: 5px!important;
    }
    #content-slider .description {
        width: 100%!important;
        margin: 40px 0 0 20px;
        bottom: 30px !important;
    }
    #umg-news-reel .umg-news-reel-thumb {
        height: auto;
        overflow: auto;
    }
    #umg-news-reel .umg-news-reel-thumb img {
        height: auto;
        width: 100%;
    }
    #umg-social-icons {
        top: 67px !important;
	    right: 20px !important;
	    line-height: 24px !important;
    }
    #content-items .artist,
    #content-items .news-item {
        width: 100% !important;
        height: auto !important;
    }
    .news-page .news-item .news-thumb {
        height: auto;
    }
    #content-items .artist h3 {
        font-size: 18px !important;
    }
    #news-items-holder {
        float: none;
        width: 100%;
    }
    #news-sidebar-holder {
        float: none;
        width: 97%;
        margin: 0 5px;
    }
}
/* if device width is less than or equal to 680px, do this*/

@media screen and (max-width: 680px) {
    /*changed from 680px*/
    
    .bx-wrapper .bx-controls-direction a {
        top: 80px !important;
    }
    .bx-pager {
        bottom: auto !important;
        top: 90% !important;
    }

    #menu-umgtheme_header .menu-item {
        display: none;
    }
    .menu-umg_header_menu-container .menu-item {
        display: none;
    }
    .menu-tab {
        display: block;
        float: none;
        margin-top: 0 !important;
        margin-right: 0 !important;
        position: absolute;
        top: 25px;
        right: 95px;
    }
    #menu-dropdown {
        background: #000;
        width: 100%;
        z-index: 101;
        float: left;
        display: none;
        margin-top: 20px;
        padding: 0;
        overflow: hidden;
        background: #eee;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #menu-dropdown li {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
        padding: 0;
    }
    #menu-dropdown a {
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
	    display: block;
	    padding: 12px;
        
    }
    .menu-tab {
        float: right;
        margin-right: 15px;
        background-color: #333;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 0 15px;
        margin-top: 20px;
    }
    .menu-tab a {
        font-size: 14px;
        padding: 5px 5px;
        line-height: 14px;
        color: white;
    }
    .menu-tab a:hover {
        opacity: 0.8;
        border-bottom: transparent;
        color: white;
    }
}

@media screen (min-width: 1101px) {
	.bx-pager {
        top: 95% !important;
    }
}

/*if width is more than 481 but less than 1100px do this*/

@media screen and (min-width: 481px) and (max-width: 1100px) {
    /*changed from 800px*/
    /*.header-container{background: blue;} */

        .home .description {
                top: 80% !important;
        }
    
    .bx-wrapper .bx-controls-direction a {
        top: 120px !important;
    }
    .bx-pager {
        bottom: auto !important;
        top: 95% !important;
    }
    .bx-prev-custom,
    .bx-next-custom {
        top: 120px !important;
    }
    #content-slider {
        width: 100%;
    }
    .home #content-slider {
        height: auto !important;
    }
    .home #content-slider:before{
    	content:'';
    	display:none;
    }
    .bx-wrapper img.shadow-home{
    	display: none;
    }
    .home #bx-pager {
        position: relative;
        margin-top: 80px;
    }

    #content-slider h2 {
        font-size: 16px;
    }
    #content-items,
    article.post {
        width: 100%;
    }
    .home .header-container {
        position: relative;
    }
    .artist-page .news-item,
    .artist-page .artist {
        min-height: 145px!important;
    }
    #content-items .news-item,
    #content-items .artist {
        padding: 0 1% 20px 1%;
        height: 250px;
    }
    #content-items .news-item h3,
    #content-items .artist h3 {
        font-size: 16px;
    }
    .play-icon img {
        height: 35%;
        width: 90%!important;
    }
    #load-items .social {
        margin-right: -2px;
    }
    .first-col {
        width: 100%;
        text-align: center;
    }
    .second-col {
        width: 100%;
        text-align: center;
    }
    .footer-container footer span {
        padding: 10px 0 0 0;
    }
    .footer-container .wrapper {
        padding: 20px 0px 20px;
    }
    .footer-container nav li {
        float: none;
        text-align: center;
        display: inline-block;
    }
    .footer-container nav a {
        float: none;
    }
    #stratus {
        position: relative!important;
    }
    #umg-social-icons {
        top: 67px !important;
	    right: 20px !important;
	    line-height: 24px !important;
    }
    #content-items .artist,
    #content-items .news-item {
        width: 31%;
    }
    #content-items .artist,
    #content-items .news-item {
        width: 31%;
    }
    #content-slider .single-slide img {
        height: auto;
        display: block;
    }
    .releases-page #content-slider .single-slide img {
        width: 100%;
    }
    #news-items-holder {
        width: 100%;
    }
    #news-sidebar-holder {
        float: none;
        width: 320px;
        margin: 0 auto;
    }
}
/* ==========================================================================
   Icons
   ========================================================================== */

.releases-page .social,
.video-page .social,
.artist-page .social {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1em;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    line-height: 11px;
    margin-right: 4px;
    margin-top: 3px;
}
.web {
    font-weight: bold;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.align-left {
    float: left;
}
.align-right {
    float: right;
}
.bg-grey {
    background: #272727;
}
.bg-black {
    background: #000;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   IE Fixes
   ========================================================================== */

.ie7 .title {
    padding-top: 20px;
}
.artist-page .social-content a.web,
.sat-color {
    background-color: #63014A !important;
}
body {
    font-family: "ChivoRegular", sans-serif;
}
/**-----------------------------------------------**/
/** General **/
/**-----------------------------------------------**/

.bx-wrapper {
    margin: 0 0 85px;
}
.fa-youtube-play {
    display: none;
}
#load-items {
    margin-top: 35px;
}
#content-items .artist {
    width: 31.3%;
}

#content-items .artist {
    width: 31.3%;
    float: left;
    height: auto;
}
#content-items .artist:nth-child(3n+1) {
    clear: left;
}
@media screen and (max-width: 1100px) and (min-width: 481px) {
    #content-items .play-icon {
        left: 40%;
    }
    #content-items .play-icon a {
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
    }
    #content-items .artist h3 a {
        font-size: 1em !important;
    }
    #content-items .artist .featured-artist {
        font-size: 0.65em !important;
    }
}
/**-----------------------------------------------**/
/** Home Slider **/
/**-----------------------------------------------**/

.shadow-home {
    display: none;
}
/**-----------------------------------------------**/
/** Slider General **/
/**-----------------------------------------------**/

#content-slider .featured {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    clear: both;
    display: block;
    color: #fff;
    font-style: normal;
    font-weight: 500;
}
#content-items .artist h3 {

    font-size: 18px;
    margin: 3px 0;
    line-height: 1em;
}
#content-items .artist h3 a {
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1em;
}

#content-items .release {
    padding: 0 1% 20px 1%;
    height: 360px;
}

#content-items .release h3 {
    font-size: 28px;
    font-family: 'ChunkFiveRegular', Arial, sans-serif;
    font-weight: 500;
}

@media screen and (min-width: 801px) {
    #content-slider .single-slide h2 {
        font-size: 2em;
    }
}
.home #content-slider h2 {
    font-style: normal;
}
#content-slider h2 a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.bx-wrapper .bx-caption span {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
}
.home #content-slider span a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.home #content-slider .description {
    font-style: italic;
    letter-spacing: 3px;
}
/**-----------------------------------------------**/
/** Slide Controls **/
/**-----------------------------------------------**/

#content-slider .bx-wrapper .bx-controls-direction a {
    width: 46px;
    height: 46px;
}
#content-slider .bx-wrapper .bx-prev {
    left: 20px;
    background: url(assets/img/controls.png) no-repeat 0px 0px;
}
#content-slider .bx-wrapper .bx-next {
    right: 20px;
    background: url(assets/img/controls.png) no-repeat -46px 0px;
}
#content-slider .bx-wrapper .bx-prev:hover {
    background-position: 0px -46px;
}
#content-slider .bx-wrapper .bx-next:hover {
    background-position: -46px -46px;
}
.artist-page .description .featured {
    display: none;
}
/**-----------------------------------------------**/
/** Menu **/
/**-----------------------------------------------**/

@media screen and (max-width: 680px) {
    .menu-tab {
        top: 37px;
  		right: 92px;
    }
}

ul.menu {
    padding: 20px;
    overflow: auto;
}

nav li {
    padding: 21px 7px 5px;
}
nav a {
    padding: 0;
    text-shadow: none;
    color: #000;
    display: block;
    float: left;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 14px;
}
.current-menu-item a,
.current_page_item a,
.current-menu-item a:hover,
.current_page_item a:hover,
nav .menu-item a:hover {
    color: #000000;
    background: #F0F20D;
}

/**-----------------------------------------------**/
/** Videos **/
/**-----------------------------------------------**/

.play-icon-holder a,
#content-slider .play-icon a,
#content-items .play-icon a {
    background-image: url(assets/img/play-icon.png);
}
#content-items .thumb-video {
    height: 164px;
}
#content-slider .single-slide .thumb-video {
    min-height: 0 !important;
}
#content-slider .single-slide .slide-image-video {
    height: auto !important;
}
@media screen and (min-width: 801px) {
    .video-page #content-slider .single-slide .description {
        padding: 30px 2% 0 2%;
    }
}
@media screen and (max-width: 800px) {
    #content-slider .single-slide .play-icon {
        left: 30% !important;
    }
}
@media screen and (max-width: 650px) {
    #content-slider .single-slide .play-icon {
        left: 40% !important;
        margin-left: -40px;
    }
}
@media screen and (max-width: 480px) {
    #content-slider .single-slide .play-icon {
        left: 50% !important;
        margin-left: -40px;
    }
    #content-items .thumb-video {
        height: auto;
    }
    #content-items .play-icon {
        left: 50%;
        margin-left: -40px;
    }
    .bx-wrapper img.shadow-home{
    	display: none;
    }
}
/**-----------------------------------------------**/
/** Artist Page **/
/**-----------------------------------------------**/

.artist-page #content-slider .featured {
    display: none;
}
.artist-page .social-content a.web,
.sat-color {
    background-color: #999 !important;
}
.artist-page .social-content {
    font-size: 10px;
}
.artist-page .social-content a.web {
    padding: 6px 5px;
    letter-spacing: 3px;
}
.artist-page .social-content a.web:hover,
.sat-color:hover {
    background-color: #fff !important;
}
/**-----------------------------------------------**/
/** Releases Page **/
/**-----------------------------------------------**/

.releases-page #filter-artist {
    display: none;
}
.artist-page #load-items .social-content a.web,
.releases-page .social,
.video-page .social,
.artist-page .social {
    color: #000 !important;
}
.releases-page .social-content a:hover,
.social-content a:hover {
    color: #000 !important;
    opacity: 1 !important;
}
.social-content .img-icon:before {
    width: 24px;
    height: 24px;
    background-image: url(assets/img/social-icons-grey-24px.png);
}
.social-content .img-icon:hover:before {
    width: 24px;
    height: 24px;
    background-image: url(assets/img/social-icons-white-24px.png);
}
#content-items .release h3 {
    font-size: 1.5em;
}
.releases-page .single-slide img {
    width: 43%;
}
.releases-page .single-slide .description-releases {
    width: 53.3% !important;
}
@media screen and (min-width: 801px) {
    .releases-page #content-slider .single-slide img {
        margin-left: -40px;
    }
}
@media screen and (max-width: 800px) {
    #content-items .release h3 {
        font-size: 1em;
    }
}
/**-----------------------------------------------**/
/** Social Icons **/
/**-----------------------------------------------**/


ul#umg-social-icons {
    width: 150px;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 120px;
    font-size: 24px;
    line-height: 100px;
    margin: 0;
    top: 0;
    z-index: 998;
}
#umg-social-icons li {
    display: inline-block;
}

#umg-social-icons a {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 1px;
    float: none;
    color: #333;
}
#umg-social-icons a:hover {
    color: #666;
}
/**-----------------------------------------------**/
/** Footer **/
/**-----------------------------------------------**/

.footer-container {
    border-top: 3px solid #f3f3f3;
    color: #333;
    background: #fafafa;
    margin-top: 3em;
}
.home .footer-container {
    margin-top: 0;
}
.footer-container a {
      color: #333;
}


@media screen and (max-width: 480px) {
	ul.menu {
	    padding-left:0;
	    width: 50%;
	}
	.logo{
		margin:0;
		padding:0;
	}
	
	.bx-wrapper img.shadow-home{
    	display: none;
    }
}

@media screen and (max-width: 340px) {
	.logo{
		position: absolute;
		top: -15px;
        }
}



#content-slider .description {
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 120px;
}


.releases-page #content-slider .bxslider-artists, .artist-page #content-slider .bxslider-artists{
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.releases-page #content-slider .bxslider-artists li, .artist-page #content-slider .bxslider-artists li{
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
    margin:9;
}

.releases-page #content-slider .bxslider-artists li img, .artist-page #content-slider .bxslider-artists li img{
	display: block;
    height: auto;
    width: 43%;
    margin: 0;
}
.artist-page #content-slider .bxslider-artists li img{
    width: 63%;
}
.releases-page #content-slider .bxslider-artists li .description.description-releases, .artist-page #content-slider .bxslider-artists li .description{
    line-height: 10px;
    padding: 0 2%;
    position: absolute;
    top: 0;
    right: 0!important;
    left: initial;
    z-index: 999;
    text-align: left;
    width: 53%;
    background: #000;
    height: 100%;
}
.artist-page #content-slider .bxslider-artists li .description{
    width: 33%;
}


.releases-page #content-slider .bxslider-artists li .description.description-releases h2, .artist-page #content-slider .bxslider-artists li .description h2{
    font-size: 48px;
    color: #fff;
    margin: 10px 0px;
    line-height: 1em;
    position: absolute;
    bottom: 15%;
    width: 90%;
    font-family: 'ChunkFiveRegular', Arial, sans-serif;
    left: initial;
}
.releases-page #content-slider .bxslider-artists li .description.description-releases .social-content, .artist-page #content-slider .bxslider-artists li .description .social-content{
	overflow: hidden;
    display: block;
    position: absolute;
    bottom: 10%;
    width: 90%;
    left: initial;
    margin: 0;
}   

.releases-page #content-slider .bxslider-artists li .description.description-releases .social-content a, .artist-page #content-slider .bxslider-artists li .description .social-content a{
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1em;
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    color: #000;
    line-height: 11px;
    margin-right: 4px;
    font-family: "ChivoRegular",sans-serif;
    background-color: #999;
    padding: 5px;
    border: none;
    text-shadow:none;
}

.explore{
	width: auto !important;
	font-size: 1em;
	line-height: 1em;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #222;
	border-radius: 10px;
	
}

.releases-page #content-slider .bxslider-artists li .description.description-releases .social-content a, .artist-page #content-slider .bxslider-artists li .description .social-content a.img-icon{
	padding:0;
	line-height: 0px;
}
.releases-page #content-slider .bxslider-artists li .description.description-releases .social-content a, .artist-page #content-slider .bxslider-artists li .description .social-content a.img-icon:before{
	padding:0;
	margin: 0;
}


@media screen and (max-width: 480px) and (min-width: 321px){
	.releases-page #content-slider .bxslider-artists li img, .artist-page #content-slider .bxslider-artists li img {
	    width: 100%!important;
	}
	.releases-page #content-slider .bxslider-artists li .description.description-releases, .artist-page #content-slider .bxslider-artists li .description{
	    margin-bottom: 5px!important;
	    position: inherit;
	    width: 96%!important;
	    padding: 15px 2%;
	}
	.releases-page #content-slider .bxslider-artists li .description.description-releases h2, .artist-page #content-slider .bxslider-artists li .description h2{
	    font-size: 20px;
	    position: initial;
	}
	.releases-page #content-slider .bxslider-artists li .description.description-releases .social-content, .artist-page #content-slider .bxslider-artists li .description .social-content{
	    position: initial;
	    padding: 0 0 10px 0;
	}
}
