/* 
Theme Name: BCRA
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
--e-global-color-primary: #FF8F0B;
--e-global-color-secondary: #E7E4D5;
--e-global-color-text: #211B19;
--e-global-color-accent: #FEFDF8;

bg #FEF6EF
*/

/*
.bg-full-height {
    background-size: 100% 100% !important;
}
*/

* {
  letter-spacing: -0.05em;
}

h2, h2 span {
  letter-spacing: -9%;
}

.text-blue {
	color: #3AC9C2;
}
.text-orange {
	color: #E55225;
}
.text-orange-lt {
	color: #E55225;
}
.text-yellow {
	color: #FCE01A;
}
.text-blue {
	color: #3AC9C2;
}
.text-orange-tx {
	color: #EB8E0D;
}
.text-orange-lt {
	color: #FFE4C0;
}
.text-black {
	color: #272B2B;
}
.text-white {
	color: #ffffff;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.d-block {
	display: block;
}


.flex-cols ul {
	a {
		padding-inline: 0 !important;
	}
}

.page-id-8 .current-title {
	display: none;
}

.elementor-3 .elementor-toc__header {
    visibility: hidden;
    height: 10px;
    padding: 0;
}

.elementor-element.elementor-element-e586154.elementor-toc--minimized-on-tablet.elementor-widget.elementor-widget-table-of-contents {
    padding: 40px;
}

@media(min-width:480px) {
	.flex-cols ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
