You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
1.9 KiB

:root {
--color-primary: #019de0;
--color-secondary: #e30016;
--color-gradient-start: #e7a285;
--color-gradient-stop: #e7a285;
}
body {
font-weight: 400;
line-height: 2em;
font-size: 15px;
color: #5b6674;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
font-weight: 600;
color: #443227;
}
.h1, h1 {
line-height: 1.2em;
font-size: 30px;
}
.h2, h2 {
line-height: 1.6em;
font-size: 27px;
}
.h3, h3 {
line-height: 1.2em;
font-size: 24px;
}
.h4, h4 {
line-height: 1.2em;
font-size: 19px;
}
.h5, h5 {
line-height: 1.2em;
font-size: 16px;
}
.h6, h6 {
line-height: 1.2em;
font-size: 18px;
}
.main-nav > li > a {
font-size: 15px;
color: #fff;
text-transform: uppercase;
}
.main-nav > li > a .link-ext {
background-color: #fff;
}
.main-nav > li > a:hover {
color: #ffe7d1;
}
.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
color: #fff;
}
.main-footer {
color: rgba(255, 255, 255, 0.6);
}
.main-footer a:not(.btn) {
color: rgba(255, 255, 255, 0.6);
}
.main-footer a:not(.btn):hover {
color: #fff;
}
.main-footer .ld-sf input {
background: rgba(255, 255, 255, 0.05);
color: rgba(255, 255, 255, 0.6);
}
.main-footer .ld-sf input:focus {
background: rgba(255, 255, 255, 0.1);
}
.main-footer .ld-sf button {
font-size: 23px;
}
.rtl {
direction: rtl;
}
.liquid-counter-element {
direction: ltr;
}
@media (min-width: 1200px) {
.main-header .is-stuck {
background: #fff !important;
}
.mainbar-wrap.is-stuck .social-icon a,
.mainbar-wrap.is-stuck .main-nav > li > a {
color: #000 !important;
}
.mainbar-wrap.is-stuck .social-icon a:hover,
.mainbar-wrap.is-stuck .main-nav > li > a:hover {
color: var(--color-primary) !important;
}
}