.mobile-navigation .mobile-navigation-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}

/* Bottom bar item text */
.mobile-navigation .item-text {
	font-size: 0.7em;
}

@media (max-width: 475px) {
	.mobile-navigation .item-text {
		display: none;
	}
}

/* Bottom bar current homepage */
.mobile-navigation .mobile-navigation-item.current-page {
	position: relative;
}

.mobile-navigation .mobile-navigation-item.current-page::after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mobile-menu {
	bottom: 0;
	right: -400px;
	max-width: 400px;
}

.mobile-menu-close {
	position: absolute;
	top: 20px;
	font-size: 26px;
	margin-bottom: 0 !important;
}

.mobile-menu .mobile-menu-wrapper {
	padding-top: 50px !important;
}

/* Social */
.social-icons {
	margin-bottom: 20px;
}

.social-icon {
	font-size: 22px;
	margin-right: 5px;
	width: 22px;
	display: inline-block;
	text-align: center;
}

.mobile-menu-items-secundary {
	margin-top: 20px;
}

.mobile-menu-items-secundary li a {
	font-size: 1em;

}
