 /**
 * Language Switcher
 */
.smcc-language-list {
	line-height: 1;
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding-top: 50%;
}
.smcc-language-list img {
	margin-left: 8px;
}
 /**
 * Sticky Footer Bar
 */
#smcc-sticky-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: black;
	z-index: 9999;
}
#smcc-sticky-bar-back {
	height: 200px;
	background-color: black;
}

@media only screen and (min-width: 1024px) {
	#smcc-sticky-bar {
		display: none;
	}
	#smcc-sticky-bar-back {
		display: none;
	}
}

.tribe-common .mbfp-btn {
	height: 40px;
}