/* Responsive Adjustments for blue.css */

/* Links */
a {
  color: #305c92;
}

.pagination .current {
  background: #305c92;
  border: 1px solid #305c92;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  a {
    color: #305c92;
  }

  #header .call-box em {
    font-size: 12px;
  }

  .lower-banner .more {
    font-size: 14px;
  }

  .form-add .error {
    font-size: 12px;
  }
}

/* Tablet Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .form-post .error {
    font-size: 14px;
  }

  .lower-section .col-holder a {
    font-size: 14px;
  }
}
