/*
Theme Name: Bedrockfs Article Child
Template: bizberg
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("../bizberg/style.css");



body.sidebar{
    padding-top: 0px !important;
}

.sidebar .navbar-nav {
    display: inline !important;

}

/*front page posts image*/
.homepage .blog-post.blog-grid header.entry-header {
     float: none !important; 
}

.homepage article{
	margin-top: 10%;
    text-align: center;
}

.homepage .blog-post.blog-large .post-format {
    left: 32% !important;
}

.homepage .blog-post.blog-large.blog-grid .entry-thumbnail {
    left: 13% !important;
}

.homepage .blog-grid .red-btn {
    text-align: center !important; 
}

.loaded_success{
	display: none;
}

@media screen and (max-width: 1200px){
   .homepage .blog-post.blog-large.blog-grid .entry-thumbnail {
    left: 3% !important;
	}

	.homepage .blog-post.blog-large .post-format {
    left: 42% !important;
	}
}


@media screen and (max-width: 992px){
   .homepage .blog-post.blog-large.blog-grid .entry-thumbnail {
    left: 0% !important;
	}

	.homepage .blog-post.blog-large .post-format {
    left: 42% !important;
	}

	.homepage article{
	margin-top: 13%;
    
	}
}

@media screen and (max-width: 768px){

	.homepage .blog-post.blog-large .post-format {
    left: 46% !important;
	}

	.homepage article{
	margin-top: 8%;
    
	}
}


@media screen and (max-width: 564px){

	.homepage .blog-post.blog-large .post-format {
    left: 43% !important;
	}

	.homepage article{
	margin-top: 11%;
    
	}
}


@media screen and (max-width: 320px){

	.homepage .blog-post.blog-large .post-format {
    left: 39% !important;
	}

	.homepage article{
	margin-top: 16%;
    
	}
}

