
/*CSS code.*/

.custom_hide {
	display: none;
}

.custom_string {
	color: #333333;
}

/*.custom_hide_ajax_result .contact-list-ajax-results,*/
.custom_hide_state_select form .contact-list-cat2-sel {
	display: none !important;
	visibility: hidden !important;
}

.custom_hide_ajax_result .contact-list-ajax-results {
	visibility: hidden !important;
	opacity: 0;
	transition: visibility 0s, opacity 0s linear;

	display: none !important;
}

.custom_show_ajax_result .contact-list-ajax-results {
	/*visibility: visible !important;
  	opacity: 1;
  	transition: visibility 3000s, opacity 3s linear;*/

  	animation: cssAnimation 0s 1s forwards;
  	visibility: hidden;
}

@keyframes cssAnimation {
  to   { visibility: visible; }
}

.custom_hide_ajax_result .contact-list-ajax-results span,
.custom_hide_ajax_result .contact-list-ajax-results a {
	color: white;
}

html .hide-for-large .fa.fa-twitter,
html .fab,
html .fa-brands {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
}

html .hide-for-large .fa.fa-twitter:before,
html .fab.fa-twitter:before {
    content: "\e61b";
}