/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Lifest
 * Theme URI: https://lifestwp.websitelayout.net/
 * Author: Website Layout
 * Author URI: https://www.websitelayout.net/
 * Description: Insurance Agency WordPress Theme
 * Version: 1.5
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: lifest
 * Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 * Tested up to: 6.7
 * Requires PHP: 7.4
 * Lifest is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 *
 * ----------------------------------------------------------------------------------- */
 
#gform_submit_button_1:before, #gform_submit_button_2:before, #gform_submit_button_3:before{position: absolute;
    content: '';
    left: 89%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
    background: #0075c9;
}

*, ::after, ::before {
    box-sizing: border-box;}


#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3{color: #fff;
    background-color: #2f95d2;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 30px !important;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    border: none;}