/**** Mobile Menu CSS ****/

/*Sumvola pou den thelw an emfanizei*/
.mobmenur-container {
  display: none;
}
.left-menu-icon-text {
  display: none;
}

/*Allagi xrommatos DIV tou Mobile Menu*/
.mob-menu-logo-holder {
  background-color: rgba(241, 241, 241, 0.4);
  margin-top: 0px !important;
  height: 100px;
}

/*Allagi xrommatos tou BG Mobile Menu otan energopoihte*/
.mobmenu-overlay {
  background-color: rgba(241, 241, 241, 0.6) !important;
}

/*Orismos tis thesis tou LOGO*/
.headertext {
  position: absolute;
  top: 32px;
  left: 30px;
}

/*Orismos tis thesis tou Mobile Menu*/
.mobmenul-container {
  top: 1px;
  right: 30px;
}
.mobmenul-container i {
  font-size: 40px;
  color: #f9c349;
}

/*Allagi megethous tou Mobile Menu analoga me tin othoni*/
@media screen and (max-width: 1000px) {
  .mobmenul-container {
    top: 24px;
    right: 1px;
  }
  .mobmenul-container i {
    font-size: 30px;
  }
}

/*Allagi megethous tou LOGO analoga me tin othoni */
@media only screen and (max-width: 1000px) {
  .headertext {
    top: 20px;
    left: 0px;
  }
}

/* @media only screen and (pointer: none) { 
@media only screen and (max-width: 1400px) {
  .mob-standard-logo {
    height: 8px !important;
    width: auto;
  }
}*/