.inside-site-info,
.page-id-6 .entry-title,
.page-id-36 .entry-title ,
.page-id-1368 .entry-title,
.page-id-1371 .entry-title{
 display: none; 
}

/* language button */
#lang_sel a {
 font-size: 16px; 
}

/* Hide the footers if they don't correspond to the right language */
#lsi_widget-2,
#lsi_widget-4,
#lsi_widget-5 {
  display: none;
}
/* Now show the right footers */
body.en #lsi_widget-2,
body.zh-hans #lsi_widget-4,
body.zh-hant #lsi_widget-5 {
 display: block; 
}


.page .entry-title {
 text-align: center;
}

.entry-content {
 margin-top:0; 
}

/* floating Faebook icon */
#lsi_widget-3 {
 position: absolute;
  top: 163px;
  left: -10px;
  padding: 0;
}

#footer-widgets {
 background:#222;
  color:#fff;
}

/* Language selector needs to increase height */
.header-widget {
 height: 100px; 
}

/* NEXT GEN ADJUSTMENTS */
/* Turn off the counter on top left corner of slideshows */
.galleria-counter {
 display: none; 
}