/*
 Theme Name:   APPEX Child
 Description:  APPEX Theme
 Author:       Happy Digital
 Author URI:   #
 Template:     appex
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* WPForm btn edit */
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #0f3060 !important; 
    color: #fff !important; 
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #ffab00 !important; 
    color: #fff !important; 
}

/* WPForm lead form */
.wpforms-lead-forms-container .wpforms-form .wpforms-submit, .wpforms-lead-forms-container .wpforms-form .wpforms-page-button:hover {
    background-color: #ffab00 !important; 
    color: #fff !important; 
}
	
.wpforms-lead-forms-progress-bar {
    background-color: #ffab00 !important; 
}

.wpforms-lead-forms-title {
		    font-size: 30px !important;
}

.wpforms-lead-forms-container .wpforms-page-break-title {
	    font-size: 22px !important;
}

.wpforms-error  {
    color: red !important; 
	font-size: 18px !important; 
}