/* PIRE base style overrides */

/* Albuquerque color: rgb(200 147 0) */


/***********************************************
 PIRE header bar
 **********************************************/

header.headhesive {
	padding-top: 40px;
}

nav.nav-eyebrow {
    /*display: block;*/
    background-color: rgb(0,104,143);
    color: white;
    font-size: .7rem;
    text-align: right;
}

.eyebrow {
    margin: 0;
    padding: 6px 20px 6px;
}

ul.eyebrow {
    max-width: initial;
    text-align: right;
}

.nav-eyebrow .eyebrow > li a, .nav-eyebrow .eyebrow > li a:visited {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .7rem;
    letter-spacing: normal;
    padding: 0px;
}

.nav-eyebrow .eyebrow > li a:hover {
    color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#menu-pire-link .menu-item a::after {
	content: url(https://www.pirecenters.org/wp-content/uploads/2020/11/eyebrow-arrow.png);
	margin-left: 6px;
	position: relative;
	top: 5px;
}

/***********************************************
 Footer
 **********************************************/

.site-footer, .footer-widgets {
    background: rgb(230 230 230);
    color: black;
}

.footer-widgets-1 section {
    max-width: 300px;
    margin: 0 15px;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;	
	
    color: black;
}

.footer-widgets a {
    font-weight: 700;	
	
    color: #0000EE;
}



/***********************************************
 Header wrapper
 **********************************************/

.site-header {
	box-shadow: 0 5px 8px rgba(19, 64, 116, 0.3);
    background: #004e6b;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: border-box;
    background-position-x: 200px;
    background-image: url(https://www.pire.org/wp-content/uploads/2020/09/PIRE-web-header-bg.svg
);
}

@media only screen and (min-width: 1024px){
	.site-container .site-header {
		box-shadow: none;
	}
}



/***********************************************
 Center logo
 **********************************************/

@media only screen and (min-width: 1024px){
	.header-image .title-area {
		float: left;
		display: flex;
	}
}

.header-image .title-area {
    max-width: 350px;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.header-image .site-title {
    width: 90%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% !important;
    text-indent: -9999px;
    background-position-y: center !important;
}



/***********************************************
 Top Nav
 **********************************************/

#menu-primary-menu {
    padding-top: 1.5em;
}

.site-header .genesis-nav-menu > li > a, .icon-responsive-nav {
    color: white;
}
 
.genesis-nav-menu > li a:hover, .genesis-nav-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu > li a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .archive-pagination li a:hover {
    color: white;	
}

.genesis-nav-menu .sub-menu > li a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	background-color:transparent;
}

.genesis-nav-menu a {
    border: none;
    display: block;
	
    margin: 0 6px 0;
    position: relative;
    padding: 10px 7px 10px 10px;
    border-radius: 6px;
}

@media only screen and (min-width: 768px) {
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		border-radius: 6px;
	}
}

@media only screen and (max-width: 752px) {
	.genesis-nav-menu .sub-menu > li a {
		color: #fff !important;
	}
}


/***********************************************
 Sidebar
 **********************************************/

.content-sidebar-wrap{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.sidebar .entry {
    border-bottom: 1px solid white;
}

.sidebar-primary {
	padding: 20px;
	margin-right: auto;
	background-color: #eee;
	background-repeat: repeat-y;
	background-origin: border-box;
	background-position-x: 0px;
	background-image: url(https://www.pire.org/wp-content/uploads/2020/09/PIRE-web-sidebar-bg.svg);
	border-radius: 12px;
}

.sidebar .featuredpost article {
    overflow: hidden;
    padding: 0px;
    margin: 3px 0px;
}

.sidebar .entry-header h2.entry-title {
    font-size: 18px;
}

.sidebar .post .entry-header .entry-title {
    margin-bottom: 4px;
}

.sidebar .widget .menu li {
    background-color: #fdfcfc;
}


.sidebar .widget .menu a {
    color: rgb(0 104 143);
	display:block;
}

.sidebar .widget .menu a:hover {
	background-color: white;
}



/***********************************************
Sidebar button 
 **********************************************/

.ugb-1f96e90 .ugb-button1 {
    background-color: rgb(0 104 143);
}

.ugb-button:hover {
    box-shadow: none !important;
}



/***********************************************
Sidebar - Recent posts 2
 **********************************************/

#recent-posts-2{
	background-color: white;
    padding: 10px;
}



/***********************************************
 Headings
 **********************************************/

.home .entry-header h2 {
    font-size: 32px;
}

h4.entry-title, h3{
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
	font-weight:bold;
}

.page-template-project_directory h3, .page-template-current_project_directory h3, .page-template-completed_project_directory h3 {
	font-size: 18px;
	margin-bottom: 6px !important;
}

.page-template-staff_directory h2 {
	font-family: 'Open Sans', sans-serif;	
	font-size: 20px;
	font-weight: bold;
}

.entry-header h2, .home .featuredpage h4.widget-title {
	font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 1.3;	
    letter-spacing: -1px;
	font-weight:normal;
}

.featuredpost article .entry-header {
    margin: 12px 0px;
}

.post .entry-header .entry-title {
	font-weight:normal;
    margin-bottom: 18px;
}

h1.entry-title{
	margin-bottom:12px;
}



/***********************************************
 Staff Page
 **********************************************/

.infobox {
	border-radius: 12px;
}

.person .entry-header h1{	
    font-family: 'Open Sans', sans-serif;
	padding-bottom:10px;
	border-bottom: 1px solid rgb(0 104 143);
	color: rgb(0 104 143);
	letter-spacing:-1px;
}

.person .entry-header h2{	
	font-size: 24px;
    letter-spacing: normal;
    font-weight: normal;
}



/***********************************************
Buttons
 **********************************************/

a, .genesis-nav-menu > li a, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu > li a, .archive-pagination li a {
    color: rgb(0,104,143);
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    color: #ffffff;		
	border-radius: 6px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    color: #ffffff;
    background: rgb(0 104 143);
    border-color: rgb(0 104 143 );
    border-radius: 6px;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .button.button-border:hover {
    text-decoration: none;
    color: #fff;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    padding: 10px;
}

.ugb-4897068 .ugb-button1 {
    background-color: rgb(0 160 81);
}

.ugb-button {
    border-radius: 6px;
}



/***********************************************
Site Inner 
 **********************************************/

.home .site-inner, .category-media-release .site-inner {
    border-top: none;
}



/***********************************************
Hide previous header images
 **********************************************/

/*.image_header {
    display: none;
}
*/


/***********************************************
Projects 
 **********************************************/

.project h1.entry-title, .post .entry-header .entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
    letter-spacing: -1px;
	margin-bottom:18px;
}

.project .entry-header h2 {
	font-size: 24px;
	font-weight:normal;
}



/***********************************************
Sharing/Social wrapper
 **********************************************/
.ssba, .ssba a {
    margin-bottom: 12px;
}

.ssba img {
    border-radius: 50%;
}



/***********************************************
Fix - some long text such as URLs not wrapping
 **********************************************/
P, .wp-block-embed {
  overflow-wrap: anywhere;
}


