.gridContainer {
box-sizing: border-box;
width: 1200px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-right: 16px;
padding-left: 16px;
}
@media (max-width: 1200px) {
.gridContainer {
width: 100%;
}
}
.gridRow {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
flex: 0 1 auto;
gap: 16px;
width: 100%;
}
@media screen and (min-width: 1024px) {
.gridRow {
gap: 32px;
}
}
.gridRow > * {
min-width: 0;
}
@supports not (gap: 32px) {
.gridRow > * {
margin: calc(16px / 2);
}
@media screen and (min-width: 1024px) {
.gridRow > * {
margin: 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%;
}
}
.text-align-center {
text-align: center;
}
html[lang=en-US] .hide-en {
display: none;
}
html[lang=lt-LT] .hide-lt {
display: none;
}
.scheme_lyramm_fonts_colors .header_mobile,
.scheme_lyramm_fonts_colors .header_mobile .panel_top,
.scheme_lyramm_fonts_colors .header_mobile .side_wrap {
background-color: #bfa56b !important;
}
.scheme_lyramm_fonts_colors .header_mobile .menu_button::before {
color: #fff !important;
}
.open_child_menu,
.open_child_menu:hover {
box-shadow: none;
}
.scheme_lyramm_fonts_colors a {
color: #bfa56b !important;
}
@media only screen and (min-width: 1140px) and (max-width: 1439px) {
.menu_main_nav > li > a {
font-size: 0.9em !important;
padding: 0.6em 1em;
}
}
.scheme_lyramm_fonts_colors a:hover {
color: #ab9e82 !important;
}
.scheme_lyramm_fonts_colors .sc_services_item_title a {
color: #5e616a !important;
}
.scheme_lyramm_fonts_colors .accent1_bg,
.scheme_lyramm_fonts_colors .sc_call_to_action_accented {
background-color: #5e616a !important;
}
.scheme_lyramm_fonts_colors .top_panel_middle,
.scheme_lyramm_fonts_colors .copyright_wrap_inner,
.scheme_lyramm_fonts_colors .scroll_to_top,
.scheme_lyramm_fonts_colors .sc_button.sc_button_style_filled,
.scheme_lyramm_fonts_colors .hover_iconed a:after,
.scheme_lyramm_fonts_colors .hover_icon:after,
.hover_iconed a:before,
.hover_icon:before,
.scheme_lyramm_fonts_colors .sc_popup:before,
form.wpcf7-form input[type=submit] {
background-color: #bfa56b !important;
}
@media screen and (min-width: 1201px) {
.scheme_lyramm_fonts_colors .menu_main_nav > li ul {
width: max-content;
}
}
.scheme_lyramm_fonts_colors .menu_main_nav > li ul,
form.wpcf7-form input[type=submit]:hover {
background-color: #ab9e82 !important;
}
.scheme_lyramm_fonts_colors .menu_main_nav > li ul,
.scheme_lyramm_fonts_colors .sc_button.sc_button_style_filled.sc_button_round:hover {
border-color: #ab9e82 !important;
}
.esg-center .eg-melody-element-1 {
background-color: #fff !important;
}
.scheme_lyramm_fonts_colors .menu_main_nav > li ul:before {
border-bottom-color: #ab9e82 !important;
}
.scheme_lyramm_fonts_colors .menu_main_nav > li ul li a {
color: #edebe3 !important;
}
.scheme_lyramm_fonts_colors .menu_main_nav > li ul li a:hover {
color: #fff568 !important;
}
.scheme_lyramm_fonts_colors .scroll_to_top,
.scheme_lyramm_fonts_colors .sc_button.sc_button_style_filled:hover,
.scheme_lyramm_fonts_colors .menu_main_nav > li > a,
.scheme_lyramm_fonts_colors .copyright_wrap_inner .sc_socials.sc_socials_type_icons a,
.scheme_lyramm_fonts_colors .copyright_wrap_inner .copyright_text a,
#SR7_1_1-5-6,
.scheme_lyramm_fonts_colors .sc_button.sc_button_style_filled.style_color_dark_hover,
.scheme_lyramm_fonts_colors .wp-block-file__button,
.scheme_lyramm_fonts_colors .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.scheme_lyramm_fonts_colors input[type=submit],
.scheme_lyramm_fonts_colors input[type=reset],
.scheme_lyramm_fonts_colors input[type=button],
.scheme_lyramm_fonts_colors button,
.scheme_lyramm_fonts_colors .sc_button.sc_button_style_filled,
.scheme_lyramm_fonts_colors .btn-join,
.scheme_lyramm_fonts_colors #btn-join,
.scheme_lyramm_fonts_colors a#quiz_continue_link {
color: #fff !important;
}
.scheme_lyramm_fonts_colors .sc_item_subtitle,
.scheme_lyramm_fonts_colors .sc_services_style_services-1 .sc_services_item .sc_services_item_description::after,
.scheme_lyramm_fonts_colors .sc_services_style_services-1 .sc_icon,
.scheme_lyramm_fonts_colors .sc_services_style_services-2 .sc_icon,
.scheme_lyramm_fonts_colors .post_info a,
.scheme_lyramm_fonts_colors .post_info a > span,
.scheme_lyramm_fonts_colors .sc_item_button > a:before,
.scheme_lyramm_fonts_colors .sc_testimonial_author_name,
.scheme_lyramm_fonts_colors .sc_testimonial_author_position,
.scheme_lyramm_fonts_colors .widget_area_inner .post_info a,
.scheme_lyramm_fonts_colors .widget_area_inner ul li a:hover {
color: #bfa56b !important;
}
.footer_wrap .textwidget .sc_icon {
color: #333745 !important;
}
.scheme_lyramm_fonts_colors .widget_area_inner .widget_text a:not(.sc_button),
.scheme_lyramm_fonts_colors .widget_area_inner ul li a {
color: #333745 !important;
}
.scheme_lyramm_fonts_colors .widget_area_inner .widget_text a:not(.sc_button):hover,
.scheme_lyramm_fonts_colors .widget_area_inner ul li a:hover {
color: #bfa56b !important;
}
.scheme_lyramm_fonts_colors .menu_main_nav > a:hover,
.scheme_lyramm_fonts_colors .menu_main_nav > li.sfHover > a,
.scheme_lyramm_fonts_colors .menu_main_nav > li#blob,
.scheme_lyramm_fonts_colors .menu_main_nav > li.current-menu-item > a,
.scheme_lyramm_fonts_colors .menu_main_nav > li.current-menu-parent > a,
.scheme_lyramm_fonts_colors .menu_main_nav > li.current-menu-ancestor > a {
color: #fff568 !important;
}
.sc_services_style_services-1 .sc_services_item .sc_services_item_description::after {
content: "";
}
.sc_services_style_services-1.sc_services_type_images .sc_services_item_content {
padding: 0;
}
.row > [class*=column-].column_padding_bottom,
.columns_wrap > [class*=column-].column_padding_bottom {
padding-bottom: 0;
}
.top_panel_wrap li li {
text-align: left;
}
.scheme_lyramm_fonts_colors button {
background-color: #bfa56b !important;
}
a.withHover {
border-bottom: 1px solid transparent;
transition: 0.3s all;
}
a.withHover:hover {
border-bottom: 1px solid #ab9e82 !important;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
background-color: unset !important;
}
.menu_main_nav > li ul li ul {
width: 360px;
}
.wp-block-file:not(.wp-element-button) {
font-size: 100%;
}
.post_content h1.wp-block-heading {
margin-top: -0.2em !important;
margin-top: -0.2rem !important;
}
.colorBlack {
color: #333745 !important;
}
#userwayAccessibilityIcon {
display: none;
}
.scheme_lyramm_fonts_colors .top_panel_wrap [class^=icon-]::before,
.scheme_lyramm_fonts_colors .top_panel_wrap [class*=" icon-"]::before {
color: #bfa56b !important;
}
@media only screen and (min-width: 1140px) {
.menu_main_nav > li > a[href="#accessibility"],
.menu_main_nav > li > a[href="#search"],
.menu_main_nav > li > a[href="#languageen"],
.menu_main_nav > li > a[href="#languagelt"] {
margin-right: 8px;
padding: 0;
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid transparent;
border: 1px solid #fff !important;
border-radius: 50%;
transition: 0.3s all;
}
}
@media only screen and (min-width: 1440px) {
.menu_main_nav > li > a[href="#accessibility"],
.menu_main_nav > li > a[href="#search"],
.menu_main_nav > li > a[href="#languageen"],
.menu_main_nav > li > a[href="#languagelt"] {
width: 32px;
height: 32px;
}
}
.menu_main_nav > li > a[href="#accessibility"] i,
.menu_main_nav > li > a[href="#accessibility"] i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#accessibility"] i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#accessibility"] i[class^=icon-]::before,
.menu_main_nav > li > a[href="#accessibility"] i[class^=icon-]::after,
.menu_main_nav > li > a[href="#search"] i,
.menu_main_nav > li > a[href="#search"] i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#search"] i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#search"] i[class^=icon-]::before,
.menu_main_nav > li > a[href="#search"] i[class^=icon-]::after,
.menu_main_nav > li > a[href="#languageen"] i,
.menu_main_nav > li > a[href="#languageen"] i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#languageen"] i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#languageen"] i[class^=icon-]::before,
.menu_main_nav > li > a[href="#languageen"] i[class^=icon-]::after,
.menu_main_nav > li > a[href="#languagelt"] i,
.menu_main_nav > li > a[href="#languagelt"] i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#languagelt"] i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#languagelt"] i[class^=icon-]::before,
.menu_main_nav > li > a[href="#languagelt"] i[class^=icon-]::after {
padding: 0;
margin: 0;
color: #fff !important;
transition: 0.3s all;
}
.menu_main_nav > li > a[href="#accessibility"]:hover,
.menu_main_nav > li > a[href="#search"]:hover,
.menu_main_nav > li > a[href="#languageen"]:hover,
.menu_main_nav > li > a[href="#languagelt"]:hover {
border-color: #fff568 !important;
color: #fff568 !important;
}
.menu_main_nav > li > a[href="#accessibility"]:hover i,
.menu_main_nav > li > a[href="#accessibility"]:hover i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#accessibility"]:hover i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#accessibility"]:hover i[class^=icon-]::before,
.menu_main_nav > li > a[href="#accessibility"]:hover i[class^=icon-]::after,
.menu_main_nav > li > a[href="#search"]:hover i,
.menu_main_nav > li > a[href="#search"]:hover i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#search"]:hover i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#search"]:hover i[class^=icon-]::before,
.menu_main_nav > li > a[href="#search"]:hover i[class^=icon-]::after,
.menu_main_nav > li > a[href="#languageen"]:hover i,
.menu_main_nav > li > a[href="#languageen"]:hover i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#languageen"]:hover i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#languageen"]:hover i[class^=icon-]::before,
.menu_main_nav > li > a[href="#languageen"]:hover i[class^=icon-]::after,
.menu_main_nav > li > a[href="#languagelt"]:hover i,
.menu_main_nav > li > a[href="#languagelt"]:hover i[class*=" icon-"]::before,
.menu_main_nav > li > a[href="#languagelt"]:hover i[class*=" icon-"]::after,
.menu_main_nav > li > a[href="#languagelt"]:hover i[class^=icon-]::before,
.menu_main_nav > li > a[href="#languagelt"]:hover i[class^=icon-]::after {
color: #fff568 !important;
}
.menu_main_nav > li > a[href="#accessibility"] .icon-search-light,
.menu_main_nav > li > a[href="#accessibility"] .icon-child,
.menu_main_nav > li > a[href="#search"] .icon-search-light,
.menu_main_nav > li > a[href="#search"] .icon-child,
.menu_main_nav > li > a[href="#languageen"] .icon-search-light,
.menu_main_nav > li > a[href="#languageen"] .icon-child,
.menu_main_nav > li > a[href="#languagelt"] .icon-search-light,
.menu_main_nav > li > a[href="#languagelt"] .icon-child {
display: none;
}
@media only screen and (min-width: 1140px) {
.menu_main_nav > li > a[href="#accessibility"] .icon-search-light,
.menu_main_nav > li > a[href="#accessibility"] .icon-child,
.menu_main_nav > li > a[href="#search"] .icon-search-light,
.menu_main_nav > li > a[href="#search"] .icon-child,
.menu_main_nav > li > a[href="#languageen"] .icon-search-light,
.menu_main_nav > li > a[href="#languageen"] .icon-child,
.menu_main_nav > li > a[href="#languagelt"] .icon-search-light,
.menu_main_nav > li > a[href="#languagelt"] .icon-child {
display: block;
}
}
.menu_main_nav > li > a[href="#accessibility"] .text-search-light,
.menu_main_nav > li > a[href="#accessibility"] .text-a11y,
.menu_main_nav > li > a[href="#search"] .text-search-light,
.menu_main_nav > li > a[href="#search"] .text-a11y,
.menu_main_nav > li > a[href="#languageen"] .text-search-light,
.menu_main_nav > li > a[href="#languageen"] .text-a11y,
.menu_main_nav > li > a[href="#languagelt"] .text-search-light,
.menu_main_nav > li > a[href="#languagelt"] .text-a11y {
display: block;
}
@media only screen and (min-width: 1140px) {
.menu_main_nav > li > a[href="#accessibility"] .text-search-light,
.menu_main_nav > li > a[href="#accessibility"] .text-a11y,
.menu_main_nav > li > a[href="#search"] .text-search-light,
.menu_main_nav > li > a[href="#search"] .text-a11y,
.menu_main_nav > li > a[href="#languageen"] .text-search-light,
.menu_main_nav > li > a[href="#languageen"] .text-a11y,
.menu_main_nav > li > a[href="#languagelt"] .text-search-light,
.menu_main_nav > li > a[href="#languagelt"] .text-a11y {
display: none;
}
}
.top_panel_wrap [class^=icon-]::before,
.top_panel_wrap [class*=" icon-"]::before {
font-size: 12px;
}
.page_content_wrap p,
.page_content_wrap ul,
.page_content_wrap ol,
.page_content_wrap table {
font-size: 15px;
line-height: 1.8;
color: #333745 !important;
}
.page_content_wrap a {
font-weight: bold;
}
.page_content_wrap a:hover {
text-decoration: underline;
}
.scheme_lyramm_fonts_colors .sc_slider_controls_wrap a:hover {
text-decoration: none;
}
.page-template-template-ataskaitos td {
padding: 4px 12px;
}
.page-template-template-ataskaitos .column-1 {
width: 400px;
}
.sc_testimonial_item p {
color: #fff !important;
}
.isotope_item_content a {
font-weight: normal;
}
.scheme_lyramm_fonts_colors ol {
list-style-type: decimal;
list-style-position: inside;
}
.scheme_lyramm_fonts_colors ol > li {
padding-left: 0;
}
.scheme_lyramm_fonts_colors ol > li::before {
display: none;
color: #bfa56b !important;
}
.scheme_lyramm_fonts_colors ol > li::marker {
color: #bfa56b !important;
}
.cky-btn-revisit-wrapper {
font-family: "Ubuntu";
}
.cky-btn-revisit-wrapper .cky-btn-revisit {
background: transparent !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit:hover {
background: transparent !important;
}
.cky-modal .cky-show-desc-btn {
color: #1863dc !important;
background: transparent !important;
}
.cky-modal .cky-show-desc-btn:hover {
color: #333745 !important;
background: transparent !important;
}
.cky-modal .cky-accordion-btn {
color: #212121 !important;
background: transparent !important;
}
.cky-modal .cky-accordion-btn:hover {
background: transparent !important;
}
.cky-notice-btn-wrapper,
.cky-modal {
font-family: "Ubuntu" !important;
}
.cky-notice-btn-wrapper .cky-btn,
.cky-modal .cky-btn {
background-color: transparent !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-customize, .cky-notice-btn-wrapper .cky-btn.cky-btn-reject, .cky-notice-btn-wrapper .cky-btn.cky-btn-preferences,
.cky-modal .cky-btn.cky-btn-customize,
.cky-modal .cky-btn.cky-btn-reject,
.cky-modal .cky-btn.cky-btn-preferences {
color: #1863dc !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-accept,
.cky-modal .cky-btn.cky-btn-accept {
background-color: #1863dc !important;
}
.cky-notice-btn-wrapper .cky-btn-close,
.cky-modal .cky-btn-close {
background-color: transparent !important;
}
.cky-notice-btn-wrapper .cky-btn-close:hover,
.cky-modal .cky-btn-close:hover {
background-color: transparent !important;
}
.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 #333745 !important;
text-transform: none;
}
#paieska-input::placeholder {
color: #7f8086 !important;
}
.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;
}
.pagination {
font-size: 0.8rem;
display: flex;
justify-content: flex-end;
gap: 12px;
margin-top: 32px;
}
@media screen and (min-width: 1201px) {
.pagination {
margin-top: 64px;
}
}
.pagination .page-numbers {
display: none;
padding: 8px 16px;
border: 1px solid #bfa56b !important;
text-decoration: none;
color: #333;
}
.pagination .page-numbers.current {
padding: 8px 16px;
background-color: #bfa56b !important;
color: #fff;
}
.pagination .page-numbers.dots {
border: none !important;
}
@media screen and (min-width: 768px) {
.pagination .page-numbers {
display: block;
}
}
.pagination a:hover {
background-color: #bfa56b !important;
color: #fff !important;
text-decoration: none;
}
.pagination .prev,
.pagination .next {
display: block;
}
.page_content_wrap {
padding: 3em 0;
}
@media screen and (min-width: 1201px) {
.page_content_wrap {
padding: 5.2em 0 5.9em;
}
}
.page_content_wrap h1 {
margin-top: 0 !important;
}
.page_content_wrap h2 {
margin-top: 0 !important;
}
.footer_wrap_inner {
padding: 3em 0;
}
.footer_wrap_inner .columns_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.footer_wrap_inner .columns_wrap::before {
content: none;
}
@media screen and (min-width: 426px) {
.footer_wrap_inner .columns_wrap {
flex-direction: row;
justify-content: space-between;
}
}
@media screen and (min-width: 426px) {
.footer_wrap_inner .columns_wrap .widget_number_1,
.footer_wrap_inner .columns_wrap .widget_number_3 {
width: 45% !important;
padding-left: 0;
padding-right: 0;
}
}
@media screen and (min-width: 1024px) {
.footer_wrap_inner .columns_wrap .widget_number_1,
.footer_wrap_inner .columns_wrap .widget_number_3 {
width: 33.33333333% !important;
padding-left: 5.25em;
}
}
.footer_wrap_inner .columns_wrap .custom_menu_widget_display {
order: 3;
margin-bottom: 0;
padding-right: 0;
}
@media screen and (min-width: 426px) {
.footer_wrap_inner .columns_wrap .custom_menu_widget_display {
width: 100% !important;
}
}
@media screen and (min-width: 1024px) {
.footer_wrap_inner .columns_wrap .custom_menu_widget_display {
order: unset;
width: 33.33333333% !important;
}
}
.top_panel_title .breadcrumbs {
max-width: 100% !important;
float: right !important;
text-align: right !important;
font-size: 0.9em;
}
@media screen and (min-width: 1024px) {
.top_panel_title .breadcrumbs {
font-size: 1.07697em;
}
}
.top_panel_title .breadcrumbs .breadcrumbs_delimiter {
margin: 0 0.6em;
}
@media screen and (min-width: 1024px) {
.top_panel_title .breadcrumbs .breadcrumbs_delimiter {
margin: 0 1.45em;
}
}
.wp-block-media-text > .wp-block-media-text__content {
padding: 16px 0 0 0;
}
@media only screen and (min-width: 601px) {
.wp-block-media-text > .wp-block-media-text__content {
padding: 0 0 0 8%;
}
}
.vc_column_container > .vc_column-inner.vc_custom_1462871605781 {
padding-left: 0;
padding-right: 0;
}
.logo_slogan {
display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.scheme_lyramm_fonts_colors .sc_skills_counter .sc_skills_item .sc_skills_total {
font-size: 2.4em;
}
.scheme_lyramm_fonts_colors .sc_skills_counter .sc_skills_item .sc_skills_info {
font-size: 2em;
}
}
@media (max-width: 480px) {
.header_mobile .content_wrap {
margin-left: 0 !important;
text-align: center !important;
width: 100% !important;
}
.header_mobile .logo {
padding-right: 0 !important;
}
.header_mobile .menu_button {
right: unset !important;
left: 40px !important;
}
}
.scheme_lyramm_fonts_colors .top_panel_fixed .top_panel_wrap .logo {
margin-top: 1.6em;
}
.scheme_lyramm_fonts_colors .page404 {
text-align: center;
margin: 0 auto;
}
#SR7_1_1,
#SR7_2_1 {
cursor: auto !important;
}
@media only screen and (min-width: 1140px) {
html[lang=en-US] .menu_main_nav > li > ul ul {
left: 196px;
}
}
.lg-container,
#lg-backdrop-1,
#lg-outer-1 {
z-index: 9999999;
}
.lg-container button,
.lg-container a,
#lg-backdrop-1 button,
#lg-backdrop-1 a,
#lg-outer-1 button,
#lg-outer-1 a {
background-color: transparent !important;
color: #fff !important;
}
.lg-container button:hover::before, .lg-container button:hover::after,
.lg-container a:hover::before,
.lg-container a:hover::after,
#lg-backdrop-1 button:hover::before,
#lg-backdrop-1 button:hover::after,
#lg-backdrop-1 a:hover::before,
#lg-backdrop-1 a:hover::after,
#lg-outer-1 button:hover::before,
#lg-outer-1 button:hover::after,
#lg-outer-1 a:hover::before,
#lg-outer-1 a:hover::after {
color: #bfa56b !important;
}
.lg-container .lg-outer .lg-thumb-item.active,
.lg-container .lg-outer .lg-thumb-item:hover,
#lg-backdrop-1 .lg-outer .lg-thumb-item.active,
#lg-backdrop-1 .lg-outer .lg-thumb-item:hover,
#lg-outer-1 .lg-outer .lg-thumb-item.active,
#lg-outer-1 .lg-outer .lg-thumb-item:hover {
border-color: #bfa56b !important;
}
.galerija h2 {
position: relative;
width: fit-content;
margin-top: 24px;
}
.galerija h2::before {
content: "";
position: absolute;
top: -24px;
left: 0;
width: 200px;
height: 4px;
background-color: #bfa56b !important;
}
.galerija #lightgallery {
margin: 0 -5px;
}
.galerija #lightgallery img {
transform: scale(1.01);
transition: 0.3s all;
}
.galerija #lightgallery img:hover {
transform: scale(1.15);
}
#slick-lightgallery .slick-slide {
overflow: hidden;
}
#slick-lightgallery img {
width: 100%;
height: 200px;
object-fit: cover;
transform: scale(1.01);
transition: 0.3s all;
z-index: 1;
}
#slick-lightgallery img:hover {
transform: scale(1.15);
}
.slick-wrapper {
position: relative;
}
.slick-wrapper .arrowContainer {
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
pointer-events: none;
}
@media screen and (min-width: 768px) {
.slick-wrapper .arrowContainer {
width: 80%;
}
}
@media screen and (min-width: 1201px) {
.slick-wrapper .arrowContainer {
width: 1170px;
}
}
.slick-wrapper .prevArrow,
.slick-wrapper .nextArrow {
width: 40px;
height: 40px;
cursor: pointer;
pointer-events: all;
}
.slick-wrapper .prevArrow::before,
.slick-wrapper .nextArrow::before {
content: "\e8f8";
font-family: "fontello";
font-size: 2.6em;
line-height: 1.5em;
color: #bfa56b !important;
border-radius: 50%;
transition: 0.3s all;
}
.slick-wrapper .prevArrow:hover::before,
.slick-wrapper .nextArrow:hover::before {
background-color: rgba(242, 233, 213, 0.3);
}
.slick-wrapper .nextArrow::before {
content: "\e8f9";
}
.dropdown {
margin-bottom: 20px;
}
.dropdown .header {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
color: #333745 !important;
padding: 10px;
margin-bottom: 0;
cursor: pointer;
transition: 0.3s all;
}
.dropdown .header .header-chev {
color: #333745 !important;
transition: 0.3s all;
transform: rotate(180deg);
}
.dropdown .header:hover {
background-color: rgb(242, 233, 213) !important;
}
.dropdown .header.active .header-chev, .dropdown .header:hover .header-chev {
color: #bfa56b !important;
}
.dropdown .header.active .header-chev {
transform: rotate(0deg);
}
.dropdown .content {
display: grid;
grid-template-rows: 0fr;
transition: 0.3s all;
border-bottom: 1px solid #bfa56b !important;
}
.dropdown .content.active {
grid-template-rows: 1fr;
padding: 32px 0;
}
.dropdown .content.active.small {
padding: 16px 0;
}
.dropdown .content > * {
overflow: hidden;
}
.filter-main {
display: flex;
flex-wrap: nowrap;
gap: 32px;
}
.post-type-archive-renginys .title {
margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
.post-type-archive-renginys .title {
margin-bottom: 64px;
}
}
.gridContainer {
position: relative;
}
.mobile-filter {
display: none;
}
@media only screen and (max-width: 767px) {
.mobile-filter {
display: block;
width: 100%;
background-color: #bfa56b !important;
color: #fff !important;
font-size: 1.2em;
font-weight: bold;
padding: 12px 16px;
text-align: center;
margin-bottom: 32px;
border-radius: 0;
}
}
.filter-sidebar {
display: none;
width: 180px;
min-width: 180px;
border: 1px solid #bfa56b !important;
padding: 24px 16px;
border-radius: 16px;
}
@media screen and (min-width: 768px) {
.filter-sidebar {
display: block;
}
}
.filter-sidebar .close-mobile-sidebar,
.filter-sidebar .close-mobile-sidebar-bottom {
display: none;
}
@media only screen and (max-width: 767px) {
.filter-sidebar.active {
display: block;
position: absolute;
top: 0;
left: -16px;
margin: 0 16px;
width: calc(100% - 32px);
max-width: 360px;
background-color: #fff !important;
z-index: 99998;
}
.filter-sidebar .close-mobile-sidebar {
position: absolute;
top: 8px;
right: 8px;
display: block;
padding: 16px;
line-height: 1px;
}
.filter-sidebar .close-mobile-sidebar-bottom {
display: block;
margin: 16px auto 0;
}
}
.filter-sidebar #filter-form {
display: flex;
flex-direction: column;
gap: 24px;
}
.filter-sidebar .filter-type:not(:first-child) {
border-top: 1px solid #bfa56b !important;
padding-top: 24px;
}
.filter-sidebar input[type=date] {
display: none;
}
.filter-sidebar h2 {
font-size: 1.4em;
margin-top: 0;
margin-bottom: 8px;
}
.filter-sidebar .filter-type {
display: flex;
flex-direction: column;
gap: 8px;
}
.filter-sidebar .filter-type label {
display: flex;
align-items: flex-start;
gap: 8px;
line-height: 20px;
cursor: pointer;
}
.filter-sidebar .filter-type label input {
margin-top: 3px;
}
.filter-sidebar .filter-type br {
display: none;
}
.renginys-card {
display: flex;
flex-direction: column;
height: 100%;
background-color: #fff;
overflow: hidden;
border-radius: 16px;
}
.renginys-card .image-container {
overflow: hidden;
}
.renginys-card .image {
display: block;
border: none;
border-radius: 16px 16px 0 0;
width: 100%;
height: 120px;
object-fit: cover;
object-position: center;
transition: 0.3s all;
transform: scale(1.01);
}
@media screen and (min-width: 1024px) {
.renginys-card .image {
height: 200px;
}
}
.renginys-card .renginys-content {
display: flex;
flex-direction: column;
gap: 16px;
justify-content: space-between;
padding: 16px;
border-radius: 0 0 16px 16px;
border: 1px solid rgba(51, 55, 69, 0.0509803922);
flex: 1;
border-top: none;
transition: 0.3s all;
}
.renginys-card .title {
margin-top: 0;
margin-bottom: 8px;
font-size: 1.2em;
word-wrap: normal;
}
.renginys-card .bottom {
display: flex;
flex-direction: column;
gap: 12px;
}
.renginys-card .date,
.renginys-card .place {
display: flex;
gap: 8px;
align-items: center;
color: #333745;
font-size: 1em;
font-weight: 400;
}
.renginys-card svg {
width: 24px;
height: 24px;
}
.renginys-card:hover {
color: #000;
text-decoration: none !important;
box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}
.renginys-card:hover .image {
transform: scale(1.1);
}
.renginiu-nerasta {
font-size: 1.15rem;
}
.post_item_related .post_featured img {
object-fit: cover;
height: 180px;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month input.cur-year {
font-size: 14px !important;
}
.filter-type input[type=text].flatpickr-input {
border: none;
background-color: rgb(242, 233, 213) !important;
color: #5e616a !important;
padding: 8px;
}
.filter-type input[type=text].flatpickr-input::placeholder {
color: #5e616a !important;
text-transform: none;
}
.filter-type input[type=text].flatpickr-input:hover {
background-color: rgb(230, 210, 167) !important;
}
.single-renginys .content_wrap .gridRow {
row-gap: 16px;
}
@media screen and (min-width: 1024px) {
.single-renginys .content_wrap .gridRow {
row-gap: 32px;
}
}
.single-renginys .page_content_wrap {
padding-bottom: 0;
}
.single-renginys .page_content_wrap .content_wrap {
width: auto;
}
.single-renginys .renginys-title {
font-size: 1.7em;
}
@media screen and (min-width: 1024px) {
.single-renginys .renginys-title {
font-size: 2.769em;
}
}
.single-renginys .contentRow {
align-items: center;
margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.single-renginys .contentRow {
margin-bottom: 32px;
}
}
.single-renginys .customContent {
display: flex;
flex-direction: column;
gap: 8px;
color: #333745 !important;
}
.single-renginys .customContent .h3 {
font-size: 1.2em;
margin: 0;
text-transform: uppercase;
font-weight: bold;
}
@media screen and (min-width: 1024px) {
.single-renginys .customContent .h3 {
font-size: 1.8614em;
margin: 0 0 16px 0;
}
}
.single-renginys .customContent svg {
width: 20px;
height: 20px;
color: #bfa56b !important;
}
@media screen and (min-width: 1024px) {
.single-renginys .customContent svg {
width: 32px;
height: 32px;
}
}
.single-renginys .customContent .date {
display: flex;
align-items: center;
gap: 8px;
}
.single-renginys .customContent .date .date-content,
.single-renginys .customContent .date .time-content {
font-size: 12px;
font-weight: bold;
}
@media screen and (min-width: 1024px) {
.single-renginys .customContent .date .date-content,
.single-renginys .customContent .date .time-content {
font-size: 16px;
margin-bottom: 8px;
}
}
.single-renginys .customContent .place {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.single-renginys .customContent .specialty-title,
.single-renginys .customContent .type-title,
.single-renginys .customContent .count-title {
font-weight: bold;
}
.renginysContent .full-width-featured-image img {
object-fit: contain;
height: 100%;
max-height: 400px;
margin: 0 auto;
}
@media screen and (min-width: 1024px) {
.renginysContent .full-width-featured-image img {
margin: 0;
max-height: unset;
}
}
#lightgallery a {
display: inline-block;
margin: 5px;
}
#lightgallery img {
width: 100px;
height: auto;
border-radius: 5px;
}
.flatpickr-calendar {
z-index: 99999;
}
.related-posts-container-wrapper.bgWhite {
background-color: #fff !important;
}
.single-naujiena .page_content_wrap {
padding-bottom: 0;
}
.single-naujiena .page_content_wrap .content_wrap {
width: auto;
}
.single-naujiena .page_content_wrap .content_wrap h1 {
font-size: 1.7em;
margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
.single-naujiena .page_content_wrap .content_wrap h1 {
font-size: 2.769em;
}
}
.single-naujiena .full-width-featured-image {
width: 100%;
max-height: 400px;
display: flex;
justify-content: center;
}
.single-naujiena .full-width-featured-image img {
object-fit: contain;
height: 100%;
max-height: 400px;
margin: 0 auto;
}
.content_wrap .gridRow {
row-gap: 32px;
}
.naujiena-card .image-container {
position: relative;
overflow: hidden;
width: 100%;
height: 185px;
margin-bottom: 16px;
}
.naujiena-card .image-container::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
transition: all ease 0.3s;
background-color: #bfa56b !important;
opacity: 0;
z-index: 1;
}
.naujiena-card .image-container::after {
content: "\e8b5";
position: absolute;
display: flex;
justify-content: center;
align-items: center;
font-family: "fontello";
font-size: 2em;
padding: 20px;
color: #ffffff;
border-radius: 50%;
left: 50%;
top: 150%;
transform: translateX(-50%) translateY(-50%);
transition: all ease 0.3s;
background-color: #bfa56b !important;
z-index: 2;
}
.naujiena-card .image-container img {
width: 100%;
height: 185px;
object-fit: cover;
}
.naujiena-card .naujiena-content .title {
font-family: "Ubuntu";
font-size: 16px;
color: #bfa56b !important;
margin-bottom: 8px;
margin-top: 0;
}
@media screen and (min-width: 1201px) {
.naujiena-card .naujiena-content .title {
font-size: 20px;
margin-bottom: 16px;
}
}
.naujiena-card .naujiena-content .text {
font-family: "Lora";
font-size: 13px;
font-weight: normal;
color: #333745 !important;
}
.naujiena-card:hover {
text-decoration: none !important;
}
.naujiena-card:hover .image-container::before {
opacity: 0.4;
}
.naujiena-card:hover .image-container::after {
top: 50%;
}
.date-naujiena {
display: flex;
align-items: center;
color: #bfa56b !important;
margin-bottom: 12px;
}
@media screen and (min-width: 1201px) {
.date-naujiena {
margin-bottom: 24px;
}
}
.date-naujiena svg {
width: 20px;
height: 20px;
}
.date-naujiena .date-content {
font-size: 12px;
font-weight: normal;
margin-left: 8px;
line-height: 1;
}
.more-container {
margin-top: 32px;
width: 100%;
display: flex;
justify-content: flex-end;
}
.more-container a {
display: flex;
align-items: center;
text-align: center;
font-size: 1.077em;
font-weight: 700;
text-transform: uppercase;
padding: 1em 2.3em;
border-radius: 2em;
background-color: #bfa56b !important;
color: #fff !important;
border: 2px solid;
transition: 0.3s all;
}
.more-container a::after {
content: "\e836";
text-align: center;
font-family: "fontello";
color: #bfa56b !important;
background: #fff !important;
float: right;
margin: 0 0 0 1em;
display: inline-block;
width: 1.2857em;
height: 1.2857em;
line-height: 1.2857em;
border-radius: 50%;
font-style: normal;
font-weight: normal;
}
.more-container a:hover {
text-decoration: none !important;
color: #fff !important;
}
.single-specializacija .h3 {
margin-top: 0;
margin-bottom: 0;
}
body.single-mokytojas h3 {
margin-top: 0;
margin-bottom: 0;
}
body.single-mokytojas .full-width-featured-image {
margin: 0 64px 32px;
max-width: 200px;
}
@media screen and (min-width: 768px) {
body.single-mokytojas .full-width-featured-image {
max-width: 300px;
}
}
body.single-mokytojas .full-width-featured-image img {
border-radius: 14px;
}
.mokytojo-info-wrapper {
display: flex;
flex-direction: column;
gap: 12px;
}
.mokytojo-info-wrapper .mokytojo-info {
font-size: 14px;
}
.mokytojo-info-wrapper .mokytojo-info .info-label {
font-weight: bold;
color: #bfa56b !important;
}
.mokytojo-info-wrapper a {
font-weight: normal !important;
}
.mokytojo-info-wrapper a:hover {
text-decoration: none;
}
.related-posts-container-wrapper {
margin-top: 16px;
padding-top: 16px;
padding-bottom: 16px;
background-color: rgb(242, 233, 213) !important;
}
@media screen and (min-width: 768px) {
.related-posts-container-wrapper {
margin-top: 32px;
padding-top: 32px;
padding-bottom: 64px;
}
}
.related-posts-list {
align-items: stretch;
}
.full-width-featured-image.mb32 {
margin-bottom: 32px;
}
.singleSidebar .h5 {
background-color: #bfa56b !important;
color: #fff !important;
text-align: center;
padding: 1.8em 1em;
margin-top: 0;
}
.singleSidebar ul {
list-style: none;
}
.singleSidebar ul li {
position: relative;
padding-left: 16px;
font-size: 13px;
}
.singleSidebar ul li a {
font-weight: normal;
border-bottom: 1px solid transparent;
}
.singleSidebar ul li a:hover {
text-decoration: none !important;
border-bottom: 1px solid #ab9e82 !important;
}
.singleSidebar ul li a.active {
font-weight: bold;
}
.singleSidebar ul li::before {
content: "\e836";
font-family: fontello;
color: #bfa56b !important;
position: absolute;
left: 1px;
top: 0;
}
.right-tabs {
display: block;
position: fixed;
right: -8px;
top: 50%;
transform: translateY(-50%);
gap: 2px;
z-index: 99999;
}
.right-tabs .tab {
position: relative;
display: flex;
justify-content: flex-end;
}
.right-tabs .tab:not(:first-child) {
margin-top: 2px;
}
.right-tabs .tab .icon-wrapper {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 48px;
height: 40px;
background-color: #bfa56b !important;
}
@media screen and (min-width: 1201px) {
.right-tabs .tab .icon-wrapper {
width: 68px;
height: 60px;
}
}
.right-tabs .tab .icon {
color: #fff !important;
display: block;
margin-right: 8px;
width: 18px;
height: 18px;
}
@media screen and (min-width: 1201px) {
.right-tabs .tab .icon {
width: 24px;
height: 24px;
}
}
.right-tabs .tab .icon.icon-social {
width: 22px;
height: 22px;
}
@media screen and (min-width: 1201px) {
.right-tabs .tab .icon.icon-social {
width: 28px;
height: 28px;
}
}
.right-tabs .tab:hover {
transform: translateX(-8px);
}
.label {
position: absolute;
top: 0;
right: 100%;
height: 100%;
display: flex;
align-items: center;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 10px;
font-weight: 600;
color: #fff !important;
font-family: "Ubuntu";
white-space: nowrap;
background-color: #5e616a !important;
padding: 0 20px;
transform: translateX(122px);
transition: 0.3s transform ease-in-out;
}
@media screen and (min-width: 1201px) {
.tab:hover .label {
transform: translateX(0);
}
}
.administracija-card {
display: flex;
gap: 16px;
flex-wrap: wrap;
padding-bottom: 24px;
border-bottom: 1px solid rgb(230, 210, 167) !important;
margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
.administracija-card {
flex-wrap: nowrap;
gap: 32px;
}
}
.administracija-card:last-child {
margin-bottom: 0;
}
.administracija-card .image {
min-width: 200px;
width: 200px;
height: auto;
}
.administracija-card .image img {
width: 100%;
}
.administracija-card .desktopAdminContainer {
display: none;
}
@media screen and (min-width: 1024px) {
.administracija-card .desktopAdminContainer {
display: block;
}
}
.administracija-card .mobileAdminContainer {
display: block;
width: 100%;
}
@media screen and (min-width: 1024px) {
.administracija-card .mobileAdminContainer {
display: none;
}
}
.administracija-card .content {
color: #333745 !important;
width: 100%;
}
.administracija-card .content .vardas {
font-weight: bold;
font-size: 24px;
}
.administracija-card .content .pareigos {
font-size: 14px;
margin-top: 8px;
}
.administracija-card .content .kontaktai {
margin-top: 16px;
font-size: 15px;
}
.administracija-card .content .kontaktai .title {
font-weight: bold;
}
.administracija-card .tekstas p:last-child {
margin-bottom: 0;
}
.administracija-card .table {
width: 100%;
max-width: 500px;
}
@media screen and (min-width: 1024px) {
.administracija-card .table {
margin-top: 16px;
}
}
.administracija-card .table .tr {
border-bottom: 1px solid #bfa56b !important;
}
.administracija-card .table .tr:first-child {
background-color: rgb(242, 233, 213) !important;
}
.administracija-card .table .tr .th {
text-align: left;
border: none;
padding: 4px 12px;
}
.administracija-card .table .tr .td {
border: none;
padding: 8px 12px;
}
.instrumentas {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
padding: 16px;
border-radius: 12px;
box-shadow: 0px 0px 32px 0px rgba(191, 165, 107, 0.2);
transition: 0.3s all;
}
.instrumentas:hover {
text-decoration: none !important;
}
.instrumentas svg {
width: calc(100% - 32px);
aspect-ratio: 1/1;
object-position: center;
border-radius: 12px;
transition: 0.3s all;
fill: rgb(230, 210, 167) !important;
}
.instrumentas .title {
color: #333745 !important;
font-size: 17px;
font-weight: 600;
text-align: center;
}
.instrumentas:not(.instrumentas-static):hover {
box-shadow: 0px 0px 32px 0px rgb(191, 165, 107);
}
.instrumentas:not(.instrumentas-static):hover svg {
fill: #bfa56b !important;
}
.mokytojas-card {
display: flex;
flex-direction: column;
justify-content: space-between;
font-weight: normal !important;
}
.mokytojas-card:hover {
text-decoration: none !important;
}
.mokytojas-card .image-container {
border-radius: 14px;
margin: 0 48px;
overflow: hidden;
}
.mokytojas-card .image-container img {
width: 100%;
object-fit: cover;
object-position: center;
}
.mokytojas-card .title {
font-size: 1.2rem;
text-align: center;
margin-top: 12px;
}
.mokytojas-card .role {
text-align: center;
}
.specializacijos-list {
margin: 16px 0 !important;
}
@media screen and (min-width: 1024px) {
.specializacijos-list {
margin: 64px 0 !important;
}
}
.specializacijos-list.nopadding {
margin: 0 !important;
}
.specializacijos-list.nopadding .h2 {
padding-top: 0;
margin-top: 0;
}
.specializacijos-list .h2 {
text-align: center;
font-size: 2.769em;
}
.specializacijos-list .specializacija-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 24px;
}
.specializacijos-list .specializacija-item:hover {
text-decoration: none !important;
}
.specializacijos-list .specializacija-item svg {
height: 100px;
}
@media screen and (min-width: 768px) {
.specializacijos-list .specializacija-item svg {
height: 120px;
}
}
.specializacijos-list .specializacija-item .specializacijos-title {
text-align: center;
margin-top: 0;
}
.specializacija-item svg,
.instrumentas svg {
height: 120px;
color: #bfa56b !important;
fill: #bfa56b !important;
}
.specializacija-item svg .cls-1,
.specializacija-item svg .cls-3,
.specializacija-item svg .cls-4,
.specializacija-item svg .cls-5,
.specializacija-item svg .cls-7,
.instrumentas svg .cls-1,
.instrumentas svg .cls-3,
.instrumentas svg .cls-4,
.instrumentas svg .cls-5,
.instrumentas svg .cls-7 {
stroke: #bfa56b !important;
}
.specializacija-item svg .cls-2,
.instrumentas svg .cls-2 {
fill: #bfa56b !important;
}
.specializacija-item svg.sintezatorius .cls-1,
.instrumentas svg.sintezatorius .cls-1 {
fill: none;
}
.specializacija-item svg.sintezatorius .cls-2,
.instrumentas svg.sintezatorius .cls-2 {
stroke: #bfa56b !important;
}
.specializacija-item svg.sintezatorius .cls-3,
.instrumentas svg.sintezatorius .cls-3 {
fill: #bfa56b !important;
}
.specializacija-item svg.eufonija .cls-1,
.instrumentas svg.eufonija .cls-1 {
stroke-width: 0.25px;
}
.specializacija-item svg .cls-11,
.instrumentas svg .cls-11 {
stroke: #bfa56b !important;
}
.specializacija-item svg .cls-12,
.instrumentas svg .cls-12 {
fill: #bfa56b !important;
}
.specializacija-item svg .cls-13,
.instrumentas svg .cls-13 {
fill: #bfa56b !important;
stroke: #bfa56b !important;
}
.specializacija-item svg .cls-14,
.instrumentas svg .cls-14 {
stroke: #bfa56b !important;
}
.specializacija-item svg .cls-15,
.instrumentas svg .cls-15 {
stroke: #bfa56b !important;
}
.specializacija-item svg .cls-17,
.instrumentas svg .cls-17 {
stroke: #bfa56b !important;
}
.specializacija-item svg .cls-18,
.instrumentas svg .cls-18 {
fill: #bfa56b !important;
}
.meno-kolektyvai-list {
padding: 3rem 0;
}
.meno-kolektyvai-list.nopadding {
padding: 0;
}
.meno-kolektyvai-list.nopadding .h2 {
padding-top: 0;
margin-top: 0;
}
.meno-kolektyvai-list .h2 {
font-size: 2.769em;
line-height: 1.3em;
font-weight: 400;
text-align: center;
margin-bottom: 3rem;
}
.meno-kolektyvai-list .meno-kolektyvai-item:hover {
text-decoration: none !important;
}
.meno-kolektyvai-list .meno-kolektyvai-item .img-wrapper {
position: relative;
overflow: hidden;
}
.meno-kolektyvai-list .meno-kolektyvai-item .img-wrapper::before {
content: "";
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
transition: all ease 0.3s;
background-color: #bfa56b !important;
opacity: 0;
z-index: 1;
}
@media only screen and (min-width: 450px) {
.meno-kolektyvai-list .meno-kolektyvai-item .img-wrapper::before {
width: 166px;
height: 166px;
}
}
.meno-kolektyvai-list .meno-kolektyvai-item .img-wrapper::after {
content: "\e8b5";
position: absolute;
display: flex;
justify-content: center;
align-items: center;
font-family: "fontello";
font-size: 2em;
padding: 20px;
color: #ffffff;
border-radius: 50%;
left: 50%;
top: 150%;
transform: translateX(-50%) translateY(-50%);
transition: all ease 0.3s;
background-color: #bfa56b !important;
z-index: 2;
}
.meno-kolektyvai-list .meno-kolektyvai-item .img-wrapper img {
display: block;
width: 120px;
height: 120px;
object-fit: cover;
object-position: center;
margin: 0 auto;
border-radius: 50%;
}
@media only screen and (min-width: 450px) {
.meno-kolektyvai-list .meno-kolektyvai-item .img-wrapper img {
width: 166px;
height: 166px;
}
}
.meno-kolektyvai-list .meno-kolektyvai-item .meno-kolektyvai-title {
text-align: center;
}
.meno-kolektyvai-list .meno-kolektyvai-item:hover .img-wrapper::before {
opacity: 0.4;
}
.meno-kolektyvai-list .meno-kolektyvai-item:hover .img-wrapper::after {
top: 50%;
}
.footer_wrap .textwidget .sc_icon {
margin-top: 0 !important;
}
.backgroundsizecover .sc_parallax_content {
background-size: cover !important;
}
.sectionwithbuttonright .sc_section_button {
margin-top: 0 !important;
margin-bottom: 4em !important;
float: right;
}
#menu-lyramm-footer-menu {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#menu-lyramm-footer-menu .menu-item {
width: 45%;
}
.post-type-archive-renginys .breadcrumbs_present {
display: none;
}
.home-svarbi-informacija {
background-color: #5e616a !important;
}
.home-svarbi-informacija .svarbi-informacija-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
.home-svarbi-informacija .svarbi-informacija-item {
flex-direction: row;
justify-content: space-between;
}
}
.home-svarbi-informacija .svarbi-informacija-item:first-child {
padding-top: 32px;
}
.home-svarbi-informacija .svarbi-informacija-item:last-child {
padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
.home-svarbi-informacija .svarbi-informacija-item .pavadinimas {
width: 40%;
}
}
.home-svarbi-informacija .svarbi-informacija-item .pavadinimas h2 {
color: #fff;
margin-bottom: 0;
text-align: center;
}
@media screen and (min-width: 1024px) {
.home-svarbi-informacija .svarbi-informacija-item .pavadinimas h2 {
text-align: left;
}
}
.home-svarbi-informacija .svarbi-informacija-item .tekstas {
color: #fff !important;
text-align: center;
}
@media screen and (min-width: 1024px) {
.home-svarbi-informacija .svarbi-informacija-item .tekstas {
width: 35%;
text-align: left;
}
}
.home-svarbi-informacija .svarbi-informacija-item .tekstas p {
color: #fff !important;
font-size: 1.3845em;
}
@media screen and (min-width: 1024px) {
.home-svarbi-informacija .svarbi-informacija-item .nuoroda {
width: 15%;
}
}
.home-svarbi-informacija .svarbi-informacija-item a {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 1.077em;
font-weight: 700;
text-transform: uppercase;
padding: 1em 2.3em;
border-radius: 2em;
background-color: #bfa56b !important;
border-color: #bfa56b !important;
color: #fff !important;
border: 2px solid;
transition: 0.3s all;
}
.home-svarbi-informacija .svarbi-informacija-item a:hover {
border-color: #fff !important;
text-decoration: none;
}