.elementor-slideshow__title {
  display: none !important;
}

.widget select, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, form input:read-write, form select, form select option, form textarea, form.wp-block-search input.wp-block-search__input {
  background-color: #fff !important;
  border: none !important;
  colro: #000 !important;
}

input[type=button], input[type=reset], input[type=submit] {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  transition: all .3s linear;
}

input[type=button], input[type=reset], input[type=submit]:hover {
  background: #FAD700 !important;
  color: #000 !important;
}

