﻿/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.6.0
*/

@import url("../u-design/style.css");
@charset "UTF-8";

/*enlever titres pages categorie*/
.category #page-title {
    margin: 0;
    padding: 0;
    height: 0;
    text-indent: -9000px;
}

/* réduire espace titre*/
#page-content-title #page-title h1, #page-content-title #page-title h2, #page-content-title #page-title h3, #page-content-title #page-title .single-post-categories {
    padding: 18px 18px 0;
}


/* Trait lorsque la souris passe sur le menu */
#navigation-menu ul.sf-menu > li:hover {
    border-bottom: 2px solid #777777;
}



/* Séparation entre les items du menu sauf le dernier */
#navigation-menu ul.sf-menu > li {
 background: url(images/barre-menu.png) right no-repeat;
}
#navigation-menu ul.sf-menu > li:last-child {
 background:none;
}


/* enlever un trait dans le background */
#page-content {
  background-image:none !important;
} 

/* bordure et mise en page des billets */
.entry { 
	display: block;
	position: relative;
	background:#FFFFFF;
	border-bottom: 0px solid #999999; padding: 10px 0;
	border-top: 0px solid #999999; padding: 2px 0;
	border-left: 0px solid #999999; padding: 5px 0;
	border-right: 0px solid #999999; padding: 5px 0;
	margin-bottom:15px;/*espace entre 2 posts*/
	padding-left:25px;/*marge interieur post*/
	padding-right:25px;/*marge interieur post*/
	padding-top:20px;/*marge interieur post*/
	padding-bottom:10px;/*marge interieur post*/
	box-shadow: 4px 4px 8px gray; 
-moz-box-shadow: 4px 4px 8px gray;
-webkit-box-shadow: 4px 4px 8px gray;
-o-box-shadow: 4px 4px 8px gray;
filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=5); 
}

/* Police + Taille Featured Posts Grid */
.fpg-wrapper {
	font-size : 7px;
    padding: 2px 5px 20px;
    width: 80%;
}

/* Changer police commentaires */
.commentlist .author {
  font: normal bold 1.2em Georgia,"Arial",Times,serif;
}



/* Enlever espace vide + ligne */
.divider{
  margin-bottom: 1px;
  padding-top: 1px;
}

/*réduire saut de ligne dans les posts*/
.post p{    
    margin:  1px;
    padding: 0px;
}

/*Agrandir widgets liens et récents*/
#recent-posts-3,
#recent-posts-5,
#linkcat-3{
	padding-right: 0px; 
	padding-left: 5px;
}


/* Common Icons in Sprite */

.iconss {height:32px; width:32px;
background:url(images/sprites.png) no-repeat scroll right top transparent;
}
.iconssfacebook {background-position: -64px 0px;}
.iconssfacebook:hover {background-position: -64px -32px;}
.iconssgoogle {background-position: -96px 0px}
.iconssgoogle:hover {background-position: -96px -32px;}
.iconsslinkedin {background-position: -128px 0px;}
.iconsslinkedin:hover {background-position: -128px -32px;}
.iconssemail {background-position: -160px 0px;}
.iconssemail:hover {background-position: -160px -32px;}
.iconsspinterest{background-position: -64px -64px;}
.iconsspinterest:hover {background-position: -64px -96px;}
.iconssrss{background-position: -96px -64px;}
.iconssrss:hover {background-position: -96px -96px;}
.iconsstwitter {background-position: -128px -64px;}
.iconsstwitter:hover {background-position: -128px -96px;}
.iconssyoutube {background-position: -160px -64px;}
.iconssyoutube:hover {background-position: -160px -96px;}

/* Mobile Screen ( smaller than 480px )*/
@media screen and ( max-width: 480px ) {

#top-wrapper {
        background-color : #EDF6FA;
   }

/* taille boite articles*/
.post-top h1, .post-top h2, .post-top h3 {
width: 275px;
}

.juiz_sps_links {
	display: inline-block; 
}

.substitute_widget_class {
    padding: 0 !important;
}

.fpg-wrapper {
    display: none;
}

#linkcat-3{
    display: none;
}

.social-media-area{
    display: none;
}


/* Blog Section Post Image with image frame */
.post-image-holder, .post-image img {
	width: 100px;
	height: auto;
}

.post-image-holder {
	height: 92px;
}

.post-hover-image {
	display:none;
}

.post-image {
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

img.responsive-max-width, .entry .custom-frame-wrapper {
	width: 100px;
	padding-right: 5px;
}

.custom-frame-wrapper img {
	width: 100%;
	max-width: 100px;
}
}


/* Medium Screen ( 480px to 719px ) */
@media screen and ( min-width: 480px ) and ( max-width: 719px ) {

#top-wrapper {
        background-color : #EDF6FA;
   }

/* taille boite articles*/
.post-top h1, .post-top h2, .post-top h3 {
width: 420px;
}

.fpg-wrapper {
    display: none;
  }

.substitute_widget_class {
    padding: 0 !important;
}

#linkcat-3 {
    display: none;
  }
/* Blog Section Post Image with image frame */
.post-image-holder, .post-image img {
	width: 100px;
	height: auto;
}

.post-image-holder {
	height: 92px;
}

.post-hover-image {
	display:none;
}

.post-image {
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

img.responsive-max-width, .entry .custom-frame-wrapper {
	width: 100px;
	padding-right: 5px;
}

.custom-frame-wrapper img {
	width: 100%;
	max-width: 100px;
}
}

/* 720px to 959px Screen */
@media screen and ( min-width: 720px ) and ( max-width: 959px ) {
.fpg-wrapper {
    display: none;
  }

#navigation-menu ul.sf-menu > li { margin-left: -23px;}

#navigation-menu ul.sf-menu {
    margin-right: -20px;
}

#navigation-menu ul.sf-menu > li {
 background:none;
}

#navigation-menu a {
font-size: small;
}

#top-wrapper {
        background: url(images/RCnlxf2.png) repeat-x;
   }
}

/* Greater than 959px Screen */
@media screen and ( min-width: 960px ) {

#search {
  margin-left: 7px;
}

#navigation-menu ul.sf-menu {
    margin-right: -20px;
}

 }

/* Juiz Social*/
.juiz_sps_links {
	display: inline-block; 
}

/*Taille commentaires*/
ol.commentlist {width:100%;}

/*taille sps*/
.juiz_sps_links .juiz_sps_item a {
font-size: 11px !important;
margin: 2px 5px 2px 0 !important;
padding: 0px 2px 0px 2px !important;
}

/* Aligner zones pubs */
#text-6,
#text-8
{
 padding: 20px;
}

/*police category list*/
ul.lcp_catlist li
{ font-size:14px; font-family:Arial; }


/*aligner texte footer*/
#footer, #footer_text {
  text-align: center;
}


/*enlever le nom des categories*/
.categories-link-divider, .postmetadata-categories-link { display: none; }