/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 2.5.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 29 Mar 2022 12:54:26 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* 3 Dots after excerpt - Added June 2022 by Troels */
.elementor-post__excerpt p:after{
content: "...";
}

/*WooCommerce product button - Added June 2022 by Troels*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: var( --e-global-color-d1a9fb5 );
    background-color: var( --e-global-color-6fab453 );
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
}

/*WooCommerce product button with HOVER - Added June 2022 by Troels*/
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var( --e-global-color-6fab453 );
    color: #fff;
}

/*Avoid pink background on hover over search button on Blog page - Added June 2022 by Troels*/
.elementor-kit-4 button, .elementor-kit-4 input[type="button"], .elementor-kit-4 input[type="submit"], .elementor-kit-4 .elementor-button {
    color: var( --e-global-color-text );
    background-color: var( --e-global-color );  
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:#000000;
}
