/*
Theme Name: Woostify Child
Theme URI: http://www.uphong.com
Description: A child theme of Woostify Theme
Author: Woostify Themes
Author URI: https://woostify.com/about
Version: 0.1.0
Text Domain: woostify
Template: woostify
*/
html[lang="en-US"] body{
    font-family: Poppins;
}
html[lang="zh-CN"] body {
        font-family: Poppins;}
html[lang="zh-TW"]
h1, html[lang="zh-TW"] h2, html[lang="zh-TW"] h3, html[lang="zh-TW"] h4, html[lang="zh-TW"] h5, html[lang="zh-TW"] h6, html[lang="zh-TW"] body {
font-family: Poppins;}

/* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.site-content {margin:0;}
.elementor-post__title a:hover{color: #F79B00!important;}
article:hover .elementor-post__title a{color: #F79B00!important;}
.flex-wrap-nowrap .elementor-container{flex-wrap: nowrap!important; }
.logo-w {width: 168px!important;}
.logo-width {width: 268px!important;}
.update-nag {display: none!important;}
.woostify-logo-image-widget .custom-logo-link ,.woostify-logo-image-widget .custom-mobile-logo-url{
    position: absolute;
    z-index: 18;
}

.prooverflow{overflow-x: auto;}
.mul0 ul{margin:0px;}
.mul0 ul li a{font-size: 12px;}
.lang-item {float: left;list-style: none;padding-right:15px;}
.homenav .elementor-nav-menu--dropdown { background-color: rgb(255 255 255 / 0%)!important;}
.homenav .elementor-nav-menu--dropdown a {}
.homenav .elementor-nav-menu li {float: left;}
@media (max-width: 992px){
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: rgb(255 255 255 / 0%)!important;
    color: #f79b00!important;}
.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {padding: 5px 10px!important;    line-height: 2.5em!important;}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper ul {
    opacity: 1!important;
    visibility: visible!important;}
.woostify-nav-menu-widget .woostify-nav-menu-inner { width: 100%;}
.langa a:hover {color: #2b2b2b;}
.logo-width {width: 168px!important;}


} 

@media (min-width: 992px){
.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper {min-width: 880px!important;margin-left: -465px!important;}
.mega-menu-wrapper{left:0!important;}

#foooternav .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
    transition-duration: 0s;
    transform: translateY(0px);
    background-color: #333333;
    box-shadow: none;
    line-height: 24px;
    border-radius: 40px;
}
#foooternav .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper ul {
    opacity: 1;
    visibility: visible;}
#foooternav .woostify-nav-menu-widget.menu-layout-vertical .main-navigation .primary-navigation > .menu-item > a {
    padding: 0;
    margin: 0;
    display: none;
}

	}
@media (min-width: 1200px){
.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper {
    margin-left: 0px!important;}
    }	
	
	
.sidebar-menu .active .arrow-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}