/*
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
*/

.home .fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-transition) .header-logo{
	opacity:0;
	transition:opacity 180ms ease-in-out
}

.home .fusion-tb-header .header-menu-bar .fusion-column-wrapper{
	transition:background 180ms ease-in-out
}

.home .fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-transition) .header-menu-bar .fusion-column-wrapper{
	background-color:rgba(239,237,234,0.85)
}

.home .fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .header-menu-bar .fusion-column-wrapper{
	background-color:transparent
}

.home .fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-transition) .header-menu-bar .awb-menu__main-a:not(:hover){
	color:#192426!important
}

.fusion-sticky-transition .collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded) .awb-menu__main-ul, .fusion-sticky-transition .collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded) .awb-menu__main-ul {
    max-height: none!important;
}

.awb-menu.collapse-enabled a {padding: 0 2em 0 1.5em!important}

.fusion-recent-posts .fusion-column{
	display: flex;
	gap: 12px;
}
.fusion-recent-posts .fusion-column{
    margin-bottom: 15px !important;
}
.fusion-recent-posts .fusion-column h4{
    margin: 0 0 6px
}
.fusion-recent-posts .fusion-column h4 a{
    text-transform:none!important
}
.fusion-recent-posts .fusion-column .meta{
	display: block;
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #efedea;
}

@media (max-width: 1100px) {
	#home-hero{
		height:auto!important
	}
}