/*
 Theme Name:     Publisher Child
 Theme URI:      http://theme.wordpress.com/themes/publisher
 Description:    Publisher Child Theme
 Author:         Okay Themes
 Author URI:     http://okaythemes.com
 Template:       publisher
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../publisher/style.css');
 

/* =Theme customization starts here
-------------------------------------------------------------- */

}

.site-title a, .logo-image .site-title {
    border: 4px solid;
}

.site-description {
color: #e8e8e8;
}

.main-navigation a {
    color: #FCFCFC;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 8px;
}

.toggle-icons a {
color: #FCFCFC;
}

body {
    color: #000000;
    background: #f7f7f7;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 2;
}


.single .block-entry-title, .entry-header h1 {
    font-size: 35px;
}

