/*
* Theme Name: Likarska
* Author: SPWeb
* Author URI: https://spweb.agency/
* Text Domain: likarska
*/
.menu .current-menu-item a,
.current-lang a {
    opacity: 0.3;
    pointer-events: none;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

div.wpcf7-response-output {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    font-size: 14px !important;
    line-height: 1.43;
    color: #da3a3a !important;
    margin-top: 5px;
}

.dropdown span.wpcf7-not-valid-tip,
.service-questions span.wpcf7-not-valid-tip,
.appointment-block span.wpcf7-not-valid-tip {
    display: none;
}

.before-question-send .wpcf7 {
    height: 100%;
}

@media only screen and (min-width: 1025px) {

    header.fixed .wpml-ls-native {
        display: none;
    }

    .sub-menu {
        position: absolute;
		transform: translateX(-50%);
		pointer-events: none;
		box-shadow: 0 2px 30px 2px rgb(0 0 0 / 5%);
		background-color: #fff;
		opacity: 0;
    }

}

.menu-item {
	position: relative;
}

.menu-item:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}

.sub-menu {
    border-radius: 5px;
    top: calc(100% + 10px);
	left: 50%;
    z-index: 99999;
    transition: top 0.25s, opacity 0.25s;
	padding: 10px 16px;
}

.wpml-ls-item  {
	white-space: nowrap;
}