@import url("../hueman/style.css");
/*
Theme Name:     Hueman Child
Theme URI:      http://conscience-quantique.com
Description:    Child theme of Hueman Child by Art-mella
Author:         Armella Leung
Author URI:     http://art-mella.com
Template:       hueman
Version:        1.0.0

=Theme customization starts here
--------------------------------------------------------------
fond*/
BODY
{
	background-color: rgba(255, 255, 255, 0);
	background-image: url(img/fond2.jpg);
	background-position: 109% 0%;
	background-repeat: no-repeat;
}
.widget, .widget A
{
	color: #777;
	background-color: #FDFDFD;
}
/*Entete*/
HEADER
{
}
.site-title
{
	float: right;
	margin-top: -50px;
}
.site-title A IMG
{
	display: block;
	max-width: none;
	max-height: none;
	height: auto;
	padding: 0;
	margin: 0 47px 0 auto;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#header
{
	background: transparent;
}
.site-description
{
	float: right;
	margin-top: 171px;
	color: #868686;
	font-size: 12pt;
	margin-right: -397px;
	font-family: Calibri;
}
#header .group .pad
{
	background-image: url(img/head_only.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
/*sidebars*/
.sidebar.s1
{
	float: right;
}
.sidebar .widget_text
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	background-color: #FFFFFF;
}
.col-3cm .main-inner
{
	background: #FFFFFF url(img/sidebar/s-left.png) repeat-y left 0;
	/*padding-left: 340px;*/
	/*padding-right: 260px;*/
}
.s1 .sidebar-top, .s1 .sidebar-toggle
{
	background: transparent;
	padding-bottom: 1px;
}
.sidebar-top P
{
	display: none;
}
.s2 .sidebar-top, .s2 .sidebar-toggle
{
	background: transparent;
}
/*content
featured*/
.home .post-list .post-inner .post-title
{
	margin: 5px 0 0;
}
.pad
{
	padding: 20px;
}
/*----*/
ARTICLE P IMG
{
}
.home .page-title
{
	display: none;
}
.content
{
	border-left: 1px dashed #A56FCC;
	margin-left: -1px;
	margin-right: -1px;
	border-right: 1px dashed #A56FCC;
}
#page .container-inner .main .group .content .group
{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0px;
}
.post-meta, .meta-single
{
	text-transform: none;
	font-style: italic;
	font-weight: 500;
}
A
{
	color: #A56FCC;
	text-decoration: none;
	outline: 0;
}
.post-byline
{
	float: right;
	margin-bottom: 30px;
}
.single-post .content .page-title
{
	padding-bottom: 0;
	margin-bottom: -1px;
	margin-top: 0px;
	padding-top: 0px;
}
.post .post-inner .page-title
{
	padding-left: 0;
}
.post.hentry .category
{
	margin-right: 0;
	display: block;
	margin-left: 20px;
	padding-left: 0px;
}
.post .post-inner .group .group .category
{
	margin-left: 0;
}
.post .page-title
{
	padding-right: 0;
}
.post .page-title .meta-single .comments
{
	float: right;
	display: block;
}
/*header : nav header
/* ------------------------------------*/
#nav-header.nav-container
{
	background: #FFFFFF;
	z-index: 97;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 6px solid #FFFFFF;
}
#nav-header .container
{
	padding: 0 15px;
}
#nav-header .nav-toggle
{
	background: transparent;
	color: #FFF;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(0, 0, 0, 0.2);
}
#nav-header .nav-text
{
	color: #000000;
	color: rgba(0, 0, 0, 0.7);
}
/*common*/
#nav-header .nav
{
}
@media only screen and (min-width: 720px)
{
	#nav-header .nav LI A
	{
		color: #000000;
		color: rgba(0, 0, 0, 0.7);
	}
	/*level 1*/
	#nav-header .nav > LI
	{
		border-right: none;
	}
	#nav-header .nav > LI > A:hover, #nav-header .nav > LI:hover > A
	{
		background: rgba(255, 255, 255, 0.1);
	}
	#nav-header .nav LI > A:hover, #nav-header .nav LI:hover > A, #nav-header .nav LI.current_page_item > A, #nav-header .nav LI.current-menu-item > A, #nav-header .nav LI.current-menu-ancestor > A, #nav-header .nav LI.current-post-parent > A
	{
		color: #8139B4;
	}
	/*level 2 & 3*/
	#nav-header .nav UL
	{
		background: #FFFFFF url(img/opacity-10.png) repeat;
	}
	#nav-header .nav UL LI
	{
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
	}
}
#nav-header .nav UL LI
{
	font-style: italic;
}
@media only screen and (min-width: 720px)
{
	#nav-header .nav UL LI:last-child
	{
		box-shadow: none;
		-webkit-box-shadow: none;
	}
}
/*common*/
@media only screen and (max-width: 719px)
{
	#nav-header.nav-container
	{
		border-left: 0;
		border-right: 0;
	}
	#nav-header .container
	{
		padding: 0;
	}
	#nav-header .nav
	{
		padding-bottom: 20px;
	}
	#nav-header .nav LI A
	{
		color: #FFF;
		color: rgba(255, 255, 255, 0.8);
		border-top: 1px solid rgba(255, 255, 255, 0.06);
	}
	/*level 1*/
	#nav-header .nav LI > A:hover
	{
		background: rgba(0, 0, 0, 0.15);
		color: #FFF;
	}
	#nav-header .nav LI.current_page_item > A, #nav-header .nav LI.current-menu-item > A, #nav-header .nav LI.current-post-parent > A
	{
		background: rgba(0, 0, 0, 0.15);
		color: #FFF;
	}
}
/*Polices*/
.post-title A, .post-title
{
	font-family: "Fredericka the Great", cursive;
	color: #252865;
	margin: -8px 0 0px;
}
.page-title A, .page-title
{
	color: #252865;
	font-family: "Fredericka the Great", cursive;
	margin: -8px 0 0px;
	font-weight: normal;
	font-size: 35px;
	line-height: normal;
	font-variant-caps: normal;
}
.post-hover:hover .post-title A
{
	color: #A56FCC;
}
.post-title A:hover
{
	color: #A56FCC;
}
/*language switcher*/
.widget_qtranslate .qtrans_flag_en
{
	float: left;
}
.widget_qtranslate .qtrans_flag_fr
{
	float: left;
	margin-right: 10px;
}
.sidebar.s1 .sidebar-content .widget_qtranslate
{
	padding: 0 30px 20px;
	border-bottom: 1px dashed #A56FCC;
	margin-top: 10px;
}
#wysija-2
{
	border-bottom: 1px dashed #A56FCC;
	padding-top: 0px;
	padding-bottom: 20px;
}
/*toogles*/
.s2 .sidebar-toggle
{
	background-color: #A6A7CD;
}
@media only screen and (min-width: 480px) and (max-width: 960px)
{
	.s1 .sidebar-toggle
	{
		display: block;
	}
}
.s1 .sidebar-toggle
{
	background-color: #A6A7CD;
}
/*plugin visits*/
.tptn_counter
{
	display: none;
}
/*share this*/
P.no-break
{
	margin-top: 18px;
}
/*popular posts*/
.tptn_posts_widget A IMG
{
	float: left;
	padding-right: 20px;
}
.widget_widget_tptn_pop
{
	border-top: 1px dashed #A56FCC;
}
.tptn_posts_widget UL LI
{
	min-height: 120px;
}
/*Sidebar*/
.sidebar .sg-form1963
{
	margin: 0;
	padding: 0;
}
.sidebar .sg-form1963 FORM INPUT
{
	padding-top: 0;
	margin-top: 0;
}
/*Widget home page*/
.alx-tab IMG, .alx-posts IMG
{
	display: block;
	width: 38%;
	height: auto;
	float: left;
	padding-right: 26px;
}
.home .widget_alx_posts H3
{
	color: #408CA2;
	border-top: 2px dotted #408CA2;
	padding-top: 12px;
	font-weight: bold;
}
.home .content .widget_alx_posts
{
	background-color: #DBEAEE;
	padding-left: 24px;
}
.home .content .widget_text H3
{
	color: #408CA2;
	padding-top: 29px;
	border-top: 2px dotted #408CA2;
	font-weight: bold;
	padding-bottom: 17px;
}
.home .content #text-11.widget_text
{
	margin-top: -30px;
	padding-bottom: 0;
	margin-bottom: -11px;
}
#flexslider-featured .flex-direction-nav
{
	top: 196px;
}
#flexslider-featured .flex-prev
{
	/*(*+placement: -431% -1%;*)
	position: relative;
	left: -431%;
	top: -1%;*/
}
#flexslider-featured .flex-next
{
	/*(*+placement: -20px 0px;*)
	position: relative;
	left: -20px;
	top: 0px;*/
}
/*hover effects*/
IMG.mella_hover:hover
{
	border: 1px solid black;
	/*+box-shadow: 5px 5px 16px;*/
	-moz-box-shadow: 5px 5px 16px;
	-webkit-box-shadow: 5px 5px 16px;
	box-shadow: 5px 5px 16px;
	opacity: 1;
}
IMG.mella_hover
{
	border: 1px solid #000000;
	opacity: 0.35;
}
IMG.mella_actif
{
	border: 1px solid black;
	opacity: 1;
}
#flexslider-featured .flex-control-paging
{
	/*(*+placement: 535px -427px;*)
	position: relative;
	left: 535px;
	top: -427px;*/
}
