/*
Theme Name: Burger Factory Kind
Description: Childtheme fürs Wordpress Theme Burger Factory
Author: Henric Wietheger
Author URI: http://www.henric-wietheger.at
Template: burger-factory
Version: 1.0
*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header{
	margin:48px 0 48px 0px;
}

.site-title{
	font-size:40px;
	font-weight:500;
	line-height:1.2;
	margin-top:20px;
}

.site-title a{
	color: #42AC7C;
}

.site-title a:hover{
	color: #61B2F0;
}

p.site-description {
    color: #999;
	font-size:16px;
	font-weight:300;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.intro{
	color: #999;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}

.single .entry-meta a{
	color: #42AC7C;
}

.single .entry-meta a:hover{
	color: #61B2F0;
}

.page-content,
.entry-content,
.entry-summary {
	font-size: 16px;
}

.entry-content h2 {
	font-size:24px;
}

.entry-content h3 {
	font-size:22px;
}

.entry-content h4 {
	font-size:20px;
}


/*--------------------------------------------------------------
# Color Schemes
--------------------------------------------------------------*/

/* LIGHT */

.color-scheme-light a, 
.color-scheme-light a:visited,
.color-scheme-light .sidebar a,
.color-scheme-light h2.entry-title a {
	color: #42AC7C;
	border-bottom: none;
}

.color-scheme-light .sidebar a:hover,
.color-scheme-light .sidebar a:focus,
.color-scheme-light .sidebar a:active,
.color-scheme-light a:hover,
.color-scheme-light a:focus,
.color-scheme-light a:active,
.color-scheme-light h2.entry-title a:hover,
.color-scheme-light .entry-list .cat-links a:hover {
	color: #61B2F0;	
	border-bottom: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

h1 {
	font-size:26px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #42ac7c;
	border-radius: 3px;
	font-weight:400;
	font-size: 16px;
	color: #42ac7c;
	line-height: 1;
	padding: 10px 12px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 1px solid;
	border-color: #61B2F0;
	border-radius: 3px;
	background-color: #fff;
	color: #61B2F0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #42ac7c;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 1.5;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	font-weight:300;
}

/*--------------------------------------------------------------
# Front Pages
--------------------------------------------------------------*/

.entry-list .entry-title {
	font-size:26px;
}

.entry-list .page-content,
.entry-list .entry-content,
.entry-list .entry-summary {
	font-size: 16px;
}