/*
 Theme Name:   City Buzz News Child
 Theme URI:    https://citybuzznews.com
 Description:  GeneratePress Child Theme for City Buzz News
 Author:       City Buzz News
 Template:     generatepress
 Version:      1.0.0
*/

.site-branding a img{
	max-width:250px;
	padding:10px;
}

.f-tagline{
	color:#fff !important;
	text-transform:capitalize;
}

.footer-grid a{
	color:#fff;
}

.footer-grid ul li a{
	color:#fff;
}

.f-copy{
	color: #fff !important;
}

.f-copy a{
	color: #1B4FCC !important;
}


.f-policy a{
	color:#1B4FCC;
}

.hero-list-item {
    padding: 10px 0;
    border-bottom: 1px solid var(--bd-lt);
    flex: 0 !important;
}


.hero-left-card {
    flex: 0 !important;
 
}

.hero-centre {
    background: var(--bg); 
    position: relative; 
    overflow: hidden; 
    height: 500px !important;
}