/*
CTC Separate Stylesheet
Updated: 2018-09-10 15:26:11
Theme Name: Academica Pro 3.0 Child for UC OSC
Theme URI: http://www.wpzoom.com/themes/academica-pro-3/
Template: academica_pro_3
Author: UC Office of Scholarly Communication
Author URI: http://osc.universityofcalifornia.edu/
Description: Academica Pro is a modern, flexible and responsive WordPress theme. Great for education websites – such as universities, schools, colleges – as well as corporate and business sites.
Tags: three-columns,right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,theme-options,translation-ready
Version: 3.0.4.1536618371
*/
 
 

/*force the logo/tagline space wider so there's no line break in site title*/
div.navbar-brand-wpz {
	min-width: 75% ;
}

/*Theme CSS strips styling out of widgets. Restore to match body text.*/
.widget ul li {
    list-style-type: square;
}

.widget ol li {
    list-style-type: decimal;
}

.widget a {
    text-decoration: underline;
}

/* We can put this back in if we don't want the post titles to be underlined on the homepage widget
.widget h3 a {
    text-decoration: none;
}
*/

/*the menus are lists in widgets. Strip styling back out in those - header.*/
#wpzoom-menu-widget-2 > div.menu-2020-global-navigation-container li {
    list-style-type: none;
}

/*the menus are lists in widgets. Strip styling back out in those - left sidebar.*/
#wpzoom-menu-widget-2 > div.menu-2020-sidebar-navigation-container li {
    list-style-type: none;
}

.feature-posts ul li {
	list-style-type: none;
}

.widget .feature-posts-list .post-excerpt::after { 
	 content: " ...";
}

/*Bug in theme - Customizer doesn't change all the colors it's supposed to. This style fixes that, and adds underlining for better contrast.*/
.navbar-wpz a:hover {
	color: #FDE3A7;	
	/*font-weight: bold;*/
	text-decoration: underline;
}

.navbar-wpz .current-menu-item > a, .navbar-wpz .current_page_item > a, .navbar-wpz .current-menu-parent > a {
    color: #FDE3A7;
	/*font-weight: bold;*/
	text-decoration: underline;
}

/*Adjust widget H3 sizing just for the front page main box - can't change the fact that theme assings the widget title an H3.*/
#custom_html-2 > h3 {
	font-size: 28px;
}

/*Didn't want to adjust table styling site-wide - this one adjusts the publisher waiver numbers table*/
#publishers tr:nth-child(odd) {
	background-color: #f2f2f2;
}

/*stop up-sizing the featured images on the blog archive page*/
.archives-columns-one .post-cover {
	width: auto;
	max-width: 48%;
}

/*Make text flow below featured images on blog archive page*/
.post-excerpt {
	display: inline;
}