/*
Theme Name:     Winwood Child-theme
Theme URI:      https://demo2.wpopal.com/winwood/
Description:    Winwood child theme.
Author:         Duc Pham (Opal Team)
Template:       winwood
Version:        1.0.0
*/


/*--------recaptcha---------*/

.grecaptcha-badge { 
    visibility: hidden;
	opacity: 0;
}

/*--------recaptcha---------*/

#masthead .main-navigation #menu-main-menu li:hover a, #masthead .main-navigation #menu-main-menu .current-menu-item a{
	color: #b8f2ff !important;
}



#masthead.header-sticky{
	background: #363636;
}

.copyright-bar{
	display:none; 
}

/*Estilos selector idiomas*/
.custom-topbar{
	height: 50px;
	background: black; 
	width: 100%;
}

.custom-topbar .wpml-ls{
	width: 200px;
	margin-left: auto; 
}

.custom-topbar .wpml-ls li a{
	background: black; 
	border: none; 
}

.custom-topbar .wpml-ls .wpml-ls-sub-menu{
	z-index: 1000;
}

@media (max-width: 1023px){
	.custom-topbar{
		display:none; 
	}
}

.winwood-social{
	display:none;
}