/*
 Theme Name:   Apostrophe-2 child theme
 Theme URI:    //apostrophe-2-wpcom
 Description:  Apo child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     apostrophe-2-wpcom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/


/*                    Widget färger											 */
.widget-area .sidebar-primary aside {
	background: #d84c5c;
	border-top-color: #d84c5c;
	color: #f8f8f8;
}
/* f71e37 */

.widget-area .sidebar-primary aside .widgettitle,
.widget-area .sidebar-primary aside .widget-title,
.widget-area .sidebar-primary aside .widget-title label {
	color: #b5c7c4;
}




/* 								Sidobakgrundsfärg 								*/

body {
	background: #ededed;
	/* Fallback for when there is no custom background color defined. */
}



/* 								Rubrik Färg 								*/


.site-title a {
	color: #486666;
	text-decoration: none;
}

.site-description c {
	color: #b5c7c4;
	text-decoration: none;
}


/* 								Färg datumstämpel postimage 				*/

.entry-meta .posted-on,
.entry-meta .byline,
.sticky .entry-meta,
.edit-link,
.comment-reply-link,
.entry-footer a[rel="tag"],
.entry-footer a[rel="category tag"],
#infinite-handle span {
	background: #d84c5c;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	padding: 0.5rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

/* 								Färg Rubrik under bild 						*/

.archive .entry-title a,
.blog .entry-title a,
.search .entry-title a {
	color: #486666;
}

/* 								Färg meny list						*/

.main-navigation {
	border-top: solid #d84c5c 1px;
	clear: both;
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	width: 100%;
}

.apostrophe-2-navigation .current_page_item a,
.apostrophe-2-navigation .current-menu-item a,
.apostrophe-2-navigation .current-post-ancestor a,
.apostrophe-2-navigation .current-menu-ancestor a,
.apostrophe-2-navigation .current-menu-parent a,
.apostrophe-2-navigation .current-post-parent a {
	border-top-color: #d84c5c;
}


/* 								Färg meny text						*/

.main-navigation a {
	border-top: solid 4px transparent;
	color: #486666;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #b5c7c4;
}
