HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/waterdamage/assets/scss/header/_sticky-header.scss
@keyframes stickySlideDown {

	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.is-stuck {
	animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.320, 1) both;
	
	.navbar-brand {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	&.mainbar-wrap {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	> .megamenu-hover-bg {
    display: none !important;
  }
}
.lqd-sticky-sentinel {
	width: 100%;
	min-height: 1px;
	top: 100%;
	left: 0;
	z-index: -1;

	.vc_row > &,
	.titlebar > & {
		top: calc(100% - 2px);
	}
}
.is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}