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

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;
  }

  /* footer style 2 */

  .footer-style-2 .footer-social-media-block,
  .footer-style-2 .footer-logo {
    width: auto;
    padding-bottom: 0;
    margin: 0;
  }

  .footer-style-2 .region-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}

@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 {
    padding: 27px 20px 40px 20px;
    margin: 0 15px;
  }

  .footer-social-media-block {
    margin-top: 20px;
  }

  /* footer style 2 */

  .footer-style-2 .region-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-style-2 .footer-logo {
    margin-bottom: 40px;
  }
}
