/*
Theme Name: Theme enfant Austin
Description: Theme enfant du thème payant Austin
Author: Bertrand - Ziofix
Author URI: https://www.ziofix.fr/
Template: austin
Version: 0.1.1
*/

/*Hide icons on thumbnails*/

i.lightbox.icon-expand {
  display: none;
}

/*---------Footer---------*/

.social-medias-buttons {
  display: flex;
  justify-content: space-around;
  width: 25%;
  margin-left: 37.5%;
}

.media-button > a > span {
  font-size: 3rem;
}

div.media-button.mail {
  display: none;
}

.site-link > span {
  color: #00C3B5;
}

@media all and (max-width: 650px) {
  .social-medias-buttons {
    width: 50%;
    margin-left: 25%;
  }
  nav#menu-footer.single-depth-menu {
    display: none;
  }
  div.media-button.mail {
    display: block;
  }
}

@media all and (max-width: 485px) {
  .media-button > a > span {
    font-size: 2rem;
  }
  div#footer-bottom-text {
    display: none;
  }
}
