/* Twenty Fifteen */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	letter-spacing: -1px;
/*color: #001B51;*/
}

.site-content .entry-content a {
	outline: 0;
	color: #739300;
	border-bottom: 0;
	font-weight: bold;
	letter-spacing: -1.5px;
}

.site-description {
	color: rgba(70,70,70,0.75);
}

/*
Nav menu
*/
.main-navigation ul {
	border-top: 0 !important;
}

.lang-item {
	float: left;
	clear: right !important;
	border: none !important;
}

.lang-item:nth-child(n+2) {
	padding: 0 0 0 15px;
}

.lang-item img {
	min-height: 15px;
}

.menu-item {
	clear: left;
}

/*
Widget 
*/
.widget {
	margin: 0 0 10%;
}

.widget_polylang ul li {
	display: inline !important;
	list-style-type: none;
}

.widget_polylang ul li:nth-child(n+2) {
	padding: 0 0 0 5px;
}

/* 
Widget Title (h2)
*/
.widget-title {
	margin: 0 0 .5em;
}

/* Search */
.search-form {
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

/* INDEX */
#post-270 .entry-header,
#post-326 .entry-header {
	display: none;
}

/*NINJA FORM*/
.nf-form-layout .left {
	float: left;
	width: 60%;
}

.nf-form-layout .right {
	clear: right;
	float: right;
	width: 35%;
}

/*PHONE mobile*/
/* Change behaviour of phone link on MOBILE */
@media screen and (max-width: 950px) {
	.mobile {
		display: inline;
	}
	
	.nonmobile {
		display: none;
	}
}

/* Change behaviour of footer phone link on NON-MOBILE */
@media screen and (min-width: 950px) {
	.mobile {
		display: none;
	}
	
	.nonmobile {
		display: inline;
	}
}


#ukraine {
    background:url('https://www.longparking.ro/wp-content/uploads/2022/04/62502bf6338e0.jpg') no-repeat center center ;
    background-size:cover;
    width:101%;
		height:100%;
}

.uk-enh1 {
	font-size: 2vw;
    text-align: center;
    padding-top: 1%;
    color: white;
}

.uk-enp1 {
	font-size: 1vw;
    text-align: center;
    line-height: 3vw;
    color: white;
}

.uk-ukh1 {
	font-size: 2vw;
    text-align: center;
    padding-top: 1%;
    color: white;
}

.uk-ukp1 {
	font-size: 1vw;
    text-align: center;
    line-height: 3vw;
    color: white;
}

a.uk-btn {
    font-size: 1.5vw;
    background-color: red;
    padding: 3px;
    border: 2px solid white;
    border-radius: 15px;
    margin-left: 15px;
}

a.uk-btn:hover {
    background-color: white;
    border: 2px solid red;

}