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

/* General */

.list-item-vacature span.elementor-icon-list-icon {
    position: absolute;
    top: 3px;
}

input::placeholder, textarea::placeholder {
    color: #0e2341!important;
    opacity: 1 !important;
}

/* Cookiebanner */

span#cn-notice-text {
    font-size: 10px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    padding-right: 25px;
}

a#cn-more-info {
    background-color: #f19c7c00!important;
    color: #f19c7c!important;
    border: 1px solid #f19c7c!important;
}

.cookie-notice-container {
    max-width: 97%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0e2341;
    margin: 25px;
    border-radius: 15px;
    padding: 25px;
    text-align: left;
	box-shadow {box-shadow: 0px 0px 10px rgba(0,0,0,.5)}
}

span#cn-notice-buttons {
    margin-left: -10px;
}

.cn-close-icon:before, .cn-close-icon:after {
    background: #fff!important;
}

/* For Fields */
selector .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper):focus, selector .elementor-field-group .elementor-select-wrapper select:focus {
	box-shadow: none;
	border-bottom-color: #f19c7c;
}
selector .elementor-field-textual {
	padding-left: 0;
	padding-right: 0;
}
/* Making checkbox and radio button invisible */
selector input[type="checkbox"], selector input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* For Radio button */
.elementor-field-group-mt_radio > div label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.5em;
	border-radius: 100%;
	vertical-align: -3px;
	border: 2px solid rgba(0,0,0,0.25);
	padding: 0.13em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.elementor-field-group-mt_radio > div label {
	margin-right: 1em;
}
.elementor-field-group-mt_radio > div input:hover + label:before {
	border-color: #f19c7c;
}
.elementor-field-group-mt_radio > div input:checked + label:before {
	background-color: #f19c7c;
	border-color: #f19c7c;
}
/* For Checkbox */
.elementor-field-group-mt_checkbox > div label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.5em;
	vertical-align: -3px;
	border: 2px solid rgba(0,0,0,0.25);
	padding: 0.12em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.elementor-field-group-mt_checkbox > div label {
	margin-right: 1em;
	position: relative;
}
.elementor-field-group-mt_checkbox > div label:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 11px;
	left: 2px;
	position: absolute;
	top: 11px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 6px;
	display: none;
}
.elementor-field-group-mt_checkbox > div input:hover + label:before {
	border-color: #f19c7c;
}
.elementor-field-group-mt_checkbox > div input:checked + label:before {
	border-color: #f19c7c;
	background: #f19c7c;
}
.elementor-field-group-mt_checkbox > div input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 6px;
	height: 11px;
	border-color: #fff;
}
@keyframes check {
 0% {
 height: 0;
 width: 0;
}
 25% {
 height: 0;
 width: 6px;
}
 50% {
 height: 11px;
 width: 6px;
}
}