/*
Theme Name: Hello Child
Description: Theme child of Hello Elementor Theme x Pasta Fresca Lalla
Author: Sorrentino grafica&comunicazione
Author URI: https://sa-web.it
Template: hello-elementor
*/

html {
  scroll-behavior: smooth;
}

.wp-block-button__link .wp-element-button {
  text-decoration: none;
  text-transform: uppercase;
}

.wp-block-button__link.wp-element-button:hover {
  text-decoration: underline;
}

.smooth-transition,
.wp-block-button__link.wp-element-button {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.strong-text {
  font-weight: 500;
}

.hours-list .elementor-icon-list-text {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
