/*
    MOBILE STYLES
*/

body #Mobile {
    background-color: #222;
}


/*
    NAVBAR
*/
.chm-nav {
    background: transparent;
}
.chm-nav a.uk-logo {
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    font-size: 26px;
    line-height: 26px;
}
#Mobile_Nav_Toggle {
    position: relative;
    top: 0px;
    right: 20px;
}
.uk-navbar-sticky #Mobile_Nav_Toggle {
    top: 0px;
}
.uk-navbar-sticky.chm-nav {
    background-color: rgba(0,0,0,.75);
}


/*
    MOBILE NAV
*/
#Mobile_Nav .uk-offcanvas-bar {
    background-color: #0d0f14;
    border-left: 1px solid rgba(255,255,255,.1);
    max-width: 200px !important;
}
#Mobile_Nav .uk-offcanvas-bar .uk-icon {
    color: rgba(255,255,255,.5);
}
#Mobile_Nav .uk-offcanvas-bar li a span {
    font-family: 'gotham_proregular', sans-serif;
    font-size: 18px;
}
#Mobile_Nav .uk-offcanvas-bar li.uk-active a span {
    font-family: 'gotham_proregular', sans-serif;
    border-bottom: 2px solid #ef5900;
}


/*
    HERO BLOCK
*/
.chm-hero {
    padding: 0;
    margin-top: -100px;
}
.chm-hero-latest {
    padding: 90px 30px;
}
.chm-hero-latest .chm-album-cover {
    margin-bottom: 30px;
}
.chm-hero-latest .chm-album-cover img {
    border-radius: 8px;
}


/*
    ABOUT
*/
.chm-about {
    background-color: #fff;
    padding: 0 0 60px 0;
}

.chm-about .chm-about-text {
    padding: 30px;
}
.chm-about .chm-about-text h2 {
    text-transform: uppercase;
}


/*
    ALBUMS
*/
.chm-albums {
    background-color: #EEE;
    padding: 60px 0;
}
.chm-albums h2 {
    text-transform: uppercase;
}
.chm-albums p {
    margin-top: 40px;
}
.chm-albums p a {
    color: #222;
}
.chm-album img {
    border-radius: 8px;
}


/*
    VIDEOS
*/
.chm-videos {
    padding-top: 0;
}


/*
    CONTACT
*/
.chm-footer {
    padding: 60px 0;
    text-align: center;
}
.chm-footer-contact h2 {
    font-family: 'canela_deck_trialbold';
    font-style: italic;
    color: rgba(255,255,255,.75);
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 10px 0;
}
.chm-footer-contact p > a {
    display: inline-block;
    padding: 0 8px;
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    line-height: 28px;
    color: #CCC;
}

.chm-footer-links {
    text-align: center;
    margin-top: 90px;
}
.chm-footer-links .uk-icon-button {
    background-color: rgba(255,255,255,.25);
    color: #fff;
}

.chm-footer-copy {
    margin-top: 120px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 60px;
    font-size: 16px;
    color: rgba(255,255,255,.35);
}
.chm-footer-copy a {
    color: #CCC;
}
.chm-footer-copy img {
    max-height: 30px;
    width: auto;
    opacity: .5;
}
