/*
 Theme Name:   Neve Child
 Theme URI:    http://netsenior.pl
 Description:  Motyw potomny dla Neve
 Author:       Paweł Gajewski
 Author URI:   http://netsenior.pl
 Template:     neve
 Version:      1.0.0
*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

span.mp-icon {
    font-size: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .apbMeta {
    display: none;
}

.has-nv-dark-bg-color {
    color: var(--nv-dark-bg) !important;
    backdrop-filter: blur(10px) saturate(70%);
    padding: 16px 32px;
}