:root {
--plyr-color-main: #ef8331;
}
html {
line-height: 1.15;
text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button {
background: inherit;
}
button,
[type=button],
[type=reset],
[type=submit] {
appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted #f6c24e;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
appearance: none;
}
::-webkit-file-upload-button {
appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 10px;
position: relative;
}
body {
font-family: "Source Sans 3", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.5;
letter-spacing: -0.4px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: flex;
flex-direction: column;
}
body.no-scroll {
overflow: hidden; }
html,
body {
height: 100%;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
img[loading=lazy] {
clip-path: inset(0.6px);
}
button:focus {
outline: none;
}
}
main {
flex: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
margin: 0;
}
h5 {
font-size: 1.6rem;
}
a {
color: inherit;
text-decoration: none;
}
.jcc {
justify-content: center;
}
#userwayAccessibilityIcon {
display: none;
}
.container {
width: 1200px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-right: 16px;
padding-left: 16px;
}
@media (max-width: 1200px) {
.container {
width: 100%;
}
}
.row {
display: flex;
flex-wrap: wrap;
flex: 0 1 auto;
column-gap: 16px;
width: 100%;
}
@media screen and (min-width: 1024px) {
.row {
column-gap: 32px;
}
}
.row > * {
min-width: 0;
}
@supports not (column-gap: 32px) {
.row > * {
margin: 0 calc(16px / 2);
}
@media screen and (min-width: 1024px) {
.row > * {
margin: 0 calc(32px / 2);
}
}
}
.col {
flex-basis: 0;
flex-grow: 1;
}
.col1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
.col2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
.col3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
.col4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
.col5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
.col6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
.col7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
.col8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
.col9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
.col10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
.col11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
@media screen and (min-width: 1024px) {
.col11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
.col12 {
flex-basis: 100%;
}
@media only screen and (min-width: ) {
.col {
flex-basis: 0;
flex-grow: 1;
}
.col1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
@media only screen and (min-width: ) {
.col2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
@media only screen and (min-width: ) {
.col3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
@media only screen and (min-width: ) {
.col4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
@media only screen and (min-width: ) {
.col5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
@media only screen and (min-width: ) {
.col6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
@media only screen and (min-width: ) {
.col7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
@media only screen and (min-width: ) {
.col8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
@media only screen and (min-width: ) {
.col9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
@media only screen and (min-width: ) {
.col10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
@media only screen and (min-width: ) {
.col11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
}
@media only screen and (min-width: ) and (min-width: 1024px) {
.col11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
@media only screen and (min-width: ) {
.col12 {
flex-basis: 100%;
}
}
@media only screen and (min-width: 425px) {
.colXs {
flex-basis: 0;
flex-grow: 1;
}
.colXs1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
@media only screen and (min-width: 425px) {
.colXs2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
@media only screen and (min-width: 425px) {
.colXs3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
@media only screen and (min-width: 425px) {
.colXs4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
@media only screen and (min-width: 425px) {
.colXs5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
@media only screen and (min-width: 425px) {
.colXs6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
@media only screen and (min-width: 425px) {
.colXs7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
@media only screen and (min-width: 425px) {
.colXs8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
@media only screen and (min-width: 425px) {
.colXs9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
@media only screen and (min-width: 425px) {
.colXs10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
@media only screen and (min-width: 425px) {
.colXs11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
}
@media only screen and (min-width: 425px) and (min-width: 1024px) {
.colXs11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
@media only screen and (min-width: 425px) {
.colXs12 {
flex-basis: 100%;
}
}
@media only screen and (min-width: 768px) {
.colSm {
flex-basis: 0;
flex-grow: 1;
}
.colSm1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
@media only screen and (min-width: 768px) {
.colSm2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
@media only screen and (min-width: 768px) {
.colSm3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
@media only screen and (min-width: 768px) {
.colSm4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
@media only screen and (min-width: 768px) {
.colSm5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
@media only screen and (min-width: 768px) {
.colSm6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
@media only screen and (min-width: 768px) {
.colSm7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
@media only screen and (min-width: 768px) {
.colSm8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
@media only screen and (min-width: 768px) {
.colSm9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
@media only screen and (min-width: 768px) {
.colSm10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
@media only screen and (min-width: 768px) {
.colSm11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
.colSm11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
@media only screen and (min-width: 768px) {
.colSm12 {
flex-basis: 100%;
}
}
@media only screen and (min-width: 992px) {
.colTb {
flex-basis: 0;
flex-grow: 1;
}
.colTb1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
@media only screen and (min-width: 992px) {
.colTb2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
@media only screen and (min-width: 992px) {
.colTb3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
@media only screen and (min-width: 992px) {
.colTb4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
@media only screen and (min-width: 992px) {
.colTb5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
@media only screen and (min-width: 992px) {
.colTb6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
@media only screen and (min-width: 992px) {
.colTb7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
@media only screen and (min-width: 992px) {
.colTb8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
@media only screen and (min-width: 992px) {
.colTb9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
@media only screen and (min-width: 992px) {
.colTb10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
@media only screen and (min-width: 992px) {
.colTb11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
}
@media only screen and (min-width: 992px) and (min-width: 1024px) {
.colTb11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
@media only screen and (min-width: 992px) {
.colTb12 {
flex-basis: 100%;
}
}
@media only screen and (min-width: 1024px) {
.colMd {
flex-basis: 0;
flex-grow: 1;
}
.colMd1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
@media only screen and (min-width: 1024px) {
.colMd2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
@media only screen and (min-width: 1024px) {
.colMd3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
@media only screen and (min-width: 1024px) {
.colMd4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
@media only screen and (min-width: 1024px) {
.colMd5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
@media only screen and (min-width: 1024px) {
.colMd6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
@media only screen and (min-width: 1024px) {
.colMd7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
@media only screen and (min-width: 1024px) {
.colMd8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
@media only screen and (min-width: 1024px) {
.colMd9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
@media only screen and (min-width: 1024px) {
.colMd10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
@media only screen and (min-width: 1024px) {
.colMd11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
.colMd11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
@media only screen and (min-width: 1024px) {
.colMd12 {
flex-basis: 100%;
}
}
@media only screen and (min-width: 1201px) {
.colLg {
flex-basis: 0;
flex-grow: 1;
}
.colLg1 {
flex-basis: calc(8.3333% * 1 - 16px / 12 * (12 - 1));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg1 {
flex-basis: calc(8.3333% * 1 - 32px / 12 * (12 - 1));
}
}
@media only screen and (min-width: 1201px) {
.colLg2 {
flex-basis: calc(8.3333% * 2 - 16px / 12 * (12 - 2));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg2 {
flex-basis: calc(8.3333% * 2 - 32px / 12 * (12 - 2));
}
}
@media only screen and (min-width: 1201px) {
.colLg3 {
flex-basis: calc(8.3333% * 3 - 16px / 12 * (12 - 3));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg3 {
flex-basis: calc(8.3333% * 3 - 32px / 12 * (12 - 3));
}
}
@media only screen and (min-width: 1201px) {
.colLg4 {
flex-basis: calc(8.3333% * 4 - 16px / 12 * (12 - 4));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg4 {
flex-basis: calc(8.3333% * 4 - 32px / 12 * (12 - 4));
}
}
@media only screen and (min-width: 1201px) {
.colLg5 {
flex-basis: calc(8.3333% * 5 - 16px / 12 * (12 - 5));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg5 {
flex-basis: calc(8.3333% * 5 - 32px / 12 * (12 - 5));
}
}
@media only screen and (min-width: 1201px) {
.colLg6 {
flex-basis: calc(8.3333% * 6 - 16px / 12 * (12 - 6));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg6 {
flex-basis: calc(8.3333% * 6 - 32px / 12 * (12 - 6));
}
}
@media only screen and (min-width: 1201px) {
.colLg7 {
flex-basis: calc(8.3333% * 7 - 16px / 12 * (12 - 7));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg7 {
flex-basis: calc(8.3333% * 7 - 32px / 12 * (12 - 7));
}
}
@media only screen and (min-width: 1201px) {
.colLg8 {
flex-basis: calc(8.3333% * 8 - 16px / 12 * (12 - 8));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg8 {
flex-basis: calc(8.3333% * 8 - 32px / 12 * (12 - 8));
}
}
@media only screen and (min-width: 1201px) {
.colLg9 {
flex-basis: calc(8.3333% * 9 - 16px / 12 * (12 - 9));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg9 {
flex-basis: calc(8.3333% * 9 - 32px / 12 * (12 - 9));
}
}
@media only screen and (min-width: 1201px) {
.colLg10 {
flex-basis: calc(8.3333% * 10 - 16px / 12 * (12 - 10));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg10 {
flex-basis: calc(8.3333% * 10 - 32px / 12 * (12 - 10));
}
}
@media only screen and (min-width: 1201px) {
.colLg11 {
flex-basis: calc(8.3333% * 11 - 16px / 12 * (12 - 11));
flex-grow: unset;
}
}
@media only screen and (min-width: 1201px) and (min-width: 1024px) {
.colLg11 {
flex-basis: calc(8.3333% * 11 - 32px / 12 * (12 - 11));
}
}
@media only screen and (min-width: 1201px) {
.colLg12 {
flex-basis: 100%;
}
}
header nav.top {
display: none;
}
@media screen and (min-width: 1024px) {
header nav.top {
display: block;
padding: 20px 0 10px;
border-bottom: 1px solid #ef8331;
}
}
header nav.top .nav-row-top {
display: flex;
justify-content: space-between;
}
header nav.top .nav-row-top .right {
display: flex;
column-gap: 40px;
}
@media screen and (min-width: 1024px) {
header nav.top .nav-row-top .right .link-underline {
line-height: 1.8rem;
border-bottom: 1px solid transparent;
transition: 0.3s all;
}
header nav.top .nav-row-top .right .link-underline:hover {
border-color: #ef8331;
}
header nav.top .nav-row-top .right .link-icon {
display: flex;
align-items: center;
gap: 4px;
}
}
header nav.top .nav-row-top .right .language {
position: relative;
text-transform: uppercase;
}
header nav.top .nav-row-top .right .language > a {
display: flex;
align-items: center;
gap: 4px;
}
header nav.top .nav-row-top .right .language:hover .lang-switcher, header nav.top .nav-row-top .right .language:focus-within .lang-switcher {
opacity: 1;
pointer-events: all;
transform: translateY(0);
}
header nav.top .nav-row-top .right .language .lang-switcher {
position: absolute;
top: 100%;
right: 0;
flex-direction: column;
padding: 12px 0;
border-radius: 8px;
list-style-type: none;
background-color: #fff;
filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
opacity: 0;
pointer-events: none;
transform: translateY(20px);
z-index: 9;
transition: 0.3s all;
}
header nav.top .nav-row-top .right .language .lang-switcher .lang-item a {
text-transform: none;
display: flex;
gap: 4px;
align-items: center;
line-height: 1;
height: 24px;
padding: 0 24px;
}
header nav.top .nav-row-top .right .language .lang-switcher .lang-item a:hover {
background-color: #f7f0e3;
}
header nav.top .nav-row-top .right .language .lang-switcher .lang-item.current-lang a {
background-color: #f7f0e3;
}
header nav.top .nav-item {
display: flex;
align-items: center;
column-gap: 6px;
font-size: 1.3rem;
line-height: 0;
}
header nav.top .nav-item .clock-svg {
margin-bottom: 1px;
}
header nav.bottom .nav-row-bottom {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
header nav.bottom .logo {
width: 200px;
margin: 20px 0;
z-index: 2;
}
@media screen and (min-width: 1024px) {
header nav.bottom .logo {
width: 240px;
margin: 24px 0;
}
}
@media only screen and (min-width: 1023px) and (max-width: 1142px) {
header nav.bottom .logo {
width: 200px;
}
}
header nav.bottom .logo img {
width: 100%;
}
header nav.bottom .main-menu {
position: fixed;
top: 0;
left: 100vw;
width: 100vw;
min-height: 100svh;
display: flex;
flex-direction: column;
margin-top: 80px;
padding-bottom: 150px;
background-color: #fff;
height: calc(100% - 89px);
list-style: none;
z-index: 1;
transition: 0.3s all;
overflow: scroll;
}
header nav.bottom .main-menu.active {
left: 0;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu {
position: static;
flex-direction: row;
top: unset;
left: unset;
width: auto;
min-height: auto;
margin-top: unset;
padding-bottom: unset;
height: auto;
z-index: 1;
transition: 0.3s all;
overflow: unset;
justify-content: space-between;
gap: 24px;
}
}
header nav.bottom .main-menu .menu-item {
margin: 0 16px;
padding: 22px 0;
font-size: 1.5rem;
border-bottom: 1px solid #f7f0e3;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item {
position: relative;
font-size: 1.7rem;
margin: unset;
padding: unset;
border-bottom: none;
}
}
@media only screen and (min-width: 1023px) and (max-width: 1142px) {
header nav.bottom .main-menu .menu-item {
font-size: 1.5rem;
}
}
header nav.bottom .main-menu .menu-item.active .chevron {
transform: rotate(0);
}
header nav.bottom .main-menu .menu-item a {
display: flex;
justify-content: space-between;
align-items: center;
text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item a {
border-bottom: 1px solid transparent;
}
}
header nav.bottom .main-menu .menu-item a.no-url {
cursor: text;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item a:hover:not(.no-url) {
border-bottom: 1px solid #ef8331;
}
}
header nav.bottom .main-menu .menu-item .chevron {
transform: rotate(-180deg);
transition: 0.3s all;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item .chevron {
display: none;
}
}
header nav.bottom .main-menu .menu-item .main-menu-inner-wrapper {
display: grid;
grid-template-rows: 0fr;
transition: 0.3s all;
}
header nav.bottom .main-menu .menu-item .main-menu-inner-wrapper.active {
grid-template-rows: 1fr;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item .main-menu-inner-wrapper {
display: block;
position: absolute;
top: 100%;
left: 50%;
width: max-content;
padding-top: 24px;
opacity: 0;
pointer-events: none;
transform: translate(-50%, 20px);
transition: opacity 0.3s ease, transform 0.3s ease;
}
header nav.bottom .main-menu .menu-item .main-menu-inner-wrapper:focus-within {
opacity: 1;
pointer-events: all;
transform: translate(-50%, 0);
}
}
header nav.bottom .main-menu .menu-item .main-menu-inner {
list-style: none;
overflow: hidden;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item .main-menu-inner {
width: max-content;
padding: 24px;
display: flex;
flex-direction: column;
gap: 10px;
filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
will-change: filter;
background-color: #fff;
border-radius: 12px;
z-index: 9;
overflow: visible;
}
header nav.bottom .main-menu .menu-item .main-menu-inner::before {
content: "";
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%) rotate(-45deg);
width: 25px;
height: 25px;
background-color: #fff;
z-index: 9;
}
}
header nav.bottom .main-menu .menu-item .main-menu-inner .menu-item-inner {
margin-top: 20px;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item .main-menu-inner .menu-item-inner {
margin-top: 0;
}
}
header nav.bottom .main-menu .menu-item .main-menu-inner .menu-item-inner a {
padding-left: 20px;
color: #8f8e8e;
text-transform: none;
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item .main-menu-inner .menu-item-inner a {
padding-left: 0;
color: #000;
display: block;
width: 100%;
border-bottom: 1px solid transparent;
}
header nav.bottom .main-menu .menu-item .main-menu-inner .menu-item-inner a:hover {
border-bottom: 1px solid #ef8331;
}
}
@media screen and (min-width: 1024px) {
header nav.bottom .main-menu .menu-item:hover .main-menu-inner-wrapper,
header nav.bottom .main-menu .menu-item:hover + .main-menu-inner-wrapper,
header nav.bottom .main-menu .menu-item a:focus .main-menu-inner-wrapper,
header nav.bottom .main-menu .menu-item a:focus + .main-menu-inner-wrapper {
opacity: 1;
pointer-events: all;
transform: translate(-50%, 0);
}
}
header nav.bottom .mobile-menu-toggle {
position: relative;
padding: 12px 6px;
width: 48px;
height: 48px;
z-index: 1;
border: none;
}
@media screen and (min-width: 1024px) {
header nav.bottom .mobile-menu-toggle {
display: none;
}
}
header nav.bottom .mobile-menu-toggle .line {
position: absolute;
top: 12px;
left: 6px;
width: 36px;
height: 4px;
background-color: #000;
border-radius: 12px;
transition: 0.3s all;
pointer-events: none;
}
header nav.bottom .mobile-menu-toggle .line:nth-child(2) {
top: 22px;
}
header nav.bottom .mobile-menu-toggle .line:nth-child(3) {
top: 32px;
}
header nav.bottom .mobile-menu-toggle.active .line {
transform: rotate(-45deg) translate(-8px, 6px);
}
header nav.bottom .mobile-menu-toggle.active .line:nth-child(2) {
opacity: 0;
}
header nav.bottom .mobile-menu-toggle.active .line:nth-child(3) {
transform: rotate(45deg) translate(-8px, -6px);
}
header nav.bottom .mobile-nav,
header nav.bottom .lang-item {
display: flex;
align-items: center;
gap: 8px;
margin: 0 16px;
padding: 16px 0;
font-size: 1.2rem;
border-bottom: 1px solid #f7f0e3;
}
header nav.bottom .mobile-nav.mobile-working-hours,
header nav.bottom .lang-item.mobile-working-hours {
padding: 0;
border-bottom: none;
}
header nav.bottom .mobile-nav svg,
header nav.bottom .lang-item svg {
width: 14px;
height: 14px;
}
@media screen and (min-width: 1024px) {
header nav.bottom .mobile-nav,
header nav.bottom .lang-item {
display: none;
}
}
footer.footer {
border-top: 1px solid #ef8331;
padding: 40px 0 0 0;
}
footer.footer .logo {
display: block;
width: 240px;
margin-bottom: 40px;
}
footer.footer .logo img {
width: 100%;
}
footer.footer .info {
margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
footer.footer .info {
margin-bottom: 40px;
}
}
footer.footer .info .link {
border-bottom: 1px solid transparent;
transition: border-color 0.3s ease;
}
footer.footer .info .link:hover {
border-color: #ef8331;
}
footer.footer .socials {
display: flex;
justify-content: flex-start;
flex-wrap: nowrap;
gap: 40px;
}
footer.footer .socials .social {
display: block;
color: #ef8331;
transition: color 0.3s ease;
margin-bottom: 20px;
}
footer.footer .socials .social:hover {
color: #542b2d;
}
@media screen and (min-width: 1024px) {
footer.footer .socials .social {
margin-bottom: 0;
}
}
@media screen and (min-width: 426px) {
footer.footer .footer-menu {
display: flex;
justify-content: space-between;
}
}
footer.footer .footer-menu .menu-column {
display: flex;
flex-direction: column;
gap: 20px;
list-style: none;
margin-bottom: 20px;
}
footer.footer .footer-menu .menu-column:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
footer.footer .footer-menu .menu-column {
gap: 12px;
margin-bottom: 0;
}
}
footer.footer .footer-menu .menu-column .menu-item {
width: max-content;
border-bottom: 1px solid transparent;
transition: border-color 0.3s ease;
}
footer.footer .footer-menu .menu-column .menu-item:hover {
border-color: #ef8331;
}
footer.footer .copyright {
border-top: 1px solid #f7f0e3;
margin-top: 40px;
padding: 8px 0;
}
@media screen and (min-width: 768px) {
footer.footer .copyright {
display: flex;
justify-content: space-between;
align-items: center;
}
}
footer.footer .copyright .left {
display: flex;
flex-direction: column;
align-items: center;
}
@media screen and (min-width: 768px) {
footer.footer .copyright .left {
display: block;
}
}
footer.footer .copyright .left .link {
border-bottom: 1px solid transparent;
transition: border-color 0.3s ease;
}
footer.footer .copyright .left .link:hover {
border-color: #ef8331;
}
footer.footer .copyright .right {
display: block;
text-align: center;
margin: 8px auto 0 auto;
}
@media screen and (min-width: 768px) {
footer.footer .copyright .right {
margin: 0;
}
}
footer.footer .copyright .right svg {
width: auto;
height: 16px;
}
.breadcrumbs {
background: rgba(247, 240, 227, 0.2);
padding: 12px 0;
color: #767676;
}
.breadcrumbs .breadcrumbs-content {
display: flex;
align-items: center;
flex-wrap: nowrap;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.breadcrumbs .breadcrumbs-content {
gap: 8px;
}
}
.breadcrumbs .breadcrumbs-content .display-desktop {
display: none;
}
@media screen and (min-width: 768px) {
.breadcrumbs .breadcrumbs-content .display-desktop {
display: block;
}
}
.breadcrumbs .breadcrumbs-content .display-mobile {
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (min-width: 768px) {
.breadcrumbs .breadcrumbs-content .display-mobile {
display: none;
}
}
.breadcrumbs .breadcrumbs-content .separator {
min-width: 24px;
min-height: 24px;
}
.breadcrumbs .breadcrumbs-content .link {
white-space: nowrap;
}
@media screen and (min-width: 768px) {
.breadcrumbs .breadcrumbs-content .link {
border-bottom: 1px solid transparent;
transition: border-color 0.3s ease;
}
.breadcrumbs .breadcrumbs-content .link:hover {
border-color: #ef8331;
}
}
.breadcrumbs .breadcrumbs-content .current {
color: #ef8331;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.share {
background: rgba(247, 240, 227, 0.2);
padding: 24px 0;
}
.share .display-desktop {
display: none;
}
@media screen and (min-width: 768px) {
.share .display-desktop {
display: block;
}
}
.share .share-content {
display: flex;
justify-content: center;
align-items: center;
gap: 18px;
}
.share .text {
font-size: 1.8rem;
font-weight: 600;
}
.share .icon-link {
height: 32px;
padding: 4px;
cursor: pointer;
transition: 0.3s all ease;
border-radius: 50%;
border: 1px solid transparent;
}
.share .icon-link:hover {
border: 1px solid #ef8331;
}
.share .icon-link svg {
height: 100%;
width: auto;
color: #ef8331;
}
.paieska-modal {
display: none;
position: fixed;
z-index: 99999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.9);
align-items: center;
justify-content: center;
}
.paieska-modal-content {
display: flex;
flex-direction: column;
box-sizing: border-box;
display: block;
background-color: #fff;
margin: auto;
width: 100%;
height: 100vh;
padding: 15vmax 5vmax;
}
@media screen and (min-width: 768px) {
.paieska-modal-content {
padding: 5vmax 10vmax;
}
}
.close-modal {
position: absolute;
right: 5vmax;
top: 5vmax;
color: #aaa;
float: right;
font-size: 60px;
font-weight: bold;
}
@media screen and (min-width: 768px) {
.close-modal {
top: 2.5vmax;
}
}
.close-modal:hover,
.close-modal:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.paieska-section {
margin-bottom: 20px;
}
#paieska-input {
width: 100%;
padding: 20px 16px;
font-size: 24px;
border: 1px solid #000;
text-transform: none;
}
#paieska-input::placeholder {
color: #dedede;
}
.results-section {
overflow: hidden;
overflow-y: auto;
max-height: calc(100% - 5vmax);
min-height: 200px;
}
#paieska-results {
list-style: none;
padding: 0;
}
#paieska-results li {
padding: 10px;
border-bottom: 1px solid #ddd;
}
#paieska-results li a {
font-weight: bold;
font-size: 16px;
text-decoration: none;
color: #333;
}
#paieska-results li a:hover {
text-decoration: underline;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #f6c24e;
}
.lg-backdrop {
backdrop-filter: blur(10px);
background: rgba(247, 240, 227, 0.5);
}
.lg-outer .lg-thumb-outer,
.lg-sub-html {
background: rgba(247, 240, 227, 0.9);
}
.lg-container .lg-counter,
.lg-toolbar .lg-counter {
color: #000;
}
.lg-container .lg-icon,
.lg-toolbar .lg-icon {
color: #000;
background-color: transparent;
font-size: 24px;
transition: color 0.3s ease;
}
.lg-container .lg-icon:hover,
.lg-toolbar .lg-icon:hover {
color: #f6c24e;
}
.lg-container .lg-components .lg-sub-html,
.lg-toolbar .lg-components .lg-sub-html {
color: #000;
}
.title-wrapper {
padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
.title-wrapper {
padding: 64px 0;
}
}
@media screen and (min-width: 1024px) {
.title-wrapper {
padding: 96px 0;
}
}
.title-wrapper h1.component-title {
position: relative;
font-size: 3rem;
font-weight: 700;
margin: 0 auto;
width: fit-content;
}
@media screen and (min-width: 768px) {
.title-wrapper h1.component-title {
font-size: 4.4rem;
}
}
@media screen and (min-width: 1024px) {
.title-wrapper h1.component-title {
font-size: 6rem;
}
}
.title-wrapper h1.component-title .title-graphic {
position: absolute;
top: 50%;
left: -32px;
transform: translateY(-50%);
width: 64px;
height: 64px;
color: #f7f0e3;
z-index: -1;
}
@media screen and (min-width: 768px) {
.title-wrapper h1.component-title .title-graphic {
left: -50px;
width: 100px;
height: 100px;
}
}
@media screen and (min-width: 1024px) {
.title-wrapper h1.component-title .title-graphic {
left: -75px;
width: 170px;
height: 170px;
}
}
.with-underline {
position: relative;
width: fit-content;
padding-bottom: 8px;
margin-bottom: 32px;
}
.with-underline::after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 70%;
height: 4px;
background-color: #f6c24e;
}
.pagination,
.woocommerce-pagination {
margin: 16px auto 0 auto;
text-align: center;
transition: 0.3s all;
}
.woocommerce-pagination {
margin: 32px auto 0 auto;
}
@media screen and (min-width: 768px) {
.woocommerce-pagination {
margin: 64px auto 0 auto;
}
}
.pagination a,
.pagination span,
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
display: inline-block;
margin: 2px;
padding: 4px 16px;
border-radius: 8px;
border: 1px solid #f6c24e;
color: #333;
text-decoration: none;
}
.pagination .current,
.woocommerce-pagination .page-numbers span.page-numbers.current {
background-color: #f6c24e;
color: #fff;
border-color: #f6c24e;
}
.pagination a:hover,
.woocommerce-pagination .page-numbers a.page-numbers:hover {
background-color: #f7f0e3;
}
section.hero {
padding: 20px 0;
}
@media screen and (min-width: 1024px) {
section.hero {
padding: 32px 0 64px 0;
}
}
section.hero .carousel-container {
aspect-ratio: 450/208;
width: 100%;
}
section.hero .carousel-container .carousel {
aspect-ratio: 450/208;
width: 100%;
}
section.hero .carousel-container .carousel .carousel-item {
display: block;
aspect-ratio: 450/208;
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 20px;
visibility: hidden;
opacity: 0;
transition: opacity 1.5s ease;
height: 0;
overflow: hidden;
}
section.hero .carousel-container .carousel .carousel-item h2 {
transform: translateY(40px);
opacity: 0;
transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
section.hero .carousel-container .carousel .carousel-item .date {
transform: translateY(40px);
opacity: 0;
transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
section.hero .carousel-container .carousel .carousel-item .time {
transform: translateY(40px);
opacity: 0;
transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
section.hero .carousel-container .carousel .carousel-item.active {
visibility: visible;
opacity: 1;
height: 100%;
padding: 20px;
}
@media screen and (min-width: 1024px) {
section.hero .carousel-container .carousel .carousel-item.active {
padding: 144px 42px;
border-radius: 40px;
}
}
@media screen and (min-width: 1024px) {
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content {
width: 41.6666666667%;
}
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content h2 {
font-size: 2.8rem;
line-height: normal;
font-weight: 700;
margin-bottom: 140px;
opacity: 1;
transform: translateY(0);
}
@media screen and (min-width: 1024px) {
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content h2 {
font-size: 3.8rem;
margin-bottom: 42px;
}
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container {
display: flex;
gap: 42px;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .content-datetime {
display: flex;
flex-direction: column;
gap: 4px;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .content-datetime .date {
font-weight: 600;
color: #ef8331;
transform: translateY(0);
opacity: 1;
transition-delay: 0.1s;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .content-datetime .time {
transform: translateY(0);
opacity: 1;
transition-delay: 0.2s;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .carousel-item-link {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 12px 36px;
border-radius: 14px;
background: #ef8331;
color: #f7f0e3;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .carousel-item-link::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #ef8331 0%, #f0a242 50%, #f6c24e 100%);
border-radius: 14px;
opacity: 1;
transition: opacity 0.3s ease;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .carousel-item-link svg {
position: relative;
transition: transform 0.3s;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .carousel-item-link:hover::before {
opacity: 0;
}
section.hero .carousel-container .carousel .carousel-item.active .carousel-item-content .content-container .carousel-item-link:hover svg {
transform: translateX(8px);
}
section.hero .carousel-container .carousel-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
margin-top: 20px;
height: 18px;
}
@media screen and (min-width: 1024px) {
section.hero .carousel-container .carousel-pagination {
margin-top: 42px;
}
}
section.hero .carousel-container .carousel-pagination .carousel-pagination-item {
width: 8px;
height: 8px;
border-radius: 2px;
background-color: #f6c24e;
cursor: pointer;
transition: 0.3s all;
border: none;
}
section.hero .carousel-container .carousel-pagination .carousel-pagination-item.active {
width: 18px;
height: 18px;
background-color: #ef8331;
}
section.information {
background-image: url(//www.lsim.lt/wp-content/themes/lsimtheme/images/bg/landing-info-v3.svg);
background-size: contain;
background-repeat: repeat;
background-color: #f6f5ec;
padding: 40px 0;
}
@media screen and (min-width: 1024px) {
section.information {
padding: 120px 0;
}
}
section.information .info-row {
row-gap: 16px;
}
section.information .info-card {
position: relative;
display: flex;
justify-content: space-between;
background-color: #fff;
padding: 24px 38px 24px 84px;
border-radius: 40px;
min-height: 168px;
gap: 4px;
transition: box-shadow 0.3s ease;
}
section.information .info-card:hover {
box-shadow: 15px 15px 20px rgba(255, 125, 48, 0.15);
}
section.information .info-card:hover .arrow {
transform: translateX(14px);
}
section.information .info-card .svg {
position: absolute;
top: 24px;
left: 24px;
width: 120px;
height: 120px;
}
section.information .info-card .title {
position: relative;
font-family: "Quicksand", sans-serif;
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 18px;
}
section.information .info-card .desc {
position: relative;
}
section.information .info-card .desc.desc-contacts {
display: flex;
gap: 12px;
}
section.information .info-card .desc.desc-contacts .flex-col {
display: flex;
flex-direction: column;
}
section.information .info-card .desc.desc-contacts .flex-col .link {
display: inline-block;
}
section.information .info-card .arrow {
margin-top: auto;
color: #f6c24e;
transition: transform 0.3s ease;
}
section.museum {
background-color: #f7f0e3;
padding: 50px 0;
}
@media screen and (min-width: 1024px) {
section.museum {
padding: 120px 0;
}
}
section.museum .title {
font-size: 4.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
section.museum .title {
margin-bottom: 80px;
}
}
section.museum .row-museum-card {
row-gap: 12px;
}
section.museum .row-museum-card .museum-card {
display: block;
border-radius: 40px;
background-color: #fff;
padding: 24px 24px 32px 24px;
transition: 0.3s box-shadow;
}
section.museum .row-museum-card .museum-card .image {
height: 280px;
border-radius: 24px;
overflow: hidden;
margin-bottom: 24px;
}
section.museum .row-museum-card .museum-card .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
section.museum .row-museum-card .museum-card .text {
font-size: 2.4rem;
font-weight: 600;
text-transform: uppercase;
display: flex;
justify-content: center;
gap: 8px;
color: #4a080d;
transition: 0.3s all;
}
section.museum .row-museum-card .museum-card .text .arrow svg {
height: 20px;
transition: 0.3s transform;
}
section.museum .row-museum-card .museum-card:hover {
box-shadow: 15px 15px 20px rgba(255, 125, 48, 0.15);
}
section.museum .row-museum-card .museum-card:hover .text {
color: #f6c24e;
}
section.museum .row-museum-card .museum-card:hover .arrow svg {
transform: translateX(5px);
}
section.virtual-museum {
background-size: cover;
background-position: center bottom;
}
section.virtual-museum .link-wrapper {
display: block;
padding: 90px 0;
}
@media screen and (min-width: 1024px) {
section.virtual-museum .link-wrapper {
padding: 150px 0;
}
}
section.virtual-museum .virtual-museum-tekstas {
display: flex;
justify-content: center;
gap: 8px;
align-items: center;
font-size: 2rem;
font-weight: 600;
color: #f7f0e3;
text-transform: uppercase;
transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
section.virtual-museum .virtual-museum-tekstas {
font-size: 4.2rem;
}
}
section.virtual-museum .virtual-museum-tekstas svg {
transition: transform 0.3s ease;
min-width: 24px;
height: auto;
}
@media screen and (min-width: 1024px) {
section.virtual-museum .virtual-museum-tekstas svg {
min-width: 50px;
}
}
@media screen and (min-width: 1024px) {
section.virtual-museum .virtual-museum-tekstas svg {
min-width: auto;
}
}
section.virtual-museum:hover .virtual-museum-tekstas {
color: #ef8331;
}
section.virtual-museum:hover svg {
transform: translateX(7px);
}
section.partners {
padding: 50px 0;
}
@media screen and (min-width: 1024px) {
section.partners {
padding: 120px 0;
}
}
section.partners .title {
font-size: 2.4rem;
font-weight: 600;
text-align: center;
margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
section.partners .title {
font-size: 3.2rem;
margin-bottom: 60px;
}
}
@keyframes slide {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
section.partners .logos {
overflow: hidden;
white-space: nowrap;
position: relative;
height: 40px;
}
@media screen and (min-width: 1024px) {
section.partners .logos {
height: 50px;
}
}
section.partners .logos:hover .logos-slide {
animation-play-state: paused;
}
section.partners .logos .logos-slide {
display: inline-block;
animation: 35s slide infinite linear;
}
section.partners .logos .logos-slide img {
height: 40px;
margin: 0 16px;
opacity: 0.7;
transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
section.partners .logos .logos-slide img {
height: 50px;
margin: auto 40px;
}
}
section.partners .logos .logos-slide img:hover {
opacity: 1;
}
section.single-post {
padding: 40px 0;
}
@media screen and (min-width: 1024px) {
section.single-post {
padding: 90px 0;
}
}
section.single-post .title {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
section.single-post .title {
font-size: 4.4rem;
}
}
section.single-post .date-cat-wrapper {
display: flex;
flex-direction: column;
row-gap: 4px;
margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
section.single-post .date-cat-wrapper {
row-gap: 12px;
margin-bottom: 42px;
}
}
section.single-post .date-cat-wrapper .date {
color: #ef8331;
font-weight: 600;
text-align: center;
}
section.single-post .date-cat-wrapper .categories {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 24px;
row-gap: 12px;
}
section.single-post .date-cat-wrapper .categories .category {
padding: 0 8px;
border-bottom: 1px solid #ff7d30;
}
section.single-post .main-image {
width: 100%;
height: 160px;
border-radius: 24px;
overflow: hidden;
margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
section.single-post .main-image {
height: 260px;
}
}
@media screen and (min-width: 1024px) {
section.single-post .main-image {
height: 500px;
border-radius: 40px;
margin-bottom: 42px;
}
}
section.single-post .main-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
section.single-renginys {
padding: 40px 0;
}
@media screen and (min-width: 1024px) {
section.single-renginys {
padding: 90px 0;
}
}
section.single-renginys .title {
font-size: 2.4rem;
font-weight: 700;
line-height: normal;
margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
section.single-renginys .title {
font-size: 4.4rem;
margin-bottom: 32px;
}
}
section.single-renginys .categories {
display: flex;
gap: 24px;
margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
section.single-renginys .categories {
margin-bottom: 42px;
}
}
section.single-renginys .categories .category {
padding: 0 8px;
border-bottom: 1px solid #ff7d30;
}
section.single-renginys .renginys-inner-cards {
display: flex;
flex-direction: column;
row-gap: 4px;
margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
section.single-renginys .renginys-inner-cards {
row-gap: 12px;
margin-bottom: 0;
}
}
section.single-renginys .renginys-inner-cards .renginys-inner-card {
display: flex;
align-items: center;
gap: 16px;
width: 100%;
padding: 16px;
background-color: #f7f0e3;
border-radius: 30px;
}
@media screen and (min-width: 1024px) {
section.single-renginys .renginys-inner-cards .renginys-inner-card {
gap: 24px;
padding: 24px;
border-radius: 40px;
}
}
section.single-renginys .renginys-inner-cards .renginys-inner-card-svg {
color: #fff;
}
section.single-renginys .renginys-inner-cards .renginys-inner-card-content {
font-weight: 600;
}
@media screen and (min-width: 1024px) {
section.single-renginys .renginys-inner-cards .renginys-inner-card-content {
font-size: 1.8rem;
}
}
section.single-renginys .renginys-inner-cards .renginys-inner-card-content .link {
color: #ef8331;
}
section.single-renginys .renginys-inner-cards .renginys-inner-card-content .link:hover {
text-decoration: underline;
}
section.single-renginys .main-image {
width: 100%;
border-radius: 24px;
overflow: hidden;
margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
section.single-renginys .main-image {
margin-bottom: 42px;
}
}
section.single-renginys .main-image img {
display: block;
width: 100%;
height: 100%;
}
section.archive-post {
padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
section.archive-post {
row-gap: 24px;
padding-bottom: 64px;
}
}
@media screen and (min-width: 1024px) {
section.archive-post {
padding-bottom: 96px;
}
}
section.archive-post .post-row-content {
row-gap: 12px;
}
@media screen and (min-width: 768px) {
section.archive-post .post-row-content {
row-gap: 24px;
}
}
.template-leidyba {
padding: 0 0 40px;
}
@media screen and (min-width: 1024px) {
.template-leidyba {
padding: 0 0 90px;
}
}
.leidyba-content {
margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
.leidyba-content {
font-size: 1.8rem;
}
}
@media screen and (min-width: 1024px) {
.leidyba-content {
font-size: 2rem;
}
}
.row-leidyba {
row-gap: 12px;
}
@media screen and (min-width: 1024px) {
.row-leidyba {
row-gap: 24px;
}
}
.row-leidyba .eleidinys-card {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
border-radius: 12px;
}
.row-leidyba .eleidinys-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #f7f0e3;
border-radius: 12px;
}
.row-leidyba .eleidinys-card .animation {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 98%;
height: 98%;
border-radius: 12px;
z-index: -1;
transition: width 0.3s ease, height 0.3s ease;
}
.row-leidyba .eleidinys-card--content {
position: relative;
display: flex;
flex-direction: column;
gap: 6px;
justify-content: space-between;
font-family: "Quicksand", sans-serif;
font-optical-sizing: auto;
padding: 24px;
margin-bottom: auto;
flex: 1;
}
.row-leidyba .eleidinys-card--title {
font-size: 1.8rem;
font-weight: 700;
}
@media screen and (min-width: 1024px) {
.row-leidyba .eleidinys-card--title {
font-size: 2.4rem;
}
}
.row-leidyba .eleidinys-card--cta {
width: fit-content;
margin-left: auto;
transition: transform 0.3s ease;
}
.row-leidyba .eleidinys-card--img-wrapper {
width: 100%;
height: 140px;
overflow: hidden;
}
@media screen and (min-width: 1024px) {
.row-leidyba .eleidinys-card--img-wrapper {
height: 200px;
}
}
.row-leidyba .eleidinys-card--img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.01);
transition: transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
.row-leidyba .eleidinys-card:hover::before {
background-color: transparent;
}
.row-leidyba .eleidinys-card:hover .animation {
width: calc(100% + 32px);
height: calc(100% + 32px);
}
.row-leidyba .eleidinys-card:hover .eleidinys-card--title {
color: #fff;
}
.row-leidyba .eleidinys-card:hover .eleidinys-card--cta {
color: #fff;
transform: rotate(-45deg);
}
.row-leidyba .eleidinys-card:hover .eleidinys-card--img {
transform: scale(1.1) !important;
}
}
.template-puslapis {
padding: 0 0 40px;
}
@media screen and (min-width: 1024px) {
.template-puslapis {
padding: 0 0 90px;
}
}
.naujiena-card {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
border-radius: 40px;
border: 4px solid #f7f0e3;
background-color: #f7f0e3;
padding: 16px;
transition: 0.3s background-color ease;
}
.naujiena-card:hover {
background-color: #fff;
}
.naujiena-card:hover .arrow {
transform: translateX(7px);
}
.naujiena-card .image {
position: relative;
width: 100%;
height: 208px;
border-radius: 24px;
overflow: hidden;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
.naujiena-card .image {
margin-bottom: 24px;
}
}
.naujiena-card .image img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.naujiena-card .image .renginys-tab {
position: absolute;
bottom: 8px;
left: 8px;
background-color: #ef8331;
color: #f7f0e3;
font-size: 1.4rem;
padding: 8px 16px;
border-radius: 24px;
}
.naujiena-card .content-category {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
.naujiena-card .content-category {
margin-bottom: 24px;
}
}
.naujiena-card .content-category .category-item {
padding: 0 8px;
border-bottom: 1px solid #ff7d30;
}
.naujiena-card .content-title {
font-size: 1.8rem;
line-height: normal;
margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
.naujiena-card .content-title {
font-size: 2rem;
font-weight: 600;
}
}
.naujiena-card .content-excerpt {
flex: 1;
margin-bottom: 12px;
display: -webkit-box;
line-clamp: 3;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (min-width: 1024px) {
.naujiena-card .content-excerpt {
margin-bottom: 24px;
}
}
.naujiena-card .content-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.naujiena-card .content-wrapper .date {
color: #ef8331;
font-weight: 600;
}
.naujiena-card .content-wrapper .arrow {
color: #ef8331;
margin-right: 7px;
transition: transform 0.3s ease;
}
.renginys-card {
display: block;
background-color: #f7f0e3;
padding: 20px;
border: 4px solid #f7f0e3;
border-radius: 40px;
transition: background-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
.renginys-card {
display: flex;
align-items: center;
gap: 150px;
}
.renginys-card:hover {
background-color: #fff;
}
.renginys-card:hover .arrow {
transform: translateX(7px);
}
}
.renginys-card .image {
aspect-ratio: 450/208;
width: 100%;
border-radius: 20px;
overflow: hidden;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
.renginys-card .image {
margin-bottom: 0;
width: auto;
height: 208px;
border-radius: 24px;
}
}
.renginys-card .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (min-width: 1024px) {
.renginys-card .content {
flex: 1;
}
}
.renginys-card .content .content-category {
display: flex;
gap: 12px 24px;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
.renginys-card .content .content-category {
margin-bottom: 18px;
}
}
.renginys-card .content .content-category .category-item {
padding: 0 8px;
border-bottom: 1px solid #ff7d30;
}
.renginys-card .content .content-title {
font-family: "Quicksand", sans-serif;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
.renginys-card .content .content-title {
font-size: 2.4rem;
margin-bottom: 18px;
}
}
.renginys-card .content .content-date {
color: #ef8331;
font-weight: 500;
}
.renginys-card .content .content-wrapper {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
justify-content: flex-start;
gap: 32px;
}
.renginys-card .content .content-wrapper .date-time-wrapper {
display: flex;
flex-direction: column;
}
.renginys-card .content .content-wrapper .time {
color: #000;
font-size: 1.4rem;
}
.renginys-card .content .content-wrapper .arrow {
display: block;
color: #f6c24e;
transition: transform 0.3s ease;
margin-left: auto;
}
@media screen and (min-width: 1024px) {
.renginys-card .content .content-wrapper .arrow {
margin-left: unset;
}
}
.virtuali-paroda-card {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
border-radius: 40px;
border: 4px solid #f7f0e3;
background-color: #fff;
padding: 16px;
transition: 0.3s background-color ease;
}
@media screen and (min-width: 1024px) {
.virtuali-paroda-card:hover .arrow {
transform: rotate(-45deg);
}
.virtuali-paroda-card:hover:before {
transform: translate(16px, -16px);
}
}
.virtuali-paroda-card:before {
content: "";
position: absolute;
top: -4px;
left: -4px;
width: 100%;
height: 100%;
border-radius: 40px;
border: 4px solid #f7f0e3;
z-index: -1;
transition: 0.3s transform;
}
.virtuali-paroda-card .image {
width: 100%;
height: 208px;
border-radius: 24px;
overflow: hidden;
margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
.virtuali-paroda-card .image {
margin-bottom: 24px;
}
}
.virtuali-paroda-card .image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.virtuali-paroda-card .content-title {
font-size: 1.8rem;
line-height: normal;
margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
.virtuali-paroda-card .content-title {
font-size: 2rem;
font-weight: 600;
}
}
.virtuali-paroda-card .content-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.virtuali-paroda-card .content-wrapper .date {
color: #ef8331;
font-weight: 600;
}
.virtuali-paroda-card .content-wrapper .arrow {
color: #ef8331;
margin-right: 7px;
transition: transform 0.3s ease;
}
section.display-more-post {
padding: 50px 0;
}
@media screen and (min-width: 1024px) {
section.display-more-post {
padding: 90px 0;
}
}
section.display-more-post.mt0 {
padding-top: 0;
}
section.display-more-post .row-content {
margin-bottom: 40px;
gap: 12px;
}
@media screen and (min-width: 1024px) {
section.display-more-post .row-content {
margin-bottom: 12px;
}
}
section.display-more-post .title {
font-size: 3.3rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
section.display-more-post .title {
font-size: 4.4rem;
margin-bottom: 80px;
}
}
section.display-more-post .naujienos-row-content {
row-gap: 12px;
margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
section.display-more-post .naujienos-row-content {
margin-bottom: 24px;
}
}
section.display-more-post .naujienos-row-content.naujienos-rinkiniuose-row-content {
row-gap: 16px;
}
@media screen and (min-width: 1024px) {
section.display-more-post .naujienos-row-content.naujienos-rinkiniuose-row-content {
row-gap: 32px;
}
}
section.display-more-post .more {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
gap: 8px;
width: fit-content;
margin-left: auto;
color: #542b2d;
text-transform: uppercase;
font-size: 1.8rem;
font-weight: 600;
transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
section.display-more-post .more {
justify-content: flex-end;
margin-right: 7px;
}
}
section.display-more-post .more:hover {
color: #ef8331;
}
section.display-more-post .more:hover svg {
transform: translateX(7px);
}
section.display-more-post .more svg {
margin-bottom: 3px;
width: 22px;
height: 22px;
transition: transform 0.3s ease;
}
section.display-more-renginiai {
padding: 50px 0;
}
@media screen and (min-width: 1024px) {
section.display-more-renginiai {
padding: 120px 0;
}
}
section.display-more-renginiai .row-content {
margin-bottom: 40px;
gap: 12px;
}
@media screen and (min-width: 1024px) {
section.display-more-renginiai .row-content {
margin-bottom: 12px;
}
}
section.display-more-renginiai .title {
font-size: 3.3rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
section.display-more-renginiai .title {
font-size: 4.4rem;
margin-bottom: 80px;
}
}
section.display-more-renginiai .more {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
gap: 8px;
width: fit-content;
margin-left: auto;
color: #542b2d;
text-transform: uppercase;
font-size: 1.8rem;
font-weight: 600;
transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
section.display-more-renginiai .more {
justify-content: flex-end;
margin-right: 7px;
}
}
section.display-more-renginiai .more:hover {
color: #ef8331;
}
section.display-more-renginiai .more:hover svg {
transform: translateX(7px);
}
section.display-more-renginiai .more svg {
margin-bottom: 3px;
width: 22px;
height: 22px;
transition: transform 0.3s ease;
}
.post-content-row {
row-gap: 12px;
}
@media screen and (min-width: 1024px) {
.post-content-row {
row-gap: 24px;
}
}
.post-content-row > *:first-child {
margin-top: 0;
}
.content-text > *:first-child {
margin-top: 0;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
margin-top: 32px;
}
.content-text p {
margin-top: 12px;
}
@media screen and (min-width: 1024px) {
.content-text p {
font-size: 1.8rem;
margin-top: 24px;
}
}
.content-text p:first-child {
margin-top: 0;
}
.content-text ul,
.content-text ol {
list-style-position: inside;
margin-top: 12px;
}
@media screen and (min-width: 1024px) {
.content-text ul,
.content-text ol {
font-size: 1.8rem;
margin-top: 24px;
}
}
.content-text ul:first-child,
.content-text ol:first-child {
margin-top: 0;
}
.content-text ul li::marker,
.content-text ol li::marker {
color: #ef8331;
}
.content-text a {
color: #ef8331;
}
.content-text a:hover {
text-decoration: underline;
}
.content-text table {
display: block;
margin-top: 12px;
border-collapse: collapse;
overflow: auto;
}
@media screen and (min-width: 1024px) {
.content-text table {
margin-top: 24px;
}
}
.content-text table:first-child {
margin-top: 0;
}
.content-text table tbody {
display: table;
width: 100%;
min-width: 600px;
overflow-x: scroll;
}
.content-text table tr {
border-bottom: 1px solid #f7f0e3;
}
.content-text table tr th,
.content-text table tr td {
padding: 12px;
width: max-content !important;
}
.content-text table tr:first-child {
background-color: #f7f0e3;
}
.content-text table tr:first-child th,
.content-text table tr:first-child td {
white-space: nowrap;
font-weight: 600;
}
.content-image {
margin: 12px 0;
}
@media screen and (min-width: 1024px) {
.content-image {
margin: 24px 0;
}
}
.content-image .image-item {
display: block;
width: 100%;
height: auto;
border-radius: 40px;
overflow: hidden;
margin-bottom: 12px;
cursor: zoom-in;
}
.content-image .image-item img {
display: block;
width: 100%;
height: 100%;
transform: scale(1.01);
transition: 0.3s all;
}
.content-image .image-item img:hover {
transform: scale(1.15);
}
@media screen and (min-width: 1024px) {
.content-image .image-caption {
text-align: center;
}
.content-image .image-caption h5 {
font-size: 1.6rem;
}
}
.content-text-image .text-left,
.content-audio-text .text-left {
margin-top: 0;
margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
.content-text-image .text-left,
.content-audio-text .text-left {
margin-bottom: 0;
}
}
.content-text-image .image-right,
.content-audio-text .image-right {
margin-top: 0;
margin-bottom: 0;
}
.content-gallery {
margin-top: 12px;
}
@media screen and (min-width: 1024px) {
.content-gallery {
margin-top: 24px;
}
}
.content-gallery .title {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
.content-gallery .title {
font-size: 4.4rem;
margin-bottom: 42px;
}
}
.content-gallery .masonry-item {
display: block;
width: 48%;
height: auto;
float: left;
overflow: hidden;
cursor: zoom-in;
margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
.content-gallery .masonry-item {
width: calc(33.3333333333% - 7px);
}
}
.content-gallery .masonry-item .image-container {
overflow: hidden;
border-radius: 12px;
}
@media screen and (min-width: 1024px) {
.content-gallery .masonry-item .image-container {
border-radius: 24px;
}
}
.content-gallery .masonry-item .image-caption {
margin-top: 4px;
padding: 0 8px;
}
.content-gallery .gallery .gallery-item {
overflow: hidden;
cursor: zoom-in;
}
.content-gallery .gallery-item img,
.content-gallery .masonry-item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
transform: scale(1.01);
transition: 0.3s all;
}
.content-gallery .gallery-item img:hover,
.content-gallery .masonry-item img:hover {
transform: scale(1.15);
}
@media screen and (min-width: 1024px) {
.content-gallery .gallery-item img,
.content-gallery .masonry-item img {
border-radius: 24px;
}
}
.content-citation .cited-text {
border-left: 4px solid #ef8331;
padding-left: 24px;
color: #ef8331;
font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
.content-citation .cited-text {
font-size: 2rem;
}
}
.content-citation .description-text {
color: #999999;
font-size: 1.6rem;
padding-left: 29px;
text-align: right;
}
.content-accordion {
width: 100%;
}
.content-accordion .accordion-title {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
.content-accordion .accordion-title {
font-size: 3rem;
margin-bottom: 18px;
}
}
@media screen and (min-width: 1024px) {
.content-accordion .accordion-title {
font-size: 4rem;
margin-bottom: 24px;
}
}
.content-accordion .main-accordion .accordion-item {
border-bottom: 1px solid #000;
}
.content-accordion .main-accordion .accordion-item:first-child {
border-top: 1px solid #000;
}
.content-accordion .main-accordion .accordion-item .accordion-header {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
font-size: 1.8rem;
font-weight: 500;
padding: 16px 0;
cursor: pointer;
transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
.content-accordion .main-accordion .accordion-item .accordion-header {
padding: 24px 0;
}
}
@media screen and (min-width: 1024px) {
.content-accordion .main-accordion .accordion-item .accordion-header {
font-size: 2.4rem;
padding: 30px 0;
}
}
.content-accordion .main-accordion .accordion-item .accordion-header .chevron {
min-width: 32px;
min-height: 32px;
max-width: 32px;
max-height: 32px;
transform: rotate(-180deg);
transition: 0.3s transform ease;
}
.content-accordion .main-accordion .accordion-item .accordion-header:before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
height: 2px;
width: 0;
border-radius: 2px;
background-color: #ef8331;
transition: 0.2s width ease;
}
.content-accordion .main-accordion .accordion-item .accordion-header:hover, .content-accordion .main-accordion .accordion-item .accordion-header.active {
padding-left: 24px;
color: #ef8331;
}
.content-accordion .main-accordion .accordion-item .accordion-header:hover:before, .content-accordion .main-accordion .accordion-item .accordion-header.active:before {
width: 16px;
}
.content-accordion .main-accordion .accordion-item .accordion-header.active .chevron {
transform: rotate(0deg);
}
.content-accordion .main-accordion .accordion-item .accordion-content {
display: grid;
grid-template-rows: 0fr;
transition: 0.3s all ease;
}
.content-accordion .main-accordion .accordion-item .accordion-content > * {
overflow: hidden;
}
.content-accordion .main-accordion .accordion-item .accordion-content > :first-child {
margin-top: 0;
}
.content-accordion .main-accordion .accordion-item .accordion-content.active {
grid-template-rows: 1fr;
padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
.content-accordion .main-accordion .accordion-item .accordion-content.active {
padding-bottom: 24px;
}
}
@media screen and (min-width: 1024px) {
.content-accordion .main-accordion .accordion-item .accordion-content.active {
padding-bottom: 30px;
}
}
.content-separator {
width: 100%;
height: 2px;
background-color: #f7f0e3;
margin: 12px 0;
}
@media screen and (min-width: 1024px) {
.content-separator {
margin: 24px 0;
}
}
.side-gallery {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.side-gallery .gallery-item {
position: relative;
display: block;
aspect-ratio: 1/1;
width: calc(25% - 6px);
height: auto;
overflow: hidden;
border-radius: 20px;
}
.side-gallery .gallery-item img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.01);
transition: 0.3s all;
}
.side-gallery .gallery-item img:hover {
transform: scale(1.15);
}
.side-gallery .gallery-item:first-child {
aspect-ratio: unset;
width: 100%;
height: auto;
margin-bottom: 8px;
border-radius: 40px;
}
@media screen and (min-width: 1024px) {
.side-gallery .gallery-item:first-child {
height: 380px;
}
}
.side-gallery .gallery-item .extra-images-count {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 4rem;
font-weight: bold;
pointer-events: none;
}
@media screen and (min-width: 1024px) {
.mobile-row-reverse {
flex-direction: row-reverse;
}
}
.template-kontaktai {
margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
.template-kontaktai {
margin-bottom: 64px;
}
}
.template-kontaktai .kontaktai-content .content-title {
font-size: 2rem;
font-weight: bold;
margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.template-kontaktai .kontaktai-content .content-title {
font-size: 3.2rem;
margin-bottom: 32px;
}
}
@media screen and (min-width: 1024px) {
.template-kontaktai .kontaktai-content .kontaktai-element .top {
font-size: 1.8rem;
}
}
.template-kontaktai .kontaktai-content .kontaktai-element .bottom {
font-size: 1.8rem;
margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.template-kontaktai .kontaktai-content .kontaktai-element .bottom {
font-size: 2.2rem;
}
}
.template-kontaktai .kontaktai-content .kontaktai-element .bottom a {
color: #f6c24e;
border-bottom: 2px solid transparent;
transition: 0.3s all;
font-weight: bold;
}
.template-kontaktai .kontaktai-content .kontaktai-element .bottom a:hover {
border-bottom: 2px solid #f6c24e;
}
.template-kontaktai .kontaktai-form {
margin-top: 32px;
}
@media screen and (min-width: 1024px) {
.template-kontaktai .kontaktai-form {
margin-top: 0;
}
}
.template-kontaktai .kontaktai-form form > p {
margin-bottom: 16px;
}
.template-kontaktai .kontaktai-form label {
font-weight: 500;
}
.template-kontaktai .kontaktai-form input,
.template-kontaktai .kontaktai-form textarea {
width: 100%;
padding: 16px;
border: 1px solid #000;
border-radius: 4px;
resize: none;
}
.template-kontaktai .kontaktai-form input[type=submit] {
cursor: pointer;
background-color: #fff;
border: none;
color: #f6c24e;
font-weight: bold;
font-size: 2rem;
transition: 0.3s all;
border: 1px solid #f6c24e;
}
.template-kontaktai .kontaktai-form input[type=submit]:hover {
color: #fff;
background-color: #f6c24e;
}
.template-kontaktai .kontaktai-form .wpcf7-response-output {
margin: -24px 0 0 0;
}
.template-kontaktai .kontaktai-form .wpcf7 form.sent .wpcf7-response-output {
color: #fff;
background-color: #46b450;
font-size: 1.8rem;
padding: 16px 24px;
border-radius: 8px;
}
.template-kontaktai .kontaktai-form .wpcf7 form.invalid .wpcf7-response-output {
font-size: 1.8rem;
padding: 16px 24px;
border-radius: 8px;
}
.template-kontaktai .working-hours-wrapper {
border-left: 4px solid #f7f0e3;
margin: 32px 0;
}
@media screen and (min-width: 1024px) {
.template-kontaktai .working-hours-wrapper {
margin: 64px 0;
}
}
.template-kontaktai .working-hours-wrapper .h2 {
font-size: 2.4rem;
padding-bottom: 8px;
border-bottom: 4px solid #f7f0e3;
margin-bottom: 16px;
padding-left: 16px;
}
.template-kontaktai .working-hours-wrapper .contacts-hours-main {
margin-bottom: 16px;
padding-left: 16px;
}
.template-kontaktai .working-hours-wrapper .contacts-hours-main .date-hour {
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.template-kontaktai .working-hours-wrapper .contacts-hours-main .date-hour .label {
width: 110px;
}
.template-kontaktai .working-hours-wrapper .contacts-hours-main .date-hour .value {
font-weight: 600;
font-size: 2rem;
}
.template-kontaktai .working-hours-wrapper .contacts-hours-info {
padding-left: 16px;
}
.template-kontaktai .working-hours-wrapper .contacts-hours-info p {
margin-bottom: 16px;
}
.template-kontaktai .working-hours-wrapper .contacts-custom-hours-wrapper {
margin-top: 32px;
padding-left: 16px;
}
.template-kontaktai .working-hours-wrapper .contacts-custom-hours-wrapper .h3 {
margin-bottom: 8px;
}
.template-kontaktai .kontaktai-map {
width: 100%;
height: 400px;
}
.template-kontaktai .kontaktai-map iframe {
width: 100%;
height: 100%;
}
.template-struktura-ir-kontaktai {
margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
.template-struktura-ir-kontaktai {
margin-bottom: 64px;
}
}
.template-struktura-ir-kontaktai a {
color: #f6c24e;
font-weight: bold;
border-bottom: 1px solid transparent;
transition: 0.3s all;
}
.template-struktura-ir-kontaktai a:hover {
border-color: #f6c24e;
}
.template-struktura-ir-kontaktai .arrow svg {
width: 16px;
height: 16px;
transition: 0.3s all;
transform: rotate(-45deg);
}
.template-struktura-ir-kontaktai .rekvizitai {
margin-bottom: 20px;
}
.template-struktura-ir-kontaktai .rekvizitai .h2 {
font-size: 2rem;
}
@media screen and (min-width: 1024px) {
.template-struktura-ir-kontaktai .rekvizitai .h2 {
font-size: 3rem;
}
}
.template-struktura-ir-kontaktai .rekvizitai p {
margin-bottom: 8px;
}
.template-struktura-ir-kontaktai .rekvizitai .strukturos-schema {
margin-top: 32px;
}
.template-struktura-ir-kontaktai .skyriaus-pavadinimas {
width: fit-content;
margin: 32px auto;
}
@media screen and (min-width: 1024px) {
.template-struktura-ir-kontaktai .skyriaus-pavadinimas {
margin: 48px auto;
}
}
.template-struktura-ir-kontaktai .h2 {
font-size: 2rem;
}
@media screen and (min-width: 1024px) {
.template-struktura-ir-kontaktai .h2 {
font-size: 4rem;
}
}
.template-struktura-ir-kontaktai .skyriaus-dokumentas {
display: block;
width: fit-content;
margin-top: -16px;
}
.kontaktai-cards-row {
row-gap: 32px;
}
.card-kontaktai {
display: flex;
flex-direction: column;
}
.card-kontaktai .name {
font-size: 1.8rem;
font-weight: bold;
}
@media screen and (min-width: 1024px) {
.card-kontaktai .name {
font-size: 2.4rem;
}
}
.card-kontaktai .role {
margin-bottom: 8px;
}
.card-kontaktai .contacts {
margin-bottom: auto;
}
.card-kontaktai .contacts--title {
font-size: 1.8rem;
font-weight: bold;
}
.card-kontaktai .document {
margin-top: 8px;
}
.template-edukacija {
margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
.template-edukacija {
margin-bottom: 64px;
}
}
.template-edukacija .edukacija-filters-wrapper {
margin: 0 0 16px 0;
}
@media screen and (min-width: 1024px) {
.template-edukacija .edukacija-filters-wrapper {
margin: 32px 0;
}
}
.template-edukacija .edukacija-filters-wrapper .edukacija-filters-title {
font-size: 2rem;
font-weight: bold;
color: #542b2d;
margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.template-edukacija .edukacija-filters-wrapper .edukacija-filters-title {
font-size: 2.4rem;
}
}
.template-edukacija .edukacija-filters-wrapper .edukacija-filters {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
@media screen and (min-width: 1024px) {
.template-edukacija .edukacija-filters-wrapper .edukacija-filters {
gap: 16px;
}
}
.template-edukacija .edukacija-filters-wrapper .edukacija-filters .filter-btn {
font-size: 1.4rem;
font-weight: bold;
color: #f6c24e;
padding: 8px 16px;
border: 1px solid #f6c24e;
border-radius: 20px;
transition: 0.3s all;
cursor: pointer;
}
.template-edukacija .edukacija-filters-wrapper .edukacija-filters .filter-btn:hover {
background-color: #f7f0e3;
}
.template-edukacija .edukacija-filters-wrapper .edukacija-filters .filter-btn.active {
background: linear-gradient(135deg, #ef8331 0%, #f0a242 50%, #f6c24e 100%);
color: #fff;
}
@media screen and (min-width: 1024px) {
.template-edukacija .edukacija-filters-wrapper .edukacija-filters .filter-btn {
font-size: 2rem;
padding: 12px 24px;
}
}
.template-edukacija .edukacija-card:not(:last-child) {
margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
.template-edukacija .edukacija-card:not(:last-child) {
padding: 0;
border-bottom: 0;
}
}
.template-edukacija .edukacija-card .img-wrapper {
overflow: hidden;
height: 150px;
width: auto;
margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.template-edukacija .edukacija-card .img-wrapper {
height: 300px;
}
}
.template-edukacija .edukacija-card .img-wrapper .image {
object-fit: cover;
width: 100%;
height: 100%;
display: block;
margin: 0 auto;
}
.template-edukacija .edukacija-card .categories {
display: flex;
gap: 8px;
margin-bottom: 8px;
}
.template-edukacija .edukacija-card .categories .category {
padding: 6px 12px;
background: linear-gradient(135deg, #ef8331 0%, #f0a242 50%, #f6c24e 100%);
color: #fff;
font-weight: bold;
border-radius: 40px;
font-size: 1.3rem;
}
.template-edukacija .edukacija-card .title {
font-size: 2.4rem;
margin-bottom: 16px;
}
.template-edukacija .edukacija-card .description h1,
.template-edukacija .edukacija-card .description h2,
.template-edukacija .edukacija-card .description h3,
.template-edukacija .edukacija-card .description h4,
.template-edukacija .edukacija-card .description h5,
.template-edukacija .edukacija-card .description h6 {
color: #f6c24e;
margin-bottom: 16px;
}
.template-edukacija .edukacija-card .description p:not(:last-child) {
margin-bottom: 16px;
}
.template-edukacija .edukacija-card .kulturos-pasas-image {
display: block;
height: 100px;
width: auto;
}
.template-edukacija .edukacija-card .kulturos-pasas-link {
display: flex;
align-items: center;
gap: 6px;
color: #ef8331;
transition: 0.3s all;
font-size: 16px;
}
.template-edukacija .edukacija-card .kulturos-pasas-link svg {
width: 12px;
height: 12px;
margin-bottom: 2px;
transition: 0.3s transform ease;
}
.template-edukacija .edukacija-card .kulturos-pasas-link:hover {
color: #f6c24e;
}
.template-edukacija .edukacija-card .kulturos-pasas-link:hover svg {
transform: translateX(4px);
}
.template-404 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.template-404 .content-404 {
width: 100%;
font-size: 24px;
margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
.template-404 .content-404 {
margin-bottom: 64px;
}
}
.template-404 .content-404 .link-404 {
margin-top: 16px;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
color: #ef8331;
transition: 0.3s all;
}
.template-404 .content-404 .link-404 svg {
width: 16px;
height: 16px;
transition: 0.3s transform;
}
.template-404 .content-404 .link-404:hover {
color: #f6c24e;
}
.template-404 .content-404 .link-404:hover svg {
transform: translateX(4px);
}
.naujiena-category-filter,
.renginys-category-filter {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
.naujiena-category-filter,
.renginys-category-filter {
margin-bottom: 64px;
}
}
.naujiena-category-filter .filter-title,
.renginys-category-filter .filter-title {
font-size: 1.6rem;
font-weight: normal;
}
.naujiena-category-filter .filter-buttons,
.renginys-category-filter .filter-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.naujiena-category-filter .filter-buttons .filter-element,
.renginys-category-filter .filter-buttons .filter-element {
position: relative;
padding: 8px 46px 8px 20px;
border-radius: 20px;
color: #555555;
box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.naujiena-category-filter .filter-buttons .filter-element::after,
.renginys-category-filter .filter-buttons .filter-element::after {
content: "";
position: absolute;
top: 8px;
right: 14px;
width: 19px;
height: 19px;
border-radius: 100%;
color: #555555;
border: 2px solid #555555;
}
.naujiena-category-filter .filter-buttons .filter-element::before,
.renginys-category-filter .filter-buttons .filter-element::before {
content: "";
position: absolute;
top: 12px;
right: 18px;
width: 15px;
height: 15px;
border-radius: 100%;
background-color: #fff;
transition: 0.3s all;
}
.naujiena-category-filter .filter-buttons .filter-element:hover::before,
.renginys-category-filter .filter-buttons .filter-element:hover::before {
background-color: #999;
}
.naujiena-category-filter .filter-buttons .filter-element.active,
.renginys-category-filter .filter-buttons .filter-element.active {
color: #000;
}
.naujiena-category-filter .filter-buttons .filter-element.active::after,
.renginys-category-filter .filter-buttons .filter-element.active::after {
border-color: #000;
}
.naujiena-category-filter .filter-buttons .filter-element.active::before,
.renginys-category-filter .filter-buttons .filter-element.active::before {
background-color: #000;
}
.renginys-category-filter {
flex-direction: column;
}
@media screen and (min-width: 1024px) {
.renginys-category-filter {
flex-direction: row !important;
}
.renginys-category-filter .filter-group {
width: 424px;
}
.renginys-category-filter .filter-group:nth-child(2) {
width: calc(100% - 456px);
}
}
.renginys-category-filter .filter-group-date {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
@media screen and (min-width: 1024px) {
.renginys-category-filter .filter-group-date {
height: 74px;
}
}
.renginys-category-filter .filter-group-date .filter-date {
width: 200px;
padding: 8px 46px 8px 20px;
border-radius: 20px;
color: #555555;
box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
cursor: pointer;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month input.cur-year {
font-size: 14px !important;
}
.filter-date input[type=date] {
display: none;
}
.filter-date input[type=text].flatpickr-input {
display: block;
border: none;
color: #542b2d;
}
.eshop-custom-content {
border-top: 2px solid #f6c24e;
background-color: #fffcf6;
padding: 8px 16px;
margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
.eshop-custom-content {
margin-bottom: 64px;
}
}
.eshop .product-filters {
display: none;
margin-bottom: 32px;
background-color: #f7f0e3;
padding: 8px 16px;
border-radius: 20px;
}
@media screen and (min-width: 768px) {
.eshop .product-filters {
display: block;
}
}
.eshop .product-filters h3 {
margin-bottom: 16px;
}
.eshop .product-filters ul {
list-style: none;
}
.eshop .product-filters ul li {
position: relative;
transition: 0.3s all;
}
@media screen and (min-width: 768px) {
.eshop .product-filters ul li::before {
content: "";
position: absolute;
left: -8px;
top: 50%;
transform: translateY(-50%);
width: 8px;
height: 1px;
background-color: #ef8331;
opacity: 0;
transition: 0.3s all;
}
}
.eshop .product-filters ul li.highlighted, .eshop .product-filters ul li.current-cat {
color: #ef8331;
}
@media screen and (min-width: 768px) {
.eshop .product-filters ul li.highlighted, .eshop .product-filters ul li.current-cat {
padding-left: 12px;
}
}
.eshop .product-filters ul li.highlighted::before, .eshop .product-filters ul li.current-cat::before {
left: 0;
opacity: 1;
}
.eshop .product-filters ul li:hover {
padding-left: 12px;
}
.eshop .product-filters ul li:hover::before {
left: 0;
opacity: 1;
}
.eshop .woocommerce-archive-container {
margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
.eshop .woocommerce-archive-container {
margin-bottom: 64px;
}
}
.eshop .woocommerce-archive-container .row {
row-gap: 16px;
}
@media screen and (min-width: 768px) {
.eshop .woocommerce-archive-container .row {
row-gap: 32px;
}
}
.custom-product-card .product-image {
position: relative;
margin-bottom: 8px;
overflow: hidden;
}
.custom-product-card .product-image img {
display: block;
transform: scale(1.01);
transition: 0.3s all;
object-fit: cover;
width: 100%;
}
.custom-product-card .product-image .tag {
position: absolute;
bottom: 12px;
left: 50%;
width: 90%;
background-color: #f6c24e;
color: #fff;
font-weight: bold;
text-align: center;
padding: 8px 0;
transform: translate(-50%, 20px);
opacity: 0;
transition: 0.3s all;
}
.custom-product-card .product-image:hover img {
transform: scale(1.1);
}
.custom-product-card .product-image:hover .tag {
transform: translateX(-50%);
opacity: 1;
}
.custom-product-card .product-title {
text-align: center;
font-weight: normal;
}
.custom-product-card .product-price {
text-align: center;
color: #f6c24e;
font-weight: bold;
}
.custom-cart-notice {
padding: 8px 32px;
margin-bottom: 32px;
border-bottom: 2px solid #f6c24e;
border-right: 2px solid #f6c24e;
border-radius: 20px;
width: fit-content;
margin-left: auto;
font-weight: bold;
}
.custom-cart-notice a {
color: #f6c24e;
}
.custom-cart-notice a:hover {
border-bottom: 1px solid #f6c24e;
}
.woocommerce-message {
border-top-color: #f6c24e;
}
.woocommerce-message::before {
color: #f6c24e;
}
section.single-product {
margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
section.single-product {
margin-bottom: 64px;
}
}
section.single-product .product-row {
margin-top: 32px;
}
section.single-product .woocommerce-message {
margin: 8px 0 0;
}
section.single-product .custom-product-gallery {
margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
section.single-product .custom-product-gallery {
margin-bottom: 0;
}
}
section.single-product .product-summary .product-title {
font-size: 2.8rem;
font-weight: normal;
margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
section.single-product .product-summary .product-title {
font-size: 3.4rem;
}
}
section.single-product .product-summary .price {
color: #f6c24e !important;
font-weight: bold;
font-size: 2rem;
margin-bottom: 16px;
}
section.single-product .product-summary .variations {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 16px;
}
section.single-product .product-summary .variations .value {
display: flex;
gap: 8px;
}
section.single-product .product-summary .variations .value .custom-variation-item {
padding: 8px 16px;
border: 1px solid #000;
cursor: pointer;
font-weight: bold;
}
section.single-product .product-summary .variations .value .custom-variation-item.active {
border-color: #f6c24e;
background-color: #f6c24e;
color: #fff;
}
section.single-product .product-summary #tab-description {
display: block !important;
}
section.single-product .similar-products {
margin-top: 32px;
border-top: 1px solid #999;
padding-top: 32px;
}
@media screen and (min-width: 1024px) {
section.single-product .similar-products {
margin-top: 64px;
}
}
section.single-product .similar-products h2 {
font-weight: normal;
margin-bottom: 16px;
}
.single_add_to_cart_button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce-message .wc-forward {
background-color: #fff !important;
color: #000 !important;
border: 1px solid #000 !important;
padding: 12px;
font-weight: normal !important;
text-align: center;
text-transform: uppercase;
width: 100%;
transition: 0.3s all !important;
margin-bottom: 16px !important;
}
.single_add_to_cart_button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce-message .wc-forward:hover {
border-color: #f6c24e !important;
background-color: #f6c24e !important;
color: #fff !important;
}
.woocommerce-message .wc-forward {
width: fit-content;
padding: 12px 32px !important;
margin-bottom: 0 !important;
}