/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1680024010
Updated: 2023-03-28 10:20:10

*/

.elementor-kit-6 a.wp-element-button {
 	background-color: var(--e-global-color-a4c1b83);
 	color: #FFFFFF;
  	padding: 12px 16px;
  	font-weight: 700;
  	border-radius: 2px;
  	text-decoration: none;
	display: inline-block;
    line-height: 1;
    font-size: 15px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.elementor-kit-6 a.wp-element-button:hover {
  background-color: var(--e-global-color-aabbf8b);
  text-decoration: none;
  color: #FFFFFF;
}
.elementor-kit-6 a.wp-element-button:focus {
  background-color: var(--e-global-color-566eb65);
  color: #FFFFFF;
}
.elementor-kit-6 a.wp-element-button:active {
  background-color: var(--e-global-color-566eb65);
  color: #FFFFFF;
}
.page-container {
	padding: 0;
}
body[data-elementor-device-mode=desktop] .page-container {
	width: 80%;
}
body[data-elementor-device-mode=tablet] .page-container {
	width: 100%;
}
/* Get TLC Popup scrollbar fix */
.elementor-6494 .elementor-element.elementor-element-584b891 {
    max-height: 100% !important;
}