/*
 * Theme Name: WSCOE Bravo Theme Child
 * Theme URI: https://www.engr.colostate.edu/operations/web/
 * Author: WSCOE DATI team, Russell Dickerson lead developer 
 * Author URI: https://www.engr.colostate.edu/operations/web/
 * Description: This theme is for units within the Walter Scott, Jr. College of Engineering, and is CSU-branded. The theme features additional widget areas for the upper footer, home page, subhead logo bar, and right side of header.
 * Version: 2.6.1
 * Template: wscoe-bravo
 * Tags:
*/

.wp-block-social-links {
	list-style-type: none;
}

/* Neux Branding CSS for 2025 below
 * 	* russ, 0625
 * 		*/

/* Bodoni header in the secondary template */
.largeBodoniHead h1, .inlineBodoni h2 {
	font-family: 'Bodoni Moda', serif;
	font-weight: 500;
	font-style: italic;
	font-variation-settings: "opsz" 10;
}

/* different color backgrounds behind specific header text for primary template
 * 	where elementor tries filling across entire divs */
	
	/* adjust overall classes for text-specific background colors for primary template */
	[class^="NBtextbgd-"]  {
		padding: .2rem .8rem;
		font: inherit;
		/*line-height: normal;*/
	} 
	/* adjust color specific heading 1 class for primary template
 * 	 h1 > span[class^="NBtextbgd-"] {
 * 	 		font-size: initial;
 * 	 				font-weight: inherit;
 * 	 					}  */
	.NBtextbgd-ENGRN {
		/* all: revert; */
		background-color: #CFFC00;
	}
	.NBtextbgd-HTBL {
		background-color: #008FB3;
	}
	.NBtextbgd-AGORG {
		background-color: #D9782D;
	}
	.NBtextbgd-FLWRED {
		background-color: #C64F3C;
	}
	.NBtextbgd-LVRLN {
		background-color: #82C503;
	}
	.NBtextbgd-SUNSH {
		background-color: #FFC038;
	}	
	.NBtextbgd-PURP {
		background-color: #7E5475;
	}
	.NBtextbgd-STALW {
		background-color: #105456;
	}
	.NBtextbgd-OVALG {
		background-color: #006144;
	}

	/* adjusts Neux background color calls for text effect instead of headers */
		.brandtextcolor[class^="NBtextbgd-"] {
			padding: .2rem;
		}

	/* adjusts Neux brand background color calls regardless of color for primary template */
		@media (max-width:480px) {
			[class^="NBtextbgd-"] {
				padding: .2rem;
				margin: 2rem auto;
			}
		}

