/*
 Theme Name:       UW WordPress Theme - Child Theme
 Theme URI:        https://github.com/uweb/uw_wp_theme_child
 GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
 Primary Branch:   main
 Author:           UW Web Team
 Author URI:       https://github.com/uweb
 Description:      A child theme based on the UW WordPress Theme
 Template:         uw_wp_theme
 Version:          1.1
 License:          GNU General Public License v2 or later
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/

.uw-body-copy {
	h1, h2, h3, h4, h5,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		a {
			border-bottom: none;
			color: inherit;
			text-decoration: none;
		}
	}
	ul.shortcode-blogroll {
		overflow: visible;
		margin:0;
		padding: 0;
		list-style: none;
		& > li {
			&:first-child {
				margin-top: 0px;
			}
			margin: 20px 0 0;
			position: relative;
			overflow: hidden;
			padding-bottom: 20px;
			.wp-post-image {
				margin: 10px 30px 0 0;
				height: auto;
			/* Let's not restrict the image width in the blogroll to 90px */	
				width: 180px;
			}
			span {
				display: block;
				overflow: hidden;
			}
			p.date {
				font-weight: $bold;
				margin: 10px 0 0;
				font-family: $headings;
			}
			.author-info {
				margin: 0px 0 20px 0;
			}
			&:after {
				display: block;
				content: "";
				width: 100%;
				height: 1px;
			/*	background-color: #BBB; */
				background-color: #000;
				bottom: 0;
				position: absolute;
			}
			&:last-child:after {
				display: none;
			}
		}
		h2 {
			margin: 20px 0 0px;
		}


		// Hides annoying break

		br {
			display: none;
		}
	}
