/* Site-wide overrides and custom styles */

/* Typography */
.dtbaker_google_font {
  font-family: 'Ubuntu', arial, serif !important;
}

/* Content area responsive media */
#left_column_610 img {
  max-width: 100%;
  height: auto;
}

/* Responsive video embeds */
.video-embed {
  max-width: 560px;
  margin-bottom: 1em;
}
.video-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* Sidebar layout */
#right_column_250 {
  float: right;
  margin-left: 0;
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}
.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  line-height: 0;
}
.gallery-grid a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.2s ease;
}
.gallery-grid a:hover img {
  transform: scale(1.05);
}
.gallery-section {
  margin-bottom: 30px;
}
.gallery-section h2 {
  margin-bottom: 10px;
}

/* Contact page */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}
.contact-card {
  background: url(../images/theme/side-bar-news-bg.jpg) no-repeat left top;
  background-size: cover;
  border: none;
  border-radius: 0;
  padding: 20px 15px;
  text-align: center;
  color: #fff;
}
.contact-card-icon {
  font-size: 28px;
  color: #c6423f;
  margin-bottom: 8px;
}
.contact-card h2 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #fff;
}
.contact-card-value {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  color: #eee;
}
.contact-card-value a {
  color: #c6423f;
  text-decoration: none;
}
.contact-card-value a:hover {
  text-decoration: underline;
}
.contact-card p:last-child {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.hours-table {
  width: 100%;
  max-width: 360px;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.hours-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #333;
  color: #ddd;
}
.hours-table td:first-child {
  font-weight: bold;
  width: 120px;
  color: #fff;
}
.hours-special td {
  color: #c6423f;
}
.hours-closed td {
  color: #666;
}
.contact-map {
  margin-bottom: 20px;
}
.contact-map h2 {
  margin-bottom: 10px;
}
.contact-map iframe {
  display: block;
  width: 100%;
  border: 0;
  filter: invert(90%) hue-rotate(180deg) saturate(0.3) brightness(0.7);
}

/* Footer social icon */
#footer .social-icon {
  float: left;
  width: 25px;
  margin-top: 1px;
}
