body {
  color: #686868; }

h1 {
  color: #3f6b93; }

h2 {
  color: #3f6b93; }

.site-content {
  border-top: 1px solid #3f6b93; }

.wp-block-button__link {
  background: #3f6b93; }

p {
  font-size: 16px;
  line-height: 24px; }

form input,
form textarea {
  border: 1px solid #3f6b93; }
form input[type="submit"] {
  background: #3f6b93;
  border: 1px solid #3f6b93; }
  form input[type="submit"]:hover {
    color: #3f6b93; }

button, .button {
  background: #3f6b93;
  border: 1px solid #3f6b93;
  border-radius: 5px; }
  button:hover, .button:hover {
    color: #3f6b93; }

.header {
  background: white;
  box-shadow: 0 0 5px black;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .header .header-navigation-wrapper .header-phone {
    color: #3f6b93; }
  .header .header-navigation-wrapper .navigation .primary-menu-wrapper ul a {
    color: #3692b0; }
    .header .header-navigation-wrapper .navigation .primary-menu-wrapper ul a:hover {
      background: #3f6b93; }
  .header .header-navigation-wrapper .navigation .search-toggle {
    color: #3f6b93; }
    .header .header-navigation-wrapper .navigation .search-toggle:hover {
      background: #3f6b93; }

.mobile-menu ul li a {
  border-top: 1px solid #3f6b93;
  color: #3f6b93; }

.search-modal {
  background: white; }
  .search-modal .search-modal-inner .search-facility form input[type="submit"] {
    background: #3f6b93; }
    .search-modal .search-modal-inner .search-facility form input[type="submit"]:hover {
      background: white;
      color: #3f6b93; }
  .search-modal .search-modal-inner .search-facility button {
    background: #3f6b93;
    border: 1px solid #3f6b93; }
    .search-modal .search-modal-inner .search-facility button:hover {
      background: white;
      border: 1px solid #3f6b93;
      color: #3f6b93; }

.lightGrey {
  background: #ececec; }

.spacing {
  padding: 0 0 3em; }

.banner .button {
  color: #3f6b93; }
  .banner .button:hover {
    background: #3f6b93;
    color: white; }

.post-inner {
  position: relative; }
  .post-inner .background {
    background-image: url("/wp-content/themes/pixelfeast/assets/images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    bottom: 0;
    height: 55px;
    position: absolute;
    width: 100%; }

.contact-form h2 {
  color: #3f6b93; }

.footer {
  background: #3f6b93; }
  .footer h3 {
    color: white;
    font-size: 24px; }
  .footer li {
    display: block;
    width: 100%; }
    .footer li a {
      display: block;
      line-height: 24px;
      padding: 0; }
