/*=================================== WP ====================================*/
body {
  font-family: "Jura";
}

input,
button,
textarea {
  font-family: "Jura";
  font-size: inherit;
}

.single {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

.single__meta {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  font-size: 16px;
}

.single__meta img {
  margin: 0 10px;
}

.single__text p {
  padding: 10px 0;
}

.menu__body {
  display: flex;
  align-items: center;
}

.translator {
  margin-left: 25px;
}

.translator a + a {
  margin-left: 10px;
}

.header__content {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo img {
    display: block;
    max-width: 100%;
}

.header__logo {
    width: 200px;
    background-color: #edf7fa;
    border-radius: 60px;
}


@media (max-width: 576px) {
  .menu__body {
    flex-direction: column;
  }

  .translator {
    margin: 25px 0 0 0;
  }

  .translator img {
    width: 40px;
    height: 34px;
  }
}

.featured-works{
  background: #edf7fa;
}

@media (max-width: 480px) {
.info__tel {
    display: block;
    margin-bottom: 20px;
}
}
