@media screen and (min-width: 61.5625em) {

/* reduce top and bottom padding for header area with logo */
.site-header {
padding: 0.1em 4.5455%;
}

/* reduce the bottom margin under the post title */
.entry-title {
margin-bottom: 0.3em;
}

/* reduce bottom margin after a post */
.site-main > article {
margin-bottom: 1em;
}

/* reduce bottom margin under comment &amp; response area &amp; other areas */
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
margin-bottom: 2.5em;
}
}