.wpseo_hide_opening_hours .wpseo_local_heading {
	margin: 1.33em 0;
	font-size: 1em;
}

.wpseo_hide_opening_hours .opening-hours,
.wpseo_hide_opening_hours .opening-hours-second {
	clear: both;
}

#opening-hours-container .opening-hours,
#opening-hours-container .opening-hours-second {
	clear: both;
}

#wpseo-local-metabox legend.textinput,
#wpseo-local-metabox label.textinput {
	float: left;
	width: 150px;
	line-height: 1.5em;
}

#wpseo-local-metabox legend.textinput {
	padding: 0;
	line-height: 28px;
}

#wpseo-local-metabox .opening-hours fieldset {
	padding-bottom: 10px;
}

#wpseo-local-metabox .opening-hours-second {
	padding-top: 5px;
}

#wpseo-local-metabox .yoast-local-seo-field-desc {
	margin-left: 150px;
}

#wpseo-local-metabox select {
	margin: 0;
	padding: 0;
}

.wpseo_media_icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin: 0 3px 0 0;
	background: url(../../images/sprite-buttons.png) no-repeat;
	vertical-align: text-top;
}

.wpseo_icon_map {
	width: 12px;
	background-position: 0 0;
}

.wpseo_icon_address {
	width: 18px;
	background-position: 0 -25px;
}

.wpseo_icon_opening_hours {
	width: 17px;
	background-position: 0 -50px;
}

.wpseo_icon_storelocator {
	width: 18px;
	background-position: 0 -75px;
}

.opening-hours {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;

	align-items: center;
	-ms-flex-align: center;
}

.wpseo_open_24h {
	padding: 5px;
	font-style: italic;
}

.wpseo_local_input {
	display: -ms-flexbox;
	display: flex;
	width: 700px;
	margin: 0 0 15px;

	align-items: center;
	-ms-flex-align: center;
}

.wpseo_local_input > label {
	min-width: 200px;
}

.wpseo_local_input .before {
	-ms-flex-order: 5;
	order: 5;
}

.wpseo_local_input input.textinput {
	width: auto;
	margin-bottom: 0;

	-ms-flex: 1;
	flex: 1;
	-ms-flex-order: 10;
	order: 10;
}

.wpseo_local_input .after {
	-ms-flex-order: 20;
	order: 20;
}

.select2-container {
	margin: 0 0 15px;
}

@media screen and (max-width: 782px) {
	.wpseo_media_icon {
		margin-left: -3px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	.wpseo_media_icon {
		background-image: url(../../images/sprite-buttons@2x.png);
		background-size: 18px 92px;
	}
}

.yoast-seo-local__maptype {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;

	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yoast-seo-local__maptype__radio {
	flex-basis: calc(50% - 10px);
	flex-grow: 0;
	-ms-flex-negative: 1;
	-ms-flex-positive: 0;
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-shrink: 1;
}

.yoast-seo-local__maptype__radio input[type="radio"] {
	display: none;
}

.yoast-seo-local__maptype__radio input[type="radio"]:checked + label {
	font-weight: 600;
}

.yoast-seo-local__maptype__radio input[type="radio"]:checked + label img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.yoast-seo-local__maptype__radio label {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 4px 0;

	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.yoast-seo-local__maptype__radio span {
	display: block;
	width: 100%;
	text-align: center;
}

.page-wpseo_local label.checkbox {
	float: left;
	width: 200px;
	margin: 5px 0;
}

.yoast-seo-local-location-select {
	margin-bottom: 20px;
}
