/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://wordpress.org
 Description:  Twenty Seventeen Child Theme
 Author:       Hans Verhaegen
 Author URI:   http://www.hansup.be
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

.site-info { display: none; }`

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 0em;
	border-top: 1px solid #ddd;
}

@media screen and (min-width: 48em) {	
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
padding-bottom: 0em !important;
border-top: 1px solid #ddd;
}
}

blockquote {
color: #999;
font-size: 18px;
font-size: 1rem;
font-style: italic;
line-height: 1.7;
margin: 0 0 0 .5em;
overflow: hidden;
padding: 0;
}

h2, .page .panel-content .recent-posts .entry-title {padding-top:1em }
.entry-title:not(:first-child) {padding-top:.8em }

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #DE3A3A;
}

div.entry-content ul {
    list-style: outside none disc;
    border-top: 1px solid #EEE;
}
div.entry-content ul li {
    padding: 0.5em;
    list-style: outside none none;
    border-bottom: 1px solid #EEE;
}

div.entry-meta {display:none}

.site-content {
    padding: 2em 0px 0px;
}
.panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 2em;
}

.has-sidebar #secondary {
    margin-top: -.5em;
}