/*
	Theme Name: Being Hueman
	Theme URI: http://designchapter.com/being-hueman/
	Description: child theme for Hueman theme.
	Author: Boxspin
	Author URI: http://boxspin.com
	Template: hueman
	Version: 1.0.0
    Description: Child Theme of Heuman Theme. Added Author to the frontpage post display. <a href="http://alxmedia.se/themes/hueman/">Hueman</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.

    Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post,           theme-options, threaded-comments, translation-ready                                 

	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
 * ------------------------------------------------------------------------- */

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #1a1a1a;
    background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 700;
    line-height: 1.3;
    color: #0a0a0a;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

a {
    color: #c0392b;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

:root {
    --primary-color: #c0392b;
    --primary-dark: #a93226;
    --secondary-color: #2c3e50;
    --accent-color: #e67e22;
    --bg-light: #fafafa;
    --bg-dark: #1a1a1a;
    --text-color: #1a1a1a;
}

#header {
    background-color: #0a0a0a;
    border-bottom: 3px solid #c0392b;
}
#header .site-title a {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}
#header .site-description {
    color: #aaaaaa;
    font-size: 16px;
}

.nav-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.nav-menu > li > a:hover {
    color: #c0392b;
}

.widget h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0a0a0a;
    border-bottom: 2px solid #c0392b;
    padding-bottom: 8px;
}

button, .button, input[type="submit"] {
    background-color: #c0392b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}
button:hover, .button:hover, input[type="submit"]:hover {
    background-color: #a93226;
}

#footer {
    background-color: #0a0a0a;
    color: #aaaaaa;
    font-size: 15px;
}
#footer a {
    color: #dddddd;
}
#footer a:hover {
    color: #c0392b;
}