/* social icons in footer */
.socials-list {
    margin: 0 0 40px 0;
    padding-left: 0;
    list-style: none;
}

.socials-list:before,
.socials-list:after {
    content: " ";
    display: table;
}

.socials-list:after {
    clear: both;
}

.social-list-item {
    width: 33%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
}

.social-list-item i, .socials-list i {
    font-size: 32px;
    color: #61AEE0;
    padding-right: 20px;
    display: inline-block;
    height: 32px;
    float: left;
}

.socials-list span {
    display: inline-block;
    float: left;
    height: 32px;
    line-height: 32px;
}

#socials {
    margin-top: -60px;
}

/* override language selectors */
.lang_selector li a {
	font-size: 0;
}
.lang_selector li a.nl {
	background: url(../img/netherlands.png) 5px center no-repeat !important;
	background-size: 63px;	
}

.lang_selector li a.de {
	background: url(../img/germany.png) 5px center no-repeat !important;
	background-size: 63px;	
}

.lang_selector li a.en {
	background: url(../img/unitedkingdom.png) 5px center no-repeat !important;
	background-size: 63px;	
}

/* override widget header color */
#sidebar .widget-title {
    color: #000;
}

.review-side .avatar {
    display: none;
}

a[aria-current] {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.nav-collapse li a:hover {
    transition: 0.3s;
    color: #000;
}