/*
Theme Name: Radio
Description: Child theme of twentyfifteen
Author: Radio
Version: 1.0
Template: twentyfifteen
*/


.episode-player audio {
	width: 100%;
}

.segment-title a {
	font-weight: bold;
	border-bottom: none;
}

.html-links a {
	display: block;
	margin-bottom: 1em;
	border-bottom: none;
}

/* Clean up the login page */

body.page-id-16389 {
	background: none !important;
}
.page-id-16389 #content {
	margin: 0;
	width: 100%;
}
.page-id-16389 h4 a {
	line-height: 200%;
}
.page-id-16389 article footer,
.page-id-16389 footer#colophon {
	display: none;
}

/*****************************************************************/

/* Make the front page layout more compact */
.home main {
        padding-top: 2em;
        padding-bottom: 2em;
}
.home article {
        padding: 0;
        margin: 0 2em 2em 2em !important;
}
.home .entry-header {
        padding: 2em 2em 0 2em;
}
.home .entry-content {
        padding: 0 2em 2em 2em;
}
.home .entry-footer {
        padding: 2em;
}
.home #sidebar header {
        padding: 2em;
        margin: 2em 0 0 0;
}
.home #widget-area aside {
        padding: 0 2em 2em 2.5em;
        margin: 0;
}

/* Hide post images on frontpage */
/*.home .category-avsnitt .post-thumbnail {
        display: none;
}*/

/* Episodes posts */
.home article.episode header h2 {
	margin-bottom: .5em;
}
.home article.episode .episode-description {
	margin-bottom: 1.5em;
}

/* Segment posts */
.home article.segment h2 {
        font-size: 120%;
}
.home article.segment .entry-header {
        margin-bottom: 4em;
}
@media screen and (min-width: 38.75em) {
        .home article.segment .entry-header {
                margin-bottom: 1em;
        }
}

/* Episode pages */

.segment-title {
	margin-top: 3em;
}
.segment-player {
	margin-bottom: .5em !important;
}

/* Why is this not part of the theme?? */
.entry-content div {
        margin-bottom: 1em;
}

.mejs-audio {
        height: auto !important;
}

.logged-in #wp-admin-bar-pwa_menu_bar{
    display: none !important;
}
