/*
Theme Name: Mountain Apple
Theme URI: 
Description: 
Author: ONELIVE
Author URI: 
Version: 1.0
Tags:
License:
License URI:
*/

/* General */
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fff url('assets/img/bg-desktop.jpg') no-repeat center bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    min-height: 2000px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'Open Sans Condensed', sans-serif; 
}

p {
    font-size:16px;
}

a {
    color: #ff0000;
    -moz-transition: color 300ms linear;
    -webkit-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

a:hover, a:focus {
    outline: 0;
    text-decoration: none;
    color: #000;
}

.btn {
    -moz-transition: background-color 300ms linear, border-color 300ms linear;
    -webkit-transition: background-color 300ms linear, border-color 300ms linear;
    -o-transition: background-color 300ms linear, border-color 300ms linear;
    transition: background-color 300ms linear, border-color 300ms linear;
}

h1.page-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 42px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 30px;
    padding-bottom: 20px;  
    margin-top: 0;  
}

h3.page-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 5px;
}

.single-post h1.page-title {
    margin-bottom: 5px;
}

time {
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;    
    margin-bottom: 10px;
}

.post-content {
    border-bottom:1px solid rgba(0,0,0,0.2);
    margin-bottom:30px;
    padding-bottom:20px;  
}

body .page-nav {
    border-top:1px solid rgba(0,0,0,0.2);
    margin-top:30px;
    padding-top:20px;
}

body.search .page-nav,
body.blog .page-nav {
    border-top:0;
    margin-top:0;
    padding-top:0;
}

/* single artist */
.artist-album-title {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.album-buy {
	max-width: 400px;
	font-size: 28px!important;
	height: 60px!important;
	font-weight: bold;
}

/*nav reset*/

#footer .nav>li>a:hover, 
#header .nav>li>a:hover, 
#footer .nav>li>a:focus,
#header .nav>li>a:focus,
#footer .nav>li>a,
#header .nav>li>a {
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background-color: transparent;
}

#footer-home .nav>li>a:hover,
#footer-home .nav>li>a:focus,
#footer .nav>li>a:hover, 
#header .nav>li>a:hover, 
#footer .nav>li>a:focus,
#header .nav>li>a:focus {
    text-decoration: underline;
}

#footer-home .nav>li>a:hover,
#footer-home .nav>li>a:focus,
#footer-home .nav>li>a {
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    background-color: transparent;
    line-height: 1.5;
}


.uppercase {
    text-transform: uppercase;
}

.read-more {
    color:#d70a00;
    text-transform: lowercase;
    font-weight: bold;
    font-size:14px;
}

/* Forms & Buttons */
.btn {
    border-radius: 0;
    font-size: 12px;
    height: 33px;
    width:100%;
    padding: 6px 0;
    text-align: center;
}

.btn-default {
    color: #fff;
    background-color: #2e3f48;
    border-color: #2e3f48;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #2e3f48;
    background-color: #fff;
    border-color: #2e3f48;  
}

.form-control {
    border-radius: 0;   
    border: 1px solid #2e3f48;
    font-size: 12px;
    height: 33px;
}

.form-control:focus {
    border-color: #2e3f48;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46, 63, 72, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46, 63, 72, 0.6);
}

.search-form .form-group,  .mc4wp-form .form-group{
    margin-bottom: 0;
}

.search-form .search-submit {
    width: 100%;
    text-transform: lowercase;
}

.search-form .col-xs-8, .search-form .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

.mc4wp-form .form-control {
    background: none;
    color: #2e3f48;
}

.mc4wp-form .form-control::-webkit-input-placeholder {
    color: #2e3f48;
}

.mc4wp-form .form-control:-moz-placeholder {
    color: #2e3f48;
}

.mc4wp-form .form-control::-moz-placeholder {
    color: #2e3f48;
}

.mc4wp-form .form-control:-ms-input-placeholder {
    color: #2e3f48;
}

.mc4wp-form .col-xs-8, .mc4wp-form .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

.wpcf7 .form-group, .wpcf7 .btn {
    max-width: 90%;
}

/* Header */
.logo {
    margin: 0 auto;
}

#header{
    position:relative;
    margin-top:30px;
}

#main-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.form-top .form-group {
    margin-left:-2px;
    margin-right:-2px;
}


/* Carousel */

.carousel-inner .item {
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators {
    margin: 0;
    top: 25px;
    left: 25px;
    width: auto;  
}

.carousel-indicators li {
    width: 25px;
    height: 25px;
    background-color: #000;
    border: 4px solid #000;
    border-radius: 15px;
    margin: 0;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;   
    background-color: #ff0000;
    border: 4px solid #000;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    padding-top: 15px;
    padding-bottom: 15px;
}

.carousel-caption .btn {
    background: #d70a00;
    border-radius: 0;
    padding: 13px 0;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    width: 90%;
    height: auto;
    font-size: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.carousel-caption .btn:hover {
    background: #13baba;
    color:#0e5555;
}

.carousel-caption .caption-wrapper span {
    display:block;
    margin-left:5px;
}

.carousel-caption .caption-wrapper span.title {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:12px;
    color:#8f8f8f;
}

.carousel-caption .caption-wrapper span.bolded {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:14px;
    color:#fff;
}

.carousel-caption .caption-wrapper span.text {
    font-size:12px;
    color:#ddd;
}


/* NextGen Gallery */
.ngg-pro-masonry {
    margin: 0!important;
    width:100% !important;
}


.ngg-pro-masonry-item {
    margin-bottom: 4px!important;
    background:#fff;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;    
}

.ngg-pro-masonry-item:hover img {
    opacity:0.8;
}

.ngg-pro-masonry-item img {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.ngg-pro-masonry-gutter {
    width: 4px!important;
}

/* JPlayer */
.home .jp-seek-bar {
    background: #3f4347;
    height: 7px;
}

.home  .jp-play-bar {
    background: #d70a00;
    height: 7px;
}

.home .jp-volume-bar {
    background: #580602;
    height: 7px; 
}

.home .jp-volume-bar-value {
    background: #d70a00;
    height: 7px;
    position: absolute;
    top: 12px;
    left: 0;
}

.home .jp-volume-bar:hover,
.home .jp-volume-bar-value:hover {
    cursor:pointer;
}

.home .jp-volume-control {
    margin-top:30px;
}

.home .jp-volume-bar {
    margin-top: 12px;
}

.home .jp-audio {
    position: relative;
    bottom: 0;
    margin-top: -130px;
    width: 100%;
    padding: 20px 20px;
    height: 130px;
    background-size:cover;
    border-top:3px solid rgba(0,0,0,0.1);
}

.home .jp-audio a {
    opacity:0.6;
}

.home .jp-audio a:hover {
    opacity:1;
}

.home .jp-audio a img {
    width:auto;
    height:auto;
}

.home .jp-current-time,
.home .jp-duration {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.home .jp-restore-screen,
.home .jp-full-screen {
    float: right;
    margin-top: 28px;
}

.home .jp-pause,
.home .jp-play {
    margin: 0 2px;
}

/*full screen jplayer*/

.home .full-screen-mode.jp-audio {
    width:100%;
    margin:0;
    height:100%;
    background-size:auto;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#000;
    padding:0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.home .full-screen-mode .jp-interface {
    display:block!important;
    width:100%;
    position: absolute;
    bottom: 0;
    padding:20px 30px;
    background:rgba(0,0,0,0.5);
    opacity:1 !important;
}

.home .full-screen-mode .jp-volume-control > div:first-child {
    width:40px;
}
.home .full-screen-mode .jp-volume-control > div:last-child {
    width:100px;
}

.home .full-screen-mode .jp-pause,
.home .full-screen-mode .jp-play {
    margin: 0 12px;
}


/* Widgets */

.featured-artist {
    margin:4px auto;
    background:#fff;
}

.featured-artist img {
    width:100%;
    height:auto;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;    
}

.featured-artist:hover img {
    opacity:0.92;
}

.additional-link {
    margin-top:10px;   
    margin-bottom:10px;   
}

.additional-link > a {
    color:#737373;    
}

.additional-link > a:hover {
    color:#d70a00;    
}

.additional-link > a .link-text {
    background: url('assets/img/arrow-right.png') center left no-repeat;
    padding-left:30px;
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight: 400;
    line-height: 1;
}

.additional-link > a .link-text strong {
    margin-left:5px;
    font-weight: 700;
}

.additional-link > a .link-description {
    font-size: 12px;
    text-transform: lowercase;
    padding-left: 30px;
}

.widget_mac_twitter {
    min-height: 153px;
    background: url('assets/img/twitter_bg.png') no-repeat center center;
    padding: 35px 55px;
    font-size: 13px;
    color: #000;
}

.widget_mac_twitter .tweet {
    margin-bottom: 30px;
}

.widget_mac_twitter .tweet-time {
    color: #848994;
}

.widget_mac_twitter a {
    color: #ff0000;
}

.widget_mac_twitter a:hover {
    color: #000;
}

/* Sitemap */
h2[class*="wsp"] {
    font-size: 16px;
    margin-top: 0;
}

/* Minisites */
.minisite-img {
    padding: 0 25px;
}

.minisite-title {
    margin-top: 0;
}

.minisite-btn {
    margin-bottom: 10px;
    max-width: 150px;
}

/* Embeds & Images */
img, object, iframe, embed {
    max-width: 100%;
}

img, object, embed {
	height:auto;
}

/* Fluid Video */
.embedded-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedded-video-wrapper > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 100%;
}

.wp-caption img {
    margin: 0px;
}

.wp-caption p.wp-caption-text {
    color: #000;
    font-size: 12px;
    margin: 5px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

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

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

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery img {
    border: 10px solid #f1f1f1;
}

.gallery br+br {
    display: none;
}

.content .attachment img {
    display: block;
    margin: 0 auto;
}

.cell {
    display:table-cell;
    vertical-align:middle;
    width:inherit;
    height:inherit;
}

#artist-toggle .icon-bar {
    background: #fff;
    height:3px;
}

#artist-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.navbar-header {
    position:absolute;
    top:10px;
    left:10px;
}

.navbar-toggle .icon-bar {
    background: #000;
    height:3px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

/*HOMEPAGE*/

#artist-toggle .navbar-header {
    float: none;
}

#artist-toggle .navbar-toggle {
    display: block;
    float:left;
    margin: 0 -24px 0 0;
    padding:0;
    border-radius: 0;
	width: 100%;
	position: absolute;
}

#artist-toggle .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

#artist-toggle .navbar-collapse.collapse {
    display: none!important;
}

#artist-toggle .navbar-collapse.in.collapse {
    display: block!important;
}

#artist-toggle .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}

#artist-toggle .navbar-nav>li {
    float: none;
}

#artist-toggle .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#artist-toggle.block-heading {
    background:#2e2513;
    position:relative;
    left:auto;
    z-index: 16;
}

.artist-wrapper {
    background:#13baba;
    width:100%;
    position:absolute;
    top:30px;
    left:0;
}

.artist-wrapper a {
    display:block;
    color:#fff;
    font-size:12px;
}

.artist-wrapper > div {
    display:block;
    padding:20px 15px;
}

.artist-wrapper a:hover,
.artist-wrapper a:focus {
    color:#0e5555;
}

.home-block {
    margin-top:2px;
    margin-bottom:2px;
    overflow: hidden;
}

.home-block img {
    width:100%;
    height:auto;
}

.block-heading {
    background: #d70a00;
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 5;
    padding: 10px 16px;
    text-align: center;
    color: #fff;   
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800; 
}

.block-heading.wide {
    width: 100%;
    position: static;
}
.block-heading.wide a {
	color: #FFF;
}
.block-heading.wide.storelink {
	margin-bottom: 4px;
}
.home-block .block-heading {
	background: rgb(215, 10, 0);
	background: rgba(215, 10, 0, 0.9);
}

#sidebar-home > div:first-child >.block-heading,
#sidebar > div:first-child >.block-heading,
.block-heading.slim {
    padding: 5px;
    margin-bottom:4px;
    font-family: 'Open Sans Condensed', sans-serif;    
}
.shopheading {
	color: #FFF;
}
.block-heading.bigger {
    font-size: 20px;
    font-weight: 800;
}

.caption {
    background:#0c0b10;
    font-size: 14px;
    padding:10px 15px;
    font-weight: bold;
    color:#a6a5a6;
}

.caption .heading{
    color:#fff;
    text-transform: uppercase;
}

.caption p {
    margin:0;
}

.news-image-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -35px;
    /*padding-bottom: 106.75%;*/
}

.content {
    padding:10px 15px;
    color: #000;
    font-size:15px;
}

.content .heading {
    color:#000;
    margin:10px 0;
    font-weight:bold;
}

.yt-thumb-row:last-child {
    margin-top:4px;
}

.yt-thumb-row > div > a {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;    background:#fff;
}

.yt-thumb-row > div {
    background:#fff;
}

.yt-thumb-row > div:hover > a {
    opacity: 0.92;
}

#sidebar > div {
    display:block;
    clear:both;
}

.album-photo {
    background-position: top left; 
    background-size:cover;
}

/* Instagram */

.si_item {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 2px;
}

.si_item img {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	width: 100%;
	height: auto;
}

.si_item img:hover, .si_item img:focus {
    opacity: 0.8;
}

#footer-home,
#footer {
    margin: 40px auto;
}

#footer-home p,
#footer p {
    color: #000;
    font-size: 12px;
}

#footer .form {
    margin-top:8px;
}


#footer-home .social,
#footer .social {
    margin:10px 0 0 0;
    padding:0;
}

#footer-home .social li,
#footer .social li {
    list-style-type: none;
    display:inline-block;
    background: url('assets/img/social-media.png') no-repeat;
    width:41px;
    height:41px;
    opacity:0.92;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


#footer-home .social li:hover,
#footer .social li:hover {
    opacity:1;
}

#footer-home .social li a,
#footer .social li a {
    display: block;
    width:100%;
    height:100%;
}

#footer-home .social li.twitter,
#footer .social li.twitter {
    background-position: -62px 0;
}

#footer-home .social li.instagram,
#footer .social li.instagram {
    background-position: -124px 0;
}

#footer-home .social li.pinterest,
#footer .social li.pinterest {
    background-position: -184px 0
}

#footer-home .social li.tumblr,
#footer .social li.tumblr {
    background-position: -246px 0;
}

#footer-home .social li.youtube,
#footer .social li.youtube {
    background-position: -308px 0;
}

#footer-menu {
    margin: 20px auto;
}


#footer-home > div {
    margin-top:30px;
}

#footer-home p {
    font-size:16px;
    margin-bottom:10px;
}

#footer-home p.copy {
    font-size:12px;
    margin:0;
}

/* Google Calendar */
.gce-list {
	padding: 0;
	list-style: none;
}

.gce-list a {
	word-break: break-word;
}

/* Responsive */
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
	
	#artist-toggle .navbar-collapse {
		max-height: none;
	}

    .carousel-inner {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom:2px;
    }

    #carousel .carousel-inner > * {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }


    .padding-left {
        padding-left:20px;
    }

}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1800px;
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media (min-width: 1324px) {

    #footer-home .social li,
    #footer .social li {
        margin: 0 4px;
    }

}

@media (max-width: 1400px) {

    body:not(.home) #footer-home .social li,
    body:not(.home) #footer .social li {
        margin: 0 0;
    }

}


@media (max-width: 1450px) {

    body:not(.home) .widget_mac_twitter {
        padding: 35px 10%;
    }
}

@media (max-width: 1199px) {


    #main-menu {
        top: -14px;
    }    

    body.home #footer,
    body.home #sidebar .widget_search,
    body.home #sidebar-home .widget_search,
    body.home #sidebar .widget_text:first-child,
    body.home #sidebar-home .widget_text:first-child{
        display:none;
    }

    .form-top input,
    .form-top .btn {
        height: 30px;
    }

    h1.page-title {
        font-size:32px;
    }

    h3.page-title {
        font-size:28px;
    }

    .additional-link > a .link-text {
        font-size:18px;
    }

    #footer-home .social li, 
    #footer .social li {
        margin: 0 2px;
    }    

}


@media (max-width: 991px) {

    .widget_mac_twitter {
        background-size:80%;
    }
}

@media (max-width: 767px) {

    #main-menu {
        top: 19px;
        right: auto;
        left: -11px;
        padding: 3px 15px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    }

    .top-heading {
        padding-left:0;
        padding-right:0;
    }

    img {
        height:auto;
    }

    p {
        font-size:14px;
    }

    body.home #footer {
        display: block;
    }

    .form-top {
        margin-bottom:4px;
    }

    .carousel-inner {
        height: 372px;
        margin-bottom: 2px;
    }

    .carousel-caption .caption-wrapper span.text { 
        margin-bottom:10px;
    }

    .jp-audio {
        padding:10px;
    }

    .jp-full-screen,
    .jp-full-screen {
        margin-top: 0;
    }

    .jp-volume-control {
        margin-top:0;
    }

    #sidebar {
        margin-top:30px;
        margin-bottom: 30px
    }

    #footer {
        clear:both;
    }

    #footer .form,
    #footer .social {
        float:none !important;
        margin:auto;
        text-align: center;
    }

    #footer p {
        font-size:16px;
        margin:20px auto 10px auto;
        float:none;
        text-align:center;
    }

    #footer p small {
        font-size:10px;
        margin:0;
        float:none;
        text-align:center;        
    }

    #footer .nav {
        text-align:center;
        margin-top:20px;
    }

    #footer .menu-item {
        display:inline-block;
        font-size:14px;
    }


}

/***** Itunes Widget Style *****/

article .page-content .row .col-sm-6 iframe
{
    width: 325px;
    height: 370px;
}


div.home-news.content .heading
{
    margin-top: 35px;
}

/*** Non artist menu style ***/
a.not-artist
{
    color: #0e5555;
}

a.not-artist:hover
{
    color: #FFF;
}