/*
Theme Name: ResponsiveBlogly Child
Template: responsiveblogily
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready Wordpress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 1.0
*/

/* import default parent styles */
@import url("../responsiveblogily/style.css");


/*homepage posts title*/
article 
{
     margin-left: 20px !important; 
}
.entry {
    margin-top: 0px !important;

}

@media only screen and (min-width: 768px){
	.entry .entry-header {
	    margin-top : 20px !important;
	}
}
.entry h3:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
}
/*blog listing and single page*/
h1.entry-title, h2.entry-title, h2.entry-title a:hover, h2.entry-title a:active{
    text-align: left !important;
}

.featured-content {
    width: 100%;
    margin-right: 0%;
    float: left;
}
.blog-data-wrapper .post-data-positioning{
    text-align: left;
}

.date-author{
    display: inline-flex;
}

.date-author span{
    padding: 0px 10px 0px 10px;
}
.author-name a{
    color: #0056b3 !important;
}
.author-name a:hover{
    color: #fab526 !important;
}

/*homepage*/

.homepage .posts-entry .featured-thumbnail img{
    width: 100%;
    height: 400px;
}

