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/firedamage/assets/scss/themes/travel.scss
:root {
	--color-primary: #ff7a4b;
	--color-secondary: #2493e0;
	--color-gradient-start: #ff7a4b;
	--color-gradient-stop: #ff7a4b;
	--color-link: #0c3e72;
	--color-link-hover: var(--color-primary), #ff7a4b;
}

body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 15px;
	color: #828282;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #0c3e72;
}

.h1,
h1 {
	line-height: 1.4em;
	font-size: 48px;
}

.h2,
h2 {
	font-size: 38px;
	line-height: 1.4em;
}

.h3,
h3 {
	font-size: 26px;
	line-height: 1.6em;
}

.h4,
h4 {
	font-size: 23px;
	line-height: 1.7em;
}

.h5,
h5 {
	font-size: 19px;
	line-height: 1.8em;
}

.h6,
h6 {
	font-size: 16px;
	line-height: 1.8em;
}


.main-nav {
	
	> li {
		
		> a {
			font-size: 14px;
			font-weight: 500;
			letter-spacing: 0.05em;
			color: #0b2a4a;

		}
		> a {

			.link-ext {
				background-color: #ff7a4b;
			}
		}
		&.is-active > a,
		&:hover > a,
		> a:hover {
			color: #ff7a4b;
		}
	}
}

.secondarybar-wrap {
	padding-right: 2%;
	padding-left: 2%;
	background-color: rgba(12,62,114,0.08);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;

	.header-module {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.header-module {

	.ld-v-sep-inner {
		background-color: #e5e5e5;
	}
}

#travel-testimonials-title {

	.flickity-button {
		color: #fff;
		background: #181b31;

		svg {
			stroke: currentColor;
		}
		&:hover {
			background-color: var(--color-secondary);
		}
	}
}

.main-footer {
	color: #a7a9b8;

	a:not(.btn) {
		color: #a7a9b8;

		&:hover {
			color: var(--color-primary);
		}
	}
	.social-icon {

		a {

			&,
			&:hover {
				color: #fff;
			}
		}
	}
	.widget-title {
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
}