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

/*
 * Teleson - Keyword highlighting and links
 */
.teleson-text-keyword {
	color: #31e0b3;
}
a.teleson-text-keyword, body.single-post div.elementor-location-single a {
	font-weight: 500;
	color: #31e0b3;
}
a.teleson-text-keyword:hover, body.single-post div.elementor-location-single a:hover{
	font-weight: 500;
	color: #24B791;
}

a.teleson-text-keyword-dark {
	font-weight: 500;
	color: #193B3D;
}
a.teleson-text-keyword-dark:hover {
	font-weight: 500;
	color: #132E2F;
}

/*
 * Teleson - Blog list styling
 */
body.single-post div.elementor-location-single li {
	margin-top: 10px;
}

/*
 * Teleson - Breadcrumbs 
 */
.breadcrumb_last {
    font-weight: bold;
}

/*
 * Teleson - IconBox hover fix (Elementor)
 */ 
.elementor-widget-icon-box .elementor-icon-box-title a:hover {
	color: #31E0B3 !important;
}

/*
 * Teleson - Loop Item hide link if not PDP
 */ 
.teleson-category-loop-item-hide .teleson-category-loop-item-readmore a {
	display: none;
}
.teleson-category-loop-item-hide a {
	cursor: default;
}
