/* 
Theme Name: Kopachi3
Description: Child theme of the Twenty Fourteen theme by the WordPress Team
Version: 1.0
Author: Nina's Webcraft
Author URI: http://ninaswebcraft.com
Template:twentyfourteen
 */
 
 @import url("../twentyfourteen/style.css");
 
 
 /* Makes site description larger and bold. */
 .site-description {
 	font-size:14px;
	font-weight:bold;
}

/* Make featured content entry title (on front page) bold */
.featured-content .entry-title {
	font-weight:bold;
	}
	
/* Make entry titles bold also within entries */
.entry-header .entry-title {
	font-weight:bold;
}

/* Doesn't show categories on featured content on home page */
.featured-content .entry-meta{
	display:none;
}

/* Never show the entry date or name of entry "author" (i.e. person who posted it) */

.entry-date {
	display:none;
}
.author{
	display:none;
}

/* change entry background color */
#main,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-meta,
.page-content {
	background: #fefffc;
}

/*.site-content footer.entry-meta {margin-top:0; padding-bottom:24px;}*/ /* This statement is needed when #main is set to match the background color of the site. Note the background colors of the site are customized using Fourteen Colors plugin.*/


/* Center the tree logo in the sidebar on smaller screens */	
#widget_sp_image-2 {text-align:center;}

/* Formatting for posts listed in sidebar on Translation post */
.translation-sidepost{
	margin-bottom:2rem;
}
.translation-sidepost a {
	text-transform:uppercase;
}


/* SOME CHANGES FOR LARGE SCREEN ONLY */
@media screen and (min-width: 1008px) {

	/* Make the single footer widget display accross the width of the site on large screen.*/
	.footer-sidebar .widget {width: 100%;} 
	#text-5 {padding-right:0;}
	
	/* Give the footer widget a top border and padding. */
	.footer-sidebar .widget p {
		border-top:1px solid rgba(255, 255, 255, 0.2);
		/* border-top: 1px solid #332929; */
		padding-top:24px;
	} 

	 /* Return the Tree Logo image to left alignment on large screen */	
		#widget_sp_image-2 {text-align:left;}
	/* #supplementary + .site-info {border-top:none;}*/ /* Get rid of border above colophon on large screens */
}