/*
Theme Name: Olarinre Salako
Theme URI: https://olarinresalako.com/
Author: Olarinre Salako
Description: Institutional editorial theme for Dr. Olarinre Salako.
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: olarinre-salako
*/

.brand-lockup{align-items:center;display:flex;line-height:0;text-decoration:none}.brand-lockup img{display:block;height:auto;object-fit:contain;width:100%}.brand-lockup--header{height:70px;width:270px}.brand-lockup--footer{height:auto;margin-bottom:1.6rem;width:248px}.brand-lockup--footer img{filter:drop-shadow(0 8px 22px rgba(0,0,0,.16))}.cv-brand-card>img{display:block;height:auto;width:100%}
@media(max-width:720px){.brand-lockup--header{height:58px;width:220px}.brand-lockup--footer{width:224px}}

.admin-bar .site-header {
	top: 32px;
}

.admin-bar .mobile-panel {
	height: calc(100vh - 104px);
	top: 104px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .mobile-panel {
		height: calc(100vh - 118px);
		top: 118px;
	}
}

.home-latest {
	background: var(--os-soft-grey);
}

.latest-list {
	margin-top: 3rem;
}

.home-latest .article-row {
	border-color: var(--os-border);
	grid-template-columns: 120px 1fr 30px;
}

.home-latest .article-row h3 {
	color: var(--os-navy);
}

.home-latest .article-row__meta {
	color: var(--os-muted);
}
