/*
Theme Name: 2016 Child Theme
Theme URI: sungreen.uk
Description: Twenty Sixteen Child Theme
Author: G Davis
Template: twentysixteen
*/
@import url('../twentysixteen/style.css');
/* Theme customization starts below this line -------- */

/* make title orange - FF5600*/

.entry-header .entry-title a {
    color: #FF5600;
}

.entry-header .entry-title {
    color: #FF5600;
}
site-title a {
color: #FF5600;
}
.site-title {
color: #FF5600;
}

/* class to add green border to images */
.gdborder {
border: thin solid #006600;
}

/* highlight a message */
.gdmessage { background: #fb7f1d;background-color: #FFD700;padding: 10px; color: red;font-weight: bold; font-size: large;}
　
/* GD change widget title on custom_html-4 and recent-posts widgets (identified by IDs) */#custom_html-4 .widget-title, #recent-posts-2 .widget-title { background: #fb7f1d;background-color: #FFD700;} 

/* mods below from http://cyclingexperiences.com/modified-twenty-sixteen-css/ */

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 & below banner */
margin-top: 0;
margin-bottom: 0;
}

.widget {
/* set spacing */
line-height: 1.2;
/* was 1.0 */
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
}

.widget li {padding-bottom: 20px;font-size:1.2em;}


h2.widget-title {
/* Center h2 titles */
text-align: center;
}

.widget .widget-title {
/* set sidebar widget title font type & position */
margin-bottom: 2px;
text-transform: capitalize;
}

.widget .aligncenter {
/* match thhe spacing above the blog logo */
margin-bottom: 4px;
padding-top: 9px;
}

.hentry {
/* reduce space between articles & reduce whitespace above post titles */
margin-top: 0 !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;
}

.site-main > article {
/* set the spacing after an article–7.0em [112px] to 5.0em [80px], 01/10 */
margin-bottom: 5em;
}

.entry-title {
/* set font size for all posts; center the title; and reduce space after it, no word-breaks */
font-size: 19px !important;
margin-top: -14px !important;
margin-bottom: 14px !important;
text-align: center !important;
word-break: keep-all !important;
}

.entry-summary {
/* control intro placement */
padding-top: 20px;
font-size: 18px !important;
font-style: italic;
margin-bottom: 20px !important;
text-align: center !important;
}

.entry-footer {
/* control footer placement for mobile devices */
margin-top: 1.5px;
}



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;
}

div.slideshow-window {
/* changed slideshow background to white & removed border */
background-color: rgba(255,255,255,1);
border: 0;
}

.site .tiled-gallery {
/* reduce spacing after galleries and before post content */
margin-bottom: 14px;
}


blockquote {
/* change the look of block quotes–02/05 */
background: #f9f9f9;
font-size: 15px;
margin: 0 25px 24px;
padding-left: 40px;
padding-right: 40px;
}



div#infinite-handle {
/* reduce space before & after “older posts” button, 01/10 */
margin-top: -15px;
padding-bottom: 0;
}

.site-footer {
/* reduce white space at the end of the page–50px to 30px, 01/10 */
padding-bottom: 30px;
}
