
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.pill {
	display: inline-block;
	background: #f0f0f0;
	color: #333;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pill-marketing {
	background: #f5e2ff;
	color: #6c1f99;
}

.pill-marketing a {
	color: #691398;
}

.pill-artificial-intelligence {
	background: #deebfd;
}

.pill-artificial-intelligence a {
	color: #253d5c;
}

.pill-business-development {
	background: #fbe4cf;
	color: #996d1f;
}

.pill-business-development a {
	color: #ff820e;
}

.yoast-breadcrumb .elementor-shortcode span span a {
	color: #8b8b8b;
}

.yoast-breadcrumb .elementor-shortcode span span {
	padding: 0 10px;
}

.yoast-breadcrumb .elementor-shortcode span span:first-child {
	padding-left: 0;
}

.feature-box > .elementor-widget:empty {
	display: none;
}

.feature-box:has(.elementor-widget:empty):not(:has(.elementor-widget:not(:empty))) {
	display: none;
}

/************ allow video & maps to resize  **************/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.below-footer a, .elementor-kit-3203 .below-footer a {
	color: #3d3d3d;
}

.below-footer a:hover, .elementor-kit-3203 .below-footer a:hover {
	color: #ff820e;
}
