.spitfire-topBar {
    background-color: #000;
}

.topBar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
	padding: 8px 0;
}
}

.contact-info ul , .social-media ul {
    margin: 0;
}

ul.top-menu-list {
    display: flex;
    padding-left: 0;
	  margin: 0;
}

ul.top-menu-list li {
    list-style: none;
    margin-left: 10px;
}

ul.top-menu-list li a span {
    display: block;
    width: 25px;
    height: 25px;
}

.social-media ul.top-menu-list li a span {
    display: flex;
    width: 30px;
    height: 30px;
    background: white;
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}


.social-media ul li a svg {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    fill: black;
    background-color: white;
    padding: unset;
}

.social-media ul li a svg {
    width: 32px;
    height: 25px;
    border-radius: 18px;
    fill: black;
}


.contact-info ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 14px;
}

.contact-info ul li a svg {
    fill: white;
    width: 100%;
    height: 100%;
}

.contact-info ul li a .contact-detail {
    display: block;
    color: white;
    width: 100%;
    height: fit-content;
    margin-left: 8px;
}

.top-menu-list li a div {
    width: 25px;
    height: 25px;
}

.social-media ul.top-menu-list li a div {
    display: flex;
    width: 30px;
    height: 30px;
    background: white;
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 920px) {
	
	.spitfire-topBar {
    background-color: #000;
		display: none;
}
	.kl-header {
    top: 0px !important;
    transition: all .3s;
}
	
}