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

/* CTD - Toolbar - E-mail/contact
 * 
 */
.ctd-toolbar-email a:hover {
  color: var(--e-global-color-secondary ) !important;
}

/* CTD - Toolbar - WPML language switch 
 * 
 */
.wpml-ls a {
  margin: 0;
  padding: 0;
	
  font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
  font-size: 0.8rem !important;
  font-weight: 600;
}
.ctd-toolbar-home-wpml .wpml-ls a {
  color: #fff;
}
.ctd-toolbar-home-wpml .wpml-ls a:hover {
  color: var(--e-global-color-primary);
}

/*
 *	CTD - Breadcrumbs
 */
#breadcrumbs span, #breadcrumbs a {
	font-size: 0.85rem;
}
#breadcrumbs a {
	font-weight: normal;
}


/*
 *	CTD - Blog/Vacancies
 */
.category-vacatures .ctd-blog-socials, .category-vacancies .ctd-blog-socials {
	display: none;
}

.category-blog .ctd-vacatures-form {
	display: none;
}

.ctd-vacancies-form-title h2:first-letter {
	text-transform: capitalize;
}
