/*
 * Muscle & Authority editorial site drawer.
 * Keeps the Foxiz/Elementor menu data intact while presenting it as a finished
 * publication navigation surface.
 */

body.ma-site-menu-open {
	overflow: hidden;
}

body.ma-site-menu-open .mfp-bg {
	background: #090908 !important;
	opacity: .54 !important;
}

body.ma-site-menu-open .mfp-wrap,
body.ma-site-menu-open .mfp-container {
	padding: 0 !important;
}

body.ma-site-menu-open .mfp-content {
	height: 100%;
	margin: 0 !important;
}

body.ma-site-menu-open .popup-template-content {
	width: 420px !important;
	max-width: calc(100vw - 24px);
	height: 100%;
	max-height: 100dvh;
	margin: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
	background: #0b0b0a;
	box-shadow: 18px 0 60px rgba(0, 0, 0, .28);
	scrollbar-color: rgba(194, 155, 80, .55) #0b0b0a;
	scrollbar-width: thin;
}

body.ma-site-menu-open .popup-template-content::-webkit-scrollbar {
	width: 6px;
}

body.ma-site-menu-open .popup-template-content::-webkit-scrollbar-track {
	background: #0b0b0a;
}

body.ma-site-menu-open .popup-template-content::-webkit-scrollbar-thumb {
	background: rgba(194, 155, 80, .55);
}

.popup-template-content .ma-site-drawer,
.popup-template-content .ma-site-drawer > .e-con {
	min-height: 100%;
	background: #0b0b0a !important;
}

.popup-template-content .ma-site-drawer > .e-con {
	display: block !important;
	width: 100% !important;
	padding: 30px 30px 26px !important;
}

.ma-drawer-masthead {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	gap: 17px;
	margin: 0 0 34px;
	padding: 0 44px 23px 0;
	border-bottom: 1px solid rgba(194, 155, 80, .72);
}

.ma-drawer-brand {
	color: #f8f6f0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -.045em;
	line-height: .82;
	white-space: nowrap;
}

.ma-drawer-directory {
	padding-bottom: 1px;
	color: #c69d53;
	font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .22em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.ma-site-menu-open .ma-drawer-close {
	top: 17px !important;
	right: 16px !important;
	width: 34px !important;
	height: 34px !important;
	color: #d2ad65 !important;
	font-family: Arial, sans-serif !important;
	font-size: 27px !important;
	font-weight: 300 !important;
	line-height: 34px !important;
	opacity: 1 !important;
	text-shadow: none !important;
	transition: color .2s ease, transform .2s ease;
}

body.ma-site-menu-open .ma-drawer-close:hover,
body.ma-site-menu-open .ma-drawer-close:focus-visible {
	color: #fffaf0 !important;
	transform: rotate(90deg);
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-sidebar-menu {
	margin: 0 !important;
	padding: 0 0 25px;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-sidebar-menu + .elementor-widget-foxiz-sidebar-menu {
	margin-top: 22px !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-sidebar-menu:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.popup-template-content .ma-site-drawer .menu-heading {
	margin: 0 0 13px !important;
	color: #c69d53 !important;
	font-family: "Libre Franklin", "Helvetica Neue", sans-serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: .22em !important;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.popup-template-content .ma-site-drawer .sidebar-menu {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.popup-template-content .ma-site-drawer .sidebar-menu > li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.popup-template-content .ma-site-drawer .sidebar-menu > li::before,
.popup-template-content .ma-site-drawer .sidebar-menu > li::after {
	display: none !important;
}

.popup-template-content .ma-site-drawer .sidebar-menu > li > a {
	display: flex !important;
	align-items: center;
	min-height: 38px;
	padding: 7px 0 !important;
	border: 0 !important;
	color: #f7f4ed !important;
	font-family: "Libre Franklin", "Helvetica Neue", sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: .105em !important;
	line-height: 1.35 !important;
	text-transform: uppercase;
	transition: color .18s ease, padding-left .18s ease;
}

.popup-template-content .ma-site-drawer .sidebar-menu > li > a::before {
	width: 0;
	height: 1px;
	margin-right: 0;
	background: #c69d53;
	content: "";
	transition: width .18s ease, margin-right .18s ease;
}

.popup-template-content .ma-site-drawer .sidebar-menu > li > a:hover,
.popup-template-content .ma-site-drawer .sidebar-menu > li.current-menu-item > a,
.popup-template-content .ma-site-drawer .sidebar-menu > li.current-menu-parent > a,
.popup-template-content .ma-site-drawer .sidebar-menu > li.current-post-parent > a {
	color: #d8b56f !important;
	padding-left: 2px !important;
}

.popup-template-content .ma-site-drawer .sidebar-menu > li > a:hover::before,
.popup-template-content .ma-site-drawer .sidebar-menu > li.current-menu-item > a::before,
.popup-template-content .ma-site-drawer .sidebar-menu > li.current-menu-parent > a::before,
.popup-template-content .ma-site-drawer .sidebar-menu > li.current-post-parent > a::before {
	width: 18px;
	margin-right: 10px;
}

.popup-template-content .ma-site-drawer .ma-get-featured-item {
	margin-top: 12px !important;
}

.popup-template-content .ma-site-drawer .ma-get-featured-item > a {
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px !important;
	border: 1px solid #b89149 !important;
	color: #f7f1e4 !important;
	letter-spacing: .16em !important;
	text-align: center;
}

.popup-template-content .ma-site-drawer .ma-get-featured-item > a::before {
	display: none !important;
}

.popup-template-content .ma-site-drawer .ma-get-featured-item > a:hover,
.popup-template-content .ma-site-drawer .ma-get-featured-item > a:focus-visible {
	padding-left: 18px !important;
	background: #c29a50;
	color: #0a0a09 !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading {
	margin: 26px 0 8px !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .block-h,
.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .heading-inner {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .heading-title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 !important;
	color: #f7f4ed !important;
	font-family: "Source Serif 4", Georgia, serif !important;
	font-size: 27px !important;
	font-weight: 600 !important;
	letter-spacing: -.025em !important;
	line-height: 1.1 !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .heading-title::after {
	display: block;
	flex: 1;
	height: 1px;
	background: rgba(194, 155, 80, .72);
	content: "";
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 {
	margin: 0 !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .block-wrap,
.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .block-inner {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .block-inner {
	counter-reset: ma-most-read;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-wrap {
	display: grid !important;
	grid-template-columns: 70px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 17px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
	counter-increment: ma-most-read;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-wrap:nth-child(n+4) {
	display: none !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .feat-holder,
.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-featured {
	width: 70px !important;
	height: 70px !important;
	margin: 0 !important;
	border: 0 !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-featured {
	overflow: hidden;
	background: #171715;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-featured img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-content {
	position: relative;
	display: block !important;
	min-width: 0;
	padding: 0 !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-content::before {
	display: block;
	margin: 0 0 5px;
	color: #c69d53;
	content: "0" counter(ma-most-read);
	font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .entry-title {
	display: -webkit-box !important;
	margin: 0 !important;
	overflow: hidden;
	color: #f7f4ed !important;
	font-family: "Source Serif 4", Georgia, serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: -.01em !important;
	line-height: 1.28 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .entry-title::before {
	display: none !important;
	content: none !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .entry-title a {
	color: inherit !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .entry-title a:hover {
	color: #d8b56f !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .p-meta,
.popup-template-content .ma-site-drawer .elementor-widget-foxiz-list-small-2 .bookmark-trigger {
	display: none !important;
}

.ma-drawer-footer {
	margin: 27px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(194, 155, 80, .72);
	color: #c69d53;
	font-family: "Libre Franklin", "Helvetica Neue", sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 680px) {
	body.ma-site-menu-open .popup-template-content {
		width: 100vw !important;
		max-width: 100vw;
	}

	.popup-template-content .ma-site-drawer > .e-con {
		padding: 26px 24px 24px !important;
	}

	.ma-drawer-masthead {
		margin-bottom: 28px;
	}

	.ma-drawer-brand {
		font-size: 42px;
	}

	.popup-template-content .ma-site-drawer .sidebar-menu > li > a {
		min-height: 42px;
		font-size: 14px !important;
	}

	body.ma-site-menu-open .ma-drawer-close {
		right: 10px !important;
	}
}

/* Late cascade guards for Foxiz's inherited sidebar states. */
body.ma-site-menu-open .popup-template-content .ma-site-drawer .ma-get-featured-item > a {
	min-height: 46px !important;
	margin-top: 2px !important;
	padding: 12px 18px !important;
	border: 1px solid #b89149 !important;
	background: transparent !important;
	color: #f7f1e4 !important;
}

body.ma-site-menu-open .popup-template-content .ma-site-drawer .ma-get-featured-item > a:hover,
body.ma-site-menu-open .popup-template-content .ma-site-drawer .ma-get-featured-item > a:focus-visible {
	background: #c29a50 !important;
	color: #0a0a09 !important;
}

body.single-post .popup-template-content .ma-site-drawer .sidebar-menu > li.current-menu-parent > a,
body.single-post .popup-template-content .ma-site-drawer .sidebar-menu > li.current-post-parent > a,
body.single-post .popup-template-content .ma-site-drawer .sidebar-menu > li.current-post-ancestor > a {
	padding-left: 0 !important;
	color: #f7f4ed !important;
}

body.single-post .popup-template-content .ma-site-drawer .sidebar-menu > li.current-menu-parent > a::before,
body.single-post .popup-template-content .ma-site-drawer .sidebar-menu > li.current-post-parent > a::before,
body.single-post .popup-template-content .ma-site-drawer .sidebar-menu > li.current-post-ancestor > a::before {
	width: 0 !important;
	margin-right: 0 !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .heading-inner {
	display: flex !important;
	width: 100% !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .heading-title {
	flex: 1 1 auto !important;
	width: 100% !important;
}

.popup-template-content .ma-site-drawer .elementor-widget-foxiz-heading .heading-title > span::before {
	display: none !important;
	content: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.ma-drawer-close,
	.popup-template-content .ma-site-drawer a {
		transition: none !important;
	}
}
