/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2024 | 09:35:27 */
.valitse-tarve .elementor-widget-wrap:hover {
  border-radius: 10% 10% 10% 10%!important;

}
.valitse-tarve .elementor-widget-wrap {
      transition: all .35s cubic-bezier(.65,0,.35,1);
    transition-property: all;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0s;
  }


@media screen and (max-width:767px){
	.mobile-laatikko .elementor-element-f51789c > .elementor-element-populated {
		box-shadow:none!important;
	}
}