/* Site-specific responsive fixes for the current Hestia and Orbit Fox markup. */
/* The div selector outranks the older, later wp-custom-css contain rule. */
body.home div.header-filter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wpforms-container .wpforms-form input::placeholder,
.wpforms-container .wpforms-form textarea::placeholder {
  color: #666;
  opacity: 1;
}

@media (max-width: 768px) {
  .obfx-sharing.obfx-sharing-bottom {
    position: static;
    display: flex;
    width: 100%;
    transform: none;
  }

  .obfx-sharing.obfx-sharing-bottom > li {
    flex: 1 1 0;
  }

  .navbar .navbar-toggle {
    min-width: 44px;
    min-height: 44px;
  }
}
