/*
Theme Name: Electric Sheep 2019
Author: Goldtop.org
Author URI: https://www.goldtop.org/
Description: TwentyFourteen child theme for Electric Sheep Magazine
Template: twentyfourteen
Version: 1.0
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen-child
*/

/*to centre everything*/
.site {
margin: 0 auto;
}

/*to increase main content width*/

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0 auto;
    max-width: 600px;
}

body, p,  h1, h2, h3, h4, h5, h6 {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}

/*for ES homepage*/
.page-template-page-templateses-home-php .site {
    width: 100%;
}
 
.page-template-page-templateses-home-php  .hentry {
    margin: 0 auto 48px;
    max-width: 90%;
}
 
.page-template-page-templateses-home-php .site-content .entry-header,
.page-template-page-templateses-home-php .site-content .entry-content,
.page-template-page-templateses-home-php .site-content .entry-summary,
.page-template-page-templateses-home-php .site-content .entry-meta,
.page-template-page-templateses-home-php .page-content {
    margin: 0 auto;
    max-width: 90%;
}
 
.page-template-page-templateses-home-php .main-content,
.page-template-page-templateses-home-php .content-area {
    float: left;
    width: 100%;
}
.page-template-page-templateses-home-php .site-content,
.page-template-page-templateses-home-php .site-main .widecolumn {
    margin-left: 0;
}
 
.page-template-page-templateses-home-php .site:before {
    width: 0;
}
 
.page-template-page-templateses-home-php .site-content {
    margin-left: 0;
    margin-right: 0;
}



.full-width .site-content blockquote.alignleft,
.full-width .site-content img.size-full.alignleft,
.full-width .site-content img.size-large.alignleft,
.full-width .site-content img.size-medium.alignleft,
.full-width .site-content img.alignleft,
.full-width .site-content .wp-caption.alignleft {
margin-left: 0px;
margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 20px;

}

.full-width .site-content blockquote.alignright,
.full-width .site-content img.size-full.alignright,
.full-width .site-content img.size-large.alignright,
.full-width .site-content img.size-medium.alignright,
.full-width .site-content img.alignright,
.full-width .site-content .wp-caption.alignright {
margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 20px;

}

/*clearfix for br on homepage*/

br.cb { 
    clear: both; 
}



