/*
Theme Name: Anesta Child
Template: anesta
Theme URI: http://anesta.ancorathemes.com/
Description: Anesta is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */




input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

input[type="file"]::before {
  content: 'Choose Image';
  display: inline-block;
  background-color: #af9551; /* Button background color */
  color: #fff; /* Button text color */
  padding: 10px 20px; /* Add padding */
  border-radius: 20px; /* Add border radius */
  cursor: pointer; /* Change cursor to pointer */
}

input[type="file"]:hover::before {
  background-color: #0056b3; /* Change background color on hover */
}
input[type="file"] {
  background-color: #383c43; /* Set background color of the row */
  padding: 10px 20px; /* Add padding */
  border-radius: 5px; /* Add border radius */
}
