/*
  Theme Name: Applover Theme
  Author: Applover Software House
  Author URI: https://applover.pl
  Version: 1.0.1
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Textdomain: applvr

  Resource Licenses:
  Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
  jQuery: https://jquery.org | (Code licensed under MIT)
  WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL

  This theme, like WordPress, is licensed under the GPL.
*/

.contact-us-main::before {
  z-index: -1;
}

.mc-field-group {
  display: flex;
  flex-direction: column;
}

.mc-field-group label {
  color: #000;
}

.mc-field-group input {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #727271;
  width: 100%;
}

.newsletter-agreement-text {
  margin-top: 15px;
  text-align: justify;
  font-size: 11px;
}

.contact-us__newsletter .newsletter-agreement-text,
.contact-us__newsletter label {
  color: #FFF;
}

@media (max-width: 991px) {
  .contact-us__newsletter {
    margin-top: 50px;
  }
}