/**
 * Theme Name:   Portland Community College (Version 6)
 * Theme URI:    http://www.pcc.edu/
 * Description:  A custom theme for Portland Community College 
 * Author:       Gabriel Nagmay
 * Author URI:   http://gabriel.nagmay.com
 * Version:      6.1
 */

.callout p + .pcc-posts {margin-top:0;}


/*** Opportunity Center programs list ***/
.features .yes-no {
	margin-top:-10px;
}
.features .yes-no li {
	display:inline-block;
	margin:0 20px 0 25px;
}
.features .yes-no .no::before {
	color:#757575;
}


/*** fix circular icons with horizontal oriented icons ***/
div.features dt i, div.features h3 i, div.features h4 i, div.features h5 i, div.features h6 i, dl.features dt i, dl.features h3 i, dl.features h4 i, dl.features h5 i, dl.features h6 i {
	border-radius:46px; /* make them round no matter the width of the icon */
	padding:23px;
}
div.features dt i::before, div.features h3 i::before, div.features h4 i::before, div.features h5 i::before, div.features h6 i::before, dl.features dt i::before, dl.features h3 i::before, dl.features h4 i::before, dl.features h5 i::before, dl.features h6 i::before {
	display:inline-block;
	width:34px; /* needed for narrower icons */
}
@media only screen and (max-width:40em) {
	div.features dt i, div.features h3 i, div.features h4 i, div.features h5 i, div.features h6 i, dl.features dt i, dl.features h3 i, dl.features h4 i, dl.features h5 i, dl.features h6 i {display:none;} /* icons get pulled off the screen on small screens, so just hide them until I can rework this design component */
}