.grecaptcha-badge {
	display: none;
}

.site-switcher {
	display: none;
}

@media only screen and (min-width: 1025px) {
	.site-switcher {
		background-color: #a6815b;
		display: inline-block;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 10px 20px;
		position: fixed;
		right: 0;
		top: 210px;
		transform: rotate(90deg);
		transform-origin: 100% 0;
	}
}

.site-switcher p {
	color: white;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
	text-align: center;
}

/* Home hero */
.home-hero-container {
	width: 100%;
	margin-bottom: 40px;
	height:100vh;
}

@media only screen and (min-width: 1025px) {
	.home-hero.main-header {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.home-hero nav.primary-navigation>ul li a {
		color: white !important;
	}
}

.backstretch:after {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.25);
	top: 0;
	left: 0;
}

@media only screen and (min-width: 1060px) {
	body .row.desktop-menu {
		width: 1060px;
	}
}