/* Header Menu*/
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
    max-height: 40px !important;
    height: 40px !important;
}
div#lanmenu button.fl-menu-mobile-toggle.hamburger {
    display: none;
}
div#lanmenu nav ul {
    display: flex;
    justify-content: end;
/*     gap: 10px; */
}
#substain-goals .fl-module-content .fl-icon i {
    color: #030303 !important;
}
input[type=submit]{
	background:#FB6E52!important ;
}
ul#menu-language-menu>li:nth-child(2) a, ul#menu-language-menu>li:last-child a {
    padding: 4px 10px;
}
ul#menu-language-menu>li {
    display: flex;
    align-items: center;
}
/* Header Menu end */
/* Single post */
body.single-post .single-post-wrapper .post-content-outer .vamtam-meta-tax,body.single-post .single-post-wrapper .post-content-outer .sd-social {
    font-size: 0;
    max-width: 840px;
/*     margin: auto; */
    text-align: left;
}
body.single-post article.full .sd-content ul {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
}
body.single-post article.full .sd-content ul li {
    margin: 0 !important;
}
p.comment-form-cookies-consent label {
    padding: 0;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Single Post end */

/* footer  */
#main-footer .widget .widgettitle {
        font-weight: 500 !important;
    font-family: 'Metropolis', sans-serif !important;;
}
/* footer end */
@media (max-width:748px){
body.responsive-layout .portfolios .portfolio_details .text-wrapper .excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
/*     display: -webkit-box; */
    text-overflow: ellipsis;
    overflow: hidden;
}
}
@media (max-width:1280px){
#sustain-home .fl-col-content.fl-node-content.vamtam-show-bg-image {
    background-size: 95%;
}
}
@media (max-width:992px){
#sustain-home .fl-col-content.fl-node-content.vamtam-show-bg-image {
    background: none;
}
}