#header .logo.avia-standard-logo {
padding: 7px 0;
}
.hidden,
#menu-item-wpml-ls-41-en,
#menu-item-wpml-ls-41-fr,
.av-burger-menu-main.av-small-burger-icon {
display: none !important;
} #fullscreen-grafikid .avia-caption-title,
#fullscreen-grafikid .avia-caption-content.av_inherit_color,
#fullscreen-grafikid .slideshow_align_caption {
text-align: center;
}
#fullscreen-grafikid .avia-caption-title {
width: 100%;
padding: 20px 15px 0px 15px;
margin-bottom: 0;
max-width: 718px;
}
#fullscreen-grafikid .avia-caption-content p {
padding: 10px 15px 22px;
max-width: 718px;
}
@media (min-width: 1024px) {
#fullscreen-grafikid .avia-caption-content p {
padding: 22px 32px 22px;
}
}
#fullscreen-grafikid .avia-slideshow-button.avia-button.avia-color-theme-color {
font-size: 14px;
}
#fullscreen-grafikid .avia_loading_icon {
display: none !important;
}
#fullscreen-grafikid
.avia-slideshow-button.avia-button.avia-color-light.avia-multi-slideshow-button {
background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
#fullscreen-grafikid
.avia-slideshow-button.avia-button.avia-color-light.avia-multi-slideshow-button {
margin-right: 0;
margin-bottom: 0;
}
} #portfolio .grid-entry.post-entry {
overflow: hidden;
}  #portfolio #js_sort_items .sort_by_cat {
display: flex;
justify-content: center;
}
#portfolio #js_sort_items .sort_by_cat .all_sort_button,
#portfolio #js_sort_items .sort_by_cat .all_sort_button + .text-sep {
display: none;
}
#portfolio #js_sort_items .sort_by_cat > * {
order: 2;
}
#portfolio #js_sort_items .sort_by_cat > .overview_sort_button,
#portfolio #js_sort_items .sort_by_cat > .overview_sort_button + .text-sep {
order: 1;
}
#portfolio a .wp-post-image {
aspect-ratio: 5/4;
object-fit: cover;
transition: all 0.4s ease-in-out;
}
#portfolio a:not(:hover) .wp-post-image {
opacity: 0.7;
}
#portfolio a:hover .wp-post-image {
transform: scale(1.05, 1.05);
}
#portfolio a:hover .image-overlay,
#portfolio .grid-content .avia-arrow {
display: none !important;
}
#portfolio .grid-content {
position: absolute;
bottom: 0;
width: 100%;
background-color: #1414149e;
opacity: 0;
transform: translateY(53.4px);
transition: all 0.4s ease-in-out;
}
#portfolio .grid-content .entry-content-header .grid-entry-title.entry-title {
background-color: transparent;
}
#portfolio a:hover + .grid-content {
opacity: 1;
transform: translateY(1px);
}   @media (max-width: 767px) {
.portrait .avia_image {
width: 120px;
}
}