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

.header-top {
	background-color: #f9f9f9;
	padding: 4px 0;
	font-size: 12px;
}

.header-top__inner {
	max-width: 1140px;
	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;
	margin: 0;
	padding: 0;
}

.header-top__item{
	margin-bottom: 0;
	list-style: none;
}

.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){
	margin-left: 10px;
}

.header-top__item-link{
	display: block;
	color: #666;
}

.header-top__contact{
	margin-left: 12px;
}

.header-top__contact-link{
	font-size: 12px;
}

@media (max-width: 991px) {
	.header-top {
		display: none;
	}
}

.home .siteContent{
	padding-top: 0;
	padding-bottom: 0;
}

.cta-block{
	margin-top: 5rem;
}

.footerMenu ul{
	justify-content: center;
}


