/*
Theme Name: http://jensendiesel.dk/
Theme URI: 
Author: the 
Author URI: 
*/

.language-switch {
    margin-top: 15px;
}
li.lang-item {
    float: left;
    list-style: none;
    border-right: 1px solid;
    padding: 0 5px;
    line-height: 1;
}
#footer ul.contact-details {
	float: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
	gap: 5px;
	width: 250px;
	margin: 10px 0;
}
#footer ul.contact-details li {
	padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}
#footer ul.contact-details span,
#footer ul.contact-details strong {
	font-size: 15px;
    font-weight: normal;
    color: #76bbe6;
	text-transform: none;
}
#footer ul.contact-details strong {
    color: #fff;
	flex-basis: 25%;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}