/*
Theme Name: Hello Elementor Child
Theme URI: https://www.bubbleup.ca/
Description: Custom child theme created by BubbleUP Marketing
Author: BubbleUP Marketing
Author URI: https://www.bubbleup.ca/
Template: hello-elementor
License: Commercial
Version: 1.0.0
*/

body,
main { overflow-x: hidden; }

.elementor hr {
    border: 1px solid black;
    margin: 2rem 0 1rem !important;
}

.elementor-button {
    position: relative;
    transition: 0s !important;
}

.elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1.1rem solid var(--e-global-color-secondary);
    border-bottom: 1.1rem solid transparent;
    border-top: 1.1rem solid transparent;
    height: 0px;
    width: 0px;
    margin-right: -1.06rem;
}

.elementor-button:hover:after {
    border-left: 1.1rem solid var(--e-global-color-e4d8bdb);
}

.gform_wrapper .gform_footer [type="submit"] {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-e4d8bdb);
    border: none;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
}