.box-testo h5 {
  text-align: left;
  margin: 0 0 32px;
}
.riga-contatti ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  float: left;
  width: 100%;
}
.copy-text {
  position: relative;
  border: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 448px;
  padding: 0 26px 0 0;
  margin: 16px 0 0 0;
}
.copy-text a.text {
  font-size: 18px;
  color: #24383B;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
  width: auto;
  float: none;
  display: table;
  height: auto;
  line-height: 22px;
  padding: 5px 0 5px 48px;
  letter-spacing: 0.5px;
}
.copy-text a.text strong {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
}
.copy-text:last-child a.text strong {
  max-width: 188px;
}
.copy-text button {
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 24px;
}
.copy-text button::before {
  content: "Copiato!";
  position: absolute;
  top: calc(-100% - 42px);
  right: -45px;
  background: #45747E url("/themes/elite_wedding/images/ico-like.png") no-repeat 16px center / 16px;
  padding: 16px 16px 16px 40px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}
.copy-text button::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 4px;
  width: 10px;
  height: 10px;
  background: #45747E;
  transform: rotate(45deg);
  display: none;
}
.copy-text.active button::before, .copy-text.active button::after {
  display: block;
}
@media (min-width: 1200px) {
  .riga-contatti .col-w-75 {
    width: calc(66.667% - 24px);
  }
  .riga-contatti .col-w-25 {
    width: calc(33.333% - 24px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .riga-contatti .col-w-75 {
    width: calc(50% - 24px);
  }
  .riga-contatti .col-w-25 {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .copy-text a.text strong {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .copy-text button::before {
    right: -25px;
  }
}
