/*****************************

Responsive

****************************/

/* Medium Devices, Desktops  */

@media screen and (min-device-width: 900px) and (max-device-width: 1120px) {
  .footer-social-media-block {
    width: 100%;
    justify-content: center;
    padding-bottom: 0;
  }
  .footer {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1120px) {
  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer-logo img {
    max-width: 138px;
    margin: auto;
  }
  .footer-subscribe {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  #block-knomad-footer-menu {
    display: none;
  }
  .footer {
    padding: 30px 20px;
  }
  .footer-subscribe .block-title {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-subscribe .form-item-subscription-mail {
    max-width: 60%;
  }
  .footer-social-media-block {
    padding-bottom: 0;
  }
  .footer-logo {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .footer-subscribe .form-item-subscription-mail {
    max-width: 100%;
  }
  .footer-subscribe .form-actions {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .footer-subscribe .form-actions .button {
    width: 100%;
  }
  .footer-subscribe {
    padding: 27px 20px 40px 20px;
    margin: 0 15px;
  }
  .footer-social-media-block {
    margin-top: 20px;
  }
}
