/*
Theme Name: Whistleblowing
Description: Whistleblowing theme
Author: DigitalPA
Template: avada
Version: 1.0.0
Text Domain:  Avada
*/


.flag > a > span:first-of-type::before {
	margin: 1px 5px 0 0;
	content: ' ';
	display: inline-block;
    width: 18px;
	height: 12px;
}


.flag-de > a > span:first-of-type::before {
    background: url('assets/img/flags.png?v=1') -2px -2px;
}

.flag-en > a > span:first-of-type::before {
    background: url('assets/img/flags.png?v=1') -24px -2px;
}

.flag-es > a > span:first-of-type::before {
    background: url('assets/img/flags.png?v=1') -2px -18px;
}

.flag-it > a > span:first-of-type::before {
    background: url('assets/img/flags.png?v=1') -24px -18px;
}

.intl-tel-input{
    display: block !important;
}