/*!
Theme Name: pilotpartners
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pilotpartners
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pilotpartners is based on Underscores https://underscores.me/, (C) 2012-2020 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/.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
@import url("./assets/css/app.css");
@import url("./assets/css/single-page.css");
@import url("./assets/css/people-sub-page.css");
@import url("./assets/css/plyr.css");
@import url("./assets/css/what-on-offer.css");
@import url("./assets/css/ourpeople.css");
@import url("./assets/css/insights-page.css");
@import url("./assets/css/single-insights-page.css");
@import url("./assets/css/footer-pages.css");
@import url("./assets/css/sustainability-social-impact.css");
@import url("./assets/css/gravity-form.css");
@import url("./assets/css/search.css");
@import url("./assets/css/conatct.css");
@import url("./assets/css/event-page.css");
@import url("./assets/css/styled-dropdown.css");
@import url("./assets/css/orange.css");

.offcanvas {
  transition: none !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}

.nav-close line:nth-of-type(1) {
  transform: rotate(-45deg) translateY(49%);
  transform-origin: center center;
}

.nav-close line:nth-of-type(2) {
  display: none;
}

.nav-close line {
  stroke: rgb(29, 46, 80);
  transition: all 0.2s ease 0s;
}

.nav-close line:nth-of-type(3) {
  transform: rotate(45deg) translate(5%, -43%);
  transform-origin: center center;
}

.nav-menu-bar {
  transition: all 0.2s ease 0s;
}
.nav-menu-bar line {
  stroke: rgb(0, 126, 240);
  transition: all 0.2s ease 0s;
}

.no-slider-button {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .no-slider-button {
    display: block;
  }
}





/* new */

.select-all-btn {
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
}



.span.select2-results__option.select-all{
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}