/*
Theme Name:   Podcast Plus Child
Description:  Podcast Plus Child Theme
Author:       Cocoon Development Ltd
Author URI:   https://wearecocoon.co.uk
Template:     ilovewp-podcastplus
Version:      1.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  ilovewp-podcastpluschild
*/


#site-logo{
    width: 100%;
    order: 2;
    flex-basis: 100%;
    text-align: center;
} 

#site-logo .site-title{
    font-size: 3.4rem!important;
}

#site-header-menu{
    width: 100%;
    order: 1;
    text-align: center!important;
    padding-inline-start: 0!important;
    margin-bottom: 2rem;
}

#site-masthead-intro{
    background: #0c1031;
    color: #fff;
    padding: 20px 0;
}

.page-intro{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-intro-thumb{
    width: 30%;
    height: 30%;
    display: none;
}

.header-intro-thumb img{
    width: 100%;
    height: 30%;
}

.page-intro-text{
    width: 100%;
    padding: 0 1.875rem;
    text-align: center;
}

.page-intro-text p{
    margin-bottom: 20px;
}

#site-aside-primary{
    display: none;
}

.site-archive-posts{
    display: block!important;
}

li.site-archive-post{
    width: 100%;
    margin-bottom: 30px;
}

.section-entry{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.entry-preview{
    width: 100%;
    max-width: 780px;
    border-top: 0!important;
}

.entry-thumbnail{
    width: 50%;
    order: 2;
}

.entry-thumbnail-wrapper img{
    width: 100%;
}

h2.entry-title{
    font-size: 1.6rem!important;
}

.site-readmore-span{
    display: none;
}

@media (min-width:1024px){
    .header-intro-thumb{
        display: block;
    }
    .page-intro-text{
        text-align: left;
        max-width: 780px;
    }
    .section-entry{
        flex-direction: row;
    }
}