/*
Theme Name:   Landeseiten Design Child
Theme URI:    #
Description:  Child theme for Hello Elementor for Landeseiten Design projects.
Author:       Your Name
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  landeseiten-design-child
*/

/*----------------------------------------------------------------*/
/* Add your custom CSS below this line
/*----------------------------------------------------------------*/

/* .cs-golden-button .elementor-button-link {
background: linear-gradient(to bottom right, #EFD3A7 0%, #BE9371 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #EFD3A7 0%, #BE9371 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #EFD3A7 0%, #BE9371 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #EFD3A7 0%, #BE9371 50%) top right / 50% 50% no-repeat !important;

} */

.cs-golden-button .elementor-button-link {
    background:
    linear-gradient(to bottom right, #EFD3A7 0%, #BE9371 50%) bottom right / calc(50% + 1px) calc(50% + 1px) no-repeat,
    linear-gradient(to bottom left, #EFD3A7 0%, #BE9371 50%) bottom left / calc(50% + 1px) calc(50% + 1px) no-repeat,
    linear-gradient(to top left, #EFD3A7 0%, #BE9371 50%) top left / calc(50% + 1px) calc(50% + 1px) no-repeat,
    linear-gradient(to top right, #EFD3A7 0%, #BE9371 50%) top right / calc(50% + 1px) calc(50% + 1px) no-repeat !important;
}

.cs-golden-button .elementor-button-link {
    background-clip: padding-box;
    transform: translateZ(0); /* forces GPU rendering */
}

.cs-landeseiten-form .gform-field-label br {
	display:block !important;
}