/*!
Theme Name: moot_mrp
Author: Allen
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moot_mrp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
  font-family: "Nunito Sans", sans-serif;

}

.moot-tab {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}

@font-face {
    font-family: Roboto;
    src: url( assets/fonts/Roboto-Regular.ttf );
}

@font-face {
    font-family: Roboto-Medium;
    src: url( assets/fonts/Roboto-Medium.ttf );
}

@font-face {
    font-family: Alaska;
    src: url( assets/fonts/Alaska.woff2 );
}

.inner article {
    max-width: 1080px;
    margin: 85px auto 0;
    padding: 18px 18px 50px;
}

.body-container {
    padding-top: 48px;
}

header {
    height: 31px;
    padding: 9px;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e3e5e4;
    z-index: 101;
    width: 100%;
    background-color: #fff;
}
.header-inner {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.header-inner .header-logo {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.header-inner .header-logo a.logo {
    height: 100%;
    width: auto;
}

.header-inner .header-logo a.logo img {
    width: 100%;
    height: 100%;
}

.header-inner .header-menu  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.header-inner .header-menu img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header-inner .header-menu .menu-title {
    font-size: 14px;
}


.header-inner .header-actions {
    position: absolute;
    height: 100%;
    right: 25px;
    display: flex;
    align-items: center;
}
.header-inner .header-actions ul.header-list-action {
    display: flex;
    list-style: none;
    margin: 0;
    height: 100%;
}

.header-inner .header-actions ul.header-list-action li {
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header-inner .header-actions ul.header-list-action li.hd-search {
    display: flex;
    align-items: center;
    background: #f3f4f4;
    border-radius: 20px;
    overflow: hidden;
}

.header-inner .header-actions ul.header-list-action li.hd-search img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.header-inner .header-actions ul.header-list-action li.hd-language {
    display: flex;
    align-items: center;
    position: relative;
}

.header-inner .header-actions ul.header-list-action li.hd-language img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

/* .header-inner .header-actions ul.header-list-action li.hd-language::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-bottom: 4px;
} */

.header-inner .header-actions ul.header-list-action li.hd-language:hover::after {
  transform: rotate(225deg);
}

.header-inner .header-actions ul.header-list-action li.hd-join a {
    color: #E62728;
}



.vc_tta-tabs.in-view .tf_aus_tab_list {
    top: 50px;
}

.text-sm {
    font-size: 14px;
}

.font-alaska {
    font-family: Alaska, Nunito Sans, sans-serif;
}

.no-wrap {
    white-space: nowrap;
}


#gt_float_wrapper .gt_float_switcher {
    font-family: Nunito Sans, sans-serif;
    font-size: 15px;
    border-radius: 0;
    color: #555;
    display: inline-block;
    line-height: 150%;
    box-shadow: none;
    background: transparent;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px;
}

#gt_float_wrapper .gt_float_switcher .gt_options a {
  padding: auto;
  width: 90px;

}


#gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
  max-height: auto;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .header-inner .header-actions ul.header-list-action {
    /* display: none; */
  }

  body {
    overflow: hidden;
  }
  
  header  {
    padding: 9px 0;
  }

  .header-inner .header-actions {
    right: 16px;
  }

  .header-inner .header-actions ul.header-list-action li.hd-search {
    background-color: #fff;
  }

  .header-inner .header-actions ul.header-list-action li.hd-search .menu-list-title {
    display: none;
  }
  

  .header-inner .header-actions ul.header-list-action li {
    padding: 6px
  }

  .header-inner .header-actions ul.header-list-action li.hd-language img {
    display: none;
  }

  .header-inner .header-actions ul.header-list-action li.hd-join {
    display: none;
  }

  /* .header-inner .header-actions ul.header-list-action li.hd-language::after {
    margin-bottom: 4px;
  } */

  .header-inner .header-actions ul.header-list-action li.hd-login {
    padding-right: 6px;
  }
  
}
