/*
 Theme Name:     Divi Child By Mon Ordi Est Lent
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme Customized by Mon Ordi Est Lent
 Version:        1.0.0
 Author:         Elegant Themes & Mon Ordi Est Lent
 Author URI:     https://monordiestlent.com
 Template:       Divi
 License:     GPL2
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: divi-custom-child-101
 Domain Path: /lang

 Divi Custom Child by Mon Ordi Est Lent is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 2 of the License, or
 any later version.

 Divi Custom Child by Mon Ordi Est Lent is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with Divi Custom Child by Mon Ordi Est Lent. If not, see https://www.gnu.org/licenses/gpl-2.0.html.
*/


/* =Theme customization starts here
------------------------------------------------------- */

.wpforms-head-container .wpforms-title {
    font-size: 35px !important;
    line-height: 40px !important;
    letter-spacing: 1.575px !important;
    margin: 20px 0 30px !important;
    color: var(--primaryDark) !important;
}

.wpforms-head-container {
    padding: 0 !important;
}

div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.custom-button {
    background-color: var(--primaryDark) !important;
    transition: background-color 500ms ease 0ms;
}

.invert-custom-button:hover {
    background: unset !important;
    background-color: var(--primaryDark) !important;
    color: var(--secondary) !important;
}

.invert-custom-button {
    color: var(--white) !important;
    background-color: var(--secondary) !important;
    transition: background-color 500ms ease 0ms;
}

div.wpforms-container-full input[type="submit"]:hover,
div.wpforms-container-full input[type="submit"]:active,
div.wpforms-container-full button[type="submit"]:hover,
div.wpforms-container-full button[type="submit"]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type="submit"]:hover,
.wp-core-ui div.wpforms-container-full input[type="submit"]:active,
.wp-core-ui div.wpforms-container-full button[type="submit"]:hover,
.wp-core-ui div.wpforms-container-full button[type="submit"]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active,
.custom-button:hover {
    background: unset !important;
    background-color: var(--secondary) !important;
    color: var(--white);
}

.custom-button,
.invert-custom-button {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border-style: none !important;
    box-shadow: none;
    color: var(--primary);
    padding: 12px 15px !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: var(--primary) !important;
    background-image: none;
}

.et-social-linkedin a.icon::before {
    content: "\e09d";

}