/*
Theme Name:   Second Unit
Description:  Child Theme of digitale Pracht by Palasthotel
Author:       Sebastian Srb
Template:     digitale-pracht
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  digitale-pracht-child
*/


/* General adjustments */

embed {
    max-width: 100%;
}


/* Grid adjustments*/

a.more-link {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    border-bottom: none;
    font-size: 0.8em;
    font-family: Helvetica;
}


.meta-stuff {
    font-size: 0.7em;
    margin: 0;
}

.meta-stuff > span {
    margin: 0 4px;
}

/* Post adjustments */

.entry-thumbnail{
	display: none;
}

/* Podlove Player on frontpage */

.pwp4-wrapper {
    display: flex;
    justify-content: center;
}

/* Podlove Archive Page */
#post-6655 .grid-box{
	margin-left: 5% !important;
    margin-right: 5% !important;
}

.ph-article-podcast-archive-body {
    display: flex;
	flex-wrap: wrap;
}

.ph-episode-archive {
    width: 100%;
    margin: 0 0px;
    padding: 15px;
}

.ph-episode-archive-image-wrapper {
    float: left;
    margin: 0 10px 10px 0;
    width: 150px;
}


@media (min-width: 700px){

    .ph-article-podcast-archive-body .ph-teaser-title {
        font-size: 20px;
    }
	
	
	.ph-episode-archive {
    max-width: 45%;
	}
}

@media (min-width: 1005px){
	
	.ph-episode-archive {
    max-width: 30%;
	}
}


/* Podlove Contributor Table Adjustments*/

.podlove-contributors-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    border: 3px solid #202428;
}

.podlove-contributors-table tr {
    border-bottom: 2px solid #eee;
}

.podlove-contributors-table td {
    margin: 10px 15px 10px 10px;
    display: inline-block;
	padding-right: 0;
}

.podlove-contributors-table a img {
    width: unset;
}


/**Disqus styling*/

@media (min-width: 958px){
#disqus_thread {
    margin-left: 17.31066%;
    margin-right: 17.31066%;
	}
}

@media (min-width: 1200px){
#disqus_thread {
    margin-left: 25.966%;
    margin-right: 25.966%;
	}
}



/* Footer adjustments */

.ph-footer-nav {
    text-align: center;
}


.second-credits {
    font-size: 0.85em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}


