File: /home/demo/public_html/roofleak/assets/scss/themes/virtus-3.scss
:root {
--color-primary: #56b954;
--color-gradient-start: #56b954;
--color-gradient-stop: #56b954;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 1.6em;
letter-spacing: 0.02em;
color: #808291;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #181b31;
}
.h1,
h1 {
font-size: 55px;
line-height: 1.111em;
}
.h2,
h2 {
font-size: 36px;
line-height: 1.25em;
}
.h3,
h3 {
font-size: 30px;
line-height: 1.25em;
}
.h4,
h4 {
font-size: 22px;
line-height: 1.5em;
}
.h5,
h5 {
font-size: 19px;
line-height: 1.5em;
}
.h6,
h6 {
font-size: 17px;
line-height: 1.5em;
}
.main-nav {
> li {
> a {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-style: normal;
font-size: 13px;
letter-spacing: 0.1em;
color: rgba(#000, 0.75);
text-transform: uppercase;
.link-ext {
background: #50b54e;
}
}
&.is-active > a,
&.current-menu-item > a,
&:hover > a,
> a:hover {
color: #50b54e;
}
}
}
@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;
}
}