﻿/*
 Theme Name:   Twenty Sixteen GCS
 Theme URI:    http://www.golfclubsuedois.se
 Description:  Child theme for Golf Club Suédois, based on Twenty Sixteen
 Author:       Göran Flybring
 Template:     twentysixteen
 Version:      1.0.0
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
 Text Domain:  twentysixteen-gcs
*/

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
	margin-top: 1em;
}

#masthead {
padding-top: 0px !important;
padding-bottom: 12px !important;
}

.home article {
margin-bottom: 20px !important;
border-bottom: 2px solid grey;
}

.page-template-helsida .content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
 
.page-template-helsida .site {
margin: 0px;
}

/* custom CSS for to make blog page full width and to move postmeta to below post*/
@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .entry-footer
	{
	float: none;
	margin-top: 1.5em;
	width: 100%;
	}
	.single .byline, .full-size-link,
	body.group-blog:not(.search-results) .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link
	{
	display: inline;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after
	{
	display: inline;
	}
	body:not(.search-results) article:not(.type-page) .entry-content
	{
	float: none;
	width: 100%;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar
	{
	display: inline;
	margin: auto 0.3em 1em auto;
	width: 27px;
}

/* custom CSS to make post full width and to move postmeta to below post*/
@media screen and (min-width: 44.373em) {
	body.single.no-sidebar article:not(.type-page) .entry-footer 
	{
		float: none;
		margin: 1.5em 0 0;
		width: 100%;
	}	
	body.single.no-sidebar article:not(.type-page) .entry-header,
	body.single.no-sidebar .comments-area,
	body.single.no-sidebar .post-navigation
	{
		float: none;
		margin: 0 0 5%;
		width: 100%;
	}
	.single.no-sidebar.single .byline, .single.no-sidebar .full-size-link, 
	body.single.no-sidebar.group-blog .byline,
	body.single.no-sidebar .entry-format, 
	body.single.no-sidebar .cat-links,
	body.single.no-sidebar .tags-links, 
	body.single.no-sidebar article:not(.sticky) .posted-on,
	body.single.no-sidebar article:not(.type-page) .comments-link,
	body.single.no-sidebar article:not(.type-page) .entry-footer .edit-link
	{
   		display: inline; 
	}
  	body.single.no-sidebar article:not(.type-page) .entry-footer > span:not(:last-child):after 
	{
		display: inline;
	}
	body.single.no-sidebar article:not(.type-page) .entry-content 
	{
		float: none;
		width: 100%; 
		margin: 0 0 5%;
	}
	body.single.no-sidebar article:not(.type-page) .entry-footer .avatar 
	{
		display: inline;
		margin: auto 0.3em 1em auto;
		width: 27px;
	}
}

@media print {
	.content-full-width {
 	float: left;
 	margin-right: -100%;
 	width: 100%;
 	}
}

