/*
Theme Name: O'Connor - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: oconnor
*/

/* Leaflet map - Contact page */
.leaflet-map .leaflet-pane .leaflet-layer {
  filter: grayscale(100%) contrast(80%) brightness(110%) !important;
}

/* News author */
.listing_meta_author, .post_author, .blog_content .listing_meta {
	display: none;
}

.blog_type5 .blog_content .blogpost_fixed_title {
	margin-top: unset !important;
}

/* Forms */
div.wpcf7-response-output {
	background-color: unset !important;
}

div.wpcf7-response-output::before {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0;
}

.wpcf7 form.failed .wpcf7-response-output {
	color: #dc3232;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

@media (max-width: 576px) {
	/* Funds section - About us page */
	.all-about-funds {
		padding-left: 15px;
		padding-right: 15px;
	}
}