/* =====================================================================
   Omeka S Integration — production overrides
   ---------------------------------------------------------------------
   This stylesheet is loaded AFTER omeka-style.css, so any rule placed
   here wins (same specificity) without needing !important. Use it for
   site-specific tweaks that should survive plugin updates — the main
   omeka-style.css can be rewritten by an update, but this file is left
   alone.
   ===================================================================== */

.postid-14429 .default-block {
	max-width: 1024px !important;
	width: 80% !important;
	margin: 0 auto !important;
	margin-bottom: 100px !important; 
}
.postid-14429 .osi-search-form {
	max-width: 768px !important;
	width: 80% !important;
	margin: 0 auto !important;
}
.postid-14429 .osi-back a {
	font-weight: 500 !important;
 	font-size: 18px !important;
}
.postid-14429 .osi-meta__label, 
.postid-14429 .osi-meta__values,
.postid-14429 .osi-single-nav__link,
.postid-14429 .osi-grid-link {
	font-weight: 400 !important;
 	font-size: 16px !important;
}
.postid-14429 .osi-meta__label {
	font-weight: 700 !important;
}
.postid-14429 .osi-grid-link {
 	font-size: 22px !important;
	font-weight: 700 !important;
	
}

.postid-14429 .osi-meta__label:hover, 
.postid-14429 .osi-meta__valuesL:hover,
.postid-14429 .osi-single-nav__link:hover,
.postid-14429 .osi-grid-link:hover,
.postid-14429 .osi-back a:hover,
.postid-14429 .osi-meta__label,
.postid-14429 .osi-meta__values,
.postid-14429 .osi-single-nav__link,
.postid-14429 .osi-grid-link,
.postid-14429 .osi-back a
  {
 	text-decoration: none !important;
}