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


.prominent-zoekformulier-container form{
	display: flex;
	width: 100%;
	gap: 20px;
}

.prominent-zoekformulier-container select{
	border: none;
	background-color: var(--e-global-color-cfa1f76);color: var(--e-global-color-primary);
}


.single-job .elementor-location-single #main-col .elementor-widget-heading{
	margin-bottom: 10px !important;
}

.recruiter-info-container{
	margin-top: 20px;
}

.recruiter-info-details{
	display: flex;
	gap: 10px
}

.recruiter-image{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50% !important;
}

.recruiter-right{
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.recruiter-name{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.share-buttons{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px
}

.share-buttons a{
	flex-grow: 1;
	text-align: left;
	background-color: #6BC164;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	width: calc(50% - 20px);
}

.share-buttons a i{
	margin-right: 10px;
}


.share-buttons a:hover{
	background-color: var(--e-global-color-332724a);
	color: #fff
}

@media (max-width: 600px) {
	.prominent-zoekformulier-container{
		flex-direction: column;
	}
}