/*
Template:    pixie
Theme Name:  Pixie Child
Theme URI:   http://singlestroke.io/theme/pixie/
Description: A Modern Blog Theme for Creatives
Author:      Single Stroke
Author URI:  http://singlestroke.io/
Version:     1.0
License:     GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pixie
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900,400italic|PT+Serif:400,700,400italic,700italic);

body{
    font-size:18px;
    line-height:1.8;
    letter-spacing:.01rem;
}

h1, h2, h3, h4, h5, h6, input[type="reset"], input[type="submit"], button, .button, .rb-btn, .typography-title, .typography-big-heading, .typography-heading, .typography-meta, #reply-title, .portfolio-grid .portfolio-title, .widget_recent_entries .post-date, .widget_pixie_recent_posts .widget-post-date, .widget_pixie_random_posts .widget-post-date, .widget_rss .rss-date, .rb-about-text .rb-title, .rb-section-title, .rb-experience .rb-right, .rb-experience .rb-title, .rb-widget-contactinfo .widget-title, .rb-widget-experience .rb-experience-title{
    font-family: "Lato";
    letter-spacing: -0.03em;
}

h2, h3, h4, h5{
    margin:60px 0 30px;
}
 
.header-navigation li {
    float: left;
    padding: 22px 15px;
    list-style-type:none;
}

.side-background{
    display:none;
}

.side-background-image{
    display:none;
} 


.side-background-left #main:before{
    display:none;
}

.posts-index > .entry:after{
    display:none;
}

.side-background-left{
    padding-left:0 !important;
} 


.center-wrapper {
    /*padding: 0 20px;
    margin: 0 0 0 20px;*/
    max-width: 720px;
    position:relative;
}

#disqus_thread{
    margin: auto;
    max-width: 720px;
    border-top:2px solid;
    border-color:rgba(0,39,59,.08);
}

#disqus_thread > iframe{
    max-width:720px;
}

.entry{
    padding:80px 0 40px;
}

.entry li{ 
    margin-bottom:20px;
}

.entry-content blockquote{
    text-align:center;
    padding:10px 40px 10px;
}

.entry-author{
    margin-top:20px;
}


