/* 
Theme Name: RT Buchhaltung Child Theme 
Author URI: https://linkedin.com/in/edris-husein
Author: Edris Husein
Template: hello-elementor
Version: 1.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.gform_button {
    border-radius: 15px 15px 15px 15px !important;
    padding: 13px 35px 13px 35px !important;
}

/* Make Referenzen logo grayscale */
.referenzen-logo img {
    filter: grayscale(100%) brightness(0) invert(1);
}

/* Hide footer cta on Contact and Login pages */
.page-id-220  #footer-cta, .page-id-152 #footer-cta{
	display: none;
}
