/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */

/*
#primary-menu .split-menu {
border-color: #475562;
}*/

body {
	font-size: 14px;
}

body, .post-content p, .cat-desc p {
font-family: 'PT Sans', serif;
}
.cat-desc {
	
}
p {
font-size: 12px;	
}
#primary-menu {
top: 10px;
}
#primary-menu .split-menu {
padding: 0px 0 0px;
}
#primary-menu ul a {
font-family: 'PT Sans', sans-serif;
color: #374650;
font-weight: 700; 
}

#secondary-menu ul a {
color: #eeeeee;
font-weight: normal;
font-size: 11px;
line-height: 30px;
padding: 0 18px;
display: inline-block;
font-family: 'PT Sans',  sans-serif;
text-transform:none;
}
	
.featured .post-title a {
/*font-size: 10px;*/

}
.post-title > a, .post-title, h2.post-title
.post-title > a, .post-title, h2.post-title a{
font-weight: 600;
font-family: 'PT Sans', sans-serif;
font-size:14px;
color: #374650;
}


.item .post-title a, .item .post-title {
font-size: 14px;
font-weight: bold;
line-height: 1.2;
text-transform: uppercase;
color: #333;
}


.item .featured-image img {
    /* Webkit for Chrome and Safari */
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;

    -webkit-transform: scale(1.1, 1.1);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
}

.item:hover .featured-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
}

 
 .tabber .panes {
border: 0px solid #ddd;
}

.social_stickers_widget {
text-align: left;	
}

#wpspn-prevpost a, #wpspn-nextpost a, #wpspn-prevpost-reverse a, #wpspn-nextpost-reverse a {
border:0px;
text-indent:-5000px;
overflow:hidden;
display:block;
width :80px;
font-size: 00px;
}

#wpspn-prevpost a {
	font-size: 0px;
	background: url('images/flecheDroite.png') no-repeat;	
	border:0px;	
}
 #wpspn-nextpost a {
	 font-size: 0px;
	 background: url('images/flecheGauche.png') no-repeat;
	 border:0px;

 }
	
.page-template-default #content .post-content img[src="http://www.inputselector.fr/wp-content/uploads/flags/flag_fr.jpg"] {
	margin-bottom: 0px;
}
p:first-child em { font-weight : bold }

#logo img {
    height: 80px;
}