.dmm_services_block.header {
display: flex !important;
align-items: flex-end !important;
}
header#site-header{
z-index: 2 !important;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropbtn {
background-color: #88191b;
color: white;
padding: 2px 10px;
font-size: 13px;
border: none;
cursor: pointer;
border-radius: 10px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 250px;
box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 10px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content, .dropdown:focus-within .dropdown-content {
display: block;
}
header.entry-header.clr, .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .wp-block-image, .single-post.content-max-width .wp-block-buttons, .single-post.content-max-width .wp-block-gallery, .single-post.content-max-width .wp-block-video, .single-post.content-max-width .wp-block-quote, .single-post.content-max-width .wp-block-table, .single-post.content-max-width .wp-block-text-columns, .single-post.content-max-width .wp-block-code, .single-post.content-max-width .wp-block-preformatted, .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol, .single-post.content-max-width .wp-block-cover-text, .single-post.content-max-width .wp-block-cover, .single-post.content-max-width .wp-block-columns, .single-post.content-max-width .post-tags, .single-post.content-max-width .comments-area {
max-width: 1600px !important;
}
.pdfemb-viewer {
margin-left: auto !important;
margin-right: auto !important;
}
.waves {
position: relative;
width: 100%;
height: 15vh;
margin-bottom: -7px; min-height: 100px;
max-height: 150px;
} .parallax > use {
animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
animation-delay: -2s;
animation-duration: 7s;
}
.parallax > use:nth-child(2) {
animation-delay: -3s;
animation-duration: 10s;
}
.parallax > use:nth-child(3) {
animation-delay: -4s;
animation-duration: 13s;
}
.parallax > use:nth-child(4) {
animation-delay: -5s;
animation-duration: 20s;
}
@keyframes move-forever {
0% {
transform: translate3d(-90px, 0, 0);
}
100% {
transform: translate3d(85px, 0, 0);
}
} @media (max-width: 768px) {
.waves {
height: 40px;
min-height: 40px;
}
div#top-bar-inner {
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row-reverse;
gap: 40px;
}
}
.entry-content.clr {
max-width: 80%;
margin: 30px auto;
}