/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
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 */
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	display: none;
}
.gt_float_switcher .gt_options a {
	font-size: 0px;
}
#gt_float_wrapper {
	right: 0 !important;
	bottom: 8px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 5px !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

#cmplz-document {
	max-width: 1440px !important; 
}

.elementor-shortcode .trp-ls-shortcode-current-language {
	width: 160px !important;
}
.trp-language-switcher > div {
	border: none !important; 
	background-color: transparent !important; 
	padding: 0 !important; 
}
.trp-language-switcher > div > a {
	font-size: 12px; 
}

html {
	background-color: #f1f1f1
}
body {
	background-color: #FFF;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#service-tab .elementor-tab-content p {
	font-weight: 400 !important; 
}
#service-tab .elementor-tab-title {
	padding: 10px !important; 
	font-weight: bold; 
}