/* Search results  CSS */
.footer__bottom {
    padding: 15px 0;
    background: #032019;
}
.footer__bottom p {
    color: #878F8D;
    font-size: 16px;
    margin: 0 0;
}
.bold-text-color b {
    font-weight: 600;
    color: var(--dmly-heading-color);
}
.position-sticky-top-80  {
    position: sticky !important;
    top: 80px;
}
.admin-bar .position-sticky-top-80 {
    top: 130px;
}
.pointer-none {
    pointer-events: none;
}

/* Elementor Custom CSS */
.dmly-menu-not-showing {
    padding: 25px 0;
}
.no-animation::before,
.no-animation::after {
    display: none !important;
}
.z-index-2 {
    z-index: 2;
}
.sticky-height-active {
    display: block;
    height: 112px;
}

/* Version 1.1 Update CSS */
.elementor-editor-active.dmly-header-template header.nav-header.position-absolute {
    position: relative !important;
}
.elementor-editor-active:not(.dmly-header-template) header.nav-header.position-absolute {
    pointer-events: none;
}


/* Elementor Responsive */
@media (max-width: 1500px) {


}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px){
.sticky-height-active {
    height: 90px;
}

}

@media (max-width: 767.98px) {
.sticky-height-active {
    height: 84px;
}


}