/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-secondary-menu>ul>li.wpml-ls-item{
    width:var(--topmenu_dropwdown_width);	
    border:1px solid #eee !important;
}
.fusion-secondary-menu>ul>li.wpml-ls-item > a{
    position:relative;
    display:block;
}
.fusion-secondary-menu>ul>li.wpml-ls-item > a::after{
    content:"";
    position:absolute;
    top:calc(50% - .175em);
    right:10px;
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
}
.fusion-title-6 p {
    font-size: 22px;
}
.fusion-builder-row .fusion-title h2.fusion-responsive-typography-calculated {
    font-size: 38px !important;
    color: rgba(0, 0, 0, 0.37) !important;
}
@media only screen and (max-width: 1100px){
	#menu-top-bar-menu{
		text-align:right;
		padding-right:30px;
	}
}