.advancef_footer_menu {
	margin-top: 38px;
}

.lang-item {
  list-style: none;
}

.lang-item img {
  width: 24px !important;
  height: auto !important;
}

.entry-content > * {
	max-width: 100%;
}

.weglot-shortcode .wgcurrent {
	display: none !important;
}

@media screen and (max-width: 992px) {
	header.site-header a[href^="tel:"] {
    	font-size: 0;
        color: transparent;
        background-color: #32373c;
        background-image: url(../images/phone-white.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center center;
        padding: 0 !important;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%
    }
}