/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.header-top {
	background-color: #f9f9f9;
	height: 50px;
	padding:0.1% 0;
	font-size:13px;
}
.header-top__inner {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
	display: flex;
	align-items: center;
}
.header-top__items{
	display:flex;
	column-gap:12px;
	justify-content:end;
	align-items:center;
	list-style-type:none;
	padding-left:0;
}
.header-top__description{
	display: flex;
	align-items: center;
	margin-right: auto;
	line-height: normal;
	margin-block-start: auto;
	margin-block-end: auto;
}
.header-top__menu{
	display: flex;
	align-items: center;
}
.header-top__item:not(:first-child){
	list-style-type:none;
	display:block;
}
.header-top__item-link{
	display:block;
}
.header-top__contact{
/*	margin-left: 12px; */
}
.header-top__contact-link{
	color: #ffffff !important;
	font-size:13px;
}
@media (max-width: 991px) {
	.header-top {
		display: none;
	}
}