@charset "UTF-8";

/*
 Theme Name:   Twenty Seventeen Child
 Description:  Twenty Seventeen Child Theme
 Template:     twentyseventeen
*/

/* Page title */

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

/* Widget title */

h2.widget-title {
    font-size: 16px;
    margin-bottom: 1em;
}

/* Footer */

.site-footer {
    margin-top: 0;
    background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Menu */

dl.menu-list {
    font-size: 14px;
}

dl.menu-list dt {
    float: left;
}

dl.menu-list dd {
    text-align: right;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

/* Recent entry*/

ul.recent-entry-list {
    padding: 10px 0 0;
    margin: 10px 0 0;
    list-style: none;
    border-top: 1px solid;
}

ul.recent-entry-list li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}

ul.recent-entry-list img {
    width: 80px;
    height: auto;
    margin-left: 10px;
    float: right;
}

span.recent-entry-date {
    display: inline-block;
    font-size: 12px;
    background: #322311;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 5px;
}

span.recent-entry-title {
    display: block;
}