/*
Theme Name: Child of Zuki Theme
Theme URI: 
Description: Child theme for the Zuki Theme for Tell Your True Tale
Author: County of Los Angeles Public Library
Author URI: 
Template: zuki
Version: 1.0
Tags: Zuki Child Theme
*/

/* This will import the stylesheet from the Zuki parent theme */

@import url('../zuki/style.css');
/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */





/*Increasing font-size for widget titles from .6875 rem to .8rem*/
.widget h3.widget-title {
    font-size: 0.8rem;
}



/*Word Wrap - Change from 'break-word' to 'normal'*/
.front-fullwidth .rp-big-one h2.entry-title, #featured-content .rp-big-one h2.entry-title {
    word-wrap: normal;
    -moz-hyphens: none;
}


/*Increase site title width from 40% to 60%. Allows County of Los Angeles to be on one line */
#site-title {
    width: 60%;

}


/*Decrease padding top and bottom of site nav menu*/
#site-nav {
    padding: 5px 0px 15px;
}

/*Hide the primary menu on index page (centered)*/
#site-nav ul li {
    display: none;
}


/*Increase width from 60% to 75% of the very top menu bar*/
#header-top-nav {
    width: 75%;
}



/*Decrease font size from 3.25rem to 2.25rem of the center, large pull quote*/
.front-fullwidth .widget_zuki_quote blockquote.quote-text, .front-content .widget_zuki_quote blockquote.quote-text {
    font-size: 2.25rem;
}



/*Set display to NONE for the date published on the slug of featured content*/
#featured-content .entry-date, #featured-content .entry-comments {
    display: none;
}


/*Set display to NONE for the "published date" above the blog excerpts of medium and small recent posts*/
.rp-small-one .entry-date, .rp-medium-one .entry-date, .rp-color .entry-cats {
    padding-bottom: 3px;
    font-size: 0.6875rem;
    font-style: italic;
    display: none;
}


/*Reduce margin-bottom under the "County of Los Angeles" in the Footer from 38px to 10 px*/
#colophon p.site-description {
    margin-bottom: 10 px;
}


/*Reduce padding in the footer (address area)*/
#colophon {
    padding: 30px 0px 30px;
}


/*Hide the words "Follow Us" in the footer*/
#colophon h3.social-nav-title {

    display: none;
}

/*Reduce the padding under the social media icons in the footer*/
#footer-social-nav {
    padding: 0px 0px 10px;
}


/*Footer - styling for the library logo and the county seal (see footer.php for the placement of the logos)*/
.countyseal {
    float: right;
}

.librarylogo {
    float: left;
}


/*Do not display the post categories at the top of the post (on a single post)*/
.single-post .post .entry-header .entry-cats {
    display: none;
}

/*Do not display the post date at the top of the post (on a single post)*/
.single-post .entry-header .entry-date {
    display: none;
}


/*Do not display the categories on the "second feature" (two column) feature at the bottom half of the front page.*/
.rp-medium-two .entry-cats {
    display: none;
}