/*
Theme Name: Twenty Seventeen Child
Author: Getweb
Description: Twenty Seventeen Child is a child theme of Twenty Seventeen Theme
Version: 1.0
Text Domain: twentyseventeen-child
Template: twentyseventeen
*/
.navigation-top {
    position: static;
}

.header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-logo {
    padding-top: 0.5em;
}

.featured-image {
    padding: 0.5em 2em;
}

.custom-logo-link {
    padding-right: 0em;
}

.social-nav {
    margin-bottom: 2.5em;
}

.links {
    font-weight: 600;
    margin: 0 0 0.75em;
}

.social-links a {
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
    background-color: transparent;
    color: #222;
    text-decoration: none;
}

.social-links a:focus,
.social-links a:hover {
    color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

.social-links-menu {
    list-style: none;
}

.social-links-menu li {
    margin: 0 0 0.75em;
}

.content-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry-header {
    display: flex;
    justify-content: center;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0;
    flex-direction: column;
}

.page .entry-header .edit-link {
    display: flex;
    justify-content: center;
}

.entry-title {
    color: #222;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    padding-top: 0;
    justify-content: center;
    display: flex;
}

.entry-content {
    margin-left: auto;
    margin-right: auto;
}

.twentyseventeen-front-page .site-content {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
}

.entry-meta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.post-thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 0em;
    padding-bottom: 2.5em;
}

.posted-on {
    margin-right: 5px;
}

.wp-block-heading {
    padding: 0em;
    margin: 0.75em 0 0 0;
}

.widget {
    padding-bottom: 1em;
}

.widget .p {
    margin: 0.75em 0 0 0;
}

.page-template-template-pagesfeatured-image-sidebar-page-php .entry-content,
.page-template-template-pagessidebar-page-php .entry-content,
.page-template-template-pagesfull-width-page-php .entry-content {
    width: 100% !important;
}

@media screen and (min-width: 30em) {

    .navigation-top {
        position: static;
    }

}

@media screen and (min-width: 48em) {
    .custom-logo-link {
        padding-right: 1em;
    }

    .header-wrap {
        flex-direction: row;
        justify-content: space-between;
    }

    .featured-image {
        padding: 0.5em 0em;
    }

    .custom-logo {
        padding-top: 0em;
        padding-bottom: 0em;
    }

    .site-content {
        padding: 3.25em 0 0;
        padding-bottom: 0px;
    }

    .site-footer {
        margin-top: 0em;
    }

    .single-post .entry-title, .page .entry-title {
        font-size: 0.875rem;
    }

    .twentyseventeen-front-page .site-content {
        padding-top: 3.25em;
        padding-bottom: 3.25em;
    }

    .has-sidebar:not(.error404) #primary {
        float: none;
        width: unset;
    }

    .entry-content {
        width: 58%;
    }

    .entry-footer {
        width: 58%;
        margin-left: auto;
        margin-right: auto;
    }

    .comments-area {
        width: 58%;
    }

    .nav-links {
        width: 58%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper-with-sidebar {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .content-main {
        flex: 1;
        min-width: 60%;
    }

    .main-sidebar {
        width: 250px;
        flex-shrink: 0;
    }

    .entry-meta {
        flex-direction: row;
    }

    .post-thumbnail {
        padding-bottom: 3.5em;
    }
}