/*
Theme Name: Deerfield WordPress Theme
Theme URI: https://whiterhino.com/
Author: White Rhino
Author URI: https://whiterhino.com/
Description: Custom WordPress theme for Deerfield.
Text Domain: deerfield
*/


@media (min-width:992px) and (max-width:1400px) {
	body.home form.search-form input[type=search], 
	body.home form.search-form input[type=text] {
	    padding-right: 2rem;
	    font-size: .65rem;
		letter-spacing:.05em;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	body.home form.search-form input[type=search], 
	body.home form.search-form input[type=text] {
	    font-size: .7rem;
		letter-spacing:.1em;
	}
}