/* 
Theme Name: The Branded Collective Elementor
Description: The Branded Collective Elementor is a child theme of the Hello Elementor theme
Author: The Branded Collective
Author URI: https://thebrandedcollective.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: tbc-elementor
*/

/*
* Accessibility button styling
*/
#pojo-a11y-toolbar {
	top: unset !important;
    bottom: 100px !important;
}

.pojo-a11y-toolbar-toggle {
    bottom: 5%;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	background-color: var(--e-global-color-accent) !important;
}

/*
* Language switcher styling
*/
.gtranslate_wrapper .gt-current-lang {
	display: none;
}

.gtranslate_wrapper a.glink {
	color: #000;
	padding: 5px 20px;
    font-size: 16px;
}

.gtranslate_wrapper .glink[data-gt-lang="en"]:before {
	content: "We speak "
}

.gtranslate_wrapper .glink[data-gt-lang="es"]:before {
	content: "Se habla "
}

.gtranslate_wrapper:not(:has(.glink)) {
	padding: 5px 20px;
}

.gtranslate_wrapper:not(:has(.glink)):after {
    content: 'Language Switcher';
    display: block;
    font-size: 16px;
}