#site-header
{
  transition: box-shadow .4s ease-in-out; /* Avoid "all" here because it glitches when wp-admin-bar is visible */
}

.fixed_sticky_active #site-header
{
  box-shadow: 0px -1px 9px 1px rgba(0,0,0,0.4);
}


#site-header #site-logo #site-logo-inner
{
  /*transition: max-height .9s ease-in-out, line-height .9s ease-in-out, font-size .9s ease-in-out;*/
  transition: height .2s ease-in-out;
}

.fixed_sticky_active #site-header #site-logo #site-logo-inner
{
  height: 44px !important; /* 74px */
}


#site-header #site-logo #site-logo-inner a
{ 
  transition: font-size .2s ease-in-out;
}

.fixed_sticky_active #site-header #site-logo #site-logo-inner a
{
  font-size: 1.4em; /* or 1.8rem*/
}



#site-header #site-logo #site-logo-inner a img
{
  transition: max-height .2s ease-in-out;
}

/* NOT TESTED */
.fixed_sticky_active #site-header #site-logo #site-logo-inner a img
{
  /*max-height: 50px !important;*/
  max-height: 44px !important;
}



#site-navigation-wrap .dropdown-menu > li > a
{
  transition: line-height .2s ease-in-out;
}

.fixed_sticky_active #site-navigation-wrap .dropdown-menu > li > a 
{
  line-height: 44px !important; /* 74px */
  /*display: inline-block !important;*/
}
.fixed_sticky_active #site-navigation-wrap .dropdown-menu > li#menu-item-148 > a 
{
  line-height: 42px !important; /* 74px */
  /*display: inline-block !important;*/
}


/* Adjust height of responsive when .fixed_sticky_active is enabled on body */
.oceanwp-mobile-menu-icon a
{
  transition: line-height .2s ease-in-out;
}

.fixed_sticky_active .oceanwp-mobile-menu-icon a
{
  line-height: 44px !important;
}
