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

.title-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}

.title-dot.dot-color1 {
  background-color: var( --e-global-color-43c5ee9 );
}

.title-dot.dot-color2 {
  background-color: var(--e-global-color-91a41e6);
}

.theme-color1 {
	color: var( --e-global-color-43c5ee9 );
}

.theme-color2 {
	color: var(--e-global-color-91a41e6);
}

.brand-item {
	position: relative;
}

.brand-item:before {
	content: '';
	display: block;
	width: calc( 100% - 20px );
	height: calc( 100% - 20px );
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	border-radius: 14px;
	border: 2px dashed var( --e-global-color-abc7b68 );
	z-index: 2;
	pointer-events: none;
}

.brand-item__image .elementor-widget-container {
	display: flex;
    align-items: center;
    justify-content: center;
}

.rank-math-breadcrumb {
	font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.rank-math-breadcrumb p {
	margin: 0;
	padding: 0;
}

.rank-math-breadcrumb .separator {
	margin: 0 8px;
}

.rank-math-breadcrumb a {
	    color: #fff;
	opacity: 0.6;
}
.rank-math-breadcrumb a:hover {
	opacity: 1;
}