/*
Theme Name: salient_child
Theme URI: http://www.issaquahhighlands.com/;
Description: Salient Child Theme
Author: Outsource Marketing
Author URI: http://www.issaquahhighlands.com/
Template: salient
Version: 1.0
Text Domain: salient-child;
*/

/* Colors Palette */

:root {
	--theme-color-accent:  #425832;
	--theme-color-extra-1: #212e1c;
	--theme-color-extra-2: #a49b34;
	--theme-color-extra-3: #afdcc8;
}


/*General Styles*/

p a, ul li a {
text-decoration: underline;
}

@media only screen and (max-width: 690px) {
	.hide-mobile {
		display: none;
	}
}

.hide-all {
	display: none;
}

p a.nectar-button {
	text-decoration: none !important;
}

i.icon-normal {
	background-color: transparent !important;
}

.full-width {
	/* break container bounds to fill window width */
	width: 100vw;
	margin-left: calc((100vw - 100%) / 2 * -1);
}


/*FOOTER*/

div#slide-out-widget-area {
	display: none;
}
/* Weird, full list navigation menu was displaying at the bottom of the website on both desktop and mobile. I am hiding, does not seem to affect the website or mobile menu. */


/*! Recent Posts Module */

@media (min-width: 690px) {
	.blog-recent[data-style=default] .col.span_3 {
		width: 24.625%;
		margin-right: 0.5%;
	}
}

.blog-recent[data-style=default] .col img {
	width:  100%;
	height: 150px;
	margin-bottom: 1.5em;
	object-fit: cover;
}

.blog-recent[data-style=default] .col .post-header,
.blog-recent[data-style=default] .col .excerpt {
	padding: 0 10px;
}

.blog-recent[data-style=default] .col .post-header {
	margin-bottom: 1em;
}
.blog-recent[data-style=default] .col .post-header h3 {
	font-size: 32px;
	line-height: 1.25;
}
.blog-recent[data-style=default] .col .post-header .meta-author,
.blog-recent[data-style=default] .col .post-header .meta-category,
.blog-recent[data-style=default] .col .post-header .meta-comment-count {
	display: none;
}

.blog-recent[data-style=default] .col .excerpt {
	line-height: 1.8;
}

.blog-recent[data-style=default] .more-link {
	font-weight: bold;
	text-decoration: underline;
	color: #425832;
	cursor: pointer;
}
.blog-recent[data-style=default] .more-link:hover,
.blog-recent[data-style=default] .more-link:focus {
	color: #212e1c;
}


/*! Toggles */

.toggles .toggle > h3 {
	position: relative;
}

/* Copy Links (JS) */

.toggle .js-copy-link {
	display: none;
	position: absolute;
	top:  50%;
	left: -2em;
	width: 2em;
	padding: 0.5em;
	margin-top: -1em;
	font-size: 0.75em;
	background: transparent;
	border: none;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s ease;
}
.toggle h3:hover .js-copy-link {
	display: block;
}
.toggle .js-copy-link:hover {
	color: #425832;
	opacity: 1;
}

.toggle .js-copy-link::before {
	content: '\f0c1';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.toggle .js-copy-link .message:not(:empty) {
	margin-left: 0.5em;
	padding: 0.25em 0.5em;
	color:       #fff;
	background: #212e1c;
	border-radius: 0.25em;
}


/*! - Minimal */

.toggles[data-style=minimal] {
	margin-top: 24px;
}

.toggles[data-style=minimal] .toggle:first-child {
	border-top: 2px solid rgba(0,0,0,.08);
}

.toggles[data-style=minimal] .toggle > h3 a {
	padding: 15px 30px 15px 0;
	font-family: sofia-pro;
	font-size: 20px;
	font-weight: bold;
	color: #212e1c;
}

.toggles[data-style=minimal] .toggle > h3 i,
.toggles[data-style=minimal] .toggle:hover > h3 i,
.toggles[data-style=minimal] .toggle.open > h3 i {
	border-color: transparent;
}
.toggles[data-style=minimal] .toggle > h3 i::before,
.toggles[data-style=minimal] .toggle > h3 i::after {
	background-color: #212e1c;
}
.toggles[data-style=minimal] .toggle > h3 i::before {
	height: 4px;
	margin-top: -3px;
}
.toggles[data-style=minimal] .toggle > h3 i::after {
	width: 4px;
	margin-left: -3px;
}

.toggles[data-style=minimal] .toggle[data-inner-wrap=true] > div .inner-toggle-wrap {
	padding-top: 20px;
}

@media (min-width: 783px) {
	.toggles[data-style=minimal] .toggle {
		margin-left: -20px;
		padding-left: 20px;
	}
}


/*! Table of Contents module [custom] */

.ihca-toc ul.toc-list {
	margin: 0;
}

.ihca-toc ul.toc-list li {
	margin-bottom: 1.5em;
	line-height: 1.4;
	list-style: none;
}

.ihca-toc ul.toc-list a {
	text-decoration: none;
	color: #212e1c;
}
.ihca-toc ul.toc-list a:hover,
.ihca-toc ul.toc-list a:focus {
	color: #425832;
}


/*! Business Directory Plugin */

/*! - Thickbox */

body.business-directory #TB_caption {
	width: 100%;
	padding-right: 50px;
}
body.business-directory #TB_closeWindow {
	position: absolute;
	right: 0;
	padding-top: 11px;
}


/*! - Categories List */

body .wpbdp-categories {
	margin:  0;
	padding: 0;
}

.wpbdp-categories .cat-item {
	margin: 0 0 1.25em;
	line-height: 1.4;
	list-style: none;
}

.wpbdp-categories .cat-item a {
	text-decoration: none;
	color: #212e1c;
}
.wpbdp-categories .cat-item a:hover,
.wpbdp-categories .cat-item a:focus {
	color: #425832;
}

/*! -- Small Variant (2 column) */

.wpbdp-categories-small .cat-item:nth-child(2n+1) {
	padding-right: 1em;
}


/*! - Main/Search Bar */

.wpbdp-main-box {
	margin: 0 0 1em;
	line-height: normal;
}

body .wpbdp-main-box .submit-btn input[type="submit"] {
	padding-top:    12px !important;
	padding-bottom: 12px !important;
}


/*! - Sort Options */

.wpbdp-listings-sort-options {
	margin: 1em 0 1em;
}

.wpbdp-listings-sort-options label {
	font-weight: bold;
}

.wpbdp-listings-sort-options select {
	margin: 0;
}


/*! - Listings */

body .wpbdp-listings-list {
	grid-gap: 40px 3%;
}
@media (min-width: 480px) and (max-width: 710px) {
	body .wpbdp-listing.excerpt {
		grid-column: span 6 !important;
	}
}
@media (min-width: 711px) {
	body .wpbdp-listing.excerpt {
		grid-column: span 4;
	}
}

.wpbdp-listing.excerpt {
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
	background: #fff;
	border-bottom-left-radius:  10px;
	border-bottom-right-radius: 10px;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.wpbdp-listing.excerpt:hover {
	box-shadow: -1px 2px 6px rgba(0, 0, 0, 0.2);
}

.wpbdp-listing.excerpt .listing-thumbnail {
	position: relative;
	float: none;
	width:  auto;
	padding: 0 0 75%;  /* 4:3 image ratio */
	margin: 0 0 1em;
}
.wpbdp-listing.excerpt .listing-thumbnail img {
	object-fit: scale-down;
	position: absolute;
	top:  0;
	left: 0;
	width:  100%;
	height: 100%;
	max-width: 100%;
}
.ihca-directory-listings[data-thumb-style="cover"] .wpbdp-listing.excerpt .listing-thumbnail {
	margin: -10px -10px 1.5em;
}
.ihca-directory-listings[data-thumb-style="cover"] .wpbdp-listing.excerpt .listing-thumbnail img {
	object-fit: cover;
}

.wpbdp-listing.excerpt .listing-title {
	flex: 1;
	margin: 0;
	border: none;
}
.wpbdp-listing.excerpt .listing-title h3 {
	margin: 0 0 0.25em;
	font-family: sofia-pro;
	line-height: 1.1;
}

.wpbdp-listing.excerpt .listing-details {
	margin: 0;
}
.wpbdp-listing.excerpt .listing-details a {
	text-decoration: underline;
	font-weight: bold;
}

.wpbdp-listing.excerpt .full-link {
	position: absolute;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
}

.wpbdp-listing.excerpt .listing-actions {
	position: relative;  /* keep above .full-link */
}

.wpbdp-listing .listing-actions {
	text-align: right;
}

.wpbdp-listing-single .listing-title {
	display: block;
}

/* - Pagination */

.wpbdp-pagination .prev a,
.wpbdp-pagination .next a {
	display: inline-block;
	padding: 0.6em 1.8em 0.8em;
	line-height: 1.1;
	color: #fff;
	background: #afdcc8;
	border-radius: 10em;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.wpbdp-pagination .prev a:hover,
.wpbdp-pagination .prev a:focus,
.wpbdp-pagination .next a:hover,
.wpbdp-pagination .next a:focus {
	opacity: 0.85;
}


/*! - Single Listing */

body.single-wpbdp_listing .container-wrap {
	padding-bottom: 0;
}

.wpbdp-listing.single .listing-actions .wpbdp-button {
	padding: 0;
	font-size: 1em;
}

.wpbdp-listing.single .listing-columns {
	display: flex;
	flex-wrap: wrap;
}
.wpbdp-listing.single .listing-columns > div {
	float: none;
	width: 100%;
	margin:  0 auto 60px;
	padding: 0;
	max-width: 100%;
}
@media (min-width: 1000px) {
	.wpbdp-listing.single .listing-columns {
		margin: 0 -30px;
	}
	.wpbdp-listing.single .listing-columns > div {
		width: 50%;
		padding: 0 30px;
	}
}

.wpbdp-listing.single .main-image a {
	position: static !important;
}

.wpbdp-listing.single .listing-thumbnail {
	position: relative;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0 0 67%;  /* portfolio images aspect ratio */
	background: #fff;
}
.wpbdp-listing.single .listing-thumbnail a {
	position: static !important;
}
.wpbdp-listing.single .listing-thumbnail img {
	position: absolute;
	object-fit: scale-down;
	top:    0;
	left:   0;
	width:  100%;
	height: 100%;
	max-width: 100%;
	border: none;
}

.wpbdp-listing.single .extra-images {
	margin: 20px auto 0;
}
.wpbdp-listing.single .extra-images ul {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 -3px;
}
.wpbdp-listing.single .extra-images li {
	position: relative;
	flex: 0 1 50%;
	margin: 0 0 6px;
	padding: 0 3px;
}
.wpbdp-listing.single .extra-images a {
	display: block;
	position: relative !important;
	width:  100%;
	padding: 0 0 67%;
}
.wpbdp-listing.single .extra-images img {
	position: absolute;
	object-fit: cover;
	top:  0;
	left: 0;
	width:  100%;
	height: 100%;
	max-width: 100%;
	border: none;
}
@media (min-width: 691px) {
	.wpbdp-listing.single .extra-images li {
		flex: 0 1 33.33%;
	}
}

.wpbdp-listing.single .listing-title {
	margin: 0 0 0.5em;
	font-size: 1em;
	border: none;
}
.wpbdp-listing.single .listing-title h1 {
	margin: 0;
	font-size: 32px !important;  /* h3 */
	line-height: 1.25 !important;
}

.wpbdp-listing.single .fields {
	margin: 1em 0;
}
.wpbdp-listing.single .fields dt {
	font-weight: bold;
}
.wpbdp-listing.single .fields dd {
	margin: 0 0 1em;
	padding: 0;
}

.wpbdp-listing.single .wpbdp-field {
	margin: 0 0 1em;
}
.wpbdp-listing.single .field-label {
	display: block;
	color: inherit;
}

.wpbdp-listing.single .listing-map {
	position: relative;
	height: 400px;
}
.wpbdp-listing.single .listing-map .map-embed {
	position: absolute;
	top:  0;
	left: 0;
	width:  100%;
	height: 100%;
}


/*! The Events Calendar plugin */

/*! - Custom Events List module */

.ihca-events-list .events {
	display: flex;
	flex-wrap: wrap;
}

.ihca-events-list .event-card {
	display: flex;
	flex-direction: column;
	flex: 0 1 50%;
	margin: 0 0 40px;
	padding: 20px 10px 30px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: -2px 2px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1000px) {
	.ihca-events-list .events {
		margin: 0 -1.5%;
	}

	.ihca-events-list .event-card {
		flex-basis: 30.33%;
		margin-left:  1.5%;
		margin-right: 1.5%;
	}
}

.ihca-events-list .event-date {
	font-size: 0.8em;  /* 16px */
	color: #9f9f9f;
}

.ihca-events-list .event-image {
	position: relative;
	margin: 0 auto 1.5em;
	padding-bottom: 52.47%;
}
.ihca-events-list .event-image img {
	position: absolute;
	top:  0;
	left: 0;
	width:  100%;
	height: 100%;
	max-width: 100%;
	object-fit: scale-down;
}

.ihca-events-list .event-card .event-title {
	margin: 0 0 0.5em;
}

.ihca-events-list .card-body {
	flex: 1;
}

.ihca-events-list .event-excerpt {
	padding: 0 40px;
	font-size: 0.8em;  /* 16px */
	line-height: 1.8;
}
.ihca-events-list .event-excerpt p {
	font-size: inherit;
	line-height: inherit;
}

.ihca-events-list .more-link {
	margin: 1em 0 0;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}


/*Highlands Day*/

/*.page-id-27910 div.container-wrap {
	background-color: #FFFDEE;
}*/

.page-id-27910 a {
	color: #23b7d9 !important;
}

.page-id-27910 p a, .page-id-27918 p a, .page-id-27918 ul li a {
	color: #23b7d9 !important;
}

.page-id-27910 .iwithtext .iwt-icon img {
    width: 150px !important;
}

.page-id-27910 .iwithtext .iwt-text {
	padding-left: 160px;
	padding-top: 55px;
}

div.iwt-text .sponsor-title {
	padding-bottom: 50px;
}

/*.page-id-20034 .iwithtext .iwt-icon img, .page-id-20020 .iwithtext .iwt-icon img {
    width: 60px !important;
}

.page-id-20034 .iwithtext .iwt-text, .page-id-20020 .iwithtext .iwt-text {
	padding-left: 70px;
}*/

 .page-id-27910 a.nectar-button.medium {
 	width: 100% !important;
 	text-align: center;
 }

  .page-id-27910 div.main-content h2 {
  	color: #23b7d9 !important;
  }

 .page-id-27910 div.divider-border, .page-id-27918 div.divider-border {
 	background: #ededed !important;
 	margin-top: 15px !important;
 	margin-bottom: 25px !important;
 }

/*Text Separator Not Responsive Fix*/

@media only screen and (max-width: 690px){
   .vc_separator.vc_separator_align_left h4 {white-space: normal;}
.vc_separator .vc_sep_holder {width: 5% !important;}
	}

/*Transit Options Icons*/
.page-id-20319 .iwithtext .iwt-icon img {
    width: 60px !important;
}

.page-id-20319 .iwithtext .iwt-text {
	padding-left: 70px;
}

/*Test Homepage Changes--OLD*/
.page-id-20455 div#tribe-events-adv-list-widget-3 h4, .page-id-20455 div#recent-posts-extra-4 h4 {
	display: none;
}

.page-id-20455 div#tribe-events-adv-list-widget-3 div.list-date {
	display: none;
}

.page-id-20455 div.container-wrap {
	padding-bottom: 0px;
}

.full-buttons a.nectar-button.large {
	width: 90%;
	text-align: center;
}

/*Test Homepage Changes--NEW*/
.page-id-21289 div#sidebar:nth-of-type(1) h4, .page-id-21289 div#sidebar:nth-of-type(2) h4 {
	display: none;
}

.page-id-21289 div.widget-column {
	padding-right: 30px;
}

.green-links a {
	color: #395e30;
}

.page-id-21289 a.nectar-button {
	font-size: 16px;
}

.wpb_text_column > .wpb_wrapper > *:last-child {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.wpb_row .span_12 > .col.padding-1-percent {
		padding: 0px !important;
	}
}

@media only screen and (max-width: 690px) {
	body .vc_row-fluid .wpb_column {
		margin-bottom: 0px;
	}
	div.facebook-feed {
		margin-top: 50px;
	}
	div.mobile-hide {
		display: none;
	}
}

.entire-slide-link {
	right: 25px;
}

.page-id-21289 div#sidebar div.efbl-like-box img.efbl-loader {
	display: none;
}

/*NAVIGATION*/
ul.sf-menu li ul.sub-menu li a:hover {
	color: #ffffff !important;
}

/*PARKS PAGE*/
div.library-gallery div#portfolio div.element div.work-meta h4.title {
	line-height: 30px !important;
}

/*IHCA PAGES*/

@media all and (max-width: 1000px){
	div.breadcrumb-container {
		display: none;
	}
	div#ihca-sidebar {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	img.hide-mobile {
		display: none;
	}
}

#sidebar > div {
	margin-bottom: 0px;
}


/*HIGHLANDS COUNCIL PAGES*/
@media all and (max-width: 1000px){
	div.breadcrumb-container {
		display: none;
	}
	div#hc-sidebar {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	img.hide-mobile {
		display: none;
	}
}

div.toggles div.toggle.default h3 a {
	line-height: 1.4em !important;
}

/*EVENTS*/
#tribe-events-content a {
	text-decoration: underline;
}


/*TRAFFIC SAFETY PAGE*/
.page-id-26712 form.traffic-form input#gform_submit_button_27 {
	background-color: #353894!important;
}

/*IHCA PDF Webpages*/
.page-id-29339 ol li a {
	text-decoration: underline !important;
}

.page-id-29339 .main-content ol.numbered-list li {
	list-style-type: decimal !important;
}

.page-id-29339 div.col.span_6 + br {
	display: none !important;
}

.page-id-29339 .main-content ol li {
	list-style-type: upper-alpha !important;
}

.page-id-29339 .main-content ol li ol li {
	list-style-type: decimal !important;
}

.page-id-29339 .main-content ol li ol li ol li {
	list-style-type: lower-alpha !important;
}

.page-id-29339 .main-content ul li ul li {
	list-style-type: circle !important;
}

.page-id-29339 .main-content ol li ul li {
	list-style-type: disc !important;
}

.page-id-30287 div.toc1 ol li ol li {
	list-style-type: lower-alpha !important;
}

.page-id-30287 div.toc2 ol {
	margin-bottom: 0px !important;
	margin-left: 60px !important;
}

.page-id-30287 div.toc2 ol li {
	list-style-type: lower-alpha !important;
}

.page-id-30287 div.toc2 ul#double-letters {
	margin-left: 30px;
	margin-bottom: 30px;
}

.page-id-30287 div.toc2 ul li {
	list-style-type: none !important;
}

.page-id-30287 div.toc3 ul {
	margin-bottom: 0px !important;
	margin-left: 30px;
}

.page-id-30287 div.toc3 ul li {
	list-style-type: none !important;
}

.page-id-30287 div.toc3 ol li ol {
	margin-bottom: 0px !important;
}

.page-id-30287 div.toc3 ol li ol li {
	list-style-type: upper-alpha;
}

.page-id-30287 ol li a {
	text-decoration: underline;
}

/*LUNAR NEW YEAR WEB PAGE*/
.page-id-38311 .container-wrap {
    background-color: #FEF7E7 !important;
}


.page-id-38311 a {
	color: #b41d22;
}


/*TOP ALERT BAR MESSAGE*/
nav div.nectar-center-text a {
	color: red !important;
	text-decoration: underline;
}

nav div.nectar-center-text a:hover {
	text-decoration: none;
}

/*GET INVOLVED*/
.page-id-36366 div.toggles div.toggle.extra-color-1 {
	background-color: red;
}

.page-id-36366 div.toggles div.toggle.extra-color-1 h3 a{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.page-id-36366 div.toggles div.toggle.extra-color-1 h3 a i::before {
	color: #ffffff;
}

.page-id-36366 div.toggles div.toggle.extra-color-1 p.needs {
	padding-bottom: 10px;
}

/*BUSINESS DIRECTORY*/
/* .page-id-40927 div.wpbdp-main-box {
    margin: 10px 0px 10px 0px;
}

.page-id-40927 div.box-col.submit-btn input {
    text-transform: uppercase !important;
}

.page-id-40927 div.wpbdp-main-links-container {
    display: none;
} */

/*.page-id-40927 input#wpbdp-bar-show-directory-button {
    text-transform: uppercase !important;
    background-color: #395E30 !important;
}*/

/*.page-id-40927 input#wpbdp-bar-show-directory-button[type=button]:hover {
    opacity: 0.85 !important;
}*/

/* .page-id-40927 div#wpbdp-categories ul li.cat-item {
    margin: 0 0 10px !important;
}

.page-id-40927 div.listing-title {
    border-bottom-color: #444444 !important;
}

.page-id-40927 div.wpbdp-listing div.listing-details a:not(.wpbdp-button) {
    color: #395E30 !important;
    text-decoration: underline !important;
}

.page-id-40927 div.wpbdp-listing div.listing-details a:not(.wpbdp-button):hover {
    text-decoration: none !important;
}

.page-id-40927 div.listing-title a {
    color: #395E30 !important;
}

.page-id-40927 div.wpbdp-listing-excerpt.odd {
    background: none !important;
}

.page-id-40927 div.wpbdp-listing-excerpt {
    border-bottom: none !important;
}

.page-id-40927 div.excerpt-content a {
    border-bottom: none !important;
}

.page-id-40927 div.wpbdp-pagination span a {
    background-color: #395E30 !important;
    padding: 10px 17px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
}

.page-id-40927 div.wpbdp-pagination span a:hover {
    opacity: 0.85 !important;
} */


/*BUSINESS DIRECTORY SINGLE LISTINGS*/
div.wpbdp-listing-single div.listing-title h2 {
    color: #395E30 !important;
}

div.wpbdp-listing-single div.listing-title {
    border-bottom: 1px solid #444444;
}

div.wpbdp-listing-single div.listing-actions input {
    text-transform: uppercase;
}

div.wpbdp-listing-single div.listing-actions input.delete-listing {
    color: #ffffff !important;
}

div.wpbdp-listing-single div.listing-details.cf a:not(.wpbdp-button) {
    border-bottom: none;
    color: #395E30 !important;
    text-decoration: underline;
}

div.wpbdp-listing-single div.listing-details.cf a:not(.wpbdp-button):hover {
    text-decoration: none;
}

div.wpbdp-listing-single div.listing-thumbnail a.thickbox {
    border-bottom: none;
}

div.wpbdp-listing-single div.listing-actions input.back-to-dir {
    background-color: #395E30;
    padding: 15px 22px;
}

div.wpbdp-listing-single div.listing-actions input.back-to-dir[type=button]:hover{
    opacity: 0.85 !important
}

div.wpbdp-listing-single p a {
    color: #395E30 !important;
    border-bottom: none !important;
    text-decoration: underline !important;
}

div.wpbdp-listing-single p a:hover {
    text-decoration:none !important;
}

/*BUSINESS DIRECTORY SUBMIT LISTING*/
.page-id-41440 form h3 {
    display: none !important;
}

.page-id-41440 form div.wpbdp-msg.tip {
    background: #e7e7e7 !important;
}

.page-id-41440 form div.wpbdp-submit-listing-section-header {
    background: #395E30 !important;
}

.page-id-41440 form div.wpbdp-submit-listing-section-header span.title {
    color: #ffffff;
}

.page-id-41440 form div.wpbdp-submit-listing-section-header span.collapse-indicator {
    color: #ffffff;
}

/*BUSINESS DIRECTORY CATEGORY PAGES*/
/*
body.tax-wpbdp_category div.wpbdp-listing div.listing-title a {
    color: #395E30 !important;
}

body.tax-wpbdp_category div.box-col.submit-btn input {
    text-transform: uppercase !important;
}

body.tax-wpbdp_category input#wpbdp-bar-show-directory-button {
    text-transform: uppercase !important;
    background-color: #395E30 !important;
}

body.tax-wpbdp_category input#wpbdp-bar-show-directory-button[type=button]:hover {
    opacity: 0.85 !important;
}

body.tax-wpbdp_category div.listing-title {
    border-bottom-color: #444444 !important;
}

body.tax-wpbdp_category div.wpbdp-listing div.listing-details a:not(.wpbdp-button) {
    color: #395E30 !important;
    text-decoration: underline !important;
}

body.tax-wpbdp_category div.wpbdp-listing div.listing-details a:not(.wpbdp-button):hover {
    text-decoration: none !important;
}

body.tax-wpbdp_category div.listing-title a {
    color: #395E30 !important;
}

body.tax-wpbdp_category div.wpbdp-listing-excerpt.odd {
    background: none !important;
}

body.tax-wpbdp_category div.wpbdp-listing-excerpt {
    border-bottom: none !important;
}

body.tax-wpbdp_category div.excerpt-content a {
    border-bottom: none !important;
}
*/

/*BUSINESS DIRECTORY EDIT LOGIN PAGE*/
body.wpbdp-view-login div#wpbdp-login-form {
    display: none;
}

body.wpbdp-view-login div.wpbdp-msg {
    display: none;
}

body.wpbdp-view-login p input[type=submit] {
    text-transform: uppercase;
}

/*CROSS-CULTURAL COMMITTEE PAGE*/
/* Grid style */
.page-id-43756 .display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.page-id-43756 .display-posts-listing.grid .title {
	display: block;
}

.page-id-43756 .display-posts-listing.grid img {
	display: block;
	max-width: 100%;
	height: auto;
}

.page-id-43756 .display-posts-listing.grid div.listing-item {
	border: 1px solid black;
	padding: 10px;
}

@media (min-width: 600px) {
	.page-id-43756 .display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.page-id-43756 .display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

/*TEST Homepage 2021*/
.page-id-46880 div#home-hero h1 {
	text-shadow: 2px 2px 4px #000;
}

.page-id-46880 div#home-hero p {
	text-shadow: 2px 2px 4px #000;
}

.page-id-46880 a.nectar-button.full-width-button {
	width: 100%;
	padding: 15px 40px;
}

.page-id-46880 .nectar_icon_wrap[data-padding="20px"] .nectar_icon {
	padding: 0px;
}

div#homepage-events div.tribe-events-c-top-bar {
	display: none;;
}

div#homepage-events div.tribe-common-l-container {
	padding: 0px;
}

div#homepage-events div.tribe-events-l-container{
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 200px;
}

div#homepage-events article {
	width: 25%;
}

div#homepage-events nav.tribe-events-pro-photo-nav.tribe-events-c-nav {
	display: none;
}

div#homepage-events div.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
	display: none;
}

/*Homepage Blog TEST*/
div#homepage-blog div.blog-recent span.meta-category {
	display: none;
}

div#homepage-blog div.blog-recent div.article-content-wrap {
	padding: 3%;
}

div#homepage-blog div.blog-recent div.article-content-wrap div.post-header h3.title {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'bookmania';
}

.post-type-archive-tribe_events .tribe-events-tooltip-theme {
  display: none !important;
}
