/* Office photo gallery — replacement for NextGen Pro horizontal filmstrip */
.office-gallery { max-width: 650px; margin: 0 0 20px; }
.office-gallery-stage { position: relative; background: #000; text-align: center; }
.office-gallery-stage img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.office-gallery .og-nav {
	position: absolute; top: 50%; margin-top: -22px; z-index: 5;
	display: block; width: 32px; height: 44px; line-height: 44px;
	color: #fff; background: rgba(0,0,0,0.45); text-align: center;
	font-size: 20px; text-decoration: none;
}
.office-gallery .og-nav:hover { background: rgba(0,0,0,0.75); color: #fff; }
.office-gallery .og-prev { left: 0; }
.office-gallery .og-next { right: 0; }
.office-gallery-strip { margin-top: 4px; overflow: hidden; }
.office-gallery-strip .og-thumb { float: left; display: block; margin: 0 4px 4px 0; opacity: 0.6; }
.office-gallery-strip .og-thumb img { display: block; width: 100px; height: 75px; }
.office-gallery-strip .og-thumb:hover,
.office-gallery-strip .og-thumb.active { opacity: 1; outline: 2px solid #0093B2; }

/* Contact page — spread the Office Hours table across its column instead of
   hugging the right edge (theme sets margin-left:auto + tight cell padding) */
.office-hours .office table { width: auto; margin-left: auto; margin-right: auto; }
.office-hours .office th,
.office-hours .office td { padding: 0 45px 10px 0 !important; white-space: nowrap; }
.office-hours .office th[colspan] { padding-bottom: 12px !important; }

/* CF7-style response messages (form handled by send.php) */
.wpcf7-response-output { margin: 1em 0; padding: 0.6em 1em; border: 2px solid #46b450; }
.wpcf7-response-output.wpcf7-validation-errors { border-color: #dc3232; }
