/**
 * PGR Custom Stylesheet
 *
 */

/**
 *  PGR Header logo Welcome page...
 */
.home .entry-title {
	display: flex;
	align-items: center;
    font-size: 20px !important;
}

.home .entry-title::before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url('/wp-content/themes/twentyten-child/images/pgr_logo_70x70.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 20px;
}

/**
 *  PGR Agenda on Welcome page ...
 */
.home .home-events-list {
  margin-left: 15px;
  width: 600px;
}

/**
 *  Footer ...
 */
#colophon #site-info {
	padding-top: 25px;
}
#colophon #site-info a[rel="home"]::before {
	content: "\00a9\ ";
	font-size: 1.25em;
}

#pgr-footer {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    line-height: 175%;
}
#pgr-footer .pgr-title {
    font-weight: bold;
    font-size: 120%;
}
#pgr-footer .pgr-address {
    color: #666;
}

