/*
 Theme Name:     Backer Child
 Theme URI:      http://demo.krownthemes.com/backer/
 Description:    A basic child theme for the Backer theme.
 Author:         KrownThemes
 Author URI:     http://krownthemes.com
 Template:       backer
 Version:        1.0
*/

@import url("../backer/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

li.comments, a.krown-button.small.light.post-more {
    display: none !important;
}
nav.pagination.clearfix {
    margin-bottom: 50px;
}
.page-template-template-blog article {
    width: calc(50% - 25px);
  margin:auto;
    margin-right: 20px;
    display: inline-block !important;
  vertical-align:top;
}
.page-template-template-blog article img {
    object-fit: cover;
    width: 50vw;
    height: 300px;
}

.post-header,section.post-content.clearfix {
    width: 100%;
    float: none;
}
#content {
    padding: 160px 0 0;
	top:0 !important;
}

#project-sidebar > div.id-widget-wrap.nofloat > div > div.id-product-infobox > div.separator {
    display: none;
}
.krown-id-item {
    min-height: 420px;
}
header#page-title h2 {
	display:none;
}
.id-product-levels {
	display:none;
}

#project-container.krown-tabs .contents {
    margin: 40px 0 40px;
}

figure.post-image img {
    object-fit: cover;
    width: 100%;
    max-height: 420px;
}