#header .mob-search-btn,
#header .mob-search-close,
#header .mob-menu-btn,
#menu-mobile-menu {
  display: none;
}

@media all and (max-width: 980px) {
  #wpadminbar {
    display: none !important;
  }
  html {
    width: 100vw;
  }
  .container > .columns {
    display: block;
    width: 100vw;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    overflow-y: scroll;
    background: #fff;
  }
  #header .mob-search-btn,
  #header .mob-search-btn > svg,
  #header .mob-search-close,
  #header .mob-search-close > svg,
  #header .mob-menu-btn,
  #header .mob-menu-btn > svg {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #3dae61;
  }
  #header .mob-search-btn {
    margin-right: 10px;
  }
  #header .mob-menu-btn {
    position: fixed;
    top: 14px;
    left: 12px;
    z-index: 2;
  }
  #header .mob-menu-btn > svg:nth-of-type(2) {
    display: none;
  }
  #header .mob-menu-btn.active > svg:nth-of-type(1) {
    display: none;
  }
  #header .mob-menu-btn.active > svg:nth-of-type(2) {
    display: block;
  }
  #thesis_header_image {
    margin: auto;
  }
  #menu-mobile-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 55px);
    left: -100vw;
    top: 70px;
    transition: all 0.3s ease-out;
    z-index: 2;
    overflow-y: scroll;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  #menu-mobile-menu.active {
    left: 0;
  }
  #menu-mobile-menu > li > a {
    width: 100%;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    background: #fff;
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
  }
  #header .header_search {
    position: fixed;
    left: 100%;
    width: 100vw;
    height: 70px;
    margin-bottom: 0;
    padding: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    border-bottom: 1px solid #3dae61;
    border-top: 1px solid #3dae61;
    z-index: 9999;
  }
  #header .header_search.active {
    left: 0;
  }
  #header > a {
    width: calc(100% - 90px);
    margin-left: 60px;
    text-align: center;
  }
  #header .header_search #searchform {
    display: block;
    position: relative;
    width: calc(100% - 45px);
  }
  #header .header_search #searchform > div {
    display: block;
    position: relative;
    width: 100%;
  }
  #header .header_search input[type=text] {
    width: calc(100% - 70px);
    height: 40px;
  }
  #header .header_search input[type=submit] {
    height: 40px;
  }
}

.menu a {text-transform: none !important; font-size: 17px !important; line-height: 14.5px !important}

.fixed-position {
  position: fixed;
}
