/*
Theme Name: FindAll
Theme URI: http://findall.elated-themes.com
Description: Business Directory Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: findall
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.elementor-select-wrapper .select-caret-down-wrapper{
	display: none!important;
}
select{
	background-image: url(https://fantasticoconplastico.com/wp-content/uploads/2023/06/select-down.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center right 16px!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}
select:focus-visible,textarea:focus-visible{
	border-color:#71DAFF!important;
}

body{
	font-family: 'Poppins'!important;
}