/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */


 .imp-tooltip-wrap.statusas-rezervuotas .imp-tooltip{
    background: rgba(0, 66, 247, 0.986) !important;
 }

 .imp-tooltip-wrap.statusas-parduotas .imp-tooltip{
    background: rgb(218, 5, 23) !important;
 }




 


 svg polygon.statusas-rezervuotas {
  fill: rgba(236, 206, 44, 0.4) !important;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0px;
  stroke-dasharray: 0;
  stroke-linecap: round;
}



 svg.imp-object-highlighted polygon.statusas-rezervuotas {
   fill: rgba(236, 206, 44, 0.7) !important;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0px;
  stroke-dasharray: 0;
  stroke-linecap: round;
}




 svg polygon.statusas-parduotas {
  fill: rgb(218, 5, 23, 0.4) !important;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0px;
  stroke-dasharray: 0;
  stroke-linecap: round;
}



 svg.imp-object-highlighted polygon.statusas-parduotas {
   fill: rgb(218, 5, 23, 0.7) !important;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0px;
  stroke-dasharray: 0;
  stroke-linecap: round;
}










header .hfe-site-logo .hfe-site-logo-container img {
    width: 100%;
    min-height: 40px;

}


.home .site-footer{
  display: none;
}













.imp-object-poly polygon {
  /* fill: rgba(255, 255, 255, 0);
  stroke: rgba(255, 255, 255, 0); */
  transition: fill 0.6s ease, stroke 0.6s ease;
}


/* .imp-object-poly polygon {
  fill: rgba(255,255,255,0);
  stroke: rgba(255,255,255,0);
} */

.imp-object-poly polygon.flash {
  animation: flashPoly 0.8s ease forwards;
}

@keyframes flashPoly {
  0% {
    fill: rgba(255,255,255,0);
    stroke: rgba(255,255,255,0);
  }
  40% {
    fill: rgba(255,255,255,0.4);
    stroke: rgba(255,255,255,0.4);
  }
  100% {
    fill: rgba(255,255,255,0);
    stroke: rgba(255,255,255,0);
  }
}
