/*
 Theme Name:   Energium Child
 Description:  Energium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/energium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     energium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  energium-child
*/

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


.page-title-container, .edit-post-visual-editor__post-title-wrapper {
    background: rgb(202,91,129);
    background: linear-gradient(145deg, rgba(202,91,129,1) 0%, rgba(202,91,129,1) 25%, rgba(238,112,84,1) 75%, rgba(238,112,84,1) 100%);
}

button.wpforms-submit {
    background: white !important;
    color: black !important;
    height: auto !important;
}

button.wpforms-submit:hover {
	background: #ed6f56 !important;
	color: white !important;
}