/*
Theme Name: UiKit Base
Theme URI: http://www.nebulousweb.com/scale-ai
Author: Sonia Marquette
Author URI: http://www.nebulousweb.com
Description: A blank theme to start a new project. Uses UiKit.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: scale-ai

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Built following the Systematic CSS philosophy <http://www.systematiccss.com/>.
*/

.px-programs-map .province .marker{
    max-width: 200px;
    max-height: 200px;
}

.px-header-black.is-single-projet .project-title{
    margin: 99px 0 105px;
}

.px-header-black.is-single-projet .project-title h1{
    margin:0;
}
.px-header-black.is-single-projet .project-title .tags{
    margin-bottom:32px;
}

.px-header-black.is-single-projet .project-title .tag{
    padding: 0 16px;
    font-size:14px;
    display:inline-flex;
    align-items: center;
    color:#000;
    background:#e6e6e6;
    border-radius:999vw;
    text-decoration: none;
    margin-right:8px;
}

#our-investment-filters select{
    max-width:300px;
    margin-bottom:32px;
    width:100%;
    height:48px;
    padding:16px;
  }