/*
Theme Name: WILDMEAT V2
Theme URI: https://cifor.org
Author: CIFOR WEB TEAM
Author URI: https://cifor
Version: 1.0.0
Text Domain: cifor-theme
*/
.m-section-intro {
    z-index: 5 !important;
}

button {
    border: none;
    color: #fff;
    height: auto;
    padding: 12px 24px;
}

.m-section button {
    margin-right: 12px;
}

.hero-welcome {
    color: #fff;
    text-align: center;
    max-width: 480px;
    margin: auto;
    padding-top: 120px;
}

.hero-welcome h1,
.hero-welcome a {
    color: #fff;
}

.hero-page {
    min-height: 50vh;
	padding-bottom: 40px;
	height: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-page:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.hero-page-content.container {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.blurb-item {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    font-size: 16px;
    padding: 18px 12px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 100%;
}

.blurb-item a {
    color: #fff;
}

.blurb-content--title {
    color: var(--color-yellow-dark);
    margin-bottom: 8px;
    font-weight: 700;
}

.blurb-content--main {
    margin-bottom: 8px;
}

.blurb-icon {
    flex-basis: 80px;
}

.blurb-icon img {
    width: 80px;
}

.blurb-content {
    flex-basis: 200px;
}

.blurb-content--link a {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.thumbs-list--item {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}

.thumbs-list--item a,
.thumbs-list--item img {
    display: inline-block;
}

.thumbs-list--item img {

}

.avatar-thumb-small img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.row-box-thumbnail {
    border: 1px solid #ccc;
}

.row-box-thumbnail h4 {
    padding: 12px;
}

.row-box-thumbnail .thumbnail {
    margin: 0 0 0 0;
}

.mf-form {
    max-width: 480px;
}

.publication-item {
    display: flex;
}

.publication-item--image {
    flex-basis: 100px;
    padding-right: 12px;
}

.publication-item--main {
    flex-basis: 120px;
    flex-grow: 2;
}

.publication-item--main .year {
    font-size: 12px;
    margin-bottom: 8px;
}

.publication-item--main .title {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 13px;
    color: var(--color-primary-dak);
}

@media screen and (min-width: 1025px) {
    .staffs-list .text-center {
        text-align: left !important;
    }
}

@media screen and (max-width: 1024px) {
    .hero-page {
        height: auto;
        padding-bottom: 40px;
    }

    .hero-page-content.container {
        position: relative;
        z-index: 2;
        bottom: 0;
    }

    #nav-toggle {
        top: 16px !important;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        background: rgba(255, 255, 255, 0.5) !important;
    }

    #nav-toggle.active span {
        background: transparent !important;
    }

    .navbar-header h2 {
        color: #fff;
        margin: 11px 21px;
        font-size: 20px;
    }

    #sidebar .sidebar__inner {
        position: static !important;
    }
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.m-section-parallax p, .m-section-parallax p a {
    color: #fff;
}

ul.page-numbers {
    display: inline-flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

ul.page-numbers li {
    margin: 0 20px 0 5px;
}

/*
span.page-numbers.current {
    display: block;
    background: #efefef;
    padding: 3px 11px;
    line-height: 1.7em;
    border-radius: 2px;
} */
/*
a.page-numbers {
    line-height: 2em;
} */

a.avatar-thumb {
    width: 97px;
    display: inline-block;
}

a.avatar-thumb img {
    width: 100%;
}

.no-space-between {
    justify-content: inherit;
}

.position-relative {
    position: relative;
    display: block;
}

.screen-reader-text {
  display: none;
}

.navigation.pagination span.page-numbers.current {
  display: inline-block;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 3px 11px;
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #efefef;
}

.navbar-header {
	margin-top: 0 !important;
	margin-left: 0 !important;
/* 	padding: 4px; */
}

.navbar-header a {
	display: flex;
/* 	justify-content: center; */
    align-items: center;
/* 	justify-content: flex-start; */
	padding: 4px;
}

.navbar-header a h2 {
	display: inline-block;
	line-height: 1 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 1.2rem !important;
}

.navbar-header a img {
	display: inline-block;
	margin-right: 6px;
    margin-left: 13px;
}

.nav-mobile {
	top: 56px !important;
}


/* added by regga */

.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.navbar {
  margin-bottom: 0px !important;
}
.bg-primary {
  background-color: #206052!important;
}
@media (min-width: 992px){
  .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

}

a#logo {
  display: inline-block;
  margin-right: 6px;
  margin-left: 13px;
}
.dropdown-menu.show {
  display: block;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

ul#menu-main-menu {
  margin-top: 0;
  padding-left: 0;
}
header .nav-main-collapse, header .navbar-collapse {
  /* overflow-y: hidden; */
}

li.menu-item {
  margin: 0;
  vertical-align: top;
  float: left;
  display: inline-block;
  list-style: none;
}

li.menu-item a {
  border-top: none;
  display: block;
  font-weight: 500;
  position: relative;
  color: white;
  border-left: 1px solid #61827a;
  padding: 23px 18px;
  font-size: 0.9em;
}
li.menu-item a.dropdown-item {
  color: #206052;
  border: none;
  padding: 10px;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-toggler-icon {
  background: 50%/100% 100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#head-block {
  text-shadow: 0 0 20px rgb(0 0 0 / 18%);
}


/* fluid */
@media (min-width: 992px){
  .navbar-toggler {
    display: none
  }
}
@media (min-width: 769px){
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media (max-width: 768px){
  #navbarSupportedContent {
    background: #246b5c;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
  }
  #navbarSupportedContent.show {
    display: block;
    top: 63px;
  }
  #navbarSupportedContent.show li.menu-item {
    width: 100%;
  }
  #navbarSupportedContent.show li.menu-item a {
    padding: 10px 18px;
  }
  .dropdown-menu.show {
    position: relative;
    width: 100%;
    background: none;
    border: 0;
    box-shadow: none;
    padding-left: 15px;
    /* border-bottom: 1px solid hsla(0,0%,100%,.1) */
  }
  li.menu-item a.dropdown-item {
    color: rgba(255,255,255,0.85)
  }
  li.dropdown a:after {
    border-top: 9px solid #dbe5e3 !important;
    margin-top: 6px;
  }
  li.menu-item a.nav-link {
    border-top: 1px solid hsla(0,0%,100%,.1)
  }
  .lead-42 {
    font-size: 22px !important
  }
}
