/* Show mexico for internal users only */

body:not(.logged-in) #lang_sel .wpml-ls-item-et{
	display: none;
}
.title_container {
  z-index: 1;
}
/* Mobile menu */
.ask-mobile-navbar-wrap {
    display: none;
    z-index: 999;
}

.ask-mobile-navbar-wrap {
    background: #22827c;
    padding: 5px 0;
    align-items: center;
	  position: fixed;
    top: 0;
    width: 100%;
}

.ask-mobile-manu-toggle {
    width: 15%;
}

.ask-mobile-logo {
   width: 67%;
}

.ask-mobile-logo a {
    display: inline-block;
}

.ask-mobile-logo img {
    width: 250px;
	  margin-top: 5px;
}

.ask-mobile-manu-toggle {
    display: flex;
}

.ask-mobile-navbar-wrap .shiftnav-toggle-button {
    background: #22827c !important;
}

.ask-mobile-logo {
    text-align: center;
}

.ask-mobile-logo a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 979px) {
    .ask-mobile-navbar-wrap {
        display: flex !important;
    }
}
