/*
Theme Name: WebDigital Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
div#metu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    display: none;
}
div#metu .mmt-container.mmt-container-full {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2147483646;
    pointer-events: none;
    box-sizing: border-box;
}
#metu .mmt-app {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(2,3,129);
    opacity: 1;
    color: rgb(255, 255, 255);
    pointer-events: none;
    z-index: -1;
}
#metu .mmt-menu-item:not(:first-child) {
    border-left: 1px solid hsla(0,0%,100%,.2);
}
#metu .mmt-app {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 56px;
    transition: all .24s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
#metu .mmt-menu__item {
display: flex;
    pointer-events: auto;
    flex: 1 1;
    border-left: 1px solid hsla(0,0%,100%,.2);
    justify-content: center;
}
#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 7.5px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    height: 60px;
    justify-content: center;
    margin: 0!important;
    flex-direction: column;
    flex: 1 1;
}
#metu .mmt-button__icon--motion {
    animation: tada 1.2s infinite;
}
#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 4px;
}
#metu .mmt-button__label {
    font-size: 13px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
letter-spacing: -1px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}