.embassy-data{
	list-style: none;
	margin-bottom: 5px;
}

.embassy-data li{
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
}

.embassy-data li span{
	font-weight: bold;
	color: #111;
	margin-right: 10px;
}

.emb-neighbours h1{
	cursor: pointer;
	margin: 5px !important;
}

.emb-neighbours h1 a{
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
}

.emb-neighbours h1:hover a{
	color: #3cacfe;
}

.emb-neighbours h1 span{
	font-size: 15px;
	float: left;
	position: relative;
	top: 3px;
	margin-right: 15px;
	width: 7px;
}

.emb-neighbours ul{
	list-style: disc !important;
}

.emb-neighbours ul li{
	padding-left: 15px !important;
	margin-bottom: 5px !important;
	line-height: 17px !important;
}

.emb-neighbours ul li:nth-child(2n){
}

.emb-neighbours .post-title{
	display: none;
}

.chosen-search-form{
	margin: auto;
	width: 526px;
	position: relative;
	top: -130px;
	z-index: 8;
}

.chosen-search-form .chosen-container-single{
	display: inline-block;
	width: 250px;
	margin-right: 50px;
}

.chosen-search-form .chosen-container-single:nth-child(2){
	margin-right: 70px;
}

.chosen-search-form .chosen-container-single .chosen-single{
	display: block;
	padding: 20px;
	width: 250px;
	background: #f5f5f5 !important;
	border: 1px solid #888 !important;
	opacity: 1;
}

.chosen-search-form .chosen-container-single .chosen-single span{
	display: block;
	position: relative;
	top: -10px;
	color: #555;
}

.chosen-search-form .chosen-container-single .chosen-single div b{
	position: relative;
	top: 10px;
	left: 2px;
}

.chosen-search-form .search-choice-close{
	top: 15px !important;
}

.chosen-search-form .submit{
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	display: block;
	margin: 25px auto;
	background: #06c;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	transition: .75s all;
}

.chosen-search-form .submit:hover{
	background: #36f;
}

.chosen-drop{
	width: 250px !important;
	opacity: .95 !important;
	border: 1px solid #888 !important;
	border-top: none !important;
}


.chosen-search-form-inline{
	width: 700px;
	right: -330px;
}

.chosen-search-form-inline .submit{
	display: inline-block;
}

.chosen-search-form-inline .chosen-container-single .chosen-single{
	width: 225px;
}

.chosen-search-form-inline .chosen-container-single{
	margin-right: 25px;
}

.chosen-search-form-inline .chosen-container-single:nth-child(2){
	margin-right: 25px;
}

.with-icon:after{
	padding: 5px;
	content: '\f002';
}

.chosen-search-form-inline .chosen-drop{
	width: 225px !important;
}

.emb-search-ul{
	list-style: none;
}

.emb-search-ul > li{
	border-radius: 5px;
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
	margin-bottom: 20px;
}

.emb-search-ul > li .entry-title{
	font-size: 18px;
}

.emb-search-ul li .emb-meta{
	list-style: none;
	padding: 0px;
}

.emb-search-ul li .emb-meta li{
	display: inline-block;
}

#send-edits{
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	background: #fafafa;
	border-radius: 4px;
	color: #3cacfe;
	display: inline-block;
	padding: 2px 8px;
	cursor: pointer;
	transition: .4s all;
	font-weight: bold;
	border: 1px solid whitesmoke;
	margin-bottom: 0px;
}

#send-edits:hover{
	background: #3cacfe;
	color: #f5f5f5;
}

.g-recaptcha{
	max-width: 80%;
    display: inline-block;
}
#sidebar .widget h3{
	
}
@media (max-width: 800px) {
	#wrapper .page-title h1{
		color:#fff;
	}
	.chosen-search-form{
		width: 100% !important;
		max-width: 100% !important;	
	}
	.chosen-search-form form {	
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.chosen-search-form .chosen-container-single, 
	.chosen-search-form-inline .chosen-container{
	    width: 100% !important;
	    max-width: 250px;
	    margin: 5px 0px !important;
	}

	.chosen-search-form .submit{
		margin: 6px auto 40px;
	}
	.chosen-search-form-inline #the_search_icon{
	    left: auto !important;
	    top: -27px;
	}
	.country-select {
		width: 100%;
		max-width: 250px;
		height: 35px;
		margin: 5px 0px;
	}
	.page-title-wrapper{
		display: block !important;
	}
}