/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.1.1785351755
Updated: 2026-07-30 00:02:35

*/

/* =========================================================
   MET AUTHOR PAGES
   ========================================================= */

/* Keep changes limited to PublishPress author pages */
body.tax-author .ppma-author-pages {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 64px;
}

/* Remove the duplicated page title above the profile */
body.tax-author .ppma-page-header > .ppma-page-title {
	display: none;
}

/* Remove the generic "Author" heading */
body.tax-author .ppma-author-pages-author-box-wrap
.pp-author-boxes-profile-box-header {
	display: none;
}

/* Remove unnecessary top spacing left by hidden headings */
body.tax-author .ppma-page-header,
body.tax-author .ppma-author-pages-author-box-wrap {
	margin-top: 0;
}

/* Improve the profile spacing */
body.tax-author .ppma-author-pages-author-box-wrap {
	padding: 0 0 42px;
	border-bottom: 1px solid #d8d8d8;
}

/* Enlarge and standardise the author photograph */
body.tax-author .ppma-author-pages-author-box-wrap img.avatar {
	width: 150px !important;
	height: 150px !important;
	max-width: 150px !important;
	object-fit: cover;
	border-radius: 50%;
}

/* Improve biography readability */
body.tax-author .ppma-author-pages-author-box-wrap p {
	line-height: 1.75;
	margin-bottom: 18px;
}

/* Author name inside the profile */
body.tax-author .ppma-author-pages-author-box-wrap h2,
body.tax-author .ppma-author-pages-author-box-wrap h3,
body.tax-author .ppma-author-pages-author-box-wrap .pp-author-boxes-name {
	margin-top: 0;
	margin-bottom: 18px;
}

/* Tablet and mobile */
@media (max-width: 767px) {

	body.tax-author .ppma-author-pages {
		padding: 30px 18px 48px;
	}

	body.tax-author .ppma-author-pages-author-box-wrap img.avatar {
		width: 110px !important;
		height: 110px !important;
		max-width: 110px !important;
	}
}
body.tax-author {
	outline: 8px solid red !important;
}

/* MET Browse by Subject */

.met-subject-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.met-subject-item {
    display: block;
}

.met-subject-title {
    line-height: 1.4;
    margin: 0 0 4px 0;
}

.met-subject-title a {
    font-weight: 600;
    text-decoration: none;
}

.met-subject-description {
    display: block;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
}