/**
 * Theme Name: Vendify - Child
 * Theme URI: https://astoundify.com/
 * Author: Astoundify
 * Author URI: http://astoundify.com
 * Description: Community marketplace theme.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: vendify
*/
/**
 * The parent theme's CSS is automatically included so there is no need
 * to use the @import rule to include the parent theme CSS.
 *
 * Place Custom CSS Below this.
 */

.custom-search--centered .custom-search__icon {
	margin-left: 0;
	margin-top: 0;
	left: 10px;
	top: 10px;
}

.custom-search--centered .form-control-search::placeholder {
	font-size: 1rem;
}

@media only screen and (max-width: 1160px) {
	header.filter {
		margin-top: 12px;
	}	
}
