/* 
Theme Name: Brain Interchange
Description: A child theme of Hello Elementor
Author: Volker Stegmaier
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

span.elementor-button-text:after, .elementor-slide-button:after {
    content: "→";
    font-family: "Figtree" !important;
    font-size: 130% !important;
    margin-left: 10px;
    padding-left: 10px;
}

.elementor-slide-button:hover {
	color: #fff !important;
}

h1 span, h2 span {
	font-size: 50%;
	vertical-align: super;
}

a.elementor-button.elementor-button-link, .elementor-button {
    margin-left: -5px;
}

* { hyphens: auto;}