/* Enter Your Custom CSS Here */

/**********************************************/
/*                   MAIN                     */
/**********************************************/

.type-page.with-sidebar .thumbnail { width:280px; }


#page-container h3.entry-title a, #page-container h3.entry-title a:visited {
	font-size: 24px;
}

h3.entry-title {
	text-transform: none !important;
}

h1.page-title {
    padding: 0 0 0 0px;
    margin-left: none !important;
    font-weight:100;
}

.thumbnail-hr{
    border: 1px solid #cccccc;
    width: 70px;
    text-align: center;
    margin: 0 auto 20px auto;
}

input[type=submit] {
	text-transform: none !important;
}

/**********************************************/
/*            SIDEBAR AUTEURS                 */
/**********************************************/

.upw-posts {
    margin-left: 15px !important;
    padding-top: 0px !important;
}

.upw-posts article {
    height:auto !important;
    display: block;
    margin-bottom:0px;
    padding-bottom: 0px;
}

.upw-posts .entry-meta {
	font-size: 10px;
	line-height: 1;
}

.upw-posts article {
	height:auto !important;
}

.upw-posts .entry-title {
	margin-top:0px;
  color:green;
}

.upw-posts .entry-title a::before { 
    content: "»";
}

.upw-posts .entry-image img {
    max-width: 20% !important;
    float: left;
    height: auto;
    margin-right: 10px;
}

#menu-item-189 {
	  pointer-events: none;
    cursor: default;
    text-decoration: none;
}
/**********************************************/
/*                HEADER                      */
/**********************************************/

#header{
	background-image: url('http://humanites-spatiales.fr/wp-content/uploads/2015/02/bg-logo-5.jpg');
}

@media only screen and (max-width: 767px){
  	#header{
		background-image: url('http://humanites-spatiales.fr/wp-content/uploads/2015/02/bg-logo.jpg');
	}
}


/**********************************************/
/*                 WIDGET                     */
/**********************************************/


.widget_nav_menu {
margin-bottom: 0px !important;
}

.widget_ultimate_posts{
margin-top: 0px !important;
padding-top: 0px !important;
}


/**********************************************/
/*                 SIDEBAR                    */
/**********************************************/

.sidebar h4.entry-title a {
  line-height: 35px;
  font-size: 14px !important;
}

.sidebar > ul > li {
	padding-top: 0px;
}

.sidebar-container.right{
	background-color:#cccccc;
	padding-left:10px;
}

.sidebar-container{
	width:190px;
	margin-bottom:20px;
}

/**********************************************/
/*                NAVBAR                      */
/**********************************************/


#navbar .current-menu-item {
background-color: white;
}

#navbar ul li:hover {
background-color: transparent;
}

/**********************************************/
/*                  TITLE                     */
/**********************************************/


h3 {
	line-height: 110%;
}

h3.entry-title {
	font-weight:100;
}



/****************************************/
/*       navigation bas de page         */
/****************************************/

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi span, .wp-pagenavi a {
    text-decoration: none;
    border:none;
    background-color: #dd3333;
    padding: 10px;
    /*margin: 5px;*/
    padding: 5px;
	color:white;
}

.wp-pagenavi a:hover {
	background-color:#333333;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background-color: #000;
}

/****************************************/
/*       navigation bas de page         */
/****************************************/

.upw-posts .entry-image img {
	border-radius: 20px;
}

.post-contents {
	padding-left: 0px;
}

.socialmedia-widget-wrap a {
	border-radius: 20px;
	border-bottom-width:0px;
}

h1.page-title {
	font-size: 2.5em;
	margin-left: auto;
}

.post-category {
	margin-top: 20px;
}

.meta-date {
	background-color: transparent;
}

.meta-date span {
    color:black;
    font-size: 14px !important;
    display: inline;
    /* line-height: 110%; */
    text-transform: uppercase;
}

/***********************************/
/*       cutom media queries       */
/***********************************/

@media only screen and (max-width: 767px){
  .sidebar-container {
  	width: 290px !important;
  }
  .upw-posts article{
  	height:auto !important;
  }
  .upw-posts .entry-image img {
  	border-radius: 35px !important;
  }
}


