/**

 * Theme Name:     Jomo
 * Author:         Hoxo Media
 * Template:       hello-elementor
 * Text Domain:	   jomo
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.elementor-button {
    width: 200px !important;
/*    height: 53px;*/
    cursor: pointer;
    padding: 14px 0 16px 0 !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important; 
}

a.dialog-close-button:focus, a.dialog-close-button:focus-visible {
    outline: none !important;
}

@media screen and (min-width:1800px) {
    .elementor-26 .elementor-element.elementor-element-3b1905d .elementor-heading-title {
    color: var(--e-global-color-dd289ab);
    font-size: 180px !important;
    font-weight: 900;
    line-height: 190px !important;
}
}

@media (max-width: 900px) {
    html, body {
  overflow-x: hidden;
  width: 100%;
}
}

a:focus-visible {
    outline: none;
}