/*
Theme Name: Twenty Sixteen Child
Theme URI: 
Author: the Tips and Tricks HQ
Author URI: 
Template: twentysixteen
Description: This Twenty Sixteen child theme uses a very simple and clean design for the blog posts and pages.
Version: 1.1
License: GNU General Public License v2 or later
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}
h4{
   font-family: 'Merriweather', Georgia, serif !important;
   font-size: 16px !important;
	font-weight: 100 !important;
	letter-spacing: 0em !important;

	line-height: 1.7 !important;
	text-transform: none !important;
	margin-top: 0 !important;
}

/* Get rid of black border */
 
.site {
    margin: 0 0 0 0;
}
 
body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
    height: 0px !important;
}
 
.site-inner {
    overflow: hidden !important;
}


/*Related Posts*/
ul.related_post li{
   width: 158px !important;
}
/*Site Banner*/
.site-branding {
    margin: 0.875em auto 0 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    background: url('assets/images/Write-on-sisters-banner-1.jpg') no-repeat scroll top left;
    background-size: cover;
    width: 100%;
    padding: 40px 20px;
}

.site-header{
   padding: 0 4.5455%;
}
.site-header-menu{
   width:100%;
   margin-top: 3px;
}


h1, h2, h3 {
    font-family: 'Pontano Sans', sans-serif !important;
}
.entry-header h2{
   font-family: 'Pontano Sans', sans-serif;
   font-size: 24px;
   font-weight: 300;
   color:#000;
}
.site-title{
   font-family: 'Pontano Sans', sans-serif;
   font-size: 3.2em;
   font-weight: 300;
}
.site-description{
   font-family: 'Pontano Sans', sans-serif;
   font-size: 24px;
   font-weight: 300;
   color:#000;
}

.excerpt-thumb{
   float:left;
   margin: 0px 20px 20px 0;
}

.site-main>article, .site-main>.infinite-wrap>article{
   border-bottom:1px solid #dadada;
   margin-bottom: 3.0em;
   padding-bottom: 1.5em;
}
.more-link{
   color: #901c1c;

}



/*Social Menu*/
@media screen and (min-width: 56.875em){
   #site-navigation{
      float:left;
   }
   #social-navigation{
      float: right;
      margin-top: 3px;
      display: block;
   }
}



/* ------- Responsive code here ------- */

@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
    .site-title{
       font-size: 2em;
    }
}


