/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
.contact-btn {
  display: inline-block;
  transition: all 1s ease !important;
  color: #ffffff !important;
  position: relative;
}

.contact-btn:hover {
  transform: translateY(5px) !important; /* эффект sink */
  color: #ffffff !important; /* белый цвет при наведении */
}

/* Меню — размер шрифта */
#menu-main-menu li a {
  font-size: 18px !important;
}
