/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

h2 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.inside-header {
    padding: 2px 0px;
}

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
}

.main-title a, .main-title a:hover {
    color: #000;
}

h1 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.page-header {
    padding: 21px !important;
}

.main-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 600;
    text-transform: none;
}

.main-title a, .main-title a:hover {
    color: #fff;
}

.entry-date, .published, .byline {
    display:none !important;
}

.site-header {
    background-color: #000;
}

#translate {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#short-series-title {
    color: #505356;
    font-weight:500;
}

#short-series-story-list {
padding:0px 0px 30px 12px;
}

.top-page-links{
    text-align:left;
}

.top-page-links{
    text-align:left;
}

.bottom-page-links{
    text-align:center;
}

/* .inside-navigation.grid-container {
    padding: 0px 20px 0px 0px !important;
} */

.entry-title {
    margin-bottom: 15px !important;
}

/* h1.entry-title {
    display: none !important;
} */

.entry-content:not(:first-child) {
    margin-top: 0;
}

.entry-summary {
	margin-top:0.7em !important;
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
}


.site-footer {
	margin-top:30px;
}

.byline, .entry-header .cat-links, .entry-header .comments-link, .entry-header .tags-links, .group-blog .byline, .single .byline{
    display: none;
}

#breadcrumbs {
	margin-left:21px;
}


body.home #breadcrumbs {
    display: none;
}

.full-width-content .container.grid-container {
    max-width: 1200px;
}



/* 
.entry-summary:not(:first-child){
    margin-top: 1em;
} */

