/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* new css strat 10-8 */

.custom-language-switcher ul .wpml-ls-item-legacy-dropdown .custom-lang-switcher-ul{
	background-color: #000;
    border-radius: 5px;
	margin-top: 8px;
}
.custom-language-switcher ul .wpml-ls-item-legacy-dropdown .custom-lang-switcher-ul li a{
	padding: 12px 10px !important;
}
/* .custom-language-switcher ul .wpml-ls-item-legacy-dropdown .custom-lang-switcher-ul {
	position:relative;
} */
.custom-language-switcher ul .wpml-ls-item-legacy-dropdown .custom-lang-switcher-ul:before{
	content: '';
	display: block;  
	position: absolute;
	left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #000;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
} 
.custom-language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	display: none;
}
.elementor-sticky .custom-language-switcher ul .wpml-ls-item-legacy-dropdown> a{
	padding: 5px;
    text-align: center;
}
.elementor-sticky .custom-language-switcher ul .wpml-ls-item-legacy-dropdown .active a .fa-check{
	margin-left: 15px;
}

.jet-menu-item-1260, .jet-menu-item-2265{
	position:relative !important
}



