/*
	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
/* ------------------------------------------------------------------------- */
/*---------------------HEADER-------------------------*/
.page-title {
    background: #f16521;
    color: white;
	text-transform: inherit
}
.page-title h1 {
    color: white;
    font-size: 1.6em;
}

.page-title h2{
	color: black;
	text-transform:none;
	font-size:26px;
}

.site-description {
    font-size: 1.8em;
    color: #fff;
    color: white;
    float: left;
    margin-left: 20px;
    line-height: 60px;
    padding: 10px 0;
    font-weight: bold;
    font-style: normal;
}
#nav-header .current-menu-item a {

	font-weight: bold;
}

/*---------------------------SIDEBAR-----------------------------*/
#cff {
   /* margin-top: -35px;*/
}
#cff.cff-default-styles h3, #cff.cff-default-styles h4, #cff.cff-default-styles h5, #cff.cff-default-styles h6, #cff.cff-default-styles p {
    display:none;
}
.hr, hr {
    border: 0;
    background: #C4C4C4;
    height: 1px;
    margin: 30px 0;
}

.widget, .widget a {
    color: #333;
}

.widget>h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 6px;
}
.sidebar-top {
    padding: 14.5px 30px;
}

.sidebar .widget {
    padding: 0px 30px 0;
}
/*----------------------BODY----------------------------*/
.huge-it-arrows {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 40px;
    z-index: 2;
    color: rgba(0, 0, 0, 0);
    outline: none;
    box-shadow: none !important;
    border-bottom: none !important;
}
.entry p,li,h1, h2, h3, h4, h5, h6,a,td,th {
color:#333;
}

.entry h2 {
  font-size: 24px;
  letter-spacing: -0.7px;
font-weight:bold;
color: #f16521;
}

.entry h3 {
  font-size: 20px;
}

.entry h4 {
  font-size: 17px;
}

.entry a {
color: #f16521;
border-bottom: 1px dotted #f16521;
}

.entry a:hover {
color: #f16521;
border-bottom: 1px solid #f16521;
}

.dataTables_paginate a {
    border-bottom: none;
}

.dataTables_paginate a:hover {
    border-bottom: none;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 select, .wpcf7 textarea {
    background: #f5f5f5;
    margin-top: 12px;
    width: 100%;
}
.wpcf7 input.wpcf7-submit {
    background-color: #333 !important;
}

/*------------------FOOTER----------------------*/
#footer-bottom #copyright, #footer-bottom #credit {
    color: rgba(255,255,255,.6);
}
#footer .widget {
    padding: 0 20px 0px 20px;
}

#footer-full-width-widget {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

#footer-bottom #back-to-top {
    background: rgba(255,255,255,.2);
    color: white;
}
/*---------------------MEDIA QUERY----------------*/

/* Mobile - 480px & 320px */



@media only screen and (max-width: 719px) {

	.mystyle {}

}


/* Mobile - 320px */



@media only screen and (max-width: 479px) {

	.mystyle {}

}

@media print {

  body {
    width: 1500px;
  }

.nav li a {
display:none;
}

}

@media print and (orientation: landscape) {
    /* landscape styles */
}