|
|
@ -7,7 +7,17 @@ |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
padding: 0.5rem 0; |
|
|
|
padding: 0.5rem 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header-top, |
|
|
|
|
|
|
|
.header-top a { |
|
|
|
|
|
|
|
font-weight: 300; |
|
|
|
|
|
|
|
font-variation-settings: "wdth" 75; |
|
|
|
|
|
|
|
background: var(--header-top-bg-color); |
|
|
|
|
|
|
|
color: var(--header-top-text-color); |
|
|
|
|
|
|
|
font-size: .8rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header { |
|
|
|
background: var(--header-bg-color); |
|
|
|
background: var(--header-bg-color); |
|
|
|
color: var(--header-text-color); |
|
|
|
color: var(--header-text-color); |
|
|
|
} |
|
|
|
} |
|
|
@ -18,16 +28,16 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-ms-flex-direction: column; |
|
|
|
-ms-flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
-webkit-box-pack: justify; |
|
|
|
-webkit-box-pack: justify; |
|
|
|
-ms-flex-pack: justify; |
|
|
|
-ms-flex-pack: justify; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
-webkit-box-align: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
gap: 1rem; |
|
|
|
gap: 1rem; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
} |
|
|
|
} |
|
|
|
.region-header-top-left, |
|
|
|
.region-header-top-left, |
|
|
|
.region-header-top-right { |
|
|
|
.region-header-top-right { |
|
|
@ -63,11 +73,11 @@ |
|
|
|
display: -ms-flexbox; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-pack: justify; |
|
|
|
-webkit-box-pack: justify; |
|
|
|
-ms-flex-pack: justify; |
|
|
|
-ms-flex-pack: justify; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
-webkit-box-align: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
gap: 1rem; |
|
|
|
gap: 1rem; |
|
|
|
} |
|
|
|
} |
|
|
|
/* Header -> Site branding */ |
|
|
|
/* Header -> Site branding */ |
|
|
@ -77,13 +87,15 @@ |
|
|
|
display: -ms-flexbox; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-align: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
padding-right: 1rem; |
|
|
|
padding-right: 1rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.site-logo { |
|
|
|
.site-logo { |
|
|
|
padding-right: 5px; |
|
|
|
padding-right: var(--branding-separator-padding); |
|
|
|
|
|
|
|
margin-right: var(--branding-separator-padding); |
|
|
|
width: var(--logo-width); |
|
|
|
width: var(--logo-width); |
|
|
|
|
|
|
|
border-right: var(--branding-separator); |
|
|
|
} |
|
|
|
} |
|
|
|
.site-logo img { |
|
|
|
.site-logo img { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
@ -94,18 +106,24 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-ms-flex-direction: column; |
|
|
|
-ms-flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.site-name, |
|
|
|
.site-name, |
|
|
|
.site-slogan { |
|
|
|
.site-slogan { |
|
|
|
line-height: 1.1; |
|
|
|
line-height: 1.1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.site-slogan { |
|
|
|
|
|
|
|
font-family: var(--site-slogan-font-family); |
|
|
|
|
|
|
|
font-size: var(--site-slogan-font-size); |
|
|
|
|
|
|
|
color: var(--site-slogan-font-color); |
|
|
|
|
|
|
|
} |
|
|
|
.site-name { |
|
|
|
.site-name { |
|
|
|
a { |
|
|
|
a { |
|
|
|
|
|
|
|
font-family: var(--heading-font); |
|
|
|
font-size: var(--site-name-font-size); |
|
|
|
font-size: var(--site-name-font-size); |
|
|
|
color: var(--site-name-font-color); |
|
|
|
color: var(--site-name-font-color); |
|
|
|
} |
|
|
|
} |
|
|
@ -118,8 +136,8 @@ |
|
|
|
display: -ms-flexbox; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-align: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
gap: 0.5rem; |
|
|
|
gap: 0.5rem; |
|
|
|
} |
|
|
|
} |
|
|
|
.menu-wrap { |
|
|
|
.menu-wrap { |
|
|
@ -135,8 +153,8 @@ |
|
|
|
box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
|
z-index: 25; |
|
|
|
z-index: 25; |
|
|
|
-webkit-transform: translateX(-100%); |
|
|
|
-webkit-transform: translateX(-100%); |
|
|
|
-ms-transform: translateX(-100%); |
|
|
|
-ms-transform: translateX(-100%); |
|
|
|
transform: translateX(-100%); |
|
|
|
transform: translateX(-100%); |
|
|
|
-webkit-transition: all 0.4s linear; |
|
|
|
-webkit-transition: all 0.4s linear; |
|
|
|
-o-transition: all 0.4s linear; |
|
|
|
-o-transition: all 0.4s linear; |
|
|
|
transition: all 0.4s linear; |
|
|
|
transition: all 0.4s linear; |
|
|
@ -163,6 +181,7 @@ |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
color: #ffffff; |
|
|
|
color: #ffffff; |
|
|
|
padding: 0.5rem 0; |
|
|
|
padding: 0.5rem 0; |
|
|
|
|
|
|
|
font-variation-settings: "wdth" var(--header-menu-font-width); |
|
|
|
} |
|
|
|
} |
|
|
|
.menu-wrap .menu > li a::after { |
|
|
|
.menu-wrap .menu > li a::after { |
|
|
|
content: none; |
|
|
|
content: none; |
|
|
@ -204,8 +223,8 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-ms-flex-direction: column; |
|
|
|
-ms-flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
width: 36px; |
|
|
|
width: 36px; |
|
|
|
height: 28px; |
|
|
|
height: 28px; |
|
|
@ -248,13 +267,13 @@ |
|
|
|
.active-menu .menu-wrap { |
|
|
|
.active-menu .menu-wrap { |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: scroll; |
|
|
|
-webkit-transform: translateX(0); |
|
|
|
-webkit-transform: translateX(0); |
|
|
|
-ms-transform: translateX(0); |
|
|
|
-ms-transform: translateX(0); |
|
|
|
transform: translateX(0); |
|
|
|
transform: translateX(0); |
|
|
|
-webkit-transition: all 0.4s linear; |
|
|
|
-webkit-transition: all 0.4s linear; |
|
|
|
-o-transition: all 0.4s linear; |
|
|
|
-o-transition: all 0.4s linear; |
|
|
|
transition: all 0.4s linear; |
|
|
|
transition: all 0.4s linear; |
|
|
|
padding: 1rem; |
|
|
|
padding: 1rem; |
|
|
|
box-shadow: 6px 0 1rem #111111; |
|
|
|
box-shadow: 6px 0 1rem #111111; |
|
|
|
} |
|
|
|
} |
|
|
|
.active-menu .menu { |
|
|
|
.active-menu .menu { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
@ -263,24 +282,24 @@ |
|
|
|
@-webkit-keyframes slideUp { |
|
|
|
@-webkit-keyframes slideUp { |
|
|
|
0% { |
|
|
|
0% { |
|
|
|
-webkit-transform: translateY(20px); |
|
|
|
-webkit-transform: translateY(20px); |
|
|
|
transform: translateY(20px); |
|
|
|
transform: translateY(20px); |
|
|
|
opacity: 0; |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
100% { |
|
|
|
100% { |
|
|
|
-webkit-transform: translateY(0px); |
|
|
|
-webkit-transform: translateY(0px); |
|
|
|
transform: translateY(0px); |
|
|
|
transform: translateY(0px); |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@keyframes slideUp { |
|
|
|
@keyframes slideUp { |
|
|
|
0% { |
|
|
|
0% { |
|
|
|
-webkit-transform: translateY(20px); |
|
|
|
-webkit-transform: translateY(20px); |
|
|
|
transform: translateY(20px); |
|
|
|
transform: translateY(20px); |
|
|
|
opacity: 0; |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
100% { |
|
|
|
100% { |
|
|
|
-webkit-transform: translateY(0px); |
|
|
|
-webkit-transform: translateY(0px); |
|
|
|
transform: translateY(0px); |
|
|
|
transform: translateY(0px); |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -296,11 +315,11 @@ |
|
|
|
display: -ms-flexbox; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
width: 34px; |
|
|
|
width: 34px; |
|
|
|
height: 34px; |
|
|
|
height: 34px; |
|
|
@ -310,6 +329,7 @@ |
|
|
|
font-size: 24px; |
|
|
|
font-size: 24px; |
|
|
|
} |
|
|
|
} |
|
|
|
.search-box { |
|
|
|
.search-box { |
|
|
|
|
|
|
|
box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333); |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
background-color: var(--light); |
|
|
|
background-color: var(--light); |
|
|
|
top: 0; |
|
|
|
top: 0; |
|
|
@ -318,18 +338,20 @@ |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
z-index: 50; |
|
|
|
z-index: 50; |
|
|
|
-webkit-transform: translate(0, -100%); |
|
|
|
-webkit-transform: translate(0, -100%); |
|
|
|
-ms-transform: translate(0, -100%); |
|
|
|
-ms-transform: translate(0, -100%); |
|
|
|
transform: translate(0, -100%); |
|
|
|
transform: translate(0, -100%); |
|
|
|
-webkit-transition: -webkit-transform 0.5s; |
|
|
|
-webkit-transition: -webkit-transform 0.5s; |
|
|
|
transition: -webkit-transform 0.5s; |
|
|
|
transition: -webkit-transform 0.5s; |
|
|
|
-o-transition: transform 0.5s; |
|
|
|
-o-transition: transform 0.5s; |
|
|
|
transition: transform 0.5s; |
|
|
|
transition: transform 0.5s; |
|
|
|
transition: transform 0.5s, -webkit-transform 0.5s; |
|
|
|
transition: |
|
|
|
|
|
|
|
transform 0.5s, |
|
|
|
|
|
|
|
-webkit-transform 0.5s; |
|
|
|
} |
|
|
|
} |
|
|
|
.search-box.open { |
|
|
|
.search-box.open { |
|
|
|
-webkit-transform: translate(0, 0); |
|
|
|
-webkit-transform: translate(0, 0); |
|
|
|
-ms-transform: translate(0, 0); |
|
|
|
-ms-transform: translate(0, 0); |
|
|
|
transform: translate(0, 0); |
|
|
|
transform: translate(0, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
.search-box-content { |
|
|
|
.search-box-content { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
@ -350,11 +372,11 @@ |
|
|
|
display: -ms-flexbox; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-webkit-box-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
-ms-flex-pack: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-webkit-box-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
-ms-flex-align: center; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
color: var(--dark); |
|
|
|
color: var(--dark); |
|
|
|
border: 3px solid var(--dark); |
|
|
|
border: 3px solid var(--dark); |
|
|
|
border-radius: 50%; |
|
|
|
border-radius: 50%; |
|
|
@ -403,8 +425,8 @@ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-webkit-box-direction: normal; |
|
|
|
-ms-flex-direction: column; |
|
|
|
-ms-flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
} |
|
|
|
/* Header -> Page Header-> breadcrumb */ |
|
|
|
/* Header -> Page Header-> breadcrumb */ |
|
|
|
.breadcrumb { |
|
|
|
.breadcrumb { |
|
|
|