/* ------------------------------------------------------------------
   General Wolfe Pharmacy - overrides on top of the Colorlib template.
   Edit here rather than in style.css so template updates stay clean.
   ------------------------------------------------------------------ */

.top-bar {
  background: #2f2f2f;
  color: #fff;
  font-size: 14px;
}
.top-bar a { color: #fff; }
.top-bar a:hover { color: #fff; text-decoration: underline; }

.opening-hours li { font-size: 15px; }
.opening-hours li:last-child { border-bottom: 0 !important; }

.feature.h-100 { height: 100%; }

.site-logo a { font-size: 22px; letter-spacing: .05em; white-space: nowrap; }
.site-menu > li > a { padding: 10px 14px !important; font-size: 14px; }

.site-blocks-cover { min-height: 460px; }
.site-blocks-cover h1 { font-size: 2.6rem; }
@media (max-width: 767px) {
  .site-blocks-cover h1 { font-size: 1.9rem; }
}

.btn-outline-primary { border-color: #3aa17e; color: #3aa17e; }
.btn-outline-primary:hover { background: #3aa17e; border-color: #3aa17e; color: #fff; }

footer .opening-hours li { border-color: rgba(0,0,0,.08) !important; }

/* visible keyboard focus */
a:focus, button:focus, input:focus, textarea:focus {
  outline: 2px solid #3aa17e;
  outline-offset: 2px;
}
