/*
Theme Name: WWF Climate Crowd
Theme URI: https://www.wwfclimatecrowd.org/
Version: 1.0
Description: A custom child theme for WWF Climate Crowd. 
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("base.css");


/*****************************************************************************/
/******************************* THE BASICS **********************************/
/*****************************************************************************/

/* Set your maximum container width here. Only use the customizer width to set the width for the header */

.fl-page-content .container {
	max-width: 1100px; 
}

/* Set this to the same as you set the content width in the customizer. */

.max-fix .fl-row-fixed-width {
	max-width: 1600px; 	
}


/* Define default accent background colors. */
.page ul { text-align: initial; }

/* Define default accent background colors. */

.bg1 {
	background-color: #000; 
}

.bg2 {
	background-color: #ECEEF2; 
}

/* Define button styles. */
.fl-page-content button,
.fl-page-content .button,
.fl-page-content .fl-button {
	display: inline-block;
}

.fl-page button,
.fl-page .button,
a.button,
.fl-page input[type=button],
.fl-page input[type=submit],
.fl-page .fl-builder-content a.fl-button,
.fl-page .fl-builder-content a.fl-button:visited,
.fl-page .wp-block-button__link {
	border: 0px; 
	border-radius: 24px; 
	-moz-border-radius: 24px; 
	-webkit-border-radius: 24px;
	padding: 15px 24px;
	font-size: 14px; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	background-color: #FF914C;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}



.fl-page button.alt-button,
.fl-page .button.alt-button,
a.button.alt-button,
.fl-page  .alt-button input[type=button],
.fl-page .alt-button input[type=submit],
.fl-page .fl-builder-content .alt-button a.fl-button,
.fl-page .fl-builder-content .alt-button a.fl-button:visited,
.fl-page .alt-button.wp-block-button__link {
	background-color: #38B6FF;
}


.fl-page button *,
.fl-page .button *,
a.button *,
.fl-page input[type=button] *,
.fl-page input[type=submit] *,
.fl-page .fl-builder-content a.fl-button *,
.fl-page .fl-builder-content a.fl-button:visited *,
.fl-page .wp-block-button__link * {
	color: #fff; 
}

.fl-page button:hover,
.fl-page .button:hover,
a.button:hover,
.fl-page input[type=button]:hover,
.fl-page input[type=submit]:hover,
.fl-page .fl-builder-content a.fl-button:hover,
.fl-page .fl-builder-content a.fl-button:visited:hover,
.fl-page .wp-block-button__link:hover {
	color: #fff; 
	border: 0px; 
	background-color: #DF6C24;
}


.fl-page button.alt-button:hover,
.fl-page .button.alt-button:hover,
a.button.alt-button:hover,
.fl-page  .alt-button input[type=button]:hover,
.fl-page .alt-button input[type=submit]:hover,
.fl-page .fl-builder-content .alt-button a.fl-button:hover,
.fl-page .alt-button.wp-block-button__link:hover {
	background-color: #1288CC;
}


.fl-page button:hover *,
.fl-page .button:hover *,
.fl-page input[type=button]:hover *,
.fl-page input[type=submit]:hover *,
.fl-page .fl-builder-content a.fl-button:hover *,
.fl-page .fl-builder-content a.fl-button:visited:hover *,
.fl-page .wp-block-button__link:hover * {
	color: #fff; 
}

.wp-block-button__link {
	margin-top: 10px; 
}

.fl-page-nav-search {
	display: inline-block;
}


.fl-page button.ghost-button,
.fl-page .button.ghost-button,
a.button.ghost-button,
.fl-page  .ghost-button input[type=button],
.fl-page .ghost-button input[type=submit],
.fl-page .fl-builder-content .ghost-button a.fl-button,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited,
.fl-page .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 1px solid #000; 
	color: #000; 
  	-webkit-transition: border 0.5s; 
  	transition: border 0.5s;
}


.fl-page button.ghost-button *,
.fl-page .button.ghost-button *,
a.button.ghost-button *,
.fl-page  .ghost-button input[type=button] *,
.fl-page .ghost-button input[type=submit] *,
.fl-page .fl-builder-content .ghost-button a.fl-button *,
.fl-page .fl-builder-content .ghost-button a.fl-button:visited *,
.fl-page .ghost-button.wp-block-button__link * {
	color: #000; 
}


.fl-page .invert button.ghost-button,
.fl-page .invert .button.ghost-button,
.invert a.button.ghost-button,
.fl-page  .ghost-button.invert input[type=button],
.fl-page .ghost-button.invert input[type=submit],
.fl-page .fl-builder-content .ghost-button.invert a.fl-button,
.fl-page .fl-builder-content .ghost-button.invert a.fl-button:visited,
.fl-page .invert .ghost-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff; 
	color: #fff; 
}

.fl-page button.ghost-button:hover,
.fl-page .button.ghost-button:hover,
a.button.ghost-button:hover,
.fl-page  .ghost-button input[type=button]:hover,
.fl-page .ghost-button input[type=submit]:hover,
.fl-page .fl-builder-content .ghost-button a.fl-button:hover,
.fl-page .ghost-button.wp-block-button__link:hover, 
.fl-page .invert button.ghost-button:hover,
.fl-page .invert .button.ghost-button:hover,
.invert a.button.ghost-button:hover,
.fl-page  .ghost-button.invert input[type=button]:hover,
.fl-page .ghost-button.invert input[type=submit]:hover,
.fl-page .fl-builder-content .ghost-button.invert a.fl-button:hover,
.fl-page .invert .ghost-button.wp-block-button__link:hover  {
	border: 1px solid #1288CC;
}


.fl-page .invert button.ghost-button *,
.fl-page .invert .button.ghost-button *,
 .inverta.button.ghost-button *,
.fl-page  .invert.ghost-button input[type=button] *,
.fl-page  .invert.ghost-button input[type=submit] *,
.fl-page .fl-builder-content  .invert.ghost-button a.fl-button *,
.fl-page .fl-builder-content  .invert.ghost-button a.fl-button:visited *,
.fl-page  .invert .ghost-button.wp-block-button__link * {
	color: #fff; 
}


.fl-page button.simple-button,
.fl-page .button.simple-button,
a.button.simple-button,
.fl-page  .simple-button input[type=button],
.fl-page .simple-button input[type=submit],
.fl-page .fl-builder-content .simple-button a.fl-button,
.fl-page .fl-builder-content .simple-button a.fl-button:visited,
.fl-page .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #000; 
  	-webkit-transition: border-bottom 0.5s; 
  	transition: border-bottom 0.5s;
	padding: 12px 0px; 
	border-radius: 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-bottom: 2px solid rgba(0,0,0,0);
}


.fl-page .fl-builder-content .ghost-button.other-projects a.fl-button {
	border: 1px solid #FF914C; 
	color: #FF914C;
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
}

.fl-page .fl-builder-content .ghost-button.other-projects a.fl-button * {
	color: #FF914C;
}


.fl-page .fl-builder-content .ghost-button.other-projects a.fl-button:hover {
	background: #FF914C;
}


.fl-page .fl-builder-content .ghost-button.other-projects a.fl-button:hover * {
	color: #fff;
}


.fl-page button.simple-button *,
.fl-page .button.simple-button *,
a.button.simple-button *,
.fl-page  .simple-button input[type=button] *,
.fl-page .simple-button input[type=submit] *,
.fl-page .fl-builder-content .simple-button a.fl-button *,
.fl-page .fl-builder-content .simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #000; 
}

.fl-page button.simple-button:hover,
.fl-page .button.simple-button:hover,
a.button.simple-button:hover,
.fl-page  .simple-button input[type=button]:hover,
.fl-page .simple-button input[type=submit]:hover,
.fl-page .fl-builder-content .simple-button a.fl-button:hover,
.fl-page .simple-button.wp-block-button__link:hover {
	border-bottom: 2px solid #000;
}

.fl-page .invert button.simple-button,
.fl-page .invert .button.simple-button,
a.button.simple-button.invert ,
.fl-page  .invert .simple-button input[type=button],
.fl-page .invert .simple-button input[type=submit],
.fl-page .fl-builder-content .invert.simple-button a.fl-button,
.fl-page .fl-builder-content .invert.simple-button a.fl-button:visited,
.fl-page .invert .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #fff; 
  	-webkit-transition: border-bottom 0.5s; 
  	transition: border-bottom 0.5s;
	padding: 12px 0px; 
	border-bottom: 2px solid rgba(0,0,0,0);
}

.fl-page .invert button.simple-button *,
.fl-page .invert .button.simple-button *,
a.button.simple-button *,
.fl-page  .invert .simple-button input[type=button] *,
.fl-page .invert .simple-button input[type=submit] *,
.fl-page .fl-builder-content .invert.simple-button a.fl-button *,
.fl-page .fl-builder-content .invert.simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #fff; 
}

.fl-page .invert button.simple-button:hover,
.fl-page .invert .button.simple-button:hover,
a.button.simple-button:hover,
.fl-page  .invert .simple-button input[type=button]:hover,
.fl-page .invert .simple-button input[type=submit]:hover,
.fl-page .fl-builder-content .invert.simple-button a.fl-button:hover,
.fl-page .invert.simple-button.wp-block-button__link:hover {
	border-bottom: 2px solid #fff;
}

h4, h5, h6 {
	font-weight: 800; 
    font-family: "Public Sans",sans-serif;
	text-transform: none; 
    font-weight: 800;
    line-height: 1.4;
    padding: 0;
    word-wrap: break-word;
}

.soft-text h3 {
	font-weight: 800; 
    font-family: "Public Sans",sans-serif;
	text-transform: none; 
    font-weight: 800;
	font-size: 18px; 
    line-height: 1.4;
	letter-spacing: 0px; 
    padding: 0;
    word-wrap: break-word;
}

.soft-text p {
	font-size: 16px; 
	opacity: 0.8; 
}

@media screen and (min-width: 768px) {
		.half-right-img {
		margin-left: -8px;
		max-width: 900px;
		width: 50vw;
	}
}

.half-right-img .fl-module-content {
	margin-right: 0px; 
}


.xlarger p {
	color: #79858F; 
}

.xlarger strong {
	color: #0A273E; 
}

/*****************************************************************************/
/********************************* HEADER ************************************/
/*****************************************************************************/

.fl-page-bar {
	border: 0px; 
}

.fl-page-header, .fl-page-header-wrap {
	background: #000;
}

.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	margin-right: 2px; 
}

.fl-page-nav-search form {
	background-color: #fff; 
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
	color: #333!important; 
}

.custom-subtitle h3 {
	max-width: 550px; 
	font-weight: 400; 
    font-family: "Public Sans",sans-serif;
	text-transform: none; 
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
	opacity: 0.8; 
    word-wrap: break-word;
}

.custom-subtitle p {
	opacity: 0.8; 
}

.mobile-nav-search {
	margin-top: 10px; 
}

.mobile-nav-search label {
	width: 82%; 
	display: block; 
	float: left; 
}
.mobile-nav-search input[type=search] {
	
}

.mobile-nav-search button {
	background: rgba(0,0,0,0);
	padding: 6px 20px; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-of-type {
	border: 0px; 
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
	color: #fff; 
}


.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item {
	border-bottom: 2px solid #fff; 
}



@media screen and (min-width: 768px) {
	.fl-page-header, .fl-page-header-wrap {background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5186449579831933) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5186449579831933) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg, rgba(0,0,0,0.5186449579831933) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	  border-bottom-style: none; /* Removes the 1px border below the menu */
	  position: absolute;
	  top: 0px; /* Height of top bar */
	  width: 100%;
	  z-index: 10;
	}
}

.fl-page .fl-page-header-fixed {
	z-index: 10000;
}

.fl-page-header-fixed .fl-page-header-wrap {
	background: #000; 
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container, .fl-page-header-fixed .fl-page-header-container.container {
	padding-top: 0px; 
}

.fl-page-header-fixed .navbar-right {
	padding-top: 8px; 
}

.fl-page-nav ul.sub-menu {
	border: 1px solid #333; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

@media only screen and (max-width: 767px) {
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle .fa-bars:before {
		content: "\e92b";
		font-family: 'linearicons'!important;
	}
	.fl-page-header-primary .fl-logo-img {
		max-height: 55px; 
		margin-bottom: 10px; 
	}
	.fl-page-nav-right .fl-page-header-wrap .container, .fl-page-bar .fl-page-bar-container {
		max-width: 100%; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li {
		border-top: 0px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li {
		opacity: 0.8; 
	}
}


/*****************************************************************************/
/********************************* FOOTER ************************************/ 
/*****************************************************************************/

.footer-main .fl-row-content-wrap .menu .fl-has-submenu .sub-menu {
	display: none; 
}

.footer-main .fl-menu-toggle {
	display: none; 
}

.footer-main a {
	color: #000; 
}


.footer-sub {
	font-size: 13px; 
}

.footer-main .menu a {
	padding: 10px; 
    font-family: "Public Sans",sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.footer-main .fl-module-menu .fl-module-content {
	margin-bottom: 0px; 
}

.footer-sub-links {
	text-align: center; 
}

.footer-sub-links .fl-module-content {
	margin-top: 0px; 
}

.footer-sub-links a {
	opacity: 0.6; 
	font-size: 12px; 
    font-weight: 500;
	padding: 0px 10px; 
}

.footer-sub-links a:hover {
	opacity: 1; 
}

.footer-main a:hover {
	color: #38B6FF; 
}

.footer-follow {
	font-size: 14px; 
	font-weight: 800; 
	text-align: right; 
}

.footer-follow i {
	padding-left: 8px;
	font-size: 22px; 
	
}

.footer-main > .fl-row-content-wrap {
	padding: 8px 20px; 
}


@media screen and (max-width: 767px) {
	.footer-main .fl-menu .menu > li {
		text-align: center; 
	}
	.footer-follow {
		text-align: center; 
	}
}

/*****************************************************************************/
/******************************* COMPONENTS **********************************/
/*****************************************************************************/

blockquote, .fl-page .fl-content .wp-block-quote {
	padding: 20px; 
	border: 4px solid #eee; 
	border-left: 4px solid #eee; 
	font-size: 1.3em; 
}

.search-results .fl-post-feed-content {
	color: #888; 
}

.fl-post-feed-post {
	padding-bottom: 40px; 
}
.fl-post-feed-post ul {
	padding-left: 0;
}

.blog-sidebar .fl-widget + .fl-widget {
	border-top: 1px solid #ddd; 
	padding-top: 30px; 
}

h2.widgettitle {
	font-size: 21px; 
}

.widget_recent_entries li + li {
	margin-top: 15px; 
}

.widget_recent_entries .post-date {
	display: block; 
	font-size: 13px;
	opacity: 0.5; 
}

.post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
}

.post-sharing {
	text-align: right; 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode { 
	display: inline;
	margin-left: 10px; 
}

.breadcrumbs {
	font-size: 13px; 
	opacity: 0.5; 
}

.fl-post .feat-duo-icon img {
	max-width: 48px; 
	height: auto!important; 
}

.feat-duo-icon .fl-module-content {
	margin-bottom: 0px; 
}


.map-instructions .fl-accordion {
	position: relative; 
}

.map-instructions .fl-accordion-item {
	border: 0px; 
}

.map-instructions .fl-accordion-button {
	background: #FF914C; 
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
}

.map-instructions .fl-accordion-small .fl-accordion-button {
	padding: 15px 24px 13px; 
}

.map-instructions .fl-accordion-small .fl-accordion-item-active .fl-accordion-button {
	background: #d87537; 
}

@media screen and (min-width: 767px) {
		.map-instructions .fl-accordion-small .fl-accordion-button {
		position: absolute;
		top: -90px;
		right: 0;
	}
}

.map-instructions .fl-accordion-button .fl-accordion-button-label {
	color: #fff; 
	text-transform: uppercase; 
	font-weight: 800; 
	font-size: 14px; 
	float: left; 
}
.map-instructions .fl-accordion-button-icon {
	color: #fff; 
}

.map-instructions .fl-accordion-button-icon-left, .map-instructions .fl-accordion-button-icon-right {
	opacity: 1; 
	font-size: 14px; 
}

@media screen and (min-width: 768px) {
	.map-instructions ul {
	  display: grid;
	  grid-gap: 1rem;
	  grid-template-columns: repeat(2, 1fr);
	}
}

.map-instructions ul {
	list-style-type: none; 
	padding: 0px; 
	text-align: left;
}

.map-instructions ul li {
	padding: 15px 20px 5px 40px; 
	position: relative; 
}

.map-instructions ul li::before {
    content: "\e961";
    position: absolute;
	color: #38B6FF; 
	font-size: 26px; 
    left: 0;
    font-family: 'linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.map-instructions .instruction-note {
	display: block; 
	font-size: 16px;
	opacity: 0.8; 
}

.interactive-map-embed .fl-module-content, .interactive-map-embed .fl-row-content-wrap {
	margin: 0px; 
	padding: 0px; 
}

/*****************************************************************************/
/**************************** MAP OVERRIDES **********************************/
/*****************************************************************************/

#map-grid::before {
	background-image: url('/wp-content/themes/bb-theme-child/images/loader.gif');
	background-position: center;
	background-repeat: no-repeat;
}

/* Override Typography Letterspacing */
#map-grid h1,
#map-grid h2,
#map-grid h3,
#map-grid h4,
#map-grid h5,
#map-grid h6 {
	letter-spacing: 0;
}

#map-grid #treemap #tags-resume h3 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -.05rem;
}

#grid-report h1 {
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: -.05rem;
	text-align: left;
}

/* Fix Map Height */
#map-grid #map-container {
	min-height: 0 !important;
}

/* Override the Map Content styles */
#map-grid #grid-content .see-more-container {
	background-color: transparent;
}

.reports-pagination-numbers.text-center {
	margin-top: 20px;
}

.grid-report-body {
	text-align: left;
}

#grid-report h1,
.share-report-link {
	padding: 0;
	background-color: transparent;
}
.share-report-link {
	margin-top: 24px;
}

/* Make filters whole in lines. */
.selected-filters a {
	display: inline-block;
}

.selected-filters a:hover {
	background-color: #d1763e !important;
	text-decoration: none;
}

/* Make Map BG blue */
.leaflet-container {
	background-color: #75cff0;
}


/* Map Percentage tags */
.tag-row {
    display: flex;
    align-items: center;
}

#map-grid #treemap #tags-resume ul li .tag-value .tag-bar {
    left: 0;
    top: 0;
	height: 20px;
    background-color: #5fcaff;
}
#map-grid #treemap #tags-resume ul li .tag-name,
#map-grid #treemap #tags-resume ul li .tag-value .value {
	font-size: 13px;
	font-weight: 600;
	
}

#map-grid #treemap #tags-resume ul li .tag-name {
    float: none;
    width: 40%;
}

#map-grid #treemap #tags-resume ul li .tag-value {
	padding-left: 12px;
	float: none;
    display: flex;
    align-items: center;
    background-color: #c2d4dc;
    border-radius: 50px;
	height: 20px;
	margin-left: 15px;
	position: relative;
	overflow: hidden;
}

#map-grid #treemap #tags-resume ul li .tag-value .value {
	color: black;
}


#grid-report .content-header, #grid-report .content {
    padding-left: 0px;
    padding-right: 0px;
}

.grid-report-body {
    padding: 80px 40px 40px;
}

#grid-report .content-header .type .picto-chat {
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    position: relative;
    margin-right: 12px;
}

#grid-report .content-header .type {
    display: inline-flex;
    align-items: center;
    padding-left: 0px;
    margin-right: 10px;
}

#grid-report .content-header {
    align-items: center;
}

@media only screen and (min-width: 768px) {
	#grid-report .content-header {
		display: flex;
	}
}

#grid-report .content-header > * {
    display: inline-flex;
}

#grid-report .content-header .country,
#grid-report .content-header .tag {
    margin: 0 5px;
}

#grid-report .icon-calendar {
	width: 20px;
    height: 20px;
    background-position: -76px -192px;
}
#grid-report time {
	margin-left: 12px;
}

#grid-report .content {
    padding: 0px;
}

#grid-report .content ul {
    padding: 0;
}


#grid-report .share-report-link fieldset input,
#grid-report .share-report-link fieldset button {
    height: 54px;
    /* display: inline-flex; */
    align-items: center;
}

#grid-report .share-report-link fieldset input {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

    background-color: white;
    color: black;
    border-color: #acc1cc;
    border-right-color: #20acf2;
}

#grid-report .share-report-link fieldset button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

    color: #006192;
    background-color: hsl(200deg 100% 91%);
    border-color: #20acf2;
}

#grid-report .share-report-link fieldset button .fl-button-text {
    background-color: transparent;
    color: inherit;
}

img.leaflet-marker-icon.leaflet-marker-draggable {
	z-index: 100 !important;
}

/*****************************************************************************/
/**************************** CUSTOM POST TYPES ******************************/
/*****************************************************************************/

.proj-meta-label {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #79858F;
	line-height: 16px; 
	display: block; 
}

.pub-meta .fl-module-content {
	margin: 0px 20px; 
}

.cpt-meta {
	font-weight: 700; 
	color: #4A606D; 
}

.cpt-bullet {
	opacity: 0.5; 
	padding: 0px 8px; 
}

.cpt-label-small {
	text-transform: uppercase; 
	font-size: 11px; 
	opacity: 0.6; 
	padding-right: 3px; 
}

.pub-meta-sep .fl-separator {
	border-top: 1px solid #E0E8ED; 
}

.pub-sidebar .fl-col-content {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	background: #EAECF0; 
}

.pub-sidebar .fl-col-content img {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.project-grid .fl-project-status {
	list-style-type: none; 
	margin: 0px;
	width: 100%; 
	padding: 0px; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.project-grid .fl-project-status li {
    padding: 2px 6px;
	float: right; 
	margin: 6px; 
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #E6F4FC;
    font-size: 13px;
    color: #0074c8;
}

.project-grid .fl-post-grid-post {
	border: 0px; 
}

.project-grid .fl-post-grid-post .project-grid-item-main {
	background: rgba(0,0,0,0);
	border: 0px; 
	position: relative; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}

.project-grid .fl-post-grid-post .project-grid-breed {
	font-size: 16px; 
}

.project-grid .project-overlay-link {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.project-grid .fl-post-grid {
	display: flex;
	flex-wrap: wrap;
}

.project-grid .fl-post-column,
.project-grid .fl-post-grid-post,
.project-grid .fl-post-grid-post .project-grid-item-main {
	display: flex;
}

.project-grid .fl-post-grid-post,
.project-grid .fl-post-grid-post .project-grid-item-main {
	height: auto !important;
}

.project-grid .project-grid-overlay {
	position: relative; 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	color: #fff; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	font-size: 15px; 
    padding: 80px 14px 10px;
	width: 100%; 
	height: auto !important;
	background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 55%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 55%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 55%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.project-grid-meta-group {
	border-top: 1px solid rgba(255,255,255,0.15); 
	padding-top: 6px;
	margin-top: 6px; 
	font-size: 13px; 
	font-weight: 700; 
	opacity: 0.7; 
}

.project-grid-meta + .project-grid-meta::before {
	content: '•';
	padding-right: 4px; 
	opacity: 0.5; 
}

.project-grid-meta {
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-weight: 700; 
	font-size: 14px; 
	color: #B2B8C4; 
	padding-bottom: 8px; 
}

.project-grid .fl-post-grid-post .project-grid-overlay-content {
	padding: 10px 10px 20px; 
    -webkit-transition: padding 200ms ease-out;
    -moz-transition: padding 200  ease-out;
    -o-transition: padding 200  ease-out;
    -ms-transition: padding 200ms  ease-out;
    transition: padding 200ms  ease-out;
}

.project-grid .project-grid-overlay h2 {
	padding-bottom: 2px; 
    font-family: "Public Sans",sans-serif;
	font-size: 20px; 
	font-weight: 400; 
	letter-spacing: 0px; 
	text-transform: none; 
	
}
.project-grid .project-grid-overlay h2 a,
.project-grid .project-grid-overlay h2 span {
	font-size: 1em;
}

.project-grid .project-grid-overlay h2, .project-grid .project-grid-overlay a {
	color: #fff; 
}

.project-grid .project-grid-image {
    position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.project-grid .project-grid-image::after {
    display: block;
    content: '';
    padding-bottom: 100%;
}

.project-grid .project-grid-image img {
	width: 100%; 
	height: 100%; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
    left: 0;
    top: 0;
	object-fit: cover; 
	position: absolute; 
}

.project-grid-details {
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	border: 1px solid #E4F0F9; 
	padding: 20px; 
	background: #fff; 
	display: block; 
}

.content-feed h2 {
    font-family: "Public Sans",sans-serif;
	font-size: 20px; 
	font-weight: 400; 
	letter-spacing: 0px; 
	text-transform: none; 
}
.content-feed h2 a,
.content-feed h2 span {
	font-size: 1em;
}

.content-feed .fl-post-feed-post {
	padding-bottom: 40px; 
	margin-bottom: 40px; 
	border-bottom: 1px solid #EAECF0; 
}

.content-feed .feed-item-wrap {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.content-feed .feed-item-wrap .pub-feed-col {
  	grid-column: span 2;
}

.content-feed .feed-item-wrap .pub-feed-col:first-child {
  	grid-column: span 1;
}

.content-feed .fl-post-image {
	position: relative; 
}

.content-feed .fl-post-image:after {
    display: block;
    content: '';
    padding-bottom: 66%;
}

.content-feed .fl-post-text {
	padding: 5px 20px; 
}

.content-feed .fl-post-image img {    width: 100%;
    height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    left: 0;
    top: 0;
    object-fit: cover;
    position: absolute;
}

.fl-post-more-link, .project-grid .project-grid-overlay .fl-post-more-link a {
	text-transform: uppercase; 
	font-weight: 800; 
	font-size: 14px; 
	margin-top: 20px;
	letter-spacing: 1px; 
	color: #FF914C; 
}

.fl-post-more-link i {
	font-size: 18px; 
	padding-left: 12px; 
    top: 2px;
    position: relative;
}

.fl-post-more-link a:hover {
	text-decoration: none; 
}

.data-filters .fl-accordion-item {
	border: 0px; 
	background-color: #ECEEF2; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

.data-filters .fl-accordion-button {
	background: #000; 
	color: #fff; 
}

.data-filters .fl-accordion-button a {
	color: #fff; 
	font-weight: 700; 
}

.data-filters .fl-accordion-content {
	padding: 20px 25px 10px; 
}


.data-filters .fs-label-wrap, .data-filters .fs-dropdown {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	width: 100%; 
}

.data-filters .fs-label-wrap {
	display: inline-block;
	width: auto; 
}

.fs-label-wrap .fs-label {
	background: #D6DCE0; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	color: #4A606D; 
	font-weight: 700; 
	padding: 9px 22px 9px 10px;
}


.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	background: #D6DCE0; 
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	border: 0px; 
	color: #4A606D; 
	font-weight: 700; 
	padding: 8px 22px 8px 12px;
}

.facetwp-facet-search .facetwp-input-wrap {
	display: block; 
	margin-bottom: 30px; 
}



.data-sort {
	text-align: right; 
}

.data-sort select {
    border: 1px solid #0074c8;
    border-radius: 8px;
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 12px;
    font-size: 16px;
    color: #0074ca; 
}

.data-filters .facetwp-facet {
	margin-bottom: 0px; 
}

.facetwp-counter {
    display: none;
}

.facetwp-facet-name_search .facetwp-input-wrap {
	width: 100%; 
}


.facetwp-facet.facetwp-facet-name_search input.facetwp-search {
	min-width: 80px; 
	width: 100%; 
}


.data-filters {
	font-size: 16px; 
}

.data-filters h4 {
}

.data-filters .fs-search {
	display: none; 
}

.data-filters .facetwp-type-fselect .fs-wrap {
	width: 100%; 
	display: block; 
	margin-bottom: 20px; 
}

.data-filters .fs-option[data-value="featured"] {
	display: none; 
}

.data-filters .facetwp-type-fselect .fs-dropdown {
	max-width: 80vw; 
	width: 215px; 
	background-color: #D6DCE0;
    box-shadow: 0px 30px 40px rgba(255,255,255,1);
    -moz-box-shadow: 0px 30px 40px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 30px 40px rgba(255,255,255,1);
}

.oc-filters .facetwp-checkbox {
	line-height: 18px; 
	margin-top: 12px; 
}

.data-filters .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	min-width: 210px;
}

.data-filters h4 {
	margin-bottom: 4px; 
}


.data-filters p {
	display: none; 
}

.data-filters p.display-content {
	display: block; 
}

.data-filters .facetwp-icon {
	right: 6px; 
}

.facet-sort-label {
	text-transform: uppercase; 
	font-size: 12px; 
	letter-spacing: 1px; 
	font-weight: 700; 
	color: #98A6B2; 
}

.fl-page button.facet-reset {
	width: 100%; 
    background-color: #38B6FF;
}


.fl-page button.facet-reset:hover {
    background-color: #1390D9;
}

.gallery .slick-track {
	display: flex;
}


/*****************************************************************************/
/*************************** PERFMATTERS FIXES *******************************/
/*****************************************************************************/

.perfmatters-lazy-youtube div {
    position: static;
}


/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400; 
}

body .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

.gform_wrapper {
    border: 1px solid #ddd;
    padding: 10px 18px 30px 32px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 4px; 
}

.gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-month, 
.gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-year {
	font-size: 1rem;
}

#ui-datepicker-div select {
	background-image: none;
	color: black;
	border: none;
	margin: 0 .25rem;
}
.gform-legacy-datepicker.ui-datepicker:not(.gform-preview-datepicker) .ui-datepicker-header .ui-datepicker-month {
	min-width: 100px;
}

/*****************************************************************************/
/****************************** MEDIA QUERIES ********************************/ 
/*****************************************************************************/

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
}

@media only screen and (min-width: 768px) {
	.hide-md-up {
		display: none !important;
	}

	.larger p {
		font-size: 20px; 
	}
	.larger h2 {
		font-size: 48px; 
	}
	.xlarger p {
		font-size: 25px; 
	}
}


@media only screen and (max-width: 767px) {
	.hide-sm-down {
		display: none !important;
	}

	h1 {font-size: 40px;}
	h2 {font-size: 36px;}
	h3 {font-size: 24px;}
	h4,h5,h6 {font-size: 21px;}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 36px; 
		line-height: 26px; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
}

/******************************* PRINT **********************************/ 

@media print {
	.fl-page-nav-wrap, .fl-page-bar-row, .footer-main, .footer-sub, .fl-page-header-content, .blog-sidebar, .fl-button-wrap, .post-sharing, .footer-cta-bar, #cookie-notice {
		display: none!important; 
	}
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%!important; 
	}
	a[href]:after {
		display: none!important; 
		content: "";
	}
	.banner-title .fl-col-small:nth-of-type(2) {
		display: none!important;
	}
}

.mce-toolbar .mce-btn button, .qt-dfw ,
.mce-toolbar .mce-btn button *{
    background: inherit;
	color: inherit;
}

button.gpfup__delete,
button.gpfup__edit {
    background: inherit;
    color: inherit !important;
    padding: inherit;
    padding: inherit;
    font-size: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-weight: inherit;
}

/******************************* WEATHER STATIONS **********************************/ 

#weather-stations {
    text-align: center;
}

#weather-stations iframe {
    margin: 0 auto 20px;
    display: block;
}

#weather-stations-select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-background-size: 13px 13px;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 16px;
	line-height: 1.5; 

	width: 500px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #bdbdbd;
	background-image: url(/wp-content/themes/bb-theme-child/images/weather-arrow.png);
	margin-bottom: 20px;
	box-shadow: none;
	background-size: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h6 a,
h5 a {
	font-size: inherit;
}

#ui-datepicker-div {
	transform: scale(1.5);
    transform-origin: left top;
}

.facetwp-facet .fs-dropdown .fs-options {
	max-height: none;
}