@media (min-width:1200px) {
} @media (min-width: 768px) and (max-width: 1199.98px) {
:root {
--ml-sidebar-width: 220px;
}
.navbar-brand {
max-width: var(--ml-sidebar-width);
}
.icon-filter {
width: 50px;
height: 30px;
}
.icon-filter svg {
max-width: 100%;
height: auto;
}
} @media (min-width: 992px) {
} @media (max-width: 991.98px) { .projects-list .column.colors {
display: none;
}
.projects-list .column.format,
.projects-list .column.location {
width: 25%;
}
} @media (min-width: 768px) {
.only-sm-collapse .btn-collapse {
display: none;
}
.only-sm-collapse .collapse {
display: block;
height: auto !important;
visibility: visible;
} .about-article .about-block {
display: none;
} .studio-article .about-block {
display: none;
}
} @media (max-width: 767.98px) {
:root {
--ml-nav-height: 7.8125rem;
}
body {
font-size: 1rem;
}
.main-row {
--bs-gutter-x: 0;
} .navbar {
background-color: var(--ml-light-color);
padding-top: 1.25rem;
padding-bottom: 1.25rem;
width: 100vw;
}
.navbar > .container-fluid {
--bs-gutter-x: 2.5rem;
align-items: start;
}
.navbar-brand {
max-width: 138px;
margin-right: 0;
}
.navbar-nav {
height: 85px;
}
.navbar-nav .nav-link {
font-size: 1rem;
height: 1rem;
}
.navbar-nav .menu-projects .nav-link,
.navbar-nav .menu-about .nav-link,
.navbar-nav .menu-studio .nav-link,
.navbar-nav .menu-shop .nav-link {
width: 9.375rem;
height: .625rem;
} .sidebar {
width: 100%;
margin-bottom: 20px;
padding: 0 1.25rem;
}
.sidebar-content {
position: static;
width: 100%;
height: auto;
}
.main {
width: 100%;
padding-bottom: 3.75rem;
}
.main-container {
--bs-gutter-x: 0;
}
.gallery-filters {
justify-content: center;
} .filters-block {
position: fixed;
bottom: 0;
z-index: 99999;
left: 0;
background-color: #CDCDCD;
width: 100%;
padding: .75rem 1.25rem;
border-radius: 30px 30px 0 0;
}
.filters-block .btn-collapse {
text-decoration: none;
margin: 0 auto;
width: fit-content;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 3rem;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path d="M12.5 1L6.5 6L0.5 1" stroke="black"/></svg>');
background-repeat: no-repeat;
background-position: 50% 0;
padding-top: .4375rem;
line-height: 1.6;
}
.filters-block .btn-collapse.collapsed {
margin-bottom: 0;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path d="M0.500001 6.5L6.5 1.5L12.5 6.5" stroke="black"/></svg>');
}
.filter-item {
width: fit-content;
margin-left: auto;
margin-right: auto;
text-align: center;
} #projects-caption {
display: none;
}
.projects-list {
padding: 0 .875rem;
}
.projects-list .list-item {
border-bottom: 1px solid #CDCDCD;
}
.projects-list .list-item .item-data {
gap: .625rem;
}
.projects-list .list-item .item-data .column {
word-wrap: break-word;
}
.projects-list .column.colors {
display: none;
}
.projects-list .column.title,
.projects-list .column.year,
.projects-list .column.format,
.projects-list .column.location {
width: calc(25% - .625rem / 4);
}
.projects-map {
padding-left: 1rem;
padding-right: 1rem;
} .sidebar .about-block {
display: none;
}
.sidebar .copyright {
display: none;
}
.main .copyright {
display: flex;
padding: 0 1.25rem;
}
.main .copyright p {
margin-bottom: 0;
}
.entry-content {
padding: 0 1.25rem;
}
#about-tabs .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
display: block;
}
#about-tabs .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
display: none;
}
.about-description p:first-child {
font-size: 1.625rem;
} .entry-header {
padding: 0 1.25rem;
}
} @media (max-width: 575.98px) {
}