{# add text shadow to make the text more readable #}
.tateandlyle-lp-footer .is-text-shadow {
  text-shadow: 1px 1px 2px #000000; 
}

.tateandlyle-lp-footer .video-wrapper iframe {
  border-radius: 10px;
}

.tateandlyle-lp-footer .custom-tag {
  padding: 10px 15px;
  line-height: 100%;
}

.tateandlyle-lp-footer .social a {
  height: 32px;
  width: 32px;
  border-radius: 32px;
  line-height: 29px;
  border: 1px solid #fff;
 display: inline-block;
}

.tateandlyle-lp-footer .social a svg {
  fill: #fff;
}

.copyright {
  background-color: #d9dae4;
  font-size: 16px;
  color: #4d6987;
}