/*
Theme Name: Asia Pacific Network Research
Theme URI: https://aprnet.org/
Author: Geora
Author URI: https://aprnet.org/
Description: A theme for Asia Pacific Network Research website.
Version: 5.1.3.2
Tested up to: 6.0
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.footer-1{
  background: url('./img/footer/footer-bg-1.png') no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}	

.knowledge-hub{
  background: url('./img/knowledge-hub/kh-index-v2.png') no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
}

.site-header .navigation-container #primary-menu>li:not(:last-child) {
  margin-right: 20px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
.site-header .navigation-container #primary-menu .menu-item .nav-link {
  font-size: 13px !important;
  padding-top: 11px !important;
}

.site-header .navigation-container #primary-menu>li:not(:last-child) {
    margin-right: 15px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header .navigation-container #primary-menu .menu-item .nav-link {
    font-size: 12px !important;
  }
  
  .site-header .navigation-container #primary-menu>li:not(:last-child) {
      margin-right: 15px !important;
  }

  .site-header .navigation-container .btn-donate {
    padding: 6px 14px !important;
    font-size: 12px !important;
  }

  .site-header .navigation-container .btn-search {
    padding-top: 8px !important;
    font-size: 12px !important;
  }
}