/*
 * Archer Day additions on top of the recovered GoodLayers "Mega Project" CSS.
 * Loaded after every GoodLayers stylesheet, so these rules win the cascade.
 */

/* 2024+ additions: two logos side by side (Archer Day + WSM) */
.gdlr-logo {
	max-width: 400px;
}
.gdlr-logo .logo-wrapper {
	display: flex;
	align-items: center;
}
.gdlr-logo .wsm {
	width: 300px;
	padding-left: 20px;
}
.gdlr-logo-overlay {
	left: 46%;
}

/* 2024+ additions: dropdowns and tighter main-menu spacing */
.sf-menu > .menu-item:hover > .sub-menu {
	display: block;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
	padding: 0px 12px 0px 12px;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul-pre, .gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul {
	padding-right: 25px;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul:after {
	right: 10px;
}

/* From the 2024 theme's style.css */
p { margin-bottom: 0; }

/*
 * Linked images (the membership logos on About Us): the recovered theme faded them to near-black
 * on hover, which hid the logo you were pointing at. The script animates the overlay's opacity to
 * 0.8, so the tint is set here as a translucent colour instead of the original solid #0a0101 —
 * 0.8 of 25% lands at about a fifth, enough to show the image is a link without covering it.
 */
.gdlr-image-link-shortcode .gdlr-image-link-overlay {
	background-color: rgba(10, 1, 1, 0.25);
}
