/*!
sun-electric theme.css
*/

@import './IconFont/style.css';
@import './webfont/font.css';

body, html {
    overscroll-behavior: none;
    min-height: 100vh;
}

body {
    height: 100%;
    padding: 10px 10px 0 10px;
    font-family: 'Univers LT Std 45 Light', sans-serif;
    font-size: 110%;
    color: #FEFEFE;
    letter-spacing: .5px;
}

body.page {
    margin-bottom: 10px;
}

#backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    background-image: repeating-linear-gradient(#222, #252525, #383838, #888);
    background-size: cover;
}

h1, h2, h3, h4, h5, h6,
b, strong {
    font-family: 'Univers LT Std 47 Light Condensed', sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 2rem;
    margin-bottom: 0;
}

a:link,
a:visited,
a:active {
    color: #ddd;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

/* --------------------------------------- */


#masthead {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: #fefefe;
    width: 100%;
    border-bottom: 6px solid #fdd300;
    color: #222;
}

#masthead p {
    margin: 0 5px;
}

#masthead p.site-title {
    margin: 0;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.site-title a {
    color: #222;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Univers LT Std 67 Bold Condensed Oblique', sans-serif;
    font-style: normal;
    letter-spacing: 3px;
    font-weight: normal;
    transition: all .5s;
    position: relative;
    top: 2px;
    left: 9px;

}

@media (min-width: 668px) {
    .site-title {
        letter-spacing: 10px;
    }

    .site-title a,
    .site-title a:hover {
        font-size: 2.75rem;
        line-height: 1;
        left: -2px;
    }

    #masthead {
        height: 46px;
        padding-top: 4px;
    }
}

#page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 50px);
}

.entry-header {
    height: 0;
    overflow: hidden;
}

.menu-toggle {
    display: none !important;
}

h1.entry-title {
    visibility: hidden;
}

.wp-block-column > p {
    margin-top: 0;
}

.wp-block-column figure img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.main-navigation ul#primary-menu {
    display: flex;
}

.main-navigation {
    width: auto;
}

#primary-menu {
    position: relative;
    top: 13px;
}

#primary-menu li {
    margin-right: 20px;
    height: 100%;
}

#primary-menu li:last-child {
    margin-right: 0;
}

#primary-menu li a,
#primary-menu li a:visited {
    font-family: 'Univers LT Std 65 Bold',sans-serif;
    font-size: 1.25rem;
    padding: 0 5px;
    line-height: .87;
    color: #222;
}

#primary-menu li a:hover,
#primary-menu li.current-menu-item a {
    color: red;
    text-decoration: none;
}


.releases h3 {
    margin-top: 0;
}

.home figure {
    margin-bottom: 38px;
}

.home p {
    max-width: 800px;
    color: #fdd300;
}

p.bandcamp,
p.discogs {
    float: left;
    cursor: pointer;
}

p.discogs {
    margin-right: 30px;
}

p.discogs a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/icons-discogs.svg') center center no-repeat;
    background-size: contain;
    line-height: 0;
    font-size: 0;
}

p.bandcamp a {
    display: block;
    width: 60px;
    height: 40px;
    background: url('../images/Bandcamp.svg') center center no-repeat;
    background-size: 60px;
    line-height: 0;
    font-size: 0;
}


#colophon a {
    font-size: .825rem;
    line-height: 0;
    margin-left: 50px;
}

#colophon {
    padding-top: 10px;
    border-top: 1px solid #999;
    font-size: .825rem;
}

.widget,
hr {
    margin: 0;
}

/* discog */

.releases .entry-content {
    padding-top: 60px;
    padding-bottom: 200px;
}

.releases .entry-content .wp-block-columns {
    background: #222;
}

figure {
    margin: 0;
}

.releases .entry-content figure a {
    width: 100%;
}

@media (max-width: 667px) {
    #primary-menu li a {
        font-size: 1rem;
        padding-top: 4px;
    }
}


.read .wp-block-image img,
.read figure {
    width: 100%;
}

.imprint-privacy-policy .site-main {
    padding: 50px 0;
}

.wp-block-gallery figure img {
    margin: 0 10px 0 0;
}