/* Source page edit form text 1345094-z */
#post-5215 .post-password-form p:last-child:before {
    content: 'The Directory of sources maps over 100 Intelligence-related sources with a focus on Switzerland. This section is a members-only online offer. Pease contact us for the password : info@swissintell.org';
    display: block;
    margin-bottom: 16px;
}
#post-5215 .post-password-form p:first-child {
    display: none;
}

/* Login page edit form text 1345094-z */
#post-2235 .post-password-form p:last-child:before {
    content: 'This section is a members-only offer and gathers exclusive content, such as speaker’s presentation.';
    display: block;
    margin-bottom: 16px;
}
#post-2235 .post-password-form p:first-child {
    display: none;
}

/* Jobs page edit form text 1345094-z */
#post-6529 .post-password-form p:last-child:before {
    content: 'The Jobs section is a job market where information professionals and recruiters can connect. This section is a members-only online offer. Pease contact us for the password : info@swissintell.org';
    display: block;
    margin-bottom: 16px;
}
#post-6529 .post-password-form p:first-child {
    display: none;
}


/* Réglages boxes en haut */
.featured-content .hentry {
  height: 100%;
	padding-top:25px;
}

/* Logo Header */
#masthead > div.sitebar.sitebar-animation.sitebar-default > div > div > div > a > img
{
	padding-top:15px;
}

#masthead > div.sitebar.sitebar-animation.sitebar-top.sitebar-mobile > div > div > div > a > img
{
	padding-top:15px;
}

#masthead > div.sitebar.sitebar-animation.sitebar-top.sitebar-fixed > div > div > div > a > img
{
	padding-top:15px;
}

/* Display two featured boxes on mobile */
@media (max-width: 767px) {
  .home #featured-content .row {
    display: block;
  }
	
	  .featured-post-3{
    display: block;
    margin-top: 20px;
  }
  .featured-post-2{
    display: block;
    margin-top: 20px;
  }

}

/* Remove stickied post icon Zen:1345094 */
article.sticky .entry-format-icon {
  display: none;
}

#featured-content .row {
    display: flex;
    flex-direction: row;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.featured-post-1 {
    order: 1;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.featured-post-2 {
    order: 2;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.featured-post-3 {
    order: 1;
}

/* highlight color fix */
::selection {
    color: #ffffff; 
    background: #0080ff;
}

/* Do not indicate visited links on mobile devices | IM-5225559-hc */
@media screen and (max-width:991px) {
  .slicknav-nav a:visited  {
    color: #fff;
  }
}

/* make footer widgets the same height */
.site-footer-widgets aside {
  height: 210px;
	border-radius: 15px;
}

/* autres */
.site-title{
	text-align:center;
}
.site-description{
	text-align:center;
	font-size: 13px;
}
.widget-title{
	text-align:center;
}
.tribe-event-title{
	font-size:16px;
	text-align:center;
}
.tribe-event-duration{
	text-align:center;
}
.tribe-events-widget-link{
	text-align:center;
}
p#subscribe-submit{
	text-align:center;
}
.entry-title{
	text-align:center;
}
.entry-summary{
	display:none;
}
#tribe-events-list-widget-3 > ol > li{
	border-radius:20px;
}
.widget{
	text-align:center;
}
#text-4{
	text-align:justify;
}