/* Publications */
article.wpdmpro .post-thumb{
	float: left;
	width: 159px;	
	height: 225px !important;
	padding: 3px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.blog-publications article:nth-child(2) {
	margin-right: 0;
}
.publication .publication-header  {
	width: 30%;
	float: left;
	margin-right: 4%;
}
.publication .publication-header .post-date, .publication .publication-header .post-thumb {
	float: right !important;
}
.publication .publication-content  {
	width: 65%;
	float: left;
}
.publication .publication-content  .post-info {
	margin-bottom: 15px;
}
.w3eden .i4ce-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
/* Clubs */
article.club {
	clear: both;
}
article.club.inactive {
	opacity: 0.4;
}
article.club .post-thumb img{
	width: 100%;
}
article.club .post-head{
	text-align: center;
}
article.club .post-thumb img {
	filter: saturate(80%);
	-webkit-filter: saturate(80%);
	-moz-filter: saturate(80%);
	-o-filter: saturate(80%);
	-ms-filter: saturate(80%);
}
article.club .post-thumb a:hover img {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}
/* pagination */
#page_control {
	font-size: 13px;
	text-transform: uppercase;
}
.page_control, span.dots {
	float: left;
	margin: 2px;
}
.older {
	float: right;
	margin: 0;
}
#page_control a.page-numbers i.circle {
	border-color: #fff;
}
#page_control a.page-numbers:hover i, #page_control span.page-numbers i {
	border: 2px solid #444;
	color: #444;
}
#page_control i.fa {
	font-size: 14px;
}
/* Custom selector */
#pdf_selector_message img {
  max-width: 500px;
  max-height: 500px;
}
/* buddypress customisation */
.entite {
	margin-bottom: 2em;
}
.entite .tp-title {
	margin-top: 2em;
}
.entite .tp-title.page-title {
	margin-bottom: 10px;
}
.entite .group-members {
	margin-top: 1em;
}
.entite .group-members .group-member {
	margin-bottom: 2em;
}
.entite .group-members .group-member:nth-child(3n+1) {
	clear: both;
}
.group-member .member-avatar, .group-member .member-info {
	float: left;
}
.group-member .member-avatar {
	width: 30%;
}
.group-member .member-avatar img {
	width: 95%;
	height: auto;
}
.group-member .member-info {
	width: 70%;
}
.group-member h1, .group-member h2, .group-member h3, .group-member h4, .group-member h5 {
	margin-bottom: 5px;
}
.group-member ul.member-social {
	text-align: center !important;
}
.group-member ul.member-social li {
	display: inline-block
}
.group-member ul.member-social li a{
	width: 32px;
	height: 32px;
	font-size: 0px;
	display: inline-block;
}
.group-member ul.member-social li.email a {
	background-image: url(img/social/32/32-mail.png);
}
a.membership {
	font-size: 60% !important;
}
.entite #item-header-content {
    float: left;
    max-width: 80% !important;
}
.bp-member-field {
	font-size: 85%;
	clear: both;
}
.bp-member-field div {
	float: left;
}
.bp-member-field .field-name {
	width: 30%;
}
.bp-member-field .field-value {
	width: 70%;
	font-weight: bold;
}
/* Publication & Pages Sidebar */
.sidebar h3{
   margin-top: 30px;
}
.widget li {
	margin-bottom: 0px!important;
	padding-top: 7px;
}
.widget li.active a {
  font-weight: bold;
}
.widget li.active a, .widget li.active a:before {
  color: blue;
}
.widget li.active li:not(.active) a {
  font-weight: normal;
}
.widget .parent-pages li a:before {
  content: '' !important;
}
.widget .child-pages li a:before {
  content: '\f105' !important;
}
/* Search sidebar */
.sidebar .widget-group, .sidebar .widget-member {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.sidebar .widget-group:nth-child(2n), .sidebar .widget-member:nth-child(2n)  {
	clear: both;
}

/* Mini Menu */
.mini-menu {
	display: block;
	position: absolute;
	top: 5PX;
	right: 5PX;	
	margin-top: 5px;
}
.mini-menu  li{
	float: left;
	position: relative;
	margin-left: 5px;
	line-height: 26px;

}
.mini-menu  li.lang-item img {
	margin-top: 9px;
	height: 16px;
	width: auto;
}
.mini-menu  li i {
	display: block;
}
.mini-menu  li i.lock {
	width:  150px;
	height: 33px;
	background-image: url('img/lock2.png');	
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;	
}
.mini-menu  li i.lock:hover {
	background-image: url('img/lock2-hover.png');	
}
.mini-menu .sub-menu{	
	display: block;
	position: absolute;
	top: 28px;
	left: -220px;
	z-index: 1000;
	width: 300px;		
	border-radius: 3px;
	border-bottom: 1px solid #efefef;				
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;		
	background-color: #fff;
	background-image: url('img/dd-bg-right1.png');	
	background-repeat: no-repeat;
	background-position: top center;	
	box-shadow: 0 4px 2px -2px rgba(182, 182, 182, 0.15);
}
.mini-menu .sub-menu li{
	clear: both;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;	
	width: 293px;
	border-left: 1px solid #efefef;			
	border-right: 1px solid #efefef;						
	float: left;
}
.mini-menu li:hover > .sub-menu {	
	/*display: block;*/		
}
.mini-menu .sub-menu li h3 {
	text-align: center;
	margin-bottom: 0;
}
.mini-menu .sub-menu li a:hover{		
	background-color: #f9f9f9;
}	
.mini-menu .sub-menu li a {
	display: block;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 10px; 
	padding-top: 10px;
}
.mini-menu .sub-menu li select, .mini-menu .sub-menu li input:not([type="checkbox"]) {
	margin: 5px;
	max-width: 90% !important;
}
/* Programmes */
.program .team-widget {
	float: left;
}
@media all and (max-width: 690px){
	.publication .publication-header, .publication .publication-content  {
		width: 100%;
	}
	.publication .publication-header .clear {
		clear: none;
	}
}
@media (max-width: 650px) {
    .mini-menu {
		display: none;
	}
}
.responsive-res .logo {
	float: left;
	margin-left: 50px;
}
.responsive-res .logo img {
	max-height: 90px !important;
}
/* Responsive ajax */
.responsive-res .ajax {
	position: absolute;
	right: 80px;
	top: 85px;
} 
.responsive-res .ajax .sub-menu{
	display: none;
}
.responsive-res .ajax i.lock {
	display: block;
	width:  150px;
	height: 33px;
	background-image: url('img/lock2.png');	
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.responsive-res .ajax ul{	
	position: absolute;
	top: 28px;
	left: -220px;
	z-index: 1000;
	width: 300px;		
	border-radius: 3px;
	border-bottom: 1px solid #efefef;				
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;		
	background-color: #fff;
	background-image: url('img/dd-bg-right.png');	
	background-repeat: no-repeat;
	background-position: top center;	
	box-shadow: 0 4px 2px -2px rgba(182, 182, 182, 0.15);
}
.responsive-res .ajax ul li{
	clear: both;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;	
	width: 263px;
	border-left: 1px solid #efefef;			
	border-right: 1px solid #efefef;						
	float: left;
}
.mini-menu .sub-menu li h3 {
	text-align: center;
	margin-bottom: 0;
}
.responsive-res .ajax ul li a:hover{		
	background-color: #f9f9f9;
}	
.responsive-res .ajax ul li a {
	display: block;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 10px; 
	padding-top: 10px;
}
.responsive-res .ajax ul li select, .responsive-res .ajax ul li input {
	margin: 5px;
	max-width: 250px;
}
@media only screen and (max-width: 360px) { 
	.responsive-res .ajax {
		clear: both;
		margin: 0px auto;
		margin-top: 15px;
		top: auto;
		left: auto;
		right: auto;
		position: relative;
	}
	.responsive-res .ajax ul{	
		left: 20px;
	}
}

/* Slider & Page Thumbnail */
#full-width-slider {
	background-repeat: no-repeat;
	background-color: transparent !important;
	background-position: center;
	height: auto !important;
	min-height: 0 !important;
}	
.full-width-slider {
	width: 100%;
	position: relative;	
	overflow: hidden;
	background-color: grey;
	margin-top: -135px;
	background-color: transparent !important;
}
.full-width-slider img {
	width: 100%;
	height: auto;
}
/* home page */
.home-blog article {
	float: left;
}
.home-blog img {
	width: 100%;
	height: 100%;
}
#newsletter-subscription .wrapper {
	position: absolute;
	right: 0;
}
/* footer */
#partners-icons .icon {
	float: right;
	margin-left: 5px;
	width: 100px;
}
#partners-icons .icon  img{
	width: 100%;
	height: auto;
	border: none;
}
.footer-text {
	color: blue;
}
/* Correction Princess */
.blog-small article h3,.blog-small .post-head {
	overflow: visible !important;
}
.single article a {
	color: blue;
}
body.single .post-info, body.single .post-info h1, 
.blog-small article h3, .blog-small .post-info,
.blog-full article h1, .blog-full .post-info {
	text-transform: none !important;
}