/*
Theme Name: Sparkling Child
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: Colorlib
Author URI: //colorlib.com/
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, design, art, personal and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready and is available in Spanish. Sparkling is a free WordPress theme with premium functionality and design.
Version: 2.5.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores //underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* all entries below added by Deborah Sokolove for Sparkling child theme */

/*remove author and date tags*/
.entry-meta {
display: none !important;
}

/*center footer text*/
.site-footer{
    background-color: #0079c2;
    color: white;
    min-height: 70px;
    font-size: 16px;
    padding: 1em;
    letter-spacing: 1px;
}
.site-info{
    text-align: center;
}

/* set footer color */
footer#colophon {
    border-top: none;
    background-color: #0079c2;
}

/*change color of post titles to dark orange*/
.post-inner-content .entry-title a {
    color: #a03d08;
}

/*display readmore link*/
.more-link {
  display: inline-block;
  margin: 0;
  float: none;
}

/*select color or category name at top of page */
.page-title {
	color: white;
}

/*change styling of category description */
.page-header {
	color: #ffffff;
	font-size: 14px;
}

/* hide homepage title */
.page-id-4288 .entry-title {
  display: none;
}


/* I think this hides all menu page titles */
/* #main header.entry-header h1.entry-title {
display: none;
}
*/

/* change color of text and headers in sidebar widgets */
#secondary .widget {
    color: #111 !important;
}

#secondary .widget a {
    color: #a03d08 !important;
}

/* make front page read more labels match those on news page */
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited, a.wp-show-posts-read-more:hover {
    background-color: #75beff;
    border-color: #75beff;
}

/* hide activity from member list */
#buddypress span.activity {
display: none;
}

/* change style of labels on profile page to something readable */
#buddypress table.forum tr td, #buddypress table.forum tr th, #buddypress table.messages-notices tr td, #buddypress table.messages-notices tr th, #buddypress table.notifications tr td, #buddypress table.notifications tr th, #buddypress table.notifications-settings tr td, #buddypress table.notifications-settings tr th, #buddypress table.profile-fields tr td, #buddypress table.profile-fields tr th, #buddypress table.profile-settings tr td, #buddypress table.wp-profile-fields tr td, #buddypress table.wp-profile-fields tr th {
    padding: 8px;
    vertical-align: middle;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #707070;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.entry-content {
    color: #707070;
}

/* add space between paragraphs */
.entry-content p {
    margin-bottom: 18px;
}

/* set size of post titles on pages */
.wp-show-posts .wp-show-posts-entry-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

/* suppress next prev links */
.single-post #content ul.default-wp-page {
	display: none;
}

