article.visa-country .post-thumbnail img.attachment-post-thumbnail {
	width:100%;
	max-height:510px;
}

hr {
	clear:both;
}
#working-holidays #search-form li.form_row {
	display:inline-block;
	width:49%;
	margin-bottom:1em;
}
#working-holidays #search-form li.form_row:last {
	margin-bottom:auto;
}
#working-holidays #search-form li.form_row label {
	display:block;
}
#working-holidays #search-form li.full-form_row {
	display:block;
	width:initial;
}

#working-holidays .country-panels {
	list-style:none;
}
#working-holidays .country-panel {
	display:block;
	height:12em;
	padding:0.5em 1em;
	color:#fff;
	font-weight:bold;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
	margin-bottom:0.25em;
	background-position:bottom;
	border-bottom:1px solid #eee;
}
#working-holidays .country-panel:hover {
	color:#eee;
	border-bottom:1px solid #000;
}
#working-holidays .country-panel:last {
	margin-bottom:0;
}

#inline-visa-search li.form_row {
	float:left;
	display:block;
	width:50%;
	margin-bottom:1.5em;
}
#inline-visa-search li.form_row label {
	display:block;
}

aside.widget_codex_wh_widget_popular_visa_country ul {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
aside.widget_codex_wh_widget_popular_visa_country li:first-child {
	border-top:0;
}
aside.widget_codex_wh_widget_popular_visa_country a {
	padding: 0.5em 0;
}

a.button {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size:16px;
	font-weight: 800;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
	text-transform:uppercase;
}
a.button:hover,
a.button:visited {
	color:#fff;
}