/*
Theme Name: Neoterra
Author: RGB
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 8.1
Version: 0.2.4
Text Domain: neoterra
*/

.wpcf7-display-none{
	display: none;
}

.hide {
	display: none;
}

@media screen and (max-width: 1376px) and (min-width: 1115px) {
	.footerBasic__subscribe-form{
		max-width: 300px;
	}
}

@media screen and (max-width: 1114px) and (min-width: 991px) {
	.footerBasic__subscribe-form{
		max-width: 250px;
	}
}

.posts-container.loading,
.documents-container.loading {
	/*opacity: 0.5;*/
	pointer-events: none;
}

.search-post-types.disabled {
	pointer-events: none;
}

.search-post-types.disabled .radio-label span {
	color: #ddd;
}
