/*
Theme Name: UW Theme CCBC Child
Description: Child theme for UW Theme
Theme URI: https://uwtheme.wordpress.wisc.edu/
Author: UW-Madison (University Marketing & Division of Information Technology)
Author URI: https://git.doit.wisc.edu/groups/uw-madison-digital-strategy
Version: 1.5.0
License:
License URI:
Text Domain: uw-theme-ccbc-child
Tags: uwmadison
Template: uw-theme
*/


@charset "utf-8";
/* CSS Document */
/*grid elements for formatting*/
.row{
	flex-wrap: wrap;
}
.col-md-2{
	width: 16%;
}
.col-md-4{
	width: 33%;
}
.col-md-8{
	width: 66%;
}
.col-md-10{
	width: 83%;
}
/*book detail cover image*/
.book-cover-box{
    width: 92%;
    height: 100%;
    border-right: 1px solid #CCC;
    padding-right: 20px;
    margin-right: 30px;
}
.book-cover-box img{
    width: 95%;
}
/*more easily readable book details and results, fonts*/
.book-details p{
	font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.search-result h3{
	margin-top: 0;
	text-transform: none;
}
.search-result p{
	font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.search-result{
	border-bottom: 1px solid #ccc;
	padding: 20px 0 15px 0;;
}
.search-result:last-child{
	border-bottom: 0;
}
.search-result p{
	line-height: 1.5em;
	margin-bottom: 1.2rem;
}

/*remove header on book search page*/
.post-31 header.entry-header {
    display: none;
}
/*size book cover thumbnail on search results page*/
.book-thumb{
	max-width: 150px;
	margin-right: 15px;
	margin-top: 5px;
}
/*move author attribution closer to book title*/
.page-id-279 .uw-outer-row:first-child {
    padding-top: 0;
}
/*center GDPR cookie warning text*/
div#cookie-law-info-bar {
    text-align: center;
}
.uw-header-crest {
    display: none;
}

/* 2019-10-12,cjd
* For CSS specificity see...
*   https://uxengineer.com/css-specificity-avoid-important-css/
* For CSS class name with space (i.e., two classes together) see...
*   https://stackoverflow.com/questions/4695812/edit-css-style-of-an-element-with-a-space-in-its-class-name
*/
.col-md-8.book-details p{
    font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.row.search-result p{
	font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.post-navigation {

    display: none;

}

.single-post main{

    margin: 0 auto 3rem;

}

/* Worked with "specificity" of ".entry-content" class.
* Red
* background-color:#ed3210;
* Gray
*/
.entry-content tbody tr:nth-child(even){
    background-color:#efefef;
} 

.entry-content .no-top-padding{
    Padding-top: 0;
}

/*increase color contrast in tribe events alert box to pass WCAG AA*/

.tribe-events-notices {

    color: #2E6B8A;

}

/*decrease space between books of the week subhead and listing*/
#book-of-week {
    padding: 0;
}
div#botw-heading {
    padding-bottom: 2rem;
}

/*A11Y- increase width of dropdown menu so text is not cut off in Firefox at 200% zoom*/

#uw-top-menus.uw-horizontal .uw-nav-menu ul ul {

    width: 210px;

}


/**
 * EOF
 */
