.oa-fx-header {
background: #922d2d !important;
position: fixed !important;
width: 100% !important;
top: 0;
z-index: 1000;
}
.oa-fx-fixed-header {
position: fixed !important;
width: 100% !important;
background-color: rgba(255, 255, 255, 0.85) !important;
backdrop-filter: blur(12px);
border-bottom: 1px solid #F2F2F2;
transition: background-image 1s ease-out;
-webkit-transition: background-image 1s ease-out;
-moz-transition: background-image 1s ease-out;
-o-transition: background-image 1s ease-out;
z-index: 1000;
} .oa-fx-fixed-header .et_pb_menu .et-menu-nav ul li a,
.oa-fx-fixed-header a.glink,
.oa-fx-fixed-header .et_pb_code_inner,
.oa-fx-fixed-header .et_pb_social_media_follow .et_pb_social_icon .icon:before,
.oa-fx-fixed-header .et_pb_menu .mobile_menu_bar:before,
.oa-fx-fixed-header .et_pb_text_0_tb_header.et_pb_text a,
.oa-fx-fixed-header .et_pb_text_1_tb_header.et_pb_text a {
color: #333 !important;
-webkit-transition: background-color 1s ease-out;
-moz-transition: background-color 1s ease-out;
-o-transition: background-color 1s ease-out;
transition: background-color 1s ease-out;
} .oa-fx-fixed-header .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a,
.oa-fx-fixed-header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
color: #333 !important;
-webkit-transition: background-color 1s ease-out;
-moz-transition: background-color 1s ease-out;
-o-transition: background-color 1s ease-out;
transition: background-color 1s ease-out;
} .oa-fx-fixed-header .et_pb_image_wrap img,
.oa-fx-fixed-header .et_pb_menu__logo img {
content: url(http://localhost:8080/wp-content/uploads/2024/09/Protohaus-Logo.png);
} ul#mobile_menu1 {
top: 80px;
}  div#dvmd_acsb_footer {
display: none;
}      .dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-inner {
width: 95% !important;
height: 97% !important;
justify-content: end;
}     .oa-hide-hamburger nav ul li {
display: block;
width: 100%;
margin: 10px 0;
}
@media (max-width: 980px) {
.oa-hide-hamburger .et_pb_menu__menu {
display: flex !important;
}
.oa-hide-hamburger .et_mobile_nav_menu {
display: none !important;
}
}  .wp-block-button__link,
.wp-element-button {
margin-top: 1.5rem;
color: #ffffff;
font-size: 18px;
background-color: #bc383a;
border-width: 0px !important;
border-radius: 2px !important;
font-weight: 500;
padding: 0.3em 1em;
line-height: 1.7em !important;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition-property: all !important;
}
.wp-block-button__link:hover,
.wp-element-button:hover {
background-color: #e14249 !important;
}