/*
 Theme Name:   Graphene Child
 Theme URI:    https://www/crypt.gen.nz/graphene-child/
 Description:  Child theme, based on Graphene
 Author:       Kerry Thompson
 Author URI:   https://www.crypt.gen.nz
 Template:     graphene
 Version:      1.0.0
 Text Domain:  graphene-child
*/
@import url("../graphene/style.css");

/* Local modifications here */
@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    color: #2c2c2c;
    font: normal 14px "Roboto";
    line-height: 18px;
}
textarea {
    font: normal 14px "Roboto";
}

#header .header_title {
    font: normal 32px "Roboto", arial, sans-serif;
    text-align: left !important;
    left: 100px !important;
}

.header_title {
    font: normal 32px "Roboto", arial, sans-serif;
    text-align: left !important;
    text-indent: 10px !important;
}
.header_desc {
    font: normal 22px "Roboto", arial, sans-serif;
    text-align: left !important;
    text-indent: 10px !important;
}
.bgimage-excerpt .slider_post h2 a,
.bgimage-excerpt .slider_post h2 a:visited {
    color: #fff;
    font: normal 20px "Roboto", arial, sans-serif;
}
.post-title,
.post-title a {
    font: 24px "Roboto", sans-serif;
    color: #1772af;
    margin-top: -3px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-entry h1,
.comment-entry h2,
.comment-entry h3,
.comment-entry h4,
.comment-entry h5,
.comment-entry h6 {
    color: #333;
    font: normal 18px "Roboto", arial, sans-serif;
    margin: 20px 0 5px 0;
}
#comments > h4,
#respond > h3,
h3.author-post-list {
    font: normal 20px "Roboto", arial, sans-serif;
}
.sidebar h3 {
    font: 18px/20px "Roboto", arial, sans-serif;
}
.homepage_pane .post-title a, 
.homepage_pane .post-title a:visited{
    font: normal 20px "Roboto", arial, sans-serif;
}
.pullquote {
    font: normal 22px "Roboto", arial, sans-serif;
}
.default_product_display h2.prodtitle, 
#content .default_product_display h2.prodtitle {
    font: bold 18px "Roboto", arial, sans-serif;
}


/*
	Kerry's custom blockquote
 */
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 450px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:#ececec;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

