*:focus {
	outline: none;
}

/* Define custom styles, relative to custom-editor.css */
/*h1 {
	font-family: 'Comfortaa' !important;
	font-size: 30px !important;
}*/

/* SMALL USER MENU ICONS */
#header .nav-utils a {
	width: 50px !important;
	font-size: 18px !important;
}

/* MEDIUM LOGO */
#header .logo-horizontal {
	padding: 0px !important;
}

#header .logo-horizontal img {
	height: 59px !important;
	max-height: 60px;
}

.SocialShare-googleplus {
	display: none !important;
}

/* Middle logo */
#header .brand-menu img {
	max-height: 56px !important;
}

/* Reduce menu margins */
#header .nav-wrap {
    left: 150px !important;
    right: 155px !important;
}
#header .main-nav > li > a {
	margin: 0 !important;
}
#header .main-nav li.brand-menu a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* Cookies bar on bottom */
#very-top-bar {
    bottom: 0;
    top: unset !important;
}

#ProjectsPage .Abondement .uk-icon-plus-square {
	margin-top: -3px;
}
#ProjectsPage .Project.uk-clearfix h2 {
    border-bottom: 1px solid #ccc !important;
}
#ProjectGoals .project-goal-content {
	text-align: center !important;
}

/* #2720 Reviewed project vignette */
.Project.vignette[data-status="Reviewed"]:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 130px;
    height: 120px;
    background: transparent url(/mysite/css/reviewed.png) no-repeat;
    background-size: contain;
}
