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/restaurant.scss
:root {
	--color-primary: #a3816a;
	--color-gradient-start: #a3816a;
	--color-gradient-stop: #a3816a;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.53em;
	color: #67615d;
}

#content {
	background-color: #000;

	.vc_row {
		background-color: #f4f4ef;
	}
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'interface', sans-serif;
	font-weight: 300;
	color: #503c2f;
}

.h1,
h1 {
	font-size: 52px;
	line-height: 1.2em;
}

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

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

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

.h5,
h5 {
	font-family: 'Herr Von Muellerhoff', serif;
	font-size: 20px;
	line-height: 1.2em;
	color: #c19a5d;
}

.h6,
h6 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	color: #c19a5d;
}

.main-nav {
	
	> li {
	
		> a {
			font-size: 12px;
			font-weight: 500;
			text-transform: uppercase;
			letter-spacing: 0.25em;
			color: rgba(#fff, 0.8);

		}
		&.is-active > a,
		&.current-menu-item > a,
		&:hover > a,
		> a:hover {
			color: #fff;
		}
	}
}

.main-header {

	.header-module {
		
		.btn {
			font-size: 12px;
			font-weight: 500;
			letter-spacing: 0.2em;
			color: rgba(#fff, 0.85);

			&:hover {
				color: #fff;
			}
		}
		.social-icon {
			font-size: 22px;

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

				&:hover {
					color: #fff;
				}
			}
		}
	}
}
.navbar-brand {
	padding-left: 85px;
	padding-right: 100px;
}

.btn {
	font-size: 13px;

	&.text-uppercase {
		letter-spacing: 0.2em;
	}
}

.fancy-title {

	h5 {
		font-size: 80px;
	}
}

.main-footer {
	background-color: #191919;
	color: rgba(#fff, 0.5);
	
	a:not(.btn) {
		color: rgba(#fff, 0.5);
		
		&:hover {
			color: #fff;
		}
	}
	hr {
		border-color: #333;
	}
	.widget_title {
		margin-bottom: 50px;
		font-size: 13px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.3em;
		color: #bb9857;
	}
	.ld-sf {

		input {
			color: rgba(242, 242, 242, 0.5);
			border-color: rgba(242, 242, 242, 0.5);

			&:focus {
				color: #fff;
				border-color: #fff;
			}
		}
	}
	.social-icon {

		a {
			color: #ffffff;
			background-color: #595959;

			&:hover {
				background-color: var(--color-primary);
			}
		}
	}
}

@media screen and ( min-width: 768px ) {

	.fancy-title {

		h2 {
			font-size: 52px;
			line-height: 1.13em;
		}
	}
}
@media screen and ( max-width: 767px ) {

	h1, .h1 {
		font-size: 40px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 18px;
	}
	h5, .h5 {
		font-size: 16px;
	}
	h6, .h6 {
		font-size: 15px;
	}
	.fancy-title {

		h5 {
			font-size: 60px;
		}
	}
}