﻿/*
Theme Name: Olive Natural Skincare 2022
Theme URI: 
Description: Package redesign for Olive Natural Skincare 2022
Author: Splash Digital
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/*  BUTTONS ----------------------------------------------------------------------*/
.elementor-button,
button[type="submit"],
.site form.wpforms-form div.wpforms-submit-container button[type="submit"].wpforms-submit,
div.mc4wp-form-fields input[type="submit"],
div.afwc_reg_field_wrapper input[type="submit"],
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button{
 /*text-transform: uppercase;*/
 border-radius: 0;
 border: 0;
 padding: 10px 15px 10px 15px;
 letter-spacing: 3px;
 font-size: 36px;
 font-weight: 500;
 line-height: 1em;
}

.elementor-button:hover,
button[type="submit"]:hover,
.site form.wpforms-form div.wpforms-submit-container button[type="submit"].wpforms-submit:hover,
div.mc4wp-form-fields input[type="submit"]:hover,
div.afwc_reg_field_wrapper input[type="submit"]:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover {
    background: #333;
    color: #fff;
}


div.mc4wp-form-fields input:not([type="submit"]):focus,
div.mc4wp-form-fields textarea:focus,
div.afwc_reg_field_wrapper input:not([type="submit"]):focus,
div.afwc_reg_field_wrapper textarea:focus{
    background: #fff;
}

