/* 
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 */

.red-txt {
	color: #bd1523;
}

.tabs .tab-title {
	text-align: left; 
}

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

.trp-language-switcher > div {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.trp-language-switcher .trp-ls-shortcode-language {
	display: flex !important;
	height: initial !important;
	overflow: visible !important;
	visibility: visible !important;
	width: initial !important;
}
.trp-language-switcher > div > a {
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.trp-ls-shortcode-current-language {
	display: none !important;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	max-height: initial !important;
	height: initial !important;
	overflow-y: visible !important;
	visibility: visible !important;
	position: static !important;
	left: 0;
	top: 0;
	display: flex !important;
	min-height: initial !important;
}
.trp-language-switcher > div > a:hover {
	background: transparent !important;
	color: #000;
}
.trp-ls-shortcode-disabled-language {
	opacity: .5;
}
.trp-ls-shortcode-disabled-language:hover {
	color: var(--e-global-color-text) !important;
}
.trp-ls-shortcode-language a:first-child:after {
	content: '/';
	margin: 0 10px;
	color: var(--e-global-color-text) !important;
	/* opacity: .5 !important; */
}
.trp_language_switcher_shortcode {
	width: 70px !important; 
	height: auto !important; 
}
.trp-ls-shortcode-language {
	width: 70px !important; 
	height: auto !important;
}
.trp-language-switcher {
	width: 70px !important; 
}

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

#pojo-a11y-toolbar {
	bottom: 0;
	z-index: 999999; 
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 195px;
    bottom: 15px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	position: fixed; 
	bottom: 15px; 
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
	width: 25px; 
}