/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2022 | 18:49:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media only screen and (min-width:480px) and (max-width:634px) {

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
		max-width:455px;
}	
	
}

#rmp-container-197 {
    min-width: 300px;
}

@media only screen and (max-width:479px) {

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
		max-width:300px;
}	
	
}