/*
 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
*/
.entry-header,
.site-header,
.site-footer{
    display: none !important;
}
body{
    overflow-x: hidden;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
    padding: 0;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
    margin-top: 0;
}
.separate-containers .site-main{
    margin: 0;
}
.post-password-form>p:last-child>label input {
    margin-top: .5em;
    display: block;
    width: 100%;
}
.post-password-form--custom{
    color: #181818;
}
.post-password-form--custom strong{
    display: block;
    font-size: 16px;
    color: #181818;
    font-family: Inter;
}
.post-password-form a{
    color: inherit;
}
.post-password-form--custom a{
    text-decoration: underline;
}
.post-password-form--custom p:empty{
    display: none;
}
.site-content#content{
    padding: 80px 24px 0;
}
.header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.custom-logo-link{
    display: block;
    width: 157px;
    height: auto;
    margin: 0 auto;
}
.custom-logo-link img{
    display: block;
    width: 100%;
    height: auto;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
    background: #fff;
    border: 1px solid rgb(225, 232, 237);
    border-radius: 3px;
}
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active{
    background: #fff;
    border: 1px solid rgb(225, 232, 237);
}
input[type="password"]:focus{
    border-color: #2872fa
}
.post-password-form>p:last-child {
    display: grid;
    align-items: flex-end;
    gap: 15px;
}
.post-password-form--custom p br{
    display: none;
}
@media only screen and (min-width: 690px){
    .post-password-form>p:last-child {
        grid-template-columns: 1fr 250px;
    }
    .post-password-form--custom p br{
        display: block;
    }
}

.post-password-form input[type=submit]{
    border: 2px solid #181818;
}
label {
    font-size: 15px;
    line-height: inherit;
    cursor: pointer;
    margin: 0;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    padding: 7px 15px;
}