/*
 Theme Name:   Good News Child
 Theme URI:    http://example.com/
 Description:  Good News Child Theme
 Author:       Attercopia
 Author URI:   http://attercopia.co.uk
 Template:     goodnews5
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  goodnewschild
*/

.top-header-title{
	margin-bottom:0;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	margin-top:8px;
}
.header{
		background:#622d91 !important;
	background-image: url(https://kirkleeslocaltv.com/wp-content/uploads/2025/07/Kirklees-Local-TV-Home-Banner.png) !important;
	    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right center !important;

	
}
.header-right{
	display:none;
}
@media(max-width:1000px){
	#header-wrapper .inner{
		display:flex;
	}
	 #header-wrapper .top-left-content,
	 #header-wrapper .top-right-content{
		float:none;
	}
	.topbar{
		height:auto;
	}
}