/*
 Theme Name:   Redel Child
 Theme URI:    http://victorthemes/themes/redel
 Description:  Redel Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     redel
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  redel-child
*/

/* Write Custom CSS */
/* Override global theme button color only for Contact Form 7 */
form.wpcf7 input[type="submit"] {
  background-color: #d29a3e !important;
  color: #003322;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 10px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
}

form.wpcf7 input[type="submit"]:hover {
  background-color: #e8961c !important;
}
