/*
Theme Name: Solestra (DD.NYC)
Theme URI: https://solestra.wpenginepowered.com/
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

html {
	scroll-padding-top: 120px;
}

.website-accessibility {
	cursor: pointer;
}

/*
.grecaptcha-badge {
visibility: hidden !important;
}*/

.wpcf7-response-output { display:none!important; }

.wpcf7-not-valid-tip {
	display:block!important;
	margin-top: 5rem!important;
	font-size: var(--f-s)!important;
	color: var(--c10)!important;
}

.bottombar-author svg path {
	transition: all 0.5s;
}

.bottombar-author:hover svg path {
	fill:#FF3F13;
}

.s5 .scroll {
	position:absolute;
	z-index:11;
	right:30px;
	bottom:30px;
}

.cookie {
	position: fixed;
	bottom: 0%;
	background-color: var(--c1);
	left: var(--wr);
	color: var(--c0);
	padding: 20rem 0;
	z-index: 999;
	display:none;
	width: fit-content;
}

.cookie-block {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: var(--altfont);
	font-size: 14rem;
}

.icon-cookie {
	margin-right: 8px;
	margin-bottom: 1px;
}

.close-cookie {
	margin-left: 20px;
	margin-bottom: 1px;
	cursor: pointer;
}

.cookie-block a {
	text-decoration: underline;
}

@media screen and (max-width: 1023.98px) {

	.s5 .scroll {
		display:none!important;
	}

}

@media (max-width:1024px) {
	.cookie {
		left: 0;
		padding: 15rem 0;
	}

	.icon-cookie {
		display: none;
	}

	.cookie-block {
		align-items: flex-start;
	}
}