.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .date {
 display: none;
}
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}






/****************************************************/
/****************************************************/
/****** LANGUAGE TOGGLE - NICASIO EDITS *****/
/****************************************************/
/****************************************************/

#idWaAdminSwitcher,
.-wa-admin-switcher_logout-container {
	width: auto !important;
}

.-wa-admin-switcher_admin-logout-link {
	font-size: 16px !important;
	padding: 0 10px !important;
}

.WaGadgetLoginButton .alignRight {
    float: right;
}

.languageToggleContainer {
    display:inline-block;
    float: right;
    text-align:right;
    margin-left: 20px !important;
    margin-top: 5px !important;
}

/* 
	Style the Language Toggler 
	within the Header (and Mobile Panel)
*/

.languageToggleContainer a {
    cursor: pointer;
    display: inline-block;
    color: #000;
    background-color: #eeeeee;
    font: 18px/40px 'Ubuntu Condensed','Arial',sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0px 20px;
    height: 40px;
    position: relative;
    text-align: center;
    text-decoration: underline !important;
    white-space: nowrap;
}

.languageToggleContainer a:hover {
    background-color: #e1e1e1;
    text-decoration: none !important;
}

/* 
	Override the Language Toggler Style
	within the Mobile Panel
*/
#id_MobilePanel .languageToggleContainer {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

#id_MobilePanel .languageToggleContainer a {
	margin-right:50px;
	color: #e7c57f;
	background-color: transparent;
	height: 50px;
	line-height:50px !important;
	padding-top:0px;
	padding-bottom:0px;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;    
    text-decoration: none !important;
}

#id_MobilePanel .languageToggleContainer a:hover {
	background: transparent;
	color: #3498db;
	text-decoration: none;
}

#id_MobilePanel .buttonAdmin + .languageToggleContainer a {
	margin-right:100px;
}

/* 
	Hide the Menu Items by default to avoid page lag 
	and triggering the new WA Ver. 5 Phantom Responsive Menu.
	Then reset to table-cell when "visible" class exists via jquery
	Also accommodates the mobile responsive menu.
*/

/* This HAS to be used in order for the menu to work properly */

#id_Header1 .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li,
#id_MobilePanel .WaGadgetMobilePanel .menuInner ul.firstLevel > li {display:none;}

#id_Header1 .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible li,
#id_MobilePanel .WaGadgetMobilePanel .menuInner ul.firstLevel > li.visible li {display:block !important;} 

#id_Header1 .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible,   
#id_Header1 .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.phantom {display:table-cell !important;}

#id_MobilePanel .WaGadgetMobilePanel .menuInner ul.firstLevel > li.visible,
#id_Header1 .WaGadgetMenuHorizontal .menuInner ul.firstLevel[style*="display: block"] > li.visible {
display:block !important;
}

/*** END ***/