/*
Theme Name: Center for Positive Organizations - Ross School of Business
Theme URI: 
Description:
Version: 1.0
Author: Phire Group
Author URI: http://www.phirebranding.com
Tags: 
*/

/***************************************************
* New styles added October 2019 by Catherine Hayes
***************************************************/

/* subheader cleanup */
#subheader .subheader-parent-title li {display: block;}
#subheader .subheader-parent-title {
  /*font-size: 1.2em;*/
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
}
#subheader .subheader-page-title {
  font-size: 4.2em;
  font-family: 'Univers CondensedLight','Open Sans Condensed',sans-serif;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}

/* subnav cleanup */
#sidebar-navigation ul.limited li {display: block; font-size: 1em; line-height: 18px; margin-bottom: 8px;}
#sidebar-navigation ul.limited ul.sub-menu {display: none;}
#sidebar-navigation ul.limited li.current-page-ancestor a {color: #0f6cb6; font-weight: bold;}
#sidebar-navigation ul.limited li.current-page-ancestor ul.sub-menu {display: block; margin: 0; padding: 0px 0px 0px 8px;}
/*#sidebar-navigation ul.limited li.current-page-ancestor ul.sub-menu li.current-page-parent a,*/
#sidebar-navigation ul.limited li.current-page-ancestor > ul.sub-menu > li.current_page_item > a {font-weight: bold;}
#sidebar-navigation ul.limited li.current-page-ancestor ul.sub-menu a {color: #333; font-weight: normal;}


/***************************************************
* New styles added August 2021 by Phire Group
***************************************************/

section.about #subheader {
    background: #fccd06 url(images/breadcrumb-search.jpg) center top no-repeat;
}

.page-template-page-about-php #sidebar-navigation li {
    display: block;
}

.page-template-page-about-php #sidebar-navigation .sub-menu {
   font-size: 90%;
   margin: 0 0 0 5px;
   display: none;
}

.page-template-page-about-php #sidebar-navigation .current_page_item .sub-menu, .page-template-page-about-php #sidebar-navigation .current-page-parent .sub-menu {
	display: block;
}

.page-template-page-about-php #sidebar-navigation a {
	color: #333;
}

.page-template-page-about-php #sidebar-navigation .current_page_item a {
	color: #ffcf06;
}

.page-template-page-about-php #sidebar-navigation .sub-menu a {
	color: #333;
}

.page-template-page-about-php #sidebar-navigation .sub-menu .current_page_item a {
	color: #ffcf06;
}

.page-template-page-about-php h1, .page-template-page-about-php h2, .page-template-page-about-php h3, .page-template-page-about-php h4, .page-template-page-about-php h5, .page-template-page-about-php h6 {
	color: #ffcf06;
}

.page-template-page-about-php h6 {
	font-weight: 700;
}	
	
.page-template-page-about-php .about p a, .page-template-page-about-php .about li a {
	color: #00274c;
}		

.page-template-page-about-php .about p a:hover, .page-template-page-about-php .about li a:hover {
	text-decoration: underline;
}	

header div.pull-right #header-search {
    margin-right: 0;
}

header nav {
    margin-top: -10px;
}

@media screen and (max-width: 1023px) {
	
	.shrink_on_mobile {
		display: block;
		max-width: 100%;
	}
	
}
	