/* mawe logo */
.navbar-brand .logo-img,
.t4-off-canvas-header .logo-img {
	min-height: 50px;
}

/* mawe slider */
.acm-hero.style-1 .acm-hero-item {
	background-position: center;
}
/* mawe slider */


/* mawe article witdth & orientation */
.item-page.layout-default.no-sidebar .top-article-info {
	/* text-align: left; */
	/* max-width: unset; */
}
/* mawe article witdth & orientation */


/* mawe clients module */
.images-bw img {
	-webkit-filter: grayscale(100%) brightness(2.5); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(2.5);
}
.images-bw img:hover {
	-webkit-filter: unset; /* Safari 6.0 - 9.0 */
	filter: unset;
}
.images-maxh150 img {
	max-height: 150px;
}
/* mawe clients module */

/* t4-section-scania */
.t4-section-scania {
	padding: 6.5em 0 10em;
}
.t4-section-scania .mod-desc {
	padding-bottom: 9.5em;
}
/* t4-section-scania */

/* mawe info-list */
ul.info-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

ul.info-list .fas,
ul.info-list .far {
	background: var(--color-primary);
	border-radius: 2px;	
	/* color: #2c2c2a; */
	display: inline-block;
	line-height: 34px;
	float: left;
	margin: 4px 20px 25px 0;
	text-align: center;
	height: 34px;
	width: 60px;
}

ul.info-list span {
	display: inline-block;
	line-height: 20px;
	/* overflow: hidden; */
}
/* mawe info-list */

/* mawe dark-mode */
.dark-active .mode-light,
.dark-active .mode-dark {
	opacity: unset;
}
/* mawe dark-mode */

/* mawe footnav */
.t4-footnav .t4-module {
	margin-bottom: 35px;
}
.t4-footnav .nav-item a {
	color: var(--color-primary) !important;
	padding: 10px 0 !important;
}
.t4-footnav .nav-item a:hover {
	color: #58c41c !important;
}
.t4-footnav .nav-item.current a {
	color: #ffffff !important;
}
.social i.fab {
	font-size: xx-large;
	margin-right: 10px;
	padding-top: 8px;
}
/* mawe footnav */

/* mawe features intro style-2-amek */
.fd-item-media {
	line-height: 10em;
}
/* mawe features intro style-2-amek */

/* mawe small btn */
.btn-pd-x1 {
	padding: var(--t4-btn-padding-y) 1rem;
}
/* mawe small btn */
