/*!
Theme Name: Sleepless Media Project Seed
Author: Sleepless Media
Author URI: https://www.sleeplessmedia.com/
Description: Design by Sleepless Media
Version: 0.0.2
*/

/*
	Source scss styles are located in the resources directory.
	The compiled bundle is in assets/sleepless.min.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override sleepless.min.css styles.
*/
/*
 * Formatting links on a customized page to match the rest of the theme.
 * When recreating the /partnerships page using the "about us" template, it was found that
 *   links aren't targeted by existing CSS. This override targets just the links on that page,
 *   except for links in the header, footer, with a class of team--launch (the "team member" cards),
 *   and buttons.
 * - AL/RCD, 7/29/2022
 */
.page-template-about a:not(:where(header *, footer *, .team--launch, .btn)) {
	color: #212721;
	text-decoration: underline;
}
.page-template-about a:not(:where(header *, footer *, .team--launch, .btn)):hover {
	color: #eaaa00;
}

/*
 * Resizing the desktop header items to give more space on mobile
 * - AL/RCD, 8/17/2022
*/
.header--primary .header__logo {
	width: 15%;
}
.header--primary .header__nav {
	width: 42.5%;
}

/*
 * Fixing the "join our mailing list" form display in the mobile menu
 * - AL/RCD, 8/17/2022
*/
.header .mobile-menu .mobile-form span {
	display: initial;
	margin-bottom: 10px;
}