

/* LOGO CENTRE (desktop only) */
@media screen and (min-width: 1000px){
nav.main_menu > ul > li > a{line-height:60px;}
.side_menu_button, .shopping_cart_inner{height:60px;}
.header_inner_right { position: absolute!important; top: 0px; right: 10px; }
nav.main_menu.drop_down.right { position: absolute!important; top: 0; right: 40px; }
header.centered_logo .q_logo{ top:0px; }
header.centered_logo .logo_wrapper, header.centered_logo.centered_logo_animate .q_logo img:first-child, header:not(.centered_logo) .q_logo img:first-child{height:500px!important;}
header.sticky.centered_logo.centered_logo_animate .q_logo img:first-child{display:none;}
}

/* HOME PAGE + SINGLE POST */
/* DON'T DISPLAY FEATURED IMAGE ON FULL POSTS */
/* DON'T DISPLAY READ MORE BUTTON */
.blog_holder.blog_large_image article .post_image,
.blog_holder article .post_more,
.blog_holder.blog_single article .post_image,
.post_author{display:none;}
.blog_holder article .post_text .post_info .time{margin:0;padding:0;}
/* MARGIN UNDER POST TITLE */
h3, h3 a{margin-bottom:25px;}


/* CATEGORY PAGE : ONLY IMG + TITLE DISPLAYED ON HOVER */
.blog_holder.masonry article .post_text .post_text_inner p, .blog_holder.masonry article .post_text .post_text_inner .post_info{ display:none; }
.blog_holder.masonry article .post_image{ position:relative;padding-bottom:0; }
.blog_holder.masonry article .post_image h5{ position:absolute; bottom:0px; padding:10px; background:rgba(0,0,0,0.5); color:#ffffff!important; display:none; width: 100%; box-sizing: border-box; }
.blog_holder.masonry article .post_image h5 a{ color:#ffffff!important; }
.blog_holder.masonry article .post_image:hover h5{ display:block; }
.blog_holder.masonry article .post_image:hover h5 a{ color: #ffffff!important; }

/* CHANGE SIDEBAR PROPORTIONS TO 70/30 */
@media screen and (min-width: 1000px){
.two_columns_66_33>.column1{width:70%;}
.two_columns_66_33>.column2{width:30%;}
}


/* SIDEBAR : CENTER TITLES */
aside.sidebar .widget h5{text-align:center;}

/* MAKE COMMENT LINK SEPARATE FROM POST_INFO AND LOOK LIKE A BUTTON */
.post_comments_button{text-align:right;}
.post_comments_button_inner{background-color:#b39964;padding:5px 15px;display:inline-block;}
.post_comments_button_inner:hover{background-color: #000000;}
.post_comments_button a{color:#ffffff!important;}
.post_comments_button a:hover{color:#ffffff!important;}
.blog_holder article .post_text .post_info .time,
.blog_holder article .post_text .post_info .post_comments{border-left:none;}
.blog_holder article .post_text .post_info .post_comments{padding:0;margin:0;}

/* couleur titres articles */
h3 a {color: #616161;}
/* couleur des liens */
.single_tags a:hover, .widget .tagcloud a:hover{color:#000000;}

/* -------------- menu -------------------- */
/* normal view : centré avec bordure */
/* sticky : align à droite sans bordure */
nav.main_menu ul li {float: none;}
nav.main_menu.drop_down {width: 100%; text-align: center;border: 1px solid #616161;}
header.sticky nav.main_menu {float: right;}
header.sticky nav.main_menu.drop_down{width: auto; border:none;}

/* réduire l'espace entre chaque item du menu quand sticky */
header.sticky nav.main_menu ul li a {padding: 0 15px;}

/* Cacher le message d'erreur sur la page tag */
.tag .content{margin-top:-20px!important;}