/* Search results  CSS */
.footer__bottom {
    padding: 15px 0;
    background: #121112;
}
.footer__bottom p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0;
}
.bold-text-color b {
    font-weight: 600;
    color: var(--kvo-heading-color);
}
.position-sticky-top-120  {
    position: sticky !important;
    top: 120px;
}
.admin-bar .position-sticky-top-120 {
    top: 130px;
}
.pointer-none {
    pointer-events: none;
}

/* Elementor Custom CSS */
.kvo-menu-not-showing {
    padding: 25px 0;
}
.no-animation::before,
.no-animation::after {
    display: none !important;
}
.z-index-2 {
    z-index: 2;
}

/* Version 1.1 Update CSS */
.elementor-editor-active.tg-header-template header.transparent-header>[data-elementor-type="wp-post"]>.elementor-section-wrap {
    position: relative;
    background: rgba(0, 0, 0, .2);
}
.elementor-editor-active:not(.tg-header-template) header.transparent-header {
    pointer-events: none;
}


/* Elementor Responsive */
@media (max-width: 1500px) {


}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px){


}

@media (max-width: 767.98px) {


}