/*
 Theme Name:   Grand Twenty Seventeen Child
 Description:  Child theme to posts in better archived way
 Author:       Siddharth Aashok
 Author URI:   http://sidd.in
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentyseventeen-child
*/





.home-post-wrap {margin-bottom: 20px;
    width: calc(50% - 20px);
    float: left;
    padding: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-right: 10px;
}

.post-thumbnail {margin: -20px -20px 20px -20px;}

.clearfix {clear: both;}

.navigation.pagination {
    clear: both;
    float: right;
    width: 100%;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: block;
}

@media screen and (max-width: 48em) {

  .home-post-wrap {width: 100%;}
}

@media screen and (min-width: 48em) {
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-video.home.blog .site-branding {
		padding-top: 10px;
		background-color:rgba(0,0,0,0.3)
	}
}

.single-tribe_events .tribe-events-event-image {
display: none;
}