/*
 * Shared site styles for the TalDav / WP Care portfolio website.
 */

.contact-footer-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .contact-footer-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .contact-footer-item .icon,
  .lets_start .icon {
    flex: 0 0 auto;
  }

  .contact-footer-item a,
  .lets_start a {
    color: inherit;
    text-decoration: none;
  }

  .contact-footer-item a:hover,
  .lets_start a:hover {
    color: var(--dt-pri-color);
  }

.dt_content_about_info.style1 .contact__list > p {
    flex: 0 0 auto;
    margin: 0 20px 0 0;
    line-height: 1;
}

.dt_content_about_info.style1 .widget_contact {
    height: 100%;
    padding: 24px 18px;
}

.dt_content_about_info.style1 .contact__list {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.dt_content_about_info.style1 .contact__list > p {
    flex: 0 0 50px;
    width: 50px;
    margin: 0;
    line-height: 1;
}

.dt_content_about_info.style1 .contact__list > p i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 24px;
}

.dt_content_about_info.style1 .contact__body {
    flex: 1;
    min-width: 0;
}

.dt_content_about_info.style1 .contact__body .title {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.25;
    white-space: nowrap;
}

.dt_content_about_info.style1 .contact__body .description {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}
