/*
Theme Name: Bizberg Individual Consultant
Template: bizberg
Text Domain: bizberg-individual-consultant
Author: Bizberg Themes
Author URI: https://bizbergthemes.com/
Theme URI: https://bizbergthemes.com/downloads/bizberg-individual-consultant/
Description: Bizberg Individual Consultant is a perfect theme for your business, corporate, restaurant, ingo, ngo, environment, nature, wedding, blog, portfolio, medical, charity, construction websites. You can import full website demos easily. Within few seconds, a fully responsive business website will be ready with a demo content. You can easily edit the content using live customizer & Elementor. It is fast & light-weight and works with almost all popular WordPress plugins. It is compatible with Elementor and all the sections are made from Elementor.
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 0.6
Requires at least: 4.9
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.navbar-default .navbar-nav>li>a{
	letter-spacing: 0;
}

@media (pointer: fine) {
	.blog-nosidebar-1#blog.blog-lists .no-sidebars{
		padding: 5px;
		margin-bottom: 0px;
	}
}

.blog-listing.no-sidebars .blog-post header.entry-header{
	margin-top: 0 !important;
}

#featured_3_grid .bizberg_post_thumb {
    width: 30%;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

#featured_3_grid .bizberg_post_thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    -webkit-transform: scale3d(7.9, 6.4, 0) rotate3d(0, 0, 1, 45deg) translate3d(0, -70%, 0);
    transform: scale3d(7.9, 6.4, 0) rotate3d(0, 0, 1, 45deg) translate3d(0, -70%, 0);
    z-index: 1;
    transition: all ease-in-out 0.6s;
}

#featured_3_grid .bizberg_post_thumb:hover:before{
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transition: all ease-in-out 0.6s;
}

#featured_3_grid .bizberg_post_text{
	overflow: hidden;
	width: 60%;
}

#featured_3_grid .bizberg_post_title h4 {
    line-height: 1.2;
}

#featured_3_grid {
    padding: 60px 0 60px;
    background: #fafafa;
    margin-bottom: 20px;
}

#featured_3_grid .bizberg_post_title {
    padding-bottom: 5px;
}

#featured_3_grid .bizberg_post_date {
    font-size: 12px;
}

.featured_3_grid_col{
	display: flex;
    align-items: center;
}

body.home #content::before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
}

body:not(.home) #content::before {
    content: '';
    display: block;
    height: 200px;
    margin-top: -200px;
}

body.home #content{
    position: static !important;
    margin-bottom: 100px;
}

body:not(.home) #content{
    position: static !important;
    margin-bottom: 200px;
}

body:not(.home).single #content,
body:not(.home).page #content{
    margin-bottom: 0;
}

@media(max-width: 991px){
    #featured_3_grid .col-sm-12{margin-bottom: 30px; display: flex; align-items: center;}
    #featured_3_grid .bizberg_post_thumb{width:20%;}
}

@media(max-width: 767px){
   #featured_3_grid .bizberg_post_thumb img{width:100%;} 
}

@media(max-width: 567px){
    #featured_3_grid .col-sm-12{display: block;}
    #featured_3_grid .bizberg_post_thumb{
        width:100%;
        margin:0 0 20px;
    }
    #featured_3_grid .bizberg_post_text{overflow: visible;}
    body.home #content::before,
    body:not(.home) #content::before {
        height: 0;
        margin-top: 0;
    }
    body.home #content,
    body:not(.home) #content{
        margin-bottom: 0;
    }
}

.navbar{
    z-index: 1;
}

.top-bar{
    position: relative;
    z-index: 1;
}