/*
 Theme Name:   pictureguide
 Theme URI:    http://www.picture.guide
 Description:  Picture Guide theme
 Author:       Wasim Ahmad
 Author URI:   http://www.picture.guide
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         picture, guide
 Text Domain:  pictureguide
*/

/*.site-header{padding-top:0px}*/


header#masthead.site-header {
/ set masthead position & spacing */
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 30px;
}

.header-image {
/* set spacing above & bolow banner */
margin-top: 0;
margin-bottom: 0;
}

.hentry {
/* reduce space between articles & reduce whitespace above post titles */
margin-top: 2px !important;
padding-top: 2%;
}

.site-main {
/* remove site-top padding so .hentry class controls article spacing
Set spacing after “OLDER POST” at bottom of page */
padding-top: 0;
padding-bottom: 0;
}

.entry-title {
/* set font size for all posts; center the title; and reduce space after it, no word-breaks */
font-size: 24px !important;
margin-top: -14px !important;
margin-bottom: 14px !important;
text-align: center !important;
word-break: keep-all !important;
}

a.post-thumbnail {
/* reduce spacing after the featured image to match spacing after post title */
margin-bottom: 20px;
}

div.post-thumbnail {
/* reduce spacing after the featured image to match spacing after post title whe post is opened */
margin-bottom: 20px;
}