/**
Theme Name: Louisville 2022
Author: Outthink
Author URI: https://outthink.co/
Description: A child theme of astra for Louisville Magazine
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lousiville
Template: astra
*/

/*FONTS*/

 :is(select, #id) { /* #id is there just to increase the specificity of select*/
	height:auto;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exac;
	appearance: none;
	-webkit-appearance: none;
}

.gfield--type-captcha label, .gfield:has(.ginput_recaptcha) label{
	display:none !important;
}
