/* CarGurus Metro Pro theme styles */

/* Hide the redundant heading on archive pages. */
main.content .taxonomy-archive-description,
main.content .author-archive-description
{
	display: none;
}

/* Last-modified timestamp on posts */
.last-updated {
	font-size: smaller;
	text-transform: uppercase;
}

/* Force correct image dimensions in the recent-posts-with-thumbnail widget in the sidebar */
.sidebar-primary .rpwwt-widget img {
	height: auto !important;
}

.entry-content img.aligncenter,
.entry-content .wp-block-image figure.aligncenter,
.entry-content .wp-block-image figure.aligncenter img,
.home-middle .widget-area img {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: auto; 
}


ul#menu-main-navigation {
	text-align: center;
}

footer.site-footer {
	display: none !important;
}


