/* WordPress-only overlays on top of the Drupal CSS. */

.media-vimeo-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.media-vimeo-video iframe,
.media-vimeo-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#block-imageblock-1,
#block-imageblock-3,
.view-latest-blog,
.getintouch,
.region-footer-middle {
	overflow: hidden;
}

.thryft-form-success {
	background: #e8fff8;
	border: 1px solid #21cbba;
	padding: 12px 16px;
	margin-bottom: 18px;
}
.thryft-form-error {
	background: #fff3f3;
	border: 1px solid #c00;
	padding: 12px 16px;
	margin-bottom: 18px;
}
.thryft-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 0 !important;
	overflow: hidden !important;
}

body.admin-bar {
	padding-top: 134px;
}
body.admin-bar .navbar-default {
	top: 32px;
}
@media (max-width: 782px) {
	body.admin-bar {
		padding-top: 148px;
	}
	body.admin-bar .navbar-default {
		top: 46px;
	}
}

.cookieadmin_law_container,
.cookieadmin_cookie_modal,
.cookieadmin-poweredby,
.cookieadmin_reconsent {
	display: none !important;
}

.element-invisible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal;
}

.rtecenter {
	text-align: center;
}

.googlemap iframe {
	display: block;
}
