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/themes/virtus-1.scss
@font-face {
	font-family: 'Basier Square';
	src: url('../../fonts/basiersquare-regular-webfont.woff2') format('woff2'),
		url('../../fonts/basiersquare-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--color-primary: #348ef5;
	--color-gradient-start: #348ef5;
	--color-gradient-stop: #348ef5;
}

body {
	font-family: 'Basier Square', sans-serif;	
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #7f7f7f;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000;
}

.h1,
h1 {
	font-size: 35px;
	font-weight: 700;
}

.h2,
h2 {
	font-size: 42px;
	line-height: 1.484em;
}

.h3,
h3 {
	font-size: 35px;
	line-height: 1.2em;
}

.h4,
h4 {
	font-size: 30px;
	line-height: 1.2em;
}

.h5,
h5 {
	font-size: 25px;
	line-height: 1.2em;
}

.h6,
h6 {
	font-size: 20px;
	line-height: 1.2em;
}


.main-nav {

	> li {
		
		> a {
			font-size: 12px;
			line-height: 1.5em;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			color: #ffffff;
		}
		
		&.is-active > a,
		&.current-menu-item > a,
		&:hover > a,
		> a:hover {
			color: rgba(#fff, 0.85);
		}
	}
}

.main-footer {
	padding-top: 70px;
	background-color: #30333A;
	color: #92959B;

	a:not(.btn) {
		color: rgba(#fff, 0.6);

		&:hover {
			color: #fff;
		}
	}
}

@media ( min-width: 1200px ) {
	.main-header .is-stuck {
		background:#fff !important;
	}

	.mainbar-wrap.is-stuck .social-icon a,
	.mainbar-wrap.is-stuck .header-module .ld-module-trigger,
	.mainbar-wrap.is-stuck .main-nav > li > a,
	.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
		color: #424242 !important;
	}

	.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
		border-color: #424242 !important;
	}

	.is-stuck .btn {
		color: #fff;
		border-color: #5174fd;
	}

	.is-stuck .btn.btn-solid {
		background-color: #5174fd;
	}

	.is-stuck .btn:hover {
		border-color: #3a3a3a;
		color: #fff;
	}

	.is-stuck .btn:hover, .is-stuck .btn.btn-solid:hover {
		background-color: #3a3a3a;
	}
}