/*
Theme Name: ACF Theme
Theme URI: http://underscores.me/
Author: Lattimore and Friends
Author URI: https://lattimoreandfriends.com
Description: Bespoke theme for Arts & Culture Finance.
Version: 1.0.0
Text Domain: acf-theme
Tags:
*/

.thank-you-form_wrapper.gform_wrapper {
	margin-top: 0;
}
.thank-you-form_wrapper.gform_wrapper ul.gform_fields li.gfield {
	padding-left: 0;
}
.thank-you-form_wrapper.gform_wrapper .gform_body,
.thank-you-form_wrapper.gform_wrapper ul.gform_fields li.gfield:last-child {
	margin-bottom: 0 !important;
}
.thank-you-form_wrapper.gform_wrapper .gform_footer {
	display: none;
}

.thank-you-form__footer button {
	background-color: #E40046;
	color: #fff;
	border-radius: 0;
	border: none;
	font-size: 22px !important;
    font-weight: 400;
    margin-right: 30px;
}
.thank-you-form__footer a {
	font-size: 22px;
    font-weight: 400;
}

.page-section--standard-content a:hover{
	opacity: 1;
	color: #3a2051;
}

.page-header{
	z-index: 100;
}

.page-header__nav{
	top: 80px;
}

@media (max-width: 768px) {
	.page-section__blog{
		margin: 30px 0;
	}

	.page-section__blog .article{
		margin-bottom: 15px;
	}

	.interest__wrapper .article{
		padding: 0;
	}

	.page-section__title--big{
		font-size: 36px;
	}

	.location_listing2{
		margin: 30px 0;
	}

	.wpgmp_filter_wrappers{
		margin: 20px 0;
	}
}

#ccc-icon:focus-visible{
	outline: 5px auto Highlight !important;
	outline: 5px auto -webkit-focus-ring-color !important;
}

.btn:focus-visible{
	outline: 5px auto Highlight !important;
	outline: 5px auto -webkit-focus-ring-color !important;
}

.slider__btn:focus-visible{
	outline: 5px auto Highlight !important;
	outline: 5px auto -webkit-focus-ring-color !important;
}

.checkbox-toggle-input{
	visibility: visible !important;
}

*:focus-visible {
	outline: 5px auto Highlight !important;
	outline: 5px auto -webkit-focus-ring-color !important;
}