/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Removes exif data and comments box from gallery images 30177750hc */
.jp-carousel-image-exif, .jp-carousel-image-meta {
	display: none;
}

/* Removes Comment Form from gallery images 30177750hc */
#jp-carousel-comment-form-container {
	display: none;
}

/*Change top footer text to white HC-30178292*/
#infinite-footer .blog-credits, #infinite-footer .blog-credits a, #infinite-footer .blog-credits a:hover, #infinite-footer .blog-info a, #infinite-footer .blog-info a:hover, .widget-footer-top-area, .widget-footer-top-area .button:focus, .widget-footer-top-area .button:hover, .widget-footer-top-area .button.minimal, .widget-footer-top-area .testimonial-entry-title, .widget-footer-top-area .widget_akismet_widget .a-stats a:focus, .widget-footer-top-area .widget_akismet_widget .a-stats a:hover, .widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:focus, .widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:hover, .widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:focus, .widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:hover, .widget-footer-top-area .jetpack_widget_social_icons a:focus, .widget-footer-top-area .jetpack_widget_social_icons a:hover, .widget-footer-top-area .widget_wpcom_social_media_icons_widget a:focus, .widget-footer-top-area .widget_wpcom_social_media_icons_widget a:hover, .widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:focus, .widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:hover, .widget-footer-top-area button:focus, .widget-footer-top-area input[type="button"]:focus, .widget-footer-top-area input[type="reset"]:focus, .widget-footer-top-area input[type="submit"]:focus, .widget-footer-top-area button:hover, .widget-footer-top-area input[type="button"]:hover, .widget-footer-top-area input[type="reset"]:hover, .widget-footer-top-area input[type="submit"]:hover, .widget-footer-top-area input, .widget-footer-top-area label, .widget-footer-top-area select, .widget-footer-top-area textarea, .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus, .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover {
	color: #fff;
}

/*  hide page titles from featured images -- 30195357-hc (DOC) */
.entry-hero .entry-title {
	display: none;
}

/* Makes the page titles bold - #30208315-hc */
.page h1.entry-title {
	font-weight: bold;
}

/* make home page headers bold | 30208520-hc */
.wf-active .comment-reply-title, .wf-active .comments-title, .wf-active h2:not(.author-title) {
	font-weight: bold;
}

/* inline top widget footer images */
.widget-footer-top-area .widget_media_image {
	display: inline-block;
	margin-right: 1em;
}

/* Hide login option at bottom right corner of page (ellipsis) 30669335-hc AD */
div#actionbar {
	visibility: hidden !important;
}

/* Hide search and archives content on Error 404 Page 30669335-hc AD */
.not-found .page-content {
	visibility: hidden !important;
}